.if-insights-index,
.if-insight-page,
.if-insights-home {
  --ifi-ink: #13251b;
  --ifi-deep: #173728;
  --ifi-green: #2e6a48;
  --ifi-moss: #7d976d;
  --ifi-lime: #d9ed91;
  --ifi-paper: #f5f3eb;
  --ifi-card: #fffdf7;
  --ifi-muted: #5c675f;
  --ifi-line: rgba(19, 37, 27, 0.15);
  color: var(--ifi-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.intentforce-insights-page {
  background: var(--ifi-paper, #f5f3eb);
}

body.intentforce-insights-page main#wp--skip-link--target,
body.intentforce-insights-page .wp-block-post-content,
body.intentforce-insights-page .entry-content,
body.intentforce-insights-page article:has([data-if-insight-article]),
body.intentforce-insights-page article:has([data-if-insights-index]) {
  grid-column: 1 / -1 !important;
  margin: 0 !important;
  max-width: none !important;
  padding: 0 !important;
  width: 100% !important;
}

body.intentforce-insights-page .if-insights-index,
body.intentforce-insights-page .if-insight-page {
  grid-column: 1 / -1 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: none !important;
  width: 100% !important;
}

body.intentforce-insights-page main#wp--skip-link--target {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

body.intentforce-insights-page .wp-block-post-date,
body.intentforce-insights-page .wp-block-post-author-name,
body.intentforce-insights-page .wp-block-post-terms,
body.intentforce-insights-page .wp-block-comments {
  display: none !important;
}

.if-insights-index *,
.if-insight-page *,
.if-insights-home * {
  box-sizing: border-box;
}

.if-insights-index a,
.if-insight-page a,
.if-insights-home a {
  color: inherit;
}

.if-insights-index a:focus-visible,
.if-insight-page a:focus-visible,
.if-insights-home a:focus-visible {
  outline: 3px solid #dfa631;
  outline-offset: 4px;
}

.if-insights-kicker,
.if-insights-overline {
  align-items: center;
  color: var(--ifi-green);
  display: flex;
  font-size: 0.75rem;
  font-weight: 850;
  gap: 10px;
  letter-spacing: 0.13em;
  margin: 0 0 20px;
  text-transform: uppercase;
}

.if-insights-kicker > span {
  background: var(--ifi-green);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(46, 106, 72, 0.1);
  height: 7px;
  width: 7px;
}

.if-insights-hero,
.if-insights-featured,
.if-insights-method,
.if-insights-final,
.if-insight-hero,
.if-insight-layout {
  margin-inline: auto;
  max-width: 1380px;
  width: calc(100% - 48px);
}

.if-insights-index {
  background: var(--ifi-paper);
  overflow: hidden;
  padding-bottom: 100px;
}

.if-insights-hero {
  align-items: center;
  display: grid;
  gap: clamp(42px, 8vw, 120px);
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.65fr);
  min-height: 670px;
  padding: clamp(78px, 10vw, 150px) 0 110px;
}

.if-insights-hero__copy h1 {
  font-size: clamp(3.6rem, 8vw, 8.2rem);
  font-weight: 650;
  letter-spacing: -0.075em;
  line-height: 0.9;
  margin: 0;
  max-width: 960px;
}

.if-insights-lead {
  color: var(--ifi-muted);
  font-size: clamp(1.12rem, 1.6vw, 1.35rem);
  line-height: 1.62;
  margin: 36px 0 0;
  max-width: 780px;
}

.if-insights-manifesto {
  background: var(--ifi-deep);
  border-radius: 34px;
  box-shadow: 0 28px 70px rgba(19, 37, 27, 0.2);
  color: #eef2e9;
  min-height: 410px;
  overflow: hidden;
  padding: clamp(30px, 4vw, 56px);
  position: relative;
}

.if-insights-manifesto::after {
  background: var(--ifi-lime);
  border-radius: 50%;
  content: "";
  height: 240px;
  opacity: 0.08;
  position: absolute;
  right: -90px;
  top: -110px;
  width: 240px;
}

.if-insights-manifesto > span {
  color: var(--ifi-lime);
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.if-insights-manifesto blockquote {
  border: 0;
  font-size: clamp(1.8rem, 3vw, 3.2rem);
  font-weight: 650;
  letter-spacing: -0.04em;
  line-height: 1.08;
  margin: 70px 0 26px;
  padding: 0;
}

.if-insights-manifesto p {
  color: rgba(238, 242, 233, 0.68);
  font-size: 0.92rem;
  line-height: 1.6;
  margin: 0;
}

.if-insights-featured {
  border-top: 1px solid var(--ifi-line);
  padding: 100px 0 120px;
}

.if-insights-section-head {
  display: grid;
  gap: 26px;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.5fr);
  margin-bottom: 56px;
}

.if-insights-section-head .if-insights-overline {
  grid-column: 1 / -1;
  margin-bottom: -4px;
}

.if-insights-section-head h2,
.if-insights-method h2,
.if-insights-final h2 {
  font-size: clamp(2.4rem, 5vw, 5.2rem);
  font-weight: 650;
  letter-spacing: -0.06em;
  line-height: 0.98;
  margin: 0;
}

.if-insights-section-head > p:last-child {
  align-self: end;
  color: var(--ifi-muted);
  font-size: 1.05rem;
  line-height: 1.65;
  margin: 0;
}

.if-insights-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.if-insights-card {
  background: var(--ifi-card);
  border: 1px solid var(--ifi-line);
  border-radius: 26px;
  display: grid;
  grid-template-columns: minmax(180px, 0.65fr) minmax(0, 1fr);
  min-height: 360px;
  overflow: hidden;
}

.if-insights-card--feature {
  grid-column: 1 / -1;
  grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1.15fr);
  min-height: 480px;
}

.if-insights-card--dark {
  background: var(--ifi-deep);
  color: #eff4ec;
}

.if-insights-card__visual {
  align-content: center;
  background: #dde6d7;
  display: grid;
  justify-items: center;
  min-height: 100%;
  overflow: hidden;
  padding: 34px;
  position: relative;
  text-align: center;
}

.if-insights-card__visual > span {
  font-size: 0.66rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.if-insights-card__visual > strong {
  font-size: clamp(2.4rem, 5vw, 5rem);
  letter-spacing: -0.07em;
  line-height: 1;
  margin: 18px 0;
}

.if-insights-card__visual > small {
  color: rgba(19, 37, 27, 0.63);
  font-size: 0.72rem;
}

.if-insights-card__visual--app {
  background: #cfe2c2;
}

.if-insights-card__visual--app::before {
  background: #f9f8f2;
  border: 8px solid var(--ifi-deep);
  border-radius: 34px;
  box-shadow: 0 20px 45px rgba(19, 37, 27, 0.22);
  content: "";
  height: 270px;
  position: absolute;
  transform: rotate(5deg);
  width: 138px;
}

.if-insights-card__visual--app > * {
  position: relative;
  z-index: 1;
}

.if-insights-card__visual--app > span {
  margin-top: -80px;
}

.if-insights-card__visual--app > b {
  color: var(--ifi-green);
  font-size: 2.1rem;
  margin: 28px 0 42px;
}

.if-insights-card__visual--open {
  background: #efe9d7;
}

.if-insights-card__visual--seo {
  background: #dce4ed;
}

.if-insights-card__visual--qa {
  background: #eadccc;
}

.if-insights-card__visual--qa strong {
  text-decoration: line-through;
  text-decoration-color: #a85336;
}

.if-insights-card__visual--agent {
  background: #203f30;
  color: #eff4ec;
}

.if-insights-card__visual--agent::after {
  border: 1px solid rgba(217, 237, 145, 0.26);
  border-radius: 50%;
  content: "";
  height: 160px;
  position: absolute;
  width: 160px;
}

.if-insights-card__visual--agent > * {
  position: relative;
  z-index: 1;
}

.if-insights-card__visual--agent small {
  color: rgba(239, 244, 236, 0.65);
}

.if-insights-card__body {
  align-content: center;
  display: grid;
  padding: clamp(30px, 5vw, 66px);
}

.if-insights-card__meta {
  color: var(--ifi-green);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.if-insights-card--dark .if-insights-card__meta {
  color: var(--ifi-lime);
}

.if-insights-card h3 {
  font-size: clamp(1.55rem, 2.7vw, 3rem);
  font-weight: 650;
  letter-spacing: -0.045em;
  line-height: 1.06;
  margin: 0;
}

.if-insights-card h3 a,
.if-insights-read {
  text-decoration: none;
}

.if-insights-card__body > p:not(.if-insights-card__meta) {
  color: var(--ifi-muted);
  line-height: 1.62;
  margin: 24px 0;
}

.if-insights-card--dark .if-insights-card__body > p:not(.if-insights-card__meta) {
  color: rgba(239, 244, 236, 0.67);
}

.if-insights-read {
  align-items: center;
  display: inline-flex;
  font-size: 0.86rem;
  font-weight: 800;
  gap: 10px;
}

.if-insights-read span {
  transition: transform 160ms ease;
}

.if-insights-read:hover span {
  transform: translateX(4px);
}

.if-insights-method {
  background: var(--ifi-deep);
  border-radius: 34px;
  color: #eef3ea;
  display: grid;
  gap: 70px;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr);
  padding: clamp(42px, 7vw, 100px);
}

.if-insights-method .if-insights-overline {
  color: var(--ifi-lime);
}

.if-insights-method ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.if-insights-method li {
  border-top: 1px solid rgba(238, 243, 234, 0.18);
  display: grid;
  gap: 22px;
  grid-template-columns: 46px 1fr;
  padding: 24px 0;
}

.if-insights-method li > span {
  color: var(--ifi-lime);
  font-size: 0.7rem;
  font-weight: 850;
}

.if-insights-method h3 {
  font-size: 1.2rem;
  margin: 0 0 8px;
}

.if-insights-method li p {
  color: rgba(238, 243, 234, 0.66);
  line-height: 1.6;
  margin: 0;
}

.if-insights-final {
  padding: 130px 0 30px;
  text-align: center;
}

.if-insights-final .if-insights-overline {
  justify-content: center;
}

.if-insights-final h2 {
  margin-inline: auto;
  max-width: 920px;
}

.if-insights-final > p:not(.if-insights-overline) {
  color: var(--ifi-muted);
  font-size: 1.08rem;
  line-height: 1.65;
  margin: 28px auto;
  max-width: 670px;
}

.if-insights-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 30px;
}

.if-insights-button {
  align-items: center;
  border: 1px solid var(--ifi-line);
  border-radius: 999px;
  display: inline-flex;
  font-size: 0.9rem;
  font-weight: 800;
  justify-content: center;
  min-height: 51px;
  padding: 12px 22px;
  text-decoration: none;
  transition: transform 160ms ease;
}

.if-insights-button:hover {
  transform: translateY(-2px);
}

.if-insights-button--primary {
  background: var(--ifi-deep);
  color: #fff !important;
}

/* Single articles */
.if-insight-page {
  background: var(--ifi-paper);
  overflow: hidden;
  padding-bottom: 100px;
}

.if-insight-hero {
  padding: clamp(70px, 9vw, 130px) 0 80px;
}

.if-insight-breadcrumb {
  align-items: center;
  color: var(--ifi-muted);
  display: flex;
  font-size: 0.78rem;
  gap: 10px;
  margin-bottom: 72px;
}

.if-insight-breadcrumb a {
  text-decoration: none;
}

.if-insight-hero h1 {
  font-size: clamp(3.35rem, 7.6vw, 8rem);
  font-weight: 650;
  letter-spacing: -0.075em;
  line-height: 0.91;
  margin: 0;
  max-width: 1180px;
}

.if-insight-deck {
  color: var(--ifi-muted);
  font-size: clamp(1.15rem, 1.85vw, 1.52rem);
  line-height: 1.56;
  margin: 38px 0 0;
  max-width: 900px;
}

.if-insight-meta {
  align-items: center;
  color: var(--ifi-muted);
  display: flex;
  flex-wrap: wrap;
  font-size: 0.76rem;
  gap: 10px 24px;
  margin-top: 34px;
}

.if-insight-meta span:not(:last-child)::after,
.if-insight-meta time::after {
  color: #a8afa9;
  content: "·";
  margin-left: 24px;
}

.if-insight-hero-art {
  background: var(--ifi-deep);
  border-radius: 34px;
  color: #eff4ec;
  height: clamp(310px, 42vw, 550px);
  margin-top: 72px;
  overflow: hidden;
  position: relative;
}

.if-insight-hero-art--app {
  align-items: center;
  background: #cfe1c3;
  display: flex;
  justify-content: center;
}

.if-insight-hero-art--app > div {
  background: #fffdf8;
  border: 12px solid var(--ifi-deep);
  border-radius: 52px;
  box-shadow: 0 36px 80px rgba(19, 37, 27, 0.24);
  color: var(--ifi-ink);
  display: grid;
  height: 440px;
  justify-items: center;
  padding: 36px 22px;
  position: relative;
  transform: rotate(4deg);
  width: 225px;
  z-index: 2;
}

.if-insight-hero-art--app span,
.if-insight-hero-art--open span,
.if-insight-hero-art--seo span,
.if-insight-hero-art--qa span,
.if-insight-hero-art--agent span {
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.if-insight-hero-art--app b {
  color: var(--ifi-green);
  font-size: 2.4rem;
}

.if-insight-hero-art--app strong {
  align-self: end;
  font-size: 1.65rem;
  letter-spacing: -0.05em;
  line-height: 1.05;
  text-align: center;
}

.if-insight-hero-art--app small {
  color: var(--ifi-muted);
}

.if-insight-hero-art--app > i {
  border: 1px solid rgba(19, 37, 27, 0.2);
  border-radius: 50%;
  height: 330px;
  position: absolute;
  width: 330px;
}

.if-insight-hero-art--app > i:last-child {
  height: 520px;
  width: 520px;
}

.if-insight-hero-art--open,
.if-insight-hero-art--seo,
.if-insight-hero-art--qa,
.if-insight-hero-art--agent {
  align-content: center;
  display: grid;
  justify-items: center;
  text-align: center;
}

.if-insight-hero-art--open strong,
.if-insight-hero-art--seo strong,
.if-insight-hero-art--qa strong,
.if-insight-hero-art--agent strong {
  font-size: clamp(4.5rem, 13vw, 12rem);
  letter-spacing: -0.09em;
  line-height: 0.8;
  margin: 34px 0;
  position: relative;
  z-index: 2;
}

.if-insight-hero-art--open {
  background: #e9e3d1;
  color: var(--ifi-ink);
}

.if-insight-hero-art--open i,
.if-insight-hero-art--seo i,
.if-insight-hero-art--agent i {
  border: 1px solid currentColor;
  border-radius: 50%;
  height: 260px;
  opacity: 0.16;
  position: absolute;
  width: 260px;
}

.if-insight-hero-art--seo {
  background: #dce5ee;
  color: #1b3547;
}

.if-insight-hero-art--qa {
  background: #e9dbcb;
  color: #3f3026;
}

.if-insight-hero-art--qa strong {
  text-decoration: line-through;
  text-decoration-color: #a95338;
}

.if-insight-hero-art--qa i {
  border-left: 2px dashed rgba(63, 48, 38, 0.35);
  height: 80%;
  position: absolute;
  width: 620px;
}

.if-insight-hero-art--agent {
  background: #173728;
}

.if-insight-hero-art--agent i {
  border-color: var(--ifi-lime);
  height: 320px;
  width: 320px;
}

.if-insight-hero-art--agent::after {
  border: 1px solid rgba(217, 237, 145, 0.13);
  border-radius: 50%;
  content: "";
  height: 470px;
  position: absolute;
  width: 470px;
}

.if-insight-hero-art small {
  font-size: 0.78rem;
  opacity: 0.66;
}

.if-insight-layout {
  border-top: 1px solid var(--ifi-line);
  display: grid;
  gap: clamp(50px, 8vw, 120px);
  grid-template-columns: minmax(0, 780px) minmax(220px, 300px);
  justify-content: center;
  padding-top: 82px;
}

.if-insight-body {
  min-width: 0;
}

.if-insight-body > p,
.if-insight-body > ul,
.if-insight-body > ol,
.if-insight-body > dl {
  color: #35453b;
  font-size: 1.06rem;
  line-height: 1.82;
}

.if-insight-body > p {
  margin: 0 0 1.5em;
}

.if-insight-body .if-insight-intro {
  color: var(--ifi-ink);
  font-size: clamp(1.3rem, 2vw, 1.65rem);
  font-weight: 520;
  letter-spacing: -0.025em;
  line-height: 1.55;
  margin-bottom: 2.8em;
}

.if-insight-body > h2 {
  font-size: clamp(2rem, 3.7vw, 3.35rem);
  font-weight: 650;
  letter-spacing: -0.055em;
  line-height: 1.04;
  margin: 1.65em 0 0.6em;
}

.if-insight-body a:not(.if-insights-button) {
  text-decoration-color: rgba(46, 106, 72, 0.38);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.if-proof-box {
  background: var(--ifi-deep);
  border-radius: 26px;
  color: #eef3e9;
  margin: 58px 0;
  padding: clamp(30px, 5vw, 56px);
}

.if-proof-box__label {
  color: var(--ifi-lime);
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.if-proof-box h2 {
  color: #fff;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  letter-spacing: -0.045em;
  line-height: 1.08;
  margin: 0;
}

.if-proof-box ul {
  color: rgba(238, 243, 233, 0.75);
  line-height: 1.68;
  margin: 28px 0;
  padding-left: 1.2em;
}

.if-proof-box li + li {
  margin-top: 10px;
}

.if-proof-box > a {
  color: #fff !important;
  display: inline-block;
  font-size: 0.88rem;
  font-weight: 800;
  margin-top: 8px;
  text-decoration-color: var(--ifi-lime) !important;
}

.if-proof-box li a {
  color: #fff;
}

.if-boundary-box {
  border-left: 4px solid #d39c39;
  margin: 52px 0;
  padding: 8px 0 8px 28px;
}

.if-boundary-box strong {
  display: block;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.if-boundary-box p {
  color: var(--ifi-muted);
  line-height: 1.72;
  margin: 0;
}

.if-insight-quote {
  border: 0;
  color: var(--ifi-green);
  font-size: clamp(2rem, 4vw, 4rem);
  font-weight: 650;
  letter-spacing: -0.055em;
  line-height: 1.07;
  margin: 64px 0;
  padding: 0;
}

.if-insight-definitions {
  border-bottom: 1px solid var(--ifi-line);
  margin: 40px 0 56px !important;
}

.if-insight-definitions > div {
  border-top: 1px solid var(--ifi-line);
  display: grid;
  gap: 26px;
  grid-template-columns: 180px 1fr;
  padding: 24px 0;
}

.if-insight-definitions dt {
  color: var(--ifi-ink);
  font-weight: 800;
}

.if-insight-definitions dd {
  margin: 0;
}

.if-insight-checklist {
  list-style: none;
  margin: 34px 0 50px !important;
  padding: 0;
}

.if-insight-checklist li {
  border-top: 1px solid var(--ifi-line);
  padding: 18px 0 18px 34px;
  position: relative;
}

.if-insight-checklist li::before {
  color: var(--ifi-green);
  content: "✓";
  font-weight: 900;
  left: 0;
  position: absolute;
}

.if-insight-steps {
  list-style: none;
  margin: 38px 0 56px !important;
  padding: 0;
}

.if-insight-steps li {
  border-top: 1px solid var(--ifi-line);
  display: grid;
  gap: 24px;
  grid-template-columns: 54px 1fr;
  padding: 24px 0;
}

.if-insight-steps li > span {
  color: var(--ifi-green);
  font-size: 0.72rem;
  font-weight: 850;
  padding-top: 4px;
}

.if-insight-steps h3 {
  font-size: 1.2rem;
  margin: 0 0 6px;
}

.if-insight-steps p {
  color: var(--ifi-muted);
  line-height: 1.62;
  margin: 0;
}

.if-live-status {
  align-items: center;
  background: #e8eedb;
  border: 1px solid rgba(46, 106, 72, 0.19);
  border-radius: 18px;
  display: flex;
  gap: 18px;
  margin: 0 0 52px;
  padding: 20px 24px;
}

.if-live-status > span {
  background: #3a8b55;
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(58, 139, 85, 0.12);
  flex: 0 0 auto;
  height: 9px;
  width: 9px;
}

.if-live-status strong {
  display: block;
  font-size: 0.86rem;
  margin-bottom: 4px;
}

.if-live-status p {
  color: var(--ifi-muted);
  font-size: 0.8rem;
  margin: 0;
}

.if-insight-cta {
  background: #e3e7d6;
  border-radius: 26px;
  margin-top: 70px;
  padding: clamp(32px, 5vw, 58px);
  text-align: center;
}

.if-insight-cta > p {
  color: var(--ifi-green);
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  margin: 0 0 16px;
  text-transform: uppercase;
}

.if-insight-cta h2 {
  font-size: clamp(1.9rem, 3.7vw, 3.2rem);
  letter-spacing: -0.05em;
  line-height: 1.06;
  margin: 0;
}

.if-insight-aside {
  align-self: start;
  display: grid;
  gap: 22px;
  position: sticky;
  top: 28px;
}

.if-insight-aside > div,
.if-insight-aside nav {
  border: 1px solid var(--ifi-line);
  border-radius: 20px;
  padding: 26px;
}

.if-insight-aside span {
  color: var(--ifi-green);
  display: block;
  font-size: 0.66rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.if-insight-aside strong {
  display: block;
  font-size: 1.55rem;
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.if-insight-aside p {
  color: var(--ifi-muted);
  font-size: 0.84rem;
  line-height: 1.58;
  margin: 14px 0 0;
}

.if-insight-aside h2 {
  font-size: 0.74rem;
  letter-spacing: 0.1em;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.if-insight-aside nav a {
  border-top: 1px solid var(--ifi-line);
  display: block;
  font-size: 0.85rem;
  font-weight: 750;
  line-height: 1.4;
  padding: 15px 0;
  text-decoration: none;
}

/* Homepage entry */
.if-insights-home {
  background: #eef0e6;
  border-top: 1px solid rgba(19, 37, 27, 0.12);
  padding: clamp(68px, 9vw, 116px) 0;
}

.if-insights-home__inner {
  margin-inline: auto;
}

.if-insights-home__head {
  align-items: end;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  margin-bottom: 42px;
}

.if-insights-home__eyebrow {
  color: var(--ifi-green);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.if-insights-home h2 {
  font-size: clamp(2.25rem, 5vw, 4.8rem);
  letter-spacing: -0.06em;
  line-height: 0.98;
  margin: 0;
}

.if-insights-home__head > a {
  font-size: 0.86rem;
  font-weight: 800;
  text-decoration: none;
}

.if-insights-home__grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.if-insights-home__grid > a {
  background: #fffdf7;
  border: 1px solid rgba(19, 37, 27, 0.13);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  min-height: 260px;
  padding: clamp(26px, 3vw, 40px);
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.if-insights-home__grid > a:hover {
  box-shadow: 0 22px 50px rgba(19, 37, 27, 0.09);
  transform: translateY(-4px);
}

.if-insights-home__grid span {
  color: var(--ifi-green);
  font-size: 0.66rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  margin-bottom: 28px;
  text-transform: uppercase;
}

.if-insights-home__grid strong {
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.if-insights-home__grid small {
  color: var(--ifi-muted);
  font-size: 0.8rem;
  line-height: 1.52;
  margin-top: auto;
  padding-top: 28px;
}

@media (max-width: 980px) {
  .if-insights-hero,
  .if-insights-method,
  .if-insight-layout {
    grid-template-columns: 1fr;
  }

  .if-insights-manifesto {
    min-height: auto;
  }

  .if-insights-section-head {
    grid-template-columns: 1fr;
  }

  .if-insights-card,
  .if-insights-card--feature {
    grid-template-columns: minmax(180px, 0.55fr) minmax(0, 1fr);
  }

  .if-insights-card--feature {
    grid-column: auto;
  }

  .if-insight-aside {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    position: static;
  }
}

@media (max-width: 760px) {
  .if-insights-hero,
  .if-insights-featured,
  .if-insights-method,
  .if-insights-final,
  .if-insight-hero,
  .if-insight-layout {
    width: calc(100% - 30px);
  }

  .if-insights-hero {
    min-height: 0;
    padding: 76px 0 80px;
  }

  .if-insights-hero__copy h1,
  .if-insight-hero h1 {
    font-size: clamp(3rem, 15vw, 5.5rem);
  }

  .if-insights-grid,
  .if-insights-home__grid {
    grid-template-columns: 1fr;
  }

  .if-insights-card,
  .if-insights-card--feature {
    grid-template-columns: 1fr;
  }

  .if-insights-card__visual {
    min-height: 290px;
  }

  .if-insights-card__body {
    padding: 32px 26px 38px;
  }

  .if-insights-method {
    border-radius: 24px;
    gap: 44px;
    padding: 38px 26px;
  }

  .if-insight-breadcrumb {
    margin-bottom: 48px;
  }

  .if-insight-hero {
    padding: 66px 0 56px;
  }

  .if-insight-hero-art {
    border-radius: 24px;
    height: 330px;
    margin-top: 50px;
  }

  .if-insight-hero-art--app > div {
    border-radius: 38px;
    border-width: 9px;
    height: 285px;
    padding: 22px 14px;
    width: 150px;
  }

  .if-insight-hero-art--app b {
    font-size: 1.7rem;
  }

  .if-insight-hero-art--app strong {
    font-size: 1.15rem;
  }

  .if-insight-hero-art--qa i {
    width: 78%;
  }

  .if-insight-layout {
    gap: 58px;
    padding-top: 56px;
  }

  .if-insight-body > p,
  .if-insight-body > ul,
  .if-insight-body > ol,
  .if-insight-body > dl {
    font-size: 1rem;
  }

  .if-insight-definitions > div {
    grid-template-columns: 1fr;
  }

  .if-insight-aside {
    grid-template-columns: 1fr;
  }

  .if-insights-home__head {
    align-items: flex-start;
    flex-direction: column;
  }

  .if-insight-meta span:not(:last-child)::after,
  .if-insight-meta time::after {
    content: "";
    margin: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .if-insights-button,
  .if-insights-read span,
  .if-insights-home__grid > a {
    transition: none;
  }
}
