.insights-page {
  --ins-ink: #f1f4f7;
  --ins-muted: #a6b5c4;
  --ins-line: #293747;
  --ins-accent: #b7efb1;
  background: #080f17;
  color: var(--ins-ink);
  font-family: 'Space Grotesk', system-ui, sans-serif;
}
.insights-page .ins-main { overflow: clip; }
.insights-page .ins-shell { width: min(1200px, calc(100% - 80px)); margin-inline: auto; }
.insights-page .ins-main [hidden] { display: none !important; }
.insights-page .ins-main .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.insights-page :where(.ins-main) :where(h1,h2,h3,p) { margin: 0; }
.insights-page .ins-main :is(h1,h2,h3) { color: var(--ins-ink); font-family: inherit; text-transform: none; letter-spacing: -.035em; line-height: 1.15; text-shadow: none; }
.insights-page .ins-main p { color: var(--ins-muted); line-height: 1.7; }
.insights-page .ins-main a { text-decoration: none; }
.insights-page .ins-main :is(a,button,input,select):focus-visible { outline: 3px solid var(--ins-accent); outline-offset: 5px; }
.insights-page .ins-hero { display: grid; grid-template-columns: 1.15fr 1fr; gap: 80px; align-items: center; padding-block: 70px 64px; }
.insights-page .ins-kicker { display: flex; align-items: center; gap: 10px; color: var(--ins-accent); font-size: .7rem; letter-spacing: .13em; text-transform: uppercase; font-weight: 600; }
.insights-page .ins-kicker i { width: 6px; height: 6px; background: var(--ins-accent); border-radius: 50%; }
.insights-page .ins-eyebrow { margin-top: 36px; font-size: .85rem; }
.insights-page .ins-intro h1 { font-size: clamp(2.9rem, 4.8vw, 4.6rem); font-weight: 500; line-height: 1.08; margin-top: 16px; }
.insights-page .ins-intro h1 em { font-style: normal; color: var(--ins-accent); }
.insights-page .ins-lead { margin-top: 25px; max-width: 460px; font-size: 1.05rem; }
.insights-page .ins-text-link { display: inline-flex; align-items: center; gap: 18px; color: var(--ins-ink); font-size: .87rem; font-weight: 500; min-height: 44px; }
.insights-page .ins-text-link span { color: var(--ins-accent); font-size: 1.2rem; }
.insights-page .ins-text-link:hover { color: var(--ins-accent); text-decoration: underline; text-underline-offset: 5px; }
.insights-page .ins-intro > .ins-text-link { margin-top: 25px; }
.insights-page .ins-feature { position: relative; padding: 30px; border: 1px solid #415c4c; border-radius: 4px; background: radial-gradient(ellipse at 50% 0, #223c30 0, #101d20 45%, #101923 85%); }
.insights-page .ins-feature h2 { font-size: 1.75rem; max-width: 370px; }
.insights-page .ins-feature > p { margin-top: 15px; font-size: .9rem; }
.insights-page .ins-feature > a { margin-top: 17px; }
.insights-page .ins-placement { padding: 28px 0 36px; font-family: ui-monospace, monospace; }
.insights-page .ins-workload { width: 130px; margin: auto; padding: 14px; text-align: center; border: 1px solid #8bae93; color: #def5d9; background: #1b2e28; letter-spacing: .08em; box-shadow: 6px 6px 0 #080f1766; font-size: .9rem; }
.insights-page .ins-workload span { display: block; font-size: .6rem; margin-top: 4px; color: #a3b7ae; }
.insights-page .ins-paths { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; margin-top: 35px; }
.insights-page .ins-paths::before { content: ''; position: absolute; left: 12.5%; right: 12.5%; top: -17px; height: 17px; border-top: 1px solid #6e8c79; }
.insights-page .ins-paths::after { content: ''; position: absolute; left: 50%; height: 18px; top: -35px; border-left: 1px solid #6e8c79; }
.insights-page .ins-paths span { position: relative; text-align: center; font-size: .53rem; letter-spacing: .02em; padding: 12px 2px; border: 1px solid #425c4e; border-radius: 2px; color: #d0e9ce; background: #13251e; }
.insights-page .ins-paths span::before { content: ''; position: absolute; left: 50%; height: 17px; top: -18px; border-left: 1px solid #6e8c79; }
.insights-page .ins-jump { display: flex; gap: 45px; padding-block: 17px; border-block: 1px solid var(--ins-line); }
.insights-page .ins-jump a { color: var(--ins-ink); font-size: .88rem; display: inline-flex; align-items: center; gap: 12px; min-height: 44px; }
.insights-page .ins-jump a:hover { color: var(--ins-accent); }
.insights-page .ins-jump span { color: var(--ins-muted); font-size: .65rem; }
.insights-page .ins-section { padding-top: 80px; scroll-margin-top: 110px; }
.insights-page .ins-section-head { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 28px; }
.insights-page .ins-section-head h2 { font-size: clamp(1.6rem, 2.6vw, 2.2rem); margin-top: 15px; }
.insights-page .ins-section-head p { font-size: .93rem; margin-top: 14px; max-width: 700px; }
.insights-page .ins-section-head > a { flex-shrink: 0; }
.insights-page .ins-guides { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.insights-page .ins-guide { display: flex; flex-direction: column; padding: 26px; background: #101923; border: 1px solid var(--ins-line); border-top: 2px solid #8db8e8; border-radius: 3px; }
.insights-page .ins-guide:nth-child(2) { border-top-color: #e6c695; }
.insights-page .ins-guide:nth-child(3) { border-top-color: #b7efb1; }
.insights-page .ins-card-top { display: flex; justify-content: space-between; align-items: center; gap: 10px; margin-bottom: 38px; }
.insights-page .ins-card-top .ins-kicker { color: var(--ins-muted); font-size: .65rem; }
.insights-page .ins-number { color: #7d91a3; font-family: ui-monospace, monospace; font-size: .7rem; }
.insights-page .ins-guide h3 { font-size: 1.4rem; }
.insights-page .ins-guide p { font-size: .87rem; margin: 17px 0 22px; }
.insights-page .ins-guide a { margin-top: auto; justify-content: space-between; }
.insights-page .ins-source-badge { color: var(--ins-muted); font-size: .75rem; white-space: nowrap; padding-bottom: 7px; }
.insights-page .ins-feed { border: 1px solid var(--ins-line); border-radius: 4px; background: #0d1620; padding: 24px; }
.insights-page .ins-feed-meta { display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.insights-page .ins-feed-meta p { font-size: .8rem; }
.insights-page .ins-feed-meta .ins-stale { color: #ecc68d; }
.insights-page .ins-main label { display: flex; flex-direction: column; gap: 9px; font-size: .73rem; color: var(--ins-muted); min-width: 0; }
.insights-page .ins-main :is(input,select) { width: 100%; min-width: 0; height: 46px; border: 1px solid #3b4c5e; border-radius: 3px; padding: 10px 13px; background: #080f17; color: var(--ins-ink); font: inherit; font-size: .88rem; color-scheme: dark; }
.insights-page .ins-main input::placeholder { color: #8898aa; opacity: 1; }
.insights-page .ins-filters { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 16px; padding-block: 24px; }
.insights-page .ins-results { font-size: .75rem; margin-bottom: 8px; }
.insights-page .ins-update { display: grid; grid-template-columns: 130px minmax(0,1fr) 36px; gap: 25px; padding: 24px 0; border-top: 1px solid var(--ins-line); align-items: start; }
.insights-page .ins-update-meta { display: flex; flex-direction: column; align-items: start; gap: 12px; }
.insights-page .ins-provider { padding: 5px 8px; font-size: .66rem; border-radius: 2px; color: #a9d0ff; background: #162b40; }
.insights-page .ins-provider[data-provider="AWS"] { color: #ebca98; background: #322b20; }
.insights-page .ins-provider[data-provider="AZURE"] { color: #a9dede; background: #133034; }
.insights-page .ins-update :is(time,.ins-type) { color: var(--ins-muted); font-size: .7rem; }
.insights-page .ins-update h3 { font-size: 1.04rem; line-height: 1.45; letter-spacing: -.015em; }
.insights-page .ins-update h3 a { color: inherit; }
.insights-page .ins-update h3 a:hover { color: var(--ins-accent); text-decoration: underline; }
.insights-page .ins-update p { font-size: .82rem; margin-top: 10px; }
.insights-page .ins-type { display: block; margin-top: 11px; }
.insights-page .ins-source-arrow { font-size: 1.3rem; color: var(--ins-accent); padding-top: 3px; }
.insights-page .ins-button { display: inline-flex; justify-content: center; align-items: center; gap: 20px; min-height: 44px; border: 1px solid #486052; border-radius: 3px; background: transparent; color: var(--ins-ink); padding: 10px 18px; font: inherit; font-size: .82rem; cursor: pointer; }
.insights-page .ins-button:hover { background: #1d3226; border-color: var(--ins-accent); }
.insights-page .ins-button:disabled { opacity: .55; cursor: wait; }
.insights-page .ins-more { margin-top: 24px; }
.insights-page .ins-archive-tools { display: flex; gap: 25px; align-items: end; justify-content: space-between; margin-bottom: 25px; }
.insights-page .ins-archive-tools label { width: min(440px, 100%); }
.insights-page .ins-archive-tools p { font-size: .78rem; padding-bottom: 10px; }
.insights-page .ins-archive { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); column-gap: 40px; }
.insights-page .ins-archive article { padding: 26px 0; border-top: 1px solid var(--ins-line); }
.insights-page .ins-archive time { color: var(--ins-muted); font-size: .75rem; }
.insights-page .ins-archive h3 { font-size: 1.08rem; line-height: 1.45; letter-spacing: -.02em; margin-top: 12px; }
.insights-page .ins-archive h3 a { color: var(--ins-ink); }
.insights-page .ins-archive h3 a:hover { color: var(--ins-accent); text-decoration: underline; }
.insights-page .ins-archive p { font-size: .85rem; margin-top: 13px; }
.insights-page .ins-empty { padding: 25px 0; }
.insights-page .ins-cta { margin-block: 85px 60px; border-top: 1px solid var(--ins-line); padding-top: 40px; display: flex; justify-content: space-between; gap: 30px; align-items: center; }
.insights-page .ins-cta h2 { margin-top: 15px; font-size: 1.9rem; }
.insights-page .ins-cta p { margin-top: 15px; font-size: .9rem; max-width: 650px; }
.insights-page .ins-primary { background: var(--ins-accent); color: #112515; white-space: nowrap; }
.insights-page .ins-primary:hover { background: #d1f5cd; }
@media (min-width: 901px) { .insights-page .ins-intro { padding-bottom: 16px; } }
@media (max-width: 1050px) {
  .insights-page .ins-hero { gap: 32px; }
  .insights-page .ins-section-head { align-items: start; flex-direction: column; gap: 15px; }
  .insights-page .ins-guide { padding: 20px; }
}
@media (max-width: 760px) {
  .insights-page .ins-shell { width: calc(100% - 40px); }
  .insights-page .ins-hero { grid-template-columns: 1fr; padding-block: 42px 36px; gap: 35px; }
  .insights-page .ins-eyebrow { margin-top: 26px; }
  .insights-page .ins-intro h1 { font-size: clamp(2.5rem, 9vw, 3.8rem); }
  .insights-page .ins-lead { font-size: .95rem; }
  .insights-page .ins-feature { padding: 24px; }
  .insights-page .ins-feature h2 { font-size: 1.6rem; }
  .insights-page .ins-jump { gap: 3px 22px; flex-wrap: wrap; padding-block: 12px; }
  .insights-page .ins-jump a { font-size: .78rem; gap: 7px; }
  .insights-page .ins-section { padding-top: 54px; }
  .insights-page .ins-guides { grid-template-columns: 1fr; }
  .insights-page .ins-guide { padding: 24px; }
  .insights-page .ins-card-top { margin-bottom: 24px; }
  .insights-page .ins-feed { padding: 18px; }
  .insights-page .ins-feed-meta { align-items: start; }
  .insights-page .ins-reload { flex-shrink: 0; font-size: .72rem; padding-inline: 10px; gap: 7px; }
  .insights-page .ins-filters { grid-template-columns: 1fr 1fr; gap: 14px 10px; }
  .insights-page .ins-filters label:first-child { grid-column: 1/-1; }
  .insights-page .ins-update { grid-template-columns: minmax(0,1fr) 20px; gap: 12px; }
  .insights-page .ins-update-meta { grid-column: 1/-1; flex-direction: row; align-items: center; }
  .insights-page .ins-update h3 { font-size: .98rem; overflow-wrap: anywhere; }
  .insights-page .ins-archive { grid-template-columns: 1fr; }
  .insights-page .ins-archive-tools { flex-direction: column; align-items: start; gap: 12px; }
  .insights-page .ins-cta { flex-direction: column; align-items: start; margin-block: 60px 40px; }
}

.ins-feed-sources { margin-top: 1.25rem; color: #a4b8c8; font-size: .85rem; line-height: 1.6; }
.ins-feed-sources p { margin: .5rem 0; }
.ins-feed-sources ul { display: flex; flex-wrap: wrap; gap: .5rem 1.5rem; padding: 0; margin: .5rem 0; list-style: none; }
.ins-feed-sources a { color: #b6efff; text-decoration: underline; text-underline-offset: 3px; }

.ins-archive-link { margin-top: 2rem; }
.ins-archive-months { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 2rem; }
.ins-archive-months a { display: block; padding: .6rem .9rem; border: 1px solid #355366; color: #d0e6ed; text-decoration: none; }
.ins-archive-months a:hover, .ins-archive-months a:focus-visible { border-color: #9be1ef; background: #152734; }
.ins-archive-months span { color: #a7bdcb; }
.ins-section[id^="month-"] { scroll-margin-top: 100px; }
#practice-kits .ins-guide { display: flex; flex-direction: column; }
#practice-kits .ins-guide .ins-text-link { margin-top: auto; }
