:root {
  --blue: #0648c8;
  --navy: #071e45;
  --text: #172b49;
  --muted: #62718a;
  --line: #dfe7f3;
  --pale: #f4f8ff;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
  overflow-x: hidden;
}
body {
  margin: 0;
  color: var(--text);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
  cursor: pointer;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2,
h3 {
  line-height: 1.12;
  letter-spacing: -0.035em;
}
h1 {
  font-size: clamp(42px, 4.5vw, 70px);
  margin-bottom: 23px;
}
h2 {
  font-size: clamp(34px, 3.6vw, 54px);
  margin-bottom: 24px;
}
h3 {
  font-size: 23px;
  letter-spacing: -0.02em;
}
em {
  font-style: normal;
  color: var(--blue);
}
p {
  color: var(--muted);
}
.container {
  width: min(1320px, 90%);
  margin: auto;
}
.header {
  height: 96px;
  padding: 15px 3%;
  display: flex;
  align-items: center;
  gap: 24px;
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid var(--line);
}
.brand {
  flex-shrink: 0;
}
.brand img {
  width: 160px;
  height: auto;
  display: block;
}
.brand-caption {
  border-left: 1px solid #ccd4df;
  padding-left: 22px;
  font-size: 10.5px;
  line-height: 1.5;
}
.brand-caption b,
.brand-caption span {
  display: block;
}
.brand-caption span {
  color: #768295;
}
.header nav {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-left: auto;
  font-size: 14px;
  font-weight: 600;
}
.header nav > a:not(.button) {
  position: relative;
  padding: 12px 0;
}
.header nav > a.active {
  color: var(--blue);
}
.header nav > a.active:after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--blue);
}
.button {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  padding: 13px 16px 13px 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  overflow: hidden;
  isolation: isolate;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    color 0.3s ease,
    border-color 0.3s ease;
}
.button::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(115deg, #0648c8, #1c9ce0, #2dbb94, #0648c8);
  background-size: 300% 300%;
  background-position: 0% 50%;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.button:hover::before {
  opacity: 1;
  animation: button-gradient 3.5s ease infinite;
}
.button:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 26px #001b5230;
}
.button:active {
  transform: translateY(-1px);
}
.button span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.2em;
  height: 2.2em;
  flex-shrink: 0;
  border-radius: 50%;
  font-size: 1.15em;
  line-height: 1;
  background: #ffffff2b;
  transition:
    transform 0.35s ease,
    background 0.35s ease;
}
.button:hover span {
  transform: rotate(45deg);
  background: #ffffff3d;
}
@keyframes button-gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.primary {
  background: var(--blue);
  color: white;
}
.white {
  background: white;
  color: #122445;
}
.white span {
  background: #0648c81a;
}
.white:hover {
  color: white;
}
.white:hover span {
  background: #ffffff33;
}
.outline-light {
  color: #fff;
  border-color: #8aa9d0;
  background: #ffffff05;
}
.outline-light:hover {
  border-color: transparent;
}
.outline {
  border-color: var(--blue);
  color: var(--blue);
}
.outline span {
  background: #0648c814;
}
.outline:hover {
  color: white;
  border-color: transparent;
}
.outline:hover span {
  background: #ffffff33;
}
.text-button {
  padding: 8px 6px 8px 0;
  gap: 10px;
  border-radius: 0;
  color: var(--blue);
}
.text-button span {
  width: 1.9em;
  height: 1.9em;
  background: #0648c814;
}
.text-button:hover span {
  transform: rotate(45deg);
  background: #0648c826;
}
.text-button::before {
  content: none;
}
.text-button::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 0;
  height: 2px;
  background: linear-gradient(90deg, #0648c8, #1c9ce0, #2dbb94);
  transition: right 0.35s ease;
}
.text-button:hover::after {
  right: 0;
}
.text-button:hover {
  transform: none;
  box-shadow: none;
  color: var(--blue);
}
.actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.eyebrow {
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.16em;
  font-weight: 700;
  color: #567caa;
  margin-bottom: 21px;
}
.hero {
  position: relative;
  background: #06357a;
  color: #fff;
  overflow: hidden;
  min-height: calc(100svh - 96px + 28px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hero-image {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(100deg, #04255cf2 0%, #04255cd6 42%, #04255c40 64%, transparent 80%),
    url("../assets/hero-banner.jpg") center right/cover no-repeat;
}
.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  flex: 1;
  padding: 44px 0 44px;
}
.hero-copy {
  max-width: 640px;
}
.hero-copy .eyebrow,
.hero-copy h1,
.hero-copy .lead,
.hero-copy .tagline {
  text-shadow: 0 2px 14px #001233a3;
}
.hero .eyebrow {
  color: #a2d9ff;
}
.hero h1 {
  font-size: clamp(34px, 3.6vw, 52px);
  margin-bottom: 14px;
}
.hero h1 em {
  color: #70d0fc;
}
.lead {
  color: #dfebff;
  font-size: 15px;
  max-width: 580px;
  line-height: 1.55;
}
.tagline {
  padding-left: 17px;
  border-left: 3px solid #67d3ed;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin: 14px 0;
}
.dashboard {
  background: white;
  border: 8px solid #102c49;
  border-radius: 17px;
  color: #21304a;
  padding: 15px;
  box-shadow: 0 24px 55px #001b4535;
  position: relative;
  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease;
}
.dash-head {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  margin-bottom: 13px;
}
.dash-head b {
  font-size: 15px;
}
.dash-head > span {
  font-size: 9px;
  letter-spacing: 0.06em;
  color: #7b8798;
}
.metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
.metrics > div {
  background: #f7f9fc;
  border: 1px solid #edf1f8;
  border-radius: 7px;
  padding: 9px 8px;
  min-width: 0;
}
.metrics small {
  display: block;
  font-size: 10px;
  line-height: 1.3;
  min-height: 22px;
  color: #596b82;
}
.metrics strong {
  font-size: 22px;
  line-height: 1.3;
  display: block;
  letter-spacing: -0.03em;
}
.metrics i {
  font-size: 10px;
  color: #8491a2;
  font-style: normal;
}
.spark {
  font-size: 10px;
  color: #17a477;
}
.percent {
  font-size: 17px;
}
.mini-track,
.bar {
  height: 5px;
  background: #edf1f5;
  border-radius: 9px;
  overflow: hidden;
}
.mini-track i {
  display: block;
  height: 100%;
  width: 0;
  background: #1ea5cd;
  transition: width 1.3s ease 0.4s;
}
.visibility-dashboard.visible .mini-track i {
  width: 68%;
}
.chart-title {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  margin: 14px 0 6px;
}
.chart-title span {
  color: #7e899c;
}
.line-chart {
  width: 100%;
  height: auto;
  display: block;
}
.legend {
  display: flex;
  gap: 14px;
  font-size: 9px;
  justify-content: center;
}
.legend span:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #2489ec;
  border-radius: 50%;
  margin-right: 4px;
}
.legend span:nth-child(2):before {
  background: #2dbb94;
}
.legend span:nth-child(3):before {
  background: #e8a847;
}
.dash-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 11px;
  border-top: 1px solid #edf1f5;
  padding-top: 8px;
  font-size: 9px;
  color: #6b809b;
}
.risk-card,
.progress-card {
  position: absolute;
  border: 6px solid #102c49;
  background: white;
  color: #22334b;
  padding: 10px 12px;
  border-radius: 12px;
  box-shadow: 0 12px 32px #001b4530;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}
.risk-card:hover,
.progress-card:hover {
  transform: translateY(-5px) scale(1.03);
  box-shadow: 0 18px 40px #001b4548;
  z-index: 2;
}
.risk-card {
  right: -70px;
  top: 0;
  width: 165px;
}
.card-label {
  font-size: 9px;
  font-weight: 700;
}
.risk-body {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 7px;
}
.risk-body p {
  font-size: 8px;
  margin: 3px 0;
  white-space: nowrap;
}
.risk-body p b {
  margin-left: 10px;
}
.donut {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: conic-gradient(#57bd9f 0 42%, #f2b742 42% 79%, #f37e67 79%);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.donut > b {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  line-height: 1.2;
  font-size: 17px;
}
.donut small {
  font-size: 7px;
  font-weight: 400;
}
.dot {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin-right: 3px;
}
.green {
  background: #57bd9f;
}
.amber {
  background: #f2b742;
}
.red {
  background: #f37e67;
}
.progress-card {
  right: -66px;
  bottom: 5px;
  width: 165px;
}
.progress-card p {
  font-size: 9px;
  margin: 6px 0 3px;
  color: #40526c;
}
.progress-card b {
  float: right;
}
.bar i {
  height: 100%;
  display: block;
  background: #32aadd;
  border-radius: 9px;
}
.bar.amber i {
  background: #f2b742;
}
.trust-strip {
  position: relative;
  width: 100%;
  padding: 18px 0;
  background: #f6faff;
  color: #172b49;
  overflow: hidden;
}
.trust-track {
  display: flex;
  width: max-content;
  animation: trust-scroll 32s linear infinite;
}
.trust-strip:hover .trust-track {
  animation-play-state: paused;
}
@keyframes trust-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.trust-set {
  display: flex;
  flex-shrink: 0;
}
.trust-strip > * {
  min-width: 0;
}
.trust-set > div {
  display: flex;
  align-items: center;
  gap: 16px;
  border-right: 1px solid #cedbea;
  padding: 0 32px;
  white-space: nowrap;
}
.trust-strip b {
  font-size: 12px;
  line-height: 1.5;
}
.icon {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  color: var(--blue);
}
.trust-strip .icon {
  width: 34px;
  height: 34px;
}
.screen {
  min-height: calc(100svh - 96px);
  padding: 52px 0;
  display: flex;
  align-items: center;
  scroll-margin-top: 0;
}
.pale {
  background: var(--pale);
}
.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}
.two-col p {
  max-width: 590px;
}
.pull-quote {
  position: relative;
  background: linear-gradient(135deg, #eaf1ff, #f7faff);
  border: 1px solid #d7e6fb;
  border-radius: 14px;
  padding: 24px 26px 24px 60px;
  margin: 28px 0;
}
.pull-quote::before {
  content: "\201C";
  position: absolute;
  left: 18px;
  top: 6px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 52px;
  line-height: 1;
  color: var(--blue);
  opacity: 0.35;
}
.pull-quote p {
  position: relative;
  margin: 0;
  color: #33415c;
  font-size: 16px;
  line-height: 1.55;
}
.pull-quote strong {
  display: inline-block;
  margin-top: 4px;
  color: var(--blue);
  font-weight: 700;
}
.about-copy > *,
.stagger-copy > * {
  opacity: 0;
  transform: translateY(16px);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
}
.about-copy.visible > *,
.stagger-copy.visible > * {
  opacity: 1;
  transform: none;
}
.about-copy.visible > *:nth-child(1),
.stagger-copy.visible > *:nth-child(1) {
  transition-delay: 0.05s;
}
.about-copy.visible > *:nth-child(2),
.stagger-copy.visible > *:nth-child(2) {
  transition-delay: 0.15s;
}
.about-copy.visible > *:nth-child(3),
.stagger-copy.visible > *:nth-child(3) {
  transition-delay: 0.25s;
}
.about-copy.visible > *:nth-child(4),
.stagger-copy.visible > *:nth-child(4) {
  transition-delay: 0.35s;
}
.about-copy.visible > *:nth-child(5),
.stagger-copy.visible > *:nth-child(5) {
  transition-delay: 0.45s;
}
.about-visual {
  position: relative;
  padding: 20px 10px 0;
}
.glow-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(50px);
  opacity: 0.5;
  z-index: 0;
  animation: orb-drift 9s ease-in-out infinite;
}
.glow-orb-a {
  width: 220px;
  height: 220px;
  background: #7ab8ff;
  top: -30px;
  right: 10%;
}
.glow-orb-b {
  width: 180px;
  height: 180px;
  background: #57bd9f;
  bottom: 10px;
  left: 0;
  animation-delay: -4.5s;
}
@keyframes orb-drift {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(-14px, 16px) scale(1.12);
  }
}
.showcase-frame {
  position: relative;
  z-index: 1;
}
.about-showcase {
  display: block;
  width: 100%;
  height: auto;
  animation: showcase-float 5s ease-in-out infinite;
  filter: drop-shadow(0 26px 40px #0a205c30);
}
@keyframes showcase-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}
.handoff-lists {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: stretch;
  gap: 0;
  margin-top: 18px;
  border-radius: 18px;
  box-shadow: 0 20px 48px #0a205c1c;
  overflow: hidden;
}
.handoff-col {
  min-width: 0;
  background: #fbfcfe;
  border: 1px solid var(--line);
  padding: 30px 32px;
}
.handoff-col.you {
  border-radius: 18px 0 0 18px;
  border-right: none;
}
.handoff-col.we {
  border-radius: 0 18px 18px 0;
  border-left: none;
  background: linear-gradient(160deg, #eef4ff, #fbfcfe 65%);
}
.handoff-label {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #4b5876;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e2e8f4;
}
.we .handoff-label {
  color: var(--blue);
  border-bottom-color: #d3e2fb;
}
.handoff-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  background: #eaeef5;
  color: #55627a;
  box-shadow: 0 6px 14px #0a205c14;
}
.handoff-icon svg {
  width: 17px;
  height: 17px;
}
.we .handoff-icon {
  background: linear-gradient(135deg, var(--blue), #1c5fe0);
  color: #fff;
}
.handoff-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.handoff-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14px;
  line-height: 1.4;
  color: #425068;
  transition:
    transform 0.25s ease,
    color 0.25s ease;
}
.handoff-list li:hover {
  transform: translateX(4px);
  color: #16233d;
}
.we .handoff-list li {
  color: #2a3d63;
}
.we .handoff-list li:hover {
  color: var(--blue);
}
.li-icon {
  width: 24px;
  height: 24px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  margin-top: 1px;
  background: #eaeef5;
  color: #55627a;
  transition:
    background 0.25s ease,
    transform 0.25s ease;
}
.li-icon svg {
  width: 13px;
  height: 13px;
}
.we .li-icon {
  background: #dbe8ff;
  color: var(--blue);
}
.handoff-list li:hover .li-icon {
  background: #d5e2fb;
  transform: scale(1.08);
}
.we .handoff-list li:hover .li-icon {
  background: var(--blue);
  color: #fff;
}
.handoff-arrow-mid {
  position: relative;
  z-index: 2;
  width: 46px;
  height: 46px;
  margin: 0 -23px;
  align-self: center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blue), #1c5fe0);
  color: #fff;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  border: 3px solid #fff;
  box-shadow: 0 10px 26px #0648c855;
}
.handoff-arrow-mid svg {
  width: 19px;
  height: 19px;
}
.section-head {
  text-align: center;
  max-width: 860px;
  margin: 0 auto 32px;
}
.section-head p:last-child {
  max-width: 780px;
  margin: auto;
}
.section-head.left {
  text-align: left;
  margin-left: 0;
  max-width: 1000px;
}
.section-head.left p:last-child {
  margin-left: 0;
}
.navy .section-head {
  margin-bottom: 22px;
}
.stream-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin: 12px 0;
}
.stream-grid > div {
  text-align: center;
  padding: 18px 18px;
  background: #f7faff;
  border: 1px solid #e0e9f5;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease,
    background 0.35s ease;
}
.stream-grid > div::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent, #eaf2ff);
  opacity: 0;
  transition: opacity 0.35s ease;
}
.stream-grid > div:hover {
  transform: translateY(-6px);
  border-color: #b7cdf2;
  box-shadow: 0 16px 34px #0a205c1a;
}
.stream-grid > div:hover::before {
  opacity: 1;
}
.stream-grid .icon {
  width: 44px;
  height: 44px;
  margin-bottom: 13px;
  position: relative;
  transition: transform 0.35s ease;
}
.stream-grid > div:hover .icon {
  transform: scale(1.1);
}
.stream-grid h3,
.stream-grid span {
  position: relative;
}
.stream-grid h3 {
  font-size: 20px;
  margin-bottom: 7px;
}
.stream-grid span {
  font-size: 13px;
  color: #728199;
}
.pmo-band {
  position: relative;
  background: linear-gradient(120deg, #0648c8, #1c5fe0 55%, #0a3f8c);
  color: white;
  border-radius: 14px;
  padding: 14px 30px;
  overflow: hidden;
}
.pmo-band::before {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  background: radial-gradient(circle, #ffffff22, transparent 70%);
  top: -100px;
  right: -60px;
  border-radius: 50%;
  pointer-events: none;
}
.pmo-heading {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}
.pmo-globe {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #ffffff22;
  display: grid;
  place-items: center;
  color: #bcdcff;
  flex-shrink: 0;
  animation: pmo-globe-spin 12s linear infinite;
}
.pmo-globe svg {
  width: 18px;
  height: 18px;
}
@keyframes pmo-globe-spin {
  to {
    transform: rotate(360deg);
  }
}
.pmo-heading b {
  font-size: 16px;
  letter-spacing: 0.02em;
}
.pmo-flow {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 8px;
}
.pmo-track {
  position: absolute;
  left: 6%;
  right: 6%;
  top: 13px;
  height: 2px;
  background: #ffffff2e;
  border-radius: 2px;
  overflow: hidden;
}
.pmo-track-fill {
  position: absolute;
  inset: 0;
  width: 34%;
  background: linear-gradient(90deg, transparent, #8fd6ff, transparent);
  animation: pmo-track-flow 3.5s linear infinite;
}
@keyframes pmo-track-flow {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(340%);
  }
}
.pmo-step {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  flex: 1;
  transition: transform 0.3s ease;
}
.pmo-step:hover {
  transform: translateY(-4px);
}
.pmo-dot {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #fff;
  color: var(--blue);
  font-size: 13px;
  font-weight: 700;
  display: grid;
  place-items: center;
  box-shadow: 0 6px 16px #00214f40;
  transition:
    background 0.3s ease,
    color 0.3s ease,
    transform 0.3s ease;
}
.pmo-step:hover .pmo-dot {
  background: #8fd6ff;
  transform: scale(1.12);
}
.pmo-step span:last-child {
  font-size: 12.5px;
  font-weight: 600;
  color: #dbeaff;
  white-space: nowrap;
}
.center {
  text-align: center;
  margin-top: 20px;
}
.navy {
  background: #061f48;
  color: white;
}
.navy .eyebrow {
  color: #8bc5fd;
}
.navy h2 em {
  color: #73cbff;
}
.navy .section-head p {
  color: #adbfda;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.service {
  padding: 20px 22px;
  border: 1px solid #345074;
  border-radius: 8px;
  background: #ffffff04;
  position: relative;
  overflow: hidden;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease,
    background 0.35s ease;
}
.service::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(120deg, #2489ec, #2dbb94, #82c9ff);
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.35s ease;
}
.service:hover {
  transform: translateY(-8px);
  border-color: transparent;
  background: #ffffff08;
  box-shadow: 0 20px 45px #000a2540;
}
.service:hover::before {
  opacity: 1;
}
.service-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 22px;
}
.service-top .icon {
  color: #82c9ff;
  width: 36px;
  height: 36px;
  transition:
    transform 0.35s ease,
    color 0.35s ease;
}
.service:hover .service-top .icon {
  transform: scale(1.12) rotate(-6deg);
  color: #fff;
}
.service-top span {
  font-size: 13px;
  color: #91a8c7;
}
.service h3 {
  font-size: 20px;
  line-height: 1.2;
  min-height: 48px;
  letter-spacing: -0.01em;
}
.service p {
  font-size: 14px;
  line-height: 1.5;
  color: #acbfdc;
  margin: 0;
}
.visibility-dashboard .dashboard {
  border: 1px solid #dfe6f2;
  border-radius: 12px;
  padding: 25px;
  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease;
}
.visibility-dashboard:hover .dashboard {
  transform: translateY(-6px);
  box-shadow: 0 26px 50px #0a205c1e;
}
.visibility-dashboard .metrics > div {
  transition:
    transform 0.3s ease,
    background 0.3s ease;
}
.visibility-dashboard .metrics > div:hover {
  transform: translateY(-3px);
  background: #eef4ff;
}
.visibility-dashboard .line-chart > path[stroke] {
  stroke-dasharray: 700;
  stroke-dashoffset: 700;
  transition: stroke-dashoffset 1.5s ease;
}
.visibility-dashboard .line-chart > path[stroke]:nth-of-type(1) {
  transition-delay: 0.1s;
}
.visibility-dashboard .line-chart > path[stroke]:nth-of-type(2) {
  transition-delay: 0.35s;
}
.visibility-dashboard .line-chart > path[stroke]:nth-of-type(3) {
  transition-delay: 0.6s;
}
.visibility-dashboard.visible .line-chart > path[stroke] {
  stroke-dashoffset: 0;
}
.visibility-dashboard {
  max-width: 440px;
}
.visibility-dashboard .dashboard {
  padding: 16px;
}
.visibility-dashboard .dash-head b {
  font-size: 13px;
}
.visibility-dashboard .metrics {
  gap: 6px;
}
.visibility-dashboard .metrics small {
  font-size: 9.5px;
  min-height: 18px;
}
.visibility-dashboard .metrics strong {
  font-size: 17px;
}
.visibility-dashboard .metrics > div {
  padding: 9px 8px;
}
.visibility-dashboard .chart-title {
  margin: 10px 0 4px;
}
.visibility-dashboard .line-chart {
  max-height: 150px;
}
.visibility-dashboard .legend {
  font-size: 8px;
}
.visibility-dashboard .dash-bottom {
  margin-top: 10px;
  padding-top: 7px;
}
.visibility-section {
  position: relative;
  overflow: hidden;
}
.visibility-section .glow-orb-a {
  top: -60px;
  right: 6%;
}
.visibility-section .glow-orb-b {
  bottom: -40px;
  left: 4%;
}
.flow {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 26px 0;
  font-size: 12.5px;
  font-weight: 700;
}
.flow-step {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 14px;
  border: 1px solid #d7e3f4;
  background: white;
  border-radius: 10px;
  color: #33415c;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}
.flow-step:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 22px #0a205c1c;
  border-color: #b7cdf2;
}
.flow-step-main {
  background: linear-gradient(135deg, var(--blue), #1c5fe0);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 10px 24px #0648c840;
}
.flow-icon {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  background: #eaf1ff;
  color: var(--blue);
}
.flow-icon svg {
  width: 12px;
  height: 12px;
}
.flow-step-main .flow-icon {
  background: #ffffff2e;
  color: #fff;
}
.flow-arrow {
  position: relative;
  width: 28px;
  height: 2px;
  background: #d7e3f4;
  border-radius: 2px;
  overflow: hidden;
  flex-shrink: 0;
  color: #a9bfe6;
}
.flow-arrow svg {
  position: absolute;
  right: -8px;
  top: 50%;
  width: 14px;
  height: 14px;
  transform: translateY(-50%);
}
.flow-arrow-fill {
  position: absolute;
  inset: 0;
  width: 50%;
  background: linear-gradient(90deg, transparent, var(--blue), transparent);
  animation: flow-arrow-pulse 2.6s linear infinite;
}
@keyframes flow-arrow-pulse {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(200%);
  }
}
.detail-tabs {
  margin-top: 18px;
}
.tab-list {
  display: flex;
  gap: 6px;
  background: #eef2f8;
  border-radius: 10px;
  padding: 5px;
}
.tab-list button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border: 1px solid transparent;
  background: transparent;
  border-radius: 7px;
  padding: 10px 8px;
  font-size: 12px;
  font-weight: 600;
  flex: 1;
  color: #59688a;
  transition:
    background 0.3s ease,
    color 0.3s ease,
    box-shadow 0.3s ease;
}
.tab-list button svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}
.tab-list button:hover {
  color: var(--blue);
}
.tab-list button[aria-selected="true"] {
  background: white;
  color: var(--blue);
  box-shadow: 0 6px 16px #0a205c1c;
}
#report-panel {
  font-size: 13px;
  margin: 13px 0 0;
  min-height: 44px;
  transition: opacity 0.15s ease;
}
#report-panel.fade-out {
  opacity: 0;
}
.capability-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.capability {
  border: 1px solid var(--line);
  border-radius: 9px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}
.capability:hover {
  transform: translateY(-8px);
  border-color: #93b2ed;
  box-shadow: 0 22px 44px #0a205c1c;
}
.capability:nth-child(2) {
  background: #f4f8ff;
  border-color: #93b2ed;
  border-top: 4px solid var(--blue);
  padding-top: 21px;
}
.capability:nth-child(2):hover {
  border-color: #93b2ed;
  border-top-color: var(--blue);
}
.navy .capability:nth-child(2) h3 {
  color: var(--text);
}
.navy .capability:nth-child(2) .eyebrow {
  color: var(--blue);
}
.capability .eyebrow {
  font-size: 11px;
}
.capability h3 {
  font-size: 21px;
  margin: 12px 0 8px;
  line-height: 1.2;
}
.capability p {
  font-size: 13px;
  line-height: 1.45;
}
.capability ul {
  list-style: none;
  padding: 10px 0 0;
  border-top: 1px solid var(--line);
  margin: 3px 0 10px;
}
.capability li {
  display: flex;
  gap: 10px;
  font-size: 13px;
  margin: 7px 0;
  line-height: 1.35;
}
.capability li .icon {
  width: 18px;
  height: 18px;
}
.capability .button {
  font-size: 13px;
  margin-top: auto;
  justify-content: space-between;
  gap: 12px;
}
.contact {
  background: url("../assets/contact-bg.jpg") center/cover no-repeat;
  color: white;
  text-align: center;
  min-height: calc(90svh - 96px);
}
.contact-inner {
  max-width: 850px;
  margin: auto;
}
.contact h2 em {
  color: #77d2fb;
}
.contact .eyebrow {
  color: #9fcafa;
}
.contact p {
  color: #d1e0f8;
}
.contact .actions {
  justify-content: center;
  margin: 30px 0 15px;
}
.contact-email {
  font-size: 14px;
  color: #d7e8ff;
}
.assurances {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 22px;
  margin-top: 42px;
  font-size: 12px;
  color: #cfe1ff;
}
.assurances span {
  display: flex;
  gap: 5px;
  align-items: center;
}
.assurances .icon {
  color: #7acafb;
  width: 17px;
  height: 17px;
}
.industries {
  border-top: 1px solid #4773ad;
  padding-top: 25px;
  margin-top: 55px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  font-size: 12px;
  color: #c2d4ee;
}
footer {
  background: #0b1019;
  color: #ccd3de;
  padding: 65px 0 25px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.15fr;
  gap: 55px;
}
.footer-brand img {
  width: 225px;
  height: auto;
  background: #fff;
  border-radius: 3px;
  padding: 7px;
}
.footer-brand p {
  font-size: 14px;
  color: #a2afc2;
  margin: 22px 0 20px;
}
.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.footer-contact-row {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: #c4cddd;
  transition: color 0.25s ease;
}
a.footer-contact-row:hover {
  color: #6ac3ff;
}
.footer-contact-icon {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  background: #ffffff12;
  color: #6ac3ff;
  transition: background 0.25s ease;
}
a.footer-contact-row:hover .footer-contact-icon {
  background: #6ac3ff26;
}
.footer-contact-icon svg {
  width: 15px;
  height: 15px;
}
.footer-col h3 {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #fff;
  margin-bottom: 28px;
}
.footer-col h3:after {
  content: "";
  display: block;
  background: #208af5;
  width: 32px;
  height: 3px;
  margin-top: 16px;
}
.footer-col > a {
  display: block;
  margin: 15px 0;
  font-size: 14px;
  line-height: 1.55;
}
.footer-col > a:hover {
  color: #6ac3ff;
}
.copyright {
  border-top: 1px solid #323b48;
  margin-top: 45px;
  padding-top: 24px;
  font-size: 12px;
  color: #8f9baa;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.menu-toggle {
  display: none;
}
.skip-link {
  position: fixed;
  top: -100px;
  left: 20px;
  z-index: 100;
  background: #fff;
  padding: 12px;
  color: var(--blue);
}
.skip-link:focus {
  top: 10px;
}
:focus-visible {
  outline: 3px solid #36a6ee;
  outline-offset: 4px;
}
.js .reveal {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 0.65s ease,
    transform 0.65s ease;
}
.js .reveal.visible {
  opacity: 1;
  transform: none;
}
@media (min-width: 1600px) {
  .hero-grid {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 1250px) {
  .brand-caption {
    display: none;
  }
  .header nav {
    gap: 22px;
  }
  .two-col {
    gap: 40px;
  }
  .hero-copy {
    max-width: 520px;
  }
  .hero-image {
    background:
      linear-gradient(90deg, #04255cf0 0%, #04255cd9 45%, #04255c40 72%, transparent 88%),
      url("../assets/hero-banner.jpg") center right/cover no-repeat;
  }
  .risk-card,
  .progress-card {
    right: -12px;
  }
  .service-grid {
    gap: 15px;
  }
  .service {
    padding: 18px 18px;
  }
  .service h3 {
    font-size: 19px;
  }
  .pmo-band {
    padding: 22px;
  }
  .pmo-step span:last-child {
    font-size: 11px;
  }
  .footer-grid {
    gap: 30px;
  }
}
@media (max-width: 950px) {
  .header {
    height: 80px;
    padding: 12px 5%;
  }
  .brand img {
    width: 150px;
  }
  .header nav {
    display: none;
    position: absolute;
    top: 79px;
    left: 0;
    right: 0;
    background: white;
    padding: 24px 5%;
    box-shadow: 0 15px 25px #051c4520;
    align-items: stretch;
  }
  .header nav.open {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .header nav > a {
    padding: 12px;
  }
  .menu-toggle {
    display: flex;
    flex-direction: column;
    gap: 5px;
    border: 0;
    background: none;
    padding: 10px;
    margin-left: auto;
  }
  .menu-toggle span {
    width: 24px;
    height: 2px;
    background: var(--navy);
    transition: transform 0.2s;
  }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
  html {
    scroll-padding-top: 80px;
  }
  .hero-grid {
    padding: 50px 0;
  }
  .hero-copy {
    max-width: 460px;
  }
  .hero-image {
    background:
      linear-gradient(90deg, #04255cf5 0%, #04255cec 55%, #04255c66 78%, transparent 92%),
      url("../assets/hero-banner.jpg") center right/cover no-repeat;
  }
  .hero h1 {
    font-size: 42px;
  }
  .hero .lead {
    font-size: 15px;
  }
  .hero .button {
    font-size: 12px;
    padding: 13px;
    gap: 13px;
  }
  .dashboard {
    padding: 13px;
    border-width: 6px;
  }
  .risk-card {
    top: 15px;
  }
  .progress-card {
    bottom: 0;
  }
  .screen {
    padding: 65px 0;
    min-height: auto;
  }
  .two-col {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .handoff-col {
    padding: 22px 20px;
  }
  .service-grid {
    grid-template-columns: 1fr 1fr;
  }
  .service-top {
    margin-bottom: 25px;
  }
  .service h3 {
    min-height: 0;
  }
  .pmo-heading {
    justify-content: center;
  }
  .pmo-flow {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 18px;
  }
  .pmo-step {
    flex: 0 1 30%;
  }
  .pmo-track {
    display: none;
  }
  .capability-grid {
    gap: 15px;
  }
  .capability {
    padding: 22px;
  }
  .capability:nth-child(2) {
    padding-top: 19px;
  }
  .capability h3 {
    font-size: 22px;
  }
  .capability .button {
    font-size: 12px;
  }
  .footer-grid {
    grid-template-columns: 1.5fr 1fr;
    gap: 35px;
  }
  .visibility-dashboard {
    max-width: 650px;
    width: 100%;
    margin: auto;
  }
  .visibility-grid > div:first-child {
    max-width: 650px;
  }
  .contact {
    min-height: auto;
  }
  .industries {
    justify-content: center;
  }
}
@media (max-width: 600px) {
  .container {
    width: 89%;
  }
  .button {
    font-size: 12.5px;
    padding: 12px 16px 12px 22px;
    white-space: normal;
  }
  .hero {
    min-height: calc(100svh - 80px);
  }
  .hero-grid {
    padding-top: 22px;
    padding-bottom: 20px;
  }
  .hero h1 {
    font-size: 30px;
    letter-spacing: -0.03em;
    margin-bottom: 10px;
  }
  .hero .eyebrow {
    font-size: 10px;
    max-width: 300px;
    margin-bottom: 12px;
  }
  .hero-image {
    background:
      linear-gradient(180deg, #04255cf5 0%, #04255cf0 60%, #04255ce8 100%),
      url("../assets/hero-banner.jpg") center right/cover no-repeat;
  }
  .hero .lead {
    font-size: 14px;
    line-height: 1.5;
  }
  .hero .tagline {
    font-size: 14px;
    margin: 10px 0;
  }
  .actions {
    gap: 10px;
    justify-content: center;
  }
  .hero .button {
    font-size: 12px;
    padding: 12px 10px;
  }
  .risk-card {
    width: 167px;
    right: 0;
    top: 0;
    padding: 9px;
    border-width: 5px;
  }
  .risk-body {
    gap: 9px;
  }
  .donut {
    width: 57px;
    height: 57px;
  }
  .donut > b {
    width: 41px;
    height: 41px;
    font-size: 18px;
  }
  .donut small {
    font-size: 7px;
  }
  .progress-card {
    width: 166px;
    right: 0;
    bottom: 0;
    padding: 8px 12px;
    border-width: 5px;
  }
  .card-label {
    font-size: 9px;
  }
  .progress-card p {
    font-size: 9px;
    margin-top: 5px;
  }
  .dash-head > span {
    font-size: 7px;
  }
  .dash-head b {
    font-size: 12px;
  }
  .metrics small {
    font-size: 8px;
  }
  .metrics strong {
    font-size: 22px;
  }
  .metrics > div {
    padding: 8px 6px;
  }
  .legend {
    font-size: 8px;
    gap: 8px;
  }
  .trust-strip {
    padding: 16px 0;
  }
  .trust-set > div {
    padding: 0 20px;
    gap: 10px;
  }
  .trust-strip b {
    font-size: 10px;
  }
  .trust-strip .icon {
    width: 27px;
    height: 27px;
  }
  .screen {
    padding: 55px 0;
  }
  h2 {
    font-size: 35px;
    letter-spacing: -0.035em;
  }
  .eyebrow {
    font-size: 10px;
    letter-spacing: 0.12em;
  }
  .two-col p {
    font-size: 15px;
  }
  .pull-quote {
    padding: 20px 20px 20px 50px;
    font-size: 14px;
  }
  .pull-quote::before {
    font-size: 42px;
  }
  .two-col .actions .button {
    font-size: 12px;
    padding: 13px;
    gap: 14px;
  }
  .handoff-lists {
    grid-template-columns: 1fr;
    justify-items: stretch;
  }
  .handoff-col.you {
    border-radius: 18px 18px 0 0;
    border-right: 1px solid var(--line);
    border-bottom: none;
  }
  .handoff-col.we {
    border-radius: 0 0 18px 18px;
    border-left: 1px solid var(--line);
    border-top: none;
  }
  .handoff-arrow-mid {
    justify-self: center;
    margin: -23px 0;
  }
  .handoff-arrow-mid svg {
    transform: rotate(90deg);
  }
  .section-head {
    margin-bottom: 30px;
  }
  .section-head p {
    font-size: 15px;
  }
  .stream-grid {
    grid-template-columns: 1fr 1fr;
    gap: 13px;
  }
  .stream-grid > div {
    padding: 23px 10px;
  }
  .stream-grid h3 {
    font-size: 17px;
  }
  .stream-grid span {
    font-size: 12px;
  }
  .stream-grid .icon {
    width: 35px;
    height: 35px;
  }
  .pmo-band {
    padding: 22px 20px;
  }
  .pmo-heading {
    justify-content: flex-start;
    margin-bottom: 20px;
  }
  .pmo-flow {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
  .pmo-step {
    flex-direction: row;
    justify-content: flex-start;
    gap: 16px;
  }
  .pmo-step span:last-child {
    font-size: 13px;
  }
  .service-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .service {
    padding: 25px;
  }
  .service h3 {
    font-size: 23px;
  }
  .service-top {
    margin-bottom: 20px;
  }
  .service-top span {
    font-size: 15px;
  }
  .capability-grid {
    grid-template-columns: 1fr !important;
  }
  .capability {
    padding: 28px;
  }
  .capability:nth-child(2) {
    padding-top: 25px;
  }
  .capability h3 {
    font-size: 26px;
  }
  .capability .eyebrow {
    font-size: 11px;
  }
  .capability .button {
    font-size: 14px;
  }
  .visibility-dashboard .dashboard {
    padding: 16px;
  }
  .visibility-dashboard .metrics > div {
    padding: 9px;
  }
  .visibility-dashboard .metrics small {
    font-size: 9px;
  }
  .tab-list button span {
    display: none;
  }
  .tab-list button {
    padding: 10px 5px;
  }
  .tab-list button svg {
    width: 16px;
    height: 16px;
  }
  .flow {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    font-size: 12px;
  }
  .flow-step {
    padding: 10px 12px;
    justify-content: center;
  }
  .flow-arrow {
    align-self: center;
    width: 2px;
    height: 30px;
    overflow: visible;
  }
  .flow-arrow-fill {
    width: 100%;
    height: 50%;
    background: linear-gradient(180deg, transparent, var(--blue), transparent);
    animation: flow-arrow-pulse-vertical 2.6s linear infinite;
  }
  .flow-arrow svg {
    left: 50%;
    top: auto;
    right: auto;
    bottom: -9px;
    transform: translateX(-50%) rotate(90deg);
  }
  @keyframes flow-arrow-pulse-vertical {
    0% {
      transform: translateY(-100%);
    }
    100% {
      transform: translateY(300%);
    }
  }
  .contact .actions .button {
    font-size: 12px;
    padding: 14px 12px;
    gap: 12px;
  }
  .contact p {
    font-size: 15px;
  }
  .assurances {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    font-size: 10px;
    text-align: left;
  }
  .industries {
    font-size: 11px;
    gap: 12px;
    margin-top: 35px;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 34px;
    text-align: center;
  }
  .footer-brand {
    max-width: 360px;
    margin: 0 auto;
  }
  .footer-contact-row {
    justify-content: center;
  }
  .footer-col h3:after {
    margin: 16px auto 0;
  }
  .footer-col h3 {
    font-size: 14px;
  }
  .footer-col > a {
    font-size: 13px;
  }
  .copyright {
    font-size: 10px;
    align-items: center;
  }
  .copyright > a {
    white-space: nowrap;
  }
  footer {
    padding-top: 45px;
  }
}
.page-header {
  position: relative;
  overflow: hidden;
  background: linear-gradient(125deg, #06357a, #041f4d);
  color: #fff;
  padding: 76px 0 64px;
}
.page-header::before {
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, #ffffff14, transparent 70%);
  top: -120px;
  right: -60px;
  border-radius: 50%;
  pointer-events: none;
}
.page-header.photo-about {
  background:
    linear-gradient(100deg, #04255cf2 0%, #04255cd6 42%, #04255c4d 66%, #04255c33 85%),
    url("../assets/About hero image.png") center right/cover no-repeat;
}
.page-header.photo-services {
  background:
    linear-gradient(100deg, #04255cf2 0%, #04255cd6 42%, #04255c4d 66%, #04255c33 85%),
    url("../assets/service hero image.png") center right/cover no-repeat;
}
.page-header.photo-dashboard {
  background:
    linear-gradient(100deg, #04255cf2 0%, #04255cd6 42%, #04255c4d 66%, #04255c33 85%),
    url("../assets/dashboard hero.png") center right/cover no-repeat;
}
.page-header.photo-contact {
  background:
    linear-gradient(100deg, #04255cf2 0%, #04255cd6 42%, #04255c4d 66%, #04255c33 85%),
    url("../assets/contact us.png") center right/cover no-repeat;
}
.page-header.photo-faq {
  background:
    linear-gradient(100deg, #04255cf2 0%, #04255cd6 42%, #04255c4d 66%, #04255c33 85%),
    url("../assets/FAQ.png") center right/cover no-repeat;
}
.page-header .container {
  position: relative;
}
.page-header .eyebrow {
  color: #a2d9ff;
}
.page-header h1 {
  font-size: clamp(30px, 3.6vw, 46px);
  margin-bottom: 14px;
}
.page-header h1 em {
  color: #70d0fc;
}
.page-header .lead {
  color: #dfebff;
  max-width: 640px;
}
.faq-section {
  padding: 70px 0;
  align-items: flex-start;
}
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-width: 880px;
  margin: 0 auto;
}
.faq-item {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 4px 24px;
  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}
.faq-item[open] {
  border-color: #b7cdf2;
  box-shadow: 0 14px 32px #0a205c14;
}
.faq-item summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 0;
}
.faq-item summary::-webkit-details-marker {
  display: none;
}
.faq-q {
  font-weight: 700;
  font-size: 16px;
  color: #172b49;
  transition: color 0.25s ease;
}
.faq-item summary:hover .faq-q {
  color: var(--blue);
}
.faq-chevron {
  position: relative;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  flex-shrink: 0;
  background: #eaf1ff;
  color: var(--blue);
  transition:
    transform 0.3s ease,
    background 0.3s ease,
    color 0.3s ease;
}
.faq-chevron::before,
.faq-chevron::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: currentColor;
  transform: translate(-50%, -50%);
}
.faq-chevron::before {
  width: 12px;
  height: 2px;
}
.faq-chevron::after {
  width: 2px;
  height: 12px;
  transition: opacity 0.25s ease;
}
.faq-item[open] .faq-chevron {
  background: var(--blue);
  color: #fff;
}
.faq-item[open] .faq-chevron::after {
  opacity: 0;
}
.faq-answer {
  padding: 0 0 22px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}
.faq-answer p {
  margin: 0;
  color: inherit;
}
.faq-cta {
  min-height: auto;
  padding: 90px 0;
}
@media (max-width: 600px) {
  .page-header {
    padding: 56px 0 44px;
  }
  .page-header.photo-about {
    background:
      linear-gradient(180deg, #04255cf5 0%, #04255cf0 55%, #04255ce8 100%),
      url("../assets/About hero image.png") center right/cover no-repeat;
  }
  .page-header.photo-services {
    background:
      linear-gradient(180deg, #04255cf5 0%, #04255cf0 55%, #04255ce8 100%),
      url("../assets/service hero image.png") center right/cover no-repeat;
  }
  .page-header.photo-dashboard {
    background:
      linear-gradient(180deg, #04255cf5 0%, #04255cf0 55%, #04255ce8 100%),
      url("../assets/dashboard hero.png") center right/cover no-repeat;
  }
  .page-header.photo-contact {
    background:
      linear-gradient(180deg, #04255cf5 0%, #04255cf0 55%, #04255ce8 100%),
      url("../assets/contact us.png") center right/cover no-repeat;
  }
  .page-header.photo-faq {
    background:
      linear-gradient(180deg, #04255cf5 0%, #04255cf0 55%, #04255ce8 100%),
      url("../assets/FAQ.png") center right/cover no-repeat;
  }
  .faq-section {
    padding: 44px 0;
  }
  .faq-item {
    padding: 4px 18px;
  }
  .faq-q {
    font-size: 14.5px;
  }
  .faq-answer {
    font-size: 14px;
  }
}
.page-lead-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 28px;
  margin-top: 26px;
}
.page-lead-actions .actions {
  flex-basis: 100%;
}
.quick-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.quick-stat {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  font-size: 14px;
}
.quick-stat .flow-icon {
  background: #ffffff1f;
  color: #a2d9ff;
}
.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.tag {
  font-size: 12px;
  font-weight: 600;
  color: #425068;
  background: #eef1f7;
  border-radius: 999px;
  padding: 6px 14px;
  transition:
    background 0.25s ease,
    color 0.25s ease,
    transform 0.25s ease;
}
.tag-row:hover .tag {
  transform: translateY(-1px);
}
.numbered-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.numbered-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 26px;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}
.numbered-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px #0a205c1c;
  border-color: #b7cdf2;
}
.numbered-card span {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: var(--blue);
  margin-bottom: 14px;
}
.numbered-card h3 {
  font-size: 19px;
  margin-bottom: 8px;
}
.numbered-card p {
  font-size: 14px;
  margin: 0;
}
.stat-trio {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 26px 0;
}
.stat-trio > div {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 20px;
  text-align: center;
}
.stat-trio strong {
  display: block;
  font-size: 28px;
  letter-spacing: -0.02em;
  color: var(--text);
}
.stat-trio small {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #7b8798;
  margin-bottom: 6px;
}
.stat-trio em {
  display: block;
  font-style: normal;
  font-size: 12px;
  color: var(--muted);
  margin-top: 4px;
}
.status-legend {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 20px 0;
}
.status-legend li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  color: var(--muted);
}
.status-legend b {
  color: var(--text);
  flex-shrink: 0;
}
.status-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-top: 5px;
  flex-shrink: 0;
}
.milestone-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.milestone-list li {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.milestone-head {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 700;
  color: var(--text);
}
.milestone-head span {
  font-weight: 600;
  color: var(--muted);
}
.risk-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.risk-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  background: #fff;
  border: 1px solid var(--line);
  border-left: 3px solid #e8654c;
  border-radius: 10px;
  padding: 14px 18px;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}
.risk-item:hover {
  transform: translateX(4px);
  box-shadow: 0 12px 26px #0a205c14;
}
.risk-item b {
  display: block;
  font-size: 14px;
  color: var(--text);
}
.risk-item span {
  display: block;
  font-size: 12px;
  color: var(--muted);
  margin-top: 2px;
}
.risk-status {
  flex-shrink: 0;
  font-size: 11px;
  font-weight: 700;
  color: #b5502f;
  background: #fdeee9;
  border-radius: 999px;
  padding: 5px 12px;
  white-space: nowrap;
}
.kpi-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.kpi-grid > div {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 16px;
}
.kpi-grid small {
  display: block;
  font-size: 10.5px;
  color: #7b8798;
  margin-bottom: 6px;
}
.kpi-grid strong {
  display: block;
  font-size: 20px;
  letter-spacing: -0.02em;
  color: var(--text);
}
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.form-row label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 8px;
}
.form-row input,
.form-row textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 13px 14px;
  font: inherit;
  font-size: 14px;
  color: var(--text);
  background: #fbfcfe;
  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}
.form-row input:focus,
.form-row textarea:focus {
  outline: none;
  border-color: var(--blue);
  box-shadow: 0 0 0 3px #0648c81f;
  background: #fff;
}
.form-row textarea {
  resize: vertical;
  min-height: 130px;
}
.form-note {
  font-size: 12.5px;
  color: var(--muted);
}
.form-status {
  font-size: 13px;
  font-weight: 600;
  color: var(--blue);
  min-height: 18px;
}
.detail-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 26px;
}
.detail-card h3 {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-bottom: 20px;
  color: var(--text);
}
.detail-row {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 0;
  border-top: 1px solid var(--line);
}
.detail-row:first-of-type {
  border-top: none;
}
.detail-row .footer-contact-icon {
  background: #eaf1ff;
  color: var(--blue);
}
.detail-row div {
  min-width: 0;
}
.detail-row small {
  display: block;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #7b8798;
  margin-bottom: 2px;
}
.detail-row span,
.detail-row a {
  font-size: 14px;
  color: var(--text);
  font-weight: 600;
}
.detail-row a:hover {
  color: var(--blue);
}
.cap-runner {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 34px;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
}
.cap-track {
  display: flex;
  width: max-content;
  animation: cap-scroll 46s linear infinite;
}
.cap-runner:hover .cap-track {
  animation-play-state: paused;
}
@keyframes cap-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.cap-set {
  display: flex;
  gap: 22px;
  flex-shrink: 0;
  padding-right: 22px;
}
.cap-card {
  width: 290px;
  flex-shrink: 0;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 28px 26px;
  position: relative;
  overflow: hidden;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}
.cap-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, var(--blue), #67d3ed);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}
.cap-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 44px #0a205c1c;
  border-color: #b7cdf2;
}
.cap-card:hover::before {
  transform: scaleX(1);
}
.cap-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.cap-card-icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #eaf1ff, #dbe8ff);
  color: var(--blue);
  flex-shrink: 0;
  transition:
    background 0.35s ease,
    color 0.35s ease,
    transform 0.35s ease;
}
.cap-card-icon svg {
  width: 22px;
  height: 22px;
}
.cap-card:hover .cap-card-icon {
  background: linear-gradient(135deg, var(--blue), #1c5fe0);
  color: #fff;
  transform: scale(1.06) rotate(-4deg);
}
.cap-card-num {
  font-size: 27px;
  font-weight: 800;
  color: #e7ecf6;
  letter-spacing: -0.02em;
}
.cap-card h3 {
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 1.25;
}
.cap-card p {
  font-size: 13.5px;
  color: var(--muted);
  line-height: 1.5;
  margin-bottom: 18px;
  min-height: 82px;
}
@media (max-width: 600px) {
  .cap-card {
    width: 250px;
    padding: 24px 20px;
  }
  .cap-card p {
    min-height: 0;
  }
}
@media (max-width: 1250px) {
  .numbered-grid {
    grid-template-columns: 1fr 1fr;
  }
  .kpi-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 950px) {
  .stat-trio {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 600px) {
  .numbered-grid {
    grid-template-columns: 1fr;
  }
  .kpi-grid {
    grid-template-columns: 1fr 1fr;
  }
  .risk-item {
    flex-direction: column;
    align-items: flex-start;
  }
  .page-lead-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }
}
/* ===== Dashboard report views ===== */
.dash-main {
  background: #f4f7fc;
}
.dash-view {
  padding: 58px 0;
  border-bottom: 1px solid #e3eaf5;
}
.dash-view:last-of-type {
  border-bottom: none;
}
.dash-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  color: var(--blue);
  background: #e8f0ff;
  border-radius: 999px;
  padding: 7px 16px;
  margin-bottom: 18px;
}
.dash-badge svg {
  width: 14px;
  height: 14px;
}
.dash-view h1 {
  font-size: clamp(26px, 3vw, 34px);
  color: var(--text);
  margin-bottom: 10px;
  letter-spacing: -0.01em;
}
.dash-lead {
  max-width: 800px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 22px;
}
.dash-callout {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  background: #eef4ff;
  border: 1px solid #d7e5fb;
  border-radius: 12px;
  padding: 16px 20px;
  margin-bottom: 28px;
}
.dash-callout .icon-badge {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--blue);
  color: #fff;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.dash-callout .icon-badge svg {
  width: 14px;
  height: 14px;
}
.dash-callout b {
  display: block;
  color: var(--blue);
  font-size: 14px;
  margin-bottom: 3px;
}
.dash-callout p {
  font-size: 13.5px;
  color: #4b5876;
  margin: 0;
  line-height: 1.5;
}
.dash-callout.insight {
  background: #eef7f0;
  border-color: #cdead6;
  margin-top: 20px;
  margin-bottom: 0;
}
.dash-callout.insight .icon-badge {
  background: #1a8a4a;
}
.dash-callout.insight b {
  color: #1a8a4a;
}
.dash-grid-2 {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 24px;
  align-items: start;
}
.dash-grid-2.even {
  grid-template-columns: 1fr 1fr;
}
.dash-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 26px 28px;
  box-shadow: 0 10px 30px #0a205c0d;
}
.dash-card h2 {
  font-size: 19px;
  margin-bottom: 4px;
}
.dash-card .sub {
  font-size: 13px;
  color: var(--muted);
  margin-bottom: 20px;
}
.stat-row-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-bottom: 22px;
}
.stat-box {
  background: #f7f9fd;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 14px 16px;
}
.stat-box small {
  display: block;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #7b8798;
  margin-bottom: 6px;
}
.stat-box strong {
  display: block;
  font-size: 24px;
  letter-spacing: -0.02em;
  color: var(--text);
}
.stat-box strong.red {
  color: #c0392b;
  background: none;
}
.stat-box strong.green {
  color: #1a8a4a;
  background: none;
}
.stat-box em {
  display: block;
  font-style: normal;
  font-size: 11.5px;
  color: var(--muted);
  margin-top: 3px;
}
.dash-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}
.dash-table th {
  text-align: left;
  font-size: 10.5px;
  letter-spacing: 0.04em;
  color: #7b8798;
  font-weight: 700;
  padding: 0 10px 10px;
  border-bottom: 1px solid var(--line);
  white-space: nowrap;
}
.dash-table td {
  padding: 12px 10px;
  border-bottom: 1px solid #eef1f7;
  vertical-align: middle;
  color: var(--text);
}
.dash-table tr:last-child td {
  border-bottom: none;
}
.dash-row-label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  white-space: nowrap;
}
.dash-row-icon {
  width: 26px;
  height: 26px;
  border-radius: 7px;
  background: #eaf1ff;
  color: var(--blue);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.dash-row-icon svg {
  width: 14px;
  height: 14px;
}
.bar-cell {
  min-width: 130px;
}
.bar-track {
  position: relative;
  height: 8px;
  background: #eef1f7;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 4px;
}
.bar-track i {
  display: block;
  height: 100%;
  border-radius: 6px;
  background: var(--blue);
}
.bar-track i.green {
  background: #2fae56;
}
.bar-track i.red {
  background: #e8654c;
}
.variance.neg {
  color: #c0392b;
  font-weight: 700;
}
.variance.pos {
  color: #1a8a4a;
  font-weight: 700;
}
.variance.zero {
  color: var(--muted);
  font-weight: 700;
}
.status-pill {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 999px;
  white-space: nowrap;
}
.status-pill.on-track {
  color: #1a8a4a;
  background: #e9f8ef;
}
.status-pill.behind {
  color: #c0392b;
  background: #fdecea;
}
.status-pill.watch {
  color: #b5790f;
  background: #fef6e3;
}
.status-pill.open {
  color: #c0392b;
  background: #fdecea;
}
.risk-dist-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 18px;
}
.risk-dist-card {
  border-radius: 12px;
  padding: 16px;
  text-align: center;
  border: 1px solid;
}
.risk-dist-card.high {
  background: #fdecea;
  border-color: #f5c6c0;
}
.risk-dist-card.medium {
  background: #fef6e3;
  border-color: #f5dfa6;
}
.risk-dist-card.low {
  background: #e9f8ef;
  border-color: #bfe9cd;
}
.risk-dist-card svg {
  width: 22px;
  height: 22px;
  margin-bottom: 6px;
}
.risk-dist-card.high svg,
.risk-dist-card.high strong {
  color: #c0392b;
}
.risk-dist-card.medium svg,
.risk-dist-card.medium strong {
  color: #b5790f;
}
.risk-dist-card.low svg,
.risk-dist-card.low strong {
  color: #1a8a4a;
}
.risk-dist-card strong {
  display: block;
  font-size: 24px;
}
.risk-dist-card span {
  display: block;
  font-size: 11px;
  font-weight: 700;
  color: var(--text);
  margin: 2px 0;
}
.risk-dist-card em {
  display: block;
  font-style: normal;
  font-size: 10.5px;
  color: var(--muted);
}
.dash-action-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
  background: #eef4ff;
  border: 1px solid #d7e5fb;
  border-radius: 14px;
  padding: 18px 24px;
  margin-top: 28px;
}
.dash-action-bar .dash-callout {
  flex: 1 1 auto;
  min-width: 300px;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
}
.dash-action-items {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  flex: 1 1 auto;
  min-width: 300px;
}
.dash-action-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 700;
  color: var(--text);
  text-align: center;
  min-width: 90px;
}
.dash-action-item .icon-badge {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #fff;
  color: var(--blue);
  display: grid;
  place-items: center;
  box-shadow: 0 6px 14px #0a205c14;
}
.dash-action-item .icon-badge svg {
  width: 17px;
  height: 17px;
}
.dash-legend-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
  margin-top: 22px;
  padding-top: 16px;
  border-top: 1px solid #e3eaf5;
  font-size: 12px;
  color: var(--muted);
}
.dash-legend-bar .legend-dot {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.dash-legend-bar span.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}
.dash-disclaimer {
  margin-left: auto;
  font-style: italic;
  font-size: 11.5px;
  color: #9aa5b8;
}
.mini-line-chart {
  margin-bottom: 6px;
}
.mlc-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  gap: 10px;
  flex-wrap: wrap;
}
.mlc-head h3 {
  font-size: 15px;
  margin: 0;
}
.mlc-legend {
  display: flex;
  gap: 14px;
  font-size: 11px;
  color: var(--muted);
  align-items: center;
  flex-wrap: wrap;
}
.mlc-legend .sw {
  display: inline-block;
  width: 16px;
  height: 0;
  border-top: 2px solid var(--blue);
  margin-right: 5px;
  vertical-align: middle;
}
.mlc-legend .sw.dash {
  border-top: 2px dashed #2fae56;
}
.mlc-svg {
  width: 100%;
  height: auto;
  display: block;
}
.mlc-svg .grid {
  stroke: #eef1f7;
  stroke-width: 1;
}
.mlc-svg .baseline {
  stroke: #d7dfec;
  stroke-width: 1.5;
  stroke-dasharray: 4 4;
}
.mlc-svg .axis-label {
  font-size: 9.5px;
  fill: #9aa5b8;
}
.mlc-svg .line {
  fill: none;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.mlc-svg .line.planned {
  stroke: var(--blue);
}
.mlc-svg .line.actual {
  stroke: #2fae56;
  stroke-dasharray: 6 5;
}
.mlc-svg .pt {
  fill: #fff;
  stroke-width: 2;
}
.mlc-svg .pt.planned {
  stroke: var(--blue);
}
.mlc-svg .pt.actual {
  stroke: #2fae56;
}
.donut-chart {
  position: relative;
  width: 140px;
  height: 140px;
  margin: 0 auto;
  flex-shrink: 0;
}
.donut-chart svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}
.donut-bg {
  fill: none;
  stroke: #eef1f7;
  stroke-width: 12;
}
.donut-fill {
  fill: none;
  stroke: #e8654c;
  stroke-width: 12;
  stroke-linecap: round;
}
.donut-fill.ok {
  stroke: #2fae56;
}
.donut-center {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.donut-center strong {
  font-size: 26px;
  color: var(--text);
  letter-spacing: -0.02em;
}
.donut-center span {
  font-size: 9.5px;
  font-weight: 700;
  color: #c0392b;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-top: 2px;
}
.gantt {
  margin-top: 4px;
}
.gantt-head,
.gantt-row {
  display: grid;
  grid-template-columns: 150px 1fr 68px;
  align-items: center;
  gap: 12px;
  padding: 9px 0;
  border-bottom: 1px solid #eef1f7;
}
.gantt-head {
  font-size: 10px;
  font-weight: 700;
  color: #9aa5b8;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.gantt-head .gantt-timeline {
  display: flex;
}
.gantt-head .gantt-timeline b {
  flex: 1;
  text-align: center;
  font-weight: 700;
  border-left: 1px solid #eef1f7;
}
.gantt-head .gantt-timeline b:first-child {
  border-left: none;
}
.gantt-row .gantt-label {
  font-size: 12.5px;
  font-weight: 600;
  color: var(--text);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gantt-pct {
  font-size: 12px;
  font-weight: 700;
  text-align: right;
  color: var(--muted);
}
.gantt-timeline {
  position: relative;
  height: 16px;
  background: #f7f9fd;
  border-radius: 4px;
}
.gantt-timeline .bar {
  position: absolute;
  top: 3px;
  height: 10px;
  border-radius: 4px;
  background: #c7dbfb;
}
.gantt-timeline .bar.done {
  background: var(--blue);
}
.gantt-timeline .milestone {
  position: absolute;
  top: 2px;
  width: 12px;
  height: 12px;
  background: var(--text);
  border-radius: 2px;
  transform: translateX(-50%) rotate(45deg);
}
@media (max-width: 1100px) {
  .dash-grid-2 {
    grid-template-columns: 1fr !important;
  }
  .risk-dist-grid {
    grid-template-columns: 1fr !important;
  }
  .gantt-head,
  .gantt-row {
    grid-template-columns: 110px 1fr 54px;
  }
}
@media (max-width: 700px) {
  .stat-row-3 {
    grid-template-columns: 1fr !important;
  }
  .dash-table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
  .dash-action-bar {
    flex-direction: column;
    align-items: flex-start;
  }
  .gantt-label {
    font-size: 11px !important;
  }
}
.modal-overlay {
  position: fixed;
  inset: 0;
  background: #040f23b8;
  backdrop-filter: blur(3px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.25s ease,
    visibility 0.25s ease;
}
.modal-overlay.open {
  opacity: 1;
  visibility: visible;
}
.modal-card {
  position: relative;
  background: #fff;
  border-radius: 18px;
  padding: 38px 34px 32px;
  max-width: 480px;
  width: 100%;
  max-height: 88vh;
  overflow-y: auto;
  box-shadow: 0 30px 70px #05194a4d;
  transform: translateY(16px) scale(0.97);
  transition: transform 0.3s ease;
}
.modal-overlay.open .modal-card {
  transform: translateY(0) scale(1);
}
.modal-card .eyebrow {
  color: var(--blue);
  margin-bottom: 8px;
}
.modal-card h2 {
  font-size: 23px;
  margin-bottom: 8px;
  color: var(--text);
}
.modal-card > p {
  font-size: 13.5px;
  color: var(--muted);
  margin-bottom: 22px;
  line-height: 1.5;
}
.modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: none;
  background: #eef1f7;
  color: #55627a;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition:
    background 0.2s ease,
    color 0.2s ease;
}
.modal-close:hover {
  background: #e2e7f0;
  color: var(--text);
}
.modal-close svg {
  width: 16px;
  height: 16px;
}
body.modal-open {
  overflow: hidden;
}
@media (max-width: 600px) {
  .modal-card {
    padding: 32px 22px 26px;
  }
}
.runner-clone {
  display: none;
}
@media (max-width: 640px) {
  .runner-clip {
    overflow: hidden;
    width: 100%;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
  }
  .runner-track {
    display: flex;
    width: max-content;
    animation: runner-scroll 22s linear infinite;
  }
  .runner-track:active,
  .runner-clip:has(:active) .runner-track {
    animation-play-state: paused;
  }
  .runner-track > .numbered-grid {
    display: flex;
    flex-shrink: 0;
    gap: 14px;
    padding-right: 14px;
  }
  .runner-track > .numbered-grid.runner-clone {
    display: flex;
  }
  .runner-track .numbered-card {
    width: 220px;
    flex-shrink: 0;
  }
  @keyframes runner-scroll {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-50%);
    }
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    transition: none !important;
    animation: none !important;
  }
  .js .reveal {
    opacity: 1;
    transform: none;
  }
}
