.insights-hero { padding: 166px 0 92px; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 80% 15%, rgba(37,194,232,.14), transparent 34%); }
.insights-hero h1 { max-width: 920px; margin: 0; font-size: clamp(48px, 7vw, 92px); line-height: .98; letter-spacing: -.06em; }
.insights-hero > .container > p:last-child { max-width: 760px; margin: 28px 0 0; color: #a9bdcb; font-size: 19px; line-height: 1.75; }
.insights-list { padding: 88px 0 120px; }
.insight-card { display: grid; grid-template-columns: minmax(260px,.78fr) 1.22fr; gap: 54px; padding: 38px 0; border-bottom: 1px solid var(--line); }
.insight-card > * { min-width: 0; }
.insight-card:first-child { padding-top: 0; }
.insight-card-media { min-height: 290px; overflow: hidden; border-radius: 24px; background: var(--ink-soft); }
.insight-card-media img { width: 100%; height: 100%; object-fit: contain; background: linear-gradient(145deg,#edf3f6,#cdd9e0); }
.insight-card-copy { align-self: center; }
.insight-meta { display: flex; flex-wrap: wrap; gap: 16px; color: var(--gold); font: 11px/1.4 ui-monospace,monospace; letter-spacing: .09em; text-transform: uppercase; }
.insight-card h2 { margin: 18px 0; font-size: clamp(30px,4vw,52px); line-height: 1.05; letter-spacing: -.045em; }
.insight-card-copy > p:not(.insight-meta) { max-width: 720px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.insight-read { display: inline-block; margin-top: 14px; color: var(--cyan-soft); font-size: 14px; }
.insight-article-head { padding: 154px 0 70px; }
.insight-article-head h1 { max-width: 980px; margin: 24px 0; font-size: clamp(46px,6.5vw,84px); line-height: 1.02; letter-spacing: -.055em; }
.insight-summary { max-width: 820px; color: #b2c4cf; font-size: clamp(18px,2vw,23px); line-height: 1.7; }
.insight-author { margin-top: 24px; color: var(--muted); font-size: 13px; }
.insight-cover { height: min(650px,60vw); overflow: hidden; border-radius: 30px; background: linear-gradient(145deg,#edf3f6,#cdd9e0); }
.insight-cover img { width: 100%; height: 100%; object-fit: contain; }
.insight-body { max-width: 880px; padding-top: 76px; padding-bottom: 120px; color: #c8d5dd; font-size: 17px; line-height: 1.85; }
.insight-body h2 { margin: 70px 0 20px; color: var(--paper); font-size: clamp(30px,4vw,48px); line-height: 1.15; letter-spacing: -.035em; }
.insight-body p { margin: 0 0 24px; }
.insight-body a { color: var(--cyan-soft); text-decoration: underline; text-underline-offset: 3px; }
.insight-lead { padding-left: 24px; border-left: 2px solid var(--cyan); color: var(--paper); font-size: 21px; line-height: 1.75; }
.insight-table-wrap { margin: 30px 0; overflow-x: auto; border: 1px solid var(--line); border-radius: 18px; }
.insight-body table { width: 100%; min-width: 720px; border-collapse: collapse; }
.insight-body th,.insight-body td { padding: 16px 18px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.insight-body th { color: var(--paper); background: rgba(255,255,255,.045); font-size: 13px; }
.insight-body td { color: #afc1cc; font-size: 14px; }
.insight-body ol,.insight-body ul { padding-left: 24px; }
.insight-body li { margin: 12px 0; padding-left: 6px; }
.insight-body strong { color: var(--paper); }
.insight-callout { margin: 34px 0; padding: 26px 28px; border: 1px solid rgba(37,194,232,.3); border-radius: 18px; background: rgba(37,194,232,.07); }
.insight-callout p { margin: 8px 0 0; }
.insight-checklist { list-style: none; padding: 0 !important; }
.insight-checklist li { position: relative; padding: 14px 12px 14px 42px; border-bottom: 1px solid var(--line); }
.insight-checklist li::before { content: "✓"; position: absolute; left: 10px; color: var(--cyan); }
.insight-boundary { margin-top: 36px !important; padding: 20px 22px; border-left: 2px solid var(--gold); background: rgba(255,255,255,.035); font-size: 14px; }
.insight-faq details { border-top: 1px solid var(--line); }
.insight-faq details:last-child { border-bottom: 1px solid var(--line); }
.insight-faq summary { padding: 20px 0; color: var(--paper); cursor: pointer; font-weight: 650; }
.insight-faq details p { padding: 0 0 20px; color: var(--muted); }
.insight-sources ol { padding-left: 22px; font-size: 14px; }
.insight-cta { margin-top: 70px; padding: 34px; display: flex; align-items: center; justify-content: space-between; gap: 28px; border-radius: 22px; color: var(--ink); background: var(--cyan); }
.insight-cta p { margin: 0; color: var(--ink); font-size: 18px; font-weight: 650; }
.insight-cta .button { flex: none; color: var(--paper); background: var(--ink); text-decoration: none; }
@media (max-width:760px){.insights-hero h1,.insight-article-head h1,.insight-card h2{max-width:100%;overflow-wrap:anywhere;word-break:break-word}.insights-hero h1,.insight-article-head h1{font-size:42px;letter-spacing:-.045em}.insight-card{grid-template-columns:minmax(0,1fr);gap:24px}.insight-card h2{font-size:34px}.insight-card-media{min-height:230px}.insight-cover{height:70vw;border-radius:20px}.insight-body{font-size:16px}.insight-lead{font-size:18px}.insight-cta{align-items:flex-start;flex-direction:column}}
