/* ============================================================
   inqelo marketing site — how it works page
   @docs [[docs/Systems/Marketing Website/Patterns/inqelo Marketing Site Design Standard]]
   Page-specific rules only; tokens, buttons, header/nav and footer
   live in the shared static/site.css (loaded first by the base
   template). Hand-authored responsive rebuild of the Claude Design
   export ("How it works v4"). Mobile-first; the ≥1024px breakpoint
   reproduces the export's desktop values exactly. Below 1024px the
   flow diagrams stack vertically (per Jordan) and a static caption
   chip replaces the JS-drawn return loop.
   ============================================================ */

/* ---- Icon font: Material Symbols Rounded (filled), self-hosted
   subset of only the glyphs this page uses ------------------- */
@font-face {
  font-family: "Material Symbols Rounded";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("assets/material-symbols-rounded-subset.woff2") format("woff2");
}
.material-symbols-rounded {
  font-family: "Material Symbols Rounded";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

/* Fade-up reveal (respects prefers-reduced-motion via JS gate). */
[data-reveal] { transition: opacity .62s var(--ease-out), transform .62s var(--ease-out); }
[data-reveal].is-hidden { opacity: 0; transform: translateY(20px); }
@media (prefers-reduced-motion: reduce) {
  [data-reveal], [data-reveal].is-hidden { opacity: 1 !important; transform: none !important; transition: none; }
}

/* ---- Shared -------------------------------------------------- */
.flow-lede {
  font-size: 15.5px;
  line-height: 1.55;
  color: var(--gray-600);
  margin: 10px auto 0;
}

/* ---- Hero ---------------------------------------------------- */
.hero {
  background: linear-gradient(180deg, #f7f5ef, var(--white));
  position: relative;
  overflow: hidden;
}
.hero__circle { right: 90px; bottom: 18px; width: 452px; height: 452px; border-radius: 50%; background: #eef2e6; opacity: .6; z-index: 0; }
.hero__band-a { right: 40px; bottom: 0; width: 600px; height: 224px; background: linear-gradient(135deg, transparent 47%, #eef1e6 47%, #eef1e6 61%, transparent 61%); opacity: .7; z-index: 0; }
.hero__band-b { right: 230px; bottom: 0; width: 430px; height: 150px; background: linear-gradient(135deg, transparent 46%, #e6ecda 46%, #e6ecda 60%, transparent 60%); opacity: .6; z-index: 0; }
.hero__dots { right: 360px; top: 58px; width: 84px; height: 104px; background-image: radial-gradient(var(--gray-300) 1.6px, transparent 1.7px); background-size: 16px 16px; opacity: .5; z-index: 0; }
.hero__tri-a { right: 18px; top: 14px; z-index: 0; }
.hero__tri-b { right: 42px; top: 150px; width: 0; height: 0; border-left: 12px solid transparent; border-right: 12px solid transparent; border-bottom: 21px solid var(--amber-500); transform: rotate(20deg); z-index: 0; }
.hero__blob { left: -60px; bottom: -70px; width: 220px; height: 220px; border-radius: 50%; background: var(--green-50); opacity: .5; z-index: 0; }
.hero__wedge { left: 44px; bottom: 70px; width: 0; height: 0; border-top: 14px solid transparent; border-bottom: 14px solid transparent; border-left: 23px solid var(--amber-500); z-index: 0; }

.hero__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.hero__copy { padding: 40px 0 0; }
.hero .kicker { color: var(--green-600); }
.hero__copy h1 {
  font-size: clamp(34px, 8vw, 50px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.04;
  color: var(--ink-900);
  margin: 16px 0 0;
}
.hero__lede {
  font-size: 16.5px;
  line-height: 1.6;
  color: var(--gray-600);
  margin: 20px 0 0;
  max-width: 440px;
}
.hero__ctas { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hero__note {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin-top: 22px;
  font-size: 13px;
  color: var(--gray-400);
  line-height: 1.45;
}
.hero__note svg { color: var(--green-500); flex: none; margin-top: 1px; }
.hero__art { align-self: end; display: flex; justify-content: center; }
.hero__art img { width: 100%; max-width: 604px; display: block; filter: drop-shadow(0 20px 22px rgba(21, 36, 43, .12)); }

@media (min-width: 1024px) {
  .hero__tri-a { right: 150px; top: 34px; }
  .hero__grid {
    grid-template-columns: 1fr 1.1fr;
    gap: 20px;
    min-height: 472px;
  }
  .hero__copy { padding: 44px 0; }
  .hero__art { justify-content: flex-end; }
}

/* ---- Without inqelo ------------------------------------------ */
.without {
  background: #fbf9f7;
  border-top: 1px solid #ece8df;
  position: relative;
  overflow: hidden;
}
.without__circle-a { left: -90px; top: 60px; width: 270px; height: 270px; border-radius: 50%; background: #eef2e6; opacity: .6; z-index: 0; }
.without__dots-a { left: 26px; bottom: 36px; width: 86px; height: 96px; background-image: radial-gradient(var(--gray-300) 1.6px, transparent 1.7px); background-size: 16px 16px; opacity: .5; z-index: 0; }
.without__tri { left: 150px; top: 26px; width: 0; height: 0; border-left: 24px solid transparent; border-right: 24px solid transparent; border-bottom: 40px solid #e4efd7; transform: rotate(18deg); z-index: 0; }
.without__circle-b { width: 300px; height: 300px; top: -88px; right: -64px; border-radius: 50%; background: #eef2e6; z-index: 0; }
.without__dots-b { width: 96px; height: 78px; bottom: 44px; right: 56px; background-image: radial-gradient(var(--gray-300) 1.5px, transparent 1.6px); background-size: 16px 16px; opacity: .5; z-index: 0; }

/* The hero's "See how it works" anchor lands here; keep the heading
   clear of the sticky header. */
.without { scroll-margin-top: 64px; }
.without__inner { padding-top: 44px; padding-bottom: 48px; position: relative; z-index: 1; }
.without__head { text-align: center; }
.without__head h2 {
  font-size: clamp(24px, 5.5vw, 31px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.1;
  color: var(--ink-900);
}
.without__head .flow-lede { max-width: 780px; }

.without__result { text-align: center; margin-top: 18px; }
.without__result-title {
  font-size: clamp(17px, 4vw, 21px);
  font-weight: 700;
  color: var(--ink-900);
  letter-spacing: -0.012em;
  line-height: 1.25;
}
.without__result p {
  font-size: 15px;
  color: var(--gray-600);
  line-height: 1.55;
  margin: 8px auto 0;
  max-width: 800px;
}

@media (min-width: 1024px) {
  .without__inner { padding-top: 54px; padding-bottom: 58px; }
  .without__result { margin-top: 10px; }
}

/* ---- With inqelo --------------------------------------------- */
.withiq {
  background: #edf4e7;
  position: relative;
  overflow: hidden;
}
.withiq__circle-a { left: -70px; top: -50px; width: 250px; height: 250px; border-radius: 50%; background: #e4efd8; opacity: .6; z-index: 0; }
.withiq__tri { left: 33%; bottom: 26px; width: 0; height: 0; border-left: 32px solid transparent; border-right: 32px solid transparent; border-bottom: 54px solid #d8ecca; transform: rotate(-14deg); z-index: 0; }
.withiq__dots-a { right: 70px; bottom: 46px; width: 104px; height: 74px; background-image: radial-gradient(var(--green-300) 1.6px, transparent 1.7px); background-size: 16px 16px; opacity: .45; z-index: 0; }
.withiq__circle-b { width: 300px; height: 300px; top: -88px; right: -64px; border-radius: 50%; background: #e4efd8; z-index: 0; }
.withiq__dots-b { width: 96px; height: 78px; bottom: 44px; right: 56px; background-image: radial-gradient(var(--green-300) 1.5px, transparent 1.6px); background-size: 16px 16px; opacity: .5; z-index: 0; }

.withiq__inner { padding-top: 44px; padding-bottom: 48px; position: relative; z-index: 1; }
.withiq__head { text-align: center; }
.withiq__head h2 {
  font-size: clamp(24px, 5.5vw, 30px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.1;
  color: var(--ink-900);
}
.withiq__head-accent { color: var(--green-600); }
.withiq__head .flow-lede { max-width: 820px; margin-top: 9px; }

.withiq__closing {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 7px;
  margin: 16px auto 0;
  max-width: 920px;
}
.withiq__closing-strong { font-size: 15px; font-weight: 600; color: var(--ink-900); line-height: 1.45; }
.withiq__closing-sub { font-size: 13.5px; color: var(--gray-600); line-height: 1.5; }
.withiq__closing-icon { color: var(--green-600); margin-top: 2px; }

@media (min-width: 1024px) {
  .withiq__inner { padding-top: 54px; padding-bottom: 58px; }
}

/* ---- Flow diagrams -------------------------------------------
   Mobile-first: the stages stack vertically with down-arrows and
   a caption chip stands in for the return loop. At ≥1024px the
   row goes horizontal and JS draws the loop connector + label. */
.flow { margin-top: 24px; }
.flow__inner { position: relative; width: 100%; }
.flow__row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}

.flow__arrow { color: var(--ink-900); display: flex; flex-direction: column; align-items: center; gap: 4px; }
.flow__arrow-caption { font-size: 11px; color: var(--text-faint); font-weight: 500; }
.flow__arrow-svg { display: block; }
@media (max-width: 1023px) {
  .flow__arrow-svg { transform: rotate(90deg); margin: 7px 0; }
  /* The ads -> website arrow stays horizontal: on mobile that pair
     shares one row. */
  .flow__pair .flow__arrow-svg { transform: none; margin: 0; }
}

/* Ad platforms + click + website: one unit so mobile can keep them
   side by side while the rest of the flow stacks. */
.flow__pair { display: flex; align-items: center; justify-content: center; gap: 8px; width: 100%; }
.flow__pair .flow__node { flex: 1 1 0; max-width: 150px; }

.flow__node {
  background: #fff;
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-xs);
  padding: 15px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.flow__ads { gap: 10px; }
.flow__ads-icon {
  width: 56px; height: 56px;
  border-radius: 50%;
  background: var(--green-100);
  color: var(--green-700);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: none;
}
.flow__ads-icon .material-symbols-rounded { font-size: 32px; }
.flow__ads-label { font-size: 11.5px; font-weight: 600; color: var(--text-strong); line-height: 1.3; }

.flow__site { gap: 11px; }
.flow__site-label { font-size: 12.5px; font-weight: 600; color: var(--text-strong); }
.flow__browser { width: 92px; height: 58px; border-radius: var(--radius-md); border: 1px solid var(--border-subtle); overflow: hidden; }
.flow__browser-bar { height: 14px; background: var(--gray-100); display: flex; align-items: center; gap: 4px; padding: 0 6px; }
.flow__browser-bar span { width: 5px; height: 5px; border-radius: 50%; }
.flow__browser-bar span:nth-child(1) { background: #e26d62; }
.flow__browser-bar span:nth-child(2) { background: #e8b54a; }
.flow__browser-bar span:nth-child(3) { background: #6cc06f; }
.flow__browser-body { padding: 9px; }
.flow__browser-line { height: 6px; border-radius: 2px; background: var(--gray-200); }
.flow__browser-line + .flow__browser-line { margin-top: 6px; }
.flow__browser-line--short { width: 62%; }

/* Mobile: the four channels sit in one compact row (icon over label);
   desktop restores the export's stacked list. */
.flow__channels { width: 100%; max-width: 380px; display: flex; flex-wrap: wrap; justify-content: center; gap: 6px; }
.flow__channel {
  background: #fff;
  border: 1px solid var(--gray-200);
  border-radius: 10px;
  box-shadow: var(--shadow-xs);
  padding: 10px 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 600;
  color: var(--ink-900);
  flex: 1 1 0;
  min-width: 0;
}
.flow__channel-icon { font-size: 24px; flex: none; }
.flow__channel-icon--green { color: var(--green-500); }
.flow__channel-icon--info  { color: var(--info-500); }
.flow__channel-icon--amber { color: var(--amber-500); }
.flow__channels-note { font-size: 10.5px; font-weight: 600; color: var(--ink-900); text-align: center; line-height: 1.35; margin-top: 1px; flex-basis: 100%; }

/* "Missing lead intelligence" (the red dashed gap) */
.flow__missing {
  width: 100%;
  border: 2px dashed var(--danger-500);
  border-radius: 14px;
  display: flex;
  flex-direction: column;
}
.flow__missing-banner {
  background: var(--danger-500);
  border-radius: 12px 12px 0 0;
  margin: -2px -2px 0;
  padding: 9px 16px;
  text-align: center;
  font-size: 13.5px;
  font-weight: 700;
  color: #fff;
  position: relative;
  z-index: 2;
}
.flow__missing-body {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 11px;
  padding: 14px 14px 16px;
}
.flow__q-card {
  background: #fff;
  border: 1px solid var(--gray-200);
  border-radius: 12px;
  box-shadow: var(--shadow-xs);
  padding: 16px 6px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  height: 128px;
  text-align: center;
}
.flow__q-icon { position: relative; color: var(--gray-300); display: flex; flex: 1; align-items: center; justify-content: center; }
.flow__q-icon .material-symbols-rounded { font-size: 50px; }
.flow__q-mark { position: absolute; right: -9px; bottom: -5px; font-size: 13px; font-weight: 700; color: var(--gray-400); }
.flow__q-label { font-size: 11.5px; font-weight: 500; color: var(--ink-900); line-height: 1.2; }
.flow__missing-strike { position: absolute; left: -2px; top: -2px; width: 100%; height: 100%; pointer-events: none; z-index: 3; overflow: visible; }

/* Metadata / outcome cards at the end of the without-flow */
.flow__meta { width: 100%; max-width: 320px; display: flex; flex-direction: column; gap: 8px; }
.flow__meta-card {
  background: #fff;
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-xs);
  overflow: hidden;
}
.flow__meta-head { font-size: 11px; font-weight: 700; color: var(--text-strong); padding: 7px 12px; border-bottom: 1px solid var(--border-subtle); }
.flow__meta-body { padding: 6px 12px 8px; }
.flow__meta-row { display: flex; justify-content: space-between; align-items: center; font-size: 11px; padding: 2px 0; }
.flow__meta-row span { color: var(--text-muted); }
.flow__meta-row b { color: var(--text-strong); font-weight: 600; font-family: var(--font-mono); font-size: 10.5px; }
/* The punchline of the whole without-flow: the platform cannot tell a $4,200 job
   from spam. Deliberately the loudest element in the diagram — it bleeds to the
   card edges and carries its own tinted band so it reads before the metadata. */
.flow__meta-warn {
  color: var(--danger-500);
  font-weight: 700;
  font-size: 17px;
  line-height: 1.2;
  letter-spacing: -0.015em;
  text-align: center;
  margin: 10px -12px -8px;
  padding: 13px 12px;
  background: #fcefee;
  border-top: 2px solid var(--danger-500);
}

.flow__tick { display: flex; align-items: center; gap: 8px; font-size: 11px; color: var(--text-body); padding: 2.5px 0; white-space: nowrap; }
.flow__tick-dot {
  width: 15px; height: 15px;
  border-radius: 50%;
  background: var(--green-500);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: none;
}

/* inqelo engine card in the with-flow */
.flow__engine {
  width: 100%;
  background: #fff;
  border: 1px solid var(--green-200);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-md);
  overflow: hidden;
}
.flow__engine-head { padding: 11px 18px; text-align: center; background: var(--green-600); }
.flow__engine-name { font-weight: 700; font-size: 17px; letter-spacing: -0.02em; color: #fff; }
.flow__engine-sub { font-size: 11px; color: rgba(255, 255, 255, .82); margin-top: 2px; }
.flow__engine-grid { display: grid; grid-template-columns: repeat(2, 1fr); }
.flow__pillar {
  padding: 18px 13px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-bottom: 1px solid var(--gray-200);
}
.flow__pillar:nth-child(odd) { border-right: 1px solid var(--gray-200); }
.flow__pillar:nth-child(3), .flow__pillar:nth-child(4) { border-bottom: 0; }
.flow__pillar-icon {
  width: 46px; height: 46px;
  border-radius: 13px;
  background: var(--green-50);
  color: var(--green-600);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.flow__pillar-icon .material-symbols-rounded { font-size: 25px; }
.flow__pillar-title { font-size: 11.5px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; color: var(--green-700); margin-bottom: 7px; }
.flow__pillar-body { font-size: 11px; line-height: 1.5; color: var(--gray-600); }

/* "Your platforms now receive" card in the with-flow */
.flow__receive {
  width: 100%;
  max-width: 320px;
  background: #fff;
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-md);
  padding: 16px;
}
.flow__receive-head { font-size: 11px; font-weight: 600; letter-spacing: .02em; color: var(--text-muted); }
.flow__receive-value { display: flex; align-items: baseline; gap: 6px; margin-top: 3px; }
.flow__receive-amount { font-size: 30px; font-weight: 700; color: var(--green-600); letter-spacing: -0.02em; line-height: 1; }
.flow__receive-pill { background: var(--green-100); color: var(--green-700); font-size: 10px; font-weight: 600; border-radius: var(--radius-pill); padding: 3px 8px; line-height: 1; white-space: nowrap; }
.flow__receive-rule { height: 1px; background: var(--border-subtle); margin: 12px 0 10px; }
.flow__receive .flow__tick { font-size: 12px; gap: 9px; padding: 3px 0; }
.flow__receive .flow__tick-dot { width: 16px; height: 16px; }

/* JS-drawn loop connector + label (desktop only) */
.flow__loop { position: absolute; left: 0; top: 0; pointer-events: none; overflow: visible; }
.flow__label {
  position: absolute;
  left: 50%;
  top: 0;
  opacity: 0;
  transform: translate(-50%, -50%);
  display: none;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}
.flow__label--without { background: #fbf9f7; padding: 2px 12px; font-size: 13px; color: var(--gray-500); font-weight: 500; }
.flow__label--with { background: #edf4e7; padding: 2px 14px; font-size: 15px; color: var(--green-700); font-weight: 700; }
.flow__label-badge {
  width: 20px; height: 20px;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: none;
}
.flow__label-badge--danger { background: var(--danger-500); }

/* Mobile stand-in for the drawn loop */
.flow__caption {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 8px;
  margin: 18px auto 0;
  max-width: 340px;
}
.flow__caption-icon { flex: none; }
.flow__caption--danger { font-size: 13px; font-weight: 500; color: var(--gray-500); }
.flow__caption--danger .flow__caption-icon { color: var(--gray-400); }
.flow__caption--green { font-size: 14px; font-weight: 700; color: var(--green-700); }
.flow__caption--green .flow__caption-icon { color: var(--green-600); }

@media (min-width: 1024px) {
  .flow { margin-top: 28px; }
  .flow--without .flow__inner { padding-bottom: 64px; }
  .flow--with .flow__inner { padding-bottom: 44px; }
  .flow__row {
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    gap: 8px;
  }
  .flow__arrow { flex: none; margin-top: 52px; flex-direction: column; }
  .flow__arrow--click { margin-top: 39px; }
  .flow__pair { align-items: flex-start; justify-content: flex-start; gap: 8px; width: auto; flex: none; }
  .flow__pair .flow__node { flex: none; max-width: none; }
  .flow__ads, .flow__site { width: 102px; }
  .flow__channels { width: 114px; max-width: none; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 7px; }
  .flow__channel { flex: none; flex-direction: row; gap: 10px; padding: 9px 12px; font-size: 13.5px; }
  .flow__channel-icon { font-size: 32px; }
  .flow__missing { flex: 1 1 auto; width: auto; min-width: 376px; }
  .flow__missing-body { display: flex; align-items: center; justify-content: center; }
  .flow__q-card { flex: 1 1 0; max-width: 94px; }
  .flow__meta { width: 186px; max-width: none; flex: none; }
  .flow__engine { flex: 1 1 auto; width: auto; min-width: 460px; }
  .flow__engine-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .flow__pillar { border-bottom: 0; }
  .flow__pillar:nth-child(odd) { border-right: 1px solid var(--gray-200); }
  .flow__pillar:nth-child(3) { border-right: 1px solid var(--gray-200); }
  .flow__receive { width: 194px; max-width: none; flex: none; }
  .flow__label { display: inline-flex; }
  .flow__caption { display: none; }
}

/* ---- Lead values ---------------------------------------------- */
.values {
  background: #fbf8f1;
  border-top: 1px solid #ece8df;
  position: relative;
  overflow: hidden;
}
.values__circle { left: 40px; top: 96px; width: 400px; height: 400px; border-radius: 50%; background: #eef2e6; opacity: .6; z-index: 0; }
.values__band-a { left: 0; bottom: 0; width: 560px; height: 220px; background: linear-gradient(135deg, transparent 48%, #eef1e6 48%, #eef1e6 62%, transparent 62%); opacity: .75; z-index: 0; }
.values__band-b { left: 170px; bottom: 0; width: 440px; height: 158px; background: linear-gradient(135deg, transparent 46%, #e6ecda 46%, #e6ecda 60%, transparent 60%); opacity: .65; z-index: 0; }
.values__dots { left: 34px; top: 118px; width: 78px; height: 96px; background-image: radial-gradient(var(--gray-300) 1.6px, transparent 1.7px); background-size: 16px 16px; opacity: .5; z-index: 0; }
.values__wedge { left: 52px; bottom: 60px; width: 0; height: 0; border-top: 14px solid transparent; border-bottom: 14px solid transparent; border-left: 23px solid var(--amber-500); z-index: 0; }
.values__tri { left: 330px; top: 82px; width: 0; height: 0; border-left: 12px solid transparent; border-right: 12px solid transparent; border-bottom: 20px solid var(--green-400); transform: rotate(12deg); opacity: .85; z-index: 0; }

.values__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.values__art { order: 2; align-self: end; display: flex; justify-content: center; }
.values__art img { width: 100%; max-width: 612px; display: block; filter: drop-shadow(0 22px 22px rgba(21, 36, 43, .12)); }
.values__copy { order: 1; padding: 40px 0 0; }
.values .kicker { color: var(--green-600); }
.values__copy h2 {
  font-size: clamp(32px, 7vw, 52px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.04;
  margin: 16px 0 0;
}
.values__h-dark { color: var(--ink-900); }
.values__h-green { color: var(--green-600); }
.values__copy p { font-size: 16px; line-height: 1.6; color: var(--gray-600); margin: 14px 0 0; max-width: 496px; }
.values__copy p:first-of-type { margin-top: 22px; }
.values__copy b { color: var(--ink-900); font-weight: 700; }

@media (min-width: 1024px) {
  .values .container { padding-top: 8px; }
  .values__grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 1fr);
    gap: 20px;
    min-height: 470px;
  }
  .values__art { order: 1; justify-content: flex-start; }
  .values__copy { order: 2; padding: 44px 0; }
}

/* ---- Feedback loop -------------------------------------------- */
.loop {
  background: #f7f5ef;
  border-top: 1px solid #ece8df;
  position: relative;
  overflow: hidden;
}
.loop__circle-a { right: -80px; top: 50px; width: 260px; height: 260px; border-radius: 50%; background: #eef2e6; opacity: .6; z-index: 0; }
.loop__tri-a { left: 36px; bottom: 40px; width: 0; height: 0; border-left: 32px solid transparent; border-right: 32px solid transparent; border-bottom: 54px solid #e4efd7; transform: rotate(20deg); z-index: 0; }
.loop__dots-a { left: 43%; top: 26px; width: 118px; height: 74px; background-image: radial-gradient(var(--gray-300) 1.6px, transparent 1.7px); background-size: 17px 17px; opacity: .4; z-index: 0; }
.loop__circle-b { width: 300px; height: 300px; top: -92px; left: -78px; border-radius: 50%; background: #eef2e6; z-index: 0; }
.loop__dots-b { width: 100px; height: 82px; bottom: 150px; right: 44px; background-image: radial-gradient(var(--gray-300) 1.5px, transparent 1.6px); background-size: 16px 16px; opacity: .45; z-index: 0; }

.loop__inner { padding-top: 44px; padding-bottom: 48px; position: relative; z-index: 1; }
.loop__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: center;
}
.loop__copy { position: relative; z-index: 1; }
.loop__copy h2 {
  font-size: clamp(28px, 6vw, 40px);
  font-weight: 700;
  letter-spacing: -0.028em;
  line-height: 1.06;
  color: var(--ink-900);
  margin: 14px 0 0;
}
.loop__h-green { color: var(--green-600); }
.loop__copy p { font-size: 15.5px; line-height: 1.62; color: var(--gray-600); margin: 14px 0 0; max-width: 460px; }
.loop__copy p:first-of-type { margin-top: 20px; }
.loop__inqelo { color: var(--green-700); font-weight: 600; }

.loop__art { position: relative; display: flex; justify-content: center; }
.loop__art img { width: 100%; max-width: 568px; display: block; position: relative; z-index: 1; }
.loop__art-circle-a { left: 64px; top: 40px; width: 404px; height: 404px; border-radius: 50%; background: #eef2e6; opacity: .6; z-index: 0; }
.loop__art-circle-b { right: 34px; top: 26px; width: 150px; height: 150px; border-radius: 50%; background: var(--green-50); opacity: .6; z-index: 0; }
.loop__art-tri-a { left: 54px; top: 30px; border-left-width: 14px; border-right-width: 14px; border-bottom-width: 23px; z-index: 0; }
.loop__art-tri-b { right: 70px; top: 158px; width: 0; height: 0; border-left: 12px solid transparent; border-right: 12px solid transparent; border-bottom: 21px solid var(--amber-500); transform: rotate(18deg); z-index: 0; }
.loop__art-dots { left: 24px; top: 250px; width: 92px; height: 112px; background-image: radial-gradient(var(--gray-300) 1.6px, transparent 1.7px); background-size: 16px 16px; opacity: .5; z-index: 0; }

/* Case study framing for the stat panel. Mirrors the home page's payoff band so
   the same three figures carry the same source and caveats on every page. */
.loop__case {
  max-width: 720px;
  margin: 34px auto 0;
  text-align: center;
  position: relative;
  z-index: 1;
}
.loop__case h3 {
  font-size: clamp(21px, 3.8vw, 27px);
  font-weight: 700;
  letter-spacing: -0.022em;
  line-height: 1.18;
  color: var(--ink-900);
  margin: 10px 0 12px;
}
.loop__case p { font-size: 15px; line-height: 1.6; color: var(--gray-600); }
.loop__disclaimer {
  max-width: 880px;
  margin: 18px auto 0;
  text-align: center;
  font-size: 12px;
  line-height: 1.5;
  color: var(--gray-600);
  opacity: .85;
  position: relative;
  z-index: 1;
}
.loop__footnote {
  margin: 20px 0 0;
  text-align: center;
  font-size: 12px;
  color: var(--gray-600);
  opacity: .85;
  position: relative;
  z-index: 1;
}
.loop__stats {
  position: relative;
  z-index: 1;
  background: #fff;
  border: 1px solid var(--gray-200);
  border-radius: 20px;
  box-shadow: var(--shadow-sm);
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 20px;
  overflow: hidden;
}
.loop__stat { padding: 22px 24px; display: flex; gap: 16px; align-items: center; border-bottom: 1px solid var(--gray-200); }
.loop__stat:last-child { border-bottom: 0; }
.loop__stat-icon {
  width: 66px; height: 66px;
  border-radius: 50%;
  background: var(--green-50);
  color: var(--green-600);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
}
.loop__stat-icon .material-symbols-rounded { font-size: 34px; }
.loop__stat-value { font-size: 32px; font-weight: 700; color: var(--green-600); letter-spacing: -0.02em; line-height: 1; }
.loop__stat-label { font-size: 14.5px; font-weight: 600; color: var(--ink-900); margin-top: 6px; line-height: 1.25; }
.loop__stat-sub { font-size: 12.5px; color: var(--gray-600); margin-top: 5px; line-height: 1.4; }

.loop__compare {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: center;
  margin-top: 20px;
}
.loop__card {
  background: #fff;
  border: 1px solid var(--gray-200);
  border-radius: 20px;
  box-shadow: var(--shadow-sm);
  padding: 20px 22px;
}
.loop__card-head { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; }
.loop__card-icon {
  width: 40px; height: 40px;
  border-radius: 11px;
  background: var(--green-50);
  color: var(--green-600);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
}
.loop__card-icon--gray { background: var(--gray-100); color: var(--ink-900); }
.loop__card-icon .material-symbols-rounded { font-size: 28px; }
.loop__card-title { font-size: 17px; font-weight: 700; color: var(--ink-900); }
.loop__card-sub { font-size: 13px; color: var(--green-700); font-weight: 600; }

.loop__steps { display: flex; flex-direction: column; align-items: center; gap: 10px; }
.loop__step { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 7px; }
.loop__step-icon {
  width: 56px; height: 56px;
  border-radius: 50%;
  background: var(--green-50);
  color: var(--green-600);
  display: flex;
  align-items: center;
  justify-content: center;
}
.loop__step-icon .material-symbols-rounded { font-size: 30px; }
.loop__step-title { font-size: 12.5px; font-weight: 700; color: var(--ink-900); }
.loop__step-sub { font-size: 11px; color: var(--gray-600); line-height: 1.35; }
.loop__step-arrow { flex: none; color: var(--gray-400); }
@media (max-width: 1023px) {
  .loop__step-arrow { transform: rotate(90deg); margin: 5px 0; }
}
.loop__equals {
  width: 66px; height: 66px;
  border-radius: 50%;
  background: var(--navy-900);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 46px;
  font-weight: 700;
  flex: none;
  margin: 0 auto;
  position: relative;
  z-index: 3;
  box-shadow: var(--shadow-lg);
}

.loop__chain-wrap { display: flex; justify-content: center; margin-top: 28px; }
.loop__chain {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  background: #eef4e5;
  border: 1px solid var(--green-100);
  border-radius: var(--radius-pill);
  padding: 12px 26px;
  font-size: 15px;
  font-weight: 600;
  color: var(--ink-900);
  flex-wrap: wrap;
}
.loop__chain-item { display: inline-flex; align-items: center; gap: 8px; }
.loop__chain-item .material-symbols-rounded { font-size: 19px; color: var(--green-600); }
.loop__chain-arrow { color: var(--green-600); font-weight: 700; }

@media (min-width: 1024px) {
  .loop__inner { padding-top: 56px; padding-bottom: 62px; }
  .loop__grid { grid-template-columns: 0.94fr 1.06fr; gap: 36px; }
  .loop__art img { transform: translateY(40px); }
  .loop__stats { grid-template-columns: repeat(3, 1fr); margin-top: 34px; }
  .loop__stat { border-bottom: 0; border-right: 1px solid var(--gray-200); }
  .loop__stat:last-child { border-right: 0; }
  .loop__compare { grid-template-columns: 1fr auto 1fr; }
  .loop__equals { margin: 0 -22px; }
  .loop__steps { flex-direction: row; align-items: flex-start; gap: 2px; }
  .loop__step { flex: 1; }
  .loop__step-arrow { margin-top: 21px; }
}

/* ---- Closing CTA ----------------------------------------------- */
.cta {
  background: var(--green-800);
  position: relative;
  overflow: hidden;
}
.cta__square-a { left: -70px; bottom: -90px; width: 300px; height: 300px; border-radius: 36px; background: rgba(255, 255, 255, .05); transform: rotate(18deg); z-index: 0; }
.cta__square-b { right: 120px; top: -70px; width: 210px; height: 210px; border-radius: 26px; background: rgba(255, 255, 255, .05); transform: rotate(24deg); z-index: 0; }
.cta__ring-a { left: 40%; top: 34px; width: 120px; height: 120px; border-radius: 20px; border: 2px solid rgba(255, 255, 255, .12); transform: rotate(16deg); z-index: 0; }
.cta__square-c { right: 52px; bottom: 56px; width: 70px; height: 70px; border-radius: 14px; background: var(--green-400); opacity: .55; transform: rotate(20deg); z-index: 0; }
.cta__square-d { left: 46%; bottom: 44px; width: 46px; height: 46px; border-radius: 9px; background: var(--amber-500); opacity: .85; transform: rotate(26deg); z-index: 0; }
.cta__ring-b { right: 250px; top: 70px; width: 54px; height: 54px; border-radius: 11px; border: 2px solid var(--green-300); opacity: .5; transform: rotate(12deg); z-index: 0; }
.cta__dots { right: 410px; bottom: 30px; width: 96px; height: 78px; background-image: radial-gradient(rgba(255, 255, 255, .55) 1.5px, transparent 1.6px); background-size: 16px 16px; opacity: .2; z-index: 0; }
.cta__square-e { left: 47%; top: 70px; width: 96px; height: 96px; border-radius: 18px; background: var(--green-400); opacity: .5; transform: rotate(22deg); z-index: 0; }

.cta__inner {
  padding-top: 40px;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.cta__copy { max-width: 480px; }
.cta__copy h2 {
  font-size: clamp(28px, 6.5vw, 40px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.05;
  color: #fff;
}
.cta__h-accent { color: var(--green-300); }
.cta__sub { font-size: 16px; color: rgba(255, 255, 255, .84); margin: 14px 0 0; }
.cta__ctas { display: flex; gap: 12px; margin: 26px 0 16px; flex-wrap: wrap; }
.cta__note {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin-top: 4px;
  font-size: 13px;
  color: rgba(255, 255, 255, .6);
  line-height: 1.45;
}
.cta__note svg { color: var(--green-300); flex: none; margin-top: 1px; }
.cta__art {
  width: 100%;
  max-width: 440px;
  display: block;
  flex: none;
  position: relative;
  z-index: 1;
  margin-bottom: -20px;
  clip-path: inset(0 0 5% 0);
}

@media (min-width: 1024px) {
  .cta__inner {
    padding-top: 34px;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
    gap: 20px;
  }
  .cta__copy { padding-bottom: 60px; }
  .cta__art { width: 506px; max-width: none; margin-bottom: -22px; }
}
