:root {
  --ink: #102033;
  --muted: #5b6b7f;
  --line: #d8e2ec;
  --surface: #ffffff;
  --soft: #f5f8fb;
  --navy: #075985;
  --blue: #0f7bbd;
  --teal: #0f9f8f;
  --green: #26865c;
  --gold: #b7791f;
  --plum: #8b3a62;
  --shadow: 0 24px 70px rgba(16, 32, 51, .16);
  --radius: 8px;
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  color: var(--ink);
  background: #fbfdff;
  font-family: Inter, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}

main {
  overflow: hidden;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px clamp(20px, 5vw, 72px);
  background: rgba(255, 255, 255, .94);
  border-bottom: 1px solid rgba(216, 226, 236, .82);
  backdrop-filter: blur(14px);
  box-shadow: 0 14px 34px rgba(16, 32, 51, .06);
}

.brand,
.header-action,
.primary-action,
.secondary-action,
.outline-action {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  white-space: nowrap;
}

.brand {
  font-weight: 800;
  color: var(--navy);
}

.brand img {
  border-radius: 8px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(16px, 3vw, 36px);
  font-size: .94rem;
  color: #314154;
}

.nav-links a {
  padding: 10px 0;
  border-bottom: 2px solid transparent;
}

.nav-links a:hover,
.nav-links a:focus {
  border-color: var(--teal);
}

.header-action,
.primary-action,
.secondary-action,
.outline-action {
  justify-content: center;
  padding: 0 18px;
  border-radius: var(--radius);
  font-weight: 800;
}

.header-action {
  color: #fff;
  background: var(--navy);
  box-shadow: 0 12px 28px rgba(7, 89, 133, .22);
}

.button-icon {
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .22);
  font-size: 1.2rem;
  line-height: 1;
}

.primary-action {
  color: #063146;
  background: #9eeadf;
}

.primary-action .button-icon {
  color: #fff;
  background: #0f7bbd;
}

.secondary-action {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .58);
  background: rgba(255, 255, 255, .1);
}

.outline-action {
  color: var(--navy);
  border: 1px solid var(--line);
  background: #fff;
}

.outline-action .button-icon {
  color: #fff;
  background: var(--navy);
}

.hero {
  min-height: 78svh;
  display: grid;
  grid-template-columns: minmax(320px, .76fr) minmax(420px, 1fr);
  gap: clamp(28px, 6vw, 78px);
  align-items: center;
  padding: clamp(54px, 9vw, 110px) clamp(20px, 6vw, 86px);
  color: #fff;
  background-image:
    linear-gradient(90deg, rgba(5, 28, 49, .96) 0%, rgba(7, 89, 133, .82) 48%, rgba(15, 159, 143, .2) 100%),
    linear-gradient(0deg, rgba(2, 24, 39, .54), rgba(2, 24, 39, .08)),
    url("../img/impact360-hero.png");
  background-size: cover;
  background-position: center;
  border-bottom: 1px solid rgba(255, 255, 255, .18);
}

.hero-copy {
  width: min(680px, 100%);
  min-width: 0;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--teal);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow,
.light .eyebrow,
.contact-section .eyebrow {
  color: #9eeadf;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 20px;
  font-size: clamp(3.4rem, 8vw, 6.8rem);
  line-height: .95;
  letter-spacing: 0;
}

.hero h1 span {
  display: block;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.05;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.05rem;
  letter-spacing: 0;
}

.hero-lede {
  max-width: 610px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, .9);
  font-size: clamp(1.08rem, 2vw, 1.28rem);
}

.hero-badges,
.hero-mini-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-badges {
  margin: 0 0 24px;
}

.hero-badges span {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 999px;
  color: rgba(255, 255, 255, .9);
  background: rgba(255, 255, 255, .08);
  font-size: .88rem;
  font-weight: 800;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-mini-metrics {
  max-width: 670px;
  margin-top: 34px;
}

.hero-mini-metrics div {
  flex: 1 1 160px;
  min-height: 98px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .1);
  backdrop-filter: blur(12px);
}

.hero-mini-metrics strong {
  display: block;
  margin-bottom: 8px;
  color: #9eeadf;
  font-size: 1rem;
}

.hero-mini-metrics span {
  display: block;
  color: rgba(255, 255, 255, .78);
  font-size: .92rem;
}

.hero-screen-stack {
  position: relative;
  min-height: 500px;
}

.hero-screen {
  position: absolute;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 26px 70px rgba(2, 24, 39, .38);
  color: var(--ink);
  padding: 9px;
}

.hero-screen-main {
  inset: 18px 0 auto 42px;
  width: min(680px, 92%);
  height: 390px;
}

.hero-screen-side {
  right: 4px;
  bottom: 54px;
  width: min(315px, 52%);
  height: 205px;
  transform: rotate(2deg);
}

.hero-screen-small {
  left: 0;
  bottom: 10px;
  width: min(275px, 48%);
  height: 180px;
  transform: rotate(-3deg);
}

.hero-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top left;
  border-radius: 6px;
}

.screen-chrome {
  display: flex;
  gap: 7px;
  margin-bottom: 18px;
}

.screen-chrome span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #d0dbe5;
}

.screen-toolbar,
.card-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.screen-toolbar strong,
.card-topline strong {
  font-size: .95rem;
}

.screen-toolbar span,
.card-topline span {
  color: var(--muted);
  font-size: .78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.screen-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 20px 0;
}

.screen-metrics div {
  min-height: 92px;
  padding: 14px;
  border-radius: var(--radius);
  background: #eef5f8;
}

.screen-metrics span {
  display: block;
  color: var(--muted);
  font-size: .78rem;
}

.screen-metrics strong {
  display: block;
  margin-top: 14px;
  color: var(--navy);
  font-size: 1.55rem;
}

.screen-chart,
.ui-bars {
  display: flex;
  align-items: end;
  gap: 12px;
  min-height: 152px;
  padding: 18px;
  border-radius: var(--radius);
  background: linear-gradient(180deg, #f8fbfd, #e7f1f5);
}

.screen-chart span,
.ui-bars span {
  flex: 1;
  min-width: 14px;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(180deg, var(--teal), var(--navy));
}

.screen-list {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}

.screen-list span {
  display: block;
  height: 22px;
  border-radius: 7px;
  background: #dbe8ef;
}

.screen-list span:nth-child(2) {
  width: 82%;
  background: #b7d9d4;
}

.screen-list span:nth-child(3) {
  width: 68%;
}

.approval-rail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 36px;
}

.approval-rail span {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: var(--teal);
  box-shadow: 0 0 0 8px rgba(15, 159, 143, .12);
}

.proof-strip {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border-bottom: 1px solid var(--line);
}

.proof-item {
  min-height: 116px;
  padding: 26px clamp(20px, 5vw, 54px);
  background: #fff;
}

.proof-item strong {
  display: block;
  color: var(--plum);
  font-size: 2rem;
  line-height: 1;
}

.proof-item span {
  display: block;
  max-width: 260px;
  margin-top: 8px;
  color: var(--muted);
}

.product-snapshot,
.modules-section,
.implementation-section,
.screens-section,
.video-section,
.outcomes-section,
.decision-hub {
  padding: clamp(64px, 10vw, 120px) clamp(20px, 6vw, 86px);
}

.outcomes-section {
  background:
    linear-gradient(90deg, rgba(238, 247, 246, .72), rgba(248, 251, 253, .96)),
    linear-gradient(135deg, rgba(15, 123, 189, .12), rgba(139, 58, 98, .08));
}

.outcome-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.outcome-grid article {
  min-height: 270px;
  padding: 26px;
  border: 1px solid #dce7ef;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 18px 48px rgba(16, 32, 51, .08);
}

.outcome-number {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 24px;
  border-radius: 8px;
  color: #fff;
  background: var(--plum);
  font-weight: 900;
  font-size: .84rem;
}

.outcome-grid article:nth-child(2) .outcome-number {
  background: var(--green);
}

.outcome-grid article:nth-child(3) .outcome-number {
  background: var(--blue);
}

.outcome-grid article:nth-child(4) .outcome-number {
  background: var(--gold);
}

.outcome-grid p {
  margin-bottom: 0;
  color: var(--muted);
}

.video-section {
  display: grid;
  grid-template-columns: minmax(280px, .62fr) minmax(420px, 1fr);
  gap: clamp(32px, 7vw, 84px);
  align-items: center;
  background:
    linear-gradient(180deg, #ffffff, #f8fbfd);
}

.video-copy {
  max-width: 620px;
}

.video-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.05rem;
}

.video-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.video-frame {
  overflow: hidden;
  padding: 10px;
  border: 1px solid #cfdee8;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}

.decision-hub {
  display: grid;
  grid-template-columns: minmax(300px, .78fr) minmax(420px, 1fr);
  gap: clamp(32px, 7vw, 84px);
  align-items: center;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(9, 45, 71, .98), rgba(11, 57, 81, .92) 54%, rgba(15, 118, 110, .88));
}

.decision-copy {
  max-width: 680px;
}

.decision-copy p:not(.eyebrow) {
  color: rgba(255, 255, 255, .78);
  font-size: 1.05rem;
}

.decision-map {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.decision-map::before {
  content: "";
  position: absolute;
  inset: 50% 8% auto;
  height: 1px;
  background: rgba(255, 255, 255, .22);
}

.decision-node {
  position: relative;
  min-height: 210px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .1);
  backdrop-filter: blur(12px);
}

.decision-node.active {
  background: rgba(158, 234, 223, .16);
  border-color: rgba(158, 234, 223, .48);
}

.decision-node span {
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 22px;
  border-radius: 8px;
  color: #063146;
  background: #9eeadf;
  font-weight: 900;
  font-size: .82rem;
}

.decision-node strong {
  display: block;
  margin-bottom: 10px;
  font-size: 1.08rem;
}

.decision-node p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, .78);
}

.video-frame video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 6px;
  background: #092d47;
}

.product-snapshot {
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(360px, 1fr);
  gap: clamp(34px, 7vw, 86px);
  align-items: center;
}

.section-heading {
  max-width: 780px;
}

.section-heading p:not(.eyebrow),
.governance-copy p,
.contact-section p {
  color: var(--muted);
  font-size: 1.05rem;
}

.section-heading.compact {
  max-width: 720px;
  margin-bottom: 34px;
}

.dashboard-preview {
  min-width: 0;
}

.screens-section {
  background: #fff;
}

.screen-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 36px;
}

.screenshot-card {
  min-height: 330px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #f8fbfd;
  box-shadow: 0 18px 50px rgba(16, 32, 51, .08);
}

.screenshot-card.large {
  grid-column: span 2;
  min-height: 420px;
}

.screenshot-card.wide {
  grid-column: span 2;
}

.screenshot-ui {
  margin-top: 18px;
  min-height: 248px;
  overflow: hidden;
  border: 1px solid #cfdee8;
  border-radius: var(--radius);
  background: #fff;
}

.real-screenshot {
  width: 100%;
  height: 248px;
  min-height: 248px;
  margin-top: 18px;
  object-fit: cover;
  object-position: top left;
  border: 1px solid #cfdee8;
  border-radius: var(--radius);
  background: #fff;
}

.screenshot-card.large .real-screenshot {
  height: 338px;
}

.finance-ui {
  display: grid;
  grid-template-columns: 58px 1fr;
}

.ui-sidebar {
  background: #092d47;
}

.ui-body {
  padding: 18px;
}

.ui-row {
  display: flex;
  gap: 10px;
  margin-bottom: 16px;
}

.ui-row span {
  height: 22px;
  border-radius: 6px;
  background: #dbe8ef;
}

.ui-row span:nth-child(1) {
  width: 38%;
}

.ui-row span:nth-child(2) {
  width: 22%;
}

.ui-row span:nth-child(3) {
  width: 18%;
  background: var(--teal);
}

.ui-kpis {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 16px;
}

.ui-kpis strong {
  min-height: 62px;
  display: grid;
  place-items: center;
  border-radius: var(--radius);
  color: var(--navy);
  background: #eef5f8;
}

.compact-ui {
  display: grid;
  gap: 12px;
  padding: 18px;
}

.status-lane {
  border-radius: var(--radius);
  background: #eef5f8;
}

.status-lane.green {
  background: linear-gradient(90deg, rgba(38, 134, 92, .18), rgba(38, 134, 92, .62));
}

.status-lane.gold {
  background: linear-gradient(90deg, rgba(183, 121, 31, .18), rgba(183, 121, 31, .62));
}

.status-lane.blue {
  background: linear-gradient(90deg, rgba(15, 123, 189, .18), rgba(15, 123, 189, .62));
}

.program-ui {
  grid-template-columns: 120px 1fr;
  align-items: center;
}

.progress-ring {
  width: 104px;
  height: 104px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: var(--navy);
  font-size: 1.35rem;
  font-weight: 900;
  background: radial-gradient(circle at center, #fff 51%, transparent 52%), conic-gradient(var(--teal) 0 91%, #dbe8ef 91% 100%);
}

.program-lines {
  display: grid;
  gap: 12px;
}

.program-lines span {
  height: 18px;
  border-radius: 6px;
  background: #dbe8ef;
}

.program-lines span:nth-child(2) {
  width: 74%;
  background: #b7d9d4;
}

.program-lines span:nth-child(3) {
  width: 86%;
}

.program-lines span:nth-child(4) {
  width: 62%;
}

.audit-ui {
  display: grid;
  align-content: center;
  gap: 16px;
  padding: 22px;
}

.audit-ui div {
  display: flex;
  align-items: center;
  gap: 14px;
}

.audit-ui span {
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: var(--green);
  box-shadow: 0 0 0 6px rgba(38, 134, 92, .12);
}

.preview-shell {
  display: grid;
  grid-template-columns: 70px 1fr;
  min-height: 440px;
  overflow: hidden;
  background: #eef5f8;
  border: 1px solid #cfdee8;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.preview-sidebar {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  padding: 20px 12px;
  background: #092d47;
}

.preview-sidebar img {
  border-radius: 8px;
}

.preview-sidebar span {
  width: 28px;
  height: 28px;
  border-radius: 7px;
  background: rgba(255, 255, 255, .14);
}

.preview-main {
  padding: 24px;
}

.preview-topbar {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
}

.preview-topbar span:first-child {
  width: min(320px, 58%);
  height: 18px;
  border-radius: 6px;
  background: #cadae4;
}

.preview-topbar span:last-child {
  width: 118px;
  height: 34px;
  border-radius: 8px;
  background: #0f7bbd;
}

.preview-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 16px;
}

.metric-tile,
.pipeline-card,
.report-card,
.feature-card,
.workflow-steps article,
.implementation-grid article {
  border-radius: var(--radius);
}

.metric-tile {
  min-height: 128px;
  padding: 16px;
  color: #fff;
}

.metric-icon,
.module-icon,
.step-icon,
.module-list span,
.assurance-list span {
  display: inline-grid;
  place-items: center;
  font-weight: 900;
  letter-spacing: 0;
}

.metric-icon {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: rgba(255, 255, 255, .18);
}

.metric-tile p {
  margin: 22px 0 4px;
  color: rgba(255, 255, 255, .78);
  font-size: .78rem;
}

.metric-tile strong {
  font-size: 1.8rem;
}

.metric-tile.green {
  background: var(--green);
}

.metric-tile.gold {
  background: var(--gold);
}

.metric-tile.blue {
  background: var(--blue);
}

.preview-content {
  display: grid;
  grid-template-columns: minmax(220px, .95fr) minmax(180px, .7fr);
  gap: 14px;
}

.pipeline-card,
.report-card {
  min-height: 188px;
  padding: 18px;
  background: #fff;
  border: 1px solid #d8e2ec;
}

.pipeline-card {
  display: grid;
  gap: 14px;
}

.pipeline-card div {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #314154;
  font-size: .9rem;
}

.pipeline-card span {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: var(--teal);
  box-shadow: 0 0 0 5px rgba(15, 159, 143, .12);
}

.report-card {
  display: grid;
  align-content: end;
  gap: 12px;
}

.report-card span {
  display: block;
  height: 22px;
  border-radius: 6px;
  background: #dbe8ef;
}

.report-card span:nth-child(1) {
  width: 72%;
  background: #0f7bbd;
}

.report-card span:nth-child(2) {
  width: 92%;
}

.report-card span:nth-child(3) {
  width: 58%;
}

.report-card span:nth-child(4) {
  width: 82%;
}

.feature-band {
  padding: clamp(64px, 10vw, 120px) clamp(20px, 6vw, 86px);
  background: var(--soft);
}

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

.feature-card {
  min-height: 245px;
  padding: 26px;
  background: #fff;
  border: 1px solid #dce7ef;
  box-shadow: 0 16px 44px rgba(16, 32, 51, .06);
}

.module-icon {
  width: 46px;
  height: 46px;
  margin-bottom: 24px;
  color: #fff;
  background: var(--navy);
  border-radius: 8px;
  font-size: .88rem;
}

.module-icon.gold {
  background: var(--gold);
}

.module-icon.teal {
  background: var(--teal);
}

.module-icon.plum {
  background: var(--plum);
}

.feature-card p,
.workflow-steps p,
.implementation-grid p {
  margin-bottom: 0;
  color: var(--muted);
}

.workflow-section {
  padding: clamp(64px, 10vw, 112px) clamp(20px, 6vw, 86px);
  color: #fff;
  background: linear-gradient(135deg, #092d47, #0f7f8d);
}

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

.workflow-steps article {
  min-height: 240px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, .24);
  background: rgba(255, 255, 255, .1);
}

.step-icon {
  width: 42px;
  height: 42px;
  margin-bottom: 20px;
  color: #063146;
  background: #9eeadf;
  border-radius: 8px;
  font-size: .85rem;
}

.workflow-steps p {
  color: rgba(255, 255, 255, .78);
}

.module-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 34px;
}

.module-list div,
.assurance-list div {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 70px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.module-list span,
.assurance-list span {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  color: #fff;
  background: var(--plum);
  border-radius: 8px;
  font-size: .72rem;
}

.module-list strong,
.assurance-list strong {
  font-size: .96rem;
}

.governance-section {
  display: grid;
  grid-template-columns: minmax(280px, .9fr) minmax(280px, .75fr);
  gap: clamp(28px, 7vw, 78px);
  padding: clamp(64px, 10vw, 112px) clamp(20px, 6vw, 86px);
  background: #eef7f6;
}

.assurance-list {
  display: grid;
  gap: 14px;
}

.assurance-list div {
  background: rgba(255, 255, 255, .86);
}

.assurance-list span {
  background: var(--green);
}

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

.implementation-grid article {
  min-height: 185px;
  padding: 26px;
  border: 1px solid var(--line);
  background: #fff;
}

.contact-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: clamp(52px, 8vw, 86px) clamp(20px, 6vw, 86px);
  color: #fff;
  background: #092d47;
}

.contact-section h2 {
  max-width: 760px;
  margin-bottom: 12px;
}

.contact-section p:not(.eyebrow) {
  max-width: 560px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, .76);
}

.contact-methods {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.contact-methods a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border: 1px solid rgba(158, 234, 223, .34);
  border-radius: var(--radius);
  color: #9eeadf;
  background: rgba(255, 255, 255, .08);
  font-weight: 900;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 80px;
  padding: 20px clamp(20px, 6vw, 86px);
  color: #516276;
  border-top: 1px solid var(--line);
  background: #fff;
}

.site-footer a {
  color: var(--navy);
  font-weight: 800;
}

@media (max-width: 1080px) {
  .product-snapshot,
  .governance-section,
  .video-section,
  .decision-hub {
    grid-template-columns: 1fr;
  }

  .feature-grid,
  .module-list,
  .implementation-grid,
  .screen-gallery,
  .outcome-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .screenshot-card.large,
  .screenshot-card.wide {
    grid-column: span 1;
  }

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

@media (max-width: 820px) {
  .site-header {
    min-height: auto;
    display: grid;
    grid-template-columns: 1fr auto;
    flex-wrap: initial;
    gap: 12px;
  }

  .nav-links {
    grid-column: 1 / -1;
    width: calc(100vw - 40px);
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .hero {
    grid-template-columns: minmax(0, 1fr);
    min-height: 68svh;
    background-position: center right 28%;
    overflow: hidden;
  }

  .hero-screen-stack {
    min-width: 0;
    min-height: 430px;
  }

  .hero-screen-main {
    left: 0;
    width: 100%;
  }

  .hero-screen-side,
  .hero-screen-small {
    width: 56%;
  }

  .proof-strip {
    grid-template-columns: 1fr;
  }

  .proof-item {
    min-height: 96px;
  }

  .preview-shell {
    grid-template-columns: 52px 1fr;
    min-height: 380px;
  }

  .preview-sidebar {
    padding: 16px 8px;
  }

  .preview-sidebar span {
    width: 24px;
    height: 24px;
  }

  .preview-grid,
  .preview-content,
  .feature-grid,
  .workflow-steps,
  .module-list,
  .implementation-grid,
  .screen-gallery,
  .outcome-grid,
  .decision-map {
    grid-template-columns: 1fr;
  }

  .decision-map::before {
    display: none;
  }

  .contact-section,
  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 520px) {
  .brand span {
    font-size: .95rem;
  }

  .header-action {
    grid-column: 1 / -1;
    width: 100%;
    min-height: 40px;
    padding: 0 10px;
    font-size: .88rem;
  }

  .header-action .button-icon {
    width: 20px;
    height: 20px;
  }

  h1 {
    font-size: clamp(3rem, 14vw, 3.35rem);
  }

  h2 {
    font-size: 2rem;
  }

  .hero-actions a,
  .contact-section .primary-action {
    width: 100%;
  }

  .hero-copy,
  .hero-badges,
  .hero-actions,
  .hero-mini-metrics {
    max-width: min(100%, 330px);
  }

  .hero-lede {
    max-width: min(100%, 330px);
  }

  .hero-mini-metrics div {
    flex-basis: 100%;
  }

  .product-snapshot,
  .screens-section,
  .video-section,
  .outcomes-section,
  .decision-hub,
  .modules-section,
  .feature-band,
  .workflow-section,
  .governance-section,
  .implementation-section,
  .contact-section {
    padding-inline: 18px;
  }

  .preview-main {
    padding: 16px;
  }

  .metric-tile,
  .feature-card,
  .workflow-steps article,
  .implementation-grid article {
    min-height: auto;
  }

  .hero-screen-stack {
    min-height: 390px;
  }

  .hero-screen-main {
    min-height: 330px;
    padding: 14px;
  }

  .screen-metrics {
    grid-template-columns: 1fr;
  }

  .screen-chart {
    min-height: 92px;
  }

  .hero-screen-side,
  .hero-screen-small {
    display: none;
  }

  .finance-ui,
  .program-ui {
    grid-template-columns: 1fr;
  }

  .ui-sidebar {
    display: none;
  }
}
