/* Scoped product presentation; existing services, login and legal pages stay unchanged. */
/* Keep the existing decorative orbit inside the landing page on narrow screens. */
.hero { overflow: clip; }
.insights-service { background: #191d20; }
.insights-text-link { display: inline-flex; align-items: center; gap: .75rem; color: #ff976a; font-weight: 700; line-height: 1.5; text-underline-offset: .3em; }
.insights-text-link:hover { color: #ffd1bd; }
.product-grid > .insights-feature {
  grid-column: 1 / -1; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: 2.5rem; min-width: 0; margin-bottom: 1rem; padding: clamp(1.4rem, 3.4vw, 3rem);
  border: 1px solid #586068; border-top: 3px solid var(--orange); background: #191e22;
  scroll-margin-top: 115px;
}
.insights-intro { min-width: 0; }
.insights-feature .product-state { display: inline-block; max-width: 100%; font-size: .75rem; line-height: 1.5; }
.insights-feature .insights-brand { margin: 2rem 0 1rem; color: #f1f4f5; font-size: .9rem; letter-spacing: .05em; }
.insights-feature h3 { margin: 0 0 1.5rem; font-size: clamp(2.7rem, 4.8vw, 4.2rem); line-height: 1.02; }
.insights-feature h3 em { color: #ff976a; font-style: normal; }
.insights-feature p { font-size: 1rem; line-height: 1.65; }
.insights-feature .insights-lead { color: #e3e8eb; font-size: 1.2rem; }
.insights-feature .button-primary { gap: 1.2rem; margin-top: 1rem; color: #fff; background: #bb3507; }
.insights-feature .button-primary:hover { background: #a82e04; }
.insights-feature .insights-offer-note { margin: .8rem 0 0; color: #b9c2c8; font-size: .875rem; }
.insights-preview { align-self: center; min-width: 0; margin: 0; padding: clamp(1rem, 2vw, 1.6rem); border: 1px solid #434b52; border-radius: 14px; background: #101518; box-shadow: 0 24px 55px #0003; }
.insights-preview figcaption { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: .7rem; font-size: 1rem; font-weight: 700; }
.insights-example { padding: .3rem .5rem; border: 1px solid #4f5a63; border-radius: 5px; color: #bbc5cd; font-size: .75rem; font-weight: 400; }
.insights-kpis { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin: 1.7rem 0 2rem; }
.insights-kpis > div { min-width: 0; padding: .9rem 0; }
.insights-kpis > div + div { padding-left: 1rem; border-left: 1px solid #434b52; }
.insights-kpis div > span { display: block; color: #c0c9ce; font-size: .875rem; }
.insights-kpis strong { display: block; margin: .6rem 0; font-size: clamp(2.8rem, 4vw, 3.7rem); letter-spacing: -.04em; line-height: 1; font-variant-numeric: tabular-nums; }
.insights-kpis strong span { padding-left: .2rem; font-size: 1.5rem; color: #ff976a; }
.insights-kpis small { color: #aab4ba; font-size: .8rem; line-height: 1.4; }
.insights-chart-heading { display: flex; flex-wrap: wrap; justify-content: space-between; gap: .6rem; font-size: .8rem; }
.insights-chart-heading > span { display: inline-flex; align-items: center; gap: .4rem; color: #c0c9ce; }
.insights-chart-heading i { width: 8px; height: 8px; border-radius: 2px; }
.insights-chart-heading i + i { margin-left: .5rem; }
.insights-plan-key { background: #ff773f; }
.insights-actual-key { background: #c7d5df; }
.insights-chart { display: block; width: 100%; height: auto; margin-top: 1rem; }
.insights-chart-grid { fill: none; stroke: #303a41; stroke-width: 1; }
.insights-plan-bars { fill: #ff773f; }
.insights-actual-bars { fill: #c7d5df; }
.insights-chart-labels { fill: #bac5cd; font-size: 14px; text-anchor: middle; font-family: inherit; }
.insights-preview-bottom { display: flex; flex-wrap: wrap; gap: .5rem; border-top: 1px solid #303a41; margin-top: 1.1rem; padding-top: 1rem; color: #d6e0e7; font-size: .8rem; }
.insights-preview-bottom span { padding: .35rem .7rem; background: #222b31; border-radius: 5px; }
.insights-preview .insights-preview-note { margin: .9rem 0 0; font-size: .75rem; color: #aab4ba; }
.insights-audiences { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; padding-top: 2rem; border-top: 1px solid #434b52; }
.insights-audience-label { display: block; color: #ff976a; font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 700; }
.insights-audiences h4 { margin: .7rem 0; font-size: 1.5rem; letter-spacing: -.02em; }
.insights-audiences p { margin-bottom: 0; }
.insights-delivery { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 1.5rem 2rem; align-items: center; justify-content: space-between; border-top: 1px solid #434b52; padding-top: 1.8rem; }
.insights-delivery p { flex: 1 1 470px; margin: 0; }
.insights-delivery strong { color: #f1f4f5; }
.insights-feature a:focus-visible, .insights-service a:focus-visible { outline: 3px solid #ffb491; outline-offset: 5px; }
@media (max-width: 1000px) {
  .product-grid > .insights-feature { grid-template-columns: 1fr; }
  .insights-preview { width: 100%; max-width: 600px; justify-self: center; }
}
@media (max-width: 580px) {
  .insights-audiences { grid-template-columns: 1fr; }
  .insights-audiences > div + div { border-top: 1px solid #434b52; padding-top: 1.5rem; }
  .insights-feature h3 { font-size: clamp(2.4rem, 10vw, 3rem); }
  .insights-feature .product-state { letter-spacing: .06em; }
}
