@font-face {
  font-family: "UI Sans";
  src: url("assets/fonts/ui-sans-v9-light.woff2?v=20260602b") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "UI Sans";
  src: url("assets/fonts/ui-sans-v9-regular.woff2?v=20260602b") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "UI Sans";
  src: url("assets/fonts/ui-sans-v9-medium.woff2?v=20260602b") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "UI Sans";
  src: url("assets/fonts/ui-sans-v9-bold.woff2?v=20260602b") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "UI Sans";
  src: url("assets/fonts/ui-sans-v9-black.woff2?v=20260602b") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: block;
}

:root {
  --font-ui: "UI Sans", sans-serif;
  --surface: #fbfcff;
  --surface-subtle: #f3f7fe;
  --surface-soft: #e9f1fd;
  --surface-card: #ffffff;
  --line: #d8e2ef;
  --line-strong: #c7d3e3;
  --text: #11161d;
  --text-soft: #5f6b7a;
  --text-muted: #7f8997;
  --brand: #0a6eef;
  --brand-strong: #085ac4;
  --brand-soft: rgba(10, 110, 239, 0.12);
  --shadow-soft: 0 16px 32px rgba(17, 22, 29, 0.06);
  --shadow-panel: 0 20px 38px rgba(17, 22, 29, 0.08);
  --radius-lg: 22px;
  --radius-md: 18px;
  --radius-sm: 14px;
  --container: 1260px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  background: var(--surface);
  color: var(--text);
  scroll-behavior: smooth;
  font-synthesis: none;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at top left, rgba(10, 110, 239, 0.05), transparent 24rem),
    linear-gradient(180deg, #fcfdff 0%, #f7fbff 100%);
  color: var(--text);
  font-family: var(--font-ui);
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input,
textarea,
select,
button {
  font-family: var(--font-ui);
}

html,
body {
  font-family: var(--font-ui);
}

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

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

button,
summary,
.button {
  font: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.container {
  width: min(calc(100% - 2rem), var(--container));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(251, 253, 255, 0.94);
  border-bottom: 1px solid #e5eaef;
  backdrop-filter: blur(16px);
}

.header-shell {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0;
  min-height: 68px;
}

.brand {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.brand-lockup {
  display: block;
  width: 12.16rem;
  height: auto;
  flex: 0 0 auto;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 0.08rem;
  margin-left: 2.5rem;
  min-width: 0;
}

.header-cta {
  margin-left: auto;
  min-height: 2.5rem;
  padding-inline: 1rem;
  border-radius: 11px;
  font-size: 0.88rem;
  font-weight: 560;
  box-shadow: 0 12px 24px rgba(10, 110, 239, 0.18);
}

.site-nav > a,
.nav-group > summary,
.header-link {
  display: inline-flex;
  align-items: center;
  min-height: 2.3rem;
  padding: 0.44rem 0.7rem;
  color: var(--text);
  font-size: 0.88rem;
  font-weight: 400;
  line-height: 1;
  transition: color 160ms ease, text-shadow 160ms ease;
}

.nav-summary-link {
  display: inline-flex;
  align-items: center;
  min-height: 2.3rem;
  padding: 0.44rem 0.7rem;
  color: var(--text);
  font-size: 0.88rem;
  font-weight: 400;
  line-height: 1;
  transition: color 160ms ease, text-shadow 160ms ease;
}

.site-nav > a:hover,
.nav-group > summary:hover,
.nav-group[open] > summary,
.nav-group:hover > summary .nav-summary-link,
.nav-group[open] > summary .nav-summary-link,
.nav-group:focus-within > summary .nav-summary-link,
.header-link:hover {
  color: var(--brand);
  background: transparent;
  text-shadow: 0 0 0.01px currentColor;
}

.nav-group-link[open] > summary .nav-summary-link {
  color: var(--brand);
  background: transparent;
  text-shadow: 0 0 0.01px currentColor;
}

.header-link {
  margin-left: auto;
}

.preview-signout {
  margin-left: auto;
  color: var(--text-soft);
}

.preview-signout:hover {
  color: var(--text);
}

.nav-group {
  position: static;
}

.nav-group::after {
  display: none !important;
}

.nav-group summary {
  list-style: none;
  cursor: pointer;
  position: relative;
}

.nav-group > summary::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 1rem;
  background: transparent;
}

.nav-group-link > summary {
  padding: 0;
  background: transparent;
}

.nav-summary-link {
  cursor: pointer;
}

.nav-group-link > summary::after,
.nav-group-menu > summary::after {
  display: none;
  content: none;
}

.nav-group summary::-webkit-details-marker {
  display: none;
}

.nav-group-services summary::after {
  display: none;
  content: none;
}

.nav-divider {
  display: inline-flex;
  align-items: center;
  color: #c2c9d3;
  font-size: 0.9rem;
  padding: 0 0.16rem;
  user-select: none;
}

.nav-panel {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: auto;
  padding: 1rem 0 1.15rem;
  border-top: 1px solid var(--line);
  border-right: 0;
  border-bottom: 1px solid var(--line);
  border-left: 0;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.985);
  backdrop-filter: blur(18px);
  box-shadow: 0 26px 52px rgba(17, 22, 29, 0.1);
}

.nav-panel-wide {
  width: auto;
}

.nav-panel-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(calc(100% - 2rem), var(--container));
  margin: 0 auto;
  gap: 0.8rem;
}

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

.nav-card {
  display: block;
  padding: 1rem 1rem 1.04rem;
  border: 1px solid #dbe5f1;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 255, 0.98));
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.85) inset;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease, background-color 160ms ease;
}

.nav-card:hover {
  transform: translateY(-2px);
  background: #ffffff;
  border-color: #c8d6e8;
  box-shadow: 0 18px 34px rgba(17, 22, 29, 0.12);
}

.nav-card img {
  width: 2.7rem;
  height: 2.7rem;
}

.nav-card strong {
  display: block;
  margin-top: 0.72rem;
  color: var(--text);
  font-size: 0.93rem;
  font-weight: 400;
  line-height: 1.2;
}

.nav-card span {
  display: block;
  margin-top: 0.24rem;
  color: var(--text-soft);
  font-size: 0.79rem;
  line-height: 1.38;
}

.menu-toggle {
  display: none;
  width: 2.75rem;
  aspect-ratio: 1;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: transparent;
  padding: 0.65rem;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  height: 2px;
  margin: 0.26rem 0;
  background: var(--text);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.8rem;
  padding: 0.78rem 1rem;
  border: 1px solid transparent;
  border-radius: 12px;
  font-size: 0.94rem;
  font-weight: 560;
  line-height: 1;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.button-primary {
  background: var(--brand);
  color: #ffffff;
}

.button-primary:hover {
  background: var(--brand-strong);
}

.button-secondary {
  background: #ffffff;
  border-color: var(--line-strong);
  color: var(--text);
}

.button-secondary:hover {
  border-color: #bfd2f5;
  color: var(--brand);
  background: #f7fbff;
}

.hero-home,
.page-hero {
  background:
    linear-gradient(120deg, rgba(10, 110, 239, 0.08), rgba(10, 110, 239, 0) 45%),
    linear-gradient(180deg, #ffffff 0%, #f5f9ff 100%);
}

.hero-home {
  padding: 2.5rem 0 1.6rem;
}

.page-hero {
  padding: 2.3rem 0 1.8rem;
  border-bottom: 1px solid var(--line);
}

.hero-grid,
.page-hero-grid,
.section-heading,
.footer-shell,
.cta-band,
.contact-grid,
.narrative-grid {
  display: grid;
  gap: 1.5rem;
}

.hero-grid,
.page-hero-grid,
.contact-grid,
.narrative-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hero-copy {
  max-width: 620px;
  padding-top: 0.4rem;
}

.home-homepage {
  padding: 2.25rem 0 1.8rem;
  background:
    linear-gradient(90deg, rgba(10, 110, 239, 0.08) 0, rgba(10, 110, 239, 0) 42%),
    linear-gradient(180deg, #ffffff 0%, #fbfdff 100%),
    #ffffff;
  border-bottom: 1px solid var(--line);
}

.home-homepage-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  gap: 2rem;
  align-items: start;
}

.home-homepage-copy {
  max-width: 560px;
  padding-top: 0.18rem;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0 0 0.92rem;
  color: #465363;
  font-size: 0.76rem;
  font-weight: 540;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 1.6rem;
  height: 1px;
  background: #c8d6e6;
}

.eyebrow-plain::before {
  display: none;
}

h1,
h2,
h3,
h4,
p {
  margin: 0;
}

h1 {
  font-size: clamp(3rem, 5.8vw, 5rem);
  line-height: 0.95;
  letter-spacing: -0.032em;
  font-weight: 630;
}

.home-homepage h1 {
  max-width: 17ch;
  font-size: 2.42rem;
  line-height: 1.08;
  letter-spacing: 0;
  font-weight: 560;
}

h2 {
  font-size: clamp(2rem, 3.5vw, 3rem);
  line-height: 0.99;
  letter-spacing: -0.03em;
  font-weight: 625;
}

h3 {
  font-size: 1.05rem;
  line-height: 1.24;
  font-weight: 610;
}

.hero-text,
.section-intro,
.section-copy,
.feature-card p,
.offer-card p,
.offer-card li,
.plan-card li,
.example-card p,
.detail-card p,
.service-intro,
.service-card p,
.contact-panel p,
.footer-note,
.narrative-stack p,
.service-index-card p,
.contact-summary li {
  color: var(--text-soft);
}

.hero-text {
  margin-top: 1rem;
  max-width: 58ch;
  font-size: 1.02rem;
  line-height: 1.62;
}

.home-homepage .hero-text {
  max-width: 52ch;
  font-size: 0.98rem;
  line-height: 1.58;
}

.home-capability-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.55rem;
  margin-top: 1.2rem;
}

.home-capability-card {
  display: grid;
  min-height: 6.2rem;
  align-content: space-between;
  padding: 0.8rem;
  border: 1px solid #d8e5f4;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.8);
  color: var(--text);
  transition: transform 160ms ease, border-color 160ms ease, background-color 160ms ease;
}

.home-capability-card:hover {
  transform: translateY(-2px);
  border-color: #bed5f1;
  background: #ffffff;
}

.home-capability-card img {
  width: 2.3rem;
  height: 2.3rem;
}

.home-capability-card span {
  display: block;
  margin-top: 0.7rem;
  color: #263241;
  font-size: 0.82rem;
  font-weight: 500;
  line-height: 1.18;
}

.home-capability-card-accent {
  background: linear-gradient(145deg, #e9f4ff 0%, #ffffff 76%);
  border-color: #bfd8f5;
}

.hero-actions,
.cta-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.35rem;
}

.hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.2rem;
}

.hero-pills span {
  padding: 0.62rem 0.84rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  color: var(--text-soft);
  font-size: 0.84rem;
  line-height: 1;
}

.hero-aside {
  display: grid;
  gap: 0.9rem;
}

.home-homepage-side {
  align-content: start;
}

.home-ops-panel {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(17, 22, 29, 0.055);
}

.home-ops-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 1rem;
  border-bottom: 1px solid var(--line);
}

.home-ops-header span {
  color: var(--text);
  font-size: 0.78rem;
  font-weight: 610;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-ops-header a {
  color: var(--brand);
  font-size: 0.84rem;
  font-weight: 400;
}

.home-panel-lead {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.9rem;
  align-items: center;
  margin: 0.85rem 1rem 0.95rem;
  padding: 0.95rem;
  border: 1px solid #d4e4f7;
  border-radius: 8px;
  background: linear-gradient(135deg, #f7fbff 0%, #ffffff 72%);
}

.home-panel-lead img {
  width: 2.7rem;
  height: 2.7rem;
}

.home-panel-lead strong {
  display: block;
  color: var(--text);
  font-size: 0.98rem;
  font-weight: 560;
  line-height: 1.2;
}

.home-panel-lead p {
  margin-top: 0.24rem;
  color: var(--text-soft);
  font-size: 0.88rem;
  line-height: 1.42;
}

.home-ops-row {
  display: grid;
  grid-template-columns: 178px minmax(0, 1fr);
  gap: 1rem;
  padding: 0.85rem 1rem;
  border-bottom: 1px solid var(--line);
  transition: background-color 160ms ease;
}

.home-ops-row:last-child {
  border-bottom: 0;
}

.home-ops-row:hover {
  background: var(--surface-subtle);
}

.home-ops-title {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--text);
  font-size: 0.92rem;
  font-weight: 500;
}

.home-ops-title img {
  width: 1.72rem;
  height: 1.72rem;
  flex: 0 0 auto;
  padding: 0.28rem;
  border: 1px solid #d7e5f5;
  border-radius: 8px;
  background: #f4f9ff;
}

.home-ops-row p {
  color: var(--text-soft);
  font-size: 0.9rem;
  line-height: 1.45;
}

.home-clean-header {
  margin-bottom: 1.9rem;
}

.home-clean-header h2 {
  font-size: 1.72rem;
  line-height: 1.08;
  letter-spacing: 0;
  font-weight: 560;
}

.section-kicker {
  margin-bottom: 0.52rem;
  color: var(--brand);
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.included-header {
  display: grid;
  grid-template-columns: minmax(0, 760px) auto;
  gap: 2rem;
  align-items: center;
  margin-bottom: 1.45rem;
}

.included-header h2 {
  color: var(--text);
  font-size: clamp(2rem, 4vw, 3.05rem);
  line-height: 1.03;
  letter-spacing: 0;
  font-weight: 560;
}

.text-action {
  display: inline-flex;
  align-items: center;
  justify-self: end;
  gap: 0.5rem;
  color: var(--text);
  font-size: 0.98rem;
  font-weight: 500;
  white-space: nowrap;
}

.text-action::after {
  content: "";
  width: 0.78rem;
  height: 0.78rem;
  border-radius: 2px;
  background: var(--text);
  clip-path: polygon(22% 12%, 88% 50%, 22% 88%);
}

.home-service-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.72rem;
  margin: 1.65rem 0 2.05rem;
}

.service-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.28rem;
  padding: 0.48rem 1.05rem;
  border-radius: 999px;
  background: #f0f4f7;
  color: var(--text);
  font-size: 0.86rem;
  font-weight: 500;
  line-height: 1;
  transition: background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.service-pill:hover {
  transform: translateY(-1px);
  background: #e5eff8;
}

.service-pill-active {
  background: var(--brand);
  color: #ffffff;
}

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

.included-card {
  display: flex;
  min-height: 21.4rem;
  flex-direction: column;
  padding: 1.25rem 1.28rem 1.32rem;
  border: 1px solid #d8e6f0;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 1px 0 rgba(17, 22, 29, 0.02);
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.included-card:hover {
  transform: translateY(-2px);
  border-color: #b9d3e9;
  background: #fbfdff;
  box-shadow: 0 18px 36px rgba(7, 56, 79, 0.08);
}

.included-card-accent {
  background: linear-gradient(145deg, #eef8ff 0%, #ffffff 66%);
}

.included-card h3 {
  margin-top: 0.45rem;
  color: var(--text);
  font-size: 1.12rem;
  font-weight: 560;
  line-height: 1.12;
}

.included-card p {
  margin-top: 0.68rem;
  color: var(--text-soft);
  font-size: 0.94rem;
  line-height: 1.58;
}

.home-tech-section {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%);
  border-top: 1px solid var(--line);
}

.technology-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2.3rem 2rem;
  margin-top: 1.75rem;
}

.technology-column h3 {
  margin-bottom: 0.52rem;
  color: var(--text);
  font-size: 1.06rem;
  font-weight: 560;
  line-height: 1.15;
}

.technology-column a {
  display: block;
  padding: 0.58rem 0.35rem 0.58rem 0;
  border-top: 1px solid #dce8f0;
  color: var(--text);
  font-size: 0.94rem;
  line-height: 1.25;
  transition: color 160ms ease, padding-left 160ms ease;
}

.technology-column a:hover {
  padding-left: 0.32rem;
  color: var(--brand);
}

.home-challenge-section {
  background: #ffffff;
}

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

.home-challenge-copy h2,
.home-covered-header h2,
.home-process-intro h2,
.home-faq-grid h2 {
  font-size: 2rem;
  line-height: 1.08;
  letter-spacing: 0;
  font-weight: 560;
}

.home-challenge-copy p,
.home-covered-header p,
.home-process-intro p,
.home-faq-grid > div:first-child p {
  margin-top: 0.85rem;
  color: var(--text-soft);
  font-size: 0.98rem;
  line-height: 1.6;
}

.home-challenge-graphic {
  position: relative;
  width: min(100%, 430px);
  aspect-ratio: 1;
  margin-top: 2.2rem;
}

.graphic-orbit {
  position: absolute;
  inset: 5%;
  border-radius: 50%;
  background: linear-gradient(145deg, #edf7ff 0%, #f8fbff 72%);
}

.graphic-device {
  position: absolute;
  left: 21%;
  top: 31%;
  display: grid;
  width: 46%;
  aspect-ratio: 1.3;
  place-items: center;
  border: 2px solid #0a6eef;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 36px rgba(10, 110, 239, 0.12);
}

.graphic-device img {
  width: 45%;
}

.graphic-badge {
  position: absolute;
  display: grid;
  place-items: center;
  width: 4.7rem;
  height: 4.7rem;
  border: 1px solid #c9ddf5;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 14px 28px rgba(17, 22, 29, 0.08);
}

.graphic-badge img {
  width: 2.7rem;
  height: 2.7rem;
}

.graphic-badge-shield {
  right: 18%;
  top: 29%;
}

.graphic-badge-backup {
  right: 30%;
  bottom: 20%;
}

.home-benefit-list {
  display: grid;
  gap: 1rem;
}

.home-benefit-item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
  padding: 0.95rem;
  border: 1px solid transparent;
  border-radius: 8px;
  transition: background-color 160ms ease, border-color 160ms ease;
}

.home-benefit-item:hover {
  border-color: #d6e5f6;
  background: #f8fbff;
}

.home-benefit-item img {
  width: 2.75rem;
  height: 2.75rem;
  padding: 0.48rem;
  border: 1px solid #d6e5f6;
  border-radius: 999px;
  background: #f4f9ff;
}

.home-benefit-item h3 {
  font-size: 1rem;
}

.home-benefit-item p {
  margin-top: 0.28rem;
  color: var(--text-soft);
  font-size: 0.92rem;
  line-height: 1.48;
}

.home-covered-band {
  background:
    radial-gradient(circle at 10% 10%, rgba(255, 255, 255, 0.14), transparent 28rem),
    linear-gradient(135deg, #0a6eef 0%, #075fcf 100%);
  color: #ffffff;
}

.home-covered-header {
  max-width: 820px;
  margin: 0 auto 1.45rem;
  text-align: center;
}

.home-covered-header p {
  color: rgba(255, 255, 255, 0.82);
}

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

.covered-card {
  min-height: 18rem;
  padding: 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--text);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.covered-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 46px rgba(3, 38, 82, 0.22);
}

.covered-card img {
  width: 3rem;
  height: 3rem;
}

.covered-card h3 {
  margin-top: 1.45rem;
  font-size: 1.08rem;
}

.covered-card p {
  margin-top: 0.62rem;
  color: var(--text-soft);
  font-size: 0.92rem;
  line-height: 1.5;
}

.covered-card span {
  display: inline-flex;
  margin-top: 1.35rem;
  color: var(--brand);
  font-size: 0.86rem;
  font-weight: 560;
}

.home-value-section {
  background:
    linear-gradient(135deg, rgba(10, 110, 239, 0.08) 0%, rgba(255, 255, 255, 0) 44%),
    var(--surface-subtle);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.home-value-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.78fr) minmax(0, 1.22fr);
  gap: 1.5rem;
  align-items: start;
}

.home-value-copy {
  max-width: 460px;
}

.home-value-copy h2 {
  font-size: 1.85rem;
  line-height: 1.08;
  letter-spacing: 0;
  font-weight: 560;
}

.home-value-copy p {
  margin-top: 0.95rem;
  color: var(--text-soft);
  font-size: 0.98rem;
  line-height: 1.6;
}

.home-value-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.value-card {
  min-height: 12rem;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.value-card:hover {
  transform: translateY(-2px);
  border-color: #bfd4ef;
  box-shadow: 0 18px 34px rgba(17, 22, 29, 0.07);
}

.value-card span {
  display: inline-flex;
  padding: 0.34rem 0.48rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: #405067;
  font-size: 0.72rem;
  font-weight: 560;
  line-height: 1;
}

.value-card strong {
  display: block;
  margin-top: 1.35rem;
  color: var(--text);
  font-size: 1.08rem;
  font-weight: 560;
  line-height: 1.2;
}

.value-card p {
  margin-top: 0.5rem;
  color: var(--text-soft);
  font-size: 0.9rem;
  line-height: 1.48;
}

.value-card-blue {
  background: linear-gradient(145deg, #eaf4ff 0%, #ffffff 70%);
}

.value-card-steel {
  background: linear-gradient(145deg, #eef3f8 0%, #ffffff 72%);
}

.value-card-ice {
  background: linear-gradient(145deg, #edf9fb 0%, #ffffff 72%);
}

.value-card-ink {
  background: linear-gradient(145deg, #f2f5f9 0%, #ffffff 74%);
}

.service-matrix {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.matrix-item {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  padding: 1.3rem 1.35rem 1.45rem;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #ffffff;
  transition: background-color 160ms ease, box-shadow 160ms ease;
}

.matrix-item:hover {
  background: #f8fbff;
}

.matrix-item-accent {
  background: linear-gradient(145deg, #f3f9ff 0%, #ffffff 72%);
}

.matrix-icon {
  width: 2.35rem;
  height: 2.35rem;
  margin-bottom: 0.95rem;
  padding: 0.38rem;
  border: 1px solid #d6e5f6;
  border-radius: 8px;
  background: #f4f9ff;
}

.matrix-item h3 {
  margin-bottom: 0.38rem;
}

.matrix-item p {
  color: var(--text-soft);
  font-size: 0.95rem;
  line-height: 1.58;
}

.matrix-item ul {
  margin: 0.92rem 0 0;
  padding-left: 1rem;
}

.matrix-item li {
  margin-top: 0.34rem;
  color: var(--text);
  font-size: 0.9rem;
  line-height: 1.46;
}

.matrix-link {
  margin-top: auto;
  padding-top: 1rem;
  color: var(--brand);
  font-size: 0.86rem;
  font-weight: 500;
}

.matrix-link::after {
  content: " ->";
}

.home-approach-section {
  background: var(--surface-subtle);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.approach-list {
  border-top: 1px solid var(--line-strong);
}

.approach-row {
  display: grid;
  grid-template-columns: minmax(170px, 220px) minmax(0, 1fr);
  gap: 1.3rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--line-strong);
  transition: background-color 160ms ease, padding-inline 160ms ease;
}

.approach-row:hover {
  padding-inline: 0.7rem;
  background: rgba(255, 255, 255, 0.62);
}

.approach-label {
  color: var(--text);
  font-size: 0.84rem;
  font-weight: 610;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding-top: 0.1rem;
}

.approach-copy {
  color: var(--text-soft);
  font-size: 0.95rem;
  line-height: 1.58;
  max-width: 62ch;
}

.apps-list {
  border-top: 1px solid var(--line);
}

.apps-list-row {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.1fr);
  gap: 1.5rem;
  padding: 1.05rem 0 1.15rem;
  border-bottom: 1px solid var(--line);
  transition: background-color 160ms ease, padding-inline 160ms ease;
}

.apps-list-row:hover {
  padding-inline: 0.7rem;
  background: var(--surface-subtle);
}

.apps-list-row p {
  color: var(--text-soft);
  font-size: 0.95rem;
  line-height: 1.58;
}

.home-process-section {
  background: #ffffff;
}

.home-process-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: 2rem;
  align-items: center;
}

.home-process-intro {
  max-width: 420px;
}

.home-process-intro .button {
  margin-top: 1.25rem;
}

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

.process-steps article {
  padding: 1.15rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface-subtle);
}

.process-steps img {
  width: 4.8rem;
  height: 4.8rem;
  padding: 1rem;
  border-radius: 999px;
  background: var(--brand);
}

.process-steps h3 {
  margin-top: 1rem;
  font-size: 1.05rem;
}

.process-steps p {
  margin-top: 0.48rem;
  color: var(--text-soft);
  font-size: 0.92rem;
  line-height: 1.5;
}

.home-faq-section {
  background: var(--surface-subtle);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.home-faq-grid {
  display: grid;
  grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1.28fr);
  gap: 2rem;
  align-items: start;
}

.faq-list {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 34px rgba(17, 22, 29, 0.055);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list details:last-child {
  border-bottom: 0;
}

.faq-list summary {
  position: relative;
  cursor: pointer;
  list-style: none;
  padding: 1rem 3rem 1rem 1.1rem;
  color: var(--text);
  font-size: 1rem;
  font-weight: 560;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "";
  position: absolute;
  right: 1.15rem;
  top: 50%;
  width: 0.48rem;
  height: 0.48rem;
  border-right: 2px solid var(--brand);
  border-bottom: 2px solid var(--brand);
  transform: translateY(-65%) rotate(45deg);
}

.faq-list details[open] summary::after {
  transform: translateY(-35%) rotate(225deg);
}

.faq-list p {
  padding: 0 1.1rem 1rem;
  color: var(--text-soft);
  font-size: 0.95rem;
  line-height: 1.55;
}

.home-cta-clean {
  background: #ffffff;
}

.experience-section {
  background: var(--surface-subtle);
  border-top: 1px solid var(--line);
}

.experience-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.experience-card {
  min-height: 100%;
  padding: 1.15rem 1.15rem 1.25rem;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #ffffff;
}

.experience-card span {
  color: var(--brand);
  font-size: 0.78rem;
  font-weight: 650;
}

.experience-card h3 {
  margin-top: 0.55rem;
}

.experience-card p {
  margin-top: 0.48rem;
  color: var(--text-soft);
  font-size: 0.9rem;
  line-height: 1.52;
}

.feature-card,
.offer-card,
.plan-card,
.example-card,
.service-index-card,
.detail-card,
.contact-panel,
.contact-summary {
  padding: 1.25rem;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 1px 0 rgba(17, 22, 29, 0.02);
}

.feature-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.95rem;
  align-items: start;
}

.feature-card img,
.service-index-card img {
  width: 3rem;
  height: 3rem;
}

.feature-card h3,
.service-index-card h3 {
  margin-bottom: 0.28rem;
}

.feature-card p,
.service-index-card p {
  font-size: 0.92rem;
  line-height: 1.48;
}

.section {
  padding: 3.8rem 0;
}

.page-shell .section {
  padding: 3.3rem 0;
}

.section-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1.25rem;
  margin-bottom: 1.7rem;
}

.section-copy {
  max-width: 56ch;
  margin-top: 0.7rem;
  font-size: 0.97rem;
  line-height: 1.64;
}

.category-strip {
  padding: 0.4rem 0 0;
}

.category-grid,
.offer-grid,
.plan-grid,
.example-grid,
.service-index-grid,
.detail-grid,
.footer-links {
  display: grid;
  gap: 1rem;
}

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

.category-card {
  display: block;
  padding: 1.05rem;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #ffffff;
  transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.category-card:hover,
.service-index-card:hover {
  border-color: #c7d7ee;
  background: var(--surface-card);
  box-shadow: var(--shadow-soft);
}

.category-card img {
  width: 3.2rem;
  height: 3.2rem;
}

.category-card strong {
  display: block;
  margin-top: 0.78rem;
  font-size: 0.95rem;
  font-weight: 610;
}

.category-card span {
  display: block;
  margin-top: 0.22rem;
  color: var(--text-soft);
  font-size: 0.8rem;
  line-height: 1.38;
}

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

.offer-card ul,
.plan-card ul,
.contact-summary ul,
.detail-actions,
.detail-list {
  margin: 0.95rem 0 0;
  padding-left: 1rem;
}

.detail-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.38rem;
  margin-top: 1rem;
}

.detail-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 1.75rem;
  padding: 0.36rem 0.5rem;
  border: 1px solid #d7e4f3;
  border-radius: 999px;
  background: #f7fbff;
  color: #405067;
  font-size: 0.76rem;
  line-height: 1;
}

.service-section-highlight {
  background:
    linear-gradient(90deg, rgba(10, 110, 239, 0.055) 0%, rgba(255, 255, 255, 0) 34%),
    #ffffff;
}

.offer-card li,
.plan-card li,
.contact-summary li,
.detail-actions li,
.detail-list li {
  margin-top: 0.4rem;
}

.detail-actions {
  border-top: 1px solid #dce8f0;
}

.detail-actions li {
  color: var(--text);
  font-size: 0.88rem;
  line-height: 1.46;
}

.meta-kicker {
  color: var(--brand);
  font-size: 0.78rem;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.offer-card h3,
.plan-card h3,
.example-card h3,
.detail-card h3 {
  margin-top: 0.65rem;
}

.plans-band {
  background: var(--surface-subtle);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

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

.plan-card.is-featured {
  border-color: #c7d7ee;
  background: linear-gradient(180deg, #ffffff 0%, #f6f9ff 100%);
}

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

.example-card {
  background: var(--surface-card);
}

.cta-band {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  padding: 1.55rem 1.7rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--surface-subtle);
}

.page-main {
  background: #ffffff;
}

.service-index-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 1.4rem;
}

.service-section {
  padding: 2.8rem 0;
  border-top: 1px solid var(--line);
}

.service-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.82fr) minmax(0, 1.18fr);
  gap: 1.5rem;
  align-items: start;
}

.section-number {
  color: var(--brand);
  font-size: 0.82rem;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.service-intro {
  margin-top: 0.9rem;
  max-width: 48ch;
  font-size: 0.97rem;
  line-height: 1.58;
}

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

.detail-card {
  background: var(--surface-card);
}

.detail-card p {
  color: var(--text-soft);
  line-height: 1.56;
}

.service-card {
  padding: 1.2rem 0;
  border-top: 1px solid var(--line);
}

.service-card:first-child {
  padding-top: 0;
  border-top: 0;
}

.service-card h3 {
  margin-bottom: 0.3rem;
}

.page-hero-grid.single-column {
  grid-template-columns: 1fr;
}

.contact-grid {
  align-items: start;
}

.footer-shell {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
}

.site-footer {
  padding: 2rem 0 2.25rem;
  border-top: 1px solid var(--line);
  background: linear-gradient(180deg, #f7fbff 0%, #eef4fb 100%);
}

.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.footer-brand .brand-lockup {
  width: 10.45rem;
}

.footer-note {
  max-width: 42ch;
  font-size: 0.94rem;
  line-height: 1.55;
}

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

.footer-links p,
.contact-summary p {
  color: var(--text-muted);
  font-size: 0.78rem;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-links a {
  display: block;
  margin-top: 0.45rem;
  color: var(--text-soft);
  font-size: 0.92rem;
}

.footer-links a:hover {
  color: var(--brand);
}

.footer-copy {
  margin-top: 1rem;
  color: var(--text-muted);
  font-size: 0.88rem;
}

@media (hover: hover) and (pointer: fine) {
  .nav-group .nav-panel {
    display: block;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-18px) scaleY(0.84);
    transform-origin: top center;
    transition:
      opacity 240ms ease,
      transform 520ms cubic-bezier(0.16, 0.82, 0.2, 1),
      visibility 0s linear 520ms;
  }

  .nav-group[open] > .nav-panel,
  .nav-group.is-closing > .nav-panel {
    visibility: visible;
    pointer-events: auto;
    transition-delay: 0s;
  }

  .nav-group.is-active > .nav-panel,
  .nav-group:focus-within > .nav-panel {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0) scaleY(1);
    transition-delay: 0s;
  }

  .nav-group.is-closing > .nav-panel {
    opacity: 0;
    pointer-events: none;
    transform: translateY(-14px) scaleY(0.88);
  }
}

@media (max-width: 1180px) {
  .home-homepage-grid {
    grid-template-columns: 1fr;
  }

  .home-homepage-copy {
    max-width: 700px;
  }

  .home-homepage h1 {
    max-width: 20ch;
  }

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

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

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

  .home-value-grid {
    grid-template-columns: 1fr;
  }

  .home-value-copy {
    max-width: 680px;
  }

  .home-challenge-grid,
  .home-process-grid,
  .home-faq-grid {
    grid-template-columns: 1fr;
  }

  .home-challenge-copy {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(260px, 0.7fr);
    gap: 1.5rem;
    align-items: center;
  }

  .home-challenge-graphic {
    margin-top: 0;
  }

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

  .nav-panel-grid-wide,
  .offer-grid,
  .plan-grid,
  .example-grid,
  .service-index-grid,
  .home-covered-grid,
  .process-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 960px) {
  .menu-toggle {
    display: block;
    margin-left: auto;
  }

  .header-link {
    display: none;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0.35rem;
    margin-left: 0;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.985);
    border-bottom: 1px solid var(--line);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav > a,
  .nav-group > summary {
    justify-content: space-between;
    width: 100%;
  }

  .nav-group-link > summary {
    padding: 0;
  }

  .nav-summary-link {
    justify-content: space-between;
    width: 100%;
  }

  .nav-divider {
    display: none;
  }

  .nav-group,
  .nav-panel,
  .nav-panel-wide {
    width: 100%;
  }

  .nav-panel {
    position: static;
    margin-top: 0.55rem;
  }

  .hero-grid,
  .page-hero-grid,
  .service-layout,
  .contact-grid,
  .narrative-grid,
  .footer-shell,
  .cta-band {
    grid-template-columns: 1fr;
  }

  .detail-grid,
  .footer-links,
  .nav-panel-grid,
  .nav-panel-grid-wide {
    grid-template-columns: 1fr;
  }

  .approach-row,
  .apps-list-row {
    grid-template-columns: 1fr;
    gap: 0.45rem;
  }

  .included-header {
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }

  .text-action {
    justify-self: start;
  }
}

@media (max-width: 760px) {
  .container {
    width: min(calc(100% - 1.25rem), var(--container));
  }

  .brand-lockup {
    width: 10.26rem;
  }

  .matrix-item {
    padding-inline: 1.05rem;
  }

  h1 {
    font-size: clamp(2.35rem, 11vw, 3.8rem);
  }

  .home-homepage {
    padding-top: 1.55rem;
  }

  .home-homepage h1 {
    max-width: 18ch;
    font-size: 2rem;
    line-height: 1.12;
  }

  .home-capability-grid,
  .home-value-cards,
  .home-covered-grid,
  .process-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-challenge-copy {
    grid-template-columns: 1fr;
  }

  .home-challenge-graphic {
    width: min(100%, 340px);
  }

  .covered-card {
    min-height: 15rem;
  }

  .home-ops-header {
    display: block;
  }

  .home-ops-header a {
    display: block;
    margin-top: 0.2rem;
  }

  .home-ops-row {
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }

  .home-panel-lead {
    align-items: start;
    margin-inline: 0.8rem;
  }

  h2 {
    font-size: clamp(1.8rem, 8vw, 2.5rem);
  }

  .category-grid,
  .offer-grid,
  .plan-grid,
  .example-grid,
  .service-index-grid,
  .included-grid,
  .technology-grid,
  .service-matrix,
  .experience-grid,
  .home-covered-grid,
  .process-steps,
  .home-value-cards {
    grid-template-columns: 1fr;
  }

  .feature-card,
  .offer-card,
  .plan-card,
  .example-card,
  .service-index-card,
  .detail-card,
  .contact-panel,
  .contact-summary {
    padding: 1.1rem;
  }
}

.productivity-section,
.service-group-section,
.plan-structure-section,
.service-case-section {
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.productivity-grid,
.service-group-grid,
.capability-grid,
.plan-compare-grid,
.plan-teaser-grid,
.add-on-grid {
  display: grid;
  gap: 1rem;
}

.productivity-grid,
.plan-teaser-grid,
.plan-compare-grid,
.add-on-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.productivity-card,
.service-group-card,
.capability-card,
.plan-teaser-card,
.plan-compare-card,
.add-on-card,
.fit-panel {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  padding: 1.25rem;
  border: 1px solid #d8e6f0;
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff 0%, #fcfeff 100%);
}

.productivity-card,
.service-group-card,
.capability-card,
.plan-teaser-card,
.add-on-card {
  box-shadow: 0 1px 0 rgba(17, 22, 29, 0.02);
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.productivity-card:hover,
.service-group-card:hover,
.capability-card:hover,
.plan-teaser-card:hover,
.add-on-card:hover {
  transform: translateY(-2px);
  border-color: #b9d3e9;
  box-shadow: 0 18px 36px rgba(7, 56, 79, 0.08);
}

.productivity-card h3,
.service-group-card h3,
.capability-card h3,
.plan-teaser-card h3,
.plan-compare-card h3,
.add-on-card h3 {
  color: var(--text);
  font-size: 1.12rem;
  font-weight: 560;
  line-height: 1.16;
}

.productivity-card p,
.service-group-card p,
.capability-card p,
.plan-teaser-card p,
.plan-compare-card p,
.add-on-card p,
.fit-panel p {
  margin-top: 0.62rem;
  color: var(--text-soft);
  font-size: 0.95rem;
  line-height: 1.58;
}

.productivity-card ul,
.service-group-card ul,
.capability-card ul,
.plan-teaser-card ul,
.plan-compare-card ul,
.add-on-card ul,
.fit-panel ul {
  margin: 0.95rem 0 0;
  padding-left: 1.1rem;
  color: var(--text);
}

.productivity-card li,
.service-group-card li,
.capability-card li,
.plan-teaser-card li,
.plan-compare-card li,
.add-on-card li,
.fit-panel li {
  margin-top: 0.34rem;
  font-size: 0.92rem;
  line-height: 1.5;
}

.section-copy strong {
  color: var(--text);
  font-weight: 560;
}

.page-lede {
  max-width: 62ch;
  color: var(--text-soft);
  font-size: 1.04rem;
  line-height: 1.68;
}

.section-note {
  color: var(--text-soft);
  font-size: 0.95rem;
  line-height: 1.58;
}

.plan-teaser-card span,
.plan-page-card span,
.plan-compare-card span,
.add-on-card span {
  display: inline-flex;
  width: fit-content;
  padding: 0.34rem 0.52rem;
  border-radius: 999px;
  background: #f0f5fb;
  color: var(--brand-strong);
  font-size: 0.72rem;
  font-weight: 500;
  line-height: 1;
}

.plan-teaser-card strong,
.plan-page-card strong {
  display: block;
  margin-top: 1rem;
  color: var(--text);
  font-size: 0.93rem;
  font-weight: 560;
}

.plan-teaser-card a,
.service-group-card a {
  color: inherit;
}

.plan-teaser-card .card-link,
.editorial-card .card-link,
.service-group-card .card-link,
.capability-card .card-link,
.add-on-card .card-link {
  margin-top: auto;
  padding-top: 1.2rem;
  color: var(--brand);
  font-size: 0.88rem;
  font-weight: 500;
}

.card-link::after {
  content: "";
  display: inline-block;
  width: 0.46rem;
  height: 0.46rem;
  margin-left: 0.48rem;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-1px);
}

.plan-row,
.service-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(320px, 0.92fr);
  gap: 1.5rem;
  align-items: start;
}

.fit-panel {
  background: linear-gradient(145deg, #f5f9ff 0%, #ffffff 72%);
}

.fit-panel strong {
  color: var(--text);
  font-size: 1rem;
  font-weight: 560;
}

.consultation-hero,
.solutions-hero {
  padding: 3rem 0 2.7rem;
  background:
    linear-gradient(90deg, rgba(10, 110, 239, 0.08), rgba(10, 110, 239, 0) 44%),
    linear-gradient(180deg, #ffffff 0%, #f9fcff 100%);
  border-bottom: 1px solid var(--line);
}

.consultation-grid,
.consultation-layout,
.solutions-grid,
.vendor-proof-grid {
  display: grid;
  gap: 1rem;
}

.consultation-grid,
.consultation-layout {
  grid-template-columns: minmax(0, 0.88fr) minmax(340px, 0.82fr);
  align-items: start;
}

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

.consult-panel,
.consult-form-shell,
.solutions-card,
.vendor-proof-card,
.booking-option-card {
  padding: 1.25rem;
  border: 1px solid #d8e6f0;
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff 0%, #fcfeff 100%);
  box-shadow: 0 8px 24px rgba(17, 22, 29, 0.04);
}

.consult-form-shell {
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.solutions-card,
.booking-option-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
}

.solutions-card img,
.booking-option-card img,
.consult-panel img {
  width: 2.9rem;
  height: 2.9rem;
  margin-bottom: 1rem;
  padding: 0.42rem;
  border: 1px solid #d6e5f6;
  border-radius: 8px;
  background: #f5f9ff;
}

.solutions-card h3,
.booking-option-card h3,
.consult-panel h3 {
  color: var(--text);
  font-size: 1.14rem;
  font-weight: 560;
  line-height: 1.18;
}

.solutions-card p,
.booking-option-card p,
.consult-panel p,
.consult-panel li {
  margin-top: 0.6rem;
  color: var(--text-soft);
  font-size: 0.94rem;
  line-height: 1.58;
}

.solutions-card .card-link,
.booking-option-card .card-link {
  margin-top: auto;
  padding-top: 1rem;
  color: var(--brand);
  font-size: 0.88rem;
  font-weight: 500;
}

.consult-panels {
  display: grid;
  gap: 1rem;
}

.consult-form {
  display: grid;
  gap: 1rem;
}

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

.field {
  display: grid;
  gap: 0.42rem;
}

.field-full {
  grid-column: 1 / -1;
}

.field label {
  color: var(--text);
  font-size: 0.86rem;
  font-weight: 500;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  padding: 0.82rem 0.92rem;
  border: 1px solid #cfdae8;
  border-radius: 10px;
  background: #ffffff;
  color: var(--text);
  font-size: 0.94rem;
  transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.field textarea {
  min-height: 8.5rem;
  resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: none;
  border-color: #93bbf4;
  box-shadow: 0 0 0 4px rgba(10, 110, 239, 0.1);
  background: #ffffff;
}

.form-note,
.form-status {
  color: var(--text-soft);
  font-size: 0.9rem;
  line-height: 1.55;
}

.form-status {
  min-height: 1.3rem;
}

.consult-actions {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.vendor-pill-grid,
.solution-pill-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1rem;
}

.vendor-pill-grid span,
.solution-pill-grid span {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.42rem 0.72rem;
  border: 1px solid #d3deea;
  border-radius: 999px;
  background: #ffffff;
  color: #495767;
  font-size: 0.84rem;
  font-weight: 440;
}

.partner-strip-section {
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
  border-bottom: 0;
}

.partner-strip-header {
  max-width: 760px;
  margin-bottom: 1.7rem;
}

.partner-logo-grid,
.vendor-logo-grid {
  display: grid;
  gap: 0.9rem;
  margin-top: 1.25rem;
}

.partner-logo-grid {
  grid-template-columns: repeat(7, minmax(0, 1fr));
  margin-top: 0;
}

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

.partner-logo-grid img,
.vendor-logo-grid img {
  display: block;
  width: 100%;
  height: 5.2rem;
  padding: 1.1rem 1.25rem;
  border: 1px solid #d8e6f0;
  border-radius: 12px;
  background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
  box-shadow: 0 8px 24px rgba(17, 22, 29, 0.04);
}

.vendor-logo-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.7rem;
  padding: 0.9rem 1rem;
  border: 1px solid #d8e6f0;
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
  color: var(--text);
  font-size: 0.9rem;
  font-weight: 500;
  box-shadow: 0 8px 24px rgba(17, 22, 29, 0.04);
}

.service-bullets {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.service-bullets > div {
  padding: 1.05rem 1.05rem 1.05rem 1.15rem;
  border: 1px solid #d8e6f0;
  border-radius: 14px;
  border-left: 3px solid #c8d7ea;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.service-bullets strong {
  display: block;
  color: var(--text);
  font-size: 1rem;
  font-weight: 560;
}

.service-bullets p {
  margin-top: 0.32rem;
  color: var(--text-soft);
  font-size: 0.92rem;
  line-height: 1.5;
}

.router-card-accent,
.plan-card-featured {
  background: #ffffff;
  border-color: #c7daf1;
  box-shadow: inset 0 3px 0 var(--brand);
}

.pricing-hero {
  padding: 3rem 0 2.7rem;
  background:
    linear-gradient(90deg, rgba(10, 110, 239, 0.08), rgba(10, 110, 239, 0) 42%),
    linear-gradient(180deg, #ffffff 0%, #f9fcff 100%);
  border-bottom: 1px solid var(--line);
}

.pricing-hero-grid,
.pricing-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.78fr);
  gap: 2rem;
  align-items: start;
}

.pricing-hero-grid h1,
.pricing-layout h2 {
  max-width: 16ch;
  font-size: clamp(2.2rem, 4vw, 3.55rem);
  line-height: 1.04;
  letter-spacing: -0.012em;
  font-weight: 560;
}

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

.plan-page-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  padding: 1.25rem;
  border: 1px solid #d8e6f0;
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff 0%, #fcfeff 100%);
}

.plan-page-card-featured {
  border-color: #b9d4f7;
  box-shadow: inset 0 4px 0 var(--brand), 0 18px 36px rgba(10, 110, 239, 0.08);
}

.plan-page-card h3 {
  margin-top: 0.95rem;
  color: var(--text);
  font-size: 1.28rem;
  font-weight: 560;
}

.plan-page-card p {
  margin-top: 0.55rem;
  color: var(--text-soft);
  font-size: 0.94rem;
  line-height: 1.56;
}

.plan-page-card .plan-meta {
  margin-top: 0.9rem;
  color: var(--text);
  font-size: 0.9rem;
  font-weight: 500;
}

.plan-page-card ul {
  margin: 0.95rem 0 0;
  padding-left: 1.1rem;
}

.plan-page-card li {
  margin-top: 0.35rem;
  color: var(--text);
  font-size: 0.92rem;
  line-height: 1.5;
}

.plan-page-card .plan-good-fit {
  margin-top: auto;
  padding-top: 1rem;
  color: var(--text-soft);
  font-size: 0.9rem;
  line-height: 1.52;
}

.plan-page-card .plan-good-fit strong {
  color: var(--text);
  font-weight: 560;
}

@media (max-width: 1180px) {
  .productivity-grid,
  .plan-teaser-grid,
  .plan-compare-grid,
  .add-on-grid,
  .service-group-grid,
  .capability-grid,
  .plan-page-grid,
  .solutions-grid,
  .vendor-proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pricing-hero-grid,
  .pricing-layout,
  .plan-row,
  .service-story-grid,
  .consultation-grid,
  .consultation-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .productivity-grid,
  .plan-teaser-grid,
  .plan-compare-grid,
  .add-on-grid,
  .service-group-grid,
  .capability-grid,
  .plan-page-grid,
  .solutions-grid,
  .vendor-proof-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 960px) {
  .header-shell:not(:has(.menu-toggle)) .site-nav {
    position: static;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.2rem;
    margin-left: 1rem;
    padding: 0;
    border-bottom: 0;
    background: transparent;
  }

.header-shell:not(:has(.menu-toggle)) .site-nav > a,
.header-shell:not(:has(.menu-toggle)) .nav-group > summary {
  width: auto;
  min-height: 2rem;
  padding-inline: 0.48rem;
  }
}

.preview-login-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 18% 12%, rgba(10, 110, 239, 0.08), transparent 22rem),
    linear-gradient(180deg, #fcfdff 0%, #f2f7ff 100%);
}

.preview-login-shell {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 2rem;
}

.preview-login-card {
  width: min(100%, 30rem);
  padding: 2rem;
  border: 1px solid #d8e2ef;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 24px 48px rgba(17, 22, 29, 0.1);
}

.preview-login-brand {
  width: 12rem;
  margin-bottom: 1.3rem;
}

.preview-login-card h1 {
  margin: 0.4rem 0 0;
  font-size: 2rem;
  line-height: 1.06;
  font-weight: 560;
}

.preview-login-copy {
  margin-top: 0.9rem;
  color: var(--text-soft);
  font-size: 0.98rem;
  line-height: 1.6;
}

.preview-login-form {
  display: grid;
  gap: 0.75rem;
  margin-top: 1.35rem;
}

.preview-login-form label {
  color: var(--text);
  font-size: 0.88rem;
  font-weight: 500;
}

.preview-login-form input {
  width: 100%;
  min-height: 3rem;
  padding: 0.85rem 0.95rem;
  border: 1px solid #cfdae8;
  border-radius: 10px;
  background: #ffffff;
  color: var(--text);
  font-size: 0.96rem;
}

.preview-login-form input:focus {
  outline: none;
  border-color: #93bbf4;
  box-shadow: 0 0 0 4px rgba(10, 110, 239, 0.1);
}

.preview-login-status {
  min-height: 1.3rem;
  margin: 0;
  color: var(--text-soft);
  font-size: 0.9rem;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition: none !important;
  }
}

/* 2026 service architecture refresh */
.site-hero {
  position: relative;
  padding: 3.8rem 0;
  background: #fefefe;
  border-bottom: 0;
  overflow: hidden;
}

.site-hero::before,
.site-hero::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 62%;
  pointer-events: none;
}

.site-hero::before {
  background: url("assets/mox-hero-racks-faded-v3.png?v=20260603p") right center / cover no-repeat;
  filter: saturate(0.95) brightness(0.995) contrast(0.985);
  opacity: 1;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.92) 34%, #000 46%, #000 100%);
  mask-image: linear-gradient(90deg, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.92) 34%, #000 46%, #000 100%);
}

.site-hero::after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.015) 34%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.08;
}

html.hero-overlay-alt .site-hero::before {
  filter: saturate(0.88) brightness(0.99) contrast(0.98);
}

html.hero-overlay-alt .site-hero::after {
  background:
    linear-gradient(180deg, rgba(126, 140, 154, 0.16) 0%, rgba(126, 140, 154, 0.08) 28%, rgba(126, 140, 154, 0.02) 58%, rgba(126, 140, 154, 0) 100%),
    linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(137, 149, 161, 0.03) 30%, rgba(124, 137, 149, 0.09) 62%, rgba(114, 127, 139, 0.15) 100%);
  opacity: 0.92;
}

.site-hero-grid,
.service-landing-grid,
.service-page-hero-grid,
.ownership-grid,
.app-feature-grid,
.outcome-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.78fr);
  gap: 2rem;
  align-items: start;
}

.site-hero-copy {
  position: relative;
  z-index: 1;
  max-width: 710px;
}

.site-hero h1,
.service-page-hero h1,
.service-landing-hero h1 {
  max-width: 13.5ch;
  font-size: clamp(2.15rem, 4vw, 3.6rem);
  line-height: 1.01;
  letter-spacing: -0.02em;
  font-weight: 590;
}

.site-hero p,
.service-page-hero .section-copy,
.service-landing-hero .section-copy,
.app-feature-grid p,
.ownership-grid > div:first-child p {
  margin-top: 0.88rem;
  color: var(--text-soft);
  font-size: 1rem;
  line-height: 1.64;
}

.hero-kicker-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.7rem 1rem;
  margin-bottom: 1.08rem;
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.58rem;
  min-height: 2rem;
  padding: 0.38rem 0.86rem 0.38rem 0.62rem;
  border: 1px solid #d6e2ef;
  border-radius: 999px;
  background: rgba(246, 250, 254, 0.92);
  color: #1d3651;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78);
  font-size: 0.78rem;
  font-weight: 590;
  letter-spacing: 0.065em;
  text-transform: uppercase;
}

.hero-kicker::before {
  content: "";
  width: 0.46rem;
  height: 0.46rem;
  margin-right: 0;
  border-radius: 999px;
  background: currentColor;
  opacity: 0.82;
  box-shadow: 0 0 0 0.32rem rgba(47, 105, 201, 0.11);
}

.hero-context {
  color: #5e6c7c;
  font-size: 0.88rem;
  line-height: 1.4;
}

.hero-proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
  margin-top: 1.35rem;
}

.hero-proof-card {
  padding: 0.92rem 1rem;
  border: 1px solid #d8e4f3;
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(246, 250, 255, 0.97));
  box-shadow: 0 12px 24px rgba(17, 22, 29, 0.045);
}

.hero-proof-card strong {
  display: block;
  color: var(--text);
  font-size: 0.94rem;
  font-weight: 560;
  line-height: 1.2;
}

.hero-proof-card p {
  margin-top: 0.34rem;
  color: var(--text-soft);
  font-size: 0.88rem;
  line-height: 1.48;
}

.hero-signal-panel,
.service-landing-note,
.service-page-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(17, 22, 29, 0.055);
}

.hero-ops-board {
  padding: 1rem;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at top right, rgba(10, 110, 239, 0.08), transparent 14rem),
    linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
}

.hero-ops-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 0.85rem;
}

.hero-ops-header strong {
  color: var(--text);
  font-size: 0.98rem;
  font-weight: 570;
  line-height: 1.2;
}

.hero-ops-header span {
  color: var(--text-muted);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

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

.hero-ops-cell {
  display: grid;
  grid-template-columns: 2.5rem minmax(0, 1fr);
  gap: 0.8rem;
  align-items: start;
  min-height: 8rem;
  padding: 0.95rem;
  border: 1px solid #d8e4f2;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 20px rgba(17, 22, 29, 0.035);
}

.hero-ops-cell img {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0.34rem;
  border: 1px solid #d7e5f5;
  border-radius: 8px;
  background: #f4f9ff;
}

.hero-ops-cell strong {
  display: block;
  color: var(--text);
  font-size: 0.92rem;
  font-weight: 560;
  line-height: 1.18;
}

.hero-ops-cell p {
  margin-top: 0.28rem;
  color: var(--text-soft);
  font-size: 0.84rem;
  line-height: 1.42;
}

.signal-panel-header {
  padding: 0.9rem 1rem;
  border-bottom: 1px solid var(--line);
  color: var(--text);
  font-size: 0.78rem;
  font-weight: 540;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.signal-row {
  display: grid;
  grid-template-columns: 2.9rem minmax(0, 1fr);
  gap: 0.95rem;
  padding: 1rem;
  border-bottom: 1px solid var(--line);
  transition: background-color 160ms ease;
}

.signal-row:last-child {
  border-bottom: 0;
}

.signal-row:hover {
  background: #f8fbff;
}

.signal-row img,
.router-card img,
.service-page-card img {
  width: 2.9rem;
  height: 2.9rem;
  padding: 0.42rem;
  border: 1px solid #d6e5f6;
  border-radius: 8px;
  background: #f5f9ff;
}

.signal-row strong,
.ownership-list strong,
.service-page-card strong {
  display: block;
  color: var(--text);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
}

.signal-row p,
.service-page-card p,
.ownership-list p {
  margin-top: 0.32rem;
  color: var(--text-soft);
  font-size: 0.92rem;
  line-height: 1.48;
}

.split-header {
  display: grid;
  grid-template-columns: minmax(0, 780px) auto;
  gap: 2rem;
  align-items: end;
  margin-bottom: 1.7rem;
}

.split-header h2,
.ownership-grid h2,
.app-feature-grid h2,
.outcome-grid h2 {
  font-size: clamp(1.75rem, 3.1vw, 2.55rem);
  line-height: 1.06;
  letter-spacing: -0.015em;
  font-weight: 570;
}

.quiet-link {
  justify-self: end;
  color: var(--brand);
  font-size: 0.92rem;
  font-weight: 500;
}

.quiet-link::after,
.router-card span::after {
  content: "";
  display: inline-block;
  width: 0.46rem;
  height: 0.46rem;
  margin-left: 0.48rem;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-1px);
}

.home-plans-section,
.service-router-section,
.technology-section {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.plans-grid,
.service-router-grid,
.technology-coverage-grid,
.service-detail-grid,
.app-type-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.plan-card,
.router-card,
.service-detail-grid article,
.app-type-grid article,
.technology-coverage-grid > div {
  display: flex;
  min-height: 18rem;
  flex-direction: column;
  padding: 1.2rem;
  border: 1px solid #d8e6f0;
  border-radius: 8px;
  background: #ffffff;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.plan-card:hover,
.router-card:hover {
  transform: translateY(-2px);
  border-color: #b9d3e9;
  background: #fbfdff;
  box-shadow: 0 18px 36px rgba(7, 56, 79, 0.08);
}

.plan-card span {
  display: inline-flex;
  width: fit-content;
  padding: 0.34rem 0.5rem;
  border-radius: 999px;
  background: #f0f5fb;
  color: var(--brand-strong);
  font-size: 0.72rem;
  font-weight: 500;
  line-height: 1;
}

.plan-card-featured {
  border-color: #bcd8f6;
  background: linear-gradient(145deg, #edf6ff 0%, #ffffff 70%);
}

.plan-card h3,
.router-card h3,
.service-detail-grid h3,
.app-type-grid h3,
.technology-coverage-grid h3 {
  margin-top: 1rem;
  color: var(--text);
  font-size: 1.12rem;
  font-weight: 560;
  line-height: 1.14;
}

.plan-card p,
.router-card p,
.service-detail-grid p,
.app-type-grid p,
.technology-coverage-grid p {
  margin-top: 0.65rem;
  color: var(--text-soft);
  font-size: 0.94rem;
  line-height: 1.58;
}

.router-card {
  min-height: 20.4rem;
}

.router-card-accent {
  background: linear-gradient(145deg, #eef7ff 0%, #ffffff 68%);
  border-color: #bdd8f3;
}

.router-card span {
  margin-top: auto;
  padding-top: 1rem;
  color: var(--brand);
  font-size: 0.88rem;
  font-weight: 500;
}

.app-feature-band,
.ownership-section,
.service-outcome-band {
  background: var(--surface-subtle);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

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

.app-example-grid span {
  padding: 0.9rem 0.95rem;
  border: 1px solid #d8e6f0;
  border-radius: 8px;
  background: #ffffff;
  color: var(--text);
  font-size: 0.92rem;
  font-weight: 500;
}

.app-feature-grid .button {
  margin-top: 1.35rem;
}

.ownership-list {
  display: grid;
  gap: 0.75rem;
}

.ownership-list > div {
  padding: 1rem;
  border: 1px solid #d8e6f0;
  border-radius: 8px;
  background: #ffffff;
}

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

.technology-coverage-grid > div {
  min-height: 14rem;
  background: #fbfdff;
}

.service-landing-hero {
  background:
    linear-gradient(95deg, rgba(10, 110, 239, 0.06), rgba(10, 110, 239, 0) 42%),
    linear-gradient(180deg, #ffffff 0%, #f9fcff 100%);
}

.service-landing-note {
  padding: 1.25rem;
}

.service-landing-note strong {
  display: block;
  color: var(--text);
  font-weight: 560;
}

.service-landing-note p {
  margin-top: 0.55rem;
  color: var(--text-soft);
  line-height: 1.55;
}

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

.page-shell {
  --page-accent: #0a6eef;
  --page-accent-rgb: 10, 110, 239;
}

.page-shell .meta-kicker,
.page-shell .card-link,
.page-shell .quiet-link {
  color: var(--page-accent);
}

.page-shell .signal-card-kicker,
.page-shell .editorial-plan-kicker,
.page-shell .impact-card span,
.page-shell .editorial-row span,
.page-shell .service-trigger-card span,
.page-shell .service-responsibility-index,
.page-shell .hero-kicker {
  border-color: rgba(var(--page-accent-rgb), 0.18);
  background: rgba(var(--page-accent-rgb), 0.085);
  color: var(--page-accent);
}

.page-shell .hero-kicker::before {
  background: currentColor;
  box-shadow: 0 0 0 0.32rem rgba(var(--page-accent-rgb), 0.12);
}

.page-shell .editorial-card li::before,
.page-shell .editorial-plan-card li::before {
  background: var(--page-accent);
}

.page-shell .interior-proof,
.page-shell .editorial-card,
.page-shell .impact-card,
.page-shell .editorial-plan-card,
.page-shell .hero-follow-card,
.page-shell .editorial-form-shell,
.page-shell .service-proof-card,
.page-shell .service-trigger-card,
.page-shell .service-page-card,
.page-shell .service-group-card,
.page-shell .productivity-card,
.page-shell .plan-compare-card {
  border-color: rgba(var(--page-accent-rgb), 0.12);
}

.page-shell .hero-follow-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(var(--page-accent-rgb), 0.045) 100%);
}

.page-shell .section-header h2,
.page-shell .service-trigger-card h3,
.page-shell .service-responsibility-row h3 {
  text-wrap: balance;
}

.service-page-hero {
  position: relative;
  overflow: hidden;
  padding: 3.5rem 0 3.15rem;
  background: #fefefe;
}

.service-page-hero::before,
.service-page-hero::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 62%;
  pointer-events: none;
}

.service-page-hero::before {
  background: var(--hero-image) center right / cover no-repeat;
  filter: saturate(0.96) brightness(0.994) contrast(0.988);
  opacity: 1;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.92) 34%, #000 46%, #000 100%);
  mask-image: linear-gradient(90deg, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.92) 34%, #000 46%, #000 100%);
}

.service-page-hero::after {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.018) 34%, rgba(255, 255, 255, 0) 100%),
    linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(var(--page-accent-rgb), 0.02) 42%, rgba(var(--page-accent-rgb), 0.072) 100%);
  opacity: 0.95;
}

.service-page-hero-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(290px, 0.62fr);
  gap: 2.2rem;
  align-items: center;
}

.service-hero-copy {
  max-width: 720px;
}

.service-hero-spacer {
  min-height: 22rem;
}

.service-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
  margin-top: 1.35rem;
}

.service-proof-card {
  min-height: 100%;
  padding: 0.92rem 1rem;
  border: 1px solid #d8e4f3;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 251, 255, 0.98));
  box-shadow: 0 12px 24px rgba(17, 22, 29, 0.045);
}

.service-proof-card strong {
  display: block;
  color: var(--text);
  font-size: 0.94rem;
  font-weight: 560;
  line-height: 1.2;
}

.service-proof-card p {
  margin-top: 0.34rem;
  color: var(--text-soft);
  font-size: 0.88rem;
  line-height: 1.48;
}

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

.service-trigger-card {
  min-height: 100%;
  padding: 1.15rem 1.2rem 1.25rem;
  border: 1px solid #d8e6f0;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #fcfeff 100%);
  box-shadow: 0 1px 0 rgba(17, 22, 29, 0.02);
}

.service-trigger-card span {
  display: inline-flex;
  width: fit-content;
  padding: 0.34rem 0.52rem;
  border-radius: 999px;
  background: #eef3f7;
  color: #4c647c;
  font-size: 0.72rem;
  font-weight: 540;
  line-height: 1;
}

.service-page-card,
.service-group-card,
.capability-card,
.productivity-card {
  border-radius: 18px;
}

.service-page-card {
  border-color: #dbe5ee;
  background: linear-gradient(180deg, #ffffff 0%, #fcfdfe 100%);
  box-shadow: 0 20px 38px rgba(17, 22, 29, 0.05);
}

.service-group-card,
.capability-card,
.productivity-card {
  border-color: #d8e4ec;
  background: linear-gradient(180deg, #ffffff 0%, #fcfdfe 100%);
}

.service-trigger-card h3 {
  margin-top: 0.88rem;
  color: var(--text);
  font-size: 1.08rem;
  font-weight: 560;
  line-height: 1.18;
}

.service-trigger-card p {
  margin-top: 0.56rem;
  color: var(--text-soft);
  font-size: 0.94rem;
  line-height: 1.56;
}

.service-responsibility-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.74fr) minmax(0, 1.26fr);
  gap: 2rem;
  align-items: start;
}

.service-responsibility-list {
  border-top: 1px solid #dce7f2;
}

.service-responsibility-row {
  display: grid;
  grid-template-columns: 2.9rem minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
  padding: 1rem 0;
  border-bottom: 1px solid #dce7f2;
}

.service-responsibility-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.2rem;
  height: 2.2rem;
  border: 1px solid #d7e4f3;
  border-radius: 999px;
  background: #f7fbff;
  color: var(--brand);
  font-size: 0.82rem;
  font-weight: 610;
  line-height: 1;
}

.service-responsibility-row h3 {
  color: var(--text);
  font-size: 1.02rem;
  font-weight: 560;
  line-height: 1.2;
}

.service-responsibility-row p {
  margin-top: 0.34rem;
  color: var(--text-soft);
  font-size: 0.94rem;
  line-height: 1.56;
}

.service-group-card figure {
  margin: -1.25rem -1.25rem 1rem;
  overflow: hidden;
  border-bottom: 1px solid #d8e6f0;
  border-radius: 18px 18px 0 0;
  background: #eef4fb;
}

.service-group-card figure img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
}

.service-group-card .meta-kicker {
  margin-bottom: 0.2rem;
}

.service-page-card {
  padding: 1.2rem;
  border-radius: 18px;
}

.service-page-card img {
  margin-bottom: 1.1rem;
}

.service-page-card.service-page-card--stacked {
  display: grid;
  gap: 0.85rem;
}

.service-page-card.service-page-card--stacked img {
  margin-bottom: 0;
}

.service-page-card ul {
  margin: 0;
  padding-left: 1rem;
  color: var(--text);
}

.service-page-card li {
  margin-top: 0.34rem;
  font-size: 0.9rem;
  line-height: 1.48;
}

.service-page-card li:first-child {
  margin-top: 0;
}

.service-outcome-note {
  max-width: 62ch;
  margin-top: 1rem;
  color: var(--text-soft);
  font-size: 0.95rem;
  line-height: 1.58;
}

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

.service-detail-grid article:first-child {
  background: linear-gradient(145deg, #f3f8ff 0%, #ffffff 68%);
}

.service-detail-grid h2 {
  font-size: 1.55rem;
  line-height: 1.08;
  letter-spacing: 0;
  font-weight: 560;
}

.outcome-grid {
  align-items: center;
}

.outcome-grid .button {
  justify-self: end;
}

.custom-app-hero {
  background:
    linear-gradient(90deg, rgba(10, 110, 239, 0.09), rgba(10, 110, 239, 0) 48%),
    linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

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

.app-type-grid article {
  min-height: 15.5rem;
}

@media (max-width: 1180px) {
  .plans-grid,
  .service-router-grid,
  .technology-coverage-grid,
  .service-detail-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-hero-grid,
  .service-landing-grid,
  .service-page-hero-grid,
  .ownership-grid,
  .app-feature-grid,
  .outcome-grid,
  .consultation-grid,
  .consultation-layout {
    grid-template-columns: 1fr;
  }

  .outcome-grid .button,
  .quiet-link {
    justify-self: start;
  }

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

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

  .service-page-hero-shell,
  .service-responsibility-grid,
  .interior-hero-shell {
    grid-template-columns: 1fr;
  }

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

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

  .interior-hero-aside {
    justify-items: start;
  }

  .service-hero-spacer,
  .interior-hero-spacer {
    min-height: 14rem;
  }
}

@media (max-width: 760px) {
  .site-hero {
    padding-top: 2rem;
  }

  .service-page-hero {
    padding: 2.45rem 0 2.6rem;
  }

  .service-page-hero::before,
  .service-page-hero::after {
    width: 100%;
  }

  .service-page-hero::before {
    background-position: center center;
    -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.76) 24%, #000 44%, #000 100%);
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.76) 24%, #000 44%, #000 100%);
  }

  .service-page-hero::after {
    background:
      linear-gradient(180deg, rgba(254, 254, 254, 0.22) 0%, rgba(254, 254, 254, 0.08) 34%, rgba(254, 254, 254, 0) 100%);
  }

  .site-hero h1,
  .service-page-hero h1,
  .service-landing-hero h1 {
    font-size: clamp(2.15rem, 10vw, 3.35rem);
  }

  .split-header,
  .plans-grid,
  .service-router-grid,
  .service-router-grid-large,
  .service-trigger-grid,
  .service-proof-grid,
  .partner-logo-grid,
  .vendor-logo-grid,
  .technology-coverage-grid,
  .service-detail-grid,
  .app-type-grid,
  .app-example-grid,
  .form-grid,
  .solutions-grid,
  .vendor-proof-grid {
    grid-template-columns: 1fr;
  }

  .plan-card,
  .router-card,
  .service-detail-grid article,
  .app-type-grid article,
  .technology-coverage-grid > div {
    min-height: auto;
  }

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

  .hero-ops-grid {
    grid-template-columns: 1fr;
  }

  .hero-follow-grid {
    grid-template-columns: 1fr;
  }
}

/* 2026-06-02 refinement pass */
.home-hero-copy h1 {
  max-width: 11.2ch;
  font-size: clamp(2.2rem, 3.9vw, 3.55rem);
  line-height: 1.02;
  letter-spacing: -0.03em;
  font-weight: 610;
}

.hero-overline {
  margin: 0 0 0.9rem;
  color: #4e5b6a;
  font-size: 0.78rem;
  font-weight: 560;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-hero-copy .page-lede {
  max-width: 57ch;
}

.hero-visual-spacer {
  min-height: 33rem;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.productivity-card {
  padding: 1.25rem;
  border: 1px solid #d8e3ef;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(248, 251, 255, 0.92) 0%, #ffffff 24%),
    linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  box-shadow: 0 14px 28px rgba(17, 22, 29, 0.038);
}

.productivity-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid #e3ebf4;
}

.productivity-card-top span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  min-height: 2rem;
  padding: 0 0.5rem;
  border: 1px solid #d1dded;
  border-radius: 999px;
  background: #f5f9ff;
  color: var(--brand);
  font-size: 0.76rem;
  font-weight: 620;
  letter-spacing: 0.08em;
}

.productivity-card-top strong {
  color: #5b6a7a;
  font-size: 0.76rem;
  font-weight: 560;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.productivity-card h3 {
  margin-top: 1rem;
}

.productivity-card ul {
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid #e6edf5;
  list-style: none;
  padding-left: 0;
}

.productivity-card li {
  position: relative;
  padding-left: 1.1rem;
}

.productivity-card li::before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 0.36rem;
  height: 0.36rem;
  border-radius: 50%;
  background: var(--brand);
}

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

.plan-showcase-card {
  position: relative;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  padding: 1.2rem;
  border: 1px solid #d8e6f0;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 12px 24px rgba(17, 22, 29, 0.04);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.plan-showcase-card:hover {
  transform: translateY(-3px);
  border-color: #c1d7f4;
  box-shadow: 0 20px 36px rgba(17, 22, 29, 0.08);
}

.plan-showcase-card-featured {
  border-color: #0a6eef;
  box-shadow: 0 24px 44px rgba(10, 110, 239, 0.12);
}

.plan-showcase-flag {
  margin: -1.2rem -1.2rem 1rem;
  padding: 0.72rem 1rem;
  border-radius: 22px 22px 0 0;
  background: #0a6eef;
  color: #ffffff;
  font-size: 0.88rem;
  font-weight: 560;
  text-align: center;
}

.plan-showcase-topline {
  color: var(--brand);
  font-size: 0.76rem;
  font-weight: 560;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.plan-showcase-card h3 {
  margin-top: 0.75rem;
  color: var(--text);
  font-size: 1.42rem;
  font-weight: 560;
  line-height: 1.08;
}

.plan-showcase-card p {
  margin-top: 0.7rem;
  color: var(--text-soft);
  font-size: 0.94rem;
  line-height: 1.56;
}

.plan-showcase-card strong {
  display: block;
  margin-top: 1rem;
  color: var(--text);
  font-size: 0.92rem;
  font-weight: 560;
}

.plan-showcase-card ul {
  margin: 0.72rem 0 0;
  padding-left: 1rem;
}

.plan-showcase-card li {
  margin-top: 0.32rem;
  color: var(--text);
  font-size: 0.9rem;
  line-height: 1.45;
}

.pricing-fit-layout {
  gap: 1rem;
}

.pricing-fit-panel {
  padding: 1.35rem;
  border: 1px solid #d8e3ec;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(248, 251, 255, 0.96) 0%, rgba(255, 255, 255, 0.98) 100%);
  box-shadow: 0 18px 36px rgba(17, 22, 29, 0.045);
}

.pricing-fit-panel h3 {
  margin-top: 0.92rem;
  color: var(--text);
  font-size: 1.22rem;
  font-weight: 565;
  line-height: 1.12;
}

.pricing-fit-panel p {
  margin-top: 0.72rem;
}

.router-visual {
  display: block;
  margin: 0;
  aspect-ratio: 1.38 / 1;
  overflow: hidden;
  border: 1px solid #d7e2ee;
  border-radius: 18px;
  background: linear-gradient(180deg, #f8fafc 0%, #eef3f8 100%);
  box-shadow: 0 14px 28px rgba(17, 22, 29, 0.05);
}

.router-visual img {
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  border-radius: inherit;
  background: transparent;
  object-fit: cover;
}

.engagement-section {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.engagement-band {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 1.25rem;
  align-items: start;
  padding: 1.7rem;
  border: 1px solid #d8e3ef;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 38px rgba(17, 22, 29, 0.05);
}

.engagement-copy .section-copy {
  max-width: 64ch;
  margin-bottom: 1.35rem;
}

.engagement-cta {
  padding: 1.4rem;
  border: 1px solid #d8e3ef;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(248, 251, 255, 0.96) 0%, #ffffff 38%),
    #ffffff;
}

.engagement-cta h3 {
  margin-top: 0.35rem;
  color: var(--text);
  font-size: 1.65rem;
  line-height: 1.08;
  letter-spacing: -0.02em;
  font-weight: 580;
}

.engagement-cta p {
  margin-top: 0.8rem;
  color: var(--text-soft);
  font-size: 0.95rem;
  line-height: 1.58;
}

.engagement-form {
  margin-top: 1.15rem;
}

.engagement-form .form-grid {
  gap: 0.82rem;
}

.engagement-form .field textarea {
  min-height: 7rem;
}

.engagement-form .consult-actions {
  margin-top: 1rem;
  align-items: flex-start;
}

.engagement-form .form-status {
  min-height: 0;
  margin-top: 0.45rem;
}

.engagement-form .form-status:empty {
  display: none;
}

.engagement-form .form-note {
  max-width: 34ch;
}

.engagement-copy-note {
  max-width: 62ch;
  margin-top: 1rem;
  color: var(--text);
  font-size: 0.95rem;
  line-height: 1.62;
}

.solution-intro-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  margin-top: 1.2rem;
}

.solution-intro-grid article {
  padding: 0.95rem 1rem;
  border: 1px solid #d8e6f0;
  border-radius: 16px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  box-shadow: 0 10px 22px rgba(17, 22, 29, 0.035);
}

.solution-intro-grid strong {
  display: block;
  color: var(--text);
  font-size: 0.92rem;
  font-weight: 560;
}

.solution-intro-grid span {
  display: block;
  margin-top: 0.3rem;
  color: var(--text-soft);
  font-size: 0.85rem;
  line-height: 1.45;
}

.plan-page-grid {
  gap: 1.1rem;
}

.plan-page-card {
  position: relative;
  padding: 1.3rem;
  border-radius: 24px;
  box-shadow: 0 12px 24px rgba(17, 22, 29, 0.04);
}

.plan-page-card > span {
  display: inline-flex;
  align-items: center;
  min-height: 1.85rem;
  padding: 0.38rem 0.68rem;
  border-radius: 999px;
  background: #f2f6fb;
  color: #355276;
  font-size: 0.74rem;
  font-weight: 560;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.plan-page-card-featured {
  background: linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
  border-color: #0a6eef;
  box-shadow: 0 26px 46px rgba(10, 110, 239, 0.12);
}

.plan-badge {
  margin: -1.3rem -1.3rem 1rem;
  padding: 0.78rem 1rem;
  border-radius: 24px 24px 0 0;
  background: #0a6eef;
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 560;
  text-align: center;
}

.plan-emphasis {
  margin-top: 0.55rem;
  color: var(--text);
  font-size: 1rem;
  font-weight: 520;
  line-height: 1.42;
}

.plan-button {
  margin-top: auto;
}

@media (max-width: 1180px) {
  .plan-showcase-grid,
  .solution-intro-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-hero::after {
    width: 100%;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.05) 28%, rgba(255, 255, 255, 0) 66%);
  }

  html.hero-overlay-alt .site-hero::after {
    background:
      linear-gradient(180deg, rgba(126, 140, 154, 0.14) 0%, rgba(126, 140, 154, 0.06) 28%, rgba(126, 140, 154, 0) 66%),
      linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(133, 146, 158, 0.03) 34%, rgba(121, 134, 146, 0.08) 64%, rgba(112, 125, 137, 0.13) 100%);
    opacity: 0.84;
  }

  .site-hero::before {
    width: 100%;
    background: url("assets/mox-hero-racks-faded-v3.png?v=20260603p") center right / cover no-repeat;
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, transparent 24%, rgba(0, 0, 0, 0.9) 42%, #000 56%, #000 100%);
    mask-image: linear-gradient(90deg, transparent 0%, transparent 24%, rgba(0, 0, 0, 0.9) 42%, #000 56%, #000 100%);
  }

  .hero-visual-spacer {
    min-height: 15rem;
  }

  .engagement-band {
    grid-template-columns: 1fr;
  }

  .service-page-hero {
    padding: 2.3rem 0 2.6rem;
  }

  .service-hero-media {
    min-height: 18rem;
  }

  .service-group-card figure {
    margin-bottom: 0.88rem;
  }

  .service-responsibility-row {
    grid-template-columns: 2.5rem minmax(0, 1fr);
    gap: 0.85rem;
  }
}

@media (max-width: 760px) {
  .plan-showcase-grid,
  .solution-intro-grid,
  .service-bullets {
    grid-template-columns: 1fr;
  }

  .partner-logo-grid img,
  .vendor-logo-grid img {
    height: 4.55rem;
  }

  .site-hero::before {
    width: 100%;
    background: url("assets/mox-hero-racks-faded-v3.png?v=20260603p") center center / cover no-repeat;
    opacity: 0.88;
    -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.72) 22%, #000 42%, #000 100%);
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.72) 22%, #000 42%, #000 100%);
  }

  .site-hero::after {
    width: 100%;
    opacity: 0.18;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0.05) 36%, rgba(255, 255, 255, 0) 100%);
  }

  html.hero-overlay-alt .site-hero::after {
    opacity: 0.42;
    background:
      linear-gradient(180deg, rgba(125, 139, 153, 0.15) 0%, rgba(125, 139, 153, 0.05) 36%, rgba(125, 139, 153, 0) 100%),
      linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(118, 131, 143, 0.02) 38%, rgba(111, 124, 136, 0.08) 100%);
  }

  .hero-visual-spacer {
    min-height: 7rem;
  }

  .engagement-band {
    padding: 1.15rem;
    border-radius: 18px;
  }

  .engagement-cta {
    padding: 1.05rem;
  }
}

/* 2026-06-03 interior page rebuild */
.interior-hero {
  position: relative;
  overflow: hidden;
  padding: 3.5rem 0 3.1rem;
  background: #fefefe;
}

.interior-hero::before,
.interior-hero::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 62%;
  pointer-events: none;
}

.interior-hero::before {
  background: var(--hero-image) center right / cover no-repeat;
  filter: saturate(0.96) brightness(0.994) contrast(0.988);
  opacity: 1;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.92) 34%, #000 46%, #000 100%);
  mask-image: linear-gradient(90deg, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.92) 34%, #000 46%, #000 100%);
}

.interior-hero::after {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.018) 34%, rgba(255, 255, 255, 0) 100%),
    linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(var(--page-accent-rgb), 0.02) 42%, rgba(var(--page-accent-rgb), 0.072) 100%);
  opacity: 0.95;
}

.interior-hero-shell,
.editorial-row-grid,
.consultation-layout--editorial {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(280px, 0.62fr);
  gap: 2rem;
  align-items: center;
}

.interior-hero-copy {
  max-width: 720px;
}

.interior-hero h1 {
  max-width: 12.5ch;
  font-size: clamp(2.5rem, 4.4vw, 4.2rem);
  line-height: 1.01;
  letter-spacing: -0.03em;
  font-weight: 610;
}

.interior-hero .page-lede {
  max-width: 58ch;
  margin-top: 0.95rem;
  color: var(--text-soft);
  font-size: 1rem;
  line-height: 1.65;
}

.interior-hero-aside {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: end;
}

.interior-hero-spacer {
  min-height: 22rem;
}

.section--hero-follow {
  padding-top: 0.85rem;
}

.interior-proof-row,
.editorial-card-grid,
.impact-grid,
.editorial-plan-grid,
.editorial-side-stack {
  display: grid;
  gap: 1rem;
}

.interior-proof-row {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 1.45rem;
}

.interior-proof,
.editorial-card,
.impact-card,
.editorial-plan-card,
.hero-follow-card,
.editorial-form-shell {
  border: 1px solid #d8e3ec;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(250, 252, 254, 0.96) 100%);
  box-shadow: 0 18px 36px rgba(17, 22, 29, 0.045);
}

.interior-proof {
  padding: 1rem 1.05rem;
}

.interior-proof strong {
  display: block;
  color: var(--text);
  font-size: 0.95rem;
  font-weight: 560;
  line-height: 1.22;
}

.interior-proof p {
  margin-top: 0.38rem;
  color: var(--text-soft);
  font-size: 0.88rem;
  line-height: 1.5;
}

.hero-follow-shell {
  display: grid;
  grid-template-columns: minmax(280px, 0.76fr) minmax(0, 1.24fr);
  gap: 1rem;
  align-items: start;
}

.hero-follow-intro {
  display: grid;
  gap: 0.85rem;
  padding: 1.2rem 1.25rem;
  border: 1px solid #d8e3ec;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(248, 251, 255, 0.98) 0%, rgba(255, 255, 255, 0.98) 100%);
  box-shadow: 0 18px 36px rgba(17, 22, 29, 0.045);
}

.hero-follow-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2rem;
  width: fit-content;
  padding: 0 0.75rem;
  border: 1px solid #d3dde8;
  border-radius: 999px;
  background: #f6f9fc;
  color: #4f6072;
  font-size: 0.74rem;
  font-weight: 590;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-follow-copy {
  margin: 0;
  color: var(--text-soft);
  font-size: 0.95rem;
  line-height: 1.62;
}

.hero-follow-title {
  margin: 0;
  color: var(--text);
  font-size: 1.5rem;
  font-weight: 565;
  line-height: 1.08;
  letter-spacing: -0.02em;
}

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

.hero-follow-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0.7rem;
  min-height: 100%;
  padding: 1.15rem 1.15rem 1.2rem;
}

.hero-follow-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2rem;
  width: fit-content;
  padding: 0 0.7rem;
  border: 1px solid rgba(var(--page-accent-rgb), 0.14);
  border-radius: 999px;
  background: rgba(var(--page-accent-rgb), 0.08);
  color: var(--page-accent);
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-follow-card h3 {
  margin: 0;
  color: var(--text);
  font-size: 1.06rem;
  font-weight: 560;
  line-height: 1.16;
}

.hero-follow-card p {
  margin: 0;
  color: var(--text-soft);
  font-size: 0.93rem;
  line-height: 1.58;
}

.hero-follow-card--headline {
  justify-content: center;
}

.hero-follow-card--headline h3 {
  font-size: 1.12rem;
}

.hero-follow-card--statement p {
  color: var(--text);
  font-size: 1rem;
  line-height: 1.62;
}

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

.editorial-card ul,
.editorial-plan-card ul {
  margin: 0.8rem 0 0;
  padding: 0;
  list-style: none;
}

.editorial-card li,
.editorial-plan-card li {
  position: relative;
  padding-left: 1.08rem;
  color: var(--text);
  font-size: 0.91rem;
  line-height: 1.52;
}

.editorial-card li + li,
.editorial-plan-card li + li {
  margin-top: 0.4rem;
}

.editorial-card li::before,
.editorial-plan-card li::before {
  content: "";
  position: absolute;
  top: 0.56rem;
  left: 0;
  width: 0.36rem;
  height: 0.36rem;
  border-radius: 999px;
  background: var(--brand);
}

.editorial-card-grid--three,
.impact-grid,
.editorial-plan-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.editorial-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 1.15rem;
}

.editorial-card figure {
  margin: -1.15rem -1.15rem 1rem;
  overflow: hidden;
  border-radius: 22px 22px 0 0;
  border-bottom: 1px solid #d8e3ec;
  background: #eef3f8;
}

.editorial-card figure img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.editorial-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.editorial-card-body h3,
.editorial-card--simple h3,
.impact-card h3,
.editorial-plan-card h3 {
  color: var(--text);
  font-size: 1.14rem;
  font-weight: 565;
  line-height: 1.16;
}

.editorial-card p,
.impact-card p,
.editorial-plan-card p,
.editorial-row p {
  margin-top: 0.62rem;
  color: var(--text-soft);
  font-size: 0.94rem;
  line-height: 1.58;
}

.signal-card {
  padding: 1.2rem 1.22rem 1.26rem;
}

.signal-card-kicker,
.editorial-plan-kicker,
.impact-card span,
.editorial-row span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2rem;
  width: fit-content;
  padding: 0 0.7rem;
  border: 1px solid #d3dde8;
  border-radius: 999px;
  background: #f6f9fc;
  color: #4f6072;
  font-size: 0.74rem;
  font-weight: 590;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.signal-card h3 {
  margin-top: 0.92rem;
}

.editorial-row-side {
  display: grid;
  gap: 1rem;
}

.editorial-row-note-card {
  padding: 1.25rem;
  border: 1px solid #d8e3ec;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(248, 251, 255, 0.98) 0%, rgba(255, 255, 255, 0.98) 100%);
  box-shadow: 0 18px 36px rgba(17, 22, 29, 0.045);
}

.editorial-row-note-card p {
  margin-top: 0.8rem;
  color: var(--text-soft);
  font-size: 0.95rem;
  line-height: 1.6;
}

.editorial-row-note-points {
  display: grid;
  gap: 0.7rem;
  margin-top: 1rem;
}

.editorial-row-note-points strong {
  display: block;
  padding: 0.9rem 0.95rem;
  border: 1px solid #dbe5ee;
  border-radius: 16px;
  background: #ffffff;
  color: var(--text);
  font-size: 0.93rem;
  font-weight: 555;
  line-height: 1.42;
}

.editorial-row-list {
  border-top: 1px solid #d8e3ec;
}

.editorial-row {
  display: grid;
  grid-template-columns: 2.9rem minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
  padding: 1rem 0;
  border-bottom: 1px solid #d8e3ec;
}

.editorial-row span {
  width: 2.2rem;
  min-height: 2.2rem;
  padding: 0;
  color: var(--brand);
  background: #f6faff;
}

.editorial-route-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 1rem;
  align-items: start;
}

.editorial-route-note,
.editorial-route-card {
  border: 1px solid #d8e3ec;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(249, 252, 255, 0.96) 100%);
  box-shadow: 0 18px 36px rgba(17, 22, 29, 0.045);
}

.editorial-route-note {
  padding: 1.35rem;
}

.editorial-route-note strong {
  display: block;
  color: var(--text);
  font-size: 1.12rem;
  font-weight: 565;
  line-height: 1.14;
}

.editorial-route-note p {
  margin-top: 0.68rem;
  color: var(--text-soft);
  font-size: 0.94rem;
  line-height: 1.58;
}

.editorial-route-signal-list,
.editorial-route-card ul {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.editorial-route-signal-list li,
.editorial-route-card li {
  position: relative;
  padding-left: 1.08rem;
  color: var(--text);
  font-size: 0.91rem;
  line-height: 1.52;
}

.editorial-route-signal-list li + li,
.editorial-route-card li + li {
  margin-top: 0.45rem;
}

.editorial-route-signal-list li::before,
.editorial-route-card li::before {
  content: "";
  position: absolute;
  top: 0.56rem;
  left: 0;
  width: 0.36rem;
  height: 0.36rem;
  border-radius: 999px;
  background: var(--brand);
}

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

.editorial-route-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  padding: 1.2rem;
}

.editorial-route-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.editorial-route-top .hero-follow-card-top {
  margin-bottom: 0;
}

.editorial-route-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2rem;
  width: 2rem;
  border: 1px solid #d3dde8;
  border-radius: 999px;
  background: #f6f9fc;
  color: #4f6072;
  font-size: 0.74rem;
  font-weight: 590;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.editorial-route-card h3 {
  margin-top: 0.92rem;
  color: var(--text);
  font-size: 1.15rem;
  font-weight: 565;
  line-height: 1.16;
}

.editorial-route-card p {
  margin-top: 0.68rem;
  color: var(--text-soft);
  font-size: 0.94rem;
  line-height: 1.58;
}

.editorial-route-card strong {
  color: var(--text);
  font-weight: 560;
}

.editorial-route-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem 1.1rem;
  margin-top: auto;
  padding-top: 1rem;
}

.editorial-route-links a {
  color: var(--brand-strong);
  font-size: 0.91rem;
  font-weight: 560;
}

.impact-card {
  padding: 1.2rem;
}

.impact-card h3 {
  margin-top: 0.9rem;
}

.closing-band {
  padding: 1.65rem;
  border: 1px solid #d8e3ec;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 252, 0.92) 100%);
  box-shadow: 0 18px 36px rgba(17, 22, 29, 0.045);
}

.editorial-plan-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  padding: 1.25rem;
}

.editorial-plan-card--featured {
  border-color: #c4d6ea;
  background:
    linear-gradient(180deg, #f8fbfe 0%, #ffffff 100%);
  box-shadow: 0 24px 42px rgba(17, 22, 29, 0.055);
}

.editorial-plan-card strong {
  display: block;
  margin-top: 0.9rem;
  color: var(--text);
  font-size: 0.98rem;
  font-weight: 540;
  line-height: 1.48;
}

.editorial-plan-card .button {
  margin-top: auto;
}

.editorial-form-shell {
  padding: 1.45rem;
}

.editorial-side-stack > section,
.editorial-side-stack .container,
.editorial-side-stack .section-header {
  margin: 0;
}

.editorial-side-stack .section {
  padding: 0;
}

.editorial-side-stack .editorial-card-grid {
  grid-template-columns: 1fr;
}

@media (max-width: 1180px) {
  .interior-hero-shell,
  .editorial-row-grid,
  .hero-follow-shell,
  .consultation-layout--editorial,
  .editorial-plan-grid {
    grid-template-columns: 1fr;
  }

  .interior-proof-row,
  .editorial-card-grid--three,
  .impact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-follow-grid,
  .editorial-route-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .interior-hero-aside {
    justify-items: start;
  }

  .interior-hero-spacer {
    min-height: 16rem;
  }

  .pricing-fit-layout {
    gap: 1rem;
  }
}

@media (max-width: 760px) {
  .interior-hero {
    padding: 2.35rem 0 2.5rem;
  }

  .interior-hero::before {
    width: 100%;
    background-position: center center;
    -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.72) 20%, #000 42%, #000 100%);
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.72) 20%, #000 42%, #000 100%);
  }

  .interior-hero::after {
    background: linear-gradient(180deg, rgba(254, 254, 254, 0.2) 0%, rgba(254, 254, 254, 0.06) 34%, rgba(254, 254, 254, 0) 100%);
  }

  .interior-proof-row,
  .editorial-card-grid--three,
  .impact-grid,
  .editorial-plan-grid,
  .hero-follow-grid {
    grid-template-columns: 1fr;
  }

  .service-hero-spacer,
  .interior-hero-spacer {
    min-height: 6rem;
  }

  .closing-band,
  .editorial-form-shell {
    padding: 1.15rem;
  }

}

