:root {
  --navy-950: #061a39;
  --navy-900: #062751;
  --navy-800: #063562;
  --navy-700: #102e5b;
  --blue: #087fdf;
  --blue-bright: #1c9bea;
  --cyan: #19c7d8;
  --ink: #0a2148;
  --muted: #60728d;
  --muted-dark: #a9bed6;
  --line: #dce6f0;
  --surface: #f7fbff;
  --white: #ffffff;
  --amber: #eea22b;
  --green: #35aa68;
  --violet: #7d5ae5;
  --shadow-sm: 0 8px 25px rgba(8, 34, 70, 0.07);
  --shadow-md: 0 16px 45px rgba(8, 34, 70, 0.12);
  --shadow-lg: 0 24px 75px rgba(4, 26, 59, 0.2);
  --radius-sm: 10px;
  --radius-md: 18px;
  --radius-lg: 28px;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

body.menu-open { overflow: hidden; }

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

button, a { -webkit-tap-highlight-color: transparent; }

button { font: inherit; }

.icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.icon {
  width: 1.2em;
  height: 1.2em;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: 0 0 auto;
}

.container { width: min(100% - 64px, 1230px); margin: 0 auto; }

.sr-only,
.skip-link:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  padding: 10px 14px;
  border-radius: 8px;
  color: var(--white);
  background: var(--navy-900);
}

:focus-visible { outline: 3px solid var(--cyan); outline-offset: 4px; }

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 62px;
  padding: 0 20px 0 16px;
  border: 1px solid rgba(210, 225, 239, 0.8);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 12px 30px rgba(20, 60, 98, 0.08);
  backdrop-filter: blur(16px);
}

.brand { display: inline-flex; align-items: center; width: 157px; height: 43px; overflow: hidden; }

.brand-crop { display: block; width: 157px; height: 42px; overflow: hidden; }

.brand-crop img {
  display: block;
  width: 157px;
  max-width: none;
  transform: translateY(-25px);
}

.primary-nav { display: flex; align-items: center; gap: clamp(18px, 2vw, 31px); font-size: 12px; font-weight: 700; }

.primary-nav > a:not(.button) { color: var(--navy-700); transition: color 180ms ease; }
.primary-nav > a:not(.button):hover { color: var(--blue); }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 9px;
  font-size: 14px;
  font-weight: 750;
  letter-spacing: -0.01em;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.button:hover { transform: translateY(-2px); }
.button-dark { color: var(--white); background: var(--navy-900); box-shadow: 0 7px 18px rgba(6, 39, 81, 0.18); }
.button-dark:hover { background: #0b3c76; box-shadow: 0 11px 25px rgba(6, 39, 81, 0.24); }
.button-light { color: var(--navy-900); background: rgba(255, 255, 255, 0.76); border-color: #b8cadd; }
.button-light:hover { background: var(--white); border-color: var(--blue); }
.button-cyan { color: var(--navy-950); background: var(--cyan); box-shadow: 0 10px 25px rgba(25, 199, 216, 0.25); }
.button-cyan:hover { background: #4cd9e4; }
.button-small { min-height: 39px; padding: 0 15px; font-size: 11px; border-radius: 8px; }

.menu-toggle { display: none; }

.hero {
  position: relative;
  min-height: 685px;
  overflow: hidden;
  background: linear-gradient(111deg, #f7fbff 0%, #f0f7fd 53%, #eaf3fb 100%);
}

.hero-grid-lines {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 57%;
  opacity: 0.45;
  background-image: linear-gradient(125deg, transparent 0 46%, rgba(10, 108, 179, 0.05) 46.2%, transparent 46.5%), linear-gradient(90deg, rgba(13, 125, 192, 0.035) 1px, transparent 1px), linear-gradient(rgba(13, 125, 192, 0.035) 1px, transparent 1px);
  background-size: auto, 56px 56px, 56px 56px;
  mask-image: linear-gradient(to left, #000, transparent 88%);
}

.hero-glow { position: absolute; border-radius: 50%; filter: blur(4px); pointer-events: none; }
.hero-glow-one { top: 120px; right: 10%; width: 380px; height: 380px; background: rgba(67, 189, 239, 0.1); }
.hero-glow-two { bottom: 30px; left: -180px; width: 400px; height: 260px; background: rgba(26, 125, 222, 0.08); }

.skyline { position: absolute; z-index: 0; right: 0; bottom: 0; left: 0; height: 145px; opacity: 0.42; background: linear-gradient(to top, rgba(93, 161, 193, 0.24), transparent); }
.tower { position: absolute; bottom: 0; display: block; border: 1px solid rgba(108, 169, 196, 0.3); background: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.5) 0 5px, transparent 5px 13px), repeating-linear-gradient(0deg, rgba(80, 145, 182, 0.25) 0 2px, transparent 2px 12px), linear-gradient(110deg, rgba(138, 195, 216, 0.16), rgba(35, 101, 154, 0.26)); }
.tower-one { left: 1%; width: 13%; height: 68px; clip-path: polygon(0 11%, 80% 0, 100% 0, 100% 100%, 0 100%); }
.tower-two { left: 12%; width: 13%; height: 104px; clip-path: polygon(20% 5%, 20% 0, 74% 0, 100% 12%, 100% 100%, 0 100%, 0 5%); }
.tower-three { left: 29%; width: 9%; height: 80px; }
.tower-four { left: 38%; width: 15%; height: 126px; clip-path: polygon(35% 0, 68% 0, 90% 21%, 100% 100%, 0 100%, 10% 18%); }
.tower-five { right: 14%; width: 12%; height: 92px; clip-path: polygon(0 15%, 43% 0, 100% 20%, 100% 100%, 0 100%); }
.tower-six { right: 2%; width: 15%; height: 120px; clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%, 0 21%); }

.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 0.94fr 1.06fr; gap: 34px; align-items: center; min-height: 685px; padding-top: 82px; }

.hero-copy { position: relative; z-index: 2; padding: 35px 0 42px; }

.eyebrow, .section-kicker { display: inline-flex; align-items: center; gap: 9px; margin: 0 0 17px; color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: 0.03em; text-transform: uppercase; }
.eyebrow { padding: 9px 13px 9px 10px; border: 1px solid rgba(25, 199, 216, 0.75); border-radius: 999px; color: var(--navy-700); background: rgba(255, 255, 255, 0.38); text-transform: none; letter-spacing: 0; }
.eyebrow .icon { color: var(--navy-900); font-size: 18px; }

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

h1, h2 { font-family: var(--serif); letter-spacing: -0.045em; }
h1 { max-width: 620px; margin-bottom: 19px; color: var(--navy-900); font-size: clamp(45px, 5vw, 72px); line-height: 0.98; }
h1 em { display: block; color: var(--blue); font-style: normal; }
.hero-lede { max-width: 570px; margin-bottom: 26px; color: #385271; font-size: 16px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 11px; }
.play-icon { display: inline-grid; width: 17px; height: 17px; place-items: center; border: 1px solid currentColor; border-radius: 50%; }
.play-icon span { display: block; width: 0; height: 0; margin-left: 1px; border-top: 4px solid transparent; border-bottom: 4px solid transparent; border-left: 5px solid currentColor; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 31px; color: var(--navy-700); font-size: 10px; font-weight: 750; }
.hero-proof span { display: inline-flex; align-items: center; gap: 6px; }
.hero-proof .icon { width: 17px; height: 17px; color: var(--navy-900); }

.dashboard-wrap { position: relative; z-index: 3; padding: 24px 0 24px 7px; }
.dashboard-wrap::before { position: absolute; z-index: -1; top: 7%; right: -7%; bottom: 8%; left: -6%; border-radius: 28px; background: linear-gradient(130deg, rgba(24, 173, 225, 0.18), transparent 51%); content: ""; transform: rotate(-4deg); }
.dashboard-window { display: grid; grid-template-columns: 39px 1fr; min-height: 385px; overflow: hidden; border: 1px solid rgba(195, 212, 228, 0.85); border-radius: 18px; background: rgba(255, 255, 255, 0.95); box-shadow: var(--shadow-lg); }
.dashboard-sidebar { display: flex; flex-direction: column; align-items: center; gap: 7px; padding: 12px 0; color: #d8efff; background: var(--navy-900); }
.dashboard-sidebar-logo { display: grid; width: 25px; height: 25px; margin-bottom: 12px; place-items: center; border: 1px solid rgba(255, 255, 255, 0.22); border-radius: 7px; color: var(--white); font-family: var(--serif); font-size: 14px; font-weight: 700; }
.dashboard-sidebar-nav { display: grid; width: 27px; height: 27px; place-items: center; border-radius: 7px; opacity: 0.75; }
.dashboard-sidebar-nav .icon { width: 15px; height: 15px; }
.dashboard-sidebar-nav.is-active { color: var(--white); background: rgba(25, 199, 216, 0.23); opacity: 1; }
.dashboard-sidebar-bottom { margin-top: auto; }
.dashboard-main { min-width: 0; padding: 21px; background: #f8fbfe; }
.dashboard-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-bottom: 16px; }
.dashboard-kicker { margin-bottom: 2px; color: #7d8fa9; font-size: 7px; font-weight: 800; letter-spacing: 0.11em; text-transform: uppercase; }
.dashboard-toolbar h2 { margin: 0; font-family: var(--sans); font-size: 16px; letter-spacing: -0.04em; }
.dashboard-actions { display: flex; align-items: center; gap: 9px; }
.dashboard-select { min-width: 105px; padding: 7px 8px; border: 1px solid #dbe5ee; border-radius: 7px; color: #5d6d84; background: var(--white); font-size: 7px; font-weight: 700; text-align: left; }
.dashboard-select span { float: right; color: #92a1b6; font-size: 12px; line-height: 8px; }
.notification-dot { display: grid; width: 24px; height: 24px; place-items: center; color: var(--navy-800); }
.notification-dot .icon { width: 13px; height: 13px; }
.avatar { display: grid; width: 25px; height: 25px; place-items: center; border-radius: 50%; color: var(--white); background: linear-gradient(135deg, var(--blue), var(--navy-900)); font-size: 10px; font-weight: 800; }
.dashboard-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.metric-card, .activity-card { min-height: 132px; padding: 12px 11px; border: 1px solid #e2e9f0; border-radius: 9px; background: var(--white); box-shadow: 0 3px 12px rgba(21, 61, 102, 0.04); }
.metric-card-head { display: flex; align-items: center; gap: 7px; margin-bottom: 10px; color: var(--navy-700); font-size: 8px; font-weight: 800; }
.metric-card-head .icon { width: 16px; height: 16px; }
.icon-blue { color: var(--blue); }
.metric-card strong { display: block; margin-bottom: 1px; color: var(--navy-950); font-size: 19px; line-height: 1.15; }
.metric-card small { display: block; min-height: 26px; color: #68778c; font-size: 7px; line-height: 1.3; }
.status { display: inline-flex; align-items: center; gap: 3px; margin-top: 10px; padding: 3px 6px; border-radius: 999px; font-size: 6px; font-weight: 800; }
.status .icon { width: 10px; height: 10px; }
.status-green { color: #268c57; background: #eaf8f0; }
.status-blue { color: #3271c2; background: #edf5ff; }
.status-amber { color: #b87a18; background: #fff6e8; }
.activity-card { grid-column: 3; grid-row: span 2; min-height: 272px; background: #f4f8fc; }
.activity-card-head { display: flex; justify-content: space-between; margin-bottom: 22px; color: var(--navy-700); font-size: 8px; font-weight: 800; }
.live-dot { color: var(--green); font-size: 7px; font-weight: 700; }
.live-dot::before { display: inline-block; width: 5px; height: 5px; margin-right: 4px; border-radius: 50%; background: var(--green); content: ""; vertical-align: 1px; }
.activity-item { display: grid; grid-template-columns: 15px 1fr auto; align-items: center; gap: 5px; margin-bottom: 15px; color: #40536e; font-size: 7px; }
.activity-item time { color: #92a0b1; font-size: 6px; }
.activity-mark { display: grid; width: 14px; height: 14px; place-items: center; border-radius: 4px; color: var(--blue); background: #e2f0fc; font-size: 10px; }
.activity-link { display: inline-flex; align-items: center; gap: 4px; margin-top: 13px; color: var(--blue); font-size: 7px; font-weight: 800; }
.activity-link .icon { width: 11px; height: 11px; }

.section { padding: 91px 0; }
.section-heading { max-width: 610px; }
.section-heading.centered { margin-right: auto; margin-left: auto; text-align: center; }
.section-heading .section-kicker { margin-bottom: 8px; }
.section-heading h2, .propbot-copy h2, .cta-panel h2 { margin-bottom: 12px; color: var(--navy-900); font-size: clamp(32px, 4vw, 48px); line-height: 1.05; }
.section-heading > p:last-child { margin-bottom: 0; color: var(--muted); font-size: 15px; }

.capabilities { background: var(--white); }
.capability-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 13px; margin-top: 37px; }
.capability-card { min-height: 220px; padding: 25px 17px 19px; border: 1px solid #e4eaf1; border-radius: 10px; background: linear-gradient(145deg, #fff, #fbfdff); box-shadow: var(--shadow-sm); text-align: center; transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease; }
.capability-card:hover { border-color: #b6d6ef; box-shadow: var(--shadow-md); transform: translateY(-5px); }
.card-icon { display: grid; width: 42px; height: 42px; margin: 0 auto 17px; place-items: center; color: var(--navy-900); }
.card-icon .icon { width: 36px; height: 36px; stroke-width: 1.35; }
.capability-card h3 { margin-bottom: 9px; color: var(--navy-900); font-size: 14px; line-height: 1.28; letter-spacing: -0.035em; }
.capability-card p { margin: 0; color: #6d7b8e; font-size: 11px; line-height: 1.5; }

.process-section { padding-top: 16px; background: #fbfdff; }
.process-grid { display: grid; grid-template-columns: 1fr 24px 1fr 24px 1fr 24px 1fr; align-items: stretch; gap: 8px; margin-top: 36px; }
.process-card { position: relative; display: grid; grid-template-columns: auto 1fr; gap: 11px; min-height: 150px; padding: 23px 14px 19px; border: 1px solid #e0e8f0; border-radius: 15px; background: var(--white); box-shadow: 0 7px 20px rgba(18, 57, 97, 0.04); }
.step-number { position: absolute; top: 12px; left: 12px; display: grid; width: 20px; height: 20px; place-items: center; border-radius: 50%; color: var(--white); background: var(--navy-900); font-size: 10px; font-weight: 800; }
.process-icon { display: grid; width: 42px; height: 42px; margin-top: 4px; place-items: center; color: var(--navy-900); }
.process-icon .icon { width: 32px; height: 32px; stroke-width: 1.45; }
.process-card h3 { margin: 5px 0 5px; color: var(--navy-900); font-family: var(--sans); font-size: 13px; letter-spacing: -0.03em; }
.process-card p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.5; }
.process-arrow { display: grid; align-items: center; justify-content: center; color: #9aabba; font-size: 25px; }

.propbot-section { padding: 0 0 91px; }
.propbot-panel { position: relative; display: grid; grid-template-columns: 0.95fr 1.45fr; gap: 35px; align-items: center; min-height: 235px; padding: 31px 37px; overflow: hidden; border-radius: 17px; color: var(--white); background: linear-gradient(120deg, var(--navy-950), var(--navy-800)); box-shadow: var(--shadow-md); }
.propbot-panel::before, .propbot-panel::after { position: absolute; width: 450px; height: 450px; border: 1px solid rgba(105, 193, 235, 0.13); border-radius: 50%; content: ""; transform: rotate(-30deg); }
.propbot-panel::before { right: -190px; bottom: -290px; box-shadow: 0 0 0 22px rgba(66, 165, 214, 0.04), 0 0 0 44px rgba(66, 165, 214, 0.04); }
.propbot-panel::after { right: -85px; bottom: -390px; }
.propbot-copy, .propbot-objects { position: relative; z-index: 1; }
.section-kicker-light { color: var(--cyan); }
.propbot-copy h2 { margin-bottom: 8px; color: var(--white); font-size: 39px; }
.propbot-copy > p:not(.section-kicker) { max-width: 380px; margin-bottom: 24px; color: #c5d7eb; font-size: 14px; line-height: 1.58; }
.propbot-note { display: inline-flex; align-items: center; gap: 8px; color: #e3f2fd; font-size: 11px; font-weight: 650; }
.propbot-note .icon { width: 15px; height: 15px; color: var(--cyan); }
.propbot-objects { display: grid; grid-template-columns: repeat(4, 1fr); gap: 9px; }
.object-pill { display: flex; min-height: 75px; flex-direction: column; align-items: center; justify-content: center; gap: 5px; border: 1px solid rgba(111, 146, 179, 0.35); border-radius: 9px; color: var(--navy-900); background: rgba(255, 255, 255, 0.97); box-shadow: 0 8px 22px rgba(1, 20, 47, 0.16); font-size: 10px; font-weight: 800; text-align: center; }
.object-pill .icon { width: 23px; height: 23px; color: var(--blue); stroke-width: 1.4; }

.services-section { padding-top: 0; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; margin-top: 36px; }
.service-card { display: grid; grid-template-columns: 67px 1fr; gap: 13px; padding: 23px 22px; border: 1px solid #e0e8f0; border-radius: 13px; background: var(--white); box-shadow: var(--shadow-sm); }
.service-icon { display: grid; width: 58px; height: 58px; place-items: center; border-radius: 50%; }
.service-icon .icon { width: 28px; height: 28px; stroke-width: 1.45; }
.service-icon-blue { color: var(--blue); background: #edf6ff; }
.service-icon-cyan { color: #087c99; background: #e3faf9; }
.service-icon-violet { color: var(--violet); background: #f3efff; }
.service-card h3 { margin: 2px 0 7px; color: var(--navy-900); font-size: 17px; letter-spacing: -0.04em; }
.service-card p { margin-bottom: 11px; color: var(--muted); font-size: 12px; line-height: 1.5; }
.service-card a { display: inline-flex; align-items: center; gap: 5px; color: var(--blue); font-size: 11px; font-weight: 800; }
.service-card a .icon { width: 14px; height: 14px; }

.outcomes-section { padding-top: 24px; background: #fbfdff; }
.outcomes-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.outcomes-heading .section-heading { flex: 0 1 550px; }
.outcomes-heading > p { max-width: 430px; margin: 0 0 6px; color: var(--muted); font-size: 14px; line-height: 1.6; }
.outcomes-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; margin-top: 34px; }
.outcome-card { position: relative; display: flex; min-height: 220px; flex-direction: column; padding: 23px 23px 20px; border: 1px solid #e0e8f0; border-radius: 13px; background: var(--white); box-shadow: var(--shadow-sm); }
.quote-mark { color: var(--blue); font-family: var(--serif); font-size: 44px; line-height: 0.7; }
.outcome-card > p { max-width: 340px; margin: 11px 0 25px; color: var(--navy-700); font-family: var(--serif); font-size: 15px; line-height: 1.45; }
.outcome-meta { display: flex; align-items: center; gap: 10px; margin-top: auto; }
.outcome-avatar { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 50%; }
.outcome-avatar .icon { width: 19px; height: 19px; }
.outcome-avatar-blue { color: var(--blue); background: #eaf4ff; }
.outcome-avatar-cyan { color: #088ca5; background: #e5faf8; }
.outcome-avatar-violet { color: var(--violet); background: #f1edff; }
.outcome-meta strong, .outcome-meta small { display: block; }
.outcome-meta strong { color: var(--navy-900); font-size: 11px; }
.outcome-meta small { color: var(--muted); font-size: 10px; }

.cta-section { padding: 0 0 48px; background: #fbfdff; }
.cta-panel { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 32px; min-height: 180px; padding: 35px 39px; overflow: hidden; border-radius: 17px; color: var(--white); background: linear-gradient(110deg, var(--navy-950), var(--navy-800)); box-shadow: var(--shadow-md); }
.cta-panel::after { position: absolute; right: -40px; bottom: -90px; width: 310px; height: 220px; border: 1px solid rgba(96, 199, 225, 0.23); border-radius: 50%; box-shadow: 0 0 0 18px rgba(96, 199, 225, 0.04), 0 0 0 36px rgba(96, 199, 225, 0.04); content: ""; transform: rotate(-18deg); }
.cta-panel > div, .cta-panel > a { position: relative; z-index: 1; }
.cta-panel h2 { max-width: 600px; margin-bottom: 8px; color: var(--white); font-size: clamp(30px, 4vw, 43px); }
.cta-panel p:not(.section-kicker) { margin: 0; color: #c6d9ed; font-size: 13px; }
.cta-panel .button { min-width: 218px; }

.site-footer { padding: 53px 0 17px; color: #c9d8e9; background: var(--navy-950); }
.footer-grid { display: grid; grid-template-columns: 1.45fr 1fr 1fr 1fr 1.2fr; gap: 32px; padding-bottom: 42px; }
.footer-wordmark { display: inline-block; margin-bottom: 12px; color: var(--white); font-size: 20px; font-weight: 750; letter-spacing: -0.06em; }
.footer-wordmark span { color: var(--cyan); }
.footer-brand p { max-width: 190px; margin-bottom: 23px; color: #a9bdd5; font-size: 12px; line-height: 1.55; }
.social-links { display: flex; gap: 8px; }
.social-links a { display: grid; width: 29px; height: 29px; place-items: center; border: 1px solid rgba(194, 220, 240, 0.58); border-radius: 50%; color: var(--white); font-size: 12px; font-weight: 800; }
.social-links a:hover { border-color: var(--cyan); color: var(--cyan); }
.footer-column, .footer-contact { display: flex; flex-direction: column; align-items: flex-start; }
.footer-column h3, .footer-contact h3 { margin: 1px 0 15px; color: var(--white); font-size: 12px; }
.footer-column a { margin-bottom: 9px; color: #afc3db; font-size: 11px; transition: color 180ms ease; }
.footer-column a:hover, .footer-contact a:hover { color: var(--cyan); }
.footer-contact { padding-left: 28px; border-left: 1px solid rgba(188, 214, 236, 0.32); }
.footer-contact a { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 13px; color: #afc3db; font-size: 11px; }
.footer-contact .icon { width: 16px; height: 16px; color: var(--cyan); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 16px; border-top: 1px solid rgba(188, 214, 236, 0.21); color: #91a8c2; font-size: 10px; }
.footer-bottom span:last-child { display: inline-flex; gap: 12px; }
.footer-bottom a:hover { color: var(--white); }
.footer-bottom i { display: block; width: 1px; height: 14px; background: rgba(188, 214, 236, 0.35); }

@media (max-width: 1080px) {
  .container { width: min(100% - 48px, 1230px); }
  .primary-nav { gap: 15px; font-size: 11px; }
  .nav-button { padding: 0 10px; }
  .hero-grid { grid-template-columns: 0.88fr 1.12fr; gap: 18px; }
  h1 { font-size: clamp(43px, 5.3vw, 63px); }
  .capability-grid { grid-template-columns: repeat(3, 1fr); }
  .capability-card { min-height: 190px; }
  .process-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .process-arrow { display: none; }
  .footer-grid { grid-template-columns: 1.5fr repeat(3, 1fr); }
  .footer-contact { grid-column: 2 / -1; padding: 24px 0 0; border-top: 1px solid rgba(188, 214, 236, 0.22); border-left: 0; }
  .footer-contact a { margin-right: 25px; }
}

@media (max-width: 820px) {
  .container { width: min(100% - 36px, 700px); }
  .site-header { padding: 9px 0; }
  .nav-wrap { min-height: 58px; padding-right: 12px; }
  .menu-toggle { display: flex; width: 42px; height: 40px; flex-direction: column; align-items: center; justify-content: center; gap: 4px; border: 0; border-radius: 8px; color: var(--navy-900); background: transparent; cursor: pointer; }
  .menu-toggle span:not(.sr-only) { display: block; width: 19px; height: 2px; border-radius: 2px; background: currentColor; transition: transform 180ms ease, opacity 180ms ease; }
  .menu-toggle[aria-expanded="true"] span:nth-last-child(3) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-last-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-6px) rotate(-45deg); }
  .primary-nav { position: fixed; top: 76px; right: 18px; left: 18px; display: flex; visibility: hidden; flex-direction: column; align-items: stretch; gap: 0; max-height: 0; padding: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: rgba(255, 255, 255, 0.97); box-shadow: var(--shadow-lg); opacity: 0; transition: max-height 220ms ease, opacity 220ms ease, visibility 220ms ease, padding 220ms ease; }
  .primary-nav.is-open { visibility: visible; max-height: 460px; padding: 12px; opacity: 1; }
  .primary-nav > a:not(.button) { padding: 13px 10px; border-bottom: 1px solid #eef2f6; font-size: 13px; }
  .primary-nav .nav-button { margin-top: 10px; }
  .hero { min-height: auto; }
  .hero-grid { display: block; min-height: 0; padding-top: 135px; }
  .hero-copy { padding: 28px 0 8px; }
  .hero-lede { max-width: 600px; }
  .dashboard-wrap { max-width: 680px; margin: 15px auto 0; padding: 24px 0 47px; }
  .skyline { height: 90px; }
  .dashboard-window { min-height: 360px; }
  .capability-grid { grid-template-columns: repeat(2, 1fr); }
  .propbot-panel { grid-template-columns: 1fr; gap: 27px; }
  .propbot-copy > p:not(.section-kicker) { max-width: none; }
  .propbot-objects { max-width: 590px; }
  .outcomes-heading { display: block; }
  .outcomes-heading > p { max-width: 600px; margin-top: 14px; }
  .cta-panel { display: block; }
  .cta-panel .button { margin-top: 25px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-brand { grid-column: span 2; }
  .footer-contact { grid-column: span 2; }
}

@media (max-width: 560px) {
  .container { width: min(100% - 30px, 500px); }
  .brand, .brand-crop { width: 145px; }
  .brand-crop img { width: 145px; transform: translateY(-23px); }
  .hero-grid { padding-top: 123px; }
  .eyebrow { align-items: flex-start; font-size: 10px; line-height: 1.35; }
  h1 { font-size: clamp(42px, 12vw, 58px); }
  .hero-lede { font-size: 14px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-proof { gap: 9px 14px; font-size: 9px; }
  .dashboard-wrap { padding-top: 18px; }
  .dashboard-window { grid-template-columns: 31px 1fr; border-radius: 13px; }
  .dashboard-main { padding: 13px 10px; }
  .dashboard-toolbar { align-items: flex-start; flex-direction: column; gap: 10px; }
  .dashboard-actions { width: 100%; }
  .dashboard-select { flex: 1; }
  .dashboard-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .activity-card { grid-column: auto; grid-row: auto; min-height: 160px; }
  .dashboard-sidebar { gap: 3px; }
  .dashboard-sidebar-logo { margin-bottom: 7px; }
  .section { padding: 68px 0; }
  .section-heading h2, .propbot-copy h2 { font-size: 36px; }
  .capability-grid, .services-grid, .outcomes-grid { grid-template-columns: 1fr; }
  .capability-card { min-height: 0; padding: 22px 18px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-card { min-height: 130px; }
  .propbot-section { padding-bottom: 68px; }
  .propbot-panel { padding: 28px 21px; }
  .propbot-objects { grid-template-columns: repeat(2, 1fr); }
  .object-pill { min-height: 69px; }
  .service-card { grid-template-columns: 58px 1fr; padding: 19px 17px; }
  .service-icon { width: 51px; height: 51px; }
  .service-card h3 { font-size: 16px; }
  .outcomes-section { padding-top: 0; }
  .outcome-card { min-height: 195px; }
  .cta-section { padding-bottom: 28px; }
  .cta-panel { padding: 30px 23px; }
  .cta-panel h2 { font-size: 34px; }
  .cta-panel .button { width: 100%; }
  .footer-grid { gap: 26px 18px; }
  .footer-column a, .footer-contact a { font-size: 10px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 11px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; }
}
