:root {
  --nyt-serif: nyt-imperial, nyt-cheltenham, 'Iowan Old Style', 'Palatino Linotype', 'Book Antiqua', Georgia, 'Times New Roman', serif;
  --nyt-sans: nyt-franklin, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

body {
  background: #f5f5f5;
  color: #111111;
}

.ambient {
  display: none;
}

.article-main {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  padding-top: clamp(5.5rem, 24vh, 13rem);
  padding-bottom: 1.1rem;
  width: min(840px, calc(100% - 2rem));
  margin-inline: auto;
}

.article-card {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: clamp(1rem, 2.8vw, 1.45rem) 0;
  display: grid;
  gap: 0.82rem;
  font-family: var(--nyt-serif);
}

.back-link {
  width: fit-content;
  color: var(--accent-2);
  text-decoration: none;
  border-bottom: 1px solid rgba(92, 184, 255, 0.56);
  font-size: 0.88rem;
  font-family: var(--nyt-sans);
  letter-spacing: 0.01em;
}

.back-link:hover,
.back-link:focus-visible {
  border-bottom-color: rgba(92, 184, 255, 0.92);
}

.post-top-meta {
  margin: 0;
  font-family: var(--nyt-sans);
  letter-spacing: 0.01em;
  color: #555555;
  font-size: 0.9rem;
}

.article-card h1 {
  margin: 0;
  font-size: clamp(2.5rem, 6vw, 4.1rem);
  line-height: 1.02;
  font-family: var(--nyt-serif);
  font-weight: 700;
  letter-spacing: -0.018em;
  color: #111111;
}

.post-excerpt {
  margin: 0;
  font-size: 1.22rem;
  line-height: 1.54;
  font-family: var(--nyt-serif);
  color: #1f1f1f;
}

.article-body {
  display: grid;
  gap: 0.94rem;
}

.article-body h2,
.article-body h3 {
  margin: 1.2rem 0 0.3rem;
  line-height: 1.16;
  font-family: var(--nyt-serif);
  font-weight: 700;
  letter-spacing: -0.008em;
  color: #111111;
}

.article-body p,
.article-body li {
  margin: 0;
  color: #1b1b1b;
  line-height: 1.78;
  font-family: var(--nyt-serif);
  font-size: 1.19rem;
  max-width: 100%;
  overflow-wrap: break-word;
  word-break: normal;
  hyphens: none;
}

.article-body ul {
  margin: 0;
  padding-left: 1.3rem;
}

.article-body li + li {
  margin-top: 0.42rem;
}

.article-actions {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.article-actions .button {
  min-width: 210px;
}

@media (max-width: 1000px) {
  .article-main {
    padding-top: clamp(4rem, 18vh, 8rem);
  }
}

.sector-landing {
  --sector-accent: #4d83ff;
  --sector-accent-strong: #2856d9;
  --sector-accent-soft: rgba(77, 131, 255, 0.16);
  --sector-ink: #12305d;
  width: min(1220px, calc(100% - 2rem));
  margin: 0 auto;
  padding-top: clamp(5rem, 18vh, 9rem);
  padding-bottom: 2rem;
  display: grid;
  gap: 1rem;
  font-family: var(--nyt-sans);
}

.sector-landing--health {
  --sector-accent: #1fb89d;
  --sector-accent-strong: #14856f;
  --sector-accent-soft: rgba(31, 184, 157, 0.16);
  --sector-ink: #0f4b40;
}

.sector-landing--sales {
  --sector-accent: #ff7a45;
  --sector-accent-strong: #d35421;
  --sector-accent-soft: rgba(255, 122, 69, 0.16);
  --sector-ink: #6b2b12;
}

.sector-landing--marketing {
  --sector-accent: #ff6b7d;
  --sector-accent-strong: #d94462;
  --sector-accent-soft: rgba(255, 107, 125, 0.16);
  --sector-ink: #5f1f30;
}

.sector-landing--support {
  --sector-accent: #57a7ff;
  --sector-accent-strong: #2f72d7;
  --sector-accent-soft: rgba(87, 167, 255, 0.16);
  --sector-ink: #173c72;
}

.sector-landing--routine {
  --sector-accent: #7a8cff;
  --sector-accent-strong: #4f5fdd;
  --sector-accent-soft: rgba(122, 140, 255, 0.16);
  --sector-ink: #27357b;
}

.sector-landing--line {
  --sector-accent: #f0a13c;
  --sector-accent-strong: #c27714;
  --sector-accent-soft: rgba(240, 161, 60, 0.16);
  --sector-ink: #6a4212;
}

.sector-landing--logistics {
  --sector-accent: #3da2c8;
  --sector-accent-strong: #1e7295;
  --sector-accent-soft: rgba(61, 162, 200, 0.16);
  --sector-ink: #16485c;
}

.sector-landing--policy {
  --sector-accent: #8d77ff;
  --sector-accent-strong: #5d46da;
  --sector-accent-soft: rgba(141, 119, 255, 0.16);
  --sector-ink: #31207a;
}

.sector-landing--production {
  --sector-accent: #58b86d;
  --sector-accent-strong: #2d8b42;
  --sector-accent-soft: rgba(88, 184, 109, 0.16);
  --sector-ink: #1c4d27;
}

.sector-landing--legal {
  --sector-accent: #a67cf5;
  --sector-accent-strong: #754ad0;
  --sector-accent-soft: rgba(166, 124, 245, 0.16);
  --sector-ink: #45206d;
}

.sector-landing--finance {
  --sector-accent: #34b574;
  --sector-accent-strong: #147d49;
  --sector-accent-soft: rgba(52, 181, 116, 0.16);
  --sector-ink: #124b2d;
}

.sector-hero,
.sector-block,
.sector-pillars,
.sector-cta {
  border: 1px solid rgba(123, 145, 184, 0.18);
  border-radius: 30px;
  background:
    radial-gradient(circle at 14% 12%, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0) 26%),
    radial-gradient(circle at 88% 18%, rgba(255, 255, 255, 0.56), rgba(255, 255, 255, 0) 22%),
    linear-gradient(180deg, #fbfdff 0%, #eef4fb 100%);
  box-shadow:
    0 22px 54px rgba(36, 54, 82, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.74);
}

.sector-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(1.2rem, 3vw, 2rem);
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
  gap: 1rem;
}

.sector-hero::before,
.sector-hero::after {
  content: '';
  position: absolute;
  border-radius: 999px;
  filter: blur(30px);
  pointer-events: none;
}

.sector-hero::before {
  width: 240px;
  height: 240px;
  left: -72px;
  top: -110px;
  background: var(--sector-accent-soft);
}

.sector-hero::after {
  width: 260px;
  height: 260px;
  right: -86px;
  bottom: -138px;
  background: rgba(255, 255, 255, 0.44);
}

.sector-hero-copy,
.sector-stage {
  position: relative;
  z-index: 1;
}

.sector-hero-copy {
  display: grid;
  align-content: start;
  gap: 0.9rem;
}

.sector-kicker {
  margin: 0;
  color: var(--sector-accent-strong);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.sector-hero h1 {
  margin: 0;
  color: #10213d;
  font-family: var(--nyt-serif);
  font-size: clamp(2.5rem, 5vw, 4.6rem);
  line-height: 0.94;
  letter-spacing: -0.03em;
}

.sector-lead {
  margin: 0;
  max-width: 58ch;
  color: rgba(17, 32, 55, 0.84);
  font-size: clamp(1.02rem, 2vw, 1.2rem);
  line-height: 1.7;
}

.sector-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.sector-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  text-decoration: none;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 1px solid rgba(77, 131, 255, 0.2);
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.sector-action:hover,
.sector-action:focus-visible {
  transform: translateY(-1px);
}

.sector-action--primary {
  background: linear-gradient(135deg, var(--sector-accent), var(--sector-accent-strong));
  color: #ffffff;
  box-shadow: 0 14px 28px rgba(31, 51, 88, 0.14);
}

.sector-action--ghost {
  background: rgba(255, 255, 255, 0.66);
  color: var(--sector-ink);
}

.sector-stage {
  min-height: 420px;
}

.sector-stage-card {
  position: absolute;
  border: 1px solid rgba(129, 152, 196, 0.22);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow:
    0 18px 44px rgba(34, 56, 96, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(7px);
  overflow: hidden;
  isolation: isolate;
}

.sector-stage-card::before,
.sector-stage-card::after {
  content: '';
  position: absolute;
  pointer-events: none;
}

.sector-stage-card > * {
  position: relative;
  z-index: 1;
}

.sector-stage-card--map {
  top: 8px;
  left: 8px;
  width: clamp(220px, 58%, 320px);
  min-height: 190px;
  padding: 1rem 1rem 0.9rem;
  transform: rotate(-7deg);
  animation: sector-float-a 8s ease-in-out infinite;
}

.sector-stage-card--engine {
  z-index: 2;
  top: 84px;
  left: 50%;
  width: clamp(240px, 60%, 330px);
  min-height: 238px;
  padding: 1rem;
  transform: translateX(-50%);
  background: linear-gradient(180deg, #202734, #121821);
  color: #eef3ff;
  animation: sector-float-b 9s ease-in-out infinite;
}

.sector-stage-card--output {
  right: 18px;
  bottom: 4px;
  width: clamp(220px, 56%, 300px);
  min-height: 196px;
  padding: 1rem;
  transform: rotate(5deg);
  animation: sector-float-c 7.5s ease-in-out infinite;
}

.sector-stage-label {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0.35rem 0.72rem;
  border-radius: 999px;
  background: var(--sector-accent-soft);
  color: var(--sector-accent-strong);
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.sector-stage-card--engine .sector-stage-label {
  background: rgba(93, 123, 255, 0.14);
  color: #a5c0ff;
}

.sector-wave {
  position: relative;
  margin-top: 1rem;
  height: 76px;
}

.sector-wave span {
  position: absolute;
  left: 0;
  right: 0;
  height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(108, 145, 224, 0.26);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, var(--sector-accent-soft) 50%, rgba(255, 255, 255, 0) 100%);
  animation: sector-wave-slide 6.6s linear infinite;
}

.sector-wave span:nth-child(1) {
  top: 0;
  animation-delay: 0s;
}

.sector-wave span:nth-child(2) {
  top: 18px;
  animation-delay: -1.8s;
}

.sector-wave span:nth-child(3) {
  top: 36px;
  animation-delay: -3.6s;
}

.sector-stage-card--map p,
.sector-stage-card--output p {
  margin: 1rem 0 0;
  color: rgba(16, 33, 61, 0.76);
  font-size: 0.95rem;
  line-height: 1.55;
}

.sector-console-list {
  position: relative;
  margin: 1rem 0 0;
  padding: 0.9rem 0 0;
  list-style: none;
  display: grid;
  gap: 0.72rem;
  font-family: 'Cascadia Code', Consolas, 'Courier New', monospace;
  font-size: 0.88rem;
}

.sector-console-list::before {
  content: '';
  position: absolute;
  left: -0.2rem;
  right: -0.2rem;
  top: 0;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(120, 167, 255, 0.18) 50%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.42;
  transform: translateY(-68px);
  animation: sector-scan 4.4s linear infinite;
  pointer-events: none;
}

.sector-console-list li {
  position: relative;
  z-index: 1;
  color: #f1f5ff;
}

.sector-output-grid {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
}

.sector-output-grid span {
  position: relative;
  min-height: 66px;
  display: grid;
  place-items: center;
  padding: 0.8rem;
  border-radius: 18px;
  background: linear-gradient(140deg, rgba(90, 120, 255, 0.16), rgba(255, 255, 255, 0.86));
  color: var(--sector-ink);
  font-size: 0.88rem;
  font-weight: 800;
  text-align: center;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
  animation: sector-pulse 3.6s ease-in-out infinite;
  overflow: hidden;
}

.sector-output-grid span::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.52) 46%, rgba(255, 255, 255, 0) 78%);
  transform: translateX(-130%);
  animation: sector-tile-sheen 5.4s ease-in-out infinite;
  pointer-events: none;
}

.sector-output-grid span:nth-child(2) {
  animation-delay: 0.6s;
}

.sector-output-grid span:nth-child(3) {
  animation-delay: 1.2s;
}

.sector-output-grid span:nth-child(4) {
  animation-delay: 1.8s;
}

.sector-pillars,
.sector-block,
.sector-cta {
  padding: clamp(1rem, 2.8vw, 1.4rem);
}

.sector-pillars {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
}

.sector-pillar {
  padding: 0.95rem 1rem;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.64);
  border: 1px solid rgba(126, 148, 191, 0.18);
}

.sector-pillar-label {
  margin: 0;
  color: var(--sector-accent-strong);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sector-pillar h2 {
  margin: 0.4rem 0 0;
  font-family: var(--nyt-serif);
  color: #11213f;
  font-size: 1.42rem;
  line-height: 1.08;
}

.sector-pillar p {
  margin: 0.5rem 0 0;
  color: rgba(17, 32, 55, 0.76);
  line-height: 1.58;
}

.sector-block-head {
  display: grid;
  gap: 0.45rem;
  margin-bottom: 1rem;
}

.sector-block-head h2 {
  margin: 0;
  font-family: var(--nyt-serif);
  color: #11213f;
  font-size: clamp(1.7rem, 3.2vw, 2.4rem);
  line-height: 1.02;
}

.sector-block-head p:last-child {
  margin: 0;
  color: rgba(17, 32, 55, 0.76);
  line-height: 1.62;
}

.sector-flow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
}

.sector-flow::before {
  content: '';
  position: absolute;
  left: 0.6rem;
  right: 0.6rem;
  top: 22px;
  height: 3px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0), var(--sector-accent), rgba(255, 255, 255, 0));
  opacity: 0.66;
  animation: sector-line 5s linear infinite;
}

.sector-flow-step {
  position: relative;
  padding: 1.05rem 1rem 1rem;
  border-radius: 22px;
  border: 1px solid rgba(125, 146, 186, 0.18);
  background: rgba(255, 255, 255, 0.72);
}

.sector-flow-index {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--sector-accent), var(--sector-accent-strong));
  color: #ffffff;
  font-size: 0.84rem;
  font-weight: 800;
  box-shadow: 0 12px 20px var(--sector-accent-soft);
}

.sector-flow-step h3 {
  margin: 0.9rem 0 0.28rem;
  color: #10213d;
  font-size: 1.02rem;
  line-height: 1.16;
}

.sector-flow-step p {
  margin: 0;
  color: rgba(17, 32, 55, 0.76);
  font-size: 0.95rem;
  line-height: 1.58;
}

.sector-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
}

.sector-note {
  padding: 1rem;
  border-radius: 22px;
  border: 1px solid rgba(126, 148, 191, 0.18);
  background: rgba(255, 255, 255, 0.72);
}

.sector-note h3 {
  margin: 0;
  color: #10213d;
  font-size: 1.04rem;
  line-height: 1.18;
}

.sector-note p {
  margin: 0.5rem 0 0;
  color: rgba(17, 32, 55, 0.76);
  line-height: 1.58;
}

.sector-note ul {
  margin: 0.65rem 0 0;
  padding-left: 1.1rem;
  color: rgba(17, 32, 55, 0.76);
  line-height: 1.56;
}

.sector-note li + li {
  margin-top: 0.34rem;
}

.sector-metric-board {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem;
}

.sector-metric-tile {
  padding: 1rem 1.05rem;
  border-radius: 24px;
  border: 1px solid rgba(126, 148, 191, 0.18);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.sector-metric-label {
  margin: 0;
  color: var(--sector-accent-strong);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.sector-metric-value {
  margin: 0.45rem 0 0;
  color: #0f223f;
  font-family: var(--nyt-serif);
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  line-height: 0.96;
}

.sector-metric-note {
  margin: 0.5rem 0 0;
  color: rgba(17, 32, 55, 0.76);
  line-height: 1.56;
}

.sector-split-board {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: 0.8rem;
}

.sector-split-card {
  padding: 1.05rem 1.1rem;
  border-radius: 24px;
  border: 1px solid rgba(126, 148, 191, 0.18);
  background: rgba(255, 255, 255, 0.72);
}

.sector-split-card h3 {
  margin: 0;
  color: #10213d;
  font-size: 1.08rem;
  line-height: 1.18;
}

.sector-split-card p {
  margin: 0.55rem 0 0;
  color: rgba(17, 32, 55, 0.76);
  line-height: 1.6;
}

.sector-split-card ul {
  margin: 0.65rem 0 0;
  padding-left: 1.1rem;
  color: rgba(17, 32, 55, 0.76);
  line-height: 1.56;
}

.sector-split-card li + li {
  margin-top: 0.34rem;
}

.sector-timeline-board {
  display: grid;
  gap: 0.72rem;
}

.sector-timeline-step {
  position: relative;
  display: grid;
  grid-template-columns: 66px minmax(0, 1fr);
  gap: 0.9rem;
  padding: 0.95rem 1rem;
  border-radius: 24px;
  border: 1px solid rgba(126, 148, 191, 0.18);
  background: rgba(255, 255, 255, 0.72);
}

.sector-timeline-step::before {
  content: '';
  position: absolute;
  left: 32px;
  top: -14px;
  bottom: -14px;
  width: 2px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), var(--sector-accent-soft), rgba(255, 255, 255, 0));
  z-index: 0;
}

.sector-timeline-step:first-child::before {
  top: 34px;
}

.sector-timeline-step:last-child::before {
  bottom: 34px;
}

.sector-timeline-index {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--sector-accent), var(--sector-accent-strong));
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 800;
  box-shadow: 0 12px 24px var(--sector-accent-soft);
}

.sector-timeline-copy h3 {
  margin: 0;
  color: #10213d;
  font-size: 1.05rem;
  line-height: 1.18;
}

.sector-timeline-copy p {
  margin: 0.35rem 0 0;
  color: rgba(17, 32, 55, 0.76);
  line-height: 1.58;
}

.sector-matrix {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.sector-matrix-card {
  padding: 1rem 1.05rem;
  border-radius: 24px;
  border: 1px solid rgba(126, 148, 191, 0.18);
  background: rgba(255, 255, 255, 0.72);
}

.sector-matrix-kicker {
  margin: 0;
  color: var(--sector-accent-strong);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sector-matrix-card h3 {
  margin: 0.42rem 0 0;
  color: #10213d;
  font-size: 1.04rem;
  line-height: 1.18;
}

.sector-matrix-card p {
  margin: 0.5rem 0 0;
  color: rgba(17, 32, 55, 0.76);
  line-height: 1.58;
}

.sector-matrix-card ul {
  margin: 0.6rem 0 0;
  padding-left: 1.1rem;
  color: rgba(17, 32, 55, 0.76);
  line-height: 1.54;
}

.sector-matrix-card li + li {
  margin-top: 0.32rem;
}

.sector-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
}

.sector-cta h2 {
  margin: 0;
  font-family: var(--nyt-serif);
  color: #10213d;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  line-height: 1.02;
}

.sector-cta p:last-child {
  margin: 0.5rem 0 0;
  color: rgba(17, 32, 55, 0.76);
  line-height: 1.65;
}

.idea-synopsis,
.idea-section,
.idea-cta-shell {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(123, 145, 184, 0.18);
  border-radius: 30px;
  box-shadow:
    0 22px 54px rgba(36, 54, 82, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.74);
}

.idea-synopsis {
  display: grid;
  gap: 0.45rem;
  margin-top: 0.2rem;
  padding: 1rem 1.1rem;
  background:
    radial-gradient(circle at 12% 14%, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0) 28%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(239, 246, 255, 0.9));
}

.idea-synopsis h2 {
  margin: 0;
  font-family: var(--nyt-serif);
  color: #10213d;
  font-size: clamp(1.45rem, 2.8vw, 2rem);
  line-height: 1.04;
}

.idea-synopsis > p:not(.idea-mini-kicker) {
  margin: 0;
  color: rgba(17, 32, 55, 0.78);
  line-height: 1.62;
}

.idea-synopsis-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.idea-synopsis-notes span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0.45rem 0.72rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
  color: var(--sector-ink);
  font-size: 0.82rem;
  line-height: 1.32;
}

.idea-page-frame {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem;
  padding: clamp(1rem, 2.8vw, 1.4rem);
  border: 1px solid rgba(123, 145, 184, 0.18);
  border-radius: 30px;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0) 28%),
    linear-gradient(180deg, #fbfdff 0%, #eef4fb 100%);
  box-shadow:
    0 22px 54px rgba(36, 54, 82, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.74);
}

.idea-page-card {
  padding: 0.92rem 0.95rem;
  border-radius: 22px;
  border: 1px solid rgba(126, 148, 191, 0.18);
  background: rgba(255, 255, 255, 0.76);
}

.idea-page-card p {
  margin: 0;
  color: rgba(17, 32, 55, 0.78);
  line-height: 1.58;
}

.idea-section,
.idea-cta-shell {
  padding: clamp(1rem, 2.8vw, 1.4rem);
}

.idea-section--slot-1 {
  background:
    radial-gradient(circle at 18% 22%, var(--sector-accent-soft), rgba(255, 255, 255, 0) 26%),
    linear-gradient(180deg, #fbfdff 0%, #eef4fb 100%);
}

.idea-section--slot-2 {
  background:
    radial-gradient(circle at 82% 18%, rgba(255, 255, 255, 0.66), rgba(255, 255, 255, 0) 24%),
    linear-gradient(180deg, #f9fbff 0%, #f0f5ff 100%);
}

.idea-section--slot-3 {
  background:
    radial-gradient(circle at 88% 74%, var(--sector-accent-soft), rgba(255, 255, 255, 0) 28%),
    linear-gradient(180deg, #ffffff 0%, #eef3fb 100%);
}

.idea-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1.08fr);
  gap: 1rem;
  align-items: center;
}

.idea-section--reverse .idea-scene {
  order: 2;
}

.idea-section--reverse .idea-copy {
  order: 1;
}

.idea-copy {
  display: grid;
  gap: 0.8rem;
}

.idea-mini-kicker {
  margin: 0;
  color: var(--sector-accent-strong);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.idea-copy h2,
.idea-cta-copy h2 {
  margin: 0;
  font-family: var(--nyt-serif);
  color: #10213d;
  font-size: clamp(1.7rem, 3.2vw, 2.5rem);
  line-height: 1.02;
}

.idea-summary,
.idea-cta-copy > p:not(.idea-mini-kicker) {
  margin: 0;
  color: rgba(17, 32, 55, 0.78);
  line-height: 1.65;
}

.idea-component-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.idea-component-chip {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0.4rem 0.7rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(126, 148, 191, 0.18);
  color: var(--sector-accent-strong);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.idea-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.idea-fact {
  padding: 0.9rem 0.95rem;
  border-radius: 22px;
  border: 1px solid rgba(126, 148, 191, 0.18);
  background: rgba(255, 255, 255, 0.72);
}

.idea-fact-label {
  display: block;
  margin-bottom: 0.38rem;
  color: var(--sector-accent-strong);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.idea-fact p {
  margin: 0;
  color: rgba(17, 32, 55, 0.78);
  line-height: 1.58;
}

.idea-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.idea-detail {
  padding: 0.95rem 1rem;
  border-radius: 22px;
  border: 1px solid rgba(126, 148, 191, 0.18);
  background: rgba(255, 255, 255, 0.68);
}

.idea-detail-label {
  display: block;
  margin-bottom: 0.38rem;
  color: var(--sector-accent-strong);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.idea-detail p {
  margin: 0;
  color: rgba(17, 32, 55, 0.78);
  line-height: 1.58;
}

.idea-scene {
  --scene-bg: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(239, 245, 255, 0.82));
  --scene-aura: radial-gradient(circle at 16% 18%, rgba(255, 255, 255, 0.48), rgba(255, 255, 255, 0) 28%);
  --scene-grid:
    linear-gradient(90deg, rgba(123, 145, 184, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(123, 145, 184, 0.08) 1px, transparent 1px);
  --scene-grid-size: 30px 30px;
  --scene-grid-opacity: 0.38;
  --scene-caption-color: #10213d;
  --scene-proof-color: rgba(17, 32, 55, 0.74);
  --scene-pill-bg: rgba(255, 255, 255, 0.78);
  --scene-pill-color: var(--sector-accent-strong);
  position: relative;
  isolation: isolate;
  min-height: 320px;
  border-radius: 28px;
  border: 1px solid rgba(126, 148, 191, 0.2);
  overflow: hidden;
  background: var(--scene-bg);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    0 18px 34px rgba(36, 54, 82, 0.08);
}

.idea-scene-aura,
.idea-scene-grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.idea-scene-aura {
  background: var(--scene-aura);
  opacity: 0.95;
}

.idea-scene-grid {
  background: var(--scene-grid);
  background-size: var(--scene-grid-size);
  opacity: var(--scene-grid-opacity);
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.18));
}

.idea-scene-pill {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0.35rem 0.72rem;
  border-radius: 999px;
  background: var(--scene-pill-bg);
  color: var(--scene-pill-color);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.idea-scene-caption,
.idea-scene-proof {
  position: absolute;
  left: 18px;
  right: 18px;
  margin: 0;
  z-index: 2;
}

.idea-scene-caption {
  bottom: 52px;
  color: var(--scene-caption-color);
  font-family: var(--nyt-serif);
  font-size: 1.04rem;
  line-height: 1.18;
}

.idea-scene-proof {
  bottom: 18px;
  color: var(--scene-proof-color);
  font-size: 0.92rem;
  line-height: 1.45;
}

.idea-scene--console {
  --scene-bg: linear-gradient(180deg, #1f2836, #111821);
  --scene-aura:
    radial-gradient(circle at 18% 18%, rgba(93, 123, 255, 0.22), rgba(93, 123, 255, 0) 28%),
    radial-gradient(circle at 84% 72%, rgba(129, 177, 255, 0.12), rgba(129, 177, 255, 0) 24%);
  --scene-grid:
    linear-gradient(90deg, rgba(198, 213, 255, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(198, 213, 255, 0.08) 1px, transparent 1px);
  --scene-pill-bg: rgba(93, 123, 255, 0.14);
  --scene-pill-color: #c6d5ff;
  --scene-caption-color: #f5f8ff;
  --scene-proof-color: rgba(245, 248, 255, 0.72);
  --console-line-one-top: 86px;
  --console-line-two-top: 120px;
  --console-line-three-top: 154px;
  --console-card-top: 196px;
  --console-card-height: 78px;
  --console-card-one-left: 24px;
  --console-card-one-right: 54%;
  --console-card-two-left: 52%;
  --console-card-two-right: 24px;
}

.idea-console-line,
.idea-console-card {
  position: absolute;
  border-radius: 14px;
}

.idea-console-line {
  left: 24px;
  right: 24px;
  height: 10px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(129, 177, 255, 0.82), rgba(255, 255, 255, 0));
  animation: var(--console-line-animation, idea-scan 4.6s ease-in-out infinite);
}

.idea-console-line--one { top: var(--console-line-one-top); }
.idea-console-line--two { top: var(--console-line-two-top); animation-delay: 0.45s; }
.idea-console-line--three { top: var(--console-line-three-top); animation-delay: 0.9s; }

.idea-console-card {
  top: var(--console-card-top);
  height: var(--console-card-height);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(129, 177, 255, 0.12);
}

.idea-console-card--one {
  left: var(--console-card-one-left);
  right: var(--console-card-one-right);
}

.idea-console-card--two {
  left: var(--console-card-two-left);
  right: var(--console-card-two-right);
}

.idea-scene--map {
  --scene-bg:
    radial-gradient(circle at 20% 22%, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0) 24%),
    linear-gradient(180deg, rgba(240, 248, 255, 0.96), rgba(230, 240, 255, 0.84));
  --map-node-size: 22px;
  --map-node-halo: 12px;
  --map-a-top: 92px;
  --map-a-left: 52px;
  --map-b-top: 136px;
  --map-b-left: auto;
  --map-b-right: 72px;
  --map-c-top: 214px;
  --map-c-left: 46%;
  --map-c-right: auto;
  --route-ab-top: 124px;
  --route-ab-left: 72px;
  --route-ab-width: 58%;
  --route-ab-rotate: 10deg;
  --route-bc-top: 186px;
  --route-bc-left: 46%;
  --route-bc-width: 34%;
  --route-bc-rotate: 26deg;
  --route-ac-top: 176px;
  --route-ac-left: 74px;
  --route-ac-width: 44%;
  --route-ac-rotate: 34deg;
}

.idea-map-node,
.idea-map-route {
  position: absolute;
}

.idea-map-node {
  width: var(--map-node-size);
  height: var(--map-node-size);
  border-radius: 50%;
  background: var(--sector-accent);
  box-shadow: 0 0 0 var(--map-node-halo) var(--sector-accent-soft);
  animation: var(--map-node-animation, idea-pulse-soft 4.2s ease-in-out infinite);
}

.idea-map-node--a { top: var(--map-a-top); left: var(--map-a-left); }
.idea-map-node--b { top: var(--map-b-top); left: var(--map-b-left); right: var(--map-b-right); animation-delay: 0.4s; }
.idea-map-node--c { top: var(--map-c-top); left: var(--map-c-left); right: var(--map-c-right); animation-delay: 0.8s; }

.idea-map-route {
  height: var(--map-route-height, 3px);
  border-radius: 999px;
  background: var(--map-route-bg, repeating-linear-gradient(90deg, var(--sector-accent) 0 12px, transparent 12px 22px));
  transform-origin: left center;
  animation: var(--map-route-animation, idea-dash 8s linear infinite);
}

.idea-map-route--ab { top: var(--route-ab-top); left: var(--route-ab-left); width: var(--route-ab-width); transform: rotate(var(--route-ab-rotate)); }
.idea-map-route--bc { top: var(--route-bc-top); left: var(--route-bc-left); width: var(--route-bc-width); transform: rotate(var(--route-bc-rotate)); }
.idea-map-route--ac { top: var(--route-ac-top); left: var(--route-ac-left); width: var(--route-ac-width); transform: rotate(var(--route-ac-rotate)); }

.idea-scene--orbit {
  --scene-bg: linear-gradient(180deg, rgba(255, 249, 254, 0.96), rgba(241, 240, 255, 0.86));
  --orbit-core-size: 64px;
  --orbit-ring-one-size: 168px;
  --orbit-ring-two-size: 236px;
  --orbit-a-x: 84px;
  --orbit-a-y: -44px;
  --orbit-b-x: -108px;
  --orbit-b-y: 32px;
  --orbit-c-x: 0;
  --orbit-c-y: -118px;
}

.idea-orbit-core,
.idea-orbit-ring,
.idea-orbit-satellite {
  position: absolute;
  left: 50%;
  top: 48%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.idea-orbit-core {
  width: var(--orbit-core-size);
  height: var(--orbit-core-size);
  background: radial-gradient(circle at 35% 35%, #ffffff 0 18%, var(--sector-accent) 19% 100%);
  box-shadow: 0 0 0 18px var(--sector-accent-soft);
}

.idea-orbit-ring {
  border: 1px solid rgba(123, 145, 184, 0.22);
}

.idea-orbit-ring--one {
  width: var(--orbit-ring-one-size);
  height: var(--orbit-ring-one-size);
  animation: var(--orbit-ring-one-animation, idea-rotate 12s linear infinite);
}

.idea-orbit-ring--two {
  width: var(--orbit-ring-two-size);
  height: var(--orbit-ring-two-size);
  animation: var(--orbit-ring-two-animation, idea-rotate 16s linear infinite reverse);
}

.idea-orbit-satellite {
  width: 18px;
  height: 18px;
  background: #ffffff;
  box-shadow: 0 0 0 8px var(--sector-accent-soft);
}

.idea-orbit-satellite--a { margin-left: var(--orbit-a-x); margin-top: var(--orbit-a-y); }
.idea-orbit-satellite--b { margin-left: var(--orbit-b-x); margin-top: var(--orbit-b-y); }
.idea-orbit-satellite--c { margin-left: var(--orbit-c-x); margin-top: var(--orbit-c-y); }

.idea-scene--ladder {
  --scene-bg: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(239, 244, 255, 0.88));
  --ladder-top-one: 92px;
  --ladder-top-two: 136px;
  --ladder-top-three: 180px;
  --ladder-top-four: 224px;
  --ladder-right-one: 36%;
  --ladder-right-two: 26%;
  --ladder-right-three: 16%;
  --ladder-right-four: 6%;
}

.idea-ladder-step {
  position: absolute;
  left: 42px;
  right: 42px;
  height: 34px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--sector-accent), rgba(255, 255, 255, 0.16));
  box-shadow: 0 12px 22px var(--sector-accent-soft);
  animation: var(--ladder-animation, idea-float-soft 5.4s ease-in-out infinite);
}

.idea-ladder-step--one { top: var(--ladder-top-one); right: var(--ladder-right-one); }
.idea-ladder-step--two { top: var(--ladder-top-two); right: var(--ladder-right-two); animation-delay: 0.4s; }
.idea-ladder-step--three { top: var(--ladder-top-three); right: var(--ladder-right-three); animation-delay: 0.8s; }
.idea-ladder-step--four { top: var(--ladder-top-four); right: var(--ladder-right-four); animation-delay: 1.2s; }

.idea-scene--ledger {
  --scene-bg: linear-gradient(180deg, rgba(255, 252, 247, 0.98), rgba(245, 239, 229, 0.9));
  --ledger-inset: 82px 56px 96px;
  --ledger-back-transform: rotate(-4deg) translate(-18px, -10px);
  --ledger-front-transform: rotate(3deg) translate(12px, 10px);
  --ledger-stamp-size: 72px;
  --ledger-stamp-top: 124px;
  --ledger-stamp-right: 38px;
}

.idea-ledger-sheet,
.idea-ledger-stamp {
  position: absolute;
}

.idea-ledger-sheet {
  inset: var(--ledger-inset);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(250, 246, 239, 0.92)),
    repeating-linear-gradient(180deg, rgba(88, 88, 88, 0.12) 0 2px, transparent 2px 18px);
  border: 1px solid rgba(155, 131, 87, 0.18);
  animation: var(--ledger-sheet-animation, none);
}

.idea-ledger-sheet--back {
  transform: var(--ledger-back-transform);
  opacity: 0.72;
}

.idea-ledger-sheet--front {
  transform: var(--ledger-front-transform);
}

.idea-ledger-stamp {
  width: var(--ledger-stamp-size);
  height: var(--ledger-stamp-size);
  right: var(--ledger-stamp-right);
  top: var(--ledger-stamp-top);
  border-radius: 50%;
  border: 2px solid rgba(155, 131, 87, 0.28);
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.1) 0 42%, rgba(155, 131, 87, 0.18) 43% 100%);
}

.idea-scene--process {
  --scene-bg: linear-gradient(180deg, rgba(255, 253, 248, 0.96), rgba(244, 237, 223, 0.88));
  --process-lane-left: 28px;
  --process-lane-right: 28px;
  --process-lane-top: 156px;
  --process-lane-height: 12px;
  --process-lane-bg: linear-gradient(90deg, rgba(255, 183, 70, 0.2), rgba(255, 183, 70, 0.66), rgba(255, 183, 70, 0.2));
  --process-unit-top: 128px;
  --process-unit-width: 54px;
  --process-unit-height: 68px;
  --process-unit-radius: 16px;
  --process-unit-one-left: 56px;
  --process-unit-two-left: 146px;
  --process-unit-three-left: 236px;
  --process-gate-top: 110px;
  --process-gate-right: 56px;
  --process-gate-width: 82px;
  --process-gate-height: 112px;
}

.idea-process-lane,
.idea-process-unit,
.idea-process-gate {
  position: absolute;
}

.idea-process-lane {
  left: var(--process-lane-left);
  right: var(--process-lane-right);
  top: var(--process-lane-top);
  height: var(--process-lane-height);
  border-radius: 999px;
  background: var(--process-lane-bg);
}

.idea-process-unit {
  top: var(--process-unit-top);
  width: var(--process-unit-width);
  height: var(--process-unit-height);
  border-radius: var(--process-unit-radius);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(128, 104, 55, 0.16);
  animation: var(--process-unit-animation, idea-drift 6s ease-in-out infinite);
}

.idea-process-unit--one { left: var(--process-unit-one-left); }
.idea-process-unit--two { left: var(--process-unit-two-left); animation-delay: 0.45s; }
.idea-process-unit--three { left: var(--process-unit-three-left); animation-delay: 0.9s; }

.idea-process-gate {
  right: var(--process-gate-right);
  top: var(--process-gate-top);
  width: var(--process-gate-width);
  height: var(--process-gate-height);
  border-radius: 18px;
  border: 2px dashed rgba(128, 104, 55, 0.28);
}

.idea-scene--board {
  --scene-bg: linear-gradient(180deg, rgba(250, 252, 255, 0.98), rgba(240, 246, 255, 0.88));
  --board-card-width: 34%;
  --board-card-height: 88px;
  --board-a-top: 84px;
  --board-a-left: 28px;
  --board-a-right: auto;
  --board-a-rotate: -4deg;
  --board-b-top: 96px;
  --board-b-left: auto;
  --board-b-right: 28px;
  --board-b-rotate: 4deg;
  --board-c-top: 188px;
  --board-c-left: 22%;
  --board-c-right: auto;
  --board-c-rotate: 0deg;
  --board-d-top: 198px;
  --board-d-left: auto;
  --board-d-right: 18%;
  --board-d-rotate: -2deg;
}

.idea-board-card {
  position: absolute;
  width: var(--board-card-width);
  min-height: var(--board-card-height);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(126, 148, 191, 0.18);
  box-shadow: 0 14px 22px rgba(34, 56, 96, 0.08);
}

.idea-board-card--a { top: var(--board-a-top); left: var(--board-a-left); right: var(--board-a-right); transform: rotate(var(--board-a-rotate)); }
.idea-board-card--b { top: var(--board-b-top); left: var(--board-b-left); right: var(--board-b-right); transform: rotate(var(--board-b-rotate)); }
.idea-board-card--c { top: var(--board-c-top); left: var(--board-c-left); right: var(--board-c-right); transform: rotate(var(--board-c-rotate)); }
.idea-board-card--d { top: var(--board-d-top); left: var(--board-d-left); right: var(--board-d-right); transform: rotate(var(--board-d-rotate)); }

.idea-cta-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  background:
    radial-gradient(circle at 18% 18%, var(--sector-accent-soft), rgba(255, 255, 255, 0) 24%),
    linear-gradient(180deg, #fbfdff 0%, #eef4fb 100%);
}

.idea-cta-copy {
  display: grid;
  gap: 0.6rem;
}

.idea-cta-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.idea-cta-notes span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0.45rem 0.7rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--sector-ink);
  font-size: 0.82rem;
  line-height: 1.3;
}

@keyframes idea-scan {
  0%, 100% { transform: translateX(-10px); opacity: 0.42; }
  50% { transform: translateX(10px); opacity: 1; }
}

@keyframes idea-pulse-soft {
  0%, 100% { transform: scale(0.96); opacity: 0.76; }
  50% { transform: scale(1.06); opacity: 1; }
}

@keyframes idea-rotate {
  0% { transform: translate(-50%, -50%) rotate(0deg); }
  100% { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes idea-float-soft {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

@keyframes idea-drift {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(18px); }
}

@keyframes idea-dash {
  0% { background-position: 0 0; }
  100% { background-position: 120px 0; }
}

@keyframes idea-rail-shift {
  0%, 100% { transform: translateX(0) translateY(0); }
  50% { transform: translateX(28px) translateY(-6px); }
}

@keyframes idea-sheet-tilt {
  0%, 100% { opacity: 0.88; filter: saturate(0.96); }
  50% { opacity: 1; filter: saturate(1.08); }
}

@keyframes idea-beam-glide {
  0%, 100% { transform: translateX(-18px) scaleX(0.94); opacity: 0.38; }
  50% { transform: translateX(18px) scaleX(1.06); opacity: 1; }
}

@keyframes sector-float-a {
  0%, 100% { transform: rotate(-7deg) translateY(0); }
  50% { transform: rotate(-5deg) translateY(-10px); }
}

@keyframes sector-float-b {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(12px); }
}

@keyframes sector-float-c {
  0%, 100% { transform: rotate(5deg) translateY(0); }
  50% { transform: rotate(3deg) translateY(-12px); }
}

@keyframes sector-wave-slide {
  0% { transform: translateX(-6%) scaleX(0.96); opacity: 0.28; }
  50% { transform: translateX(6%) scaleX(1.02); opacity: 0.68; }
  100% { transform: translateX(-6%) scaleX(0.96); opacity: 0.28; }
}

@keyframes sector-scan {
  0% { transform: translateY(-78px); }
  100% { transform: translateY(150px); }
}

@keyframes sector-pulse {
  0%, 100% { transform: translateY(0); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7); }
  50% { transform: translateY(-4px); box-shadow: 0 14px 24px var(--sector-accent-soft), inset 0 1px 0 rgba(255, 255, 255, 0.7); }
}

@keyframes sector-line {
  0% { background-position: -240px 0; }
  100% { background-position: 240px 0; }
}

@keyframes sector-tile-sheen {
  0%, 78%, 100% { transform: translateX(-130%); opacity: 0; }
  18%, 34% { transform: translateX(130%); opacity: 1; }
}

@keyframes sector-heartbeat-run {
  0%, 100% { transform: translateX(-8px) scaleY(0.94); opacity: 0.72; }
  50% { transform: translateX(8px) scaleY(1.06); opacity: 1; }
}

@keyframes sector-rise-path {
  0%, 100% { transform: translateY(0) scale(0.98); opacity: 0.76; }
  50% { transform: translateY(-8px) scale(1.02); opacity: 1; }
}

@keyframes sector-marketing-spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@keyframes sector-support-bubbles {
  0%, 100% { transform: translateY(0); opacity: 0.55; }
  50% { transform: translateY(-10px); opacity: 0.95; }
}

@keyframes sector-routine-drift {
  0% { background-position: 0 0, 0 0; }
  100% { background-position: 128px 0, 0 96px; }
}

@keyframes sector-conveyor-shift {
  0% { background-position: 0 0; }
  100% { background-position: 124px 0; }
}

@keyframes sector-route-dash {
  0% { background-position: 0 0; }
  100% { background-position: 140px 0; }
}

@keyframes sector-ring-breathe {
  0%, 100% { transform: scale(0.92); opacity: 0.34; }
  50% { transform: scale(1.06); opacity: 0.82; }
}

@keyframes sector-production-load {
  0%, 100% { transform: scaleY(0.9); opacity: 0.68; }
  50% { transform: scaleY(1.06); opacity: 1; }
}

@keyframes sector-legal-seal {
  0%, 100% { transform: scale(0.92) rotate(-8deg); opacity: 0.54; }
  50% { transform: scale(1.04) rotate(0deg); opacity: 1; }
}

@keyframes sector-finance-trend {
  0%, 100% { transform: translateY(0) scaleX(0.98); opacity: 0.74; }
  50% { transform: translateY(-6px) scaleX(1.02); opacity: 1; }
}

.sector-landing--health .sector-stage-card--map::before {
  left: 16px;
  right: 16px;
  top: 50px;
  height: 96px;
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(31, 184, 157, 0.14), rgba(31, 184, 157, 0.03)),
    repeating-linear-gradient(90deg, rgba(15, 75, 64, 0.08) 0 1px, transparent 1px 28px),
    repeating-linear-gradient(180deg, rgba(15, 75, 64, 0.08) 0 1px, transparent 1px 18px);
}

.sector-landing--health .sector-stage-card--map::after {
  left: 22px;
  right: 22px;
  top: 78px;
  height: 44px;
  background: linear-gradient(90deg, rgba(31, 184, 157, 0), rgba(31, 184, 157, 0.95) 42%, rgba(31, 184, 157, 0));
  clip-path: polygon(0 62%, 14% 62%, 20% 60%, 26% 62%, 34% 62%, 40% 48%, 45% 80%, 51% 20%, 57% 68%, 66% 62%, 100% 62%, 100% 74%, 0 74%);
  animation: sector-heartbeat-run 4.6s ease-in-out infinite;
}

.sector-landing--health .sector-output-grid span {
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(31, 184, 157, 0.14), rgba(255, 255, 255, 0.92));
}

.sector-landing--sales .sector-stage-card--map::before {
  inset: 54px 18px 24px;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 122, 69, 0.18), rgba(255, 122, 69, 0.04)),
    repeating-linear-gradient(90deg, rgba(107, 43, 18, 0.08) 0 1px, transparent 1px 26px);
}

.sector-landing--sales .sector-stage-card--map::after {
  left: 24px;
  right: 24px;
  bottom: 22px;
  height: 108px;
  background: linear-gradient(90deg, rgba(255, 122, 69, 0.16), rgba(255, 122, 69, 0.96) 46%, rgba(255, 122, 69, 0));
  clip-path: polygon(0 86%, 26% 62%, 40% 68%, 58% 38%, 72% 44%, 94% 0, 100% 10%, 82% 22%, 82% 12%, 60% 56%, 42% 52%, 28% 74%, 0 98%);
  animation: sector-rise-path 5.2s ease-in-out infinite;
}

.sector-landing--sales .sector-output-grid span {
  background: linear-gradient(140deg, rgba(255, 122, 69, 0.18), rgba(255, 255, 255, 0.92));
}

.sector-landing--sales .sector-output-grid span:nth-child(odd) {
  transform-origin: bottom center;
}

.sector-landing--marketing .sector-stage-card--map::before {
  inset: 26px;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, rgba(255, 107, 125, 0.18) 0 18%, rgba(255, 107, 125, 0) 19% 100%),
    conic-gradient(from 0deg, rgba(255, 107, 125, 0.16), rgba(255, 178, 187, 0.72), rgba(255, 107, 125, 0.16));
  animation: sector-marketing-spin 14s linear infinite;
}

.sector-landing--marketing .sector-stage-card--map::after {
  inset: 46px;
  border-radius: 50%;
  border: 2px dashed rgba(217, 68, 98, 0.34);
  animation: sector-marketing-spin 18s linear infinite reverse;
}

.sector-landing--marketing .sector-output-grid span {
  background: linear-gradient(140deg, rgba(255, 107, 125, 0.18), rgba(255, 255, 255, 0.9));
}

.sector-landing--support .sector-stage-card--map::before {
  left: 20px;
  right: 20px;
  top: 54px;
  bottom: 26px;
  border-radius: 22px;
  background:
    radial-gradient(circle at 18% 22%, rgba(87, 167, 255, 0.24) 0 16px, transparent 17px),
    linear-gradient(135deg, rgba(87, 167, 255, 0.18), rgba(255, 255, 255, 0.16));
  box-shadow:
    0 24px 0 -8px rgba(87, 167, 255, 0.18),
    28px 52px 0 -8px rgba(87, 167, 255, 0.12),
    -16px 84px 0 -8px rgba(87, 167, 255, 0.16);
  animation: sector-support-bubbles 5.6s ease-in-out infinite;
}

.sector-landing--support .sector-stage-card--map::after {
  left: 48px;
  right: 42px;
  top: 82px;
  height: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(87, 167, 255, 0), rgba(87, 167, 255, 0.78), rgba(87, 167, 255, 0));
  box-shadow: 0 24px 0 rgba(87, 167, 255, 0.46), 0 48px 0 rgba(87, 167, 255, 0.28);
}

.sector-landing--support .sector-output-grid span {
  border-radius: 22px 22px 22px 12px;
}

.sector-landing--routine .sector-stage-card--map::before {
  inset: 22px;
  border-radius: 20px;
  background:
    repeating-linear-gradient(90deg, rgba(122, 140, 255, 0.18) 0 24px, transparent 24px 40px),
    repeating-linear-gradient(180deg, rgba(79, 95, 221, 0.1) 0 16px, transparent 16px 32px);
  animation: sector-routine-drift 7s linear infinite;
}

.sector-landing--routine .sector-stage-card--map::after {
  left: 26px;
  right: 26px;
  bottom: 26px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(122, 140, 255, 0.14), rgba(79, 95, 221, 0.72), rgba(122, 140, 255, 0.14));
  box-shadow: 0 0 0 8px rgba(122, 140, 255, 0.08);
}

.sector-landing--routine .sector-output-grid span {
  background: linear-gradient(140deg, rgba(122, 140, 255, 0.18), rgba(255, 255, 255, 0.9));
}

.sector-landing--line .sector-stage-card--map::before {
  left: 16px;
  right: 16px;
  top: 58px;
  height: 92px;
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(240, 161, 60, 0.12), rgba(240, 161, 60, 0.04)),
    repeating-linear-gradient(90deg, rgba(240, 161, 60, 0.84) 0 18px, rgba(194, 119, 20, 0.3) 18px 36px);
  animation: sector-conveyor-shift 3.2s linear infinite;
}

.sector-landing--line .sector-stage-card--map::after {
  width: 22px;
  height: 22px;
  left: 22px;
  bottom: 26px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #fff8e8 0 18%, rgba(240, 161, 60, 0.94) 19% 100%);
  box-shadow: 148px 0 0 rgba(240, 161, 60, 0.56);
}

.sector-landing--line .sector-output-grid span {
  background: linear-gradient(140deg, rgba(240, 161, 60, 0.18), rgba(255, 255, 255, 0.9));
}

.sector-landing--logistics .sector-stage-card--map::before {
  inset: 24px 20px 28px;
  border-radius: 20px;
  background:
    radial-gradient(circle at 14% 74%, rgba(61, 162, 200, 0.88) 0 7px, transparent 8px),
    radial-gradient(circle at 48% 28%, rgba(61, 162, 200, 0.88) 0 7px, transparent 8px),
    radial-gradient(circle at 80% 62%, rgba(61, 162, 200, 0.88) 0 7px, transparent 8px),
    linear-gradient(180deg, rgba(61, 162, 200, 0.1), rgba(61, 162, 200, 0.02));
}

.sector-landing--logistics .sector-stage-card--map::after {
  left: 42px;
  right: 42px;
  top: 86px;
  height: 3px;
  border-radius: 999px;
  background: repeating-linear-gradient(90deg, rgba(30, 114, 149, 0.9) 0 12px, transparent 12px 22px);
  box-shadow:
    52px -44px 0 -1px rgba(30, 114, 149, 0.66),
    118px 34px 0 -1px rgba(30, 114, 149, 0.66);
  animation: sector-route-dash 3.8s linear infinite;
}

.sector-landing--logistics .sector-output-grid span {
  background: linear-gradient(140deg, rgba(61, 162, 200, 0.18), rgba(255, 255, 255, 0.9));
}

.sector-landing--policy .sector-stage-card--map::before {
  width: 150px;
  height: 150px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid rgba(141, 119, 255, 0.3);
  box-shadow:
    0 0 0 24px rgba(141, 119, 255, 0.12),
    0 0 0 50px rgba(141, 119, 255, 0.08);
  animation: sector-ring-breathe 4.8s ease-in-out infinite;
}

.sector-landing--policy .sector-stage-card--map::after {
  width: 26px;
  height: 26px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #ffffff 0 16%, rgba(141, 119, 255, 0.92) 17% 100%);
  box-shadow:
    -84px 42px 0 rgba(141, 119, 255, 0.42),
    92px -38px 0 rgba(141, 119, 255, 0.42),
    68px 82px 0 rgba(141, 119, 255, 0.28);
}

.sector-landing--policy .sector-output-grid span {
  background: linear-gradient(140deg, rgba(141, 119, 255, 0.18), rgba(255, 255, 255, 0.92));
}

.sector-landing--production .sector-stage-card--map::before {
  inset: 28px 20px 24px;
  border-radius: 20px;
  background:
    linear-gradient(90deg, rgba(88, 184, 109, 0.2) 0 12%, transparent 12% 22%, rgba(88, 184, 109, 0.34) 22% 34%, transparent 34% 46%, rgba(88, 184, 109, 0.48) 46% 60%, transparent 60% 72%, rgba(88, 184, 109, 0.26) 72% 84%, transparent 84% 100%);
  transform-origin: bottom center;
  animation: sector-production-load 4.6s ease-in-out infinite;
}

.sector-landing--production .sector-stage-card--map::after {
  left: 24px;
  right: 24px;
  top: 42px;
  height: 14px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(88, 184, 109, 0), rgba(88, 184, 109, 0.84), rgba(88, 184, 109, 0));
  opacity: 0.72;
}

.sector-landing--production .sector-output-grid span {
  background: linear-gradient(140deg, rgba(88, 184, 109, 0.18), rgba(255, 255, 255, 0.92));
}

.sector-landing--legal .sector-stage-card--map::before {
  inset: 18px;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(166, 124, 245, 0.08), rgba(166, 124, 245, 0.02)),
    repeating-linear-gradient(180deg, rgba(69, 32, 109, 0.12) 0 2px, transparent 2px 16px);
}

.sector-landing--legal .sector-stage-card--map::after {
  width: 74px;
  height: 74px;
  right: 24px;
  bottom: 22px;
  border-radius: 50%;
  border: 2px solid rgba(117, 74, 208, 0.44);
  background:
    radial-gradient(circle at center, rgba(166, 124, 245, 0.16) 0 42%, rgba(166, 124, 245, 0) 43% 100%);
  animation: sector-legal-seal 4.2s ease-in-out infinite;
}

.sector-landing--legal .sector-output-grid span {
  text-transform: uppercase;
  letter-spacing: 0.04em;
  background: linear-gradient(140deg, rgba(166, 124, 245, 0.18), rgba(255, 255, 255, 0.92));
}

.sector-landing--finance .sector-stage-card--map::before {
  inset: 22px 18px 24px;
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(52, 181, 116, 0.14), rgba(52, 181, 116, 0.03)),
    linear-gradient(90deg, transparent 0 10%, rgba(20, 125, 73, 0.72) 10% 14%, transparent 14% 26%, rgba(20, 125, 73, 0.58) 26% 30%, transparent 30% 44%, rgba(20, 125, 73, 0.88) 44% 48%, transparent 48% 62%, rgba(20, 125, 73, 0.46) 62% 66%, transparent 66% 80%, rgba(20, 125, 73, 0.72) 80% 84%, transparent 84% 100%);
}

.sector-landing--finance .sector-stage-card--map::after {
  left: 22px;
  right: 22px;
  top: 64px;
  height: 96px;
  background: linear-gradient(90deg, rgba(52, 181, 116, 0), rgba(52, 181, 116, 0.96) 46%, rgba(52, 181, 116, 0));
  clip-path: polygon(0 78%, 16% 64%, 30% 70%, 44% 42%, 58% 52%, 72% 24%, 84% 34%, 100% 8%, 100% 20%, 84% 46%, 72% 36%, 58% 64%, 44% 54%, 30% 82%, 16% 76%, 0 90%);
  animation: sector-finance-trend 5.2s ease-in-out infinite;
}

.sector-landing--finance .sector-output-grid span {
  background: linear-gradient(140deg, rgba(52, 181, 116, 0.18), rgba(255, 255, 255, 0.92));
}

.sector-block {
  position: relative;
  overflow: hidden;
}

.sector-landing--health > .sector-block:nth-of-type(2) {
  background:
    radial-gradient(circle at 14% 18%, rgba(130, 226, 201, 0.22), rgba(130, 226, 201, 0) 38%),
    linear-gradient(135deg, #f4fffb 0%, #eef8ff 100%);
}

.sector-landing--health > .sector-block:nth-of-type(3) {
  background: linear-gradient(180deg, rgba(239, 250, 255, 0.92), rgba(228, 243, 252, 0.82));
}

.sector-landing--health > .sector-block:nth-of-type(4) {
  background:
    radial-gradient(circle at 92% 14%, rgba(97, 174, 252, 0.16), rgba(97, 174, 252, 0) 24%),
    linear-gradient(180deg, #fbfdff 0%, #f0f7fb 100%);
}

.sector-landing--health .sector-metric-board {
  grid-template-columns: 1.1fr 0.9fr 0.9fr 1.1fr;
}

.sector-landing--health .sector-metric-tile,
.sector-landing--health .sector-matrix-card {
  border-color: rgba(86, 159, 151, 0.24);
}

.sector-landing--health .sector-metric-tile {
  background: linear-gradient(180deg, rgba(244, 255, 251, 0.96), rgba(255, 255, 255, 0.76));
}

.sector-landing--health .sector-timeline-board {
  padding-left: 0.75rem;
  border-left: 2px solid rgba(85, 159, 150, 0.28);
}

.sector-landing--health .sector-timeline-step {
  border-radius: 28px 18px 28px 18px;
}

.sector-landing--health .sector-matrix-card {
  border-top: 4px solid rgba(85, 159, 150, 0.28);
}

.sector-landing--sales > .sector-block:nth-of-type(2) {
  background:
    radial-gradient(circle at 88% 20%, rgba(255, 166, 77, 0.2), rgba(255, 166, 77, 0) 24%),
    linear-gradient(135deg, #fff8ef 0%, #eef4ff 100%);
}

.sector-landing--sales > .sector-block:nth-of-type(3) {
  background: linear-gradient(180deg, #fff3e3 0%, #fffaf4 100%);
}

.sector-landing--sales > .sector-block:nth-of-type(4) {
  background: linear-gradient(180deg, rgba(245, 249, 255, 0.96), rgba(235, 243, 255, 0.86));
}

.sector-landing--sales .sector-split-board {
  grid-template-columns: minmax(0, 1.18fr) minmax(0, 0.82fr);
}

.sector-landing--sales .sector-split-card:first-child {
  background: linear-gradient(160deg, #162743, #0f1826);
  border-color: rgba(23, 39, 67, 0.52);
  transform: translateY(12px);
}

.sector-landing--sales .sector-split-card:first-child .sector-pillar-label,
.sector-landing--sales .sector-split-card:first-child h3 {
  color: #f5f8ff;
}

.sector-landing--sales .sector-split-card:first-child p {
  color: rgba(245, 248, 255, 0.78);
}

.sector-landing--sales .sector-metric-board {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sector-landing--sales .sector-metric-tile {
  min-height: 170px;
  display: grid;
  align-content: end;
  border-radius: 18px;
}

.sector-landing--sales .sector-metric-tile:nth-child(odd) {
  transform: translateY(10px);
}

.sector-landing--sales .sector-metric-tile:first-child {
  background: linear-gradient(160deg, rgba(255, 173, 95, 0.26), rgba(255, 255, 255, 0.86));
}

.sector-landing--sales .sector-matrix-card {
  border-radius: 18px;
  border-top: 4px solid rgba(255, 166, 77, 0.3);
}

.sector-landing--marketing > .sector-block:nth-of-type(2) {
  background:
    radial-gradient(circle at 18% 22%, rgba(255, 184, 186, 0.22), rgba(255, 184, 186, 0) 28%),
    linear-gradient(180deg, #fffaf5 0%, #fffdf9 100%);
}

.sector-landing--marketing > .sector-block:nth-of-type(3) {
  background: linear-gradient(180deg, rgba(246, 248, 255, 0.98), rgba(236, 241, 255, 0.88));
}

.sector-landing--marketing > .sector-block:nth-of-type(4) {
  background:
    radial-gradient(circle at 86% 20%, rgba(151, 168, 255, 0.18), rgba(151, 168, 255, 0) 22%),
    linear-gradient(180deg, #fffdfa 0%, #f7f4ff 100%);
}

.sector-landing--marketing .sector-split-card:first-child {
  transform: rotate(-1.2deg);
  background: linear-gradient(180deg, #fffefb, #fff5ed);
}

.sector-landing--marketing .sector-split-card:last-child {
  transform: translateY(20px) rotate(1.2deg);
  background: linear-gradient(180deg, rgba(245, 243, 255, 0.96), rgba(255, 255, 255, 0.76));
}

.sector-landing--marketing .sector-timeline-step:nth-child(even) {
  margin-left: 2.5rem;
}

.sector-landing--marketing .sector-matrix-card:first-child {
  grid-column: 1 / -1;
  background: linear-gradient(135deg, rgba(255, 244, 229, 0.95), rgba(255, 255, 255, 0.8));
}

.sector-landing--marketing .sector-matrix-card {
  border-color: rgba(165, 142, 204, 0.24);
}

.sector-landing--support > .sector-block:nth-of-type(2) {
  background: linear-gradient(180deg, rgba(241, 248, 255, 0.96), rgba(230, 241, 255, 0.9));
}

.sector-landing--support > .sector-block:nth-of-type(3) {
  background:
    radial-gradient(circle at 84% 18%, rgba(119, 180, 255, 0.18), rgba(119, 180, 255, 0) 24%),
    linear-gradient(180deg, #fafdff 0%, #eef7ff 100%);
}

.sector-landing--support > .sector-block:nth-of-type(4) {
  background: linear-gradient(180deg, #ffffff 0%, #f0f6ff 100%);
}

.sector-landing--support .sector-timeline-step {
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(250, 253, 255, 0.96), rgba(236, 245, 255, 0.9));
}

.sector-landing--support .sector-split-board {
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}

.sector-landing--support .sector-split-card:last-child {
  background: linear-gradient(160deg, rgba(121, 175, 255, 0.18), rgba(255, 255, 255, 0.84));
}

.sector-landing--support .sector-metric-board {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sector-landing--support .sector-metric-tile {
  border-radius: 30px;
}

.sector-landing--finance > .sector-block:nth-of-type(2) {
  background: linear-gradient(180deg, #f8fbff 0%, #eef3f9 100%);
}

.sector-landing--finance > .sector-block:nth-of-type(3) {
  background:
    radial-gradient(circle at 82% 16%, rgba(126, 166, 255, 0.18), rgba(126, 166, 255, 0) 23%),
    linear-gradient(180deg, #f4f8fe 0%, #edf3fd 100%);
}

.sector-landing--finance > .sector-block:nth-of-type(4) {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(240, 245, 252, 0.9));
}

.sector-landing--finance .sector-metric-board {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sector-landing--finance .sector-metric-tile {
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f6f9fc 100%);
  box-shadow:
    inset 0 -12px 0 rgba(111, 152, 219, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.sector-landing--finance .sector-split-card:first-child {
  background: linear-gradient(160deg, #10203b, #152a49);
  border-color: rgba(16, 32, 59, 0.5);
}

.sector-landing--finance .sector-split-card:first-child .sector-pillar-label,
.sector-landing--finance .sector-split-card:first-child h3 {
  color: #f4f8ff;
}

.sector-landing--finance .sector-split-card:first-child p {
  color: rgba(244, 248, 255, 0.78);
}

.sector-landing--finance .sector-timeline-step {
  padding-left: 1.2rem;
  border-left: 4px solid rgba(111, 152, 219, 0.2);
}

.sector-landing--routine > .sector-block:nth-of-type(2) {
  background: linear-gradient(180deg, #fffdf8 0%, #faf6ec 100%);
}

.sector-landing--routine > .sector-block:nth-of-type(3) {
  background:
    repeating-linear-gradient(135deg, rgba(235, 232, 223, 0.55) 0, rgba(235, 232, 223, 0.55) 16px, rgba(255, 255, 255, 0.72) 16px, rgba(255, 255, 255, 0.72) 32px);
}

.sector-landing--routine > .sector-block:nth-of-type(4) {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 245, 238, 0.92));
}

.sector-landing--routine .sector-split-card {
  border-style: dashed;
  border-color: rgba(169, 146, 94, 0.26);
}

.sector-landing--routine .sector-split-card:last-child {
  transform: translateY(14px);
}

.sector-landing--routine .sector-timeline-index,
.sector-landing--routine .sector-metric-label {
  font-family: 'IBM Plex Mono', 'Courier New', monospace;
}

.sector-landing--routine .sector-metric-tile {
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(248, 245, 236, 0.9));
}

.sector-landing--line > .sector-block:nth-of-type(2) {
  background: linear-gradient(180deg, #fff9ed 0%, #f5efe3 100%);
}

.sector-landing--line > .sector-block:nth-of-type(3) {
  background: linear-gradient(180deg, rgba(251, 247, 238, 0.98), rgba(241, 235, 220, 0.92));
}

.sector-landing--line > .sector-block:nth-of-type(4) {
  background: linear-gradient(180deg, #fffdf8 0%, #f4ecde 100%);
}

.sector-landing--line .sector-metric-board {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sector-landing--line .sector-metric-tile,
.sector-landing--line .sector-timeline-step,
.sector-landing--line .sector-matrix-card {
  border-radius: 14px;
  border-color: rgba(123, 102, 54, 0.22);
}

.sector-landing--line .sector-metric-tile {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(247, 240, 223, 0.9));
}

.sector-landing--line .sector-metric-tile::before {
  content: '';
  display: block;
  height: 8px;
  margin: -1rem -1.05rem 0.85rem;
  background: repeating-linear-gradient(135deg, rgba(255, 183, 70, 0.42) 0, rgba(255, 183, 70, 0.42) 10px, rgba(73, 56, 23, 0.12) 10px, rgba(73, 56, 23, 0.12) 20px);
}

.sector-landing--logistics > .sector-block:nth-of-type(2) {
  background:
    radial-gradient(circle at 18% 24%, rgba(104, 184, 255, 0.18), rgba(104, 184, 255, 0) 28%),
    linear-gradient(180deg, #f7fcff 0%, #eef7ff 100%);
}

.sector-landing--logistics > .sector-block:nth-of-type(3) {
  background: linear-gradient(180deg, rgba(247, 252, 255, 0.96), rgba(236, 246, 255, 0.9));
}

.sector-landing--logistics > .sector-block:nth-of-type(4) {
  background: linear-gradient(180deg, #ffffff 0%, #eef6ff 100%);
}

.sector-landing--logistics .sector-split-board {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.sector-landing--logistics .sector-split-card {
  background:
    radial-gradient(circle at 92% 16%, rgba(106, 178, 255, 0.16), rgba(106, 178, 255, 0) 18%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(241, 249, 255, 0.88));
}

.sector-landing--logistics .sector-timeline-step:nth-child(even) {
  margin-left: 1.6rem;
}

.sector-landing--logistics .sector-metric-tile {
  border-bottom: 4px solid rgba(71, 145, 224, 0.22);
}

.sector-landing--policy > .sector-block:nth-of-type(2) {
  background: linear-gradient(180deg, #fefcf7 0%, #f3f6ff 100%);
}

.sector-landing--policy > .sector-block:nth-of-type(3) {
  background:
    radial-gradient(circle at 86% 20%, rgba(106, 151, 255, 0.16), rgba(106, 151, 255, 0) 24%),
    linear-gradient(180deg, #f9fbff 0%, #eff4ff 100%);
}

.sector-landing--policy > .sector-block:nth-of-type(4) {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(244, 247, 255, 0.9));
}

.sector-landing--policy .sector-split-card:last-child {
  background: linear-gradient(160deg, rgba(106, 151, 255, 0.16), rgba(255, 255, 255, 0.82));
}

.sector-landing--policy .sector-matrix-card:first-child {
  grid-column: 1 / -1;
}

.sector-landing--policy .sector-timeline-step:nth-child(odd) {
  margin-right: 1.8rem;
}

.sector-landing--production > .sector-block:nth-of-type(2) {
  background: linear-gradient(180deg, #f7fbff 0%, #edf3fb 100%);
}

.sector-landing--production > .sector-block:nth-of-type(3) {
  background:
    radial-gradient(circle at 18% 18%, rgba(126, 170, 255, 0.16), rgba(126, 170, 255, 0) 24%),
    linear-gradient(180deg, #ffffff 0%, #eef3fb 100%);
}

.sector-landing--production > .sector-block:nth-of-type(4) {
  background: linear-gradient(180deg, rgba(248, 251, 255, 0.96), rgba(234, 241, 249, 0.92));
}

.sector-landing--production .sector-timeline-step {
  border-radius: 22px 22px 12px 12px;
}

.sector-landing--production .sector-metric-board {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sector-landing--production .sector-metric-tile {
  min-height: 150px;
  display: grid;
  align-content: space-between;
  border-color: rgba(106, 138, 177, 0.24);
}

.sector-landing--production .sector-matrix-card {
  box-shadow:
    inset 0 0 0 1px rgba(120, 148, 188, 0.12),
    0 12px 24px rgba(42, 58, 86, 0.06);
}

.sector-landing--legal > .sector-block:nth-of-type(2) {
  background: linear-gradient(180deg, #fffdfa 0%, #f4efe4 100%);
}

.sector-landing--legal > .sector-block:nth-of-type(3) {
  background: linear-gradient(180deg, #fffefb 0%, #f8f1e4 100%);
}

.sector-landing--legal > .sector-block:nth-of-type(4) {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(249, 244, 235, 0.92));
}

.sector-landing--legal .sector-split-card {
  border-radius: 18px 18px 10px 10px;
  background: linear-gradient(180deg, #fffefb, #f6f1e8);
}

.sector-landing--legal .sector-metric-board {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sector-landing--legal .sector-metric-tile {
  border-radius: 12px;
  background:
    repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0, rgba(255, 255, 255, 0.95) 28px, rgba(244, 236, 220, 0.9) 28px, rgba(244, 236, 220, 0.9) 29px);
  border-color: rgba(152, 121, 69, 0.22);
}

.sector-landing--legal .sector-matrix-card {
  border-radius: 16px;
  background: linear-gradient(180deg, #fffefb 0%, #fbf8f1 100%);
  box-shadow: 6px 6px 0 rgba(172, 143, 94, 0.08);
}

@media (max-width: 1100px) {
  .sector-landing {
    width: min(1220px, calc(100% - 1rem));
  }

  .sector-hero,
  .sector-pillars,
  .sector-grid,
  .sector-cta,
  .sector-split-board,
  .idea-page-frame,
  .idea-layout,
  .idea-facts,
  .idea-detail-grid,
  .idea-cta-shell {
    grid-template-columns: 1fr;
  }

  .sector-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sector-stage {
    min-height: 0;
    display: grid;
    gap: 0.8rem;
  }

  .sector-stage-card {
    position: relative;
    inset: auto;
    width: auto;
    min-height: 0;
    transform: none;
    animation: none;
  }

  .sector-stage-card--engine {
    left: auto;
    background: linear-gradient(180deg, #202734, #121821);
    transform: none;
  }

  .idea-section--reverse .idea-scene,
  .idea-section--reverse .idea-copy {
    order: initial;
  }

  .idea-scene {
    min-height: 280px;
  }

  .sector-landing--marketing .sector-timeline-step:nth-child(even),
  .sector-landing--logistics .sector-timeline-step:nth-child(even),
  .sector-landing--policy .sector-timeline-step:nth-child(odd) {
    margin-left: 0;
    margin-right: 0;
  }

  .sector-landing--marketing .sector-matrix-card:first-child,
  .sector-landing--policy .sector-matrix-card:first-child {
    grid-column: auto;
  }
}

@media (max-width: 760px) {
  .sector-landing {
    padding-top: clamp(4.2rem, 15vh, 6.2rem);
  }

  .sector-hero,
  .sector-pillars,
  .sector-block,
  .sector-cta,
  .idea-page-frame,
  .idea-section,
  .idea-cta-shell,
  .idea-synopsis {
    border-radius: 24px;
  }

  .sector-flow,
  .sector-grid,
  .sector-output-grid,
  .sector-metric-board,
  .sector-matrix {
    grid-template-columns: 1fr;
  }

  .sector-flow::before {
    display: none;
  }

  .sector-hero-actions,
  .sector-action {
    width: 100%;
  }

  .idea-scene {
    min-height: 250px;
  }

  .idea-cta-notes {
    display: grid;
  }

  .idea-synopsis-notes,
  .idea-component-tags {
    display: grid;
  }

  .sector-split-card,
  .sector-metric-tile {
    transform: none !important;
  }

  .sector-landing--marketing .sector-timeline-step:nth-child(even),
  .sector-landing--logistics .sector-timeline-step:nth-child(even),
  .sector-landing--policy .sector-timeline-step:nth-child(odd) {
    margin-left: 0;
    margin-right: 0;
  }

  .sector-landing--marketing .sector-matrix-card:first-child,
  .sector-landing--policy .sector-matrix-card:first-child {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sector-stage-card,
  .sector-wave span,
  .sector-console-list::before,
  .sector-output-grid span,
  .sector-flow::before {
    animation: none !important;
  }
}

/* Dedicated sector pages */

.agent-case {
  gap: 1.15rem;
}

.agent-case > .case-hero {
  order: 1;
}

.agent-case > .case-panel {
  order: 2;
}

.agent-case > .case-cta {
  order: 5;
}

.case-hero,
.case-panel,
.case-cta {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(123, 145, 184, 0.18);
  border-radius: 34px;
  background:
    radial-gradient(circle at 14% 14%, rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0) 26%),
    linear-gradient(180deg, #fbfdff 0%, #eef4fb 100%);
  box-shadow:
    0 22px 54px rgba(36, 54, 82, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.74);
}

.case-hero,
.case-cta {
  padding: clamp(1.35rem, 3vw, 2rem);
}

.case-panel {
  padding: clamp(1.15rem, 2.7vw, 1.65rem);
}

.case-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(340px, 0.98fr);
  gap: 1.2rem;
  align-items: center;
}

.case-copy,
.case-panel-head,
.case-cta-copy {
  display: grid;
  gap: 0.7rem;
  align-content: start;
}

.case-kicker {
  margin: 0;
  color: var(--sector-accent-strong);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.case-copy h1 {
  margin: 0;
  font-family: var(--nyt-serif);
  color: #16294b;
  font-size: clamp(3rem, 7vw, 5rem);
  line-height: 0.94;
  letter-spacing: -0.04em;
}

.case-lead,
.case-panel-head p,
.case-card p,
.case-stat p,
.case-band p,
.case-track p,
.case-row p,
.case-cta-copy p,
.case-list li {
  margin: 0;
  color: rgba(19, 37, 67, 0.82);
  line-height: 1.62;
  font-size: 1.02rem;
}

.case-panel-head h2,
.case-cta-copy h2,
.case-card h3,
.case-stat h3,
.case-row h3 {
  margin: 0;
  font-family: var(--nyt-serif);
  color: #132544;
  line-height: 1.02;
  letter-spacing: -0.02em;
}

.case-panel-head h2,
.case-cta-copy h2 {
  font-size: clamp(1.8rem, 3.6vw, 2.8rem);
}

.case-card h3,
.case-stat h3,
.case-row h3 {
  font-size: 1.24rem;
}

.case-grid-2,
.case-grid-3,
.case-track,
.case-drawer-grid {
  display: grid;
  gap: 0.85rem;
}

.case-grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.case-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.case-track {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.case-drawer-grid {
  grid-template-columns: 1.15fr 0.85fr;
}

.case-card,
.case-stat,
.case-band,
.case-row,
.case-tape {
  position: relative;
  border-radius: 26px;
  border: 1px solid rgba(126, 148, 191, 0.16);
  background: rgba(255, 255, 255, 0.78);
  box-shadow:
    0 14px 24px rgba(34, 56, 96, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.case-card,
.case-stat,
.case-row {
  padding: 1rem 1.05rem;
  display: grid;
  gap: 0.45rem;
}

.case-band {
  padding: 0.95rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.case-band strong,
.case-card strong,
.case-stat strong,
.case-tape strong {
  color: #132544;
  font-size: 0.92rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.case-row {
  grid-template-columns: 120px minmax(0, 1fr);
  align-items: start;
}

.case-row span,
.case-label {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 30px;
  padding: 0.35rem 0.72rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--sector-accent-strong);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.case-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.75rem;
}

.case-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.case-chip {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0.4rem 0.7rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(126, 148, 191, 0.16);
  color: var(--sector-accent-strong);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.case-stage {
  position: relative;
  min-height: 390px;
  border-radius: 30px;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 20% 16%, rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0) 20%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(239, 245, 255, 0.86));
  border: 1px solid rgba(126, 148, 191, 0.14);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

.case-stage::before,
.case-stage::after {
  content: "";
  position: absolute;
  inset: auto;
  pointer-events: none;
}

.case-stage::before {
  left: -8%;
  top: -14%;
  width: 48%;
  height: 48%;
  border-radius: 50%;
  background: var(--sector-accent-soft);
  filter: blur(24px);
  opacity: 0.85;
}

.case-stage::after {
  inset: 0;
  background:
    linear-gradient(90deg, rgba(123, 145, 184, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(123, 145, 184, 0.08) 1px, transparent 1px);
  background-size: 34px 34px;
  opacity: 0.3;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.18));
}

.stage-card,
.stage-pill,
.stage-beam,
.stage-node,
.stage-route,
.stage-ring,
.stage-bar,
.stage-sheet,
.stage-drawer,
.stage-line,
.stage-packet,
.stage-wave {
  position: absolute;
}

.stage-card,
.stage-pill,
.stage-sheet,
.stage-drawer {
  border-radius: 24px;
  border: 1px solid rgba(126, 148, 191, 0.16);
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 16px 28px rgba(37, 58, 92, 0.1);
}

.stage-card {
  padding: 0.9rem 1rem;
  display: grid;
  gap: 0.45rem;
}

.stage-card strong,
.stage-card span {
  color: var(--sector-accent-strong);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.stage-card p,
.stage-card li {
  margin: 0;
  color: rgba(20, 38, 67, 0.8);
  line-height: 1.48;
  font-size: 0.92rem;
}

.stage-card ul {
  margin: 0;
  padding-left: 1rem;
  display: grid;
  gap: 0.28rem;
}

.case-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: end;
}

.case-cta-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.case-cta-notes span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0.45rem 0.7rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--sector-ink);
  font-size: 0.82rem;
  line-height: 1.3;
}

.health-hero,
.health-ribbon,
.health-stair,
.health-dossier,
.health-cta {
  background:
    radial-gradient(circle at 16% 18%, rgba(31, 184, 157, 0.14), rgba(255, 255, 255, 0) 28%),
    linear-gradient(180deg, #f9fffd 0%, #eaf6f3 100%);
}

.health-stage .health-twin {
  position: absolute;
  left: 16%;
  top: 14%;
  width: 32%;
  height: 58%;
  border-radius: 42% 42% 34% 34%;
  background: linear-gradient(180deg, rgba(31, 184, 157, 0.18), rgba(31, 184, 157, 0.06));
  box-shadow: inset 0 0 0 1px rgba(31, 184, 157, 0.24);
}

.health-stage .health-pulse {
  position: absolute;
  left: 12%;
  right: 18%;
  top: 49%;
  height: 4px;
  border-radius: 999px;
  background: repeating-linear-gradient(90deg, rgba(31, 184, 157, 0.12) 0 16px, transparent 16px 30px);
}

.health-stage .health-pulse::after {
  content: "";
  position: absolute;
  inset: -18px 0 auto 0;
  height: 42px;
  background:
    linear-gradient(90deg, transparent 0 8%, rgba(31, 184, 157, 0.85) 8.2% 10%, transparent 10.2% 23%,
    rgba(31, 184, 157, 0.85) 23.2% 24%, transparent 24.2% 60%, rgba(31, 184, 157, 0.85) 60.2% 63%, transparent 63.2% 100%);
  clip-path: polygon(0 62%, 8% 62%, 10% 38%, 12% 62%, 22% 62%, 24% 18%, 26% 62%, 58% 62%, 62% 4%, 66% 62%, 100% 62%, 100% 100%, 0 100%);
  animation: case-scan-line 4.8s ease-in-out infinite;
}

.health-risk-card {
  top: 16%;
  right: 8%;
  width: 38%;
}

.health-protocol-card {
  left: 46%;
  right: 12%;
  bottom: 18%;
}

.health-handoff-card {
  left: 10%;
  bottom: 8%;
  width: 34%;
}

.health-ribbon-lanes {
  display: grid;
  gap: 0.75rem;
}

.health-ribbon-lanes .case-band:nth-child(1) {
  background: linear-gradient(90deg, rgba(31, 184, 157, 0.2), rgba(255, 255, 255, 0.86));
}

.health-ribbon-lanes .case-band:nth-child(2) {
  background: linear-gradient(90deg, rgba(255, 199, 79, 0.24), rgba(255, 255, 255, 0.86));
}

.health-ribbon-lanes .case-band:nth-child(3) {
  background: linear-gradient(90deg, rgba(234, 92, 92, 0.22), rgba(255, 255, 255, 0.86));
}

.health-stair-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 0.9rem;
}

.health-dossier-stack {
  position: relative;
  min-height: 260px;
}

.health-dossier-stack .stage-sheet {
  inset: 26px 26px auto auto;
  width: 58%;
  height: 168px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 250, 246, 0.92));
}

.health-dossier-stack .stage-sheet:nth-child(1) {
  right: 20%;
  transform: rotate(-6deg);
}

.health-dossier-stack .stage-sheet:nth-child(2) {
  right: 10%;
  top: 44px;
  transform: rotate(3deg);
}

.health-dossier-stack .stage-sheet:nth-child(3) {
  right: 0;
  top: 64px;
  transform: rotate(-2deg);
}

.sales-hero,
.sales-weather,
.sales-board,
.sales-margin,
.sales-cta {
  background:
    radial-gradient(circle at 80% 20%, rgba(255, 122, 69, 0.14), rgba(255, 255, 255, 0) 28%),
    linear-gradient(180deg, #fffaf7 0%, #fff0e8 100%);
}

.sales-stage .sales-beam {
  position: absolute;
  left: 48%;
  top: 8%;
  bottom: 8%;
  width: 14%;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 183, 70, 0.14), rgba(255, 122, 69, 0.22), rgba(255, 255, 255, 0));
  filter: blur(2px);
}

.sales-stage .sales-deal--a {
  left: 4%;
  top: 18%;
  width: 34%;
  transform: rotate(-6deg);
}

.sales-stage .sales-deal--b {
  right: 8%;
  top: 14%;
  width: 34%;
  transform: rotate(5deg);
}

.sales-stage .sales-deal--c {
  left: 28%;
  bottom: 12%;
  width: 36%;
}

.sales-climate-grid .case-card:nth-child(1) {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 228, 214, 0.82));
}

.sales-board-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.7rem;
}

.sales-board-grid .case-card {
  min-height: 142px;
}

.sales-margin-grid {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 0.9rem;
}

.mkt-hero,
.mkt-narrative,
.mkt-machine,
.mkt-newsroom,
.mkt-cta {
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 107, 125, 0.14), rgba(255, 255, 255, 0) 26%),
    linear-gradient(180deg, #fffafb 0%, #fff1f5 100%);
}

.mkt-stage .mkt-core {
  position: absolute;
  left: 50%;
  top: 42%;
  width: 110px;
  height: 110px;
  margin-left: -55px;
  margin-top: -55px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #ffffff 0 20%, rgba(255, 107, 125, 0.88) 20% 100%);
  box-shadow: 0 0 0 28px rgba(255, 107, 125, 0.12);
}

.mkt-stage .mkt-thread {
  position: absolute;
  left: 50%;
  top: 42%;
  width: 180px;
  height: 180px;
  margin-left: -90px;
  margin-top: -90px;
  border: 1px solid rgba(255, 107, 125, 0.22);
  border-radius: 50%;
}

.mkt-stage .mkt-thread--b {
  width: 250px;
  height: 250px;
  margin-left: -125px;
  margin-top: -125px;
}

.mkt-stage .mkt-note--a {
  left: 6%;
  top: 14%;
  width: 30%;
  transform: rotate(-6deg);
}

.mkt-stage .mkt-note--b {
  right: 8%;
  top: 18%;
  width: 30%;
  transform: rotate(4deg);
}

.mkt-stage .mkt-note--c {
  left: 36%;
  bottom: 8%;
  width: 26%;
}

.support-hero,
.support-radar,
.support-lanes,
.support-memory,
.support-cta {
  background:
    radial-gradient(circle at 82% 22%, rgba(87, 167, 255, 0.14), rgba(255, 255, 255, 0) 24%),
    linear-gradient(180deg, #f8fcff 0%, #ecf4ff 100%);
}

.support-stage .support-hub {
  position: absolute;
  left: 50%;
  top: 46%;
  width: 132px;
  height: 132px;
  margin-left: -66px;
  margin-top: -66px;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(87, 167, 255, 0.22), rgba(87, 167, 255, 0.08));
  box-shadow: inset 0 0 0 1px rgba(87, 167, 255, 0.28);
}

.support-stage .support-pulse {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--sector-accent);
  box-shadow: 0 0 0 10px var(--sector-accent-soft);
  animation: case-soft-pulse 4s ease-in-out infinite;
}

.support-stage .support-pulse--a {
  left: 18%;
  top: 28%;
}

.support-stage .support-pulse--b {
  right: 16%;
  top: 22%;
  animation-delay: 0.6s;
}

.support-stage .support-pulse--c {
  left: 28%;
  bottom: 18%;
  animation-delay: 1.1s;
}

.support-stage .support-card {
  right: 6%;
  bottom: 10%;
  width: 34%;
}

.fin-hero,
.fin-chamber,
.fin-lens,
.fin-ledger,
.fin-cta {
  background:
    radial-gradient(circle at 18% 18%, rgba(52, 181, 116, 0.14), rgba(255, 255, 255, 0) 22%),
    linear-gradient(180deg, #f8fff9 0%, #eef8f1 100%);
}

.fin-stage {
  background: linear-gradient(180deg, #1b2430 0%, #121923 100%);
}

.fin-stage::before {
  background: rgba(52, 181, 116, 0.18);
}

.fin-stage::after {
  opacity: 0.15;
}

.fin-stage .fin-ring {
  position: absolute;
  left: 50%;
  top: 42%;
  border-radius: 50%;
  border: 1px solid rgba(104, 223, 152, 0.18);
}

.fin-stage .fin-ring--a {
  width: 160px;
  height: 160px;
  margin-left: -80px;
  margin-top: -80px;
}

.fin-stage .fin-ring--b {
  width: 244px;
  height: 244px;
  margin-left: -122px;
  margin-top: -122px;
}

.fin-stage .fin-plate {
  left: 58%;
  top: 24%;
  width: 28%;
  background: rgba(255, 255, 255, 0.1);
}

.fin-stage .stage-card,
.prod-stage .stage-card {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(198, 213, 255, 0.1);
}

.fin-stage .stage-card p,
.prod-stage .stage-card p,
.fin-stage .stage-card li,
.prod-stage .stage-card li,
.fin-stage .stage-card strong,
.prod-stage .stage-card strong,
.fin-stage .stage-card span,
.prod-stage .stage-card span {
  color: rgba(245, 248, 255, 0.92);
}

.routine-hero,
.routine-strata,
.routine-bench,
.routine-gate,
.routine-cta {
  background:
    radial-gradient(circle at 16% 18%, rgba(122, 140, 255, 0.14), rgba(255, 255, 255, 0) 26%),
    linear-gradient(180deg, #fbfbff 0%, #eef0ff 100%);
}

.routine-stage .routine-layer {
  left: 12%;
  right: 14%;
  height: 44px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(122, 140, 255, 0.22), rgba(255, 255, 255, 0.18));
}

.routine-stage .routine-layer--a {
  top: 84px;
}

.routine-stage .routine-layer--b {
  top: 146px;
  right: 24%;
}

.routine-stage .routine-layer--c {
  top: 210px;
  right: 34%;
}

.routine-stage .routine-module {
  right: 10%;
  top: 112px;
  width: 32%;
}

.line-hero,
.line-pulsewall,
.line-gates,
.line-escape,
.line-cta {
  background:
    radial-gradient(circle at 82% 20%, rgba(240, 161, 60, 0.14), rgba(255, 255, 255, 0) 26%),
    linear-gradient(180deg, #fffaf4 0%, #f4ead9 100%);
}

.line-stage .line-track {
  position: absolute;
  left: 6%;
  right: 6%;
  top: 52%;
  height: 14px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(240, 161, 60, 0.16), rgba(240, 161, 60, 0.72), rgba(240, 161, 60, 0.16));
}

.line-stage .line-unit {
  width: 52px;
  height: 72px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(128, 104, 55, 0.14);
  animation: case-drift-unit 5.8s ease-in-out infinite;
}

.line-stage .line-unit--a {
  left: 18%;
  top: 42%;
}

.line-stage .line-unit--b {
  left: 36%;
  top: 42%;
  animation-delay: 0.5s;
}

.line-stage .line-unit--c {
  left: 54%;
  top: 42%;
  animation-delay: 1s;
}

.line-stage .line-scanner {
  right: 8%;
  top: 26%;
  width: 24%;
}

.log-hero,
.log-room,
.log-board,
.log-shield,
.log-cta {
  background:
    radial-gradient(circle at 20% 18%, rgba(61, 162, 200, 0.14), rgba(255, 255, 255, 0) 26%),
    linear-gradient(180deg, #f7fdff 0%, #eaf5f9 100%);
}

.log-stage .log-node {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--sector-accent);
  box-shadow: 0 0 0 12px var(--sector-accent-soft);
  animation: case-soft-pulse 4.2s ease-in-out infinite;
}

.log-stage .log-node--a {
  left: 12%;
  top: 24%;
}

.log-stage .log-node--b {
  right: 18%;
  top: 18%;
  animation-delay: 0.5s;
}

.log-stage .log-node--c {
  left: 44%;
  bottom: 20%;
  animation-delay: 1s;
}

.log-stage .log-route {
  height: 3px;
  border-radius: 999px;
  background: repeating-linear-gradient(90deg, var(--sector-accent) 0 14px, transparent 14px 24px);
  transform-origin: left center;
  animation: case-route-flow 8s linear infinite;
}

.log-stage .log-route--a {
  left: 15%;
  top: 30%;
  width: 54%;
  transform: rotate(-2deg);
}

.log-stage .log-route--b {
  left: 46%;
  top: 36%;
  width: 26%;
  transform: rotate(36deg);
}

.log-stage .log-route--c {
  left: 16%;
  bottom: 28%;
  width: 36%;
  transform: rotate(24deg);
}

.log-stage .log-console {
  right: 6%;
  top: 28%;
  width: 38%;
  background: rgba(17, 24, 37, 0.92);
  border-color: rgba(99, 132, 188, 0.12);
}

.log-stage .log-console p,
.log-stage .log-console li,
.log-stage .log-console strong,
.log-stage .log-console span {
  color: rgba(245, 248, 255, 0.94);
}

.pol-hero,
.pol-radar,
.pol-prism,
.pol-wave,
.pol-cta {
  background:
    radial-gradient(circle at 18% 18%, rgba(141, 119, 255, 0.16), rgba(255, 255, 255, 0) 26%),
    linear-gradient(180deg, #fbf9ff 0%, #f0edff 100%);
}

.pol-stage .pol-table {
  left: 28%;
  top: 30%;
  width: 44%;
  height: 132px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(141, 119, 255, 0.22), rgba(141, 119, 255, 0.06));
  box-shadow: inset 0 0 0 1px rgba(141, 119, 255, 0.22);
}

.pol-stage .pol-wave {
  left: 10%;
  right: 10%;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(141, 119, 255, 0.14), rgba(141, 119, 255, 0.8), rgba(141, 119, 255, 0.14));
}

.pol-stage .pol-wave--a {
  top: 26%;
}

.pol-stage .pol-wave--b {
  top: 64%;
}

.pol-stage .pol-brief {
  right: 8%;
  bottom: 10%;
  width: 30%;
}

.prod-hero,
.prod-swell,
.prod-equalizer,
.prod-archive,
.prod-cta {
  background:
    radial-gradient(circle at 18% 18%, rgba(88, 184, 109, 0.16), rgba(255, 255, 255, 0) 26%),
    linear-gradient(180deg, #f9fff9 0%, #ecf7ee 100%);
}

.prod-stage {
  background: linear-gradient(180deg, #1a2a20 0%, #0f1c15 100%);
}

.prod-stage::before {
  background: rgba(88, 184, 109, 0.18);
}

.prod-stage::after {
  opacity: 0.14;
}

.prod-stage .prod-band {
  left: 12%;
  right: 12%;
  bottom: 18%;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(88, 184, 109, 0.2), rgba(88, 184, 109, 0.84), rgba(88, 184, 109, 0.2));
}

.prod-stage .prod-arm {
  left: 50%;
  top: 20%;
  width: 16px;
  height: 128px;
  margin-left: -8px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(88, 184, 109, 0.7));
  transform-origin: 50% 12%;
  animation: case-metronome 3.6s ease-in-out infinite;
}

.prod-stage .prod-packet {
  width: 56px;
  height: 36px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.9);
}

.prod-stage .prod-packet--a {
  left: 22%;
  bottom: 14%;
}

.prod-stage .prod-packet--b {
  right: 22%;
  bottom: 14%;
}

.legal-hero,
.legal-xray,
.legal-ladder,
.legal-cabinet,
.legal-cta {
  background:
    radial-gradient(circle at 82% 18%, rgba(166, 124, 245, 0.16), rgba(255, 255, 255, 0) 26%),
    linear-gradient(180deg, #fffdf8 0%, #f3eee5 100%);
}

.legal-stage .legal-sheet {
  left: 16%;
  right: 24%;
  top: 14%;
  bottom: 16%;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(250, 246, 239, 0.92)),
    repeating-linear-gradient(180deg, rgba(88, 88, 88, 0.12) 0 2px, transparent 2px 20px);
  border: 1px solid rgba(155, 131, 87, 0.18);
}

.legal-stage .legal-beam {
  left: 22%;
  top: 10%;
  width: 18%;
  bottom: 12%;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(166, 124, 245, 0.32), rgba(166, 124, 245, 0.04));
}

.legal-stage .legal-drawer {
  right: 6%;
  top: 24%;
  width: 28%;
  padding: 0.9rem 1rem;
}

.log-room .case-grid-3 .case-card,
.sales-board-grid .case-card,
.mkt-newsroom .case-grid-3 .case-card,
.support-memory .case-grid-3 .case-card,
.prod-archive .case-grid-3 .case-card {
  min-height: 150px;
}

.case-track .case-card {
  min-height: 168px;
}

@keyframes case-scan-line {
  0%, 100% {
    transform: translateX(-6px);
    opacity: 0.72;
  }
  50% {
    transform: translateX(8px);
    opacity: 1;
  }
}

@keyframes case-soft-pulse {
  0%, 100% {
    transform: scale(0.94);
    opacity: 0.72;
  }
  50% {
    transform: scale(1.08);
    opacity: 1;
  }
}

@keyframes case-route-flow {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 120px 0;
  }
}

@keyframes case-drift-unit {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(20px);
  }
}

@keyframes case-metronome {
  0%, 100% {
    transform: rotate(-18deg);
  }
  50% {
    transform: rotate(18deg);
  }
}

@media (max-width: 980px) {
  .case-hero,
  .case-cta,
  .case-drawer-grid,
  .health-stair-grid,
  .sales-margin-grid {
    grid-template-columns: 1fr;
  }

  .case-grid-3,
  .case-track,
  .sales-board-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .case-stage {
    min-height: 320px;
  }
}

@media (max-width: 720px) {
  .case-copy h1 {
    font-size: clamp(2.4rem, 16vw, 4rem);
  }

  .case-grid-2,
  .case-grid-3,
  .case-track,
  .sales-board-grid {
    grid-template-columns: 1fr;
  }

  .case-row {
    grid-template-columns: 1fr;
  }

  .case-stage {
    min-height: 280px;
  }

  .health-stage .health-risk-card,
  .health-stage .health-protocol-card,
  .health-stage .health-handoff-card,
  .sales-stage .sales-deal--a,
  .sales-stage .sales-deal--b,
  .sales-stage .sales-deal--c,
  .mkt-stage .mkt-note--a,
  .mkt-stage .mkt-note--b,
  .mkt-stage .mkt-note--c,
  .log-stage .log-console,
  .support-stage .support-card,
  .fin-stage .fin-plate,
  .routine-stage .routine-module,
  .line-stage .line-scanner,
  .pol-stage .pol-brief,
  .legal-stage .legal-drawer {
    width: 42%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .health-stage .health-pulse::after,
  .support-stage .support-pulse,
  .line-stage .line-unit,
  .log-stage .log-route,
  .prod-stage .prod-arm {
    animation: none !important;
  }
}

/* Dedicated sector page macro layout overrides */

.agent-case[class*="agent-case--"] > .case-panel,
.agent-case[class*="agent-case--"] > .case-cta {
  max-width: 100%;
}

.agent-case--health {
  gap: 1.35rem;
}

.agent-case--health .case-hero {
  grid-template-columns: minmax(0, 0.92fr) minmax(400px, 1.08fr);
  align-items: stretch;
}

.agent-case--health .case-stage {
  min-height: 460px;
}

.agent-case--health .health-ribbon {
  max-width: 1120px;
}

.agent-case--health .health-stair {
  max-width: 920px;
  margin-left: auto;
  border-radius: 42px 26px 34px 34px;
}

.agent-case--health .health-dossier {
  max-width: 980px;
  margin-right: auto;
  border-radius: 26px 42px 34px 34px;
}

.agent-case--health .health-cta {
  max-width: 1080px;
}

.agent-case--sales {
  gap: 1.35rem;
}

.agent-case--sales .case-hero {
  grid-template-columns: minmax(420px, 1.05fr) minmax(0, 0.95fr);
  align-items: stretch;
}

.agent-case--sales .case-stage {
  order: 1;
  min-height: 430px;
}

.agent-case--sales .case-copy {
  order: 2;
}

.agent-case--sales .sales-weather {
  order: 3;
  max-width: 860px;
  margin-left: auto;
  border-radius: 22px 44px 28px 38px;
}

.agent-case--sales .sales-board {
  order: 2;
  max-width: 1180px;
  background:
    radial-gradient(circle at 88% 18%, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0) 20%),
    linear-gradient(180deg, #29130d 0%, #180a06 100%);
  border-color: rgba(255, 170, 132, 0.18);
}

.agent-case--sales .sales-board .case-panel-head h2,
.agent-case--sales .sales-board .case-panel-head p,
.agent-case--sales .sales-board .case-card strong,
.agent-case--sales .sales-board .case-card p {
  color: #fff3ed;
}

.agent-case--sales .sales-board .case-card {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: none;
}

.agent-case--sales .sales-margin {
  order: 4;
  max-width: 930px;
  margin-right: auto;
}

.agent-case--sales .sales-cta {
  max-width: 1060px;
}

.agent-case--marketing {
  gap: 1.55rem;
}

.agent-case--marketing .case-hero {
  grid-template-columns: 1fr;
  gap: 1.35rem;
  padding: clamp(1.6rem, 4vw, 2.5rem);
}

.agent-case--marketing .case-copy {
  max-width: 760px;
}

.agent-case--marketing .case-stage {
  min-height: 500px;
}

.agent-case--marketing .mkt-narrative {
  order: 3;
  max-width: 920px;
  margin-right: auto;
}

.agent-case--marketing .mkt-machine {
  order: 2;
  max-width: 1160px;
  margin-left: 7%;
  border-radius: 46px 20px 42px 28px;
}

.agent-case--marketing .mkt-newsroom {
  order: 4;
  max-width: 900px;
  margin-left: auto;
  border-radius: 24px 44px 28px 40px;
}

.agent-case--marketing .mkt-cta {
  max-width: 860px;
  margin-right: auto;
  grid-template-columns: 1fr;
  align-items: start;
}

.agent-case--support {
  gap: 1.3rem;
}

.agent-case--support .case-hero {
  grid-template-columns: 1fr;
  align-items: start;
}

.agent-case--support .case-stage {
  order: 1;
  min-height: 340px;
}

.agent-case--support .case-copy {
  order: 2;
  max-width: 780px;
}

.agent-case--support .support-radar {
  order: 3;
  max-width: 940px;
  margin-right: auto;
}

.agent-case--support .support-lanes {
  order: 2;
  max-width: 1180px;
  border-radius: 24px 44px 24px 44px;
}

.agent-case--support .support-memory {
  order: 4;
  max-width: 860px;
  margin-left: auto;
}

.agent-case--support .support-cta {
  max-width: 940px;
  grid-template-columns: 1fr;
  align-items: start;
}

.agent-case--finance {
  gap: 1.4rem;
}

.agent-case--finance .case-hero {
  grid-template-columns: minmax(360px, 0.84fr) minmax(0, 1.16fr);
  background:
    radial-gradient(circle at 82% 18%, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0) 22%),
    linear-gradient(180deg, #102139 0%, #0a1426 100%);
  border-color: rgba(117, 168, 255, 0.18);
}

.agent-case--finance .case-copy h1,
.agent-case--finance .case-lead,
.agent-case--finance .case-kicker,
.agent-case--finance .back-link {
  color: #edf5ff;
}

.agent-case--finance .back-link {
  border-bottom-color: rgba(167, 205, 255, 0.4);
}

.agent-case--finance .case-stage {
  min-height: 420px;
  background:
    radial-gradient(circle at 20% 16%, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0) 20%),
    linear-gradient(180deg, rgba(14, 30, 52, 0.98), rgba(8, 16, 29, 0.92));
}

.agent-case--finance .fin-chamber {
  order: 3;
  max-width: 1180px;
}

.agent-case--finance .fin-lens {
  order: 2;
  max-width: 840px;
  margin-left: auto;
  border-radius: 42px 24px 34px 26px;
}

.agent-case--finance .fin-ledger {
  order: 4;
  max-width: 980px;
  margin-right: auto;
}

.agent-case--finance .fin-cta {
  max-width: 1040px;
}

.agent-case--routine {
  gap: 1.4rem;
}

.agent-case--routine .case-hero {
  grid-template-columns: minmax(390px, 1.08fr) minmax(0, 0.92fr);
}

.agent-case--routine .case-stage {
  order: 1;
  min-height: 450px;
}

.agent-case--routine .case-copy {
  order: 2;
}

.agent-case--routine .routine-strata {
  order: 3;
  max-width: 880px;
  margin-right: auto;
}

.agent-case--routine .routine-bench {
  order: 2;
  max-width: 1180px;
  margin-left: 5%;
}

.agent-case--routine .routine-gate {
  order: 4;
  max-width: 820px;
  margin-left: auto;
  border-radius: 24px 44px 26px 36px;
}

.agent-case--routine .routine-cta {
  max-width: 980px;
}

.agent-case--line {
  gap: 1.35rem;
}

.agent-case--line .case-hero {
  grid-template-columns: 1fr;
  align-items: start;
}

.agent-case--line .case-copy {
  max-width: 760px;
}

.agent-case--line .case-stage {
  min-height: 360px;
}

.agent-case--line .line-pulsewall {
  order: 3;
  max-width: 860px;
  margin-left: auto;
}

.agent-case--line .line-gates {
  order: 2;
  max-width: 1180px;
  border-radius: 44px 20px 44px 20px;
}

.agent-case--line .line-escape {
  order: 4;
  max-width: 880px;
  margin-right: auto;
}

.agent-case--line .line-cta {
  max-width: 920px;
  margin-left: auto;
}

.agent-case--logistics {
  gap: 1.45rem;
}

.agent-case--logistics .case-hero {
  grid-template-columns: minmax(420px, 1.08fr) minmax(0, 0.92fr);
}

.agent-case--logistics .case-stage {
  order: 1;
  min-height: 470px;
}

.agent-case--logistics .case-copy {
  order: 2;
}

.agent-case--logistics .log-room {
  order: 2;
  max-width: 1160px;
}

.agent-case--logistics .log-board {
  order: 4;
  max-width: 900px;
  margin-left: auto;
  border-radius: 24px 46px 24px 38px;
}

.agent-case--logistics .log-shield {
  order: 3;
  max-width: 960px;
  margin-right: auto;
}

.agent-case--logistics .log-cta {
  max-width: 1100px;
}

.agent-case--policy {
  gap: 1.5rem;
}

.agent-case--policy .case-hero {
  grid-template-columns: 1fr;
  text-align: center;
  justify-items: center;
  padding: clamp(1.7rem, 4vw, 2.6rem);
}

.agent-case--policy .case-copy {
  max-width: 780px;
  justify-items: center;
}

.agent-case--policy .sector-hero-actions {
  justify-content: center;
}

.agent-case--policy .case-stage {
  width: min(920px, 100%);
  min-height: 360px;
}

.agent-case--policy .pol-radar {
  order: 3;
  max-width: 840px;
  margin-right: auto;
}

.agent-case--policy .pol-prism {
  order: 2;
  max-width: 1180px;
  border-radius: 46px 24px 34px 34px;
}

.agent-case--policy .case-panel.pol-wave {
  order: 4;
  max-width: 860px;
  margin-left: auto;
}

.agent-case--policy .pol-cta {
  max-width: 960px;
}

.agent-case--production {
  gap: 1.38rem;
}

.agent-case--production .case-hero {
  grid-template-columns: minmax(420px, 1.06fr) minmax(0, 0.94fr);
}

.agent-case--production .case-stage {
  order: 1;
  min-height: 430px;
}

.agent-case--production .case-copy {
  order: 2;
}

.agent-case--production .prod-swell {
  order: 3;
  max-width: 820px;
  margin-right: auto;
}

.agent-case--production .prod-equalizer {
  order: 2;
  max-width: 1180px;
  margin-left: 4%;
}

.agent-case--production .prod-archive {
  order: 4;
  max-width: 900px;
  margin-left: auto;
}

.agent-case--production .prod-cta {
  max-width: 1040px;
}

.agent-case--legal {
  gap: 1.42rem;
}

.agent-case--legal .case-hero {
  grid-template-columns: minmax(420px, 1.04fr) minmax(0, 0.96fr);
}

.agent-case--legal .case-stage {
  order: 1;
  min-height: 450px;
}

.agent-case--legal .case-copy {
  order: 2;
}

.agent-case--legal .legal-xray {
  order: 3;
  max-width: 840px;
  margin-right: auto;
}

.agent-case--legal .legal-ladder {
  order: 2;
  max-width: 1140px;
  margin-left: 5%;
  border-radius: 26px 46px 32px 36px;
}

.agent-case--legal .legal-cabinet {
  order: 4;
  max-width: 880px;
  margin-left: auto;
}

.agent-case--legal .legal-cta {
  max-width: 1020px;
}

.rb-health-ribbon {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 10%, rgba(64, 230, 187, 0.18), rgba(64, 230, 187, 0) 28%),
    radial-gradient(circle at 86% 16%, rgba(255, 255, 255, 0.58), rgba(255, 255, 255, 0) 24%),
    linear-gradient(155deg, rgba(10, 28, 30, 0.98), rgba(12, 47, 44, 0.95));
  border-color: rgba(88, 235, 197, 0.2);
}

.rb-health-ribbon::before {
  content: '';
  position: absolute;
  inset: auto -12% -34% 28%;
  height: 240px;
  background: radial-gradient(circle, rgba(77, 255, 210, 0.24), rgba(77, 255, 210, 0) 70%);
  filter: blur(16px);
  pointer-events: none;
}

.rb-health-ribbon .case-panel-head h2,
.rb-health-ribbon .case-panel-head p,
.rb-health-ribbon .case-kicker {
  color: #eafdf8;
}

.rb-health-vitals-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.9rem;
  margin-top: 1.2rem;
}

.rb-health-vital-card {
  position: relative;
  display: grid;
  gap: 0.6rem;
  min-height: 180px;
  padding: 1rem;
  border-radius: 26px;
  border: 1px solid rgba(124, 255, 224, 0.22);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(7, 22, 23, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 16px 34px rgba(0, 0, 0, 0.18);
}

.rb-health-vital-card strong {
  margin: 0;
  color: #fbfffe;
  font-size: clamp(1.5rem, 2.8vw, 2.15rem);
  line-height: 1;
  font-family: var(--nyt-serif);
}

.rb-health-vital-label {
  display: inline-flex;
  width: fit-content;
  padding: 0.3rem 0.55rem;
  border-radius: 999px;
  background: rgba(88, 235, 197, 0.12);
  color: #96ffd9;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.rb-health-vital-card p {
  margin: 0;
  color: rgba(232, 252, 244, 0.78);
  line-height: 1.65;
}

.rb-health-ribbon-lanes {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 0.72rem;
  margin-top: 1rem;
  padding: 0.9rem;
  border-radius: 28px;
  background: rgba(8, 27, 27, 0.54);
  border: 1px solid rgba(120, 255, 219, 0.14);
}

.rb-health-ribbon-lanes .battle-chip {
  color: #dffcf4;
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(120, 255, 219, 0.2);
}

.rb-health-ribbon-lanes .battle-chip--highlight {
  background: rgba(90, 255, 214, 0.12);
}

.rb-health-protocol {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.34fr);
  gap: 1rem;
  align-items: start;
}

.rb-health-spotlight-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.rb-health-spotlight-card {
  position: relative;
  overflow: hidden;
  display: grid;
  align-content: end;
  gap: 0.72rem;
  min-height: 280px;
  padding: 1.1rem;
  border-radius: 30px;
  border: 1px solid rgba(45, 143, 116, 0.18);
  background:
    radial-gradient(circle at 50% 0%, rgba(93, 255, 214, 0.22), rgba(93, 255, 214, 0) 48%),
    linear-gradient(180deg, #f7fffc 0%, #e4f7f0 100%);
  box-shadow:
    0 18px 38px rgba(22, 79, 63, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.rb-health-spotlight-card::after {
  content: '';
  position: absolute;
  inset: 1rem 18% auto;
  height: 64px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(78, 255, 207, 0.42), rgba(78, 255, 207, 0));
  filter: blur(10px);
  pointer-events: none;
}

.rb-health-spotlight-kicker {
  margin: 0;
  color: #14856f;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.rb-health-spotlight-card h3,
.rb-health-proof-card h3,
.rb-health-dossier-card strong {
  margin: 0;
  color: #10213d;
}

.rb-health-spotlight-card p,
.rb-health-proof-card p,
.rb-health-dossier-card p {
  margin: 0;
  color: rgba(16, 33, 61, 0.8);
  line-height: 1.66;
}

.rb-health-proof-card {
  display: grid;
  gap: 0.82rem;
  padding: 1.15rem;
  border-radius: 30px;
  border: 1px solid rgba(45, 143, 116, 0.16);
  background:
    linear-gradient(180deg, rgba(9, 31, 28, 0.98), rgba(11, 46, 43, 0.96)),
    rgba(7, 20, 20, 0.94);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.rb-health-proof-card strong,
.rb-health-proof-card h3,
.rb-health-proof-card p {
  color: #edfffa;
}

.rb-health-proof-card .case-chip {
  background: rgba(88, 235, 197, 0.14);
  border-color: rgba(88, 235, 197, 0.24);
  color: #e5fff7;
}

.rb-health-dossier-panel {
  background:
    radial-gradient(circle at 16% 20%, rgba(90, 255, 214, 0.14), rgba(90, 255, 214, 0) 28%),
    linear-gradient(180deg, #fbfffe 0%, #eef8f5 100%);
}

.rb-health-dossier-grid {
  display: grid;
  grid-template-columns: minmax(200px, 0.42fr) minmax(0, 0.58fr);
  gap: 1rem;
  align-items: center;
}

.rb-health-dossier-stack {
  position: relative;
  min-height: 320px;
}

.rb-health-sheet {
  position: absolute;
  inset: 0 auto auto 0;
  width: min(280px, 100%);
  height: 260px;
  border-radius: 28px;
  border: 1px solid rgba(54, 156, 128, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(230, 246, 239, 0.96)),
    #ffffff;
  box-shadow: 0 16px 32px rgba(18, 73, 57, 0.12);
}

.rb-health-sheet--one {
  transform: rotate(-8deg) translateY(34px);
}

.rb-health-sheet--two {
  transform: rotate(-2deg) translate(22px, 14px);
}

.rb-health-sheet--three {
  transform: rotate(5deg) translate(44px, -6px);
}

.rb-health-sheet::after {
  content: '';
  position: absolute;
  left: 1rem;
  right: 1rem;
  top: 1.2rem;
  bottom: 1.2rem;
  border-radius: 22px;
  border: 1px dashed rgba(20, 133, 111, 0.16);
}

.rb-health-dossier-copy {
  display: grid;
  gap: 0.82rem;
}

.rb-health-dossier-card {
  display: grid;
  gap: 0.4rem;
  padding: 1rem 1.05rem;
  border-radius: 24px;
  border: 1px solid rgba(45, 143, 116, 0.12);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 14px 28px rgba(18, 73, 57, 0.08);
}

.rb-policy-radar {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 16%, rgba(149, 122, 255, 0.2), rgba(149, 122, 255, 0) 24%),
    radial-gradient(circle at 84% 12%, rgba(255, 255, 255, 0.46), rgba(255, 255, 255, 0) 24%),
    linear-gradient(160deg, rgba(15, 13, 37, 0.98), rgba(30, 19, 67, 0.96));
  border-color: rgba(163, 139, 255, 0.18);
}

.rb-policy-radar::after {
  content: '';
  position: absolute;
  inset: 1.2rem;
  border-radius: 32px;
  border: 1px solid rgba(176, 159, 255, 0.12);
  background:
    linear-gradient(transparent 95%, rgba(176, 159, 255, 0.08) 95%),
    linear-gradient(90deg, transparent 95%, rgba(176, 159, 255, 0.08) 95%);
  background-size: 100% 22%, 18% 100%;
  pointer-events: none;
}

.rb-policy-radar .case-panel-head h2,
.rb-policy-radar .case-panel-head p,
.rb-policy-radar .case-kicker {
  color: #f4f1ff;
}

.rb-policy-pressure-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.9rem;
  margin-top: 1rem;
}

.rb-policy-pressure-card,
.rb-policy-message-card {
  display: grid;
  gap: 0.56rem;
  padding: 1rem;
  border-radius: 26px;
  border: 1px solid rgba(176, 159, 255, 0.18);
}

.rb-policy-pressure-card {
  background: rgba(19, 16, 42, 0.72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.rb-policy-pressure-card strong,
.rb-policy-pressure-card p,
.rb-policy-pressure-card span {
  color: #f3efff;
}

.rb-policy-pressure-card strong {
  font-size: clamp(1.4rem, 2.6vw, 2rem);
  font-family: var(--nyt-serif);
}

.rb-policy-pressure-label {
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #b3a8ff;
}

.rb-policy-prism {
  background:
    linear-gradient(180deg, #faf7ff 0%, #ede6ff 100%);
  border-color: rgba(141, 119, 255, 0.18);
}

.rb-policy-focus-strip {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.05rem;
  padding: 0.9rem;
  border-radius: 999px;
  background: rgba(80, 60, 166, 0.08);
  border: 1px solid rgba(108, 89, 201, 0.14);
}

.rb-policy-focus-strip .battle-chip {
  background: rgba(255, 255, 255, 0.84);
  border-color: rgba(108, 89, 201, 0.14);
  color: #3c2d83;
}

.rb-policy-message-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.9rem;
  margin-top: 1rem;
}

.rb-policy-message-card {
  min-height: 210px;
  align-content: end;
  background:
    radial-gradient(circle at 50% 8%, rgba(139, 113, 255, 0.16), rgba(139, 113, 255, 0) 32%),
    rgba(255, 255, 255, 0.72);
  box-shadow:
    0 16px 30px rgba(64, 44, 130, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.rb-policy-message-card strong {
  color: #2f1f69;
  font-family: var(--nyt-serif);
  font-size: 1.3rem;
}

.rb-policy-message-card p {
  margin: 0;
  color: rgba(49, 32, 122, 0.78);
  line-height: 1.66;
}

.rb-policy-waveboard {
  background:
    linear-gradient(180deg, rgba(17, 13, 38, 0.98), rgba(27, 19, 56, 0.96));
  border-color: rgba(166, 146, 255, 0.16);
}

.rb-policy-waveboard .case-panel-head h2,
.rb-policy-waveboard .case-panel-head p,
.rb-policy-waveboard .case-kicker {
  color: #f4f0ff;
}

.rb-policy-stagger-list {
  display: grid;
  gap: 0.85rem;
  margin-top: 1rem;
}

.rb-policy-stagger-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.9rem;
  align-items: start;
  padding: 1rem 1.1rem;
  border-radius: 28px;
  border: 1px solid rgba(166, 146, 255, 0.16);
  background: rgba(255, 255, 255, 0.04);
}

.rb-policy-stagger-item:nth-child(2) {
  margin-left: 7%;
}

.rb-policy-stagger-item:nth-child(3) {
  margin-left: 14%;
}

.rb-policy-stagger-item span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(180, 166, 255, 0.14);
  color: #f1ecff;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.rb-policy-stagger-item strong,
.rb-policy-stagger-item p {
  color: #f1ecff;
}

.rb-policy-stagger-item p {
  margin: 0.2rem 0 0;
  opacity: 0.82;
  line-height: 1.64;
}

.rb-log-room {
  background:
    radial-gradient(circle at 14% 14%, rgba(72, 233, 255, 0.16), rgba(72, 233, 255, 0) 26%),
    linear-gradient(160deg, rgba(8, 16, 28, 0.98), rgba(9, 28, 43, 0.96));
  border-color: rgba(72, 233, 255, 0.16);
}

.rb-log-room .case-panel-head h2,
.rb-log-room .case-panel-head p,
.rb-log-room .case-kicker {
  color: #edfaff;
}

.rb-logistics-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 0.9rem;
  margin-top: 1rem;
}

.rb-logistics-cell {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 0.7rem;
  min-height: 210px;
  padding: 1.05rem;
  border-radius: 28px;
  border: 1px solid rgba(97, 223, 255, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
    rgba(10, 24, 37, 0.78);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.rb-logistics-cell::after {
  content: '';
  position: absolute;
  inset: auto 1rem 1rem;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(97, 223, 255, 0.18), rgba(97, 223, 255, 0.88));
}

.rb-logistics-cell--strong {
  grid-column: span 7;
}

.rb-logistics-cell:not(.rb-logistics-cell--strong) {
  grid-column: span 5;
}

.rb-logistics-cell span,
.rb-logistics-cell h3,
.rb-logistics-cell p {
  margin: 0;
  color: #eefaff;
}

.rb-logistics-cell span {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #94f1ff;
}

.rb-logistics-cell h3 {
  font-size: 1.42rem;
  line-height: 1.1;
  font-family: var(--nyt-serif);
}

.rb-logistics-cell p {
  opacity: 0.78;
  line-height: 1.66;
}

.rb-log-board {
  background:
    linear-gradient(180deg, #f4fcff 0%, #e5f5fa 100%);
  border-color: rgba(61, 162, 200, 0.18);
}

.rb-logistics-flow-list {
  display: grid;
  gap: 0.72rem;
  margin-top: 1rem;
}

.rb-logistics-flow-item {
  display: grid;
  gap: 0.4rem;
  padding: 0.92rem 1rem;
  border-radius: 24px;
  border: 1px solid rgba(61, 162, 200, 0.12);
  background:
    linear-gradient(90deg, rgba(61, 162, 200, 0.08), rgba(61, 162, 200, 0)),
    rgba(255, 255, 255, 0.68);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.rb-logistics-flow-item:nth-child(2) {
  margin-left: 6%;
}

.rb-logistics-flow-item:nth-child(3) {
  margin-left: 12%;
}

.rb-logistics-flow-item:nth-child(4) {
  margin-left: 18%;
}

.rb-logistics-flow-item:hover,
.rb-logistics-flow-item:focus-within {
  transform: translateX(4px);
  box-shadow: 0 14px 28px rgba(30, 114, 149, 0.1);
}

.rb-logistics-flow-item strong {
  color: #12506c;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.rb-logistics-flow-item p {
  margin: 0;
  color: rgba(22, 72, 92, 0.8);
  line-height: 1.62;
}

.rb-log-shield {
  background:
    linear-gradient(180deg, rgba(9, 19, 31, 0.98), rgba(11, 31, 43, 0.96));
  border-color: rgba(97, 223, 255, 0.14);
}

.rb-log-shield .case-panel-head h2,
.rb-log-shield .case-panel-head p,
.rb-log-shield .case-kicker {
  color: #eefaff;
}

.rb-logistics-shield-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
  margin-top: 1rem;
}

.rb-logistics-shield-card {
  display: grid;
  gap: 0.6rem;
  min-height: 240px;
  padding: 1rem;
  border-radius: 28px;
  border: 1px solid rgba(97, 223, 255, 0.16);
  background:
    radial-gradient(circle at 100% 0%, rgba(97, 223, 255, 0.18), rgba(97, 223, 255, 0) 28%),
    rgba(255, 255, 255, 0.04);
}

.rb-logistics-shield-card strong {
  color: #95eeff;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.rb-logistics-shield-card h3,
.rb-logistics-shield-card p {
  margin: 0;
  color: #eefaff;
}

.rb-logistics-shield-card h3 {
  font-family: var(--nyt-serif);
  font-size: 1.34rem;
  line-height: 1.12;
}

.rb-logistics-shield-card p {
  opacity: 0.78;
  line-height: 1.66;
}

.rb-legal-xray {
  background:
    radial-gradient(circle at 16% 12%, rgba(187, 149, 255, 0.16), rgba(187, 149, 255, 0) 24%),
    linear-gradient(180deg, #fbf9ff 0%, #f0e9fb 100%);
  border-color: rgba(166, 124, 245, 0.18);
}

.rb-legal-xray-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
  margin-top: 1rem;
}

.rb-legal-glass-card {
  display: grid;
  gap: 0.58rem;
  min-height: 230px;
  padding: 1rem;
  border-radius: 28px;
  border: 1px solid rgba(166, 124, 245, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0.58)),
    rgba(255, 255, 255, 0.7);
  box-shadow:
    0 16px 32px rgba(69, 32, 109, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.76);
  backdrop-filter: blur(10px);
}

.rb-legal-glass-card strong {
  color: #754ad0;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.rb-legal-glass-card h3,
.rb-legal-glass-card p {
  margin: 0;
  color: #2f184c;
}

.rb-legal-glass-card h3 {
  font-size: 1.34rem;
  line-height: 1.12;
  font-family: var(--nyt-serif);
}

.rb-legal-glass-card p {
  line-height: 1.65;
  opacity: 0.8;
}

.rb-legal-ladder {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.36fr);
  gap: 1rem;
  background:
    linear-gradient(180deg, rgba(18, 10, 34, 0.98), rgba(33, 18, 60, 0.96));
  border-color: rgba(198, 176, 255, 0.16);
}

.rb-legal-ladder .case-panel-head h2,
.rb-legal-ladder .case-panel-head p,
.rb-legal-ladder .case-kicker {
  color: #f4efff;
}

.rb-legal-folder-board {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.rb-legal-folder-card {
  position: relative;
  display: grid;
  align-content: end;
  gap: 0.56rem;
  min-height: 280px;
  padding: 1rem;
  border-radius: 24px 24px 30px 30px;
  border: 1px solid rgba(198, 176, 255, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03)),
    rgba(255, 255, 255, 0.04);
  overflow: hidden;
}

.rb-legal-folder-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 1rem;
  width: 96px;
  height: 22px;
  border-radius: 0 0 14px 14px;
  background: rgba(202, 181, 255, 0.16);
}

.rb-legal-folder-card span {
  display: inline-flex;
  width: fit-content;
  padding: 0.28rem 0.55rem;
  border-radius: 999px;
  background: rgba(202, 181, 255, 0.12);
  color: #f0eaff;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.rb-legal-folder-card h3,
.rb-legal-folder-card p {
  margin: 0;
  color: #f4efff;
}

.rb-legal-folder-card h3 {
  font-size: 1.28rem;
  line-height: 1.12;
  font-family: var(--nyt-serif);
}

.rb-legal-folder-card p {
  opacity: 0.78;
  line-height: 1.64;
}

.rb-legal-proof-card {
  display: grid;
  gap: 0.75rem;
  padding: 1.1rem;
  border-radius: 28px;
  border: 1px solid rgba(198, 176, 255, 0.16);
  background: rgba(255, 255, 255, 0.04);
}

.rb-legal-proof-card strong,
.rb-legal-proof-card h3,
.rb-legal-proof-card p {
  color: #f4efff;
}

.rb-legal-proof-card .case-chip {
  background: rgba(202, 181, 255, 0.12);
  border-color: rgba(202, 181, 255, 0.18);
  color: #f4efff;
}

.rb-legal-cabinet {
  background:
    linear-gradient(180deg, #f9f6ff 0%, #ece4fa 100%);
}

.rb-legal-cabinet-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
  margin-top: 1rem;
}

.rb-legal-cabinet-card {
  position: relative;
  display: grid;
  gap: 0.5rem;
  min-height: 180px;
  padding: 1rem;
  border-radius: 24px;
  border: 1px solid rgba(166, 124, 245, 0.16);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 16px 30px rgba(69, 32, 109, 0.08);
}

.rb-legal-cabinet-card::before {
  content: '';
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  border: 1px solid rgba(166, 124, 245, 0.18);
  background: linear-gradient(180deg, rgba(166, 124, 245, 0.14), rgba(166, 124, 245, 0));
}

.rb-legal-cabinet-card strong,
.rb-legal-cabinet-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #311751;
}

.rb-legal-cabinet-card strong {
  font-family: var(--nyt-serif);
  font-size: 1.3rem;
}

.rb-legal-cabinet-card p {
  line-height: 1.62;
  opacity: 0.82;
}

@media (max-width: 980px) {
  .agent-case--health .case-hero,
  .agent-case--sales .case-hero,
  .agent-case--finance .case-hero,
  .agent-case--routine .case-hero,
  .agent-case--logistics .case-hero,
  .agent-case--production .case-hero,
  .agent-case--legal .case-hero {
    grid-template-columns: 1fr;
  }

  .agent-case--sales .case-stage,
  .agent-case--routine .case-stage,
  .agent-case--logistics .case-stage,
  .agent-case--production .case-stage,
  .agent-case--legal .case-stage,
  .agent-case--finance .case-stage {
    order: 2;
  }

  .agent-case--sales .case-copy,
  .agent-case--routine .case-copy,
  .agent-case--logistics .case-copy,
  .agent-case--production .case-copy,
  .agent-case--legal .case-copy,
  .agent-case--finance .case-copy {
    order: 1;
  }

  .agent-case--marketing .mkt-machine,
  .agent-case--routine .routine-bench,
  .agent-case--production .prod-equalizer,
  .agent-case--legal .legal-ladder {
    margin-left: 0;
  }

  .rb-health-vitals-grid,
  .rb-policy-pressure-grid,
  .rb-policy-message-grid,
  .rb-legal-xray-grid,
  .rb-logistics-shield-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rb-health-protocol,
  .rb-legal-ladder,
  .rb-health-dossier-grid {
    grid-template-columns: 1fr;
  }

  .rb-health-spotlight-grid,
  .rb-legal-folder-board {
    grid-template-columns: 1fr;
  }

  .rb-logistics-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rb-logistics-cell--strong,
  .rb-logistics-cell:not(.rb-logistics-cell--strong) {
    grid-column: auto;
  }
}

@media (max-width: 720px) {
  .agent-case--policy .case-hero,
  .agent-case--marketing .case-hero,
  .agent-case--support .case-hero,
  .agent-case--line .case-hero {
    padding: 1.2rem;
  }

  .agent-case--policy .case-stage {
    width: 100%;
  }

  .agent-case[class*="agent-case--"] > .case-panel,
  .agent-case[class*="agent-case--"] > .case-cta {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
  }

  .rb-health-vitals-grid,
  .rb-policy-pressure-grid,
  .rb-policy-message-grid,
  .rb-logistics-grid,
  .rb-logistics-shield-grid,
  .rb-legal-xray-grid,
  .rb-legal-cabinet-grid {
    grid-template-columns: 1fr;
  }

  .rb-health-ribbon-lanes,
  .rb-policy-focus-strip {
    border-radius: 24px;
  }

  .rb-policy-stagger-item:nth-child(2),
  .rb-policy-stagger-item:nth-child(3),
  .rb-logistics-flow-item:nth-child(2),
  .rb-logistics-flow-item:nth-child(3),
  .rb-logistics-flow-item:nth-child(4) {
    margin-left: 0;
  }

  .rb-health-sheet {
    width: min(240px, 92%);
    height: 220px;
  }
}
