:root {
  --ink: #030607;
  --ink-soft: #172223;
  --muted: #526263;
  --line: #d7e5e2;
  --panel: #f5f8f8;
  --panel-strong: #e8fbf8;
  --accent: #5fffe3;
  --accent-dark: #087d72;
  --signal: #0c1112;
  --white: #ffffff;
  --text-dark: #e9f4f1;
  --muted-dark: #8fa3a0;
  --line-mint: rgba(95, 255, 227, 0.28);
  --grad: linear-gradient(90deg, #087d72 0%, #5fffe3 100%);
  --max: 1160px;
  --serif: Georgia, "Times New Roman", Times, serif;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --mono: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, monospace;
  --r: 12px;
  --r-sm: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--ink-soft);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a {
  color: inherit;
}

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 100;
  transform: translateY(-160%);
  background: var(--ink);
  color: var(--white);
  padding: 10px 14px;
  font-weight: 700;
  text-decoration: none;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px clamp(18px, 4vw, 54px);
  border-bottom: 1px solid rgba(215, 229, 226, 0.9);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(12px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: max-content;
  text-decoration: none;
}

.brand img {
  display: block;
  flex: 0 0 auto;
  width: 132px;
  height: auto;
}

.brand-copy {
  display: grid;
  gap: 1px;
}

.brand-mark {
  color: var(--ink);
  font-size: 1.45rem;
  font-weight: 760;
}

.brand-line {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 650;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  color: var(--muted);
  font-size: 0.9rem;
}

.nav a,
.nav-cta {
  text-decoration: none;
}

.nav a:hover,
.nav-cta:hover {
  color: var(--ink);
}

.nav-cta {
  border: 1px solid var(--ink);
  border-radius: 999px;
  background: var(--ink);
  color: var(--white);
  padding: 9px 18px;
  font-size: 0.88rem;
  font-weight: 700;
  transition: background .18s ease, border-color .18s ease, color .18s ease;
}

.nav-cta:hover {
  background: var(--accent);
  border-color: var(--accent);
  color: var(--ink);
}

.mobile-menu {
  display: none;
}

.hero {
  min-height: min(780px, calc(100svh - 132px));
  display: flex;
  align-items: center;
  padding: clamp(54px, 8vw, 92px) clamp(18px, 5vw, 70px);
  background:
    linear-gradient(90deg, rgba(3,6,7,.92) 0%, rgba(3,6,7,.78) 42%, rgba(3,6,7,.3) 74%, rgba(3,6,7,.08) 100%),
    url("assets/igen-hero-terrain.svg") center / cover no-repeat;
  background-color: var(--ink);
  border-bottom: 1px solid var(--line);
}

.hero-content {
  max-width: 730px;
}

.hero .eyebrow {
  color: var(--accent);
}

.hero h1 {
  color: var(--white);
}

.hero-copy {
  color: #d7e5e2 !important;
}

.hero .button.primary {
  background: var(--accent);
  color: var(--ink);
}

.hero .button.primary:hover {
  background: var(--white);
}

.hero .button.secondary {
  border-color: rgba(95, 255, 227, 0.4);
  background: rgba(3, 6, 7, 0.4);
  color: var(--white);
}

.hero .button.secondary:hover {
  border-color: var(--accent);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 16px;
  color: var(--accent-dark);
  font-family: var(--mono);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 22px;
  height: 2px;
  border-radius: 2px;
  background: var(--grad);
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  max-width: 760px;
  margin: 0;
  color: var(--ink);
  font-family: var(--serif);
  font-weight: 700;
  font-size: clamp(2.5rem, 5.6vw, 4.7rem);
  line-height: 1.02;
  letter-spacing: -0.012em;
}

h2 {
  margin: 0;
  color: var(--ink);
  font-family: var(--serif);
  font-weight: 700;
  font-size: clamp(1.8rem, 3.3vw, 2.9rem);
  line-height: 1.08;
  letter-spacing: -0.01em;
}

h3 {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: 1.08rem;
  line-height: 1.25;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 670px;
  margin: 26px 0 0;
  color: var(--ink-soft);
  font-size: 1.18rem;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 12px 22px;
  text-decoration: none;
  font-weight: 700;
  line-height: 1.2;
  transition: background .18s ease, color .18s ease, border-color .18s ease, transform .18s ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button.primary {
  background: var(--ink);
  color: var(--white);
}

.button.primary:hover {
  background: var(--accent);
  color: var(--ink);
}

.button.secondary {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.84);
  color: var(--ink);
}

.button.secondary:hover {
  border-color: #b8c7da;
}

a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid rgba(30, 107, 123, 0.34);
  outline-offset: 3px;
}

.section {
  padding: clamp(56px, 8vw, 98px) clamp(18px, 5vw, 70px);
}

.section > * {
  max-width: var(--max);
  margin-left: auto;
  margin-right: auto;
}

.section-heading {
  margin-bottom: 34px;
}

.section-heading.narrow {
  max-width: 820px;
}

.section-heading p,
.prose p,
.briefing-panel p,
.independence-section p,
.contact-section p {
  color: var(--muted);
  font-size: 1.04rem;
}

.audience-section,
.questions-section,
.insights-section {
  background: var(--panel);
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.audience-card,
.insight-list article,
.pathway article,
.proof-grid article,
.booking-steps article {
  border: 1px solid var(--line);
  background: var(--white);
  padding: 24px;
}

.audience-card p,
.insight-list p,
.pathway p,
.proof-grid p,
.booking-steps p {
  margin: 0;
  color: var(--muted);
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(26px, 5vw, 72px);
  align-items: start;
}

.prose p:first-child {
  margin-top: 0;
}

.advisory-section {
  background: var(--white);
}

.proof-section {
  background: var(--ink);
}

.proof-section h2,
.proof-section h3,
.proof-section .eyebrow {
  color: var(--white);
}

.proof-section .section-heading p,
.proof-grid p {
  color: #d7e5e2;
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.proof-grid article {
  background: #0c1112;
  border-color: rgba(95, 255, 227, 0.28);
}

.do-dont {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.do-dont > div {
  border: 1px solid var(--line);
  padding: 26px;
  background: var(--panel);
}

.agent-services-section {
  background: var(--ink);
}

.agent-services-section h2,
.agent-services-section h3,
.agent-services-section .eyebrow {
  color: var(--white);
}

.agent-services-section .section-heading p,
.agent-card p,
.agent-services-cta p {
  color: #d7e5e2;
}

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

.agent-card {
  display: flex;
  min-height: 260px;
  flex-direction: column;
  border: 1px solid rgba(95, 255, 227, 0.28);
  background: #0c1112;
  padding: 24px;
}

.service-number {
  display: inline-flex;
  width: max-content;
  margin-bottom: 16px;
  border-bottom: 2px solid var(--accent);
  color: var(--accent);
  font-size: 0.82rem;
  font-weight: 800;
}

.agent-category {
  margin: 0 0 10px;
  color: var(--accent) !important;
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.agent-card h3 {
  min-height: 54px;
}

.agent-card p:last-of-type {
  margin: 0 0 22px;
}

.agent-card a {
  margin-top: auto;
  color: var(--accent);
  font-weight: 800;
  text-decoration: none;
}

.agent-card a:hover {
  text-decoration: underline;
}

.agent-services-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 22px;
  border: 1px solid rgba(95, 255, 227, 0.28);
  background: rgba(12, 17, 18, 0.8);
  padding: 22px 24px;
}

.agent-services-cta p {
  max-width: 720px;
  margin: 0;
}

.agent-hero {
  min-height: min(640px, calc(100svh - 132px));
  display: flex;
  align-items: center;
  padding: clamp(58px, 8vw, 100px) clamp(18px, 5vw, 70px);
  background:
    linear-gradient(90deg, rgba(3, 6, 7, .96) 0%, rgba(3, 6, 7, .9) 48%, rgba(3, 6, 7, .55) 100%),
    url("assets/igen-hero-terrain.svg") center / cover no-repeat;
  background-color: var(--ink);
}

.agent-hero > * {
  max-width: var(--max);
  margin: 0 auto;
}

.agent-hero h1 {
  max-width: 860px;
  color: var(--white);
}

.agent-hero p {
  max-width: 760px;
  color: #d7e5e2;
  font-size: 1.13rem;
}

.agent-index-section {
  background: var(--panel);
}

.agent-index-section .section-heading p {
  max-width: 860px;
  color: var(--muted);
  font-size: 1.04rem;
}

.agent-jump-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.agent-jump-list a {
  border: 1px solid var(--line);
  background: var(--white);
  padding: 16px 18px;
  color: var(--ink);
  font-weight: 800;
  text-decoration: none;
}

.agent-jump-list a:hover {
  border-color: var(--accent);
  background: var(--panel-strong);
}

.agent-detail-section {
  display: grid;
  gap: 26px;
  background: var(--white);
}

.agent-detail {
  border: 1px solid var(--line);
  background: var(--white);
  padding: clamp(24px, 4vw, 42px);
  scroll-margin-top: 110px;
}

.agent-detail-heading {
  max-width: 870px;
  margin: 0 0 26px;
}

.agent-detail-heading p:last-child {
  color: var(--muted);
  font-size: 1.06rem;
}

.agent-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1.05fr);
  gap: 18px;
}

.agent-detail-grid > div {
  border-top: 4px solid var(--accent);
  background: var(--panel);
  padding: 22px;
}

.agent-detail-grid p,
.agent-detail-grid li {
  color: var(--muted);
}

.agent-detail-grid .button {
  margin-top: 14px;
}

ul {
  margin: 0;
  padding-left: 20px;
}

li + li {
  margin-top: 9px;
}

.question-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.question-list p {
  margin: 0;
  border-left: 4px solid var(--accent);
  background: var(--white);
  padding: 16px 18px;
  color: var(--ink);
  font-weight: 700;
}

.briefing-section {
  background: var(--panel);
}

.briefing-panel {
  border: 1px solid var(--line);
  background: var(--panel-strong);
  padding: clamp(28px, 5vw, 54px);
}

.briefing-panel ul {
  columns: 2;
  margin: 22px 0 28px;
}

.pathway {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.pathway span {
  display: block;
  margin-bottom: 16px;
  color: var(--accent-dark);
  font-size: 0.84rem;
  font-weight: 800;
}

.independence-section {
  background: var(--ink);
}

.independence-section h2,
.independence-section .eyebrow {
  color: var(--white);
}

.independence-section p {
  color: #d7e5e2;
}

.insight-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.booking-section {
  background: var(--ink);
}

.booking-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(24px, 5vw, 56px);
  align-items: start;
}

.booking-panel h2,
.booking-panel h3,
.booking-panel .eyebrow {
  color: var(--white);
}

.booking-panel p {
  color: #d7e5e2;
  font-size: 1.04rem;
}

.booking-steps {
  display: grid;
  gap: 12px;
}

.booking-steps article {
  background: #0c1112;
  border-color: rgba(95, 255, 227, 0.28);
}

.booking-steps span {
  display: block;
  margin-bottom: 10px;
  color: var(--accent);
  font-size: 0.84rem;
  font-weight: 800;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(28px, 5vw, 64px);
  background: var(--panel);
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  border: 1px solid var(--line);
  background: var(--white);
  padding: clamp(22px, 4vw, 34px);
}

label {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 760;
}

.optional {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 500;
}

.full {
  grid-column: 1 / -1;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid #c9d4e3;
  background: #fff;
  color: var(--ink);
  font: inherit;
  min-height: 44px;
  padding: 10px 11px;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  outline: 3px solid rgba(30, 107, 123, 0.18);
  border-color: var(--accent);
}

.hidden {
  display: none;
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.45;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 24px clamp(18px, 5vw, 70px);
  background: var(--ink);
  color: #d7e1ee;
  font-size: 0.88rem;
}

.site-footer p {
  margin: 0;
}

.site-footer a {
  margin-left: 12px;
  color: var(--accent);
  text-decoration: none;
}

.site-footer a:hover {
  text-decoration: underline;
}

.legal-page {
  background: var(--panel);
}

.legal-hero {
  padding: clamp(48px, 8vw, 86px) clamp(18px, 5vw, 70px);
  background: var(--ink);
  color: var(--white);
}

.legal-hero > *,
.legal-content {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.legal-hero h1 {
  color: var(--white);
}

.legal-hero p {
  max-width: 760px;
  color: #d7e5e2;
  font-size: 1.08rem;
}

.legal-content {
  padding: clamp(38px, 6vw, 70px) clamp(18px, 5vw, 70px);
}

.legal-content section {
  border-top: 1px solid var(--line);
  padding-top: 24px;
  margin-top: 24px;
}

.legal-content h2 {
  font-size: clamp(1.35rem, 2.2vw, 1.85rem);
}

.legal-content p,
.legal-content li {
  color: var(--muted);
}

.simple-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  background: var(--panel);
}

.thank-you {
  width: min(720px, calc(100vw - 36px));
  border: 1px solid var(--line);
  background: var(--white);
  padding: clamp(28px, 6vw, 52px);
}

.thank-you h1 {
  margin-top: 46px;
  font-size: clamp(2.3rem, 5vw, 4rem);
}

.thank-you p {
  color: var(--muted);
  font-size: 1.1rem;
}

@media (max-width: 920px) {
  .site-header {
    align-items: center;
    flex-direction: row;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .nav,
  .nav-cta {
    display: none;
  }

  .mobile-menu {
    position: relative;
    display: block;
    margin-left: auto;
  }

  .mobile-menu summary {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border: 1px solid var(--line);
    color: var(--ink);
    cursor: pointer;
    font-size: 1.35rem;
    list-style: none;
  }

  .mobile-menu summary::-webkit-details-marker {
    display: none;
  }

  .mobile-menu nav {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    display: grid;
    width: min(270px, calc(100vw - 36px));
    border: 1px solid var(--line);
    background: var(--white);
    box-shadow: 0 16px 36px rgba(11, 37, 69, 0.14);
  }

  .mobile-menu nav a {
    padding: 13px 16px;
    border-bottom: 1px solid var(--line);
    color: var(--ink);
    font-weight: 700;
    text-decoration: none;
  }

  .mobile-menu nav a:last-child {
    border-bottom: 0;
  }

  .hero {
    min-height: auto;
    padding-top: 72px;
    background:
      linear-gradient(90deg, rgba(3,6,7,.94) 0%, rgba(3,6,7,.86) 64%, rgba(3,6,7,.55) 100%),
      url("assets/igen-hero-terrain.svg") center / cover no-repeat;
    background-color: var(--ink);
  }

  .audience-grid,
  .agent-card-grid,
  .agent-detail-grid,
  .agent-jump-list,
  .do-dont,
  .pathway,
  .insight-list,
  .proof-grid,
  .booking-panel,
  .contact-section,
  .split-section {
    grid-template-columns: 1fr;
  }

  .question-list {
    grid-template-columns: 1fr;
  }

  .agent-services-cta {
    align-items: stretch;
    flex-direction: column;
  }
}

@media (max-width: 620px) {
  .brand-line {
    display: none;
  }

  .brand img {
    width: 36px;
    height: 36px;
  }

  .button-row {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .briefing-panel ul {
    columns: 1;
  }

  .contact-form {
    grid-template-columns: 1fr;
  }

  .site-footer {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

/* --- agent demo reel section --- */
.reel-section {
  background: var(--panel);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.reel-frame {
  max-width: 980px;
}

.reel-frame video {
  display: block;
  width: 100%;
  border-radius: 18px;
  border: 1px solid var(--line);
  box-shadow: 0 24px 60px rgba(3, 6, 7, 0.16);
  background: var(--ink);
}

/* ============================================================
   GRAPHICS UPGRADE — icons, chips, card depth, steppers, texture
   (Depth Field system: SPEC.md). Palette & logo unchanged.
   ============================================================ */

/* --- inline icon primitives --- */
.icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.ico {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* icon chip: rounded tile holding an icon */
.chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: linear-gradient(150deg, var(--panel-strong), #fff);
  color: var(--accent-dark);
}
.chip .ico { width: 25px; height: 25px; }

/* chips on dark surfaces glow mint */
.chip-dark {
  border: 1px solid var(--line-mint);
  background:
    radial-gradient(120% 120% at 30% 20%, rgba(95,255,227,0.14), rgba(95,255,227,0) 70%),
    #0a1112;
  color: var(--accent);
}

/* --- radius pass on existing surfaces --- */
.audience-card,
.insight-list article,
.pathway article,
.proof-grid article,
.booking-steps article,
.agent-card,
.do-dont > div,
.briefing-panel,
.question-list p,
.agent-jump-list a,
.agent-detail,
.agent-detail-grid > div,
.thank-you,
.contact-form,
input, select, textarea,
.agent-services-cta {
  border-radius: var(--r);
}
.mobile-menu summary { border-radius: var(--r-sm); }

/* --- light cards: lift + hover --- */
.audience-card,
.insight-list article,
.proof-grid article,
.pathway article,
.booking-steps article {
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.audience-card:hover,
.insight-list article:hover {
  transform: translateY(-3px);
  border-color: var(--accent-dark);
  box-shadow: 0 18px 40px rgba(8, 125, 114, 0.12);
}

/* --- Who We Help: heading with chip already; give cards a mint top hairline on hover --- */
.audience-card { position: relative; overflow: hidden; }
.audience-card::after {
  content: "";
  position: absolute; left: 0; top: 0; right: 0; height: 3px;
  background: var(--grad);
  transform: scaleX(0); transform-origin: left;
  transition: transform .25s ease;
}
.audience-card:hover::after { transform: scaleX(1); }

/* --- dark sections: add depth (glow + faint contour), keep flat-black feel subtle --- */
.proof-section,
.agent-services-section,
.booking-section,
.pilots-section,
.independence-section {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.proof-section::before,
.agent-services-section::before,
.booking-section::before,
.pilots-section::before,
.independence-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(80% 120% at 82% 12%, rgba(14,61,56,0.55), rgba(14,61,56,0) 60%),
    url("assets/igen-hero-terrain.svg") right center / cover no-repeat;
  opacity: 0.5;
  pointer-events: none;
}
.independence-section { text-align: left; }

/* thin gradient rule beneath dark-section eyebrows for structure */
.proof-section .section-heading,
.agent-services-section .section-heading,
.booking-panel > div:first-child { position: relative; }

/* --- agent cards: mint chip + arrow link --- */
.agent-card { position: relative; overflow: hidden; }
.agent-card::before {
  content: "";
  position: absolute; left: 0; top: 0; height: 100%; width: 3px;
  background: var(--grad);
  opacity: 0.0;
  transition: opacity .22s ease;
}
.agent-card:hover::before { opacity: 1; }
.agent-card {
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.agent-card:hover {
  transform: translateY(-3px);
  border-color: var(--line-mint);
  box-shadow: 0 20px 44px rgba(0,0,0,0.35);
}
.agent-card .service-number {
  position: absolute;
  top: 24px;
  right: 24px;
  margin: 0;
  border-bottom: 0;
  font-family: var(--mono);
  font-size: 0.78rem;
  opacity: 0.75;
}
.agent-card a::after {
  content: " \2192";
  transition: margin-left .18s ease;
}
.agent-card a:hover::after { margin-left: 4px; }

/* --- Why iGenAI proof grid: chips --- */
.proof-grid article { position: relative; }

/* --- do / dont icon lists --- */
.do-dont ul { list-style: none; padding-left: 0; }
.do-dont li {
  display: flex;
  gap: 11px;
  align-items: flex-start;
}
.do-dont li .ico { width: 20px; height: 20px; margin-top: 2px; }
.do-dont > div:first-child { border-top: 3px solid var(--accent-dark); }
.do-dont > div:last-child { border-top: 3px solid #c3cfcd; }
.do-yes { color: var(--accent-dark); }
.do-no { color: #9aa8a6; }
.do-dont h3 { display: flex; align-items: center; gap: 10px; }

/* --- numbered steppers: pathway + booking --- */
.pathway, .booking-steps { position: relative; }
.pathway article, .booking-steps article {
  position: relative;
  padding-top: 26px;
}
.pathway .step-num,
.booking-steps .step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px; height: 40px;
  margin: 0 0 14px;
  border-radius: 999px;
  border: 1.5px solid var(--accent-dark);
  color: var(--accent-dark);
  font-family: var(--mono);
  font-weight: 600;
  font-size: 0.9rem;
  line-height: 1;
  background: #fff;
}
.booking-steps .step-num {
  border-color: var(--accent);
  color: var(--accent);
  background: #0a1112;
}

/* connector line behind the desktop pathway row */
@media (min-width: 921px) {
  .pathway::before {
    content: "";
    position: absolute;
    top: 46px; left: 8%; right: 8%;
    height: 2px;
    background: linear-gradient(90deg, rgba(8,125,114,0.25), rgba(95,255,227,0.55));
    z-index: 0;
  }
  .pathway article { z-index: 1; }
}

/* --- questions: node + gradient bar --- */
.question-list p {
  position: relative;
  border-left: 0;
  padding-left: 34px;
  transition: transform .16s ease, box-shadow .16s ease;
}
.question-list p::before {
  content: "";
  position: absolute; left: 0; top: 0; bottom: 0; width: 4px;
  border-radius: 4px;
  background: var(--grad);
}
.question-list p::after {
  content: "";
  position: absolute; left: 14px; top: 50%; width: 7px; height: 7px;
  margin-top: -3.5px; border-radius: 50%;
  background: var(--accent-dark);
}
.question-list p:hover {
  transform: translateX(3px);
  box-shadow: 0 10px 26px rgba(8,125,114,0.10);
}

/* --- section heading: chip sits above eyebrow when present --- */
.section-heading .chip { margin-bottom: 20px; }

/* --- footer: small brand chip line --- */
.site-footer { border-top: 1px solid var(--line-mint); }

/* --- reel frame: gradient hairline frame --- */
.reel-frame { position: relative; }

/* --- respect reduced motion --- */
@media (prefers-reduced-motion: reduce) {
  .button, .audience-card, .insight-list article, .agent-card,
  .question-list p, .agent-card a::after { transition: none; }
  .button:hover, .audience-card:hover, .agent-card:hover { transform: none; }
}

/* agent-services detail headings: chip on its own line above the number */
.agent-detail-heading .chip { display: flex; }
.agent-detail-heading .service-number { margin-top: 2px; }

/* agent-hero buttons: match home hero treatment on dark ground */
.agent-hero .button.primary {
  background: var(--accent);
  color: var(--ink);
}
.agent-hero .button.primary:hover { background: var(--white); }
.agent-hero .button.secondary {
  border-color: rgba(95, 255, 227, 0.4);
  background: rgba(3, 6, 7, 0.4);
  color: var(--white);
}
.agent-hero .button.secondary:hover { border-color: var(--accent); }

/* light-surface detail pages: teal (not mint) captions + numbers per SPEC rule 6 */
.agent-detail .agent-category { color: var(--accent-dark) !important; }
.agent-detail .service-number { color: var(--accent-dark); border-color: var(--accent-dark); }

/* ============================================================
   SECTOR WEDGE UPDATE — 7-industry grid + Where We Start pilots
   ============================================================ */

/* 7-industry audience grid: 4-up on desktop */
.audience-grid.seven {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.audience-grid.seven .audience-card {
  padding: 22px;
  display: flex;
  flex-direction: column;
}
.audience-grid.seven .audience-card h3 { font-size: 1.02rem; }
.audience-grid.seven .audience-card p { font-size: 0.92rem; }
.audience-grid.seven .chip {
  width: 42px; height: 42px;
  margin-bottom: 14px;
}

.wedge-tag {
  margin: 14px 0 0 !important;
  padding-top: 12px;
  border-top: 1px solid var(--line);
  color: var(--accent-dark) !important;
  font-family: var(--mono);
  font-size: 0.7rem !important;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: auto !important;
}
a.wedge-tag:hover { color: var(--ink) !important; }

.audience-card-cta {
  background: var(--panel-strong);
  border-color: rgba(8, 125, 114, 0.35);
}

/* Where We Start — dark pilots section */
.pilots-section {
  background: var(--ink);
}
.pilots-section h2,
.pilots-section .eyebrow { color: var(--white); }
.pilots-section .section-heading p { color: #d7e5e2; }

.pilot-list {
  display: grid;
  gap: 10px;
}
.pilot-row {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr) 260px;
  gap: 20px;
  align-items: center;
  border: 1px solid var(--line-mint);
  border-radius: var(--r);
  background: #0c1112;
  padding: 18px 22px;
  transition: transform .16s ease, border-color .16s ease;
}
.pilot-row:hover {
  transform: translateX(3px);
  border-color: rgba(95, 255, 227, 0.55);
}
.pilot-sector {
  margin: 0;
  color: var(--accent);
  font-family: var(--mono);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.pilot-row h3 {
  margin: 0 0 4px;
  color: var(--white);
  font-size: 1.02rem;
}
.pilot-row div > p {
  margin: 0;
  color: #d7e5e2;
  font-size: 0.92rem;
}
.pilot-metric {
  margin: 0;
  color: var(--muted-dark);
  font-family: var(--mono);
  font-size: 0.72rem;
  line-height: 1.5;
}
.pilots-cta { margin-top: 22px; }

@media (max-width: 1080px) {
  .audience-grid.seven { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 920px) {
  .pilot-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .pilot-metric { padding-top: 4px; }
}
@media (max-width: 560px) {
  .audience-grid.seven { grid-template-columns: 1fr; }
}

/* featured full-width agent card (AI Opportunity Survey) */
.agent-card-featured {
  grid-column: 1 / -1;
  flex-direction: row;
  align-items: center;
  gap: 26px;
  min-height: 0;
  background:
    radial-gradient(90% 160% at 8% 0%, rgba(95,255,227,0.10), rgba(95,255,227,0) 55%),
    #0c1112;
}
.agent-card-featured .chip { margin-bottom: 0; flex: 0 0 auto; }
.agent-card-featured > div { flex: 1; }
.agent-card-featured h3 { min-height: 0; margin-bottom: 6px; }
.agent-card-featured p:last-of-type { margin: 0; }
.agent-card-featured .button { flex: 0 0 auto; }
@media (max-width: 920px) {
  .agent-card-featured { flex-direction: column; align-items: flex-start; }
}
