/* Phase-3 sector page — ported from industry_design/website-industry/project/sector.css */

/* The page is white-on-stone like the rest of the site shell */
.sector-page { background: var(--rmai-bg); }

/* density tuning driven by tweaks */
.sector-page[data-density="compact"] { --sec-pad: 48px; }
.sector-page[data-density="comfortable"] { --sec-pad: 80px; }
.sector-page { --sec-pad: 64px; }

/* -----------------------------------------------
   Hero — answer-first
   ----------------------------------------------- */
.sec-hero {
  padding: 56px 0 40px;
  border-bottom: 1px solid var(--rmai-border);
}
.sec-hero .freshness {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 28px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  color: var(--rmai-fg-mut);
  flex-wrap: wrap;
}
.sec-hero .freshness .updated { color: var(--rmai-fg-2); }
.sec-hero .freshness .author {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.sec-hero .freshness .author .av {
  width: 22px; height: 22px; border-radius: 999px;
  background: var(--rmai-lavender);
  display: inline-flex; align-items: center; justify-content: center;
  font-family: 'Epilogue', sans-serif; font-weight: 700; font-size: 10px;
  color: var(--rmai-purple, #A77ACD);
}

/* the entity-named, extractable definition block */
.answer-block {
  margin-top: 24px;
  max-width: 64ch;
  padding: 22px 26px;
  background: var(--rmai-white);
  border: 1px solid var(--rmai-border);
  border-left: 3px solid var(--rmai-purple, #A77ACD);
  border-radius: 6px;
}
.answer-block .lab {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--rmai-fg-mut);
  margin-bottom: 8px;
}
.answer-block p {
  font-size: 18px;
  line-height: 1.55;
  color: var(--rmai-fg-1);
}
.answer-block strong { color: var(--rmai-purple, #A77ACD); font-weight: 600; }

/* Hero row: "In one line" on the left, the canonical app featured on the right */
.rmai-hero-row {
  display: flex;
  gap: 32px;
  align-items: flex-start;
  margin-top: 24px;
  flex-wrap: wrap;
}
.rmai-hero-row .answer-block { margin-top: 0; flex: 1 1 56ch; }

.rmai-hero-feature {
  flex: 0 0 320px;
  display: block;
  background: var(--rmai-white);
  border: 1px solid var(--rmai-border);
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none;
  transition: border-color 180ms cubic-bezier(0.4, 0, 0.2, 1);
}
.rmai-hero-feature:hover { border-color: #c8c8cd; }
.rmai-hero-feature__title {
  display: block;
  padding: 16px 18px 10px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.25;
  color: var(--rmai-fg-1);
  text-decoration: none;
}
.rmai-hero-feature:hover .rmai-hero-feature__title { color: var(--rmai-purple, #A77ACD); }
.rmai-hero-feature__media {
  display: block;
  aspect-ratio: 16 / 10;
  background: var(--rmai-stone);
  border-top: 1px solid var(--rmai-border);
  overflow: hidden;
}
.rmai-hero-feature__media a,
.rmai-hero-feature__media .rmai-app-card__media-link { display: block; height: 100%; }
.rmai-hero-feature__media video,
.rmai-hero-feature__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.rmai-hero-feature__tag {
  display: block;
  padding: 10px 18px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  color: var(--rmai-purple, #A77ACD);
  text-decoration: none;
  border-top: 1px solid var(--rmai-border);
}
@media (max-width: 860px) {
  .rmai-hero-row { flex-direction: column; }
  .rmai-hero-feature { flex-basis: auto; width: 100%; max-width: 420px; }
}

/* value proposition framing */
.value-prop {
  margin-top: 30px;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.25;
  max-width: 22ch;
  color: var(--rmai-fg-1);
}
.value-prop .hl { color: var(--rmai-purple, #A77ACD); }

.value-prop.is-banner {
  max-width: none;
  background: var(--rmai-lavender);
  border-radius: 10px;
  padding: 28px 32px;
  font-size: 28px;
}

/* -----------------------------------------------
   Sticky jump-nav (tab-styled, all content in DOM)
   ----------------------------------------------- */
.jump-nav {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(250,250,250,0.94);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--rmai-border);
}
.jump-nav .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  align-items: center;
  gap: 4px;
  overflow-x: auto;
  scrollbar-width: none;
}
.jump-nav .inner::-webkit-scrollbar { display: none; }
.jump-link {
  position: relative;
  padding: 16px 14px;
  font-size: 14px;
  font-weight: 500;
  color: var(--rmai-fg-2);
  white-space: nowrap;
  transition: color 160ms cubic-bezier(0.4,0,0.2,1);
}
.jump-link .idx {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  color: var(--rmai-fg-mut);
  margin-right: 6px;
}
.jump-link:hover { color: var(--rmai-fg-1); }
.jump-link.is-active { color: var(--rmai-fg-1); font-weight: 600; }

/* nav style: underline (default) */
.jump-nav[data-navstyle="underline"] .jump-link.is-active::after {
  content: '';
  position: absolute;
  left: 14px; right: 14px; bottom: 0;
  height: 2px;
  background: var(--rmai-purple, #A77ACD);
}
/* nav style: pills */
.jump-nav[data-navstyle="pills"] .inner { gap: 6px; padding-top: 10px; padding-bottom: 10px; }
.jump-nav[data-navstyle="pills"] .jump-link {
  padding: 7px 14px;
  border-radius: 999px;
  border: 1px solid transparent;
}
.jump-nav[data-navstyle="pills"] .jump-link.is-active {
  background: var(--rmai-fg-1);
  color: #fff;
}
.jump-nav[data-navstyle="pills"] .jump-link.is-active .idx { color: rgba(255,255,255,0.6); }
.jump-nav[data-navstyle="pills"] .jump-link:hover { border-color: var(--rmai-border); }
.jump-nav[data-navstyle="pills"] .jump-link.is-active:hover { border-color: var(--rmai-fg-1); }

/* -----------------------------------------------
   Generic section scaffold
   ----------------------------------------------- */
.sec {
  padding: var(--sec-pad) 0;
  border-top: 1px solid var(--rmai-border);
  scroll-margin-top: 54px;
}
.sec:nth-of-type(even) { background: var(--rmai-white); }
.sec-head {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 64px;
  align-items: start;
}
.sec-kicker {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--rmai-purple, #A77ACD);
  position: sticky;
  top: 78px;
}
.sec-kicker .n {
  font-family: 'JetBrains Mono', monospace;
  display: block;
  font-size: 12px;
  color: var(--rmai-fg-mut);
  letter-spacing: 0.04em;
  margin-bottom: 8px;
}
.sec-body { min-width: 0; }
.sec-body > h2 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.18;
  max-width: 20ch;
}
.sec-body > .answer-lead {
  font-size: 18px;
  line-height: 1.6;
  color: var(--rmai-fg-1);
  margin-top: 18px;
  max-width: 60ch;
}
.sec-body > .answer-lead .ent { font-weight: 600; }

@media (max-width: 860px) {
  .sec-head { grid-template-columns: 1fr; gap: 16px; }
  .sec-kicker { position: static; }
}

/* -----------------------------------------------
   Problem / situation list
   ----------------------------------------------- */
.problem-grid {
  margin-top: 28px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.problem {
  background: var(--rmai-white);
  border: 1px solid var(--rmai-border);
  border-radius: 10px;
  padding: 22px 24px;
}
.sec:nth-of-type(even) .problem { background: var(--rmai-bg); }
.problem .stat {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--rmai-fg-1);
  line-height: 1;
}
.problem .stat .u { font-size: 14px; color: var(--rmai-fg-mut); font-weight: 500; margin-left: 4px; }
.problem h3 { font-size: 16px; font-weight: 600; margin-top: 14px; line-height: 1.3; }
.problem p { font-size: 14px; color: var(--rmai-fg-2); line-height: 1.55; margin-top: 8px; }
.problem .src {
  margin-top: 12px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  color: var(--rmai-fg-mut);
}

/* -----------------------------------------------
   Value / outcomes cards
   ----------------------------------------------- */
.outcome-grid {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.outcome {
  background: var(--rmai-white);
  border: 1px solid var(--rmai-border);
  border-radius: 10px;
  padding: 24px;
}
.sec:nth-of-type(even) .outcome { background: var(--rmai-bg); }
.outcome .big {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1;
  color: var(--rmai-purple, #A77ACD);
}
.outcome .big .u { font-size: 18px; color: var(--rmai-fg-mut); margin-left: 4px; font-weight: 500; }
.outcome .cap { font-size: 14px; color: var(--rmai-fg-1); margin-top: 12px; font-weight: 600; }
.outcome .sub { font-size: 13px; color: var(--rmai-fg-2); margin-top: 6px; line-height: 1.5; }

/* -----------------------------------------------
   Proof — quotable case-study result
   ----------------------------------------------- */
.proof {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 24px;
  align-items: stretch;
}
.proof .quote {
  background: var(--rmai-fg-1);
  color: #fff;
  border-radius: 12px;
  padding: 36px 38px;
  display: flex;
  flex-direction: column;
}
.proof .quote .mark { font-size: 48px; line-height: 0.6; color: var(--rmai-purple, #A77ACD); font-family: Georgia, serif; }
.proof .quote blockquote {
  font-size: 23px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.01em;
  margin-top: 16px;
}
.proof .quote .who {
  margin-top: auto;
  padding-top: 26px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  color: #B7B7BA;
}
.proof .metric {
  background: var(--rmai-lavender);
  border-radius: 12px;
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.proof .metric .big {
  font-size: 56px;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--rmai-purple, #A77ACD);
  line-height: 1;
}
.proof .metric .cap { font-size: 15px; color: var(--rmai-fg-1); margin-top: 14px; line-height: 1.4; font-weight: 600; }
.proof .metric .link {
  margin-top: 20px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  color: var(--rmai-purple, #A77ACD);
}

/* -----------------------------------------------
   FAQ — accordion, default-open, all in DOM
   ----------------------------------------------- */
.faq {
  margin-top: 24px;
  border-top: 1px solid var(--rmai-border);
}
.faq .q {
  border-bottom: 1px solid var(--rmai-border);
}
.faq .q-head {
  width: 100%;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 4px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.005em;
  color: var(--rmai-fg-1);
  line-height: 1.35;
}
.faq .q-head .ico {
  flex-shrink: 0;
  width: 22px; height: 22px;
  position: relative;
  color: var(--rmai-purple, #A77ACD);
}
.faq .q-head .ico::before,
.faq .q-head .ico::after {
  content: '';
  position: absolute;
  background: currentColor;
  transition: transform 200ms cubic-bezier(0.4,0,0.2,1);
}
.faq .q-head .ico::before { left: 0; right: 0; top: 50%; height: 2px; transform: translateY(-50%); }
.faq .q-head .ico::after { top: 0; bottom: 0; left: 50%; width: 2px; transform: translateX(-50%); }
.faq .q.open .q-head .ico::after { transform: translateX(-50%) scaleY(0); }
.faq .q-ans {
  font-size: 16px;
  line-height: 1.62;
  color: var(--rmai-fg-1);
  max-width: 68ch;
  overflow: hidden;
  transition: max-height 240ms cubic-bezier(0.4,0,0.2,1), opacity 200ms, padding 240ms;
}
.faq .q:not(.open) .q-ans { max-height: 0; opacity: 0; padding-bottom: 0; }
.faq .q.open .q-ans { max-height: 420px; opacity: 1; padding-bottom: 24px; }
.faq .q-ans .ent { font-weight: 600; }

/* -----------------------------------------------
   ROI — mini calculator + benchmark table
   ----------------------------------------------- */
.roi {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: start;
}
.roi-calc {
  background: var(--rmai-white);
  border: 1px solid var(--rmai-border);
  border-radius: 12px;
  padding: 28px 30px;
}
.sec:nth-of-type(even) .roi-calc { background: var(--rmai-bg); }
.roi-calc .lab {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--rmai-fg-mut);
}
.roi-field { margin-top: 18px; }
.roi-field:first-of-type { margin-top: 22px; }
.roi-field .flabel {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: 14px;
  color: var(--rmai-fg-1);
  font-weight: 500;
  margin-bottom: 8px;
}
.roi-field .flabel .v {
  font-family: 'JetBrains Mono', monospace;
  font-size: 13px;
  font-weight: 600;
  color: var(--rmai-purple, #A77ACD);
}
.roi-field input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 4px;
  border-radius: 999px;
  background: var(--rmai-border);
  outline: none;
}
.roi-field input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px; height: 18px;
  border-radius: 999px;
  background: var(--rmai-purple, #A77ACD);
  cursor: pointer;
  border: 3px solid var(--rmai-white);
  box-shadow: 0 0 0 1px var(--rmai-border);
}
.roi-field input[type="range"]::-moz-range-thumb {
  width: 18px; height: 18px;
  border-radius: 999px;
  background: var(--rmai-purple, #A77ACD);
  cursor: pointer;
  border: 3px solid var(--rmai-white);
}
.roi-result {
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px solid var(--rmai-border);
}
.roi-result .big {
  font-size: 42px;
  font-weight: 700;
  letter-spacing: -0.025em;
  color: var(--rmai-fg-1);
  line-height: 1;
}
.roi-result .big .ccy { font-size: 18px; color: var(--rmai-fg-mut); font-weight: 500; }
.roi-result .note { font-size: 13px; color: var(--rmai-fg-2); margin-top: 8px; line-height: 1.5; }

.roi-bench {
  background: var(--rmai-white);
  border: 1px solid var(--rmai-border);
  border-radius: 12px;
  overflow: hidden;
}
.sec:nth-of-type(even) .roi-bench { background: var(--rmai-bg); }
.roi-bench .bench-head {
  padding: 18px 24px;
  border-bottom: 1px solid var(--rmai-border);
  font-size: 14px;
  font-weight: 600;
}
.roi-bench .bench-head .sub {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  color: var(--rmai-fg-mut);
  font-weight: 400;
  margin-top: 4px;
  letter-spacing: 0.04em;
}
.roi-bench table { width: 100%; border-collapse: collapse; }
.roi-bench th, .roi-bench td {
  text-align: left;
  padding: 13px 24px;
  font-size: 14px;
  border-bottom: 1px solid var(--rmai-border);
}
.roi-bench th {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--rmai-fg-mut);
  font-weight: 500;
}
.roi-bench td:not(:first-child),
.roi-bench th:not(:first-child) { text-align: right; font-variant-numeric: tabular-nums; }
.roi-bench tr:last-child td { border-bottom: none; }
.roi-bench td.before { color: var(--rmai-fg-2); }
.roi-bench td.after { color: var(--rmai-purple, #A77ACD); font-weight: 600; }
.roi-bench .first { color: var(--rmai-fg-1); font-weight: 500; }

/* -----------------------------------------------
   Demos — supporting, lighter
   ----------------------------------------------- */
.demos-note {
  margin-top: 18px;
  font-size: 14px;
  color: var(--rmai-fg-2);
  font-style: italic;
  max-width: 60ch;
}
.demo-lite {
  margin-top: 24px;
  background: var(--rmai-white);
  border: 1px solid var(--rmai-border);
  border-radius: 12px;
  overflow: hidden;
}
.sec:nth-of-type(even) .demo-lite { background: var(--rmai-bg); }
.demo-lite .strip {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 18px;
  border-bottom: 1px solid var(--rmai-border);
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  color: var(--rmai-fg-2);
}
.demo-lite .strip .dots { display: flex; gap: 6px; }
.demo-lite .strip .dots span { width: 9px; height: 9px; border-radius: 999px; background: #d6d3d0; }
.demo-lite .strip .open { margin-left: auto; color: var(--rmai-purple, #A77ACD); font-family: 'Epilogue', sans-serif; font-weight: 600; font-size: 12px; }
.demo-lite .strip .stamp {
  background: rgba(26,27,37,0.08);
  color: var(--rmai-fg-mut);
  padding: 2px 8px;
  border-radius: 3px;
  letter-spacing: 0.04em;
}

.demo-cards {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

/* -----------------------------------------------
   Prompts — sector-specific prompt library
   ----------------------------------------------- */
.prompt-grid {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.prompt {
  background: var(--rmai-white);
  border: 1px solid var(--rmai-border);
  border-radius: 10px;
  padding: 18px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sec:nth-of-type(even) .prompt { background: var(--rmai-bg); }
.prompt .p-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.prompt .p-tag {
  font-family: 'JetBrains Mono', monospace;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--rmai-purple, #A77ACD);
}
.prompt .copy {
  font-family: 'JetBrains Mono', monospace;
  font-size: 14px;
  color: var(--rmai-fg-mut);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border: 1px solid var(--rmai-border);
  border-radius: 6px;
  cursor: pointer;
  transition: all 160ms cubic-bezier(0.4,0,0.2,1);
}
.prompt .copy:hover { border-color: var(--rmai-fg-1); color: var(--rmai-fg-1); }
.prompt .copy.done { color: var(--rmai-green); border-color: var(--rmai-green); }
.prompt .p-text {
  font-family: 'JetBrains Mono', monospace;
  font-size: 14px;
  line-height: 1.55;
  color: var(--rmai-fg-1);
}
/* Prompts are the high-value "try it now" surface — give the heading more weight. */
#prompts .sec-body > h2 { font-size: 36px; }

/* -----------------------------------------------
   Service links
   ----------------------------------------------- */
.svc-list {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.svc {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 20px 24px;
  background: var(--rmai-white);
  border: 1px solid var(--rmai-border);
  border-radius: 10px;
  /* .svc is an <a> in the services section — kill the inherited link underline
     and colour so the card reads as a card, not a giant underlined link. */
  text-decoration: none;
  color: inherit;
  transition: all 180ms cubic-bezier(0.4,0,0.2,1);
}
.sec:nth-of-type(even) .svc { background: var(--rmai-bg); }
a.svc:hover, .svc:hover { border-color: #c8c8cd; transform: translateY(-1px); }
a.svc:hover .t { color: var(--rmai-purple, #A77ACD); }
.svc .code {
  flex-shrink: 0;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  font-weight: 600;
  color: var(--rmai-purple, #A77ACD);
  background: var(--rmai-lavender);
  padding: 6px 10px;
  border-radius: 6px;
}
.svc .svc-b { flex: 1; min-width: 0; }
/* title + desc must stack — they are inline <span>s, so force block flow or they
   run together as one line (the "long underlined run-on" bug). */
.svc .svc-b .t { display: block; font-size: 16px; font-weight: 600; line-height: 1.3; }
.svc .svc-b .d { display: block; font-size: 13px; color: var(--rmai-fg-2); margin-top: 4px; line-height: 1.45; }
.svc .arrow { color: var(--rmai-purple, #A77ACD); font-size: 16px; flex-shrink: 0; }

/* credibility footer line */
.cred-foot {
  margin-top: 28px;
  padding: 22px 26px;
  background: var(--rmai-stone);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.cred-foot .compare {
  font-size: 15px;
  font-weight: 600;
  color: var(--rmai-fg-1);
}
.cred-foot .compare a { color: var(--rmai-purple, #A77ACD); text-decoration: underline; text-underline-offset: 2px; }
.cred-foot .meta {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  color: var(--rmai-fg-mut);
  display: flex;
  align-items: center;
  gap: 10px;
}

/* -----------------------------------------------
   CTA strip
   ----------------------------------------------- */
/* CTA strip — adapted from the prototype's base styles.css (the design's CTA lives there, not sector.css) */
.cta-strip {
  margin-top: 0;
  padding: 56px 0;
  background: var(--rmai-fg-1);
  color: var(--rmai-white);
}
.cta-strip .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
}
.cta-strip h3 {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.2;
  max-width: 22ch;
}
.cta-strip p {
  font-size: 15px;
  color: #B7B7BA;
  margin-top: 8px;
  max-width: 50ch;
}

@media (max-width: 860px) {
  .problem-grid, .outcome-grid, .roi, .proof, .prompt-grid, .svc-list, .demo-cards {
    grid-template-columns: 1fr;
  }
  .value-prop { font-size: 22px; }
  .sec-body > h2 { font-size: 24px; }
}

/* Base utilities the V3 markup uses, scoped to .sector-page (the prototype's global styles.css provided these unscoped) */
.sector-page .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
}
.sector-page .eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--rmai-purple, #A77ACD);
}
.sector-page .h1-page {
  font-size: 44px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--rmai-fg-1);
}
.sector-page .lead {
  font-size: 19px;
  line-height: 1.55;
  color: var(--rmai-fg-2);
  max-width: 60ch;
}
.sector-page .stat-row {
  display: flex;
  gap: 32px;
  margin-top: 32px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  color: var(--rmai-fg-2);
  flex-wrap: wrap;
}
.sector-page .stat-row .item { display: flex; align-items: baseline; gap: 6px; }
.sector-page .stat-row .item .n { font-size: 18px; font-weight: 600; color: var(--rmai-fg-1); font-family: 'Epilogue', sans-serif; }
.sector-page .stat-row .sep { color: var(--rmai-border); }
.sector-page .btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 600;
  padding: 12px 22px;
  border-radius: 6px;
  transition: all 180ms cubic-bezier(0.4,0,0.2,1);
  white-space: nowrap;
}
.sector-page .btn--cta { background: var(--rmai-orange); color: #fff; }
.sector-page .btn--cta:hover { background: #DA5939; }
.sector-page .btn--secondary { background: #fff; color: var(--rmai-fg-1); border: 1px solid var(--rmai-border); }
.sector-page .btn--secondary:hover { border-color: var(--rmai-fg-1); }

/* Cross-listed apps divider on sector pages (#45). */
.sector-page .rmai-also-useful {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 28px 0 16px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #8D8D92;
}
.sector-page .rmai-also-useful::after {
  content: '';
  flex: 1;
  height: 1px;
  background: rgba(255,255,255,0.14);
}
