/* ===== INSIGHTS ===== styles for /insights hub + article pages.
   Relies on tokens + nav/footer/cta from lp.css + cs.css. */

/* ---------- HUB HERO ---------- */
.ins-hero { padding: 72px 0 8px; }
/* Hero badge / pill — canonical style (matches .badge / .lp-hero__badge / .cs-tag). */
.ins-pill {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(30, 99, 204, 0.07);
  border: 1px solid rgba(30, 99, 204, 0.16);
  color: #1E63CC;
  font-weight: 600; font-size: 14px; padding: 9px 18px; border-radius: 100px;
  letter-spacing: 0.01em; margin-bottom: 22px;
}
.ins-hero h1 {
  font-size: 52px; line-height: 1.05; font-weight: 700; letter-spacing: -1.4px;
  color: var(--text); max-width: 860px; margin: 0;
}
.ins-hero h1 .g { background: var(--gradient); -webkit-background-clip: text; background-clip: text; color: transparent; }
.ins-hero__sub { font-size: 17px; color: var(--text-sec); max-width: 640px; margin-top: 20px; line-height: 1.7; }
.ins-trust { display: flex; align-items: center; gap: 9px; margin-top: 24px; font-size: 15px; color: var(--text-sec); }
.ins-trust .stars { color: #F5A623; letter-spacing: 1px; }

/* ---------- FILTERS ---------- */
.ins-filters { display: flex; gap: 10px; flex-wrap: wrap; margin: 40px 0 26px; }
.ins-chip {
  padding: 9px 18px; border-radius: 999px; border: 1px solid var(--border);
  font-size: 14.5px; color: var(--text-sec); font-weight: 500; cursor: pointer; background: var(--white);
}
.ins-chip.on { background: var(--text); color: #fff; border-color: var(--text); }

/* ---------- FEATURED CARD ---------- */
.ins-featured {
  display: grid; grid-template-columns: 1.05fr .95fr;
  border: 1px solid var(--border); border-radius: 20px; overflow: hidden;
  box-shadow: 0 18px 50px rgba(16,19,28,.07);
}
.ins-featured__body { padding: 46px 44px; }
.ins-tag { display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: .5px; text-transform: uppercase; color: var(--blue); margin-bottom: 16px; }
.ins-featured__body h2 { font-size: 32px; line-height: 1.16; font-weight: 700; letter-spacing: -.6px; color: var(--text); margin: 0; }
.ins-featured__dek { color: var(--text-sec); font-size: 17px; line-height: 1.6; margin-top: 18px; }
.ins-meta { display: flex; gap: 13px; align-items: center; margin-top: 26px; font-size: 14px; color: var(--text-muted); }
.ins-meta .dot { width: 4px; height: 4px; border-radius: 50%; background: #C7CCD6; }
.ins-read { display: inline-flex; align-items: center; gap: 8px; margin-top: 28px; font-weight: 600; color: var(--blue); font-size: 16px; }
.ins-featured__visual {
  background: linear-gradient(150deg, #0B1020 0%, #13284F 55%, #0E3B54 100%);
  color: #fff; display: flex; flex-direction: column; justify-content: center;
  padding: 46px 42px; position: relative; overflow: hidden;
}
.ins-featured__visual::before { content: ""; position: absolute; width: 320px; height: 320px; right: -90px; top: -90px; border-radius: 50%; background: radial-gradient(circle, rgba(66,200,210,.32), transparent 70%); }
.ins-quote { font-size: 27px; font-weight: 700; line-height: 1.3; position: relative; z-index: 2; }
.ins-quote .g { background: linear-gradient(90deg,#5BD3DC,#7FB4FF); -webkit-background-clip: text; background-clip: text; color: transparent; }
.ins-qsub { margin-top: 16px; font-size: 14.5px; color: #AEBBD2; position: relative; z-index: 2; }

/* ---------- PIPELINE / GHOST CARDS ---------- */
.ins-note { font-size: 14px; color: var(--text-muted); margin-top: 28px; }
.ins-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 22px; }
.ins-ghost { border: 1px dashed var(--border); border-radius: 16px; padding: 26px 24px; background: var(--bg); }
.ins-ghost .ins-tag { color: var(--text-muted); }
.ins-ghost h3 { font-size: 17px; color: #AAB0BD; font-weight: 700; line-height: 1.3; margin: 0; }
.ins-ph { height: 11px; border-radius: 6px; background: #E4E7EE; margin-top: 13px; }
.ins-ph.s { width: 70%; }
.ins-sec-h { font-size: 23px; font-weight: 700; color: var(--text); margin: 56px 0 0; letter-spacing: -.3px; }

/* ---------- ARTICLE ---------- */
.ins-col { max-width: 760px; margin: 0 auto; padding: 0 var(--pad-x); }
.ins-crumbs { font-size: 14px; color: var(--text-muted); padding-top: 36px; }
.ins-crumbs a { color: var(--blue); }
.ins-article-head .ins-tag { margin: 26px 0 14px; }
.ins-title { font-size: 44px; line-height: 1.08; font-weight: 700; letter-spacing: -1.2px; color: var(--text); margin: 0; }
.ins-title .g { background: var(--gradient); -webkit-background-clip: text; background-clip: text; color: transparent; }
.ins-dek { font-size: 20px; color: var(--text-sec); line-height: 1.55; margin-top: 22px; }
.ins-byline { display: flex; gap: 13px; align-items: center; margin-top: 24px; font-size: 14.5px; color: var(--text-muted); }
.ins-byline .dot { width: 4px; height: 4px; border-radius: 50%; background: #C7CCD6; }
.ins-rule { height: 1px; background: var(--border); margin: 32px 0; }

.ins-body p { font-size: 18px; line-height: 1.72; color: var(--text-sec); margin: 22px 0; }
.ins-body h2 { font-size: 26px; font-weight: 700; color: var(--text); margin: 44px 0 4px; letter-spacing: -.4px; }
.ins-body strong { color: var(--text); font-weight: 700; }
.ins-body ol { margin: 22px 0 22px 22px; }
.ins-body ol li { font-size: 18px; line-height: 1.7; color: var(--text-sec); margin: 14px 0; padding-left: 6px; }
.ins-pullquote {
  border-left: 4px solid var(--teal); padding: 6px 0 6px 26px; margin: 38px 0;
  font-weight: 700; font-size: 26px; line-height: 1.32; color: var(--text);
}
.ins-pullquote .g { background: var(--gradient); -webkit-background-clip: text; background-clip: text; color: transparent; }
.ins-takeaways { background: var(--bg); border: 1px solid var(--border); border-radius: 16px; padding: 30px 32px; margin: 44px 0; }
.ins-takeaways h3 { font-size: 15px; text-transform: uppercase; letter-spacing: .6px; color: var(--text); margin: 0 0 16px; }
.ins-takeaways ul { list-style: none; margin: 0; padding: 0; }
.ins-takeaways li { font-size: 16.5px; line-height: 1.55; color: var(--text-sec); padding-left: 28px; position: relative; margin: 12px 0; }
.ins-takeaways li::before { content: "→"; position: absolute; left: 0; color: var(--blue); font-weight: 700; }
.ins-source { font-size: 14px; color: var(--text-muted); background: #FBFCFE; border: 1px solid var(--border); border-radius: 12px; padding: 16px 20px; margin: 30px 0; line-height: 1.55; }
.ins-source b { color: var(--text-sec); }

/* ---------- RESPONSIVE ---------- */
@media (max-width: 860px) {
  .ins-hero h1 { font-size: 36px; }
  .ins-featured { grid-template-columns: 1fr; }
  .ins-featured__visual { order: -1; }
  .ins-grid { grid-template-columns: 1fr; }
  .ins-title { font-size: 32px; }
  .ins-quote { font-size: 22px; }
}
