/*
 * Invoice Crowd — experience layout v3 (ic-v3-*).
 *
 * Keeps the public site's visual language: the 135deg brand-gradient hero
 * with its diagonal white cut, white product sections, red CTA buttons and
 * blue blobs behind the screenshots. Colours are taken from the live CSS.
 *
 * Motion rule: anything GSAP transforms must not also own a CSS hover
 * transform. GSAP writes `translate: none` inline, which silently beats a
 * CSS `translate` hover — so reveal/parallax live on wrappers and hover
 * lives on the child.
 */

.icv3-page {
  --v3-violet: #4941e3;
  --v3-violet-deep: #5234de;
  --v3-violet-mid: #4449e7;   /* true midpoint of the two brand ends */
  --v3-blue: #365ef1;
  /* A shade and a tint of the same two brand hues. Cross-fading only
   * between #5234de and #365ef1 was barely visible; extending each end
   * in value widens the travel without leaving the palette. */
  --v3-violet-shade: #3d1f9e;
  --v3-blue-tint: #4a7cff;
  --v3-red: #f80134;
  --v3-red-deep: #c8002a;
  --v3-mint: #12b48c;
  --v3-sky: #2f86e8;
  --v3-amber: #e08600;

  --v3-ink: #2b2b2b;
  --v3-ink-strong: #16143a;
  --v3-body: #686c7d;
  --v3-muted: #8a8c98;
  --v3-surface: #ffffff;
  --v3-surface-alt: #f7f7f7;
  --v3-surface-tint: #edf2fa;
  --v3-line: #e5e8ee;

  --v3-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  --v3-shadow-lift: 0 26px 52px rgba(17, 20, 79, 0.16);
  --v3-shadow-shot: 0 30px 60px rgba(17, 20, 79, 0.18);

  --v3-ease: cubic-bezier(0.22, 0.61, 0.36, 1);
  --v3-ease-out: cubic-bezier(0.16, 1, 0.3, 1);

  /* Every interactive surface gets a duration AND a small entry delay so
   * grouped UI feels sequenced rather than instant. */
  --v3-dur: 320ms;
  --v3-dur-slow: 460ms;
  --v3-delay: 60ms;
}

/* ScrollTrigger and CSS smooth-scroll fight each other. */
.icv3-page,
html:has(.icv3-page) {
  scroll-behavior: auto;
}

body.icv3-page {
  background: var(--v3-surface);
  color: var(--v3-ink);
  overflow-x: clip;
}

.icv3-page .vibe-main {
  overflow: clip;
}

.icv3 {
  position: relative;
  isolation: isolate;
}

.icv3-page .ic-live-header--overlay {
  position: absolute;
  inset: 0 0 auto;
  z-index: 1200;
  background: transparent;
}

.icv3-page .ic-live-header.is-sticky {
  position: fixed;
  background: var(--v3-violet);
  box-shadow: 0 10px 30px rgba(10, 22, 84, 0.22);
}

/* ── Decorative geometry ───────────────────────────────────────────────
 * Positioned by inline style from invoice_crowd_v3_shape(); ic-v3.js
 * scrubs `y` so the marks travel down the page as the user scrolls down
 * and rewind upward on scroll-up.
 * ──────────────────────────────────────────────────────────────────── */

.icv3-pattern {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.icv3-shape {
  position: absolute;
  display: block;
  aspect-ratio: 1;
  will-change: transform;
}

.icv3-shape svg {
  display: block;
  width: 100%;
  height: 100%;
}

.icv3-shape--violet { color: rgba(73, 65, 227, 0.34); }
.icv3-shape--sky    { color: rgba(47, 134, 232, 0.34); }
.icv3-shape--mint   { color: rgba(18, 180, 140, 0.38); }
.icv3-shape--rose   { color: rgba(255, 0, 53, 0.30); }
.icv3-shape--amber  { color: rgba(224, 134, 0, 0.34); }
.icv3-shape--white  { color: rgba(255, 255, 255, 0.42); }

/* ── Shared section furniture ──────────────────────────────────────────*/

.icv3-section-head {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin: 0 auto clamp(2.5rem, 4vw, 3.75rem);
  text-align: center;
}

.icv3-section-head--center { max-width: 640px; }

.icv3-eyebrow {
  display: inline-block;
  margin: 0 0 14px;
  padding: 7px 16px;
  border-radius: 30px;
  background: var(--v3-surface-tint);
  color: var(--v3-violet);
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
}

.icv3-section-head h2 {
  margin: 0 0 14px;
  color: var(--v3-ink-strong);
  font-family: var(--font-display);
  font-size: clamp(28px, 3.4vw, 44px);
  font-weight: 700;
  letter-spacing: -0.9px;
  line-height: 1.16;
  text-wrap: balance;
}

.icv3-section-lead {
  margin: 0 auto;
  max-width: 62ch;
  color: var(--v3-body);
  font-size: 16px;
  line-height: 28px;
}

/* ══════════════════════════════════════════════════════════════════════
 * 1 — Hero
 * ═════════════════════════════════════════════════════════════════════ */

.icv3-hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 100svh;
  padding: 150px 0 90px;
  color: #fff;
  overflow: clip;
}

/* grow:0 keeps .ic-live-container's own min(1440px, 100% - 48px) width;
 * any growth here stretches it edge-to-edge and kills the gutter. */
.icv3-hero > .ic-live-container { flex: 0 1 auto; width: min(1440px, calc(100% - 48px)); margin-inline: auto; }

/* The signature diagonal: the gradient's last stop at 0% cuts a hard white
 * wedge out of the bottom-right corner, exactly as on the public site. */
.icv3-hero__cut {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(135deg, var(--v3-violet-deep) 0%, var(--v3-violet-mid) 45%, var(--v3-blue) 100%);
}

.icv3-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  align-items: center;
  gap: clamp(2rem, 4vw, 3.5rem);
}

.icv3-hero__copy { position: relative; z-index: 3; }

.icv3-hero h1 {
  max-width: 15ch;
  margin: 0 0 22px;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(34px, 3.6vw, 50px);
  font-weight: 600;
  letter-spacing: -1.2px;
  line-height: 1.18;
}

.icv3-hero__copy > p {
  max-width: 48ch;
  margin: 0 0 30px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 16px;
  line-height: 27px;
}

.icv3-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-bottom: 28px;
}

.icv3-hero__demo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 22px 12px 12px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  transition:
    background-color 320ms cubic-bezier(0.22, 0.61, 0.36, 1) 60ms,
    border-color 320ms cubic-bezier(0.22, 0.61, 0.36, 1) 60ms,
    translate 320ms cubic-bezier(0.16, 1, 0.3, 1) 0ms,
    box-shadow 460ms cubic-bezier(0.22, 0.61, 0.36, 1) 60ms;
}

.icv3-hero__demo:hover,
.icv3-hero__demo:focus-visible {
  translate: 0 -3px;
  border-color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 16px 34px rgba(10, 12, 60, 0.32);
}

.icv3-hero__demo-play {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #fff;
  color: var(--v3-violet);
}

.icv3-hero__demo-play svg { width: 16px; height: 16px; }
.icv3-hero__demo:hover .icv3-hero__demo-play { scale: 1.1; }

.icv3-hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.icv3-hero__badges li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
}

.icv3-hero__badges svg {
  width: 18px;
  height: 18px;
  padding: 3px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
}

.icv3-hero__visual {
  position: relative;
  z-index: 2;
  perspective: 1600px;
}

.icv3-hero__screen {
  position: relative;
  transform-style: preserve-3d;
  will-change: transform;
}

.icv3-hero__screen-img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 30px 40px rgba(17, 20, 79, 0.28));
}

.icv3-hero__play {
  position: absolute;
  top: 44%;
  left: 50%;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 74px;
  height: 74px;
  translate: -50% -50%;
  border: 0;
  border-radius: 50%;
  background: var(--v3-violet);
  color: #fff;
  cursor: pointer;
  box-shadow: 0 0 0 13px rgba(255, 255, 255, 0.25), 0 18px 46px rgba(24, 22, 100, 0.38);
  transition:
    scale 320ms cubic-bezier(0.16, 1, 0.3, 1) 0ms,
    background-color 320ms cubic-bezier(0.22, 0.61, 0.36, 1) 60ms,
    box-shadow 460ms cubic-bezier(0.22, 0.61, 0.36, 1) 60ms;
}

.icv3-hero__play svg { width: 30px; height: 30px; }

.icv3-hero__play:hover,
.icv3-hero__play:focus-visible {
  scale: 1.08;
  background: var(--v3-red);
  box-shadow: 0 0 0 16px rgba(255, 255, 255, 0.28), 0 22px 54px rgba(212, 5, 47, 0.42);
}

/* ══════════════════════════════════════════════════════════════════════
 * 2 — Branching flow
 * ═════════════════════════════════════════════════════════════════════ */

.icv3-flow {
  padding: clamp(4rem, 7vw, 6rem) 0 clamp(3.5rem, 6vw, 5rem);
  background: var(--v3-surface-alt);
}

.icv3-flow__diagram {
  position: relative;
  z-index: 1;
}

.icv3-flow__branch {
  position: relative;
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.icv3-flow__branch-label {
  display: inline-block;
  margin-bottom: 18px;
  padding: 7px 18px;
  border: 1px dashed rgba(73, 65, 227, 0.4);
  border-radius: 30px;
  color: var(--v3-violet);
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.icv3-flow__branch-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.75rem);
}

.icv3-flow__merge {
  display: block;
  width: 100%;
  height: 90px;
  margin-top: -4px;
  color: rgba(73, 65, 227, 0.45);
}

.icv3-flow__steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.75rem);
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: v3step;
}

.icv3-flow__step { position: relative; }

/* Connector between the three downstream steps. */
.icv3-flow__step + .icv3-flow__step::before {
  content: "";
  position: absolute;
  top: 50px;
  left: calc(-1 * clamp(1rem, 2vw, 1.75rem));
  width: clamp(1rem, 2vw, 1.75rem);
  height: 2px;
  background: repeating-linear-gradient(90deg, rgba(73, 65, 227, 0.45) 0 6px, transparent 6px 13px);
}

.icv3-flow__card {
  position: relative;
  height: 100%;
  padding: 30px 26px;
  border: 1px solid var(--v3-line);
  border-radius: 14px;
  background: #fff;
  box-shadow: var(--v3-shadow);
  text-align: left;
  transition:
    translate 460ms cubic-bezier(0.16, 1, 0.3, 1) 0ms,
    box-shadow 460ms cubic-bezier(0.22, 0.61, 0.36, 1) 60ms,
    border-color 320ms cubic-bezier(0.22, 0.61, 0.36, 1) 60ms;
}

.icv3-flow__card:hover {
  translate: 0 -6px;
  border-color: rgba(73, 65, 227, 0.4);
  box-shadow: var(--v3-shadow-lift);
}

.icv3-flow__card--branch { text-align: center; }
.icv3-flow__card--branch .icv3-flow__icon { margin-inline: auto; }

.icv3-flow__icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: var(--v3-surface-tint);
  color: var(--v3-violet);
  transition:
    scale 320ms cubic-bezier(0.16, 1, 0.3, 1) 40ms,
    rotate 320ms cubic-bezier(0.16, 1, 0.3, 1) 40ms,
    background-color 320ms cubic-bezier(0.22, 0.61, 0.36, 1) 60ms;
}

.icv3-flow__icon svg { width: 26px; height: 26px; }

.icv3-flow__card:hover .icv3-flow__icon {
  scale: 1.08;
  rotate: -5deg;
  background: rgba(73, 65, 227, 0.14);
}

.icv3-flow__card h3 {
  margin: 0 0 8px;
  color: var(--v3-ink-strong);
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.4px;
}

.icv3-flow__card p {
  margin: 0;
  color: var(--v3-body);
  font-size: 15px;
  line-height: 25px;
}

/* ══════════════════════════════════════════════════════════════════════
 * 3 — Product spotlights
 * ═════════════════════════════════════════════════════════════════════ */

.icv3-showcase {
  padding: clamp(3.5rem, 6vw, 5rem) 0 clamp(3rem, 6vw, 5rem);
  background: var(--v3-surface);
}

.icv3-showcase__group + .icv3-showcase__group { margin-top: clamp(3rem, 6vw, 5rem); }

.icv3-chapter {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  column-gap: 18px;
  row-gap: 4px;
  margin-bottom: clamp(1.5rem, 2.5vw, 2.25rem);
  padding-bottom: 16px;
}

/* Short brand accent under the chapter title. The full-width grey divider
 * that used to sit alongside it is deliberately gone. */
.icv3-chapter__rule {
  position: absolute;
  bottom: 0;
  left: 0;
  width: min(280px, 42%);
  height: 3px;
  border-radius: 3px;
  overflow: hidden;
}

.icv3-chapter__rule i {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, var(--v3-violet), var(--v3-blue));
  transform-origin: left center;
  scale: 0 1;
}

.icv3-chapter__num {
  grid-row: 1 / span 2;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: var(--v3-violet);
  color: #fff;
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.icv3-chapter__title {
  margin: 0;
  color: var(--v3-ink-strong);
  font-family: var(--font-display);
  font-size: clamp(20px, 2.2vw, 27px);
  font-weight: 700;
  letter-spacing: -0.5px;
  line-height: 1.2;
}

.icv3-chapter__note {
  margin: 0;
  color: var(--v3-muted);
  font-size: 14.5px;
  line-height: 1.45;
}

.icv3-spot {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 4.5rem);
  padding: clamp(1.75rem, 3.5vw, 3rem) 0;
}

.icv3-spot--reverse .icv3-spot__visual { order: 2; }

.icv3-spot__visual {
  position: relative;
  min-width: 0;
}

.icv3-spot__blob {
  position: absolute;
  z-index: -1;
  inset: 4% -2% 2% 6%;
  border-radius: 46% 54% 58% 42% / 52% 44% 56% 48%;
  background: linear-gradient(150deg, rgba(73, 65, 227, 0.95), rgba(53, 95, 242, 0.8));
  /* No blur filter — it made a crisp vector shape look like a soft image. */
  will-change: transform;
}

.icv3-spot--sky .icv3-spot__blob  { background: linear-gradient(150deg, rgba(47, 134, 232, 0.85), rgba(73, 65, 227, 0.6)); }
.icv3-spot--mint .icv3-spot__blob { background: linear-gradient(150deg, rgba(18, 180, 140, 0.75), rgba(47, 134, 232, 0.6)); }
.icv3-spot--rose .icv3-spot__blob { background: linear-gradient(150deg, rgba(255, 0, 53, 0.62), rgba(82, 45, 222, 0.66)); }

.icv3-spot--reverse .icv3-spot__blob { inset: 4% 6% 2% -2%; }

.icv3-spot__shot {
  position: relative;
  /* 560 to suit the square in-content crops. The old 500 was sized for a
     16:9 capture that included the app's left navigation, which left the
     actual UI too small to read. */
  width: min(560px, 100%);
  margin: 0 auto;
  will-change: transform;
}

.icv3-spot__img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
  /* Deliberately no hover scale: resampling an 800px bitmap softens it. */
  filter: drop-shadow(0 24px 44px rgba(17, 20, 79, 0.24));
}

.icv3-spot__copy { min-width: 0; }

.icv3-spot__icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin-bottom: 20px;
  border-radius: 18px;
  background: var(--v3-surface-tint);
  color: var(--v3-violet);
}

.icv3-spot--sky .icv3-spot__icon  { background: rgba(47, 134, 232, 0.12); color: var(--v3-sky); }
.icv3-spot--mint .icv3-spot__icon { background: rgba(18, 180, 140, 0.14); color: var(--v3-mint); }
.icv3-spot--rose .icv3-spot__icon { background: rgba(255, 0, 53, 0.1); color: var(--v3-red); }

.icv3-spot:hover .icv3-spot__icon { scale: 1.06; rotate: -5deg; }

.icv3-spot__icon svg { width: 28px; height: 28px; }

.icv3-spot__copy h4 {
  margin: 0 0 12px;
  color: var(--v3-ink-strong);
  font-family: var(--font-display);
  font-size: clamp(22px, 2.4vw, 30px);
  font-weight: 700;
  letter-spacing: -0.7px;
  line-height: 1.2;
}

.icv3-spot__copy > p {
  margin: 0 0 20px;
  color: var(--v3-body);
  font-size: 16px;
  line-height: 28px;
}

.icv3-spot__points {
  display: grid;
  gap: 10px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}

.icv3-spot__points li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--v3-ink);
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
}

.icv3-spot__points svg {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  padding: 3px;
  border-radius: 50%;
  background: rgba(18, 180, 140, 0.16);
  color: var(--v3-mint);
}

.icv3-spot__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--v3-violet);
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 600;
  transition: gap 320ms cubic-bezier(0.16, 1, 0.3, 1) 0ms, color 320ms cubic-bezier(0.22, 0.61, 0.36, 1) 60ms;
}

.icv3-spot__link svg { width: 18px; height: 18px; }

.icv3-spot__link:hover {
  gap: 14px;
  color: var(--v3-red);
}

/* ══════════════════════════════════════════════════════════════════════
 * 4 — Capability grid
 * ═════════════════════════════════════════════════════════════════════ */

.icv3-grid {
  padding: clamp(4.5rem, 8vw, 7rem) 0;
  background: var(--v3-surface-alt);
}

.icv3-grid__list {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1rem, 1.6vw, 1.5rem);
  margin: 0;
  padding: 0;
  list-style: none;
}

.icv3-grid__card {
  position: relative;
  height: 100%;
  padding: 28px 24px 26px;
  border: 1px solid var(--v3-line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(17, 20, 79, 0.05);
  transition:
    translate 460ms cubic-bezier(0.16, 1, 0.3, 1) 0ms,
    box-shadow 460ms cubic-bezier(0.22, 0.61, 0.36, 1) 60ms,
    border-color 320ms cubic-bezier(0.22, 0.61, 0.36, 1) 60ms;
}

.icv3-grid__card:hover {
  translate: 0 -6px;
  border-color: rgba(73, 65, 227, 0.36);
  box-shadow: var(--v3-shadow-lift);
}

.icv3-grid__icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
  border-radius: 14px;
  background: var(--v3-surface-tint);
  color: var(--v3-violet);
}

.icv3-grid__icon svg { width: 24px; height: 24px; }
.icv3-grid__card:hover .icv3-grid__icon { scale: 1.09; rotate: -6deg; }

.icv3-grid__card--sky .icv3-grid__icon    { background: rgba(47, 134, 232, 0.12); color: var(--v3-sky); }
.icv3-grid__card--mint .icv3-grid__icon   { background: rgba(18, 180, 140, 0.14); color: var(--v3-mint); }
.icv3-grid__card--rose .icv3-grid__icon   { background: rgba(255, 0, 53, 0.1);  color: var(--v3-red); }
.icv3-grid__card--amber .icv3-grid__icon  { background: rgba(224, 134, 0, 0.12); color: var(--v3-amber); }

.icv3-grid__card h3 {
  margin: 0 0 8px;
  color: var(--v3-ink-strong);
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.3px;
}

.icv3-grid__card p {
  margin: 0;
  color: var(--v3-body);
  font-size: 14.5px;
  line-height: 24px;
}

.icv3-grid__link {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: end start;
  padding: 24px;
  color: transparent;
}

.icv3-grid__link svg {
  width: 20px;
  height: 20px;
  color: var(--v3-violet);
  opacity: 0;
  translate: -6px 0;
  transition: opacity 320ms cubic-bezier(0.22, 0.61, 0.36, 1) 60ms, translate 320ms cubic-bezier(0.16, 1, 0.3, 1) 60ms;
}

.icv3-grid__card:hover .icv3-grid__link svg {
  opacity: 1;
  translate: 0 0;
}

/* ══════════════════════════════════════════════════════════════════════
 * 5 — Reviews
 * ═════════════════════════════════════════════════════════════════════ */

.icv3-reviews {
  padding: clamp(4.5rem, 8vw, 7rem) 0;
  background: var(--v3-surface);
}

.icv3-reviews__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 1.6vw, 1.5rem);
  margin: 0;
  padding: 0;
  list-style: none;
}

.icv3-review {
  height: 100%;
  margin: 0;
  padding: 26px 24px;
  border: 1px solid var(--v3-line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(17, 20, 79, 0.05);
  transition:
    translate 460ms cubic-bezier(0.16, 1, 0.3, 1) 0ms,
    box-shadow 460ms cubic-bezier(0.22, 0.61, 0.36, 1) 60ms,
    border-color 320ms cubic-bezier(0.22, 0.61, 0.36, 1) 60ms;
}

.icv3-review:hover {
  translate: 0 -5px;
  border-color: rgba(73, 65, 227, 0.34);
  box-shadow: var(--v3-shadow-lift);
}

.icv3-review__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.icv3-review__stars {
  display: inline-flex;
  gap: 2px;
  color: rgba(20, 17, 51, 0.16);
}

.icv3-review__stars svg { width: 16px; height: 16px; }
.icv3-review__stars svg.is-on { color: #ffb600; }

.icv3-review__platform-img {
  display: block;
  width: auto;
  max-width: 72px;
  max-height: 20px;
  opacity: 0.72;
}

.icv3-review__title {
  margin: 0 0 8px;
  color: var(--v3-ink-strong);
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.2px;
  line-height: 1.35;
}

.icv3-review__quote {
  display: -webkit-box;
  margin: 0 0 18px;
  color: var(--v3-body);
  font-size: 14.5px;
  line-height: 25px;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.icv3-review__meta {
  display: flex;
  align-items: center;
  gap: 12px;
}

.icv3-review__avatar-img {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

.icv3-review__who {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-width: 0;
}

.icv3-review__who strong {
  color: var(--v3-ink-strong);
  font-family: var(--font-display);
  font-size: 14.5px;
  font-weight: 600;
}

.icv3-review__who span {
  color: var(--v3-muted);
  font-size: 12.5px;
}

.icv3-review__source {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  border: 1px solid var(--v3-line);
  border-radius: 50%;
  color: var(--v3-muted);
  transition:
    translate 320ms cubic-bezier(0.16, 1, 0.3, 1) 0ms,
    border-color 320ms cubic-bezier(0.22, 0.61, 0.36, 1) 60ms,
    color 320ms cubic-bezier(0.22, 0.61, 0.36, 1) 60ms;
}

.icv3-review__source svg { width: 16px; height: 16px; }

.icv3-review__source:hover {
  translate: 0 -2px;
  border-color: var(--v3-violet);
  color: var(--v3-violet);
}

.icv3-reviews__platforms {
  position: relative;
  z-index: 1;
  margin-top: clamp(2.5rem, 4vw, 3.5rem);
  text-align: center;
}

.icv3-reviews__platforms-label {
  margin: 0 0 20px;
  color: var(--v3-muted);
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.icv3-reviews__platforms ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(1.5rem, 4vw, 3.5rem);
  margin: 0;
  padding: 0;
  list-style: none;
}

.icv3-reviews__platforms img {
  display: block;
  width: auto;
  max-width: 128px;
  max-height: 34px;
  transition: scale 320ms cubic-bezier(0.16, 1, 0.3, 1) 40ms, opacity 320ms cubic-bezier(0.22, 0.61, 0.36, 1) 60ms;
  opacity: 0.85;
}

.icv3-reviews__platforms a:hover img {
  scale: 1.06;
  opacity: 1;
}

/* ══════════════════════════════════════════════════════════════════════
 * 6 — Closing CTA
 * ═════════════════════════════════════════════════════════════════════ */

.icv3-cta {
  padding: clamp(3rem, 6vw, 5rem) 0 clamp(4.5rem, 8vw, 7rem);
  background: var(--v3-surface);
}

.icv3-cta__panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(2rem, 4vw, 3.5rem);
  padding: clamp(2.25rem, 4vw, 3.5rem) clamp(2rem, 4vw, 4rem);
  border-radius: 24px;
  background: linear-gradient(120deg, var(--v3-violet-deep) 0%, var(--v3-violet-mid) 48%, var(--v3-blue) 100%);
  box-shadow: 0 34px 70px -34px rgba(24, 22, 100, 0.65);
  color: #fff;
  overflow: hidden;
}

.icv3-cta__copy { position: relative; z-index: 1; }

.icv3-cta__copy h2 {
  margin: 0 0 12px;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 700;
  letter-spacing: -0.8px;
  line-height: 1.16;
}

.icv3-cta__copy p {
  max-width: 52ch;
  margin: 0 0 20px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 16px;
  line-height: 27px;
}

.icv3-cta__assurances {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.icv3-cta__assurances li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}

.icv3-cta__assurances svg {
  width: 18px;
  height: 18px;
  padding: 3px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
}

.icv3-cta__actions {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 14px;
  text-align: center;
}

.icv3-cta__secondary {
  color: rgba(255, 255, 255, 0.86);
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 4px;
  transition: color 320ms cubic-bezier(0.22, 0.61, 0.36, 1) 60ms, translate 320ms cubic-bezier(0.16, 1, 0.3, 1) 0ms;
}

.icv3-cta__secondary:hover {
  translate: 0 -2px;
  color: #fff;
}

/* ══════════════════════════════════════════════════════════════════════
 * Video lightbox
 * ═════════════════════════════════════════════════════════════════════ */

.icv3-lightbox {
  position: fixed;
  inset: 0;
  z-index: 4000;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(12, 9, 40, 0.76);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  transition: opacity 320ms cubic-bezier(0.22, 0.61, 0.36, 1);
}

.icv3-lightbox.is-open { opacity: 1; }

.icv3-lightbox__frame {
  position: relative;
  width: min(1040px, 100%);
  aspect-ratio: 16 / 9;
  border-radius: 16px;
  background: #000;
  box-shadow: 0 50px 120px -40px rgba(0, 0, 0, 0.8);
  overflow: hidden;
}

.icv3-lightbox__frame iframe { width: 100%; height: 100%; border: 0; }

.icv3-lightbox__close {
  position: absolute;
  top: -48px;
  right: 0;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  cursor: pointer;
  transition: background-color 320ms cubic-bezier(0.22, 0.61, 0.36, 1) 60ms, rotate 320ms cubic-bezier(0.16, 1, 0.3, 1) 0ms;
}

.icv3-lightbox__close:hover { background: rgba(255, 255, 255, 0.24); rotate: 90deg; }
.icv3-lightbox__close svg { width: 18px; height: 18px; }

/* ══════════════════════════════════════════════════════════════════════
 * Responsive
 * ═════════════════════════════════════════════════════════════════════ */

@media (max-width: 1199.98px) {
  .icv3-grid__list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 991.98px) {
  .icv3-hero {
    padding: 150px 0 110px;
    text-align: left;
  }

  .icv3-hero__cut {
    background: linear-gradient(160deg, var(--v3-violet-deep) 26%, var(--v3-violet-mid) 52%, var(--v3-blue) 80%, #fff 0%);
  }

  .icv3-hero__inner { grid-template-columns: minmax(0, 1fr); gap: 2.5rem; }
  .icv3-hero h1 { max-width: 20ch; }

  .icv3-spot {
    grid-template-columns: minmax(0, 1fr);
    gap: 2rem;
  }

  .icv3-spot--reverse .icv3-spot__visual { order: 0; }

  .icv3-flow__steps { grid-template-columns: minmax(0, 1fr); }
  .icv3-flow__step + .icv3-flow__step::before {
    top: calc(-1 * clamp(1rem, 2vw, 1.75rem));
    left: 50%;
    width: 2px;
    height: clamp(1rem, 2vw, 1.75rem);
    background: repeating-linear-gradient(180deg, rgba(73, 65, 227, 0.45) 0 6px, transparent 6px 13px);
  }

  .icv3-flow__merge { height: 60px; }

  .icv3-grid__list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .icv3-reviews__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }

  .icv3-cta__panel { grid-template-columns: minmax(0, 1fr); }
}

@media (max-width: 767.98px) {
  .icv3-flow__branch-cards { grid-template-columns: minmax(0, 1fr); }
  .icv3-flow__merge { display: none; }
  .icv3-grid__list { grid-template-columns: minmax(0, 1fr); }
  .icv3-reviews__grid { grid-template-columns: minmax(0, 1fr); }
  .icv3-hero__actions { flex-direction: column; align-items: stretch; }
  .icv3-hero__demo { justify-content: center; }
  .icv3-pattern { display: none; }
  .icv3-cta__panel .icv3-pattern { display: block; }
}

/* ── Added scroll choreography ─────────────────────────────────────────*/

/* Masked word reveal on section headings. The clip box extends below the
 * baseline so descenders are not cut off. */
.icv3-word {
  display: inline-block;
  margin-bottom: -0.16em;
  padding-bottom: 0.16em;
  overflow: hidden;
  vertical-align: top;
}

/* No will-change here — a compositing layer would break inherited paint. */
.icv3-word__inner { display: inline-block; }

.icv3-spot__shot { will-change: transform; }

/* Cards tilt up out of the page; the wrapper owns the transform so the
 * card's own hover lift keeps working. */
.icv3-grid__item,
.icv3-reviews__item { perspective: 900px; }

.icv3-chapter__num { will-change: transform; }

/* Reading progress. */
/* ── Motion policy ─────────────────────────────────────────────────────
 * Bootstrap ships `*{transition-duration:.01ms!important}` under
 * prefers-reduced-motion, which silently kills every hover transition on
 * the page when the OS has animations turned off. AGENTS.md requires
 * generated themes to force full motion unless the project opts out, so
 * that reset is neutralised here.
 * ──────────────────────────────────────────────────────────────────── */

/* Bootstrap ships `*{transition-duration:.01ms!important}` under
 * prefers-reduced-motion, which silently kills every hover transition when the
 * OS has animations switched off. AGENTS.md requires generated themes to force
 * full motion, so the interactive surfaces re-assert their own timing here.
 * A project that genuinely wants reduced motion sets
 * data-pika-vibe-respect-reduced-motion="true" on <html>, which disables this. */
@media (prefers-reduced-motion: reduce) {
  html:not([data-pika-vibe-respect-reduced-motion="true"]) :is(
  .icv3-page .icv3-flow__card,
  .icv3-page .icv3-flow__icon,
  .icv3-page .icv3-grid__card,
  .icv3-page .icv3-grid__icon,
  .icv3-page .icv3-grid__link svg,
  .icv3-page .icv3-review,
  .icv3-page .icv3-review__source,
  .icv3-page .icv3-spot__img,
  .icv3-page .icv3-spot__icon,
  .icv3-page .icv3-spot__link,
  .icv3-page .icv3-hero__demo,
  .icv3-page .icv3-hero__demo-play,
  .icv3-page .icv3-hero__play,
  .icv3-page .icv3-cta__secondary,
  .icv3-page .icv3-reviews__platforms img,
  .icv3-page .ic-live-button,
  .icv3-page .ic-live-header__action
  ) {
    transition-duration: 320ms !important;
  }
}

/* ── Flow section lift ─────────────────────────────────────────────────*/

/* Branch cards read as the two documents they represent. */
.icv3-flow__card--branch {
  padding-top: 38px;
  background: linear-gradient(180deg, #fff 0%, var(--v3-surface-tint) 190%);
}

.icv3-flow__card--branch::before {
  content: "";
  position: absolute;
  top: 0;
  left: 12%;
  right: 12%;
  height: 4px;
  border-radius: 0 0 4px 4px;
  background: linear-gradient(90deg, var(--v3-violet), var(--v3-blue));
}

.icv3-flow__card--branch:nth-child(2)::before {
  background: linear-gradient(90deg, var(--v3-blue), var(--v3-mint));
}

/* Downstream steps get a visible sequence number. */
.icv3-flow__steps { counter-reset: v3step; }

.icv3-flow__step .icv3-flow__card { counter-increment: v3step; padding-top: 34px; }

.icv3-flow__step .icv3-flow__card::after {
  content: counter(v3step, decimal-leading-zero);
  position: absolute;
  top: 18px;
  right: 22px;
  color: rgba(20, 17, 51, 0.14);
  font-family: var(--font-display);
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1;
  transition: color 320ms cubic-bezier(0.22, 0.61, 0.36, 1) 60ms;
}

.icv3-flow__step .icv3-flow__card:hover::after { color: rgba(73, 65, 227, 0.4); }

.icv3-flow__step .icv3-flow__card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 3px;
  border-radius: 0 3px 3px 0;
  background: linear-gradient(90deg, var(--v3-violet), var(--v3-blue));
  transition: width 460ms cubic-bezier(0.16, 1, 0.3, 1) 0ms;
}

.icv3-flow__step .icv3-flow__card:hover::before { width: 100%; }

/* Branch label gets a soft pulse so the "either" choice reads as active. */
.icv3-flow__branch-label {
  background: #fff;
  box-shadow: 0 6px 18px -8px rgba(73, 65, 227, 0.5);
}

/* ── Page-wide geometry field ──────────────────────────────────────────
 * Built by ic-v3.js so the marks span the whole document rather than
 * restarting at every section boundary. Purely decorative.
 * ──────────────────────────────────────────────────────────────────── */

/* The field floats ABOVE the sections' opaque backgrounds — behind it the
 * marks would be invisible. They live in the outer 1-10% margins, so they
 * never cross the centred content column. */
.icv3-field {
  position: absolute;
  inset: 0;
  z-index: 5;
  overflow: hidden;
  pointer-events: none;
}

.icv3-page .vibe-main { position: relative; }
.icv3-page .icv3 { z-index: 1; }

/* ── Density calibration ───────────────────────────────────────────────
 * First visual pass read as under-filled: the shrunken product shot left a
 * gap beside it, section rhythm was too airy, and the marks were too faint
 * to register. Tightened here.
 * ──────────────────────────────────────────────────────────────────── */

/* The visual column now matches the shot's real width instead of leaving
 * dead space beside a 500px image in a 620px column. */
.icv3-spot {
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
  gap: clamp(2rem, 4vw, 3.5rem);
  padding: clamp(1.25rem, 2.5vw, 2.25rem) 0;
}

.icv3-spot__shot { width: min(460px, 100%); }

/* Tighter section rhythm. */
.icv3-showcase { padding-top: clamp(3rem, 5vw, 4rem); }
.icv3-showcase__group + .icv3-showcase__group { margin-top: clamp(2.25rem, 4vw, 3.25rem); }
.icv3-section-head { margin-bottom: clamp(2rem, 3vw, 2.75rem); }
.icv3-chapter { margin-bottom: clamp(1rem, 1.8vw, 1.5rem); }

/* Marks were too faint to read as a designed layer. */
.icv3-shape--violet { color: rgba(73, 65, 227, 0.5); }
.icv3-shape--sky    { color: rgba(47, 134, 232, 0.5); }
.icv3-shape--mint   { color: rgba(18, 180, 140, 0.52); }
.icv3-shape--rose   { color: rgba(255, 0, 53, 0.44); }
.icv3-shape--amber  { color: rgba(224, 134, 0, 0.5); }
.icv3-shape--white  { color: rgba(255, 255, 255, 0.55); }

/* Over the brand-gradient hero the marks need to read light, not dark. */
.icv3-hero ~ * .icv3-shape { mix-blend-mode: normal; }

/* ── Backdrop shape rework ─────────────────────────────────────────────
 * The solid ellipse read as clip-art. A radial gradient falls off softly
 * at its own edge, so it looks like ambient brand light rather than a
 * pasted circle — and needs no blur filter, which is what made the
 * earlier version look like a blurry image.
 * ──────────────────────────────────────────────────────────────────── */

.icv3-spot__blob {
  inset: -34% -46% -34% -30%;
  border-radius: 0;
  background: radial-gradient(40% 40% at 62% 46%,
    rgba(73, 65, 227, 0.85) 0%,
    rgba(73, 65, 227, 0.55) 42%,
    rgba(53, 95, 242, 0.26) 66%,
    transparent 78%);
}

.icv3-spot--sky .icv3-spot__blob {
  background: radial-gradient(40% 40% at 62% 46%,
    rgba(47, 134, 232, 0.8) 0%, rgba(47, 134, 232, 0.5) 44%,
    rgba(73, 65, 227, 0.24) 68%, transparent 80%);
}

.icv3-spot--mint .icv3-spot__blob {
  background: radial-gradient(40% 40% at 62% 46%,
    rgba(18, 180, 140, 0.72) 0%, rgba(18, 180, 140, 0.44) 44%,
    rgba(47, 134, 232, 0.22) 68%, transparent 80%);
}

.icv3-spot--rose .icv3-spot__blob {
  background: radial-gradient(40% 40% at 62% 46%,
    rgba(255, 0, 53, 0.5) 0%, rgba(226, 36, 75, 0.34) 44%,
    rgba(82, 45, 222, 0.26) 68%, transparent 80%);
}

.icv3-spot--reverse .icv3-spot__blob { inset: -34% -30% -34% -46%; }

/* Keep the marks clear of the content column so they never sit under text. */
.icv3-field .icv3-shape { opacity: 0.9; }

/* Reversed rows mirror the offset so the glow always escapes past the
 * screenshot rather than hiding behind it. */
.icv3-spot--reverse .icv3-spot__blob { background-position: -30% 0; }
.icv3-spot--reverse .icv3-spot__blob,
.icv3-spot--reverse.icv3-spot--sky .icv3-spot__blob,
.icv3-spot--reverse.icv3-spot--mint .icv3-spot__blob,
.icv3-spot--reverse.icv3-spot--rose .icv3-spot__blob {
  background-image: radial-gradient(40% 40% at 38% 46%,
    rgba(73, 65, 227, 0.8) 0%, rgba(73, 65, 227, 0.5) 42%,
    rgba(53, 95, 242, 0.24) 66%, transparent 78%);
}

/* Marks now swing horizontally along their paths, so the field must not clip
 * them — a hard cut at the boundary was part of the "jerk at the edges".
 * body already has overflow-x: clip, so nothing escapes the page. */
.icv3-field {
  overflow: visible;
}

.icv3-field .icv3-shape {
  will-change: transform, opacity;
  transform-origin: 50% 50%;
}

/* ══════════════════════════════════════════════════════════════════════
 * Spotlight visual — final calibration
 * The flat radial wash read as washed-out. Replaced with a layered
 * composition: an organic brand shape offset so it peeks past the
 * screenshot, a counter-toned accent glow, and a fine dot grid for
 * texture. Shot enlarged to 560px, which still lands under the 800px
 * source at 1x and stays acceptable at 2x.
 * ═════════════════════════════════════════════════════════════════════ */

.icv3-spot { grid-template-columns: minmax(0, 0.95fr) minmax(0, 1fr); }
.icv3-spot__shot { width: min(560px, 100%); }

.icv3-spot__blob {
  inset: -14% -12% -10% -8%;
  /* Organic silhouette rather than a circle or a soft wash. */
  border-radius: 62% 38% 44% 56% / 48% 56% 44% 52%;
  background: linear-gradient(142deg,
    rgba(82, 45, 222, 0.95) 0%,
    rgba(73, 65, 227, 0.9) 38%,
    rgba(53, 95, 242, 0.72) 72%,
    rgba(53, 95, 242, 0.3) 100%);
  opacity: 0.92;
}

/* Counter-toned glow bleeding past the opposite corner. */
.icv3-spot__blob::before {
  content: "";
  position: absolute;
  inset: 28% -22% -20% 34%;
  border-radius: 50%;
  background: radial-gradient(closest-side, rgba(23, 211, 178, 0.85), transparent 72%);
  filter: blur(26px);
}

/* Fine dot grid for texture, masked so it fades out. */
.icv3-spot__blob::after {
  content: "";
  position: absolute;
  inset: 6% 10% 40% 8%;
  background-image: radial-gradient(rgba(255, 255, 255, 0.5) 1.4px, transparent 1.4px);
  background-size: 16px 16px;
  -webkit-mask-image: linear-gradient(150deg, #000 8%, transparent 62%);
  mask-image: linear-gradient(150deg, #000 8%, transparent 62%);
}

.icv3-spot--sky .icv3-spot__blob {
  background: linear-gradient(142deg,
    rgba(47, 134, 232, 0.95) 0%, rgba(53, 95, 242, 0.88) 42%,
    rgba(73, 65, 227, 0.7) 78%, rgba(73, 65, 227, 0.28) 100%);
}
.icv3-spot--sky .icv3-spot__blob::before {
  background: radial-gradient(closest-side, rgba(124, 77, 255, 0.8), transparent 72%);
}

.icv3-spot--mint .icv3-spot__blob {
  background: linear-gradient(142deg,
    rgba(18, 180, 140, 0.92) 0%, rgba(23, 211, 178, 0.82) 44%,
    rgba(47, 134, 232, 0.66) 78%, rgba(47, 134, 232, 0.26) 100%);
}
.icv3-spot--mint .icv3-spot__blob::before {
  background: radial-gradient(closest-side, rgba(73, 65, 227, 0.75), transparent 72%);
}

.icv3-spot--rose .icv3-spot__blob {
  background: linear-gradient(142deg,
    rgba(255, 0, 53, 0.82) 0%, rgba(226, 36, 75, 0.74) 42%,
    rgba(82, 45, 222, 0.7) 80%, rgba(82, 45, 222, 0.26) 100%);
}
.icv3-spot--rose .icv3-spot__blob::before {
  background: radial-gradient(closest-side, rgba(255, 176, 0, 0.7), transparent 72%);
}

/* Mirror the whole composition on reversed rows. */
.icv3-spot--reverse .icv3-spot__blob {
  inset: -14% -8% -10% -12%;
  border-radius: 38% 62% 56% 44% / 56% 48% 52% 44%;
  scale: -1 1;
}

/* Un-mirror the dot grid so the texture never reads as flipped. */
.icv3-spot--reverse .icv3-spot__blob::after { scale: -1 1; }

/* Lift the screenshot clear of the shape. */
.icv3-spot__img {
  filter: drop-shadow(0 30px 54px rgba(17, 20, 79, 0.34));
}

/* GSAP animates scale on .icv3-spot__blob, so `scale: -1 1` for mirroring is
 * silently overwritten — reversed rows lost their shape entirely. Mirror with
 * geometry and gradient angle instead, never with a transform. */
.icv3-spot--reverse .icv3-spot__blob {
  scale: none;
  inset: -14% -8% -10% -12%;
  border-radius: 38% 62% 56% 44% / 56% 48% 52% 44%;
  background: linear-gradient(218deg,
    rgba(82, 45, 222, 0.95) 0%, rgba(73, 65, 227, 0.9) 38%,
    rgba(53, 95, 242, 0.72) 72%, rgba(53, 95, 242, 0.3) 100%);
}

.icv3-spot--reverse.icv3-spot--sky .icv3-spot__blob {
  background: linear-gradient(218deg,
    rgba(47, 134, 232, 0.95) 0%, rgba(53, 95, 242, 0.88) 42%,
    rgba(73, 65, 227, 0.7) 78%, rgba(73, 65, 227, 0.28) 100%);
}
.icv3-spot--reverse.icv3-spot--mint .icv3-spot__blob {
  background: linear-gradient(218deg,
    rgba(18, 180, 140, 0.92) 0%, rgba(23, 211, 178, 0.82) 44%,
    rgba(47, 134, 232, 0.66) 78%, rgba(47, 134, 232, 0.26) 100%);
}
.icv3-spot--reverse.icv3-spot--rose .icv3-spot__blob {
  background: linear-gradient(218deg,
    rgba(255, 0, 53, 0.82) 0%, rgba(226, 36, 75, 0.74) 42%,
    rgba(82, 45, 222, 0.7) 80%, rgba(82, 45, 222, 0.26) 100%);
}

/* Mirror the accent glow and texture by position, not transform. */
.icv3-spot--reverse .icv3-spot__blob::before { inset: 28% 34% -20% -22%; }
.icv3-spot--reverse .icv3-spot__blob::after {
  scale: none;
  inset: 6% 8% 40% 10%;
  -webkit-mask-image: linear-gradient(210deg, #000 8%, transparent 62%);
  mask-image: linear-gradient(210deg, #000 8%, transparent 62%);
}

/* ══════════════════════════════════════════════════════════════════════
 * Calibration pass — blob containment, hero scale, section continuity
 * ═════════════════════════════════════════════════════════════════════ */

/* 3 — The backdrop was overflowing into the copy column and running under
 * the body text. It may only bleed OUTWARD, away from the words. */
.icv3-spot__visual { position: relative; }

/* Vertical bleed pulled in from 10%. At 10% the backdrop cleared the top of
 * its own shot by 62px, which put it 2px over the chapter rule above and
 * 26px into the next spot below — the shape read as colliding with the
 * layout rather than sitting behind it. Sideways bleed is untouched: that
 * is the part of the effect that shows. */
.icv3-spot__blob {
  inset: -3.5% 6% -3.5% -22%;
  opacity: 0.9;
}

.icv3-spot--reverse .icv3-spot__blob {
  inset: -10% -22% -10% 6%;
}

/* Keep the accent glow inside the visual column too. */
.icv3-spot__blob::before { inset: 30% 4% -14% 30%; }
.icv3-spot--reverse .icv3-spot__blob::before { inset: 30% 30% -14% 4%; }

/* The copy column paints above the artwork, so text is never on colour. */
.icv3-spot__copy {
  position: relative;
  z-index: 2;
}

/* 4 — Hero screenshot at its true 1024px, no upscale and no shrink. */
.icv3-hero__inner { grid-template-columns: minmax(0, 0.76fr) minmax(0, 1.24fr); }
.icv3-hero__screen-img { width: 100%; max-width: 1024px; }

/* 2 — Second section is white, matching the rest of the page. */
.icv3-flow { background: var(--v3-surface); }


/* ── Responsive calibration ────────────────────────────────────────────*/

@media (max-width: 1199.98px) {
  .icv3-spot__blob { inset: -8% 2% -8% -14%; }
  .icv3-spot--reverse .icv3-spot__blob { inset: -8% -14% -8% 2%; }
}

@media (max-width: 991.98px) {
  /* Stacked rows: the artwork sits above the copy, so it may bleed both
   * sides but must not reach under the text below it. */
  .icv3-spot__blob,
  .icv3-spot--reverse .icv3-spot__blob { inset: -6% -10% 2% -10%; }
  .icv3-spot__blob::before,
  .icv3-spot--reverse .icv3-spot__blob::before { inset: 34% 12% 0 12%; }
  .icv3-spot__shot { width: min(520px, 92%); }
  .icv3-flow::before,
  .icv3-flow::after { height: min(120vw, 620px); clip-path: polygon(0 0, 84% 0, 0 100%); }
}

@media (max-width: 767.98px) {
  .icv3-spot__shot { width: min(440px, 96%); }
  .icv3-flow::before,
  .icv3-flow::after { display: none; }
}

/* ══════════════════════════════════════════════════════════════════════
 * 6 — Closing CTA rebuild
 * The flat bar left the button stranded at the far right with the copy
 * adrift. Now a centred composition with real hierarchy, a lit backdrop
 * and the reassurances reading as a row of guarantees.
 * ═════════════════════════════════════════════════════════════════════ */

.icv3-cta { padding: clamp(3.5rem, 6vw, 6rem) 0 clamp(5rem, 9vw, 8rem); }

.icv3-cta__panel {
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(1.75rem, 3vw, 2.5rem);
  padding: clamp(3rem, 6vw, 5rem) clamp(1.75rem, 5vw, 4.5rem);
  border-radius: clamp(24px, 3vw, 40px);
  text-align: center;
  background:
    radial-gradient(90% 120% at 12% 0%, rgba(124, 92, 255, 0.85) 0%, transparent 58%),
    radial-gradient(80% 130% at 92% 100%, rgba(23, 211, 178, 0.5) 0%, transparent 60%),
    linear-gradient(126deg, var(--v3-violet-deep) 0%, var(--v3-violet-mid) 46%, var(--v3-blue) 100%);
  box-shadow: 0 44px 90px -40px rgba(35, 28, 140, 0.75);
}

/* Fine dot texture so the panel is not a flat wash. */
.icv3-cta__panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.24) 1.3px, transparent 1.3px);
  background-size: 22px 22px;
  -webkit-mask-image: radial-gradient(70% 70% at 50% 40%, #000, transparent 78%);
  mask-image: radial-gradient(70% 70% at 50% 40%, #000, transparent 78%);
  opacity: 0.6;
  pointer-events: none;
}

.icv3-cta__copy { max-width: 60ch; margin-inline: auto; }

.icv3-cta__copy h2 {
  font-size: clamp(30px, 4.4vw, 52px);
  letter-spacing: -1.2px;
  line-height: 1.08;
}

.icv3-cta__copy p {
  max-width: 54ch;
  margin-inline: auto;
  font-size: clamp(16px, 1.3vw, 18px);
}

.icv3-cta__actions {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 14px 22px;
  margin-inline: auto;
}

/* The primary action gets real presence at this size. */
.icv3-cta .ic-live-button {
  min-height: 60px;
  padding: 18px 44px;
  font-size: 17px;
  box-shadow: 0 18px 40px -12px rgba(212, 5, 47, 0.65);
}

.icv3-cta__secondary {
  padding: 18px 10px;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.icv3-cta__secondary:hover { border-bottom-color: #fff; }

/* Reassurances as separated guarantees rather than a run-on list. */
.icv3-cta__assurances {
  justify-content: center;
  gap: 12px 0;
  padding-top: clamp(1.25rem, 2vw, 1.75rem);
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.icv3-cta__assurances li {
  padding-inline: clamp(0.9rem, 2vw, 1.75rem);
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
}

.icv3-cta__assurances li + li { border-left: 1px solid rgba(255, 255, 255, 0.18); }

@media (max-width: 575.98px) {
  .icv3-cta__assurances li { flex: 1 0 100%; justify-content: center; }
  .icv3-cta__assurances li + li { border-left: 0; }
}

/* The white knock-out is no longer needed and was muddying the tint. */
.icv3-flow::after { display: none; }

/* A hairline picks out the diagonal itself so the line stays legible. */
.icv3-flow__edge {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: min(74vw, 980px);
  pointer-events: none;
  z-index: 1;
  background: linear-gradient(to bottom right, transparent calc(50% - 0.5px),
    rgba(73, 65, 227, 0.28) 50%, transparent calc(50% + 0.5px));
  -webkit-mask-image: linear-gradient(180deg, #000 0%, transparent 92%);
  mask-image: linear-gradient(180deg, #000 0%, transparent 92%);
}

/* 4 — The hero laptop is 1024px natively. On wide screens it renders at
 * exactly that, overflowing the container to the right the way the live
 * site does, rather than being downscaled to fit the column. */
@media (min-width: 1280px) {
  .icv3-hero__visual { min-width: 0; }
  .icv3-hero__screen { width: 1024px; max-width: none; }
  .icv3-hero__screen-img { width: 1024px; max-width: none; }
}

@media (min-width: 1280px) and (max-width: 1499.98px) {
  /* Slightly tighter copy column so the full-size laptop still fits. */
  .icv3-hero__inner { grid-template-columns: minmax(0, 0.62fr) minmax(0, 1.38fr); }
}

/* ══════════════════════════════════════════════════════════════════════
 * Responsive re-assertion — MUST stay last in this file.
 * The calibration rules above are unscoped, so they were overriding the
 * earlier stacking media queries and the spotlight stayed two-column on
 * mobile. Anything width-dependent belongs here, after them.
 * ═════════════════════════════════════════════════════════════════════ */

@media (max-width: 991.98px) {
  .icv3-spot {
    grid-template-columns: minmax(0, 1fr);
    gap: 1.75rem;
    padding-block: clamp(1.5rem, 4vw, 2.5rem);
  }

  .icv3-spot--reverse .icv3-spot__visual { order: 0; }

  .icv3-spot__shot { width: min(520px, 88%); margin-inline: auto; }

  .icv3-spot__blob,
  .icv3-spot--reverse .icv3-spot__blob { inset: -6% -8% 4% -8%; }

  .icv3-hero__inner { grid-template-columns: minmax(0, 1fr); }
  .icv3-hero__screen,
  .icv3-hero__screen-img { width: 100%; max-width: 100%; }
}

@media (max-width: 767.98px) {
  .icv3-spot__shot { width: min(440px, 94%); }
  .icv3-spot__copy { text-align: left; }
  .icv3-cta__panel { padding-inline: 1.5rem; }
}

/* Transparent so the one shared gradient shows through underneath. */
.icv3-flow { background: transparent; }

/* Kill both halves of the old duplicate wedge. */
.icv3-flow::before,
.icv3-flow::after { display: none; }
.icv3-flow__edge { display: none; }

/* Flow content paints above the shared gradient. */
.icv3-flow > .ic-live-container { position: relative; z-index: 2; }

/* The hero must not clip the gradient now that it runs past its own box. */
.icv3-hero { overflow: visible; isolation: auto; }

/* ── CTA: scaled back ──────────────────────────────────────────────────
 * The full-bleed panel was overpowering the page ending. Narrower, shorter
 * and calmer, so it closes the page rather than shouting at it.
 * ──────────────────────────────────────────────────────────────────── */

.icv3-cta { padding: clamp(3rem, 5vw, 4.5rem) 0 clamp(4rem, 7vw, 6rem); }

.icv3-cta__panel {
  width: min(1020px, 100%);
  margin-inline: auto;
  padding: clamp(2.25rem, 4vw, 3.25rem) clamp(1.75rem, 4vw, 3.5rem);
  gap: clamp(1.25rem, 2vw, 1.75rem);
  border-radius: clamp(20px, 2vw, 28px);
  box-shadow: 0 30px 64px -34px rgba(35, 28, 140, 0.6);
}

.icv3-cta__copy h2 { font-size: clamp(26px, 3vw, 38px); letter-spacing: -0.9px; }
.icv3-cta__copy p { font-size: clamp(15px, 1.1vw, 16.5px); margin-bottom: 0; }

.icv3-cta__actions { gap: 12px 18px; margin-block: 0.25rem; }

.icv3-cta .ic-live-button {
  min-height: 52px;
  padding: 15px 34px;
  font-size: 15.5px;
  box-shadow: 0 14px 30px -12px rgba(212, 5, 47, 0.6);
}

.icv3-cta__assurances {
  padding-top: 1.1rem;
  gap: 8px 0;
}

.icv3-cta__assurances li { font-size: 13.5px; padding-inline: clamp(0.75rem, 1.6vw, 1.25rem); }

/* Full strength across the hero, tint below it, so the line continues
 * unbroken while the flow copy stays readable. */
.icv3-hero__cut {
  -webkit-mask-image: linear-gradient(180deg,
    #000 0,
    #000 calc(var(--icv3-hero-h, 100vh) - 60px),
    rgba(0, 0, 0, 0.18) calc(var(--icv3-hero-h, 100vh) + 90px),
    rgba(0, 0, 0, 0.12) 100%);
  mask-image: linear-gradient(180deg,
    #000 0,
    #000 calc(var(--icv3-hero-h, 100vh) - 60px),
    rgba(0, 0, 0, 0.18) calc(var(--icv3-hero-h, 100vh) + 90px),
    rgba(0, 0, 0, 0.12) 100%);
}

/* The hero's own content sits on the wide part of the wedge. */
.icv3-hero__inner { position: relative; z-index: 2; }

/* Below lg the wedge is not behind the copy, so the mirror is unnecessary. */
@media (max-width: 991.98px) {
  .icv3-flow__mirror { display: none; }
  .icv3-flow > .ic-live-container { padding-left: 0; }
  .icv3-flow .icv3-section-head,
  .icv3-flow__branch { margin-inline: auto; max-width: 100%; }
}

/* Hero is a solid brand-gradient block; the section below it is white.
 * No diagonal, no shared cut, no clipped duplicate heading. */
.icv3-hero { overflow: clip; }

.icv3-hero__cut {
  position: absolute;
  inset: 0;
  z-index: -1;
  height: 100%;
  clip-path: none;
  -webkit-mask-image: none;
  mask-image: none;
  background: linear-gradient(135deg,
    var(--v3-violet-deep) 0%, var(--v3-violet-mid) 45%, var(--v3-blue) 100%);
}

.icv3-flow { background: var(--v3-surface); }
.icv3-flow::before, .icv3-flow::after { display: none; }
.icv3-flow__mirror { display: none !important; }

@media (min-width: 992px) {
  .icv3-flow > .ic-live-container { padding-left: 0; }
  .icv3-flow .icv3-section-head { margin-inline: auto; max-width: 720px; }
  .icv3-flow__branch { margin-inline: auto; max-width: 760px; }
  .icv3-flow__steps { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

/* ── Hero floating cards + live-flow strip ─────────────────────────────
 * Same treatment as the v2 hero: two product panels overlapping the main
 * laptop, and a status strip that cycles the money path.
 * ──────────────────────────────────────────────────────────────────── */

.icv3-hero__visual { position: relative; }

.icv3-hero__float {
  position: absolute;
  z-index: 4;
  margin: 0;
  width: 42%;
  max-width: 380px;
  will-change: transform;
}

.icv3-hero__float-img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 14px;
  filter: drop-shadow(0 26px 50px rgba(10, 14, 60, 0.42));
}

.icv3-hero__float--one { top: -6%; right: -4%; }
.icv3-hero__float--two { bottom: -10%; left: -12%; width: 46%; }

.icv3-hero__flow {
  position: absolute;
  right: 4%;
  bottom: -2.25rem;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 11px 20px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 40px;
  /* Opaque, and no backdrop-filter. At 94% white the blur was invisible
   * anyway, but it forced the strip onto its own compositor layer, and the
   * layer was being rasterised at the wrong scale, which is what made the
   * label text look soft. */
  background: #fff;
  box-shadow: 0 20px 44px -18px rgba(10, 14, 60, 0.5);
}

.icv3-hero__flow-label {
  color: var(--v3-muted);
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  white-space: nowrap;
}

.icv3-hero__flow-list {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.icv3-hero__flow-step {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--v3-muted);
  font-family: var(--font-display);
  font-size: 13.5px;
  font-weight: 600;
  white-space: nowrap;
  transition: color 320ms cubic-bezier(0.22, 0.61, 0.36, 1) 0ms;
}

.icv3-hero__flow-step + .icv3-hero__flow-step::before {
  content: "";
  width: 14px;
  height: 1px;
  margin-right: 3px;
  background: var(--v3-line);
}

.icv3-hero__flow-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.4;
  transition: opacity 320ms cubic-bezier(0.22, 0.61, 0.36, 1) 0ms,
    box-shadow 320ms cubic-bezier(0.22, 0.61, 0.36, 1) 0ms;
}

.icv3-hero__flow-step.is-live { color: var(--v3-mint); }

.icv3-hero__flow-step.is-live .icv3-hero__flow-dot {
  opacity: 1;
  box-shadow: 0 0 0 4px rgba(18, 180, 140, 0.18);
}

@media (max-width: 1279.98px) {
  .icv3-hero__float--one { top: -4%; right: 0; width: 38%; }
  .icv3-hero__float--two { bottom: -6%; left: -6%; width: 42%; }
}

@media (max-width: 991.98px) {
  .icv3-hero__float--one { top: -5%; right: -2%; width: 40%; }
  .icv3-hero__float--two { bottom: -8%; left: -3%; width: 42%; }
  .icv3-hero__flow { right: 50%; translate: 50% 0; bottom: -3rem; }
}

@media (max-width: 767.98px) {
  .icv3-hero__float { display: none; }
  .icv3-hero__flow {
    position: static;
    translate: none;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 2rem;
  }
  .icv3-hero__flow-list { flex-wrap: wrap; justify-content: center; }
}

/* First pass sized the floats off the visual column, which at 1024px+ made
 * them ~450px and they swamped the laptop. Fixed widths keep them reading
 * as supporting panels, not competing screens. */
.icv3-hero__float { width: auto; }
.icv3-hero__float--one { width: min(300px, 30%); top: 2%; right: -2%; }
.icv3-hero__float--two { width: min(310px, 32%); bottom: 2%; left: -8%; }

@media (max-width: 1279.98px) {
  .icv3-hero__float--one { width: min(260px, 30%); top: 0; right: 0; }
  .icv3-hero__float--two { width: min(270px, 32%); bottom: 4%; left: -4%; }
}

@media (max-width: 991.98px) {
  .icv3-hero__float--one { width: min(230px, 30%); }
  .icv3-hero__float--two { width: min(240px, 32%); left: 0; }
}

/* ══════════════════════════════════════════════════════════════════════
 * Money path — animated SVG journey (replaces the icon/text cards)
 * ═════════════════════════════════════════════════════════════════════ */

.icv3-path { position: relative; padding-top: 8px; }

.icv3-path__rail {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}

.icv3-path__ghost {
  fill: none;
  stroke: rgba(20, 17, 51, 0.09);
  stroke-width: 2;
  stroke-linecap: round;
}

/* Drawn by ic-v3.js as the section scrolls. */
.icv3-path__live {
  fill: none;
  stroke: url(#icv3RailGrad);
  stroke-width: 2.5;
  stroke-linecap: round;
}

.icv3-path__live--main { stroke-width: 3; }

.icv3-path__label {
  display: inline-block;
  margin-bottom: 20px;
  padding: 8px 20px;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 6px 18px -8px rgba(73, 65, 227, 0.5);
  color: var(--v3-violet);
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.icv3-path__branch { position: relative; z-index: 1; text-align: center; }

.icv3-path__branch-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.5rem, 5vw, 5.5rem);
  max-width: 860px;
  margin-inline: auto;
}

.icv3-path__steps {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.25rem, 3vw, 2.5rem);
  margin: clamp(3.5rem, 7vw, 6rem) 0 0;
  padding: 0;
  list-style: none;
}

/* ── A stage ───────────────────────────────────────────────────────────*/

.icv3-stage {
  position: relative;
  padding: 8px 14px 0;
  text-align: center;
}

.icv3-stage__art {
  position: relative;
  display: grid;
  place-items: center;
  width: clamp(104px, 11vw, 132px);
  height: clamp(112px, 12vw, 142px);
  margin: 0 auto 18px;
  transition: translate 460ms cubic-bezier(0.16, 1, 0.3, 1) 0ms;
}

.icv3-stage:hover .icv3-stage__art { translate: 0 -6px; }

.icv3-art { width: 100%; height: 100%; overflow: visible; }

/* Paper, ink and brand accents inside the artwork. */
.icv3-art .a-sheet {
  fill: #fff;
  stroke: rgba(20, 17, 51, 0.1);
  stroke-width: 1.6;
  filter: drop-shadow(0 12px 22px rgba(17, 20, 79, 0.14));
}
.icv3-art .a-ink   { fill: rgba(20, 17, 51, 0.72); }
.icv3-art .a-line  { fill: rgba(20, 17, 51, 0.16); }
.icv3-art .a-accent        { fill: var(--v3-violet); }
.icv3-art .a-accent-soft   { fill: rgba(73, 65, 227, 0.28); }
.icv3-art .a-accent-strong { fill: var(--v3-mint); }
.icv3-art .a-band      { fill: rgba(255, 255, 255, 0.34); }
.icv3-art .a-band-soft { fill: rgba(255, 255, 255, 0.6); }
.icv3-art .a-badge     { fill: var(--v3-mint); }
.icv3-art .a-check {
  fill: none;
  stroke: #fff;
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.icv3-art .a-dot { fill: var(--v3-mint); stroke: #fff; stroke-width: 2.4; }

/* Stroked paths that draw themselves on scroll. */
.icv3-art .a-sign,
.icv3-art .a-trend {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.icv3-art .a-sign  { stroke: var(--v3-violet); stroke-width: 2.6; }
.icv3-art .a-trend { stroke: var(--v3-mint); stroke-width: 2.6; }

/* Node marker where a step meets the rail. */
.icv3-stage__pin {
  position: absolute;
  top: -34px;
  left: 50%;
  width: 14px;
  height: 14px;
  translate: -50% 0;
  border: 3px solid #fff;
  border-radius: 50%;
  background: var(--v3-violet);
  box-shadow: 0 0 0 4px rgba(73, 65, 227, 0.14);
  transition: background-color 320ms cubic-bezier(0.22, 0.61, 0.36, 1) 0ms,
    box-shadow 320ms cubic-bezier(0.22, 0.61, 0.36, 1) 0ms;
}

.icv3-stage:hover .icv3-stage__pin {
  background: var(--v3-mint);
  box-shadow: 0 0 0 6px rgba(18, 180, 140, 0.18);
}

.icv3-stage h3 {
  margin: 0 0 8px;
  color: var(--v3-ink-strong);
  font-family: var(--font-display);
  font-size: clamp(18px, 1.7vw, 21px);
  font-weight: 700;
  letter-spacing: -0.4px;
}

.icv3-stage p {
  max-width: 34ch;
  margin: 0 auto;
  color: var(--v3-body);
  font-size: 14.5px;
  line-height: 24px;
}

/* The token that rides the main rail. */
.icv3-path__token {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin: -22px 0 0 -22px;
  border-radius: 50%;
  background: linear-gradient(140deg, var(--v3-violet-deep), var(--v3-blue));
  box-shadow: 0 12px 26px -8px rgba(35, 28, 140, 0.7);
  color: #fff;
  pointer-events: none;
}

.icv3-path__token svg { width: 20px; height: 20px; }

.icv3-path__token::after {
  content: "";
  position: absolute;
  inset: -8px;
  border: 2px solid rgba(73, 65, 227, 0.35);
  border-radius: 50%;
  animation: icv3-token-pulse 2.4s cubic-bezier(0.16, 1, 0.3, 1) infinite;
}

@keyframes icv3-token-pulse {
  0%   { transform: scale(0.7); opacity: 0.8; }
  70%, 100% { transform: scale(1.5); opacity: 0; }
}

@media (max-width: 991.98px) {
  .icv3-path__rail,
  .icv3-path__token { display: none; }
  .icv3-path__steps { grid-template-columns: minmax(0, 1fr); gap: 2.5rem; }
  .icv3-stage__pin { display: none; }
}

@media (max-width: 575.98px) {
  .icv3-path__branch-grid { grid-template-columns: minmax(0, 1fr); gap: 2.5rem; }
}

/* ── Hero play button hit area ─────────────────────────────────────────
 * The visible circle is the 74px button PLUS a 13px box-shadow ring, but
 * box-shadow is painted only — never hit-tested. That left a dead halo the
 * user was aiming at. This pseudo-element extends the real target past the
 * ring so the whole visible disc (and a little beyond) is live.
 * ──────────────────────────────────────────────────────────────────── */

.icv3-hero__play {
  width: 84px;
  height: 84px;
  /* Sit above the tilted screenshot so nothing can shadow the target. */
  z-index: 6;
}

.icv3-hero__play::before {
  content: "";
  position: absolute;
  inset: -18px;
  border-radius: 50%;
  /* Transparent, but a child of the button — so hover and click both
   * resolve to the button itself. */
  background: transparent;
}

.icv3-hero__play svg { position: relative; width: 32px; height: 32px; }

/* Make the state change unmistakable across the whole disc. */
.icv3-hero__play:hover,
.icv3-hero__play:focus-visible {
  scale: 1.06;
  background: var(--v3-red);
  box-shadow: 0 0 0 16px rgba(255, 0, 53, 0.16), 0 22px 54px rgba(212, 5, 47, 0.45);
}

.icv3-hero__play:focus-visible { outline: 3px solid #fff; outline-offset: 4px; }

/* The rail now fills its host and uses a pixel viewBox written by JS, so
 * `preserveAspectRatio: none` (which stretched the first version) is gone
 * and the geometry stays true at any width. */
.icv3-path__rail {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}

/* Steps need headroom for the pin + rail above the artwork. */
.icv3-path__steps { padding-top: 26px; }
.icv3-stage__pin { top: -30px; }

/* Branch stages need space beneath for the U to clear their captions. */
.icv3-path__branch { padding-bottom: 30px; }

/* Room for the rail to clear the tallest artwork; JS pins the dots to it. */
.icv3-path__steps { padding-top: 52px; }
.icv3-stage__pin { top: 0; }

/* Ghost rail is the unfilled track the coloured line draws over. */
.icv3-path__ghost { stroke: rgba(20, 17, 51, 0.11); stroke-width: 2.5; }

/* The play button now sits on .icv3-hero__visual, which the pointer parallax
 * never transforms, so the target stays put under a stationary cursor. */
.icv3-hero__play {
  top: 46%;
  left: 46%;
}

/* "How it works" gets the soft brand grey so the page alternates
 * white → grey → white rather than running as one flat white sheet. */
.icv3-flow { background: var(--v3-surface-alt); }

/* ── CTA: full-width closing band ──────────────────────────────────────
 * The panel was boxed to 1020px and stacked vertically, which made it
 * narrower than every other section and much taller than it needed to be.
 * It now spans the container and runs copy-left / actions-right, so it
 * reads as a band closing the page rather than a card sitting on it.
 * Roughly half the previous height at the same content.
 * ──────────────────────────────────────────────────────────────────── */

.icv3-cta { padding: clamp(2.5rem, 4vw, 4rem) 0 clamp(3.5rem, 6vw, 5.5rem); }

.icv3-cta__panel {
  width: 100%;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(1.75rem, 4vw, 4rem);
  padding: clamp(1.75rem, 3vw, 2.75rem) clamp(1.75rem, 3.4vw, 3.5rem);
  border-radius: clamp(20px, 2vw, 28px);
  text-align: left;
}

.icv3-cta__copy { max-width: none; margin-inline: 0; }

.icv3-cta__copy h2 {
  margin-bottom: 10px;
  font-size: clamp(26px, 2.7vw, 40px);
  letter-spacing: -1px;
}

.icv3-cta__copy p {
  max-width: 76ch;
  margin-inline: 0;
  margin-bottom: 16px;
  font-size: clamp(15px, 1.1vw, 17px);
}

/* Guarantees stay a divided run, just left-aligned now. fit-content stops
 * the top rule running on past the last item to the end of the column. */
.icv3-cta__assurances {
  width: fit-content;
  justify-content: flex-start;
  gap: 10px 0;
  padding-top: 0.95rem;
}

.icv3-cta__assurances li { font-size: 14.5px; padding-inline: clamp(0.85rem, 1.8vw, 1.5rem); }
.icv3-cta__assurances li:first-child { padding-left: 0; }

/* Side by side, not stacked — the two actions read as one row of choices. */
.icv3-cta__actions {
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 10px 22px;
  margin-inline: 0;
}

.icv3-cta .ic-live-button {
  min-height: 56px;
  padding: 16px 42px;
  font-size: 16px;
  white-space: nowrap;
  box-shadow: 0 16px 34px -12px rgba(212, 5, 47, 0.62);
}

.icv3-cta__secondary { padding: 6px 2px; white-space: nowrap; }

/* Below this the two columns would crush the button, so stack and centre. */
@media (max-width: 900px) {
  .icv3-cta__panel {
    grid-template-columns: minmax(0, 1fr);
    gap: clamp(1.5rem, 4vw, 2rem);
    text-align: center;
  }
  .icv3-cta__copy p { margin-inline: auto; }
  .icv3-cta__assurances { justify-content: center; margin-inline: auto; }
  .icv3-cta__assurances li:first-child { padding-left: clamp(0.85rem, 1.8vw, 1.5rem); }
  .icv3-cta__actions { flex-wrap: wrap; justify-content: center; gap: 12px 20px; }
}

@media (max-width: 575.98px) {
  .icv3-cta__assurances li,
  .icv3-cta__assurances li:first-child { flex: 1 0 100%; justify-content: center; padding-left: 0; }
  .icv3-cta__assurances li + li { border-left: 0; }
}

/* ══════════════════════════════════════════════════════════════════════
 * AI Assistant — the one dark band on the page
 *
 * It sits between "how it works" and "what's inside", where the visitor
 * has just understood the product and is most receptive to the thing that
 * makes it different. Dark so it reads as a chapter break rather than
 * another white section.
 * ═════════════════════════════════════════════════════════════════════ */

.icv3-ai {
  position: relative;
  padding: clamp(4rem, 8vw, 7rem) 0;
  /* The literal brand gradient under a dark scrim, rather than an invented
   * navy. Same three brand stops as the hero and the closing CTA, dimmed so
   * white copy sits on it and the band still reads as its own chapter. */
  background:
    linear-gradient(180deg, rgba(12, 10, 46, 0.62) 0%, rgba(12, 10, 46, 0.68) 100%),
    radial-gradient(95% 80% at 4% 96%, rgba(18, 180, 140, 0.5) 0%, transparent 62%),
    radial-gradient(110% 85% at 92% 4%, rgba(82, 52, 222, 0.75) 0%, transparent 60%),
    linear-gradient(155deg, var(--v3-violet-deep) 0%, var(--v3-violet-mid) 46%, var(--v3-blue) 100%);
  color: #fff;
  overflow: hidden;
}

/* Fine dot texture so the band is not a flat wash. */
.icv3-ai::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.16) 1.2px, transparent 1.2px);
  background-size: 26px 26px;
  -webkit-mask-image: radial-gradient(78% 70% at 50% 30%, #000, transparent 80%);
  mask-image: radial-gradient(78% 70% at 50% 30%, #000, transparent 80%);
  opacity: 0.5;
  pointer-events: none;
}

.icv3-ai__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 560px);
  align-items: center;
  gap: clamp(2.5rem, 5vw, 5rem);
}

.icv3-eyebrow--on-dark {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.icv3-ai__copy h2 {
  margin: 0 0 14px;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(30px, 3.6vw, 46px);
  font-weight: 700;
  letter-spacing: -1.1px;
  line-height: 1.1;
}

.icv3-ai__lead {
  max-width: 62ch;
  margin: 0 0 clamp(1.75rem, 3vw, 2.25rem);
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(16px, 1.2vw, 17.5px);
  line-height: 1.65;
}

/* ── Capabilities ──────────────────────────────────────────────────────*/

.icv3-ai__points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 clamp(1.75rem, 3vw, 2.25rem);
  padding: 0;
  list-style: none;
}

.icv3-ai__points li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 15px 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.05);
  transition:
    background-color 320ms cubic-bezier(0.22, 0.61, 0.36, 1) 0ms,
    border-color 320ms cubic-bezier(0.22, 0.61, 0.36, 1) 0ms,
    translate 380ms cubic-bezier(0.16, 1, 0.3, 1) 0ms;
}

.icv3-ai__points li:hover {
  translate: 4px 0;
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.09);
}

.icv3-ai__point-icon {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 11px;
  background: linear-gradient(150deg, rgba(124, 92, 255, 0.9), rgba(53, 95, 242, 0.85));
  color: #fff;
  box-shadow: 0 8px 20px -8px rgba(73, 65, 227, 0.9);
}

.icv3-ai__point-icon svg { width: 20px; height: 20px; }

.icv3-ai__point-copy { display: grid; gap: 3px; min-width: 0; }

.icv3-ai__point-copy strong {
  color: #fff;
  font-family: var(--font-display);
  font-size: 15.5px;
  font-weight: 700;
  letter-spacing: -0.2px;
}

.icv3-ai__point-copy span {
  color: rgba(255, 255, 255, 0.66);
  font-size: 14px;
  line-height: 1.5;
}

/* ── Example prompts — the chips from the product itself ───────────────*/

.icv3-ai__prompts {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 12px;
  margin-bottom: clamp(1.75rem, 3vw, 2.25rem);
}

.icv3-ai__prompts-label {
  color: rgba(255, 255, 255, 0.5);
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.icv3-ai__prompts ul {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.icv3-ai__prompts li {
  padding: 7px 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.86);
  font-size: 13.5px;
  line-height: 1.4;
  white-space: nowrap;
  transition:
    background-color 300ms cubic-bezier(0.22, 0.61, 0.36, 1) 0ms,
    border-color 300ms cubic-bezier(0.22, 0.61, 0.36, 1) 0ms,
    translate 300ms cubic-bezier(0.16, 1, 0.3, 1) 0ms;
}

.icv3-ai__prompts li:hover {
  translate: 0 -2px;
  border-color: rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.12);
}

/* ── CTA ───────────────────────────────────────────────────────────────*/

.icv3-ai__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 20px;
}

.icv3-ai__note {
  margin: 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 13.5px;
  line-height: 1.5;
}

/* ── The artwork ───────────────────────────────────────────────────────*/

.icv3-ai__visual {
  position: relative;
  display: grid;
  place-items: center;
}

.icv3-ai__glow {
  position: absolute;
  z-index: 0;
  width: min(120%, 620px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 45%, rgba(124, 92, 255, 0.55) 0%, rgba(53, 95, 242, 0.22) 42%, transparent 68%);
  filter: blur(12px);
  pointer-events: none;
}

.icv3-ai__shot {
  position: relative;
  z-index: 1;
  width: 100%;
  /* Native resolution of the source art. Rendering past it is what made
   * the earlier product shots look soft. */
  max-width: 560px;
  margin: 0;
}

.icv3-ai__img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
  filter: drop-shadow(0 28px 60px rgba(6, 8, 40, 0.55));
}

@media (max-width: 1199.98px) {
  .icv3-ai__inner { grid-template-columns: minmax(0, 1fr) minmax(0, 460px); }
}

@media (max-width: 991.98px) {
  .icv3-ai__inner {
    grid-template-columns: minmax(0, 1fr);
    gap: clamp(2rem, 6vw, 3rem);
  }
  /* Artwork first on narrow screens — it explains the section faster
   * than the copy does. */
  .icv3-ai__visual { order: -1; }
  .icv3-ai__shot { max-width: min(100%, 560px); }
  .icv3-ai__lead { max-width: none; }
}

@media (max-width: 767.98px) {
  .icv3-ai__points { grid-template-columns: minmax(0, 1fr); }
}

@media (max-width: 575.98px) {
  .icv3-ai__prompts li { font-size: 12.5px; padding: 6px 12px; }
}

/* ══════════════════════════════════════════════════════════════════════
 * Why teams move over — the differentiation band
 * ═════════════════════════════════════════════════════════════════════ */

.icv3-why {
  position: relative;
  padding: clamp(4rem, 7vw, 6.5rem) 0;
  background: var(--v3-surface-alt);
}

.icv3-why__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1rem, 1.6vw, 1.5rem);
  margin: clamp(2.5rem, 4vw, 3.5rem) 0 0;
  padding: 0;
  list-style: none;
}

.icv3-why__card {
  position: relative;
  height: 100%;
  padding: clamp(1.5rem, 2.2vw, 2rem);
  border: 1px solid var(--v3-line);
  border-radius: 18px;
  background: #fff;
  overflow: hidden;
  transition:
    translate 420ms cubic-bezier(0.16, 1, 0.3, 1) 0ms,
    border-color 320ms cubic-bezier(0.22, 0.61, 0.36, 1) 0ms,
    box-shadow 420ms cubic-bezier(0.16, 1, 0.3, 1) 0ms;
}

/* Brand wash that grows on hover, so the card reacts without moving text. */
.icv3-why__card::before {
  content: "";
  position: absolute;
  inset: auto -30% -60% -30%;
  height: 70%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(73, 65, 227, 0.14) 0%, transparent 68%);
  opacity: 0;
  scale: 0.7;
  transition: opacity 420ms ease, scale 520ms cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
}

.icv3-why__item:hover .icv3-why__card {
  translate: 0 -6px;
  border-color: rgba(73, 65, 227, 0.28);
  box-shadow: 0 26px 50px -30px rgba(35, 28, 140, 0.55);
}

.icv3-why__item:hover .icv3-why__card::before { opacity: 1; scale: 1; }

.icv3-why__figure {
  position: relative;
  margin: 0 0 10px;
  background: linear-gradient(120deg, var(--v3-violet-deep), var(--v3-blue));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: var(--font-display);
  font-size: clamp(30px, 3.2vw, 40px);
  font-weight: 700;
  letter-spacing: -1.4px;
  line-height: 1;
}

.icv3-why__card h3 {
  position: relative;
  margin: 0 0 8px;
  color: var(--v3-ink-strong);
  font-family: var(--font-display);
  font-size: clamp(16px, 1.4vw, 18px);
  font-weight: 700;
  letter-spacing: -0.3px;
  line-height: 1.3;
}

.icv3-why__card p:not(.icv3-why__figure) {
  position: relative;
  margin: 0;
  color: var(--v3-body);
  font-size: 14.5px;
  line-height: 24px;
}

@media (max-width: 1199.98px) {
  .icv3-why__list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 575.98px) {
  .icv3-why__list { grid-template-columns: minmax(0, 1fr); }
}

/* ══════════════════════════════════════════════════════════════════════
 * FAQ — native <details>, no JS needed
 * ═════════════════════════════════════════════════════════════════════ */

.icv3-faq {
  position: relative;
  padding: clamp(4rem, 7vw, 6.5rem) 0;
  background: var(--v3-surface);
}

.icv3-faq__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  align-items: start;
  gap: clamp(2rem, 5vw, 4.5rem);
}

.icv3-faq__head {
  position: sticky;
  top: 120px;
  margin-bottom: 0;
  text-align: left;
}

.icv3-faq__more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 6px;
  color: var(--v3-violet);
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 600;
  transition: gap 300ms cubic-bezier(0.16, 1, 0.3, 1) 0ms, color 260ms ease 0ms;
}

.icv3-faq__more svg { width: 18px; height: 18px; }
.icv3-faq__more:hover { gap: 14px; color: var(--v3-blue); }

.icv3-faq__list { display: grid; gap: 12px; }

.icv3-faq__item {
  border: 1px solid var(--v3-line);
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
  transition: border-color 300ms ease 0ms, box-shadow 380ms ease 0ms;
}

.icv3-faq__item[open],
.icv3-faq__item:hover {
  border-color: rgba(73, 65, 227, 0.3);
  box-shadow: 0 18px 40px -30px rgba(35, 28, 140, 0.6);
}

.icv3-faq__item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 20px;
  color: var(--v3-ink-strong);
  font-family: var(--font-display);
  font-size: clamp(15px, 1.2vw, 16.5px);
  font-weight: 600;
  line-height: 1.4;
  cursor: pointer;
  list-style: none;
  transition: color 260ms ease 0ms;
}

.icv3-faq__item summary::-webkit-details-marker { display: none; }
.icv3-faq__item summary:hover { color: var(--v3-violet); }
.icv3-faq__item[open] summary { color: var(--v3-violet); }

.icv3-faq__item summary:focus-visible {
  outline: 3px solid rgba(73, 65, 227, 0.4);
  outline-offset: -3px;
}

/* Plus that becomes a minus. */
.icv3-faq__mark {
  position: relative;
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(73, 65, 227, 0.1);
  transition: background-color 300ms ease 0ms, rotate 380ms cubic-bezier(0.16, 1, 0.3, 1) 0ms;
}

.icv3-faq__mark::before,
.icv3-faq__mark::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 2px;
  translate: -50% -50%;
  border-radius: 2px;
  background: var(--v3-violet);
  transition: opacity 260ms ease 0ms;
}

.icv3-faq__mark::after { rotate: 90deg; }

.icv3-faq__item[open] .icv3-faq__mark { rotate: 180deg; background: rgba(73, 65, 227, 0.18); }
.icv3-faq__item[open] .icv3-faq__mark::after { opacity: 0; }

.icv3-faq__answer { padding: 0 20px 20px; }

.icv3-faq__answer p {
  margin: 0;
  max-width: 62ch;
  color: var(--v3-body);
  font-size: 15px;
  line-height: 26px;
}

@media (max-width: 991.98px) {
  .icv3-faq__inner { grid-template-columns: minmax(0, 1fr); }
  .icv3-faq__head { position: static; }
}


/* ══════════════════════════════════════════════════════════════════════
 * Living brand gradients
 *
 * Two brand ends (#5234de violet, #365ef1 blue) sit close enough in hue
 * that sliding a background position between them is barely perceptible.
 * So the hero stacks BOTH orientations and cross-fades: violet-left for
 * half the cycle, blue-left for the other half. The colour genuinely
 * travels end to end, and every frame is still only the brand palette.
 *
 * The AI band runs the same gradient on a longer, offset cycle so the two
 * never pulse together.
 * ═════════════════════════════════════════════════════════════════════ */

.icv3-hero__cut {
  /* Panning was dropped: sliding two gradients in opposite directions put
   * their stop boundaries across each other mid-fade, which is where the
   * visible lines came from. A straight opacity cross-fade between two
   * static, reversed gradients travels the same distance with nothing to
   * catch the eye.
   *
   * The noise layer is a dither. A gradient this large and this low in
   * contrast cannot be represented in 8 bits per channel without Mach
   * banding; a few percent of fractal noise breaks the steps up and the
   * bands disappear. It costs about 200 bytes and no repaint. */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)' opacity='0.5'/%3E%3C/svg%3E"),
    linear-gradient(135deg,
      var(--v3-violet-shade) 0%,
      var(--v3-violet-deep) 38%,
      var(--v3-violet-mid) 68%,
      var(--v3-blue) 100%);
  background-size: 140px 140px, 100% 100%;
  background-repeat: repeat, no-repeat;
  background-blend-mode: overlay, normal;
}

.icv3-hero__cut::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)' opacity='0.5'/%3E%3C/svg%3E"),
    linear-gradient(135deg,
      var(--v3-blue-tint) 0%,
      var(--v3-blue) 34%,
      var(--v3-violet-mid) 70%,
      var(--v3-violet-deep) 100%);
  background-size: 140px 140px, 100% 100%;
  background-repeat: repeat, no-repeat;
  background-blend-mode: overlay, normal;
  opacity: 0;
  /* Its own compositor layer, so the fade is interpolated on the GPU
   * rather than repainted band by band. */
  will-change: opacity;
  animation: icv3-hero-swap 20s cubic-bezier(0.45, 0, 0.55, 1) infinite;
  pointer-events: none;
}

@keyframes icv3-hero-swap {
  0%, 100% { opacity: 0; }
  50%      { opacity: 1; }
}

/* AI band: the brand gradient with only enough scrim to hold white copy,
 * so it reads violet-to-blue rather than as an invented navy. */
.icv3-ai {
  /* Same dither as the hero, for the same reason: a large low-contrast
   * gradient cannot be banding-free in 8 bits without one. */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)' opacity='0.5'/%3E%3C/svg%3E"),
    linear-gradient(180deg, rgba(18, 10, 74, 0.3) 0%, rgba(18, 10, 74, 0.4) 100%),
    radial-gradient(90% 78% at 3% 97%, rgba(18, 180, 140, 0.42) 0%, transparent 62%),
    linear-gradient(150deg,
      var(--v3-violet-shade) 0%,
      var(--v3-violet-deep) 34%,
      var(--v3-violet-mid) 66%,
      var(--v3-blue) 100%);
  background-size: 140px 140px, auto, auto, 190% 190%;
  background-repeat: repeat, no-repeat, no-repeat, no-repeat;
  background-blend-mode: overlay, normal, normal, normal;
  animation: icv3-ai-pan 30s cubic-bezier(0.45, 0, 0.55, 1) infinite;
}

@keyframes icv3-ai-pan {
  0%, 100% { background-position: 0 0, 0 0, 0 0, 100% 50%; }
  50%      { background-position: 0 0, 0 0, 0 0, 0% 50%; }
}

/* ── Motion policy, part two ───────────────────────────────────────────
 * The block above only ever re-asserted transition-duration. Bootstrap's
 * reduced-motion reset ALSO ships
 *   *{animation-duration:.01ms!important; animation-iteration-count:1!important}
 * which ran these keyframes once in a hundredth of a millisecond and
 * stopped. That is why the hero looked static. Same opt-out attribute as
 * the transitions block.
 * ──────────────────────────────────────────────────────────────────── */

@media (prefers-reduced-motion: reduce) {
  html:not([data-pika-vibe-respect-reduced-motion="true"]) .icv3-page .icv3-hero__cut::after {
    animation: icv3-hero-swap 20s cubic-bezier(0.45, 0, 0.55, 1) infinite !important;
  }

  html:not([data-pika-vibe-respect-reduced-motion="true"]) .icv3-page .icv3-ai {
    animation: icv3-ai-pan 30s cubic-bezier(0.45, 0, 0.55, 1) infinite !important;
  }

  html:not([data-pika-vibe-respect-reduced-motion="true"]) .icv3-page .icv3-path__token::after {
    animation: icv3-token-pulse 2.4s cubic-bezier(0.16, 1, 0.3, 1) infinite !important;
  }
}

/* ══════════════════════════════════════════════════════════════════════
 * AI Assistant artwork (vector)
 * ═════════════════════════════════════════════════════════════════════ */

.icv3-ai__art { position: relative; z-index: 1; width: 100%; max-width: 580px; }
.icv3-ai-art { display: block; width: 100%; height: auto; overflow: visible; }

.icv3-ai-art .a-panel { fill: #fff; }
.icv3-ai-art .a-tile { fill: url(#icv3AiTile); }
.icv3-ai-art .a-tile--big { fill: rgba(73, 65, 227, 0.12); }
.icv3-ai-art .a-tile--big + .a-spark { fill: var(--v3-violet); }
.icv3-ai-art .a-spark { fill: #fff; }
.icv3-ai-art .a-rule { fill: rgba(20, 17, 51, 0.08); }
.icv3-ai-art .a-icons circle { fill: rgba(20, 17, 51, 0.24); }

.icv3-ai-art .a-card rect:first-child {
  fill: #fff;
  stroke: rgba(20, 17, 51, 0.09);
  stroke-width: 1;
}

.icv3-ai-art .a-dot-v { fill: rgba(73, 65, 227, 0.16); }
.icv3-ai-art .a-dot-m { fill: rgba(18, 180, 140, 0.18); }
.icv3-ai-art .a-line { fill: rgba(20, 17, 51, 0.13); }
.icv3-ai-art .a-line-soft { fill: rgba(20, 17, 51, 0.08); }

.icv3-ai-art .a-chips rect {
  fill: rgba(73, 65, 227, 0.07);
  stroke: rgba(73, 65, 227, 0.18);
  stroke-width: 1;
}

.icv3-ai-art .a-input {
  fill: #fff;
  stroke: rgba(20, 17, 51, 0.12);
  stroke-width: 1;
}

.icv3-ai-art .a-clip { fill: rgba(20, 17, 51, 0.12); }
.icv3-ai-art .a-send { fill: var(--v3-blue); }
.icv3-ai-art .a-send-arrow { fill: none; stroke: #fff; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.icv3-ai-art .a-bubble-user { fill: var(--v3-violet); }
.icv3-ai-art .a-bubble-bot { fill: rgba(20, 17, 51, 0.045); }

.icv3-ai-art text { font-family: var(--font-display); }
.icv3-ai-art .a-title { fill: #16143a; font-size: 10.5px; font-weight: 700; }
.icv3-ai-art .a-sub { fill: rgba(20, 17, 51, 0.42); font-size: 6.6px; }
.icv3-ai-art .a-greet { fill: #16143a; font-size: 11px; font-weight: 600; text-anchor: middle; }
.icv3-ai-art .a-card-title { fill: #16143a; font-size: 8px; font-weight: 700; }
.icv3-ai-art .a-bot-text { fill: #16143a; font-size: 8.4px; font-weight: 600; }
.icv3-ai-art .a-bot-line { fill: rgba(20, 17, 51, 0.6); font-size: 7.8px; }
.icv3-ai-art .a-user-text { fill: #fff; font-size: 8.4px; font-weight: 600; text-anchor: middle; }

/* The conversation plays itself: the question lands, the reply thinks,
 * then answers. Slow enough to catch on a scroll-by, not a distraction. */
.icv3-ai-art .a-ask { animation: icv3-ai-ask 9s ease-in-out infinite; }
.icv3-ai-art .a-reply { animation: icv3-ai-reply 9s ease-in-out infinite; }
.icv3-ai-art .a-typing circle { fill: rgba(73, 65, 227, 0.5); animation: icv3-ai-type 9s ease-in-out infinite; }
.icv3-ai-art .a-typing circle:nth-child(2) { animation-delay: 0.16s; }
.icv3-ai-art .a-typing circle:nth-child(3) { animation-delay: 0.32s; }

@keyframes icv3-ai-ask {
  0%, 8%     { opacity: 0; transform: translate(12px, 4px); }
  16%, 100%  { opacity: 1; transform: translate(0, 0); }
}

@keyframes icv3-ai-reply {
  0%, 34%    { opacity: 0; transform: translate(-10px, 4px); }
  46%, 100%  { opacity: 1; transform: translate(0, 0); }
}

@keyframes icv3-ai-type {
  0%, 18%   { opacity: 0; }
  22%, 34%  { opacity: 1; }
  40%, 100% { opacity: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html:not([data-pika-vibe-respect-reduced-motion="true"]) .icv3-page .icv3-ai-art .a-ask {
    animation: icv3-ai-ask 9s ease-in-out infinite !important;
  }
  html:not([data-pika-vibe-respect-reduced-motion="true"]) .icv3-page .icv3-ai-art .a-reply {
    animation: icv3-ai-reply 9s ease-in-out infinite !important;
  }
  html:not([data-pika-vibe-respect-reduced-motion="true"]) .icv3-page .icv3-ai-art .a-typing circle {
    animation: icv3-ai-type 9s ease-in-out infinite !important;
  }
}

/* ══════════════════════════════════════════════════════════════════════
 * AI Assistant — light variant
 *
 * Same section, same artwork, on the brand tint instead of the brand
 * gradient. Add `icv3-ai--light` to compare against the dark band; the
 * page reads calmer with it but loses the mid-page chapter break.
 * ═════════════════════════════════════════════════════════════════════ */

.icv3-ai--light {
  /* Light surface with two soft brand tints so it is not a flat grey slab:
   * violet from the top right, blue from the bottom left. */
  background:
    radial-gradient(85% 72% at 90% 4%, rgba(82, 52, 222, 0.09) 0%, transparent 60%),
    radial-gradient(70% 62% at 3% 97%, rgb(25 32 255 / 15%) 0%, transparent 62%),
    var(--v3-surface-alt);
  animation: none;
  color: var(--v3-ink-strong);
}

.icv3-ai--light::before { opacity: 0.4; background-image: radial-gradient(rgba(20, 17, 51, 0.09) 1.1px, transparent 1.1px); }

.icv3-ai--light .icv3-eyebrow--on-dark { background: rgba(73, 65, 227, 0.1); color: var(--v3-violet-deep); }
.icv3-ai--light .icv3-ai__copy h2 { color: var(--v3-ink-strong); }
.icv3-ai--light .icv3-ai__lead { color: rgba(22, 20, 58, 0.84); }

/* Copy is white now, so the cards go back to a translucent dark wash.
 * A white card under white text was the one combination that could not work. */
.icv3-ai--light .icv3-ai__points li {
  border-color: var(--v3-line);
  background: #fff;
  box-shadow: 0 12px 28px -22px rgba(35, 28, 140, 0.5);
}

.icv3-ai--light .icv3-ai__points li:hover {
  border-color: rgba(73, 65, 227, 0.3);
  background: #fff;
  box-shadow: 0 20px 40px -26px rgba(35, 28, 140, 0.55);
}

.icv3-ai--light .icv3-ai__point-copy strong { color: var(--v3-ink-strong); }
.icv3-ai--light .icv3-ai__point-copy span { color: rgba(22, 20, 58, 0.74); }
.icv3-ai--light .icv3-ai__prompts-label { color: rgba(22, 20, 58, 0.55); }

.icv3-ai--light .icv3-ai__prompts li {
  border-color: rgba(73, 65, 227, 0.22);
  background: #fff;
  color: var(--v3-ink-strong);
}

.icv3-ai--light .icv3-ai__prompts li:hover {
  border-color: rgba(73, 65, 227, 0.45);
  background: rgba(73, 65, 227, 0.06);
}

.icv3-ai--light .icv3-ai__note { color: rgba(22, 20, 58, 0.6); }

/* The glow has to work against a light ground, so it tints rather than lights. */
.icv3-ai--light .icv3-ai__glow {
  background: radial-gradient(circle at 50% 45%, rgba(73, 65, 227, 0.13) 0%, rgba(54, 94, 241, 0.07) 46%, transparent 70%);
}

.icv3-ai--light .icv3-ai-art .a-panel { fill: #fff; }
.icv3-ai--light .icv3-ai-art { filter: drop-shadow(0 18px 40px rgba(17, 20, 79, 0.16)); }


/* ══════════════════════════════════════════════════════════════════════
 * Feature spotlight artwork (vector app window)
 * ═════════════════════════════════════════════════════════════════════ */

.icv3-spot__art { position: relative; z-index: 1; width: 100%; max-width: 640px; margin: 0; }
.icv3-app-art { display: block; width: 100%; height: auto; overflow: visible; font-family: var(--font-display); }

.icv3-app-art .w-body { fill: #fff; }
.icv3-app-art .w-side { fill: #fafbff; }
.icv3-app-art .w-tile { fill: var(--v3-violet); }
.icv3-app-art .w-chip { fill: #fff; stroke: rgba(20, 17, 51, 0.12); stroke-width: 1; }
.icv3-app-art .w-rule { fill: rgba(20, 17, 51, 0.09); }
.icv3-app-art .w-line { fill: rgba(20, 17, 51, 0.16); }
.icv3-app-art .w-line-s { fill: rgba(20, 17, 51, 0.1); }
.icv3-app-art .w-navon { fill: rgba(73, 65, 227, 0.1); }
.icv3-app-art .w-dot { fill: rgba(20, 17, 51, 0.22); }
.icv3-app-art .w-dot-on { fill: var(--v3-violet); }
.icv3-app-art .w-btn { fill: var(--v3-violet); }
.icv3-app-art .w-card { fill: #fff; stroke: rgba(20, 17, 51, 0.1); stroke-width: 1; }
.icv3-app-art .w-card-top { fill: rgba(73, 65, 227, 0.12); }
.icv3-app-art .w-field { fill: #fff; stroke: rgba(20, 17, 51, 0.13); stroke-width: 1; }
.icv3-app-art .w-row-bg { fill: transparent; stroke: rgba(20, 17, 51, 0.07); stroke-width: 1; }
.icv3-app-art .w-row-hi { fill: rgba(73, 65, 227, 0.07); }
.icv3-app-art .w-panel-bg { fill: #fff; stroke: rgba(20, 17, 51, 0.11); stroke-width: 1; filter: drop-shadow(0 10px 20px rgba(17, 20, 79, 0.1)); }
.icv3-app-art .w-total { fill: rgba(73, 65, 227, 0.08); }
.icv3-app-art .w-sw { fill: var(--v3-violet); opacity: 0.6; }
.icv3-app-art .w-tg { fill: rgba(20, 17, 51, 0.16); }
.icv3-app-art .w-tg-on { fill: var(--v3-mint); }
.icv3-app-art .w-tg-k { fill: #fff; }
.icv3-app-art .w-pill-ok { fill: rgba(18, 180, 140, 0.14); }
.icv3-app-art .w-pill-off { fill: rgba(20, 17, 51, 0.08); }
.icv3-app-art .w-bar { fill: var(--v3-violet); }
.icv3-app-art .w-bar2 { fill: var(--v3-mint); opacity: 0.75; }

.icv3-app-art text { fill: #16143a; }
.icv3-app-art .w-sm { font-size: 8px; font-weight: 600; fill: rgba(20, 17, 51, 0.7); }
.icv3-app-art .w-nav { font-size: 8.6px; font-weight: 500; fill: rgba(20, 17, 51, 0.6); }
.icv3-app-art .w-nav-on { font-size: 8.6px; font-weight: 700; fill: var(--v3-violet); }
.icv3-app-art .w-title { font-size: 15px; font-weight: 700; letter-spacing: -0.3px; }
.icv3-app-art .w-sub { font-size: 8.4px; fill: rgba(20, 17, 51, 0.5); }
.icv3-app-art .w-col { font-size: 7px; font-weight: 700; letter-spacing: 0.07em; fill: rgba(20, 17, 51, 0.42); }
.icv3-app-art .w-cell { font-size: 8.4px; fill: rgba(20, 17, 51, 0.66); }
.icv3-app-art .w-cell-b { font-size: 8.6px; font-weight: 600; }
.icv3-app-art .w-stat { font-size: 13px; font-weight: 700; fill: var(--v3-violet-deep); }
.icv3-app-art .w-btn-t { font-size: 8.4px; font-weight: 700; fill: #fff; text-anchor: middle; }
.icv3-app-art .w-card-t { font-size: 8.6px; font-weight: 700; }
.icv3-app-art .w-panel-t { font-size: 9px; font-weight: 700; }
.icv3-app-art .w-total-t { font-size: 10px; font-weight: 700; text-anchor: end; fill: var(--v3-violet-deep); }
.icv3-app-art .w-pill-t-ok { font-size: 7px; font-weight: 700; fill: #0e8f70; text-anchor: middle; }
.icv3-app-art .w-pill-t-off { font-size: 7px; font-weight: 700; fill: rgba(20, 17, 51, 0.5); text-anchor: middle; }

/* Content assembles itself: rows and cards stagger in, bars grow from the
 * axis. Runs once the spotlight is on screen so it is not animating
 * unseen at the bottom of the page. */
.icv3-app-art .w-row { opacity: 0; animation: icv3-app-in 620ms cubic-bezier(0.16, 1, 0.3, 1) forwards; animation-delay: calc(var(--i) * 90ms + 200ms); }
.icv3-app-art .w-panel { opacity: 0; animation: icv3-app-in 620ms cubic-bezier(0.16, 1, 0.3, 1) 700ms forwards; }
.icv3-app-art .w-bar,
.icv3-app-art .w-bar2 { transform-box: fill-box; transform-origin: 50% 100%; scale: 1 0; animation: icv3-app-grow 700ms cubic-bezier(0.16, 1, 0.3, 1) forwards; animation-delay: calc(var(--i) * 70ms + 250ms); }

@keyframes icv3-app-in { from { opacity: 0; translate: 0 10px; } to { opacity: 1; translate: 0 0; } }
@keyframes icv3-app-grow { to { scale: 1 1; } }

@media (prefers-reduced-motion: reduce) {
  html:not([data-pika-vibe-respect-reduced-motion="true"]) .icv3-page .icv3-app-art .w-row {
    animation: icv3-app-in 620ms cubic-bezier(0.16, 1, 0.3, 1) forwards !important;
    animation-delay: calc(var(--i) * 90ms + 200ms) !important;
  }
  html:not([data-pika-vibe-respect-reduced-motion="true"]) .icv3-page .icv3-app-art .w-bar,
  html:not([data-pika-vibe-respect-reduced-motion="true"]) .icv3-page .icv3-app-art .w-bar2 {
    animation: icv3-app-grow 700ms cubic-bezier(0.16, 1, 0.3, 1) forwards !important;
  }
}


/* ══════════════════════════════════════════════════════════════════════
 * "Why businesses switch" — pillar illustrations
 * ═════════════════════════════════════════════════════════════════════ */

.icv3-why__art {
  position: relative;
  display: block;
  width: 100%;
  max-width: 148px;
  margin-bottom: 14px;
}

.icv3-why-art { display: block; width: 100%; height: auto; overflow: visible; }
.icv3-why-art text { font-family: var(--font-display); font-size: 11px; font-weight: 700; fill: #fff; text-anchor: middle; }

.icv3-why-art .y-card,
.icv3-why-art .y-doc,
.icv3-why-art .y-tile {
  fill: #fff;
  stroke: rgba(73, 65, 227, 0.28);
  stroke-width: 1.6;
}

.icv3-why-art .y-line { fill: rgba(20, 17, 51, 0.14); }
.icv3-why-art .y-line-a { fill: rgba(73, 65, 227, 0.55); }
.icv3-why-art .y-hub { fill: url(#none) var(--v3-violet); }
.icv3-why-art .y-hub-i { fill: none; stroke: #fff; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.icv3-why-art .y-check { fill: none; stroke: #fff; stroke-width: 2.6; stroke-linecap: round; stroke-linejoin: round; }
.icv3-why-art .y-wire { fill: none; stroke: rgba(73, 65, 227, 0.45); stroke-width: 1.8; stroke-linecap: round; }
.icv3-why-art .y-plus { fill: rgba(73, 65, 227, 0.12); }
.icv3-why-art .y-plus-i { fill: none; stroke: var(--v3-violet); stroke-width: 2.4; stroke-linecap: round; }
.icv3-why-art .y-mark { fill: rgba(73, 65, 227, 0.2); }
.icv3-why-art .y-m1 { fill: rgba(73, 65, 227, 0.85); }
.icv3-why-art .y-m2 { fill: rgba(18, 180, 140, 0.8); }
.icv3-why-art .y-m3 { fill: rgba(248, 1, 52, 0.7); }
.icv3-why-art .y-ring { fill: none; stroke: rgba(73, 65, 227, 0.22); stroke-width: 1.6; stroke-dasharray: 4 5; }
.icv3-why-art .y-bead { fill: var(--v3-violet); }
.icv3-why-art .y-sym:nth-child(3) .y-bead { fill: var(--v3-blue); }
.icv3-why-art .y-sym:nth-child(4) .y-bead { fill: var(--v3-mint); }
.icv3-why-art .y-sym:nth-child(5) .y-bead { fill: var(--v3-violet-deep); }

/* Reveal, then react. Everything is transform-only so it stays on the
 * compositor and cannot reflow the card. */
.icv3-why-art .y-card,
.icv3-why-art .y-tile,
.icv3-why-art .y-key,
.icv3-why-art .y-plus,
.icv3-why-art .y-plus-i {
  transform-box: fill-box;
  transform-origin: 50% 50%;
  transition: translate 520ms cubic-bezier(0.16, 1, 0.3, 1), scale 520ms cubic-bezier(0.16, 1, 0.3, 1);
}

/* one-login: the books converge on the key */
.icv3-why__item:hover .icv3-why-art--one-login .y-c1 { translate: 7px 0; }
.icv3-why__item:hover .icv3-why-art--one-login .y-c3 { translate: -7px 0; }
.icv3-why__item:hover .icv3-why-art--one-login .y-key { scale: 1.1; }

/* brands: the stack fans apart */
.icv3-why__item:hover .icv3-why-art--brands .y-a3 { translate: -8px 2px; }
.icv3-why__item:hover .icv3-why-art--brands .y-a1 { translate: 8px 2px; }
.icv3-why__item:hover .icv3-why-art--brands .y-plus,
.icv3-why__item:hover .icv3-why-art--brands .y-plus-i { scale: 1.15; }

/* gateways: connectors step in toward the hub */
.icv3-why__item:hover .icv3-why-art--gateways .y-tile { translate: 5px 0; }
.icv3-why-art--gateways .y-tile { transition-delay: calc(var(--i) * 60ms); }

/* currency: the ring turns */
.icv3-why-art--currency .y-orbit {
  transform-box: fill-box;
  transform-origin: 50% 50%;
  transition: rotate 1400ms cubic-bezier(0.16, 1, 0.3, 1);
}
.icv3-why-art--currency .y-sym text,
.icv3-why-art--currency .y-sym .y-bead {
  transform-box: fill-box;
  transform-origin: 50% 50%;
}
.icv3-why__item:hover .icv3-why-art--currency .y-orbit { rotate: 90deg; }

@media (prefers-reduced-motion: reduce) {
  html:not([data-pika-vibe-respect-reduced-motion="true"]) .icv3-page .icv3-why-art .y-card,
  html:not([data-pika-vibe-respect-reduced-motion="true"]) .icv3-page .icv3-why-art .y-tile,
  html:not([data-pika-vibe-respect-reduced-motion="true"]) .icv3-page .icv3-why-art .y-key,
  html:not([data-pika-vibe-respect-reduced-motion="true"]) .icv3-page .icv3-why-art .y-orbit {
    transition-duration: 520ms !important;
  }
}

/* The figure and the drawing now share the job, so the number steps back. */
.icv3-why__figure { font-size: clamp(26px, 2.6vw, 34px); }


/* ── Mobile hero order ─────────────────────────────────────────────────
 * The product shot leads on narrow screens: it explains what this is
 * faster than the headline does, and it stops the fold being three
 * stacked paragraphs. Visual order only, via grid `order`, so the H1
 * stays first in the DOM for crawlers and screen readers.
 * ──────────────────────────────────────────────────────────────────── */

@media (max-width: 991.98px) {
  .icv3-hero__visual { order: -1; margin-bottom: 1.75rem; }
  .icv3-hero__copy { order: 0; }
}


/* ── Mobile AI section order ───────────────────────────────────────────
 * Artwork above the copy on narrow screens, matching the hero. Re-asserted
 * at the end of the file because the earlier rule sits above several later
 * blocks that also touch this section. Grid `order` only, so the heading
 * stays first in the DOM.
 * ──────────────────────────────────────────────────────────────────── */

@media (max-width: 991.98px) {
  .icv3-ai__inner { grid-template-columns: minmax(0, 1fr); }
  .icv3-ai__visual { order: -1; margin-bottom: 1.5rem; }
  .icv3-ai__copy { order: 0; }
}


/* ── Mobile AI reading order ───────────────────────────────────────────
 * Headline, then the artwork, then the explanation. The picture makes most
 * sense once you know what you are looking at, and leading with it pushed
 * the h2 below the fold.
 *
 * `display: contents` on the copy wrapper lifts its children into the same
 * flex context as the visual, so the two can interleave without the artwork
 * having to live inside the copy column in the markup.
 * ──────────────────────────────────────────────────────────────────── */

@media (max-width: 991.98px) {
  .icv3-ai__inner { display: flex; flex-direction: column; }
  .icv3-ai__copy { display: contents; }

  .icv3-ai__head { order: 1; }
  .icv3-ai__visual { order: 2; margin: 0 0 1.5rem; }
  .icv3-ai__lead { order: 3; }
  .icv3-ai__points { order: 4; }
  .icv3-ai__prompts { order: 5; }
  .icv3-ai__actions { order: 6; }
}


/* ── Money path on mobile ──────────────────────────────────────────────
 * A vertical track behind the stacked stages, filled by scroll. Sits at
 * z-index 0 so the artwork and captions stay above it.
 * ──────────────────────────────────────────────────────────────────── */

.icv3-path__vrail { display: none; }

@media (max-width: 991.98px) {
  .icv3-path { position: relative; }

  .icv3-path__vrail {
    position: absolute;
    top: 46px;
    bottom: 46px;
    left: 50%;
    z-index: 0;
    display: block;
    width: 2px;
    margin-left: -1px;
    border-radius: 2px;
    background: rgba(20, 17, 51, 0.1);
    pointer-events: none;
  }

  .icv3-path__vrail > i {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 2px;
    background: linear-gradient(180deg, var(--v3-violet-deep), var(--v3-blue) 55%, var(--v3-mint));
    transform-origin: top center;
    scale: 1 0;
  }

  /* Artwork sits on the line, so it needs an opaque backing to sit on. */
  .icv3-path__branch,
  .icv3-path__steps { position: relative; z-index: 1; }

  .icv3-stage__art {
    border-radius: 16px;
    background: var(--v3-surface-alt);
    box-shadow: 0 0 0 10px var(--v3-surface-alt);
  }
}


/* ── Contrast repair after the light-background switch ─────────────────
 * Both of these were tuned against the dark brand band. On #f7f7f7 a white
 * panel with a soft shadow, and a 10%-black hairline, are both effectively
 * invisible: the elements render at full opacity, they just have nothing
 * to separate them from the ground.
 * ──────────────────────────────────────────────────────────────────── */

/* AI artwork: give the panels an edge to sit on. */
.icv3-ai--light .icv3-ai-art .a-panel {
  stroke: rgba(73, 65, 227, 0.16);
  stroke-width: 1.2;
}

.icv3-ai--light .icv3-ai-art { filter: drop-shadow(0 14px 30px rgba(17, 20, 79, 0.18)); }
.icv3-ai--light .icv3-ai-art .a-rule { fill: rgba(20, 17, 51, 0.12); }
.icv3-ai--light .icv3-ai-art .a-input { stroke: rgba(20, 17, 51, 0.18); }
.icv3-ai--light .icv3-ai-art .a-card rect:first-child { stroke: rgba(20, 17, 51, 0.14); }

/* Money path on mobile: the unfilled track needs to be seen to read as a
 * track, otherwise the coloured fill has no context to grow along. */
@media (max-width: 991.98px) {
  .icv3-path__vrail {
    width: 3px;
    margin-left: -1.5px;
    background: rgba(73, 65, 227, 0.2);
  }

  .icv3-stage__art { box-shadow: 0 0 0 12px var(--v3-surface-alt); }
}


/* ── Money path on mobile: left gutter, not centre line ────────────────
 * A centred rail behind centred captions will always run through the text,
 * and no amount of opaque backing hides that on a three-line paragraph.
 * The rail moves to a left gutter with the stages beside it, which is the
 * conventional mobile timeline and reads as a sequence rather than a stack.
 * A node marks each stage on the rail.
 * ──────────────────────────────────────────────────────────────────── */

@media (max-width: 991.98px) {
  .icv3-path { padding-left: 54px; }

  .icv3-path__vrail {
    top: 34px;
    bottom: 40px;
    left: 19px;
    margin-left: 0;
  }

  .icv3-path__branch,
  .icv3-path__steps { text-align: left; }

  .icv3-path__label { margin-left: 0; }

  .icv3-path__branch-grid,
  .icv3-path__steps { gap: 2.25rem; }

  .icv3-stage {
    position: relative;
    padding: 0;
    text-align: left;
  }

  /* Node on the rail, level with the artwork. */
  .icv3-stage::before {
    content: "";
    position: absolute;
    top: 34px;
    left: -43px;
    z-index: 2;
    width: 13px;
    height: 13px;
    border: 3px solid var(--v3-surface-alt);
    border-radius: 50%;
    background: var(--v3-violet);
    box-shadow: 0 0 0 3px rgba(73, 65, 227, 0.16);
  }

  .icv3-stage__art {
    width: 78px;
    height: 84px;
    margin: 0 0 12px;
    background: none;
    box-shadow: none;
  }

  .icv3-stage h3 { margin-bottom: 6px; }
  .icv3-stage p { max-width: none; margin: 0; }

  /* The pin is a desktop device; the node above replaces it here. */
  .icv3-stage__pin { display: none; }
}

/* ══════════════════════════════════════════════════════════════════════
 * 14 — Inner page hero
 *
 * Same gradient and geometry as the home hero at roughly half the height.
 * The stat strip sits on the seam between the gradient and the page so it
 * reads as a shelf the hero is standing on, which also gives the eye a
 * reason to keep going down the page.
 * ═════════════════════════════════════════════════════════════════════ */

.icv3-phero {
  position: relative;
  padding: 112px 0 0;
  color: #fff;
  overflow: clip;
}

.icv3-phero > .ic-live-container {
  width: min(1440px, calc(100% - 48px));
  margin-inline: auto;
}

.icv3-phero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  /* Weighted towards the screenshot. An even split left the image far
     shorter than the copy beside it, so the row centred it and opened a
     band of empty gradient above and below. */
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  align-items: center;
  gap: clamp(1.5rem, 3vw, 2.75rem);
  padding-bottom: 64px;
}

.icv3-phero__copy { position: relative; z-index: 3; }

/* Breadcrumb */
.icv3-phero__crumbs { margin: 0 0 18px; }

.icv3-phero__crumbs ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 500;
}

.icv3-phero__crumbs li + li::before {
  margin-right: 8px;
  color: rgba(255, 255, 255, 0.45);
  content: "/";
}

.icv3-phero__crumbs a {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  transition: color .25s ease;
}

.icv3-phero__crumbs a:hover,
.icv3-phero__crumbs a:focus-visible { color: #fff; }

.icv3-phero__crumbs [aria-current] { color: rgba(255, 255, 255, 0.95); }

.icv3-phero h1 {
  max-width: 17ch;
  margin: 0 0 20px;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(30px, 3.1vw, 44px);
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 1.16;
}

.icv3-phero__lead {
  max-width: 50ch;
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 16px;
  line-height: 27px;
}

.icv3-phero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}

.icv3-phero__secondary {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #fff;
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: gap .25s ease, opacity .25s ease;
}

.icv3-phero__secondary svg { width: 18px; height: 18px; }

.icv3-phero__secondary:hover,
.icv3-phero__secondary:focus-visible { gap: 14px; opacity: .85; }

.icv3-phero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.icv3-phero__badges li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
}

.icv3-phero__badges svg {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  color: var(--v3-mint, #43d9a3);
}

/* Screenshot */
.icv3-phero__visual {
  position: relative;
  /* Take back the container's right gutter. The section clips, so the
     screenshot reaches the viewport edge without spilling past it. */
  margin-right: -24px;
}

.icv3-phero__glow {
  position: absolute;
  z-index: 0;
  inset: -12% -8% -18%;
  border-radius: 50%;
  background: radial-gradient(60% 60% at 50% 50%, rgba(255, 255, 255, 0.22) 0%, transparent 70%);
  filter: blur(28px);
  pointer-events: none;
}

.icv3-phero__screen {
  position: relative;
  z-index: 1;
  margin: 0;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 40px 90px rgba(9, 12, 48, 0.36);
  overflow: hidden;
  transition: translate .4s ease, box-shadow .4s ease;
}

.icv3-phero__screen:hover { translate: 0 -4px; }

.icv3-phero__img {
  display: block;
  width: 100%;
  height: auto;
}


@media (max-width: 991.98px) {
  .icv3-phero {
    padding-top: 104px;
  }

  .icv3-phero__inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 2rem;
    padding-bottom: 44px;
  }

  /* One column, so there is no gutter left to reclaim. */
  .icv3-phero__visual { margin-right: 0; }

  .icv3-phero h1 { max-width: none; }

  .icv3-phero__lead { max-width: none; }

  /* Visual leads on a phone, same as the home hero. display:contents lifts
     the copy's children into the grid, so anything that should hug its text
     needs justify-self or it stretches the full column. */
  .icv3-phero__copy { display: contents; }
  .icv3-phero__crumbs { order: 1; }
  .icv3-phero .icv3-eyebrow { order: 2; justify-self: start; }
  .icv3-phero h1 { order: 3; }
  .icv3-phero__visual { order: 4; }
  .icv3-phero__lead { order: 5; }
  .icv3-phero__actions { order: 6; }
  .icv3-phero__badges { order: 7; }
}


/* Spotlight with no artwork.
 *
 * The alternating layout assumes a screenshot on one side. Where there is
 * none — the ledger and reconciliation items describe workflows rather than
 * a single screen — the row lays out flat on a tinted panel, with the copy
 * on the left and the bullets carried over to the right so the width is
 * actually used. It reads as a deliberate change of rhythm between the
 * screenshot rows rather than a missing image. */
.icv3-spot--flat {
  grid-template-columns: minmax(0, 1fr);
}

.icv3-spot--flat .icv3-spot__copy {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  column-gap: clamp(2rem, 4vw, 3.5rem);
  align-items: start;
  padding: clamp(1.75rem, 3vw, 2.6rem);
  border: 1px solid var(--v3-hairline, rgba(17, 20, 79, 0.1));
  border-radius: 22px;
  background: var(--v3-surface-alt, #f7f7f7);
}

.icv3-spot--flat .icv3-spot__icon,
.icv3-spot--flat .icv3-spot__copy > h4,
.icv3-spot--flat .icv3-spot__copy > p {
  grid-column: 1;
}

.icv3-spot--flat .icv3-spot__copy > p { margin-bottom: 0; }

.icv3-spot--flat .icv3-spot__points {
  grid-row: 1 / span 3;
  grid-column: 2;
  align-self: center;
  margin: 0;
}

@media (max-width: 767.98px) {
  .icv3-spot--flat .icv3-spot__copy {
    grid-template-columns: minmax(0, 1fr);
  }

  .icv3-spot--flat .icv3-spot__icon,
  .icv3-spot--flat .icv3-spot__copy > h4,
  .icv3-spot--flat .icv3-spot__copy > p,
  .icv3-spot--flat .icv3-spot__points {
    grid-row: auto;
    grid-column: 1;
  }

  .icv3-spot--flat .icv3-spot__points { margin-top: 1.25rem; }
}

/* ══════════════════════════════════════════════════════════════════════
 * 15 — Pricing
 *
 * The billing switch is CSS-only. Both prices are always in the markup;
 * `:has()` on the checked radio decides which pair (price + note) shows.
 * That keeps the page correct with scripting disabled, and means crawlers
 * see the annual figure as well as the monthly one.
 *
 * The active state paints the label itself. An earlier sliding pill was
 * fixed at 50% of the control, which only lines up when both labels are
 * the same width — they are not, and it sat across the second one.
 * ═════════════════════════════════════════════════════════════════════ */

.icv3-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.icv3-pricing {
  padding: clamp(4.5rem, 8vw, 7rem) 0;
  background: var(--v3-surface);
}

/* ── Billing switch ───────────────────────────────────────────────────*/

.icv3-pricing__switch {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 4px;
  width: fit-content;
  min-width: 0;
  margin: 0 auto;
  padding: 5px;
  border: 1px solid var(--v3-line);
  border-radius: 99px;
  background: var(--v3-surface-alt);
}

.icv3-pricing__switch input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.icv3-pricing__switch label {
  display: block;
  padding: 11px 30px;
  border-radius: 99px;
  color: var(--v3-body);
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  transition:
    color var(--v3-dur) var(--v3-ease),
    background var(--v3-dur-slow) var(--v3-ease-out),
    box-shadow var(--v3-dur) var(--v3-ease);
}

.icv3-pricing__switch label:hover { color: var(--v3-violet); }

.icv3-pricing__switch input:checked + label {
  background: linear-gradient(135deg, var(--v3-violet-deep), var(--v3-blue));
  color: #fff;
  box-shadow: 0 8px 18px rgba(73, 65, 227, 0.28);
}

.icv3-pricing__switch input:focus-visible + label {
  outline: 2px solid var(--v3-violet);
  outline-offset: 3px;
}

/* Saving note sits under the control, so it cannot distort the two pills. */
.icv3-pricing__save {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 14px 0 clamp(2rem, 3.5vw, 3rem);
  color: var(--v3-mint);
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 650;
}

.icv3-pricing__save svg { width: 17px; height: 17px; }

/* When there is no saving note the plans still need clearance. */
.icv3-pricing__switch:last-of-type { margin-bottom: clamp(2rem, 3.5vw, 3rem); }

/* ── Plan cards ───────────────────────────────────────────────────────*/

.icv3-pricing__list {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1rem, 1.6vw, 1.5rem);
  margin: 0;
  padding: 0;
  list-style: none;
  align-items: stretch;
}

.icv3-pricing__list--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }

/* Offer pages list two plans. Narrow the track and centre it rather than
   leaving them pinned to the left of a four-wide row. */
.icv3-pricing__list--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 780px;
  margin-inline: auto;
}

.icv3-pricing__list--one {
  grid-template-columns: minmax(0, 1fr);
  max-width: 400px;
  margin-inline: auto;
}

.icv3-plan {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 32px 26px 30px;
  border: 1px solid var(--v3-line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(17, 20, 79, 0.05);
  transition:
    translate var(--v3-dur-slow) var(--v3-ease-out),
    box-shadow var(--v3-dur-slow) var(--v3-ease) var(--v3-delay),
    border-color var(--v3-dur) var(--v3-ease) var(--v3-delay);
}

.icv3-plan:hover {
  translate: 0 -6px;
  border-color: rgba(73, 65, 227, 0.36);
  box-shadow: var(--v3-shadow-lift);
}

/* The recommended plan. A tinted face and a heavier shadow rather than a
   gradient border — the border-box trick clipped against the grid track. */
.icv3-plan--featured {
  border-color: transparent;
  background:
    radial-gradient(120% 90% at 50% 0%, rgba(73, 65, 227, 0.08), rgba(73, 65, 227, 0) 62%),
    #fff;
  box-shadow:
    0 0 0 2px var(--v3-violet),
    0 26px 52px rgba(73, 65, 227, 0.2);
}

.icv3-plan--featured:hover {
  border-color: transparent;
  box-shadow:
    0 0 0 2px var(--v3-violet),
    0 32px 62px rgba(73, 65, 227, 0.28);
}

.icv3-plan__badge {
  position: absolute;
  top: -13px;
  left: 50%;
  translate: -50% 0;
  margin: 0;
  padding: 7px 18px;
  border-radius: 99px;
  background: linear-gradient(135deg, var(--v3-violet-deep), var(--v3-blue));
  color: #fff;
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: 0 8px 18px rgba(73, 65, 227, 0.32);
}

.icv3-plan__name {
  margin: 0 0 6px;
  color: var(--v3-violet);
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.icv3-plan__tagline {
  margin: 0 0 20px;
  min-height: 44px;
  color: var(--v3-body);
  font-size: 13.5px;
  line-height: 22px;
}

/* ── Price ────────────────────────────────────────────────────────────*/

.icv3-plan__prices {
  padding-bottom: 22px;
  margin-bottom: 22px;
  border-bottom: 1px solid var(--v3-line);
}

.icv3-plan__price {
  display: flex;
  align-items: baseline;
  gap: 3px;
  margin: 0;
  color: var(--v3-ink-strong);
  font-family: var(--font-display);
  line-height: 1;
}

.icv3-plan__cur { font-size: 21px; font-weight: 600; translate: 0 -9px; }

.icv3-plan__num {
  font-size: clamp(38px, 3.6vw, 48px);
  font-weight: 700;
  letter-spacing: -1.8px;
  font-variant-numeric: tabular-nums;
}

.icv3-plan__per {
  margin-left: 3px;
  color: var(--v3-muted);
  font-size: 14px;
  font-weight: 500;
}

/* Reserved so the CTA row does not jump when the switch flips between a
   plan that has an annual note and one that does not. */
.icv3-plan__note {
  margin: 10px 0 0;
  min-height: 19px;
  color: var(--v3-mint);
  font-size: 12.5px;
  font-weight: 600;
  line-height: 19px;
}

/* The published terms cover switching plans, not cancellation, so the
   placeholder says only what the site can stand behind. */
.icv3-plan__note--monthly:empty::after {
  content: "Billed monthly, switch plans any time";
  color: var(--v3-muted);
  font-weight: 500;
}

/* Only one of the two price/note pairs is live at a time. */
.icv3-plan__price--yearly,
.icv3-plan__note--yearly { display: none; }

.icv3-pricing:has(input:last-of-type:checked) .icv3-plan__price--monthly,
.icv3-pricing:has(input:last-of-type:checked) .icv3-plan__note--monthly { display: none; }

.icv3-pricing:has(input:last-of-type:checked) .icv3-plan__price--yearly { display: flex; }
.icv3-pricing:has(input:last-of-type:checked) .icv3-plan__note--yearly { display: block; }

/* ── Call to action ───────────────────────────────────────────────────*/

.icv3-plan__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 14px 22px;
  border: 1px solid rgba(73, 65, 227, 0.28);
  border-radius: 99px;
  background: #fff;
  color: var(--v3-violet);
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 650;
  text-align: center;
  text-decoration: none;
  transition:
    border-color var(--v3-dur) var(--v3-ease),
    background var(--v3-dur) var(--v3-ease),
    color var(--v3-dur) var(--v3-ease),
    translate var(--v3-dur) var(--v3-ease-out),
    box-shadow var(--v3-dur) var(--v3-ease);
}

.icv3-plan__cta svg {
  width: 18px;
  height: 18px;
  translate: -3px 0;
  opacity: 0;
  transition: opacity var(--v3-dur) var(--v3-ease), translate var(--v3-dur) var(--v3-ease-out);
}

.icv3-plan__cta:hover,
.icv3-plan__cta:focus-visible {
  translate: 0 -2px;
  border-color: var(--v3-violet);
  background: var(--v3-violet);
  color: #fff;
  box-shadow: 0 12px 26px rgba(73, 65, 227, 0.3);
}

.icv3-plan__cta:hover svg,
.icv3-plan__cta:focus-visible svg { opacity: 1; translate: 0 0; }

.icv3-plan__cta--hot {
  border-color: transparent;
  background: var(--v3-red);
  color: #fff;
  box-shadow: 0 12px 26px rgba(248, 1, 52, 0.28);
}

.icv3-plan__cta--hot:hover,
.icv3-plan__cta--hot:focus-visible {
  border-color: transparent;
  background: var(--v3-red-deep);
  color: #fff;
  box-shadow: 0 16px 32px rgba(248, 1, 52, 0.38);
}

/* ── Feature list ─────────────────────────────────────────────────────*/

.icv3-plan__features-label {
  margin: 26px 0 14px;
  color: var(--v3-muted);
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.icv3-plan__features {
  margin: 0;
  padding: 0;
  list-style: none;
}

.icv3-plan__features li {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  color: var(--v3-ink);
  font-size: 13.5px;
  line-height: 21px;
}

.icv3-plan__features li + li { margin-top: 11px; }

.icv3-plan__features svg {
  width: 18px;
  height: 18px;
  margin-top: 1px;
  color: var(--v3-mint);
}

.icv3-pricing__footnote {
  position: relative;
  z-index: 1;
  margin: clamp(2rem, 3vw, 2.75rem) auto 0;
  max-width: 62ch;
  color: var(--v3-muted);
  font-size: 13.5px;
  line-height: 22px;
  text-align: center;
}

@media (max-width: 1199.98px) {
  .icv3-pricing__list,
  .icv3-pricing__list--three { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 639.98px) {
  .icv3-pricing__list,
  .icv3-pricing__list--three { grid-template-columns: minmax(0, 1fr); }

  .icv3-pricing__switch { width: 100%; }
  .icv3-pricing__switch label { flex: 1 1 0; padding: 11px 12px; text-align: center; }
  .icv3-plan__tagline { min-height: 0; }
}

/* ══════════════════════════════════════════════════════════════════════
 * 16 — Long-form document (terms, privacy)
 * ═════════════════════════════════════════════════════════════════════ */

.icv3-prose {
  padding: clamp(3.5rem, 6vw, 5.5rem) 0 clamp(4.5rem, 8vw, 7rem);
  background: var(--v3-surface);
}

.icv3-prose__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 260px) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: start;
}

.icv3-prose__toc {
  position: sticky;
  top: 110px;
  padding: 24px 22px;
  border: 1px solid var(--v3-line);
  border-radius: 16px;
  background: var(--v3-surface-alt);
}

.icv3-prose__toc-title {
  margin: 0 0 14px;
  color: var(--v3-ink-strong);
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.icv3-prose__toc ol {
  margin: 0;
  padding: 0;
  counter-reset: icv3-toc;
  list-style: none;
}

.icv3-prose__toc li { counter-increment: icv3-toc; }
.icv3-prose__toc li + li { margin-top: 9px; }

.icv3-prose__toc a {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 6px;
  color: var(--v3-body);
  font-size: 13.5px;
  line-height: 20px;
  text-decoration: none;
  transition: color var(--v3-dur) var(--v3-ease) var(--v3-delay);
}

.icv3-prose__toc a::before {
  content: counter(icv3-toc) ".";
  color: var(--v3-muted);
  font-variant-numeric: tabular-nums;
}

.icv3-prose__toc a:hover,
.icv3-prose__toc a:focus-visible { color: var(--v3-violet); }

.icv3-prose__doc { max-width: 78ch; }

.icv3-prose__intro {
  margin: 0 0 2.25rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--v3-line);
  color: var(--v3-ink);
  font-size: 17px;
  line-height: 30px;
}

/* Sticky-header offset, so a jump link never lands under the header. */
.icv3-prose__clause { scroll-margin-top: 120px; }
.icv3-prose__clause + .icv3-prose__clause { margin-top: 2.5rem; }

.icv3-prose__clause h2 {
  margin: 0 0 14px;
  color: var(--v3-ink-strong);
  font-family: var(--font-display);
  font-size: clamp(21px, 2.2vw, 26px);
  font-weight: 700;
  letter-spacing: -0.4px;
  line-height: 1.25;
}

.icv3-prose__body { color: var(--v3-body); font-size: 15.5px; line-height: 28px; }
.icv3-prose__body > :first-child { margin-top: 0; }
.icv3-prose__body > :last-child { margin-bottom: 0; }
.icv3-prose__body p { margin: 0 0 1rem; }

.icv3-prose__body h3 {
  margin: 1.75rem 0 .65rem;
  color: var(--v3-ink-strong);
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 650;
}

.icv3-prose__body ul,
.icv3-prose__body ol { margin: 0 0 1rem; padding-left: 1.35rem; }
.icv3-prose__body li { margin-bottom: .5rem; }
.icv3-prose__body li::marker { color: var(--v3-violet); }

.icv3-prose__body a {
  color: var(--v3-violet);
  text-decoration: underline;
  text-underline-offset: .16em;
}

.icv3-prose__body strong { color: var(--v3-ink-strong); font-weight: 650; }

.icv3-prose__closing {
  margin: 2.75rem 0 0;
  padding: 20px 22px;
  border-left: 3px solid var(--v3-violet);
  border-radius: 0 12px 12px 0;
  background: var(--v3-surface-tint);
  color: var(--v3-ink);
  font-size: 14.5px;
  line-height: 25px;
}

@media (max-width: 991.98px) {
  .icv3-prose__inner { grid-template-columns: minmax(0, 1fr); }

  .icv3-prose__toc {
    position: static;
    order: -1;
  }

  .icv3-prose__toc ol {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px 18px;
  }

  .icv3-prose__toc li + li { margin-top: 0; }
  .icv3-prose__doc { max-width: none; }
}

@media (max-width: 575.98px) {
  .icv3-prose__toc ol { grid-template-columns: minmax(0, 1fr); }
}

/* ══════════════════════════════════════════════════════════════════════
 * 17 — Contact
 * ═════════════════════════════════════════════════════════════════════ */

.icv3-contact {
  padding: clamp(4.5rem, 8vw, 7rem) 0;
  background: var(--v3-surface);
}

.icv3-contact__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(2rem, 4vw, 4rem);
  align-items: start;
}

.icv3-contact__heading {
  margin: 0 0 14px;
  color: var(--v3-ink-strong);
  font-family: var(--font-display);
  font-size: clamp(28px, 3.4vw, 40px);
  font-weight: 700;
  letter-spacing: -0.9px;
  line-height: 1.16;
}

.icv3-contact__lead {
  margin: 0 0 clamp(1.75rem, 3vw, 2.5rem);
  max-width: 46ch;
  color: var(--v3-body);
  font-size: 16px;
  line-height: 28px;
}

.icv3-contact__routes { margin: 0; padding: 0; list-style: none; }

.icv3-contact__route {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}

.icv3-contact__route + .icv3-contact__route {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--v3-line);
}

.icv3-contact__icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: var(--v3-surface-tint);
  color: var(--v3-violet);
  transition: scale var(--v3-dur) var(--v3-ease), rotate var(--v3-dur) var(--v3-ease);
}

.icv3-contact__icon svg { width: 24px; height: 24px; }
.icv3-contact__route:hover .icv3-contact__icon { scale: 1.09; rotate: -6deg; }

.icv3-contact__route h3 {
  margin: 0 0 5px;
  color: var(--v3-ink-strong);
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.3px;
}

.icv3-contact__route p {
  margin: 0 0 6px;
  color: var(--v3-body);
  font-size: 14.5px;
  line-height: 23px;
}

.icv3-contact__route a,
.icv3-contact__value {
  color: var(--v3-violet);
  font-size: 14.5px;
  font-weight: 600;
  text-decoration: none;
  transition: color var(--v3-dur) var(--v3-ease) var(--v3-delay);
}

.icv3-contact__route a:hover,
.icv3-contact__route a:focus-visible { color: var(--v3-violet-deep); text-decoration: underline; }

/* ── Form card ────────────────────────────────────────────────────────*/

.icv3-contact__panel {
  padding: clamp(1.75rem, 3vw, 2.5rem);
  border: 1px solid var(--v3-line);
  border-radius: 22px;
  background: var(--v3-surface-alt);
  box-shadow: 0 18px 40px rgba(17, 20, 79, 0.07);
}

.icv3-contact__form-title {
  margin: 0 0 8px;
  color: var(--v3-ink-strong);
  font-family: var(--font-display);
  font-size: 21px;
  font-weight: 700;
  letter-spacing: -0.4px;
}

.icv3-contact__form-lead {
  margin: 0 0 1.5rem;
  color: var(--v3-body);
  font-size: 14.5px;
  line-height: 24px;
}

.icv3-contact__form p { margin: 0 0 1rem; }

.icv3-contact__form label {
  display: block;
  margin-bottom: 6px;
  color: var(--v3-ink-strong);
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 650;
}

.icv3-contact__form input[type="text"],
.icv3-contact__form input[type="email"],
.icv3-contact__form input[type="tel"],
.icv3-contact__form input[type="url"],
.icv3-contact__form select,
.icv3-contact__form textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid var(--v3-line);
  border-radius: 12px;
  background: #fff;
  color: var(--v3-ink);
  font-family: inherit;
  font-size: 14.5px;
  line-height: 24px;
  transition: border-color var(--v3-dur) var(--v3-ease), box-shadow var(--v3-dur) var(--v3-ease);
}

.icv3-contact__form textarea { min-height: 140px; resize: vertical; }

.icv3-contact__form input:focus,
.icv3-contact__form select:focus,
.icv3-contact__form textarea:focus {
  outline: none;
  border-color: var(--v3-violet);
  box-shadow: 0 0 0 4px rgba(73, 65, 227, 0.12);
}

.icv3-contact__form input[type="submit"],
.icv3-contact__form button[type="submit"] {
  padding: 14px 32px;
  border: 0;
  border-radius: 99px;
  background: var(--v3-red);
  color: #fff;
  font-family: var(--font-display);
  font-size: 14.5px;
  font-weight: 600;
  cursor: pointer;
  transition: translate var(--v3-dur) var(--v3-ease-out), box-shadow var(--v3-dur) var(--v3-ease);
}

.icv3-contact__form input[type="submit"]:hover,
.icv3-contact__form button[type="submit"]:hover {
  translate: 0 -2px;
  box-shadow: 0 14px 28px rgba(248, 1, 52, 0.3);
}

/* CF7 status messages, restyled so they do not read as browser default. */
.icv3-contact__form .wpcf7-not-valid-tip {
  margin-top: 6px;
  color: var(--v3-red);
  font-size: 12.5px;
}

.icv3-contact__form .wpcf7-response-output {
  margin: 1.25rem 0 0 !important;
  padding: 13px 16px !important;
  border: 1px solid var(--v3-line) !important;
  border-radius: 12px;
  background: #fff;
  color: var(--v3-ink);
  font-size: 14px;
}

.icv3-contact__form .wpcf7-spinner { vertical-align: middle; }

.icv3-contact__form-note {
  margin: 1.25rem 0 0;
  color: var(--v3-muted);
  font-size: 12.5px;
  line-height: 20px;
}

@media (max-width: 991.98px) {
  .icv3-contact__inner { grid-template-columns: minmax(0, 1fr); }
  .icv3-contact__lead { max-width: none; }
}

/* ── Hero without a screenshot ─────────────────────────────────────────
 * Legal, contact and pricing pages carry no product shot. The two-column
 * grid then leaves the copy squeezed into the left 40% with a void beside
 * it, which reads as a missing image rather than a choice. With no visual
 * present the copy takes the full measure and centres.
 * ──────────────────────────────────────────────────────────────────── */

.icv3-phero__inner:not(:has(.icv3-phero__visual)) {
  grid-template-columns: minmax(0, 1fr);
  padding-bottom: clamp(3rem, 5vw, 4.5rem);
}

.icv3-phero__inner:not(:has(.icv3-phero__visual)) .icv3-phero__copy {
  max-width: 60ch;
}

.icv3-phero__inner:not(:has(.icv3-phero__visual)) .icv3-phero__lead {
  max-width: 56ch;
}

/* The closing note is block content, so it needs the paragraph rhythm the
   clause bodies get rather than inheriting a bare <p>'s margins. */
.icv3-prose__closing > :first-child { margin-top: 0; }
.icv3-prose__closing > :last-child { margin-bottom: 0; }
.icv3-prose__closing p { margin: 0 0 .75rem; }

/* ══════════════════════════════════════════════════════════════════════
 * 18 — Hero artwork for pages with no screenshot
 *
 * Pricing, contact and the legal pages have nothing to photograph. These
 * animate on a loop in pure CSS, so they start with the first paint rather
 * than waiting on GSAP, and they cost no JavaScript at all.
 *
 * All motion is opacity/translate/scale only — no layout properties — so
 * none of it can cause a reflow while the rest of the page is settling.
 * ═════════════════════════════════════════════════════════════════════ */

.icv3-phero__visual--art {
  display: grid;
  place-items: center;
  margin-right: 0;
}

.icv3-heroart {
  position: relative;
  z-index: 1;
  width: min(560px, 100%);
  height: auto;
  overflow: visible;
}

/* ── Shared parts ─────────────────────────────────────────────────────*/

.ha-glow ellipse {
  fill: rgba(255, 255, 255, 0.1);
  animation: ha-breathe 7s var(--v3-ease) infinite;
  transform-origin: center;
}

.ha-line { fill: rgba(17, 20, 79, 0.16); }
.ha-bar { fill: rgba(73, 65, 227, 0.34); }
.ha-price { fill: rgba(17, 20, 79, 0.5); }
.ha-cta { fill: rgba(73, 65, 227, 0.16); }

.ha-dot {
  fill: rgba(255, 255, 255, 0.55);
  animation: ha-float 6s var(--v3-ease) infinite;
}

.ha-dot--a { animation-duration: 5.2s; }
.ha-dot--b { animation-duration: 6.8s; animation-delay: -1.4s; fill: rgba(255, 255, 255, 0.4); }
.ha-dot--c { animation-duration: 7.6s; animation-delay: -2.8s; fill: rgba(18, 180, 140, 0.7); }
.ha-dot--d { animation-duration: 6.2s; animation-delay: -4.1s; fill: rgba(255, 0, 53, 0.55); }

@keyframes ha-float {
  0%, 100% { transform: translate(0, 0); }
  50%      { transform: translate(0, -14px); }
}

@keyframes ha-breathe {
  0%, 100% { transform: scale(1);    opacity: .9; }
  50%      { transform: scale(1.06); opacity: 1; }
}

/* ── plans ────────────────────────────────────────────────────────────*/

.ha-card > rect:first-child {
  fill: url(#haPlanFace);
  filter: drop-shadow(0 18px 32px rgba(9, 12, 48, 0.24));
}

.ha-card {
  transform-origin: center bottom;
  opacity: 0;
  animation: ha-rise .9s var(--v3-ease-out) forwards;
}

.ha-card--1 { animation-delay: .10s; }
.ha-card--2 { animation-delay: .22s; }
.ha-card--3 { animation-delay: .34s; }
.ha-card--4 { animation-delay: .46s; }

@keyframes ha-rise {
  from { opacity: 0; transform: translateY(26px) scale(.96); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}

/* The recommended plan keeps a slow lift so the eye returns to it. */
.ha-card--3 > rect:first-child { fill: url(#haPlanHot); }

.ha-card--3 {
  animation:
    ha-rise .9s var(--v3-ease-out) .34s forwards,
    ha-hover 5.5s var(--v3-ease) 1.3s infinite;
}

@keyframes ha-hover {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-9px); }
}

.ha-badge rect:first-child { fill: var(--v3-red); }
.ha-badge-line { fill: rgba(255, 255, 255, 0.85); }

.ha-badge {
  transform-origin: 310px 79px;
  animation: ha-pop .5s var(--v3-ease-out) 1.05s backwards;
}

@keyframes ha-pop {
  from { opacity: 0; transform: scale(.6); }
  to   { opacity: 1; transform: scale(1); }
}

.ha-cta--hot { fill: var(--v3-red); }

.ha-tick circle { fill: rgba(18, 180, 140, 0.16); }
.ha-tick path { fill: none; stroke: var(--v3-mint); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

.ha-tick {
  opacity: 0;
  animation: ha-tick-in .45s var(--v3-ease-out) forwards;
}

.ha-tick--1 { animation-delay: 1.15s; }
.ha-tick--2 { animation-delay: 1.30s; }
.ha-tick--3 { animation-delay: 1.45s; }
.ha-tick--4 { animation-delay: 1.60s; }

@keyframes ha-tick-in {
  from { opacity: 0; transform: translateX(-8px) scale(.7); }
  to   { opacity: 1; transform: translateX(0) scale(1); }
}

.ha-switch rect:first-child { fill: rgba(255, 255, 255, 0.22); }
.ha-switch-thumb { fill: #fff; animation: ha-switch 6s var(--v3-ease-out) 2s infinite; }
.ha-switch-label { fill: rgba(73, 65, 227, 0.75); }
.ha-switch-label--off { fill: rgba(255, 255, 255, 0.6); }

/* The switch slides to yearly and back, which is the page's one interaction. */
@keyframes ha-switch {
  0%, 38%   { transform: translateX(0); }
  50%, 88%  { transform: translateX(60px); }
  100%      { transform: translateX(0); }
}

.ha-switch {
  opacity: 0;
  animation: ha-rise .7s var(--v3-ease-out) .05s forwards;
}

/* ── mail ─────────────────────────────────────────────────────────────*/

.ha-mail-body {
  fill: #fff;
  filter: drop-shadow(0 20px 38px rgba(9, 12, 48, 0.26));
}

.ha-mail-flap {
  fill: none;
  stroke: rgba(73, 65, 227, 0.42);
  stroke-width: 3;
  stroke-linejoin: round;
}

.ha-mail {
  opacity: 0;
  animation: ha-rise .8s var(--v3-ease-out) .15s forwards;
}

.ha-note rect:first-child {
  fill: #fff;
  filter: drop-shadow(0 12px 24px rgba(9, 12, 48, 0.2));
}

.ha-note {
  opacity: 0;
  animation: ha-send 4.5s var(--v3-ease-out) infinite;
}

.ha-note--1 { animation-delay: .8s; }
.ha-note--2 { animation-delay: 2.6s; }

/* Notes drift down into the envelope, then the next one starts. */
@keyframes ha-send {
  0%        { opacity: 0; transform: translateY(-26px) scale(.9); }
  18%, 55%  { opacity: 1; transform: translateY(0) scale(1); }
  82%, 100% { opacity: 0; transform: translateY(58px) scale(.86); }
}

/* ── document ─────────────────────────────────────────────────────────*/

.ha-doc-page {
  fill: #fff;
  filter: drop-shadow(0 22px 42px rgba(9, 12, 48, 0.26));
}

.ha-doc-title { fill: rgba(17, 20, 79, 0.6); }
.ha-doc-num { fill: var(--v3-violet); }

.ha-doc {
  opacity: 0;
  animation: ha-rise .85s var(--v3-ease-out) .12s forwards;
}

.ha-clause {
  opacity: 0;
  animation: ha-tick-in .5s var(--v3-ease-out) forwards;
}

.ha-clause--1 { animation-delay: .70s; }
.ha-clause--2 { animation-delay: .88s; }
.ha-clause--3 { animation-delay: 1.06s; }

.ha-seal circle { fill: rgba(18, 180, 140, 0.16); }
.ha-seal path { fill: none; stroke: var(--v3-mint); stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }

.ha-seal {
  transform-origin: 330px 286px;
  animation: ha-pop .5s var(--v3-ease-out) 1.4s backwards, ha-breathe 6s var(--v3-ease) 2s infinite;
}

@media (max-width: 991.98px) {
  .icv3-heroart { width: min(440px, 100%); }
}

@media (max-width: 575.98px) {
  .icv3-heroart { width: min(360px, 100%); }
}

/* ── Capability grid: never strand a part-row ──────────────────────────
 * The grid is four across, so a count that is not a multiple of four
 * leaves gaps on the last row that read as missing cards. Card counts are
 * authored at 8 or 12, and this centres whatever is left over if one ever
 * is not — a safety net, not the plan.
 * ──────────────────────────────────────────────────────────────────── */

.icv3-grid__list { justify-content: center; }

.icv3-grid__item:nth-last-child(1):nth-child(4n + 2) { grid-column: 2 / span 1; }
.icv3-grid__item:nth-last-child(1):nth-child(4n + 3) { grid-column: 2 / span 1; }
.icv3-grid__item:nth-last-child(2):nth-child(4n + 2) { grid-column: 2 / span 1; }

/* ══════════════════════════════════════════════════════════════════════
 * 19 — Blog listing and article
 *
 * The archive and the posts were the last of the Elementor mirror. They now
 * reuse the page hero, the geometry field, the reveal choreography and the
 * closing CTA, so a reader moving from a feature page into an article never
 * crosses a visual seam.
 * ═════════════════════════════════════════════════════════════════════ */

/* ── Listing hero ─────────────────────────────────────────────────────*/

/* The section-built heroes open with an eyebrow pill; these open with the
   breadcrumb, which sits higher and needs more clearance under the floating
   logo. */
.icv3-phero--list,
.icv3-phero--post { padding-top: clamp(140px, 12vw, 168px); }

.icv3-phero--list { padding-bottom: 0; }

.icv3-phero__inner--list {
  grid-template-columns: minmax(0, 1fr);
  padding-bottom: clamp(3rem, 5vw, 4.5rem);
}

.icv3-phero__inner--list .icv3-phero__copy { max-width: 46ch; }
.icv3-phero__inner--list .icv3-phero__lead { max-width: 54ch; }

.icv3-phero__count {
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.icv3-phero__count-sep { margin: 0 8px; opacity: .6; }

/* ── Listing body ─────────────────────────────────────────────────────*/

.icv3-postlist {
  padding: clamp(3rem, 5vw, 4.5rem) 0 clamp(4.5rem, 8vw, 7rem);
  background: var(--v3-surface);
}

.icv3-postlist .ic-live-container { position: relative; z-index: 1; }

/* ── Topic chips ──────────────────────────────────────────────────────*/

.icv3-postlist__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: clamp(2rem, 3.5vw, 3rem);
}

.icv3-chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 17px;
  border: 1px solid var(--v3-line);
  border-radius: 99px;
  background: #fff;
  color: var(--v3-body);
  font-family: var(--font-display);
  font-size: 13.5px;
  font-weight: 600;
  text-decoration: none;
  transition:
    border-color var(--v3-dur) var(--v3-ease),
    background var(--v3-dur) var(--v3-ease),
    color var(--v3-dur) var(--v3-ease),
    translate var(--v3-dur) var(--v3-ease-out);
}

.icv3-chip:hover,
.icv3-chip:focus-visible {
  translate: 0 -2px;
  border-color: var(--v3-violet);
  color: var(--v3-violet);
}

.icv3-chip.is-on {
  border-color: transparent;
  background: linear-gradient(135deg, var(--v3-violet-deep), var(--v3-blue));
  color: #fff;
  box-shadow: 0 8px 18px rgba(73, 65, 227, 0.26);
}

.icv3-chip__n {
  padding: 1px 7px;
  border-radius: 99px;
  background: var(--v3-surface-tint);
  color: var(--v3-violet);
  font-size: 11px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}

.icv3-chip.is-on .icv3-chip__n { background: rgba(255, 255, 255, 0.22); color: #fff; }

/* ── Featured post ────────────────────────────────────────────────────*/

.icv3-feature {
  margin-bottom: clamp(2rem, 3.5vw, 3rem);
  border: 1px solid var(--v3-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(17, 20, 79, 0.06);
  overflow: hidden;
  transition: translate var(--v3-dur-slow) var(--v3-ease-out), box-shadow var(--v3-dur-slow) var(--v3-ease), border-color var(--v3-dur) var(--v3-ease);
}

.icv3-feature:hover {
  translate: 0 -5px;
  border-color: rgba(73, 65, 227, 0.32);
  box-shadow: var(--v3-shadow-lift);
}

.icv3-feature__link {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  align-items: stretch;
  color: inherit;
  text-decoration: none;
}

.icv3-feature__media {
  position: relative;
  display: block;
  overflow: hidden;
  background: var(--v3-surface-tint);
  aspect-ratio: 16 / 10;
}

.icv3-feature__img,
.icv3-postcard__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: scale 620ms var(--v3-ease-out);
}

.icv3-feature:hover .icv3-feature__img { scale: 1.045; }

.icv3-feature__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(1.75rem, 3vw, 2.75rem);
}

.icv3-feature__flag {
  align-self: flex-start;
  margin-bottom: 14px;
  padding: 5px 13px;
  border-radius: 99px;
  background: rgba(248, 1, 52, 0.1);
  color: var(--v3-red);
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.icv3-feature__title {
  margin: 12px 0 12px;
  color: var(--v3-ink-strong);
  font-family: var(--font-display);
  font-size: clamp(22px, 2.4vw, 30px);
  font-weight: 700;
  letter-spacing: -0.6px;
  line-height: 1.22;
}

.icv3-feature__excerpt {
  display: block;
  margin-bottom: 20px;
  color: var(--v3-body);
  font-size: 15px;
  line-height: 26px;
}

/* ── Card grid ────────────────────────────────────────────────────────*/

.icv3-postgrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.1rem, 1.8vw, 1.75rem);
}

.icv3-postcard {
  height: 100%;
  border: 1px solid var(--v3-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(17, 20, 79, 0.05);
  overflow: hidden;
  transition: translate var(--v3-dur-slow) var(--v3-ease-out), box-shadow var(--v3-dur-slow) var(--v3-ease), border-color var(--v3-dur) var(--v3-ease);
}

.icv3-postcard:hover {
  translate: 0 -6px;
  border-color: rgba(73, 65, 227, 0.32);
  box-shadow: var(--v3-shadow-lift);
}

.icv3-postcard__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.icv3-postcard__media {
  display: block;
  overflow: hidden;
  background: var(--v3-surface-tint);
  aspect-ratio: 16 / 10;
}

.icv3-postcard:hover .icv3-postcard__img { scale: 1.05; }

.icv3-postcard__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 22px 22px 24px;
}

.icv3-postcard__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  color: var(--v3-muted);
  font-size: 12.5px;
  font-weight: 500;
}

.icv3-postcard__cat {
  padding: 4px 11px;
  border-radius: 99px;
  background: var(--v3-surface-tint);
  color: var(--v3-violet);
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.icv3-postcard__dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: currentColor;
  opacity: .5;
}

.icv3-postcard__title {
  margin: 13px 0 10px;
  color: var(--v3-ink-strong);
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.3px;
  line-height: 1.3;
}

.icv3-postcard__excerpt {
  display: block;
  margin-bottom: 18px;
  color: var(--v3-body);
  font-size: 14px;
  line-height: 23px;
}

.icv3-postcard__more {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: auto;
  color: var(--v3-violet);
  font-family: var(--font-display);
  font-size: 13.5px;
  font-weight: 650;
}

.icv3-postcard__more svg {
  width: 17px;
  height: 17px;
  transition: translate var(--v3-dur) var(--v3-ease-out);
}

.icv3-postcard:hover .icv3-postcard__more svg,
.icv3-feature:hover .icv3-postcard__more svg { translate: 4px 0; }

.icv3-postlist__empty {
  padding: 3rem 0;
  color: var(--v3-body);
  font-size: 16px;
  text-align: center;
}

/* ── Pagination ───────────────────────────────────────────────────────*/

.icv3-pager {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: clamp(2.5rem, 4vw, 3.5rem);
}

.icv3-pager .page-numbers {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-width: 42px;
  height: 42px;
  padding: 0 14px;
  justify-content: center;
  border: 1px solid var(--v3-line);
  border-radius: 12px;
  background: #fff;
  color: var(--v3-body);
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  font-variant-numeric: tabular-nums;
  transition: border-color var(--v3-dur) var(--v3-ease), color var(--v3-dur) var(--v3-ease), background var(--v3-dur) var(--v3-ease), translate var(--v3-dur) var(--v3-ease-out);
}

.icv3-pager a.page-numbers:hover,
.icv3-pager a.page-numbers:focus-visible {
  translate: 0 -2px;
  border-color: var(--v3-violet);
  color: var(--v3-violet);
}

.icv3-pager .page-numbers.current {
  border-color: transparent;
  background: linear-gradient(135deg, var(--v3-violet-deep), var(--v3-blue));
  color: #fff;
  box-shadow: 0 8px 18px rgba(73, 65, 227, 0.26);
}

.icv3-pager .page-numbers.dots { border-color: transparent; background: none; }
.icv3-pager .page-numbers svg { width: 16px; height: 16px; }

/* ══════════════════════════════════════════════════════════════════════
 * 20 — Article
 * ═════════════════════════════════════════════════════════════════════ */

/* Reading progress. Scaled from a custom property so the only thing the
   scroll handler writes is a number. */
.icv3-progress {
  position: fixed;
  z-index: 1300;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  pointer-events: none;
}

.icv3-progress i {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--v3-violet-deep), var(--v3-blue), var(--v3-mint));
  transform: scaleX(var(--icv3-progress, 0));
  transform-origin: 0 50%;
}

/* Room for the featured image to pull up into without landing on the
   byline — the pull below is negative by the same order of magnitude. */
.icv3-phero--post { padding-bottom: clamp(5rem, 8vw, 7rem); }
.icv3-phero--post .icv3-phero__inner--list { padding-bottom: 0; }

/* The title takes the whole band.
 *
 * Scoped through --inner--list on purpose: the post hero reuses that
 * wrapper, whose own rule caps the copy at 46ch for the listing page and
 * outranks a lone .icv3-phero__copy--post. A five-line headline sat in the
 * left third of the band with the rest empty.
 *
 * text-wrap: balance is dropped rather than kept. Balancing equalises line
 * lengths, which means it deliberately holds the text narrow — exactly the
 * look being removed here. The lead keeps a measure of its own: that is
 * body copy and does not want to be 1400px wide. */
/* Three classes deep on purpose. The copy column is capped in two places
   already — 46ch for the listing hero, and 60ch from a
   :not(:has(...)) rule whose specificity is higher than it looks — and the
   h1 carries its own 17ch. Anything shorter than this loses to one of them. */
.icv3-phero--post .icv3-phero__inner--list .icv3-phero__copy--post { max-width: none; }
.icv3-phero--post .icv3-phero__copy--post h1 { max-width: none; text-wrap: pretty; }
.icv3-phero--post .icv3-phero__copy--post .icv3-phero__lead { max-width: 70ch; }

.icv3-article__byline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13.5px;
  font-weight: 500;
}

.icv3-article__byline a {
  color: #fff;
  font-weight: 650;
  text-decoration: underline;
  text-underline-offset: .18em;
}

/* The featured image straddles the hero edge, the same trick the inner
   page heroes use so the two bands read as one composition. */
.icv3-article__hero-img {
  position: relative;
  z-index: 2;
  margin: clamp(-5rem, -7vw, -3.5rem) 0 0;
}

/* These featured images are stock illustrations at wildly different
   proportions; a fixed ratio keeps the band the same depth on every post
   instead of one article opening with a 700px wall of artwork. */
.icv3-article__img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 460px;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 21 / 9;
  border-radius: 20px;
  box-shadow: var(--v3-shadow-shot);
  background: var(--v3-surface-alt);
}

.icv3-article__body {
  padding: clamp(3rem, 5vw, 4.5rem) 0 clamp(3.5rem, 6vw, 5rem);
  background: var(--v3-surface);
}

/* Three columns: contents, prose, offers.
 *
 * The middle track used to be 1108px carrying a 76ch cap, so a third of
 * the page sat empty beside every article. The column widths here are
 * chosen so the prose lands at ~70ch on its own — the same measure it
 * read at before — which is why no max-width is needed on the main
 * column any more. Widths shrink at 1440 so the measure survives the
 * container dropping to 1280. */
.icv3-article__grid {
  display: grid;
  grid-template-columns: minmax(0, 260px) minmax(0, 1fr) minmax(0, 340px);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: start;
}

.icv3-article__grid--norail { grid-template-columns: minmax(0, 1fr) minmax(0, 340px); }

/* ── Contents rail ────────────────────────────────────────────────────*/

.icv3-article__rail {
  position: sticky;
  top: 104px;
  display: grid;
  gap: 18px;
}

.icv3-toc {
  padding: 22px 20px;
  border: 1px solid var(--v3-line);
  border-radius: 16px;
  background: var(--v3-surface-alt);
}

.icv3-toc__title {
  margin: 0 0 13px;
  color: var(--v3-ink-strong);
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.icv3-toc ol {
  margin: 0;
  padding: 0;
  max-height: min(52vh, 460px);
  overflow-y: auto;
  list-style: none;
}

.icv3-toc li + li { margin-top: 3px; }

.icv3-toc a {
  display: block;
  padding: 6px 0 6px 13px;
  border-left: 2px solid var(--v3-line);
  color: var(--v3-body);
  font-size: 13px;
  line-height: 19px;
  text-decoration: none;
  transition: color var(--v3-dur) var(--v3-ease), border-color var(--v3-dur) var(--v3-ease);
}

.icv3-toc a:hover,
.icv3-toc a:focus-visible { color: var(--v3-violet); border-left-color: rgba(73, 65, 227, 0.4); }

.icv3-toc a.is-on {
  border-left-color: var(--v3-violet);
  color: var(--v3-ink-strong);
  font-weight: 650;
}

.icv3-share { padding: 0 20px; }

.icv3-share__row { display: flex; flex-wrap: wrap; gap: 7px; }

.icv3-share__btn {
  padding: 7px 13px;
  border: 1px solid var(--v3-line);
  border-radius: 99px;
  color: var(--v3-body);
  font-family: var(--font-display);
  font-size: 12.5px;
  font-weight: 600;
  text-decoration: none;
  transition: border-color var(--v3-dur) var(--v3-ease), color var(--v3-dur) var(--v3-ease), translate var(--v3-dur) var(--v3-ease-out);
}

.icv3-share__btn:hover,
.icv3-share__btn:focus-visible { translate: 0 -2px; border-color: var(--v3-violet); color: var(--v3-violet); }

/* ── Offers rail ──────────────────────────────────────────────────────*/

.icv3-article__aside {
  position: sticky;
  top: 104px;
  display: grid;
  gap: 18px;
}

/* Both cards together run to about 725px. Stuck to a viewport shorter than
   they are, the trial button would sit permanently below the fold — so on
   short screens the rail simply scrolls with the article instead. */
@media (max-height: 860px) {
  .icv3-article__aside { position: static; }
}

.icv3-aside__cta {
  position: relative;
  overflow: hidden;
  padding: 26px 24px 24px;
  border-radius: 20px;
  /* The closing panel's gradient, steepened for a tall narrow card. */
  background: linear-gradient(155deg, var(--v3-violet-deep) 0%, var(--v3-violet-mid) 48%, var(--v3-blue) 100%);
  color: #fff;
}

.icv3-aside__cta > * { position: relative; z-index: 1; }

.icv3-aside__eyebrow {
  margin: 0 0 9px;
  color: rgba(255, 255, 255, 0.72);
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.icv3-aside__title {
  margin: 0 0 16px;
  color: #fff;
  font-family: var(--font-display);
  font-size: 21px;
  font-weight: 700;
  letter-spacing: -0.3px;
  line-height: 1.24;
  text-wrap: balance;
}

.icv3-aside__ticks { margin: 0 0 20px; padding: 0; list-style: none; display: grid; gap: 9px; }

.icv3-aside__ticks li {
  display: grid;
  grid-template-columns: 17px minmax(0, 1fr);
  gap: 9px;
  align-items: start;
  color: rgba(255, 255, 255, 0.9);
  font-size: 13.5px;
  line-height: 19px;
}

.icv3-aside__ticks svg { width: 17px; height: 17px; margin-top: 1px; color: var(--v3-mint); }

.icv3-aside__btn { width: 100%; justify-content: center; }

.icv3-aside__link {
  display: block;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.88);
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: .18em;
  transition: color var(--v3-dur) var(--v3-ease);
}

.icv3-aside__link:hover,
.icv3-aside__link:focus-visible { color: #fff; }

.icv3-aside__card {
  padding: 22px 20px;
  border: 1px solid var(--v3-line);
  border-radius: 16px;
  background: var(--v3-surface-alt);
}

.icv3-aside__posts { margin: 0; padding: 0; list-style: none; }

.icv3-aside__posts li + li { margin-top: 13px; padding-top: 13px; border-top: 1px solid var(--v3-line); }

/* Thumbnail beside the title. A post with no featured image simply loses
   the media column rather than reserving an empty square. */
.icv3-aside__posts a {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  text-decoration: none;
}

.icv3-aside__posts a:not(:has(.icv3-aside__post-media)) { grid-template-columns: minmax(0, 1fr); }

.icv3-aside__post-media {
  display: block;
  overflow: hidden;
  width: 72px;
  height: 72px;
  border-radius: 10px;
  background: var(--v3-surface-tint);
}

.icv3-aside__post-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: scale var(--v3-dur) var(--v3-ease-out);
}

.icv3-aside__posts a:hover .icv3-aside__post-img { scale: 1.06; }

.icv3-aside__post-title {
  display: block;
  color: var(--v3-ink-strong);
  font-family: var(--font-display);
  font-size: 14.5px;
  font-weight: 650;
  line-height: 20px;
  transition: color var(--v3-dur) var(--v3-ease);
}

.icv3-aside__posts a:hover .icv3-aside__post-title,
.icv3-aside__posts a:focus-visible .icv3-aside__post-title { color: var(--v3-violet); }

.icv3-aside__post-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  margin-top: 6px;
  color: var(--v3-muted);
  font-size: 12px;
}

/* ── Article prose ────────────────────────────────────────────────────*/

.icv3-prose--article {
  color: var(--v3-ink);
  font-size: 17px;
  line-height: 31px;
}

.icv3-prose--article > :first-child { margin-top: 0; }
.icv3-prose--article p { margin: 0 0 1.35rem; }

.icv3-prose--article h2 {
  margin: 2.75rem 0 1rem;
  color: var(--v3-ink-strong);
  font-family: var(--font-display);
  font-size: clamp(23px, 2.4vw, 30px);
  font-weight: 700;
  letter-spacing: -0.6px;
  line-height: 1.24;
  scroll-margin-top: 110px;
  text-wrap: balance;
}

.icv3-prose--article h3 {
  margin: 2rem 0 .7rem;
  color: var(--v3-ink-strong);
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 650;
  letter-spacing: -0.2px;
  scroll-margin-top: 110px;
}

.icv3-prose--article h4 {
  margin: 1.6rem 0 .5rem;
  color: var(--v3-ink-strong);
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 650;
}

.icv3-prose--article ul,
.icv3-prose--article ol { margin: 0 0 1.35rem; padding-left: 1.4rem; }
.icv3-prose--article li { margin-bottom: .6rem; }
.icv3-prose--article li::marker { color: var(--v3-violet); }

.icv3-prose--article a {
  color: var(--v3-violet);
  text-decoration: underline;
  text-underline-offset: .17em;
  text-decoration-thickness: 1px;
  transition: color var(--v3-dur) var(--v3-ease);
}

.icv3-prose--article a:hover { color: var(--v3-violet-deep); }
.icv3-prose--article strong { color: var(--v3-ink-strong); font-weight: 650; }

.icv3-prose--article img {
  height: auto;
  max-width: 100%;
  margin: 2rem 0;
  border-radius: 16px;
  box-shadow: 0 16px 34px rgba(17, 20, 79, 0.12);
}

.icv3-prose--article figure { margin: 2rem 0; }
.icv3-prose--article figure img { margin: 0; }

.icv3-prose--article figcaption {
  margin-top: 10px;
  color: var(--v3-muted);
  font-size: 13.5px;
  text-align: center;
}

.icv3-prose--article blockquote {
  margin: 2rem 0;
  padding: 4px 0 4px 24px;
  border-left: 3px solid var(--v3-violet);
  color: var(--v3-ink-strong);
  font-size: 19px;
  font-style: normal;
  line-height: 32px;
}

.icv3-prose--article blockquote p:last-child { margin-bottom: 0; }

.icv3-prose--article code {
  padding: 2px 7px;
  border-radius: 6px;
  background: var(--v3-surface-tint);
  color: var(--v3-violet-deep);
  font-size: .9em;
}

.icv3-prose--article pre {
  margin: 2rem 0;
  padding: 20px 22px;
  border-radius: 14px;
  background: var(--v3-ink-strong);
  color: #e8ecff;
  font-size: 13.5px;
  line-height: 22px;
  overflow-x: auto;
}

.icv3-prose--article pre code { padding: 0; background: none; color: inherit; }

/* Tables in these posts are comparison grids; they must scroll rather than
   force the page sideways on a phone. */
.icv3-prose--article table {
  display: block;
  width: 100%;
  margin: 2rem 0;
  border-collapse: collapse;
  overflow-x: auto;
  font-size: 14.5px;
}

.icv3-prose--article th,
.icv3-prose--article td {
  padding: 11px 14px;
  border: 1px solid var(--v3-line);
  text-align: left;
  vertical-align: top;
}

.icv3-prose--article th {
  background: var(--v3-surface-alt);
  color: var(--v3-ink-strong);
  font-family: var(--font-display);
  font-weight: 650;
}

.icv3-prose--article hr {
  margin: 2.5rem 0;
  border: 0;
  border-top: 1px solid var(--v3-line);
}

/* ── Article footer ───────────────────────────────────────────────────*/

.icv3-article__footer {
  margin-top: clamp(2.5rem, 4vw, 3.5rem);
  padding-top: clamp(1.75rem, 3vw, 2.25rem);
  border-top: 1px solid var(--v3-line);
}

.icv3-article__tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 1.75rem; }

.icv3-article__tags a {
  padding: 6px 14px;
  border: 1px solid var(--v3-line);
  border-radius: 99px;
  color: var(--v3-body);
  font-size: 12.5px;
  font-weight: 600;
  text-decoration: none;
  transition: border-color var(--v3-dur) var(--v3-ease), color var(--v3-dur) var(--v3-ease);
}

.icv3-article__tags a:hover { border-color: var(--v3-violet); color: var(--v3-violet); }

.icv3-article__nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.icv3-article__nav-link {
  display: block;
  padding: 18px 20px;
  border: 1px solid var(--v3-line);
  border-radius: 16px;
  background: #fff;
  color: inherit;
  text-decoration: none;
  transition: border-color var(--v3-dur) var(--v3-ease), translate var(--v3-dur) var(--v3-ease-out), box-shadow var(--v3-dur) var(--v3-ease);
}

.icv3-article__nav-link:hover {
  translate: 0 -3px;
  border-color: rgba(73, 65, 227, 0.34);
  box-shadow: 0 14px 28px rgba(17, 20, 79, 0.08);
}

.icv3-article__nav-link--next { text-align: right; }

.icv3-article__nav-dir {
  display: block;
  margin-bottom: 6px;
  color: var(--v3-muted);
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.icv3-article__nav-title {
  display: block;
  color: var(--v3-ink-strong);
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 650;
  line-height: 22px;
}

/* ── Related ──────────────────────────────────────────────────────────*/

.icv3-related {
  padding: clamp(3.5rem, 6vw, 5.5rem) 0;
  background: var(--v3-surface-alt);
}

/* ── Responsive ───────────────────────────────────────────────────────*/

/* The container drops to 1280px here, so the two rails give ground to
   keep the prose above 65ch rather than squeezing it to 56. */
@media (max-width: 1439.98px) {
  .icv3-article__grid {
    grid-template-columns: minmax(0, 220px) minmax(0, 1fr) minmax(0, 290px);
    gap: clamp(1.75rem, 3vw, 2.75rem);
  }

  .icv3-article__grid--norail { grid-template-columns: minmax(0, 1fr) minmax(0, 290px); }
}

/* Three columns stop paying their way here: below this the prose falls
   under 60ch, which is a worse read than the space is worth. */
@media (max-width: 1279.98px) {
  .icv3-article__grid,
  .icv3-article__grid--norail { grid-template-columns: minmax(0, 1fr); }

  /* One column is as wide as the container, and a 107ch line is not a
     line anyone finishes. The rail takes the same measure so the contents
     bar and the prose share an edge instead of stepping. */
  .icv3-article__main,
  .icv3-article__rail { max-width: 72ch; margin-inline: auto; }

  /* Sharing the row with the share buttons squeezed the contents list into
     two ~180px columns. Given the whole measure it gets two readable ones. */
  .icv3-article__rail {
    position: static;
    width: 100%;
    grid-template-columns: minmax(0, 1fr);
    align-items: start;
  }

  .icv3-toc ol { max-height: none; columns: 2; column-gap: 24px; }

  /* Nothing left to fill, and both cards are already served by the
     related strip and the closing panel below. */
  .icv3-article__aside { display: none; }
}

@media (max-width: 991.98px) {
  .icv3-postgrid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .icv3-feature__link { grid-template-columns: minmax(0, 1fr); }
  .icv3-feature__media { aspect-ratio: 16 / 8; }
}

@media (max-width: 767.98px) {
  .icv3-postgrid { grid-template-columns: minmax(0, 1fr); }
  .icv3-toc ol { columns: 1; }
  .icv3-article__nav { grid-template-columns: minmax(0, 1fr); }
  .icv3-article__nav-link--next { text-align: left; }
  .icv3-article__hero-img { margin-top: clamp(-3rem, -6vw, -2rem); }
  .icv3-article__img { border-radius: 14px; }
}

/* ══════════════════════════════════════════════════════════════════════
 * 21 — Use-case hero artwork
 *
 * Eleven audiences, one visual grammar: white rounded cards on the brand
 * gradient, mint for money in, rose for money out, violet for the product.
 * Every animation is opacity / translate / scale / stroke-dashoffset only,
 * so none of it can trigger layout while the hero is still settling.
 * ═════════════════════════════════════════════════════════════════════ */

.icv3-ucart {
  position: relative;
  z-index: 1;
  width: min(580px, 100%);
  height: auto;
  overflow: visible;
}

/* ── Shared parts ─────────────────────────────────────────────────────*/

.uc-glow ellipse {
  fill: rgba(255, 255, 255, 0.09);
  transform-origin: center;
  animation: ha-breathe 8s var(--v3-ease) infinite;
}

.uc-dot {
  fill: rgba(255, 255, 255, 0.5);
  animation: ha-float 6s var(--v3-ease) infinite;
}

.uc-dot--a { animation-duration: 5.4s; }
.uc-dot--b { animation-duration: 7.1s; animation-delay: -1.6s; fill: rgba(255, 255, 255, 0.38); }
.uc-dot--c { animation-duration: 6.6s; animation-delay: -3.2s; fill: rgba(18, 180, 140, 0.75); }
.uc-dot--d { animation-duration: 7.8s; animation-delay: -4.4s; fill: rgba(255, 0, 53, 0.6); }

/* Panels: every top-level card in every scene. */
.uc-doc > rect:first-child,
.uc-brand > rect:first-child,
.uc-pan > rect:first-child,
.uc-media > rect:first-child,
.uc-chart > rect:first-child,
.uc-clap > rect:first-child,
.uc-cal > rect:first-child,
.uc-stage > rect:first-child,
.uc-bucket > rect:first-child,
.uc-board > rect:first-child,
.uc-board:not(g),
.uc-controls > rect:first-child,
.uc-sign > rect:first-child,
.uc-source > rect:first-child,
.uc-ledger > rect:first-child,
.uc-passthru > rect:first-child {
  fill: #fff;
  filter: drop-shadow(0 18px 34px rgba(9, 12, 48, 0.24));
}

.uc-line { fill: rgba(17, 20, 79, 0.14); }
.uc-total { fill: rgba(73, 65, 227, 0.2); }
.uc-total--hot { fill: var(--v3-red); }

.uc-tag--violet { fill: rgba(73, 65, 227, 0.32); }
.uc-tag--sky    { fill: rgba(47, 134, 232, 0.34); }
.uc-tag--mint   { fill: rgba(18, 180, 140, 0.4); }
.uc-tag--rose   { fill: rgba(255, 0, 53, 0.3); }

.uc-arrow {
  fill: none;
  stroke: rgba(255, 255, 255, 0.8);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 90;
  animation: uc-draw 3.4s var(--v3-ease-out) infinite;
}

.uc-arrow--2 { animation-delay: .5s; }

@keyframes uc-draw {
  0%        { stroke-dashoffset: 90; opacity: 0; }
  22%, 66%  { stroke-dashoffset: 0;  opacity: 1; }
  100%      { stroke-dashoffset: -90; opacity: 0; }
}

.uc-wire {
  fill: none;
  stroke: rgba(255, 255, 255, 0.42);
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-dasharray: 6 8;
  animation: uc-flow 2.4s linear infinite;
}

.uc-wire--2 { animation-delay: -.5s; }
.uc-wire--3 { animation-delay: -1s; }
.uc-wire--4 { animation-delay: -1.5s; }

@keyframes uc-flow {
  to { stroke-dashoffset: -28; }
}

/* Entry: everything rises once, in reading order. */
.uc-doc, .uc-brand, .uc-pan, .uc-media, .uc-chart, .uc-clap, .uc-cal,
.uc-stage, .uc-bucket, .uc-board, .uc-controls, .uc-sign, .uc-source,
.uc-ledger, .uc-passthru, .uc-key, .uc-coin, .uc-track, .uc-cycle, .uc-team {
  opacity: 0;
  animation: ha-rise .85s var(--v3-ease-out) forwards;
}

.uc-doc--1, .uc-pan--in, .uc-media, .uc-chart, .uc-clap, .uc-cal,
.uc-board--1, .uc-key, .uc-source, .uc-cycle { animation-delay: .10s; }
.uc-doc--2, .uc-pan--out, .uc-track, .uc-team, .uc-sign, .uc-passthru { animation-delay: .30s; }
.uc-coin, .uc-ledger { animation-delay: .48s; }

.uc-board--2 { animation-delay: .20s; }
.uc-board--3 { animation-delay: .30s; }

.uc-brand--1 { animation-delay: .22s; }
.uc-brand--2 { animation-delay: .34s; }
.uc-brand--3 { animation-delay: .46s; }

.uc-stage--1 { animation-delay: .26s; }
.uc-stage--2 { animation-delay: .40s; }
.uc-stage--3 { animation-delay: .54s; }

.uc-bucket--1 { animation-delay: .28s; }
.uc-bucket--2 { animation-delay: .40s; }
.uc-bucket--3 { animation-delay: .52s; }

.uc-controls--left   { animation-delay: .30s; }
.uc-controls--left2  { animation-delay: .40s; }
.uc-controls--right  { animation-delay: .35s; }
.uc-controls--right2 { animation-delay: .45s; }

/* ── Freelancers ──────────────────────────────────────────────────────
 * The invoice is the hero and the payment lands on it: the PAID stamp
 * drops in, the toast slides across, coins rise and the earnings line
 * draws itself. Sequenced so the eye is led invoice -> stamp -> money.
 * ──────────────────────────────────────────────────────────────────── */

.uc-inv > rect:first-child,
.uc-earn > rect:first-child,
.uc-toast > rect:first-child,
.uc-stamp > rect:first-child {
  fill: #fff;
  filter: drop-shadow(0 18px 34px rgba(9, 12, 48, 0.24));
}

.uc-inv-band { fill: var(--v3-violet); }
.uc-rule { fill: rgba(17, 20, 79, 0.12); }

.uc-inv {
  opacity: 0;
  transform-origin: 258px 185px;
  animation: uc-inv-in .9s var(--v3-ease-out) .12s forwards, uc-hover 6s var(--v3-ease) 1.6s infinite;
}

@keyframes uc-inv-in {
  from { opacity: 0; transform: translateY(24px) rotate(-3deg) scale(.95); }
  to   { opacity: 1; transform: translateY(0) rotate(0deg) scale(1); }
}

@keyframes uc-hover {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50%      { transform: translateY(-10px) rotate(-1deg); }
}

/* The earnings card sits behind and climbs. */
.uc-earn {
  opacity: 0;
  animation: ha-rise .85s var(--v3-ease-out) .3s forwards;
}

.uc-spark {
  fill: none;
  stroke: var(--v3-mint);
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 190;
  stroke-dashoffset: 190;
  animation: uc-trace 1.5s var(--v3-ease-out) .9s forwards;
}

.uc-spark-tip {
  fill: var(--v3-mint);
  opacity: 0;
  animation: ha-tick-in .45s var(--v3-ease-out) 2.2s forwards;
}

/* PAID: lands hard, then settles. */
.uc-stamp > rect:first-child { fill: rgba(18, 180, 140, 0.96); filter: drop-shadow(0 14px 26px rgba(18, 180, 140, 0.4)); }
.uc-stamp-tick { fill: none; stroke: #fff; stroke-width: 5; stroke-linecap: round; stroke-linejoin: round; }
.uc-stamp-word { fill: rgba(255, 255, 255, 0.9); }

.uc-stamp {
  opacity: 0;
  transform-origin: 312px 212px;
  animation: uc-stamp-in .55s cubic-bezier(0.3, 1.6, 0.5, 1) 1.5s forwards;
}

@keyframes uc-stamp-in {
  0%   { opacity: 0; transform: scale(2.1) rotate(-14deg); }
  70%  { opacity: 1; transform: scale(.94) rotate(-7deg); }
  100% { opacity: 1; transform: scale(1) rotate(-7deg); }
}

/* The toast slides in from the right and stays. */
.uc-toast-dot { fill: rgba(18, 180, 140, 0.16); }
.uc-toast-tick { fill: none; stroke: var(--v3-mint); stroke-width: 3.2; stroke-linecap: round; stroke-linejoin: round; }

.uc-toast {
  opacity: 0;
  animation: uc-toast-in .7s var(--v3-ease-out) 2s forwards, uc-drift 5s var(--v3-ease) 3s infinite;
}

@keyframes uc-toast-in {
  from { opacity: 0; transform: translateX(46px) scale(.94); }
  to   { opacity: 1; transform: translateX(0) scale(1); }
}

@keyframes uc-drift {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-8px); }
}

/* Coins rise past the invoice on a loop. */
.uc-coin-bit { fill: rgba(18, 180, 140, 0.85); opacity: 0; }

.uc-coin-bit--1 { animation: uc-coin-up 3.4s var(--v3-ease-out) 2.4s infinite; }
.uc-coin-bit--2 { animation: uc-coin-up 3.4s var(--v3-ease-out) 2.9s infinite; fill: rgba(18, 180, 140, 0.6); }
.uc-coin-bit--3 { animation: uc-coin-up 3.4s var(--v3-ease-out) 3.4s infinite; fill: rgba(255, 255, 255, 0.75); }

@keyframes uc-coin-up {
  0%       { opacity: 0; transform: translateY(28px) scale(.6); }
  25%, 60% { opacity: 1; transform: translateY(0) scale(1); }
  100%     { opacity: 0; transform: translateY(-54px) scale(.7); }
}

/* ── Solopreneurs ─────────────────────────────────────────────────────*/

.uc-key circle { fill: rgba(255, 255, 255, 0.16); stroke: rgba(255, 255, 255, 0.7); stroke-width: 3; }
.uc-key-mark { fill: none; stroke: #fff; stroke-width: 3.4; stroke-linecap: round; stroke-linejoin: round; }

.uc-brand-dot--violet { fill: var(--v3-violet); }
.uc-brand-dot--mint   { fill: var(--v3-mint); }
.uc-brand-dot--rose   { fill: var(--v3-red); }
.uc-brand-dot--sky    { fill: var(--v3-sky); }

.uc-brand { transform-origin: 340px 180px; }
.uc-brand--1 { animation: ha-rise .85s var(--v3-ease-out) .22s forwards, uc-sway 6s var(--v3-ease) 1.2s infinite; }
.uc-brand--3 { animation: ha-rise .85s var(--v3-ease-out) .46s forwards, uc-sway 6s var(--v3-ease) 1.8s infinite reverse; }

@keyframes uc-sway {
  0%, 100% { transform: translateX(0); }
  50%      { transform: translateX(-10px); }
}

/* ── Small business ───────────────────────────────────────────────────*/

.uc-bar--mint { fill: rgba(18, 180, 140, 0.55); transform-origin: center bottom; animation: uc-grow 1s var(--v3-ease-out) backwards; }
.uc-bar--rose { fill: rgba(255, 0, 53, 0.42); transform-origin: center bottom; animation: uc-grow 1s var(--v3-ease-out) backwards; }

.uc-pan--in .uc-bar:nth-of-type(2)  { animation-delay: .55s; }
.uc-pan--in .uc-bar:nth-of-type(3)  { animation-delay: .68s; }
.uc-pan--in .uc-bar:nth-of-type(4)  { animation-delay: .81s; }
.uc-pan--in .uc-bar:nth-of-type(5)  { animation-delay: .94s; }
.uc-pan--out .uc-bar:nth-of-type(2) { animation-delay: .70s; }
.uc-pan--out .uc-bar:nth-of-type(3) { animation-delay: .83s; }
.uc-pan--out .uc-bar:nth-of-type(4) { animation-delay: .96s; }
.uc-pan--out .uc-bar:nth-of-type(5) { animation-delay: 1.09s; }

@keyframes uc-grow {
  from { transform: scaleY(0); opacity: 0; }
  to   { transform: scaleY(1); opacity: 1; }
}

.uc-ledger-mark { fill: none; stroke: var(--v3-violet); stroke-width: 3.4; stroke-linecap: round; }

/* ── Content creators ─────────────────────────────────────────────────*/

.uc-play { fill: rgba(73, 65, 227, 0.16); }
.uc-play-mark { fill: var(--v3-violet); }

.uc-media .uc-play {
  transform-origin: 138px 150px;
  animation: uc-pulse 3s var(--v3-ease) 1.1s infinite;
}

.uc-pill--1 { fill: rgba(73, 65, 227, 0.16); }
.uc-pill--2 { fill: rgba(18, 180, 140, 0.2); }
.uc-pill--3 { fill: rgba(255, 0, 53, 0.16); }

.uc-stats rect {
  opacity: 0;
  animation: ha-tick-in .5s var(--v3-ease-out) forwards;
}

.uc-pill--1 { animation-delay: .85s; }
.uc-pill--2 { animation-delay: 1s; }
.uc-pill--3 { animation-delay: 1.15s; }

/* ── Videographers ────────────────────────────────────────────────────*/

.uc-clap-top > rect { fill: var(--v3-ink-strong); }
.uc-clap-stripe { fill: rgba(255, 255, 255, 0.9); }

.uc-clap-top {
  transform-origin: 44px 116px;
  animation: uc-clap 4s var(--v3-ease) 1.1s infinite;
}

@keyframes uc-clap {
  0%, 70%, 100% { transform: rotate(0deg); }
  8%            { transform: rotate(-16deg); }
  16%           { transform: rotate(0deg); }
}

.uc-rec { fill: rgba(255, 0, 53, 0.16); }
.uc-rec-mark { fill: var(--v3-red); }

.uc-rail { fill: rgba(255, 255, 255, 0.26); }

.uc-rail-fill {
  fill: rgba(18, 180, 140, 0.9);
  transform-origin: 268px 180px;
  animation: uc-fill 5s var(--v3-ease-out) .8s infinite;
}

@keyframes uc-fill {
  0%       { transform: scaleX(0); }
  60%, 88% { transform: scaleX(1); }
  100%     { transform: scaleX(0); }
}

.uc-stop circle { fill: #fff; }
.uc-stop-mark { fill: none; stroke: var(--v3-mint); stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.uc-stop { opacity: 0; animation: ha-tick-in .5s var(--v3-ease-out) forwards; }
.uc-stop--1 { animation-delay: 1s; }
.uc-stop--2 { animation-delay: 1.35s; }
.uc-stop--3 { animation-delay: 1.7s; }

/* ── Event planners ───────────────────────────────────────────────────*/

.uc-cal-head { fill: var(--v3-violet); }
.uc-cal-head-flat { fill: var(--v3-violet); }
.uc-cal-rings { fill: none; stroke: rgba(255, 255, 255, 0.85); stroke-width: 6; stroke-linecap: round; }
.uc-cell { fill: rgba(17, 20, 79, 0.09); }

.uc-cell--on {
  fill: var(--v3-red);
  transform-origin: 119px 189px;
  animation: uc-pulse 2.8s var(--v3-ease) 1.2s infinite;
}

.uc-stage-dot--violet { fill: var(--v3-violet); }
.uc-stage-dot--sky    { fill: var(--v3-sky); }
.uc-stage-dot--mint   { fill: var(--v3-mint); }

/* ── Digital agencies ─────────────────────────────────────────────────*/

.uc-cycle-track { fill: none; stroke: rgba(255, 255, 255, 0.22); stroke-width: 4; }

.uc-cycle-live {
  fill: none;
  stroke: rgba(18, 180, 140, 0.9);
  stroke-width: 4;
  stroke-linecap: round;
  stroke-dasharray: 135 405;
  transform-origin: 150px 180px;
  animation: uc-orbit 6s linear 1s infinite;
}

.uc-cycle-head circle {
  fill: #fff;
  transform-origin: 150px 180px;
  animation: uc-orbit 6s linear 1s infinite;
}

@keyframes uc-orbit {
  from { transform: rotate(-90deg); }
  to   { transform: rotate(270deg); }
}

.uc-face { fill: #fff; stroke: rgba(73, 65, 227, 0.35); stroke-width: 2.5; }
.uc-face--1 { fill: rgba(255, 255, 255, 0.95); }
.uc-face--2 { fill: rgba(237, 242, 250, 1); }
.uc-face--3 { fill: rgba(255, 255, 255, 0.95); }

.uc-repeat { fill: rgba(18, 180, 140, 0.22); }

/* ── Marketing agencies ───────────────────────────────────────────────*/

.uc-trend {
  fill: none;
  stroke: var(--v3-violet);
  stroke-width: 3.4;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 260;
  stroke-dashoffset: 260;
  animation: uc-trace 1.6s var(--v3-ease-out) .6s forwards;
}

@keyframes uc-trace {
  to { stroke-dashoffset: 0; }
}

.uc-tp { fill: var(--v3-violet); opacity: 0; animation: ha-tick-in .4s var(--v3-ease-out) forwards; }
.uc-tp--1 { animation-delay: .7s; }
.uc-tp--2 { animation-delay: .95s; }
.uc-tp--3 { animation-delay: 1.2s; }
.uc-tp--4 { animation-delay: 1.45s; }
.uc-tp--5 { animation-delay: 1.7s; fill: var(--v3-mint); }

.uc-passthru-mark { fill: none; stroke: var(--v3-sky); stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.uc-cost { fill: rgba(47, 134, 232, 0.26); }

/* ── Design agencies ──────────────────────────────────────────────────*/

.uc-board--2 > rect,
.uc-board--3 { opacity: .55; }

.uc-swatch--violet { fill: var(--v3-violet); }
.uc-swatch--mint   { fill: var(--v3-mint); }
.uc-swatch--rose   { fill: var(--v3-red); }
.uc-swatch--sky    { fill: var(--v3-sky); }

.uc-round circle { fill: #fff; }
.uc-round { opacity: 0; animation: ha-tick-in .5s var(--v3-ease-out) forwards; }
.uc-round--1 { animation-delay: .8s; }
.uc-round--2 { animation-delay: 1.05s; }
.uc-round--3 { animation-delay: 1.3s; }

.uc-sign-mark {
  fill: none;
  stroke: var(--v3-violet);
  stroke-width: 3.4;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 150;
  stroke-dashoffset: 150;
  animation: uc-trace 1.4s var(--v3-ease-out) 1.4s forwards;
}

.uc-brandbar { fill: var(--v3-violet); }

/* ── Non-profits ──────────────────────────────────────────────────────*/

.uc-heart {
  fill: var(--v3-red);
  transform-origin: 260px 78px;
  animation: uc-pulse 2.6s var(--v3-ease) 1s infinite;
}

.uc-fill--violet { fill: rgba(73, 65, 227, 0.32); }
.uc-fill--mint   { fill: rgba(18, 180, 140, 0.42); }
.uc-fill--sky    { fill: rgba(47, 134, 232, 0.34); }

.uc-fill--violet,
.uc-fill--mint,
.uc-fill--sky {
  transform-origin: center bottom;
  animation: uc-grow 1s var(--v3-ease-out) backwards;
}

.uc-bucket--1 .uc-fill { animation-delay: .8s; }
.uc-bucket--2 .uc-fill { animation-delay: .95s; }
.uc-bucket--3 .uc-fill { animation-delay: 1.1s; }

/* ── Responsive ───────────────────────────────────────────────────────*/

@media (max-width: 991.98px) {
  .icv3-ucart { width: min(480px, 100%); }
}

@media (max-width: 575.98px) {
  .icv3-ucart { width: min(380px, 100%); }
}

/* ══════════════════════════════════════════════════════════════════════
 * 22 — Product shot framing
 *
 * The screenshots are cropped to the application's panels, on the app's own
 * page background. Stripping that background was tried: the panels have
 * gaps between them, so a transparent shot let the section gradient through
 * in bands and read as a broken image rather than a floating product.
 *
 * They are also no longer square — each one is cropped to whatever the
 * screen actually occupies — so the frame sizes by width and lets the
 * height follow.
 * ═════════════════════════════════════════════════════════════════════ */

.icv3-phero__screen {
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 40px 90px rgba(9, 12, 48, 0.36);
  overflow: hidden;
}

.icv3-spot__img { border-radius: 12px; }

/* Wider than the old square crops, which is what the shots now are. */
.icv3-spot__shot { width: min(620px, 100%); }

@media (max-width: 991.98px) {
  .icv3-spot__shot { width: min(560px, 100%); }
}

@media (max-width: 575.98px) {
  .icv3-spot__shot { width: min(460px, 98%); }
}
