/* Rez Network Advisor - dedicated product narrative */

.rez-advisor-page {
  background: #f7f9fc;
}

.rez-advisor-page .nav-link-active {
  color: var(--blue-600);
}

.rez-advisor-page .nav-link-active::after {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  margin: 4px auto 0;
  border-radius: 999px;
  background: var(--blue-600);
}

.advisor-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 760px;
  padding: 112px 0 104px;
  color: #f7fbff;
  background:
    radial-gradient(circle at 78% 20%, rgba(34, 199, 242, 0.2), transparent 28%),
    radial-gradient(circle at 8% 88%, rgba(45, 123, 255, 0.16), transparent 30%),
    linear-gradient(135deg, #050b14 0%, #09182d 52%, #0a2840 100%);
}

.advisor-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: 0.32;
  background-image:
    linear-gradient(rgba(112, 222, 250, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(112, 222, 250, 0.07) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to bottom, #000, transparent 92%);
}

.advisor-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 640px;
  height: 640px;
  top: 18px;
  right: -210px;
  border: 1px solid rgba(112, 222, 250, 0.14);
  border-radius: 50%;
  box-shadow:
    0 0 0 96px rgba(45, 123, 255, 0.025),
    0 0 0 192px rgba(45, 123, 255, 0.018);
}

.advisor-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(520px, 1.14fr);
  align-items: center;
  gap: 70px;
}

.advisor-hero-copy {
  max-width: 690px;
}

.advisor-hero-copy .eyebrow,
.advisor-dark .eyebrow,
.advisor-final .eyebrow {
  color: #70defa;
}

.advisor-hero-copy h1 {
  max-width: 760px;
  margin: 0 0 28px;
  color: #ffffff;
  font-size: clamp(3.45rem, 5.5vw, 5.25rem);
  font-weight: 780;
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.advisor-hero-copy h1 span {
  color: #70defa;
}

.advisor-hero-lead {
  max-width: 670px;
  margin: 0;
  color: #c8d5e5;
  font-size: clamp(1.08rem, 1.45vw, 1.24rem);
  line-height: 1.65;
}

.advisor-hero-proof {
  margin: 24px 0 0;
  padding-left: 18px;
  border-left: 3px solid #f28a1a;
  color: #96aac0;
  font-size: 1rem;
  line-height: 1.65;
}

.advisor-hero-proof strong {
  color: #ffffff;
}

.advisor-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.advisor-hero .btn-secondary {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.06);
}

.advisor-hero .btn-secondary:hover {
  border-color: rgba(112, 222, 250, 0.65);
  background: rgba(255, 255, 255, 0.1);
}

.advisor-boundary-line {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-top: 28px;
  color: #91a7bd;
  font-size: 0.84rem;
  font-weight: 700;
}

.advisor-boundary-line span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.advisor-boundary-line span::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #4fd6a1;
  box-shadow: 0 0 0 4px rgba(79, 214, 161, 0.1);
}

.advisor-console {
  overflow: hidden;
  border: 1px solid rgba(121, 169, 211, 0.28);
  border-radius: 26px;
  background: rgba(5, 12, 22, 0.96);
  box-shadow:
    0 42px 100px rgba(0, 0, 0, 0.46),
    0 0 0 7px rgba(255, 255, 255, 0.025);
}

.advisor-console-top {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 20px;
  border-bottom: 1px solid rgba(121, 169, 211, 0.18);
  color: #e6f0fb;
  background: #07111f;
}

.advisor-console-top span {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.05em;
}

.advisor-console-top b {
  padding: 6px 10px;
  border: 1px solid rgba(79, 214, 161, 0.28);
  border-radius: 999px;
  color: #74e7b8;
  background: rgba(79, 214, 161, 0.08);
  font-size: 0.68rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.advisor-console-body {
  padding: 22px;
}

.advisor-console-source {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 15px;
  color: #86a0b9;
  font-size: 0.75rem;
  font-weight: 700;
}

.advisor-console-source i {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 9px;
  color: #081321;
  background: #70defa;
  font-style: normal;
  font-size: 0.66rem;
  font-weight: 900;
}

.advisor-question {
  margin: 0 0 20px;
  padding: 16px 17px;
  border: 1px solid rgba(112, 222, 250, 0.18);
  border-radius: 15px;
  color: #e8f2fb;
  background: rgba(15, 40, 66, 0.66);
  font-size: 0.96rem;
  line-height: 1.55;
}

.advisor-timeline {
  position: relative;
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.advisor-timeline::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 18px;
  bottom: 18px;
  width: 1px;
  background: rgba(112, 222, 250, 0.2);
}

.advisor-timeline li {
  position: relative;
  display: grid;
  grid-template-columns: 32px 1fr auto;
  align-items: center;
  gap: 12px;
}

.advisor-timeline li > span {
  z-index: 1;
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid rgba(112, 222, 250, 0.28);
  border-radius: 50%;
  color: #70defa;
  background: #071421;
  font-family: var(--mono);
  font-size: 0.7rem;
  font-weight: 800;
}

.advisor-timeline strong,
.advisor-timeline small {
  display: block;
}

.advisor-timeline strong {
  color: #dce9f6;
  font-size: 0.83rem;
}

.advisor-timeline small {
  margin-top: 2px;
  color: #7891aa;
  font-size: 0.7rem;
}

.advisor-timeline em {
  color: #5adba7;
  font-style: normal;
  font-size: 0.64rem;
  font-weight: 800;
  text-transform: uppercase;
}

.advisor-verdict {
  margin-top: 20px;
  padding: 18px;
  border: 1px solid rgba(79, 214, 161, 0.28);
  border-radius: 17px;
  background:
    linear-gradient(135deg, rgba(79, 214, 161, 0.09), rgba(45, 123, 255, 0.06)),
    #071421;
}

.advisor-verdict > span {
  color: #62e1af;
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.advisor-verdict h2 {
  margin: 7px 0 6px;
  color: #ffffff;
  font-size: 1.08rem;
  letter-spacing: -0.02em;
}

.advisor-verdict p {
  margin: 0;
  color: #8fa6bd;
  font-size: 0.77rem;
  line-height: 1.55;
}

.advisor-verdict-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 13px;
}

.advisor-verdict-meta span {
  padding: 5px 8px;
  border: 1px solid rgba(121, 169, 211, 0.2);
  border-radius: 999px;
  color: #9bb1c7;
  background: rgba(255, 255, 255, 0.03);
  font-size: 0.63rem;
  font-weight: 750;
}

.advisor-section {
  padding: 112px 0;
}

.advisor-light {
  background: #f7f9fc;
}

.advisor-paper {
  background: #eef3f8;
}

.advisor-dark {
  color: #f7fbff;
  background:
    radial-gradient(circle at 8% 18%, rgba(45, 123, 255, 0.14), transparent 27%),
    linear-gradient(140deg, #06101f 0%, #0a1b34 60%, #0c3148 100%);
}

.advisor-section-head {
  max-width: 900px;
  margin-bottom: 54px;
}

.advisor-section-head.centered {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.advisor-section-head h2 {
  margin: 0;
  color: #0a1830;
  font-size: clamp(2.35rem, 4vw, 3.45rem);
  line-height: 1.06;
  letter-spacing: -0.045em;
}

.advisor-section-head > p:not(.eyebrow) {
  max-width: 780px;
  margin: 22px 0 0;
  color: #52647a;
  font-size: 1.12rem;
  line-height: 1.68;
}

.advisor-section-head.centered > p:not(.eyebrow) {
  margin-right: auto;
  margin-left: auto;
}

.advisor-dark .advisor-section-head h2 {
  color: #ffffff;
}

.advisor-dark .advisor-section-head > p:not(.eyebrow) {
  color: #b4c5d8;
}

.advisor-trigger-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.advisor-trigger {
  position: relative;
  overflow: hidden;
  min-height: 270px;
  padding: 30px;
  border: 1px solid #d8e1eb;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 16px 42px rgba(10, 24, 48, 0.07);
}

.advisor-trigger::after {
  content: "";
  position: absolute;
  width: 130px;
  height: 130px;
  right: -62px;
  bottom: -66px;
  border: 1px solid rgba(45, 123, 255, 0.12);
  border-radius: 50%;
}

.advisor-trigger-number {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  margin-bottom: 42px;
  border-radius: 13px;
  color: #ffffff;
  background: #1768ff;
  font-family: var(--mono);
  font-size: 0.74rem;
  font-weight: 850;
}

.advisor-trigger:nth-child(2) .advisor-trigger-number {
  background: #0d9e86;
}

.advisor-trigger:nth-child(3) .advisor-trigger-number {
  color: #0a1830;
  background: #70defa;
}

.advisor-trigger span {
  color: #1768ff;
  font-size: 0.73rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.advisor-trigger h3 {
  margin: 8px 0 11px;
  color: #0a1830;
  font-size: 1.3rem;
  line-height: 1.25;
}

.advisor-trigger p {
  margin: 0;
  color: #52647a;
  font-size: 1rem;
  line-height: 1.65;
}

.advisor-investigation-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(520px, 1.18fr);
  align-items: start;
  gap: 70px;
}

.advisor-process {
  display: grid;
  gap: 13px;
}

.advisor-process article {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 17px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.045);
}

.advisor-process article > span {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(112, 222, 250, 0.25);
  border-radius: 13px;
  color: #70defa;
  background: rgba(34, 199, 242, 0.07);
  font-family: var(--mono);
  font-size: 0.72rem;
  font-weight: 850;
}

.advisor-process h3 {
  margin: 1px 0 5px;
  color: #ffffff;
  font-size: 1.04rem;
}

.advisor-process p {
  margin: 0;
  color: #9eb2c7;
  font-size: 0.92rem;
  line-height: 1.58;
}

.advisor-evidence-panel {
  overflow: hidden;
  border: 1px solid rgba(112, 222, 250, 0.2);
  border-radius: 24px;
  background: #050c16;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.28);
}

.advisor-evidence-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 56px;
  padding: 0 20px;
  border-bottom: 1px solid rgba(112, 222, 250, 0.15);
  color: #dce8f5;
  background: #071421;
}

.advisor-evidence-bar strong {
  font-size: 0.78rem;
  letter-spacing: 0.04em;
}

.advisor-evidence-bar span {
  color: #71e3b4;
  font-size: 0.68rem;
  font-weight: 850;
  text-transform: uppercase;
}

.advisor-flow-map {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  padding: 28px 22px 18px;
}

.advisor-flow-node {
  position: relative;
  display: grid;
  min-height: 78px;
  place-items: center;
  padding: 11px 7px;
  border: 1px solid rgba(120, 162, 201, 0.2);
  border-radius: 13px;
  color: #b9c9da;
  background: #0a1928;
  font-size: 0.7rem;
  font-weight: 750;
  text-align: center;
}

.advisor-flow-node:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 1px;
  right: -23px;
  background: #2a6480;
}

.advisor-flow-node.alert {
  border-color: rgba(229, 83, 83, 0.55);
  color: #ffb8b8;
  background: rgba(229, 83, 83, 0.08);
}

.advisor-layer-list {
  display: grid;
  gap: 8px;
  padding: 0 22px 22px;
}

.advisor-layer-row {
  display: grid;
  grid-template-columns: 110px 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 11px 12px;
  border: 1px solid rgba(120, 162, 201, 0.13);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.025);
}

.advisor-layer-row > span {
  color: #8fa8bf;
  font-size: 0.72rem;
  font-weight: 800;
}

.advisor-layer-row strong {
  color: #d7e5f1;
  font-size: 0.77rem;
}

.advisor-layer-row em {
  color: #66dcab;
  font-style: normal;
  font-size: 0.65rem;
  font-weight: 850;
  text-transform: uppercase;
}

.advisor-layer-row.failed em {
  color: #ff9c9c;
}

.advisor-layer-row.failed {
  border-color: rgba(229, 83, 83, 0.27);
  background: rgba(229, 83, 83, 0.055);
}

.advisor-root-card {
  margin: 0 22px 22px;
  padding: 17px;
  border-left: 3px solid #f28a1a;
  border-radius: 4px 13px 13px 4px;
  background: rgba(242, 138, 26, 0.07);
}

.advisor-root-card span,
.advisor-root-card strong,
.advisor-root-card small {
  display: block;
}

.advisor-root-card span {
  color: #f7ad59;
  font-size: 0.66rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.advisor-root-card strong {
  margin-top: 5px;
  color: #ffffff;
  font-size: 0.93rem;
}

.advisor-root-card small {
  margin-top: 5px;
  color: #849ab0;
  font-size: 0.7rem;
}

.advisor-monitor-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(520px, 1.08fr);
  align-items: center;
  gap: 70px;
}

.advisor-monitor-copy h2,
.advisor-surfaces-copy h2,
.advisor-handoff-copy h2 {
  margin: 0;
  color: #0a1830;
  font-size: clamp(2.35rem, 4vw, 3.45rem);
  line-height: 1.06;
  letter-spacing: -0.045em;
}

.advisor-monitor-copy > p:not(.eyebrow),
.advisor-surfaces-copy > p:not(.eyebrow),
.advisor-handoff-copy > p:not(.eyebrow) {
  margin: 22px 0 0;
  color: #52647a;
  font-size: 1.12rem;
  line-height: 1.68;
}

.advisor-integration-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.advisor-integration-pills span {
  padding: 9px 13px;
  border: 1px solid #d7e1eb;
  border-radius: 999px;
  color: #2f435d;
  background: #ffffff;
  font-size: 0.78rem;
  font-weight: 750;
}

.advisor-alert-flow {
  padding: 25px;
  border: 1px solid #d8e1eb;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 20px 55px rgba(10, 24, 48, 0.08);
}

.advisor-alert-card,
.advisor-answer-card {
  padding: 19px;
  border-radius: 16px;
}

.advisor-alert-card {
  border: 1px solid rgba(229, 83, 83, 0.2);
  background: #fff8f8;
}

.advisor-answer-card {
  border: 1px solid rgba(36, 184, 117, 0.2);
  background: #f3fbf7;
}

.advisor-alert-card span,
.advisor-answer-card span {
  color: #6d7b8e;
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.advisor-alert-card h3,
.advisor-answer-card h3 {
  margin: 7px 0 6px;
  color: #0a1830;
  font-size: 1.08rem;
}

.advisor-alert-card p,
.advisor-answer-card p {
  margin: 0;
  color: #52647a;
  font-size: 0.86rem;
  line-height: 1.55;
}

.advisor-alert-arrow {
  position: relative;
  display: grid;
  min-height: 80px;
  place-items: center;
  color: #1768ff;
  font-size: 0.73rem;
  font-weight: 850;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.advisor-alert-arrow::before {
  content: "";
  position: absolute;
  top: 11px;
  bottom: 11px;
  width: 1px;
  background: #bad0ea;
}

.advisor-alert-arrow span {
  z-index: 1;
  padding: 5px 10px;
  border-radius: 999px;
  background: #ffffff;
}

.advisor-surfaces-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(530px, 1.18fr);
  align-items: center;
  gap: 70px;
}

.advisor-surface-stack {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 13px;
}

.advisor-surface-card {
  min-height: 244px;
  padding: 24px;
  border: 1px solid #d8e1eb;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 14px 36px rgba(10, 24, 48, 0.06);
}

.advisor-surface-card > span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  margin-bottom: 45px;
  border-radius: 12px;
  color: #ffffff;
  background: #1768ff;
  font-family: var(--mono);
  font-size: 0.7rem;
  font-weight: 850;
}

.advisor-surface-card:nth-child(2) > span {
  background: #0d9e86;
}

.advisor-surface-card:nth-child(3) > span {
  color: #0a1830;
  background: #70defa;
}

.advisor-surface-card h3 {
  margin: 0 0 9px;
  color: #0a1830;
  font-size: 1.12rem;
}

.advisor-surface-card p {
  margin: 0;
  color: #52647a;
  font-size: 0.88rem;
  line-height: 1.58;
}

.advisor-surface-card small {
  display: inline-block;
  margin-top: 13px;
  color: #1768ff;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.advisor-layer-section {
  background: #ffffff;
}

.advisor-layer-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}

.advisor-layer-card {
  min-height: 195px;
  padding: 21px;
  border: 1px solid #d8e1eb;
  border-radius: 18px;
  background: #f7f9fc;
}

.advisor-layer-card span {
  display: block;
  color: #1768ff;
  font-family: var(--mono);
  font-size: 0.7rem;
  font-weight: 850;
}

.advisor-layer-card h3 {
  margin: 31px 0 8px;
  color: #0a1830;
  font-size: 1rem;
}

.advisor-layer-card p {
  margin: 0;
  color: #607086;
  font-size: 0.83rem;
  line-height: 1.55;
}

.advisor-readonly-strip {
  padding: 28px 0;
  background: #07111f;
}

.advisor-readonly-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 18px;
}

.advisor-readonly-grid article {
  padding: 20px 22px;
  border-left: 1px solid rgba(112, 222, 250, 0.22);
}

.advisor-readonly-grid span {
  display: block;
  color: #70defa;
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.advisor-readonly-grid strong {
  display: block;
  margin-top: 5px;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.45;
}

.advisor-handoff-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(520px, 1.14fr);
  align-items: center;
  gap: 70px;
}

.advisor-handoff-steps {
  display: grid;
  gap: 13px;
}

.advisor-handoff-step {
  display: grid;
  grid-template-columns: 48px 1fr auto;
  align-items: center;
  gap: 15px;
  padding: 18px;
  border: 1px solid #d8e1eb;
  border-radius: 17px;
  background: #ffffff;
}

.advisor-handoff-step > span {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 13px;
  color: #ffffff;
  background: #1768ff;
  font-family: var(--mono);
  font-size: 0.72rem;
  font-weight: 850;
}

.advisor-handoff-step:nth-child(2) > span {
  background: #0d9e86;
}

.advisor-handoff-step:nth-child(3) > span {
  color: #0a1830;
  background: #f28a1a;
}

.advisor-handoff-step strong,
.advisor-handoff-step small {
  display: block;
}

.advisor-handoff-step strong {
  color: #0a1830;
  font-size: 0.98rem;
}

.advisor-handoff-step small {
  margin-top: 3px;
  color: #6d7b8e;
  font-size: 0.78rem;
}

.advisor-handoff-step em {
  color: #1768ff;
  font-style: normal;
  font-size: 0.64rem;
  font-weight: 850;
  text-transform: uppercase;
}

.advisor-final {
  position: relative;
  overflow: hidden;
  padding: 112px 0;
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(45, 123, 255, 0.22), transparent 43%),
    linear-gradient(135deg, #050b14, #0a1830);
}

.advisor-final h2 {
  max-width: 860px;
  margin: 0 auto;
  color: #ffffff;
  font-size: clamp(2.4rem, 4.3vw, 3.7rem);
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.advisor-final p:not(.eyebrow) {
  max-width: 720px;
  margin: 22px auto 0;
  color: #b4c5d8;
  font-size: 1.12rem;
  line-height: 1.68;
}

.advisor-final-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.advisor-final .btn-secondary {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.06);
}

@media (max-width: 1100px) {
  .advisor-hero-grid,
  .advisor-investigation-grid,
  .advisor-monitor-grid,
  .advisor-surfaces-grid,
  .advisor-handoff-grid {
    grid-template-columns: 1fr;
  }

  .advisor-hero-copy {
    max-width: 800px;
  }

  .advisor-console,
  .advisor-evidence-panel,
  .advisor-alert-flow {
    width: min(100%, 780px);
    margin-right: auto;
    margin-left: auto;
  }

  .advisor-layer-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 760px) {
  .rez-advisor-page .nav-link-active::after {
    display: none;
  }

  .advisor-hero {
    min-height: auto;
    padding: 82px 0 72px;
  }

  .advisor-hero-grid {
    gap: 48px;
  }

  .advisor-hero-copy h1 {
    font-size: clamp(2.8rem, 13vw, 3.75rem);
    line-height: 1.01;
  }

  .advisor-hero-actions,
  .advisor-final-actions {
    display: grid;
  }

  .advisor-hero-actions .btn,
  .advisor-final-actions .btn {
    width: 100%;
  }

  .advisor-console {
    border-radius: 20px;
  }

  .advisor-console-body {
    padding: 16px;
  }

  .advisor-timeline li {
    grid-template-columns: 32px 1fr;
  }

  .advisor-timeline em {
    grid-column: 2;
  }

  .advisor-section,
  .advisor-final {
    padding: 72px 0;
  }

  .advisor-section-head {
    margin-bottom: 38px;
  }

  .advisor-section-head h2,
  .advisor-monitor-copy h2,
  .advisor-surfaces-copy h2,
  .advisor-handoff-copy h2,
  .advisor-final h2 {
    font-size: 2.35rem;
  }

  .advisor-trigger-grid,
  .advisor-surface-stack,
  .advisor-layer-grid,
  .advisor-readonly-grid {
    grid-template-columns: 1fr;
  }

  .advisor-trigger {
    min-height: 0;
  }

  .advisor-trigger-number,
  .advisor-surface-card > span {
    margin-bottom: 24px;
  }

  .advisor-surface-card {
    min-height: 0;
  }

  .advisor-investigation-grid,
  .advisor-monitor-grid,
  .advisor-surfaces-grid,
  .advisor-handoff-grid {
    gap: 42px;
  }

  .advisor-flow-map {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .advisor-flow-node:not(:last-child)::after {
    display: none;
  }

  .advisor-layer-row {
    grid-template-columns: 1fr auto;
  }

  .advisor-layer-row strong {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .advisor-readonly-grid article {
    border-top: 1px solid rgba(112, 222, 250, 0.18);
    border-left: 0;
  }

  .advisor-handoff-step {
    grid-template-columns: 44px 1fr;
  }

  .advisor-handoff-step > span {
    width: 44px;
    height: 44px;
  }

  .advisor-handoff-step em {
    grid-column: 2;
  }
}

@media (max-width: 420px) {
  .advisor-layer-grid,
  .advisor-flow-map {
    grid-template-columns: 1fr;
  }

  .advisor-console-top {
    align-items: flex-start;
    flex-direction: column;
    padding: 14px 16px;
  }

  .advisor-boundary-line {
    display: grid;
  }
}
