@charset "UTF-8";
:root {
  --orange-600: #d9531a;
  --orange-500: #eb6224;
  --orange-400: #fd6316;
  --amber-500: #fbaf1b;
  --blue-600: #1c6ba3;
  --blue-500: #2383c5;
  --blue-300: #5bb3e2;
  --cyan-200: #5bd8ee;
  --navy-900: #061726;
  --navy-800: #0a2438;
  --navy-700: #0e3050;
  --navy-600: #123e63;
  --white: #ffffff;
  --gray-50: #fbfbfb;
  --gray-100: #f0f0f0;
  --gray-200: #dedede;
  --gray-300: #c4c4c4;
  --gray-500: #7a7a7a;
  --gray-600: #4a4a4a;
  --gray-800: #202020;
  --brand: var(--orange-500);
  --brand-hover: var(--orange-600);
  --brand-contrast: var(--white);
  --accent: var(--blue-500);
  --surface: var(--white);
  --surface-muted: var(--gray-50);
  --border: var(--gray-200);
  --border-strong: var(--gray-300);
  --text-body: var(--gray-600);
  --text-strong: var(--navy-900);
  --text-muted: var(--gray-500);
  --text-on-dark: rgba(255, 255, 255, 0.86);
  --border-on-dark: rgba(255, 255, 255, 0.16);
  --accent-service-text: #b04a14;
  --accent-plugin-text: #1c6ba3;
  --font-sans: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --font-mono: "IBM Plex Mono", ui-monospace, SFMono-Regular, Consolas, monospace;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-semibold: 600;
  --fw-bold: 700;
  --text-display: 4.75rem;
  --text-h1: 4rem;
  --text-h1-blog: 3.5rem;
  --text-h2: 3rem;
  --text-claim: 2.75rem;
  --text-figure: 1.75rem;
  --text-h3: 1.375rem;
  --text-h4: 1.1875rem;
  --text-subline: 1.4375rem;
  --text-body-size: 1.0625rem;
  --text-body-s: 0.9375rem;
  --text-eyebrow: 0.75rem;
  --section-y: 7.75rem;
  --section-x: 4rem;
  --section-y-mobile: 3.75rem;
  --section-x-mobile: 1.375rem;
  --radius: 12px;
  --radius-card: 14px;
  --radius-lg: 16px;
  --radius-sm: 8px;
  --shadow-sm: 0 1px 3px rgba(6, 23, 38, 0.1);
  --shadow-md: 0 8px 24px rgba(6, 23, 38, 0.1);
  --shadow-lg: 0 18px 48px rgba(6, 23, 38, 0.14);
  --shadow-menu: 0 24px 48px rgba(6, 23, 38, 0.14);
  --focus-ring: 3px solid var(--accent-plugin-text);
  --gradient-brand: linear-gradient(135deg, #fbaf1b 0%, #fd6316 45%, #eb6224 100%);
  --gradient-navy: linear-gradient(160deg, #0e3050 0%, #0a2438 55%, #061726 100%);
  --gradient-cyan: linear-gradient(135deg, #2383c5 0%, #00ebff 100%);
  --glow-brand: 0 8px 24px rgba(235, 98, 36, 0.35);
  --glow-brand-sm: 0 6px 18px rgba(235, 98, 36, 0.3);
  --glow-accent: 0 8px 24px rgba(35, 131, 197, 0.3);
  --hero-scrim: linear-gradient(
      100deg,
      rgba(6, 23, 38, 0.92) 0%,
      rgba(6, 23, 38, 0.74) 42%,
      rgba(6, 23, 38, 0.34) 100%
  );
  --post-scrim: linear-gradient(
      100deg,
      rgba(6, 23, 38, 0.94) 0%,
      rgba(6, 23, 38, 0.78) 46%,
      rgba(6, 23, 38, 0.4) 100%
  );
  --measure: 65ch;
  --measure-article: 46.25rem;
  --container: 82rem;
  --container-outer: calc(var(--container) + 2 * var(--section-x));
  --gap: 1.5rem;
  --gap-lg: 2.5rem;
  --header-h: 4.75rem;
  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
  --duration: 180ms;
  --motion: 1;
  --scrim-strong: color-mix(in srgb, var(--navy-900) 94%, transparent);
  --scrim-soft: color-mix(in srgb, var(--navy-900) 72%, transparent);
  --scrim-tile: linear-gradient(150deg, var(--scrim-strong) 0%, var(--scrim-soft) 100%);
  --surface-on-dark: color-mix(in srgb, var(--white) 5%, transparent);
  --surface-on-image: color-mix(
      in srgb,
      color-mix(in srgb, var(--white) 9%, var(--navy-900)) 89%,
      transparent
  );
  --surface-error: color-mix(in srgb, var(--orange-600) 8%, transparent);
}

@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/ibm-plex-mono-400-latin-ext-WlFXyXd.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/ibm-plex-mono-400-latin-78NWkmx.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/ibm-plex-mono-500-latin-ext-Uqu9TNw.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/ibm-plex-mono-500-latin-QJNNIVc.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/montserrat-400-latin-ext-K30JCnd.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/montserrat-400-latin-LaWOCQv.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/montserrat-500-latin-ext-K30JCnd.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/montserrat-500-latin-LaWOCQv.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/montserrat-600-latin-ext-K30JCnd.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/montserrat-600-latin-LaWOCQv.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/montserrat-700-latin-ext-K30JCnd.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/montserrat-700-latin-LaWOCQv.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/montserrat-800-latin-ext-K30JCnd.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/montserrat-800-latin-LaWOCQv.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background: var(--surface);
  color: var(--text-body);
  font-family: var(--font-sans);
  font-size: var(--text-body-size);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-wrap: break-word;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--text-strong);
  font-weight: var(--fw-bold);
  letter-spacing: -0.02em;
  line-height: 1.1;
  text-wrap: balance;
}

p {
  margin: 0;
}

a {
  color: var(--accent-plugin-text);
  text-decoration: none;
}

a:hover {
  color: var(--accent-service-text);
  text-decoration: underline;
}

code {
  font-family: var(--font-mono);
  font-size: 0.9em;
}

:focus-visible {
  outline: var(--focus-ring);
  outline-offset: 2px;
  border-radius: 4px;
}

a,
button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}
h1,
.h1 {
  color: var(--brand);
  font-size: clamp(2.375rem, 1.2rem + 4.6vw, var(--text-h1));
  letter-spacing: -0.025em;
  line-height: 1.02;
}

h2,
.h2 {
  font-size: clamp(1.875rem, 1.15rem + 2.9vw, var(--text-h2));
  letter-spacing: -0.022em;
  line-height: 1.1;
}

h3,
.h3 {
  font-size: clamp(1.1875rem, 1.05rem + 0.6vw, var(--text-h3));
  font-weight: var(--fw-semibold);
  letter-spacing: -0.005em;
  line-height: 1.3;
}

.display {
  font-size: clamp(2.75rem, 1.2rem + 6.5vw, var(--text-display));
  font-weight: var(--fw-bold);
  letter-spacing: -0.03em;
  line-height: 0.99;
}

.claim {
  font-size: clamp(1.75rem, 1.1rem + 2.6vw, var(--text-claim));
  font-weight: var(--fw-bold);
  letter-spacing: -0.015em;
  line-height: 1.22;
  text-wrap: pretty;
}

.eyebrow {
  color: var(--accent-service-text);
  font-size: var(--text-eyebrow);
  font-weight: var(--fw-semibold);
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.intro {
  color: var(--text-body);
  font-size: 1rem;
  line-height: 1.7;
  max-width: 25rem;
  text-wrap: pretty;
}
.intro a:not(.btn) {
  display: inline;
  min-height: 0;
}

.muted {
  color: var(--text-muted);
}

.mono {
  font-family: var(--font-mono);
  font-size: var(--text-body-s);
}

.prose {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  max-width: var(--measure);
}
.prose p {
  text-wrap: pretty;
}
.prose a:not(.btn) {
  align-items: normal;
  display: inline;
  min-height: 0;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.prose ul {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.prose li {
  padding-left: 1.5rem;
  position: relative;
}
.prose li::before {
  background: var(--brand);
  border-radius: 0 60% 0 60%;
  content: "";
  height: 0.5rem;
  left: 0;
  position: absolute;
  top: 0.55em;
  width: 0.5rem;
}
.prose blockquote {
  border-left: 3px solid var(--brand);
  color: var(--text-strong);
  font-size: var(--text-subline);
  line-height: 1.45;
  margin: 0;
  padding-left: 1.25rem;
}
.prose h3 {
  color: var(--text-strong);
  font-size: var(--text-h3);
  line-height: 1.3;
  margin-top: 0.75rem;
}
.prose h4 {
  color: var(--text-strong);
  font-size: var(--text-h4);
  line-height: 1.35;
  margin-top: 0.5rem;
}
.prose ol {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  list-style: decimal;
  margin: 0;
  padding-left: 1.3rem;
}
.prose ol > li {
  padding-left: 0.25rem;
}
.prose ol > li::before {
  content: none;
}
.prose strong,
.prose b {
  color: var(--text-strong);
  font-weight: var(--fw-semibold);
}
.prose code {
  background: var(--surface-muted);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  font-family: var(--font-mono);
  font-size: 0.9em;
  padding: 0.1em 0.35em;
}
.prose pre {
  background: var(--navy-900);
  border-radius: var(--radius);
  color: var(--text-on-dark);
  font-size: var(--text-body-s);
  line-height: 1.6;
  margin: 0;
  max-width: 100%;
  min-width: 0;
  overflow-x: auto;
  padding: 1.25rem;
}
.prose pre code {
  background: none;
  border: 0;
  color: inherit;
  font-size: inherit;
  padding: 0;
}
.prose table {
  border-collapse: collapse;
  font-size: var(--text-body-s);
  width: 100%;
}
.prose table th,
.prose table td {
  border-bottom: 1px solid var(--border);
  padding: 0.6rem 0.75rem;
  text-align: left;
  vertical-align: top;
}
.prose table th {
  color: var(--text-strong);
  font-weight: var(--fw-semibold);
}

.block {
  padding-inline: var(--section-x-mobile);
  position: relative;
}
@media (min-width: 48rem) {
  .block {
    padding-inline: var(--section-x);
  }
}

.block__inner {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  margin-inline: auto;
  max-width: var(--container);
}

.block__head {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 62rem) {
  .block__head {
    align-items: end;
    flex-direction: row;
    gap: 2.5rem;
    justify-content: space-between;
  }
}

.block__headline {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}

.link-more {
  color: var(--accent-service-text);
  font-size: var(--text-body-s);
  font-weight: var(--fw-semibold);
  text-decoration: none;
  white-space: nowrap;
}
.link-more:hover {
  text-decoration: underline;
}

.block--pluginhighlights .link-more,
.block--ratings .link-more {
  color: var(--accent-plugin-text);
}

.bg-white {
  background: var(--surface);
}

.bg-grey {
  background: var(--surface-muted);
  border-block: 1px solid var(--border);
}

.bg-grey:has(+ .bg-grey) {
  border-bottom: 0;
}

.bg-grey + .bg-grey {
  border-top: 0;
}

.bg-navy {
  background: var(--gradient-navy);
  color: var(--text-on-dark);
}
.bg-navy h2,
.bg-navy h3 {
  color: var(--white);
}
.bg-navy .eyebrow {
  color: color-mix(in srgb, var(--white) 88%, transparent);
}
.bg-navy .intro,
.bg-navy p {
  color: var(--text-on-dark);
}
.bg-navy a:not(.btn) {
  color: var(--cyan-200);
}
.bg-navy a.link-more {
  color: var(--brand);
}

.pt-none {
  padding-top: calc(var(--section-y-mobile) * 0);
}
@media (min-width: 48rem) {
  .pt-none {
    padding-top: calc(var(--section-y) * 0);
  }
}

.pb-none {
  padding-bottom: calc(var(--section-y-mobile) * 0);
}
@media (min-width: 48rem) {
  .pb-none {
    padding-bottom: calc(var(--section-y) * 0);
  }
}

.pt-small {
  padding-top: calc(var(--section-y-mobile) * 0.39);
}
@media (min-width: 48rem) {
  .pt-small {
    padding-top: calc(var(--section-y) * 0.39);
  }
}

.pb-small {
  padding-bottom: calc(var(--section-y-mobile) * 0.39);
}
@media (min-width: 48rem) {
  .pb-small {
    padding-bottom: calc(var(--section-y) * 0.39);
  }
}

.pt-normal {
  padding-top: calc(var(--section-y-mobile) * 1);
}
@media (min-width: 48rem) {
  .pt-normal {
    padding-top: calc(var(--section-y) * 1);
  }
}

.pb-normal {
  padding-bottom: calc(var(--section-y-mobile) * 1);
}
@media (min-width: 48rem) {
  .pb-normal {
    padding-bottom: calc(var(--section-y) * 1);
  }
}

.pt-large {
  padding-top: calc(var(--section-y-mobile) * 1.5);
}
@media (min-width: 48rem) {
  .pt-large {
    padding-top: calc(var(--section-y) * 1.5);
  }
}

.pb-large {
  padding-bottom: calc(var(--section-y-mobile) * 1.5);
}
@media (min-width: 48rem) {
  .pb-large {
    padding-bottom: calc(var(--section-y) * 1.5);
  }
}

@media (max-width: 47.99rem) {
  .only-desktop {
    display: none;
  }
}

@media (min-width: 48rem) {
  .only-mobile {
    display: none;
  }
}

.skiplink {
  background: var(--surface);
  border-radius: 0 0 var(--radius-sm) 0;
  color: var(--text-strong);
  left: 0;
  padding: 0.75rem 1.25rem;
  position: absolute;
  top: -100%;
  z-index: 100;
}
.skiplink:focus-visible {
  top: 0;
}

.sr-only {
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.block--hero.pt-normal,
.block--figuretext.pt-normal,
.block--cta.pt-normal {
  padding-top: 7.25rem;
}

.block--figuretext.pb-normal,
.block--cta.pb-normal {
  padding-bottom: 7.25rem;
}

@media (min-width: 62rem) {
  .block--catalogfaq .block__inner,
  .block--cards:has(.cards--2):has(.block__head) .block__inner,
  .block--cards:has(.cards--3):has(.block__head) .block__inner,
  .block--numbered:has(.intro) .block__inner {
    align-items: start;
    column-gap: 4.5rem;
    display: grid;
    row-gap: 2.5rem;
  }
  .block--numbered:has(.intro) .block__inner {
    grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  }
  .block--numbered:has(.intro) .numbered {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .block--numbered:has(.intro) .numbered > li:nth-child(5):last-child {
    grid-column: span 2;
  }
  .block--catalogfaq .block__inner {
    grid-template-columns: minmax(0, 0.62fr) minmax(0, 1.38fr);
  }
  .block--cards:has(.cards--2):has(.block__head) .block__inner,
  .block--cards:has(.cards--3):has(.block__head) .block__inner {
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  }
  .block--catalogfaq .block__head,
  .block--cards:has(.cards--2) .block__head,
  .block--cards:has(.cards--3) .block__head,
  .block--numbered:has(.intro) .block__head {
    align-items: start;
    flex-direction: column;
    gap: 1rem;
  }
}
main {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}

main > * {
  grid-column: 1/-1;
  min-width: 0;
}

@media (min-width: 62rem) {
  main {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  }
}
@media (min-width: 62rem) {
  main > .block--pagehead:first-child:has(.pagehead--dark) {
    grid-row: 1;
  }
  .block--pagehead.pb-normal:has(+ .block--facts.bg-navy),
  .block--pagehead.pb-normal:has(+ .block--firstcall.bg-navy),
  .block--pagehead.pb-normal:has(+ .block--ratings.bg-navy) {
    padding-bottom: 5.25rem;
  }
  main > .block--pagehead:first-child:has(.pagehead--dark) + .block--facts.bg-navy,
  main > .block--pagehead:first-child:has(.pagehead--dark) + .block--firstcall.bg-navy,
  main > .block--pagehead:first-child:has(.pagehead--dark) + .block--ratings.bg-navy {
    align-self: end;
    background: none;
    border-block: 0;
    grid-column: 2;
    grid-row: 1;
    padding-block: 0 5.25rem;
    z-index: 1;
  }
  .block--pagehead:has(+ .block--facts.bg-navy) .pagehead,
  .block--pagehead:has(+ .block--firstcall.bg-navy) .pagehead,
  .block--pagehead:has(+ .block--ratings.bg-navy) .pagehead {
    max-width: 40rem;
  }
}
.btn {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  color: var(--text-strong);
  font-size: 1rem;
  font-weight: var(--fw-semibold);
  gap: 0.5rem;
  justify-content: center;
  padding: 0.9375rem 1.75rem;
  text-decoration: none;
  transition: background var(--duration) var(--ease), border-color var(--duration) var(--ease), box-shadow var(--duration) var(--ease), transform var(--duration) var(--ease);
}
.btn:hover {
  border-color: var(--text-muted);
  color: var(--text-strong);
  text-decoration: none;
  transform: translateY(-2px);
}
.btn:active {
  transform: none;
}
.btn--primary {
  background: var(--gradient-brand);
  border-color: transparent;
  box-shadow: var(--glow-brand);
  color: var(--brand-contrast);
}
.btn--primary:hover {
  border-color: transparent;
  color: var(--brand-contrast);
  filter: brightness(0.96);
}
.btn--ghost {
  background: color-mix(in srgb, var(--white) 6%, transparent);
  border-color: var(--border-on-dark);
  color: var(--white);
}
.btn--ghost:hover {
  background: color-mix(in srgb, var(--white) 12%, transparent);
  border-color: color-mix(in srgb, var(--white) 32%, transparent);
  color: var(--white);
}
.btn--sm {
  font-size: var(--text-body-s);
  padding: 0.75rem 1.5rem;
}
.btn--sm.btn--primary {
  box-shadow: var(--glow-brand-sm);
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.chip {
  background: var(--surface-muted);
  border: 1px solid var(--border);
  border-radius: 999px;
  color: var(--text-body);
  font-size: var(--text-body-s);
  padding: 0.4rem 0.9rem;
  text-decoration: none;
}
.chip.is-active {
  background: var(--text-strong);
  border-color: var(--text-strong);
  color: var(--white);
}

.stars,
[aria-hidden=true].stars {
  color: var(--amber-500);
  letter-spacing: 0.1em;
}

.grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: var(--gap);
}
@media (min-width: 40rem) {
  .grid--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 40rem) {
  .grid--3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 62rem) {
  .grid--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 40rem) {
  .grid--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 62rem) {
  .grid--4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

img {
  height: auto;
  max-width: 100%;
}

.site-header {
  backdrop-filter: blur(12px);
  background: color-mix(in srgb, var(--white) 94%, transparent);
  border-bottom: 1px solid var(--border);
  position: sticky;
  top: 0;
  z-index: 50;
  transition: background var(--duration) var(--ease), box-shadow var(--duration) var(--ease);
}

.site-header.is-scrolled {
  background: color-mix(in srgb, var(--white) 98%, transparent);
  box-shadow: 0 1px 16px color-mix(in srgb, var(--navy-900) 10%, transparent);
}
.site-header.is-scrolled .site-header__inner {
  padding-block: 0.75rem;
}

.site-header__inner {
  align-items: center;
  display: flex;
  gap: 2.5rem;
  margin-inline: auto;
  max-width: var(--container-outer);
  padding: 1.25rem var(--section-x-mobile);
  transition: padding-block var(--duration) var(--ease);
}
@media (min-width: 48rem) {
  .site-header__inner {
    padding-inline: var(--section-x);
  }
}

.site-header__brand {
  font-weight: var(--fw-bold);
  text-decoration: none;
}

.site-header__logo {
  color: var(--text-strong);
  font-size: 1.25rem;
  letter-spacing: -0.01em;
}

.site-header__burger {
  background: none;
  border: 0;
  padding: 0.5rem;
}
@media (min-width: 62rem) {
  .site-header__burger {
    display: none;
  }
}

.site-header__burger-icon {
  display: block;
  height: 18px;
  position: relative;
  width: 22px;
}

.site-header__burger-bar {
  background: var(--navy-900);
  border-radius: 1px;
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  transition: background var(--duration) var(--ease), opacity var(--duration) var(--ease), transform var(--duration) var(--ease);
  width: 100%;
}
.site-header__burger-bar:nth-child(1) {
  top: 0;
}
.site-header__burger-bar:nth-child(2) {
  top: 8px;
}
.site-header__burger-bar:nth-child(3) {
  top: 16px;
}

.site-header__burger[aria-expanded=true] .site-header__burger-bar {
  background: var(--orange-500);
}
.site-header__burger[aria-expanded=true] .site-header__burger-bar:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.site-header__burger[aria-expanded=true] .site-header__burger-bar:nth-child(2) {
  opacity: 0;
}
.site-header__burger[aria-expanded=true] .site-header__burger-bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

@media (prefers-reduced-motion: reduce) {
  .site-header__burger-bar {
    transition: none;
  }
}
.site-header__meta {
  align-items: center;
  display: flex;
  gap: 1rem;
  margin-left: auto;
}

@media (max-width: 61.99rem) {
  .site-nav {
    border-top: 1px solid var(--border);
    display: none;
    inset-inline: 0;
    background: var(--surface);
    padding: 0.5rem var(--section-x-mobile) 1.5rem;
    position: absolute;
    top: 100%;
    max-height: calc(100dvh - var(--header-h));
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }
  .site-nav.is-open {
    display: block;
  }
}

.site-nav__list {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 62rem) {
  .site-nav__list {
    align-items: center;
    flex-direction: row;
    gap: 1.625rem;
  }
}

.site-nav__item {
  display: flex;
}
@media (max-width: 61.99rem) {
  .site-nav__item {
    flex-direction: column;
  }
}

.site-nav__cta {
  display: none;
}
@media (max-width: 61.99rem) {
  .site-nav__cta {
    display: flex;
    margin-top: 1.375rem;
    width: 100%;
  }
}

.site-nav__link {
  background: none;
  border: 0;
  color: var(--gray-800);
  cursor: pointer;
  font-family: inherit;
  font-size: var(--text-body-s);
  font-weight: var(--fw-medium);
  gap: 0.375rem;
  padding: 0.5rem 0;
  text-decoration: none;
}
.site-nav__link:hover {
  color: var(--accent-service-text);
  text-decoration: none;
}
.site-nav__link[aria-expanded=true], .site-nav__link[aria-current=page] {
  color: var(--accent-service-text);
  font-weight: var(--fw-semibold);
}
.site-nav__link.is-plain {
  color: var(--text-muted);
  cursor: default;
}

@media (min-width: 62rem) {
  .megamenu {
    background: var(--surface);
    border-bottom: 1px solid var(--border);
    box-shadow: var(--shadow-menu);
    left: 0;
    padding: 2.125rem var(--section-x) 2.375rem;
    position: absolute;
    right: 0;
    top: 100%;
  }
}
@media (max-width: 61.99rem) {
  .megamenu {
    padding-block: 0.5rem 1rem;
    width: 100%;
  }
}
.megamenu[hidden] {
  display: none;
}

.megamenu__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.625rem;
  margin-inline: auto;
  max-width: var(--container);
}
@media (min-width: 62rem) {
  .megamenu__inner {
    grid-template-columns: repeat(3, minmax(0, 1fr)) minmax(0, 0.9fr);
    grid-auto-flow: row dense;
  }
}

.megamenu__list {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 62rem) {
  .megamenu__list {
    display: contents;
  }
}
@media (min-width: 62rem) {
  .megamenu__list > li:nth-child(3n+1) {
    grid-column: 1;
  }
  .megamenu__list > li:nth-child(3n+2) {
    grid-column: 2;
  }
  .megamenu__list > li:nth-child(3n) {
    grid-column: 3;
  }
  .megamenu__list > li {
    border-top: 2px solid var(--orange-500);
    padding-top: 1.125rem;
  }
}
.megamenu__list a {
  align-items: flex-start;
  color: var(--text-strong);
  display: flex;
  gap: 0.875rem;
  text-decoration: none;
}
@media (max-width: 61.99rem) {
  .megamenu__list a {
    border: 1px solid var(--border);
    border-left: 3px solid var(--orange-500);
    border-radius: 10px;
    padding: 1rem 1.125rem;
  }
  .megamenu__list a:hover {
    background: var(--surface-muted);
  }
}
@media (min-width: 62rem) {
  .megamenu__list a:hover .megamenu__label {
    color: var(--accent-service-text);
  }
  .megamenu__list a:hover .megamenu__icon {
    color: var(--orange-500);
  }
}

.megamenu__icon {
  color: var(--accent-service-text);
  flex-shrink: 0;
  margin-top: 2px;
  transition: color var(--duration) var(--ease);
}
@media (max-width: 61.99rem) {
  .megamenu__icon {
    display: none;
  }
}

.megamenu__body {
  min-width: 0;
}

.megamenu__label {
  display: block;
  font-weight: var(--fw-semibold);
}

.megamenu__text {
  color: var(--text-muted);
  display: block;
  font-size: var(--text-body-s);
  margin-top: 0.25rem;
}

.megamenu__card {
  background: var(--surface-muted);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  color: var(--text-body);
  display: block;
  padding: 1.25rem;
  text-decoration: none;
  transition: border-color var(--duration) var(--ease);
}
@media (min-width: 62rem) {
  .megamenu__card {
    grid-column: 4;
  }
}
.megamenu__card:hover {
  border-color: var(--border-strong);
  text-decoration: none;
}
.megamenu__card:hover .megamenu__label {
  color: var(--accent-service-text);
}
.megamenu__card .megamenu__label {
  color: var(--text-strong);
}

.langswitch {
  border: 1px solid var(--border);
  border-radius: 6px;
  display: flex;
  font-family: var(--font-mono);
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.langswitch a {
  color: var(--text-muted);
  font-size: var(--text-eyebrow);
  min-height: 0;
  padding: 0.375rem 0.625rem;
  text-decoration: none;
}
.langswitch a:hover {
  color: var(--text-strong);
}
.langswitch a[aria-current=true] {
  background: var(--navy-900);
  color: var(--white);
}

@media (max-width: 61.99rem) {
  .site-header__inner {
    gap: 0.75rem;
  }
  .site-header__meta .btn {
    display: none;
  }
  .site-header__meta {
    order: 2;
  }
  .site-header__burger {
    order: 3;
  }
}
.site-footer {
  background: var(--navy-900);
  color: var(--text-on-dark);
  margin-top: auto;
  padding-block: 4.75rem 2.75rem;
  padding-inline: var(--section-x-mobile);
}
@media (min-width: 48rem) {
  .site-footer {
    padding-inline: var(--section-x);
  }
}

.site-footer__inner {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  margin-inline: auto;
  max-width: var(--container);
}

.site-footer__columns {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 2.5rem;
}
@media (min-width: 40rem) {
  .site-footer__columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 62rem) {
  .site-footer__columns {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.site-footer__heading {
  color: color-mix(in srgb, var(--white) 70%, transparent);
  font-size: var(--text-eyebrow);
  font-weight: var(--fw-semibold);
  letter-spacing: 0.12em;
  margin-bottom: 0.625rem;
  text-transform: uppercase;
}
.site-footer__heading a {
  color: inherit;
  display: inline;
  min-height: 0;
}

.site-footer__column ul {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-footer a {
  color: color-mix(in srgb, var(--white) 82%, transparent);
  font-size: 0.90625rem;
  text-decoration: none;
}
.site-footer a:hover {
  color: var(--white);
  text-decoration: underline;
}

.site-footer__column li a,
.site-footer__legal a {
  min-height: 0;
  padding-block: 0.3125rem;
}

.site-footer__bottom {
  align-items: center;
  border-top: 1px solid var(--border-on-dark);
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap);
  justify-content: space-between;
  padding-top: 1.5rem;
}

.site-footer__copyright {
  color: var(--text-on-dark);
  font-size: var(--text-body-s);
}

.site-footer__legal ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-header__brand {
  align-items: center;
  display: inline-flex;
  gap: 0.6rem;
}

.site-header__mark {
  display: block;
  width: 1.875rem;
}

.site-footer__brand {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}

.site-footer__wordmark {
  align-items: center;
  color: var(--white);
  display: flex;
  font-size: 1.125rem;
  font-weight: var(--fw-bold);
  gap: 0.625rem;
  letter-spacing: -0.01em;
}
.site-footer__wordmark img {
  display: block;
  width: 1.625rem;
}

.site-footer__claim {
  color: color-mix(in srgb, var(--white) 76%, transparent);
  font-size: 0.90625rem;
  line-height: 1.65;
  max-width: 18.75rem;
}

.site-footer__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer__badges img {
  display: block;
  height: 4.375rem;
  width: auto;
}

@media (min-width: 62rem) {
  .site-footer__columns {
    grid-template-columns: minmax(0, 1.4fr) repeat(3, minmax(0, 1fr));
  }
}
.ratings {
  display: grid;
  gap: var(--gap);
  grid-template-columns: repeat(auto-fit, minmax(9rem, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.rating {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-md);
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  padding: 1.75rem;
  transition: box-shadow var(--duration) var(--ease), transform var(--duration) var(--ease);
  gap: 0.3rem;
}

.rating__label {
  color: var(--text-strong);
  font-weight: var(--fw-semibold);
}

.rating__stars {
  align-items: baseline;
  color: var(--amber-500);
  display: flex;
  gap: 0.5rem;
  letter-spacing: 0.08em;
}

.rating__value {
  color: var(--text-strong);
  font-weight: var(--fw-bold);
  letter-spacing: normal;
}

.rating__note {
  color: var(--text-muted);
  font-size: var(--text-body-s);
}

.block--ratings.bg-navy .block__inner {
  background: var(--surface-on-image);
  border: 1px solid var(--border-on-dark);
  border-radius: var(--radius-card);
  display: grid;
  gap: 1.25rem;
  grid-template-columns: minmax(0, 1fr) auto;
  margin-inline: auto 0;
  max-width: 34rem;
  padding: 1.625rem 1.75rem;
}
.block--ratings.bg-navy .eyebrow {
  align-self: baseline;
  color: color-mix(in srgb, var(--white) 88%, transparent);
  letter-spacing: 0.14em;
}
.block--ratings.bg-navy .intro {
  align-self: baseline;
  color: color-mix(in srgb, var(--white) 88%, transparent);
  font-size: 0.8125rem;
  margin: 0;
  max-width: none;
  text-align: right;
}
.block--ratings.bg-navy .ratings {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
  grid-column: 1/-1;
}
.block--ratings.bg-navy .rating {
  align-items: center;
  background: none;
  border: 0;
  border-bottom: 1px solid var(--border-on-dark);
  border-radius: 0;
  box-shadow: none;
  flex-direction: row;
  gap: 1.25rem;
  justify-content: space-between;
  padding: 0 0 0.875rem;
}
.block--ratings.bg-navy .rating:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.block--ratings.bg-navy .rating__label {
  color: color-mix(in srgb, var(--white) 84%, transparent);
  font-weight: var(--fw-regular);
}
.block--ratings.bg-navy .rating__stars {
  color: var(--blue-300);
}
.block--ratings.bg-navy .rating__value {
  color: var(--white);
}
.block--ratings.bg-navy .rating__note {
  display: none;
}

.block--hero.pb-normal {
  padding-bottom: 5.5rem;
}

.block--hero {
  background: var(--navy-900);
  color: var(--text-on-dark);
  overflow: hidden;
}
.block--hero .block__inner {
  gap: var(--gap-lg);
}
@media (min-width: 62rem) {
  .block--hero .block__inner {
    align-items: start;
    column-gap: 3.5rem;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  }
}
.block--hero .eyebrow {
  color: color-mix(in srgb, var(--white) 88%, transparent);
}

.hero__bg {
  background-position: center bottom;
  background-size: cover;
  inset: 0;
  position: absolute;
  z-index: 0;
}
.hero__bg::after {
  background: var(--hero-scrim);
  content: "";
  inset: 0;
  position: absolute;
}

.hero__text {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  position: relative;
  z-index: 1;
}

.hero__headline {
  color: var(--brand);
  font-size: clamp(2.75rem, 1.1rem + 6.9vw, var(--text-display));
  letter-spacing: -0.028em;
  line-height: 0.99;
  text-wrap: pretty;
}

.hero__subline {
  color: color-mix(in srgb, var(--white) 86%, transparent);
  font-size: clamp(1.0625rem, 0.95rem + 0.55vw, var(--text-subline));
  line-height: 1.55;
  max-width: 36rem;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.875rem;
  margin-top: 0.75rem;
}

.hero__aside {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  position: relative;
  z-index: 1;
}

.hero__features-title {
  color: color-mix(in srgb, var(--white) 76%, transparent);
  letter-spacing: 0.14em;
}

.hero__features {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.hero__cell {
  display: flex;
}

.hero__feature {
  background: var(--surface-on-image);
  border: 1px solid var(--border-on-dark);
  border-radius: var(--radius);
  display: grid;
  gap: 0.25rem 0.875rem;
  grid-template-columns: auto minmax(0, 1fr);
  padding: 1.125rem 1.25rem;
}
.hero__feature .ic {
  grid-row: span 2;
  margin-top: 0.125rem;
}
.hero__feature .ic img {
  display: block;
  width: 1.625rem;
}
.hero__feature .t {
  color: var(--white);
  font-size: 1.125rem;
  font-weight: var(--fw-semibold);
}
.hero__feature .d {
  color: color-mix(in srgb, var(--white) 80%, transparent);
  font-size: var(--text-body-s);
  line-height: 1.5;
}

.hero__feature-text {
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
}

.hero__feature--accent {
  align-items: center;
  width: 100%;
  background: var(--blue-600);
  border-color: transparent;
  box-shadow: var(--glow-accent);
  color: var(--white);
  display: flex;
  justify-content: space-between;
  text-decoration: none;
}
.hero__feature--accent .d {
  color: color-mix(in srgb, var(--white) 92%, transparent);
  font-size: var(--text-eyebrow);
  font-weight: var(--fw-semibold);
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
}
.hero__feature--accent .t {
  color: var(--white);
  font-size: 1.125rem;
}
.hero__feature--accent .arrow {
  font-size: 1.375rem;
  line-height: 1;
}
@media (hover: hover) {
  .hero__feature--accent:hover {
    filter: brightness(1.06);
    text-decoration: none;
  }
}

.block--pagehead:has(.pagehead--dark) {
  background-color: var(--navy-900);
  background-image: var(--hero-scrim), url("../images/bg-navy-clean-kivY7sk.webp");
  background-position: center bottom;
  background-size: cover;
  color: var(--text-on-dark);
}

.pagehead {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  max-width: 52rem;
}

.pagehead__crumb {
  color: var(--text-muted);
  font-size: 0.8125rem;
  font-weight: var(--fw-semibold);
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.pagehead__crumb a {
  color: inherit;
}

.pagehead__title {
  margin: 0;
}

.pagehead__text {
  color: var(--text-body);
  font-size: clamp(1.0625rem, 0.95rem + 0.5vw, var(--text-subline));
  line-height: 1.55;
  max-width: 40rem;
  text-wrap: pretty;
}

.pagehead__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.875rem;
  margin-top: 0.5rem;
}

.pagehead--dark .pagehead__crumb {
  color: color-mix(in srgb, var(--white) 88%, transparent);
}
.pagehead--dark .pagehead__text {
  color: color-mix(in srgb, var(--white) 86%, transparent);
}
.pagehead--dark .eyebrow {
  color: color-mix(in srgb, var(--white) 88%, transparent);
}

.facts {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
  margin: 0;
  max-width: 30rem;
  padding: 0;
}

.facts__item {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  padding-bottom: 0.875rem;
}
.facts__item:not(:last-child) {
  border-bottom: 1px solid var(--border);
}
.facts__item dt,
.facts__item dd {
  min-width: 0;
}
.facts__item dt {
  color: var(--text-muted);
  font-size: var(--text-body-s);
}
.facts__item dd {
  color: var(--text-strong);
  font-size: var(--text-body-s);
  font-weight: var(--fw-semibold);
  margin: 0;
  text-align: right;
}

.block--facts.bg-navy .block__inner {
  background: var(--surface-on-image);
  border: 1px solid var(--border-on-dark);
  border-radius: var(--radius-card);
  gap: 1.125rem;
  margin-inline: auto 0;
  max-width: 34rem;
  padding: 1.625rem 1.75rem;
}
.block--facts.bg-navy .eyebrow {
  color: color-mix(in srgb, var(--white) 88%, transparent);
  letter-spacing: 0.14em;
}
.block--facts.bg-navy .facts {
  max-width: none;
}
.block--facts.bg-navy .facts__item:not(:last-child) {
  border-bottom-color: var(--border-on-dark);
}
.block--facts.bg-navy .facts__item:last-child {
  padding-bottom: 0;
}
.block--facts.bg-navy .facts__item dt {
  color: color-mix(in srgb, var(--white) 76%, transparent);
}
.block--facts.bg-navy .facts__item dd {
  color: var(--white);
}

.textimage {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 4rem;
}
@media (min-width: 48rem) {
  .textimage {
    align-items: center;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
}

@media (min-width: 48rem) {
  .textimage--right .textimage__figure {
    order: 2;
  }
}

.textimage__figure {
  margin: 0;
}
.textimage__figure img {
  border-radius: var(--radius-card);
  width: 100%;
}

.numbered {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.125rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 48rem) {
  .numbered {
    grid-template-columns: repeat(auto-fit, minmax(13rem, 1fr));
  }
}
.numbered > li {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-md);
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  padding: 1.75rem;
  transition: box-shadow var(--duration) var(--ease), transform var(--duration) var(--ease);
  border-radius: var(--radius);
  border-top: 3px solid var(--brand);
  gap: 0;
  padding: 1.5rem;
}
.numbered h3 {
  color: var(--text-strong);
  font-size: var(--text-h4);
  margin-top: 0.75rem;
}
.numbered p {
  color: var(--text-body);
  font-size: 0.90625rem;
  line-height: 1.6;
  margin-top: 0.5rem;
}

.numbered__number {
  color: var(--text-muted);
  font-family: var(--font-mono);
  font-size: var(--text-eyebrow);
}

.process {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 2rem 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 48rem) {
  .process {
    gap: 0;
    grid-template-columns: repeat(auto-fit, minmax(11rem, 1fr));
  }
}
.process > li {
  border-top: 2px solid var(--border);
  display: flex;
  flex-direction: column;
  padding-top: 1.25rem;
}
@media (min-width: 48rem) {
  .process > li {
    padding-inline: 1.75rem;
  }
  .process > li:first-child {
    padding-left: 0;
  }
  .process > li:last-child {
    padding-right: 0;
  }
}
.process > li:first-child {
  border-top-color: var(--brand);
}
.process h3 {
  color: var(--text-strong);
  font-size: var(--text-h4);
  margin-top: 0.5rem;
}
.process p {
  color: var(--text-body);
  font-size: var(--text-body-s);
  line-height: 1.6;
  margin-top: 0.5rem;
}

.process__number {
  color: var(--border-strong);
  font-size: 3rem;
  font-weight: var(--fw-bold);
  letter-spacing: -0.03em;
  line-height: 1;
}

.process > li:first-child .process__number {
  color: var(--brand);
}

.bg-navy .numbered > li,
.bg-navy .process > li {
  border-top-color: var(--border-on-dark);
}
.bg-navy .numbered > li:first-child,
.bg-navy .process > li:first-child {
  border-top-color: var(--brand);
}
.bg-navy .numbered h3,
.bg-navy .process h3 {
  color: var(--white);
}
.bg-navy .numbered p,
.bg-navy .process p {
  color: var(--text-on-dark);
}
.bg-navy .numbered__number,
.bg-navy .process__number {
  color: color-mix(in srgb, var(--white) 60%, transparent);
}

.note {
  background: var(--surface-muted);
  border: 1px solid var(--border);
  border-left: 3px solid var(--border-strong, var(--gray-200));
  border-radius: var(--radius-sm);
  color: var(--text-muted);
  font-size: 0.84375rem;
  line-height: 1.6;
  max-width: var(--measure);
  padding: 1rem 1.125rem;
}

.bg-navy .note {
  background: color-mix(in srgb, var(--white) 5%, transparent);
  border-color: var(--border-on-dark);
  border-left-color: color-mix(in srgb, var(--white) 30%, transparent);
  color: var(--text-on-dark);
}

.cards {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.125rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.cards--4 {
  gap: 1.25rem;
}
@media (min-width: 40rem) {
  .cards--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 40rem) {
  .cards--3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 62rem) {
  .cards--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 40rem) {
  .cards--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 62rem) {
  .cards--4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .cards--4:has(> :nth-child(5):last-child) {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
.cards .card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-md);
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  padding: 1.75rem;
  transition: box-shadow var(--duration) var(--ease), transform var(--duration) var(--ease);
  border-radius: var(--radius);
  border-top: 3px solid var(--brand);
  padding: 1.5rem;
}
@media (hover: hover) {
  .cards .card:hover {
    box-shadow: var(--shadow-lg);
    transform: translateY(-4px);
  }
}
.cards .card h3 {
  font-size: var(--text-h4);
}
.cards .card p {
  font-size: 0.90625rem;
}
.cards--4 .card {
  border-radius: var(--radius-card);
  padding: 1.75rem;
}
.cards--4 .card h3 {
  font-size: var(--text-h3);
}
.cards--4 .card p {
  font-size: var(--text-body-s);
}
.cards .card h3 {
  color: var(--text-strong);
}
.cards .card p {
  color: var(--text-body);
  line-height: 1.6;
}
.cards .card__mark {
  display: block;
  margin-bottom: 0.25rem;
  width: 1.75rem;
}
.cards .card .eyebrow {
  color: var(--accent-plugin-text);
  letter-spacing: 0.14em;
  margin-bottom: 0.35rem;
}

.cards__cell {
  display: flex;
}

.cards .card--link {
  color: inherit;
  text-decoration: none;
  width: 100%;
}
.cards .card--link .card__more {
  color: var(--accent-service-text);
  font-size: var(--text-body-s);
  font-weight: var(--fw-semibold);
  margin-top: auto;
  padding-top: 0.5rem;
}
@media (hover: hover) {
  .cards .card--link:hover {
    text-decoration: none;
  }
  .cards .card--link:hover h3 {
    color: var(--accent-service-text);
  }
}

.cards .card--accent {
  background: var(--accent);
  border-color: transparent;
  border-top-color: transparent;
  box-shadow: 0 12px 32px rgba(35, 131, 197, 0.28);
  color: var(--white);
  text-align: left;
  text-decoration: none;
  width: 100%;
}
.cards .card--accent h3,
.cards .card--accent .card__more {
  color: var(--white);
}
.cards .card--accent p {
  color: color-mix(in srgb, var(--white) 85%, transparent);
}
.cards .card--accent .eyebrow {
  color: color-mix(in srgb, var(--white) 84%, transparent);
  letter-spacing: 0.14em;
}
.cards .card--accent .card__more {
  font-size: var(--text-body-s);
  font-weight: var(--fw-semibold);
  margin-top: auto;
  padding-top: 1.25rem;
}
@media (hover: hover) {
  .cards .card--accent:hover {
    filter: brightness(1.06);
    text-decoration: none;
  }
}

.standpoint {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.25rem 3.5rem;
}
@media (min-width: 62rem) {
  .standpoint {
    align-items: start;
    grid-template-columns: minmax(0, 0.42fr) minmax(0, 1fr);
  }
}

.standpoint__claim em {
  color: var(--brand);
  font-style: normal;
}

.standpoint__claim {
  color: var(--text-strong);
  font-size: clamp(1.75rem, 1.1rem + 2.6vw, var(--text-claim));
  font-weight: var(--fw-bold);
  letter-spacing: -0.015em;
  line-height: 1.22;
  text-wrap: pretty;
}

.standpoint__text {
  color: var(--text-body);
  line-height: 1.7;
  max-width: var(--measure);
}

.standpoint__action {
  margin-top: 0.5rem;
}

@media (min-width: 62rem) {
  .standpoint__action,
  .standpoint__claim,
  .standpoint__text {
    grid-column: 2;
  }
}
.bg-navy .standpoint__claim em {
  color: var(--brand);
  font-style: normal;
}
.bg-navy .standpoint__claim {
  color: var(--white);
}
.bg-navy .standpoint__text {
  color: var(--text-on-dark);
}

.callout {
  background: var(--surface-muted);
  border: 1px solid var(--border);
  border-left: 4px solid var(--brand);
  border-radius: var(--radius);
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  max-width: var(--measure);
  padding: 1.75rem 1.875rem;
}

.callout__label {
  color: var(--accent-service-text);
  font-family: var(--font-mono);
  font-size: var(--text-eyebrow);
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.callout__text {
  color: var(--text-strong);
  font-size: 1.375rem;
  font-weight: var(--fw-semibold);
  line-height: 1.45;
  margin-top: 0.375rem;
}

.callout--wide {
  align-items: center;
  background: var(--surface);
  border-left-width: 3px;
  border-radius: var(--radius-card);
  flex-direction: column;
  gap: 1.5rem;
  max-width: none;
  padding: 1.75rem 2rem;
}
@media (min-width: 48rem) {
  .callout--wide {
    flex-direction: row;
    gap: 3rem;
    justify-content: space-between;
  }
}

.callout__body {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  min-width: 0;
}

.callout__claim {
  color: var(--text-strong);
  font-size: 1.3125rem;
  font-weight: var(--fw-semibold);
  line-height: 1.3;
}

.callout__lead {
  color: var(--text-body);
  font-size: 1rem;
  line-height: 1.65;
  margin-top: 0.5rem;
  max-width: 48.75rem;
}

.callout__action {
  flex: none;
}
.callout__action .btn {
  white-space: nowrap;
}

.checklist {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.checklist__item {
  align-items: flex-start;
  display: flex;
  gap: 0.875rem;
}
.checklist__item img {
  flex: none;
  margin-top: 0.25rem;
}
.checklist__item span {
  color: var(--text-body);
  font-size: 1.0625rem;
  line-height: 1.7;
}

.bg-navy .cards .card {
  background: color-mix(in srgb, var(--white) 5%, transparent);
  border-color: var(--border-on-dark);
  border-radius: var(--radius);
  border-top-color: var(--border-on-dark);
  box-shadow: none;
  padding: 1.5rem;
}
.bg-navy .cards .card h3 {
  color: var(--white);
  font-size: var(--text-h4);
}
.bg-navy .cards .card p {
  color: color-mix(in srgb, var(--white) 82%, transparent);
}
.bg-navy .cards .card .card__mark {
  display: none;
}

.bg-navy .cards .card:hover {
  box-shadow: none;
  transform: none;
}

.block--awards h2 {
  max-width: 47.5rem;
}
.block--awards .intro {
  font-size: var(--text-body-size);
  max-width: 42.5rem;
}

.awards-group {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.awards {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.25rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 48rem) {
  .awards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.award {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-md);
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  padding: 1.75rem;
  transition: box-shadow var(--duration) var(--ease), transform var(--duration) var(--ease);
  border-radius: var(--radius-lg);
  border-top: 3px solid var(--accent);
  gap: 0;
  padding: 1.875rem;
}
@media (hover: hover) {
  .award:hover {
    box-shadow: var(--shadow-lg);
    transform: translateY(-4px);
  }
}
.award--lead {
  border-top-color: var(--brand);
}
.award h3 {
  color: var(--text-strong);
  font-size: var(--text-h3);
  font-weight: var(--fw-semibold);
  margin-top: 1.5rem;
}
.award p {
  color: var(--text-body);
  font-size: var(--text-body-s);
  line-height: 1.65;
  margin-top: 0.5rem;
}

.award__badge {
  align-self: flex-start;
  display: block;
  flex: none;
  height: 6.5rem;
  width: auto;
}

.award .award__note {
  border-top: 1px solid var(--border);
  color: var(--text-muted);
  font-size: var(--text-body-s);
  margin-top: auto;
  padding-top: 0.875rem;
}

.award-tiles {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.25rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 48rem) {
  .award-tiles {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.award-tile {
  background: var(--surface-muted);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.5rem 1.625rem;
}
.award-tile h3 {
  color: var(--text-strong);
  font-size: var(--text-body-size);
  font-weight: var(--fw-semibold);
  margin-top: 0.375rem;
}
.award-tile p {
  color: var(--text-body);
  font-size: var(--text-body-s);
  line-height: 1.6;
  margin-top: 0.375rem;
}

.award-tile__value {
  color: var(--text-strong);
  font-size: 1.9375rem;
  font-weight: var(--fw-bold);
  letter-spacing: -0.02em;
  line-height: 1.1;
}

.award-tile__mark {
  color: var(--accent-plugin-text);
  letter-spacing: 0.06em;
}

.bg-grey .award-tile {
  background: var(--surface);
}

.community {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 2rem;
}
@media (min-width: 62rem) {
  .community {
    align-items: center;
    gap: 3.5rem;
    grid-template-columns: 1.05fr 0.95fr;
  }
  .community--right .community__figure {
    order: 2;
  }
}

.community__figure {
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  margin: 0;
  overflow: hidden;
}
.community__figure img {
  aspect-ratio: 4/3;
  display: block;
  object-fit: cover;
  object-position: center 30%;
  width: 100%;
}

.community__text {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}

.community__intro {
  color: var(--text-body);
  font-size: var(--text-body-size);
  line-height: 1.7;
  max-width: 35rem;
}

.community__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  list-style: none;
  margin: 0.5rem 0 0;
  padding: 0;
}
.community__tags li {
  background: var(--gray-100);
  border-radius: 999px;
  color: var(--gray-600);
  font-family: var(--font-mono);
  font-size: var(--text-eyebrow);
  letter-spacing: 0.08em;
  padding: 0.375rem 0.75rem;
  text-transform: uppercase;
}

.community__points {
  border-top: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
  list-style: none;
  margin: 1rem 0 0;
  padding: 1.375rem 0 0;
}

.community__point {
  align-items: flex-start;
  display: flex;
  gap: 0.75rem;
}
.community__point img {
  flex: none;
  margin-top: 0.2rem;
}
.community__point span {
  color: var(--text-body);
  font-size: 0.96875rem;
  line-height: 1.65;
}

.faq {
  border-top: 1px solid var(--border);
  counter-reset: faq;
  display: flex;
  flex-direction: column;
  max-width: 52rem;
}

.faq__item {
  border-bottom: 1px solid var(--border);
  counter-increment: faq;
}
.faq__item summary {
  align-items: center;
  color: var(--text-strong);
  cursor: pointer;
  display: flex;
  font-size: 1.25rem;
  font-weight: var(--fw-semibold);
  gap: 1.25rem;
  list-style: none;
  padding: 1.625rem 2rem 1.625rem 0;
  position: relative;
}
.faq__item summary::-webkit-details-marker {
  display: none;
}
.faq__item summary::before {
  color: var(--text-muted);
  content: counter(faq, decimal-leading-zero);
  font-family: var(--font-mono);
  font-size: var(--text-body-s);
  font-weight: var(--fw-regular);
}
.faq__item summary::after {
  color: var(--brand);
  content: "+";
  font-size: 1.375rem;
  font-weight: var(--fw-medium);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.faq__item[open] summary::after {
  content: "−";
}

.faq__item > p,
.faq__answer {
  color: var(--text-body);
  line-height: 1.7;
  max-width: 47.5rem;
  padding: 0 3rem 1.75rem 3.3rem;
}

.toc {
  background: var(--surface-muted);
  border-radius: var(--radius);
  padding: 1.25rem 1.5rem;
}
.toc ol {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: toc;
}
.toc li {
  counter-increment: toc;
}
.toc a {
  color: var(--text-body);
  font-size: var(--text-body-s);
  text-decoration: none;
}
.toc a::before {
  color: var(--text-muted);
  content: counter(toc) ". ";
  font-family: var(--font-mono);
}
.toc a:hover {
  color: var(--accent-service-text);
}

.toc__title {
  font-size: var(--text-eyebrow);
  font-weight: var(--fw-semibold);
  letter-spacing: 0.14em;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
}

.spacer__line {
  background: var(--border);
  border: 0;
  height: 1px;
  margin: 0;
}

:target {
  scroll-margin-top: 5rem;
}

.block--cta:has(.cta--dark) {
  background-color: var(--navy-900);
  background-image: var(--hero-scrim), url("../images/bg-navy-clean-kivY7sk.webp");
  background-position: center bottom;
  background-size: cover;
  color: var(--text-on-dark);
}

.cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.75rem;
}
@media (min-width: 62rem) {
  .cta {
    align-items: center;
    display: flex;
    gap: 3.5rem;
    justify-content: space-between;
  }
}

.cta__title {
  font-size: clamp(1.75rem, 1rem + 2vw, var(--text-claim));
  letter-spacing: -0.02em;
  line-height: 1.1;
  text-wrap: pretty;
}

.cta__text {
  color: var(--text-body);
  font-size: 1.125rem;
  line-height: 1.65;
  margin-top: 1.125rem;
  max-width: 38.75rem;
  text-wrap: pretty;
}

.cta__side {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media (min-width: 62rem) {
  .cta__side {
    flex: none;
    min-width: 18.75rem;
  }
}

.cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
@media (min-width: 62rem) {
  .cta__actions {
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
@media (min-width: 62rem) {
  .cta__actions .btn {
    font-size: 1.0625rem;
    padding: 1.0625rem 1.875rem;
    width: 100%;
  }
}

.cta__direct {
  color: var(--text-muted);
  font-size: 0.875rem;
}
@media (min-width: 62rem) {
  .cta__direct {
    margin-top: 0.25rem;
    text-align: center;
  }
}
.cta__direct a {
  color: var(--accent-plugin-text);
}

.cta--dark {
  color: var(--text-on-dark);
}
.cta--dark .cta__title {
  color: var(--brand);
}
.cta--dark .cta__text {
  color: color-mix(in srgb, var(--white) 80%, transparent);
}
.cta--dark .cta__direct {
  color: color-mix(in srgb, var(--white) 66%, transparent);
}
.cta--dark .cta__direct a {
  color: var(--cyan-200);
}

.contactways {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: var(--gap);
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 40rem) {
  .contactways {
    grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
  }
}

.contactways__card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-md);
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  padding: 1.75rem;
  transition: box-shadow var(--duration) var(--ease), transform var(--duration) var(--ease);
  border-top: 3px solid var(--accent);
  padding: 1.625rem;
}
@media (hover: hover) {
  .contactways__card:hover {
    box-shadow: var(--shadow-lg);
    transform: translateY(-4px);
  }
}
.contactways__card .eyebrow {
  color: var(--accent-plugin-text);
  font-size: var(--text-eyebrow);
}
.contactways__card p {
  color: var(--text-body);
  font-size: var(--text-body-s);
  line-height: 1.65;
}
.contactways__card a {
  color: var(--accent-plugin-text);
  font-weight: var(--fw-semibold);
  margin-top: 1rem;
}

.contactways__card:last-child {
  border-top-color: var(--brand);
}
.contactways__card:last-child .eyebrow,
.contactways__card:last-child a {
  color: var(--accent-service-text);
}

.formblock {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: var(--gap-lg);
}
@media (min-width: 62rem) {
  .formblock {
    grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr);
  }
}

.formblock__side {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.sidecard {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-md);
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  padding: 1.75rem;
  transition: box-shadow var(--duration) var(--ease), transform var(--duration) var(--ease);
  gap: 0;
  padding: 1.625rem;
}

.sidecard .eyebrow {
  color: var(--text-muted);
  font-family: var(--font-mono);
  letter-spacing: 0.12em;
}

.sidecard__rows {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
  margin: 1rem 0 0;
}
.sidecard__rows > div:not(:first-child) {
  border-top: 1px solid var(--border);
  padding-top: 0.875rem;
}
.sidecard__rows dt {
  color: var(--text-muted);
  font-size: var(--text-body-s);
}
.sidecard__rows dd {
  color: var(--text-strong);
  font-size: 1.0625rem;
  font-weight: var(--fw-semibold);
  margin: 0.125rem 0 0;
}
.sidecard__rows .sidecard__stars {
  color: var(--accent-plugin-text);
}

.sidecard--dark {
  background: var(--gradient-navy);
  border-color: transparent;
  color: var(--text-on-dark);
}
.sidecard--dark .eyebrow {
  color: color-mix(in srgb, var(--white) 88%, transparent);
  font-family: var(--font-sans);
  letter-spacing: 0.14em;
}
.sidecard--dark h3 {
  color: var(--white);
  font-size: var(--text-h3);
  margin-top: 0.625rem;
}
.sidecard--dark p {
  color: color-mix(in srgb, var(--white) 84%, transparent);
  font-size: var(--text-body-s);
  line-height: 1.65;
  margin-top: 0.5rem;
}
.sidecard--dark .btn {
  justify-content: center;
  margin-top: 1.125rem;
  width: 100%;
}

.sidecard--note {
  background: var(--surface-muted);
  border-left: 3px solid var(--border-strong);
  border-radius: var(--radius-md, 10px);
  box-shadow: none;
  color: var(--text-muted);
  font-size: 0.90625rem;
  gap: 0.35rem;
  line-height: 1.65;
  padding: 1.125rem 1.25rem;
}
.sidecard--note p {
  color: inherit;
}

.contactform {
  display: flex;
  flex-direction: column;
  gap: var(--gap);
}

.contactform__fields {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1rem;
}
@media (min-width: 40rem) {
  .contactform__fields {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
@media (min-width: 40rem) {
  .field {
    grid-column: span 2;
  }
}
@media (min-width: 40rem) {
  .field--half {
    grid-column: span 1;
  }
}
.field label {
  align-items: flex-start;
  color: var(--text-strong);
  display: block;
  font-size: var(--text-body-s);
  font-weight: var(--fw-semibold);
  min-height: 0;
}
.field input,
.field select,
.field textarea {
  background: var(--surface);
  border: 1px solid var(--border-strong);
  border-radius: var(--radius-sm);
  color: var(--text-strong);
  font-family: inherit;
  font-size: 1rem;
  min-height: 3.25rem;
  padding: 0.85rem 1rem;
  width: 100%;
}
.field textarea {
  min-height: 9rem;
  padding-block: 0.9rem;
}
.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--accent-plugin-text);
  border-width: 2px;
  padding: calc(0.85rem - 1px) calc(1rem - 1px);
}
.field input[aria-invalid=true],
.field select[aria-invalid=true],
.field textarea[aria-invalid=true] {
  border-color: var(--orange-600);
  border-width: 2px;
}
.field .form-help {
  color: var(--text-muted);
  font-size: var(--text-body-s);
}
.field .form-error,
.field ul.form-error-icon + ul,
.field .invalid-feedback {
  color: var(--orange-600);
  font-size: var(--text-body-s);
}

.formerrors {
  background: var(--surface-error);
  border-left: 3px solid var(--orange-600);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  padding: 1rem 1.25rem;
}
.formerrors ul {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  margin: 0.5rem 0 0;
  padding-left: 1.1rem;
}
.formerrors a {
  color: var(--orange-600);
}

.honeypot {
  display: none;
}

.field label.required::after {
  color: var(--accent-service-text);
  content: " *";
}

.field__required {
  color: var(--accent-service-text);
}

.consent {
  align-items: start;
  background: var(--surface-muted);
  border: 1px solid var(--border);
  border-radius: 10px;
  display: flex;
  gap: 0.875rem;
  padding: 1.125rem 1.25rem;
}
.consent input[type=checkbox] {
  accent-color: var(--blue-600);
  flex: none;
  height: 1.5rem;
  min-height: 0;
  padding: 0;
  width: 1.5rem;
}

.field .consent__label {
  color: var(--text-strong);
  font-size: 1rem;
  font-weight: var(--fw-regular);
  line-height: 1.55;
}
.field .consent__label a {
  color: var(--accent-plugin-text);
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.field .consent__label.required::after {
  content: none;
}

.contactform__actions {
  align-items: center;
  margin-top: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}

.contactform__hint {
  color: var(--text-muted);
  font-size: var(--text-body-s);
}

.block--pluginhighlights .eyebrow,
.block--ratings .eyebrow {
  color: var(--accent-plugin-text);
}

.block--pluginhighlights .intro {
  max-width: 30rem;
}

.plugins {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: var(--gap);
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 1.25rem;
}
@media (min-width: 40rem) {
  .plugins {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 62rem) {
  .plugins {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.plugin {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-md);
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  padding: 1.75rem;
  transition: box-shadow var(--duration) var(--ease), transform var(--duration) var(--ease);
  border-top: 3px solid var(--accent);
  padding: 1.625rem;
}
@media (hover: hover) {
  .plugin:hover {
    box-shadow: var(--shadow-lg);
    transform: translateY(-4px);
  }
}

.plugin__name {
  color: var(--text-strong);
  font-size: 1.3125rem;
}

.plugin__teaser {
  color: var(--text-body);
  flex: 1;
  font-size: 0.90625rem;
  line-height: 1.6;
}

.plugin__category {
  color: var(--accent-plugin-text);
  font-size: var(--text-eyebrow);
  font-weight: var(--fw-semibold);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.plugin__rating {
  align-items: baseline;
  color: var(--accent-plugin-text);
  display: flex;
  gap: 0.5rem;
  letter-spacing: 0.08em;
}

.plugin__ratingtext {
  color: var(--text-muted);
  font-size: var(--text-body-s);
  letter-spacing: normal;
}

.plugin__links {
  display: flex;
  gap: 1rem;
  margin-top: auto;
  padding-top: 0.5rem;
}
.plugin__links a {
  font-size: var(--text-body-s);
  font-weight: var(--fw-semibold);
}

.block--casestudy .block__inner {
  gap: 0;
}

.case--product {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-bottom: 4rem;
}
@media (min-width: 62rem) {
  .case--product {
    padding-bottom: 6rem;
  }
}
.case--product .case__main {
  display: flex;
  flex-direction: column;
  gap: 1.125rem;
}

.case__band {
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 1fr);
}
@media (min-width: 62rem) {
  .case__band {
    align-items: center;
    column-gap: 3.5rem;
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.72fr);
  }
}

.case--project {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: minmax(0, 1fr);
  padding-block: 4rem;
}
@media (min-width: 62rem) {
  .case--project {
    align-items: start;
    column-gap: 3.5rem;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    padding-block: 7.25rem;
    row-gap: 1.25rem;
  }
}

.case--project:not(.case--mirrored) {
  background: var(--gray-50);
  box-shadow: 0 0 0 100vmax var(--gray-50);
  clip-path: inset(0 -100vmax);
}

@media (min-width: 62rem) {
  .case__head {
    grid-column: 1/-1;
  }
  .case--mirrored {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  }
  .case--mirrored .case__side {
    grid-column: 1;
    grid-row: 2;
  }
  .case--mirrored .case__main {
    grid-column: 2;
    grid-row: 2;
  }
}
@media (max-width: 61.9375rem) {
  .case--project .case__main,
  .case--project .case__side {
    display: contents;
  }
  .case--project .case__head {
    order: 1;
  }
  .case--project .case__title {
    order: 2;
  }
  .case--project .case__intro {
    order: 3;
  }
  .case--project .case__tags {
    order: 4;
  }
  .case--project .case__link {
    order: 5;
  }
  .case--project .case__frame {
    order: 6;
  }
  .case--project .case__panel {
    order: 7;
  }
  .case--project .case__story {
    order: 8;
  }
  .case--project .case__quote {
    order: 9;
  }
}
.case__head {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.875rem;
}

.case__number {
  color: var(--accent-service-text);
  font-family: var(--font-mono);
  font-size: 0.8125rem;
  font-weight: var(--fw-medium);
}

.case__rule {
  background: var(--border-strong);
  height: 1px;
  width: 1.75rem;
}

.case__main {
  display: flex;
  flex-direction: column;
  gap: 1.125rem;
}

.case__side {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.case__title {
  color: var(--text-strong);
  font-size: clamp(1.8125rem, 1.1rem + 2.6vw, 2.75rem);
  font-weight: var(--fw-bold);
  letter-spacing: -0.022em;
  line-height: 1.1;
}

.case__intro {
  color: var(--text-body);
  font-size: var(--text-body-size);
  line-height: 1.7;
  max-width: 34rem;
  text-wrap: pretty;
}

.case__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.case__tags li {
  background: var(--gray-100);
  border-radius: 999px;
  color: var(--gray-600);
  font-family: var(--font-mono);
  font-size: var(--text-eyebrow);
  letter-spacing: 0.08em;
  padding: 0.375rem 0.75rem;
  text-transform: uppercase;
}

.case__link a {
  color: var(--accent-plugin-text);
  font-size: 0.96875rem;
  font-weight: var(--fw-semibold);
  text-decoration: none;
}
.case__link a:hover {
  text-decoration: underline;
}

.case__story {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.125rem;
  margin: 0.75rem 0 0;
  padding: 0;
}

.case__step {
  border-top: 2px solid var(--brand);
  padding-top: 1rem;
}
.case__step dt {
  color: var(--text-muted);
  font-family: var(--font-mono);
  font-size: var(--text-eyebrow);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.case__step dd {
  color: var(--text-body);
  font-size: var(--text-body-s);
  line-height: 1.65;
  margin: 0.625rem 0 0;
}

.case__frame {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  margin: 0;
  padding: 0.875rem;
}

.case__chrome {
  align-items: center;
  display: flex;
  gap: 0.5rem;
  padding: 0.25rem 0.375rem 0.75rem;
}
.case__chrome span {
  background: var(--gray-200);
  border-radius: 999px;
  height: 0.625rem;
  width: 0.625rem;
}

.case__address {
  background: var(--gray-100);
  border-radius: 999px;
  flex: 1;
  height: 1.375rem;
  margin-left: 0.5rem;
}

.case__image {
  aspect-ratio: 16/10;
  border-radius: 0.625rem;
  display: block;
  object-fit: cover;
  object-position: top center;
  width: 100%;
}

.case__panel {
  background: var(--gradient-navy);
  border-radius: var(--radius-card);
  color: var(--text-on-dark);
  padding: 1.75rem 1.875rem;
}
.case__panel .eyebrow {
  color: color-mix(in srgb, var(--white) 88%, transparent);
  letter-spacing: 0.14em;
}

.case__key {
  color: var(--white);
  font-size: clamp(1.3125rem, 1rem + 1.1vw, 1.6875rem);
  font-weight: var(--fw-bold);
  letter-spacing: -0.015em;
  line-height: 1.2;
  margin-top: 0.75rem;
  text-wrap: pretty;
}

.case__figures {
  border-top: 1px solid var(--border-on-dark);
  display: flex;
  gap: 1.75rem;
  list-style: none;
  margin: 1.375rem 0 0;
  padding: 1.125rem 0 0;
}
.case__figures strong {
  color: var(--white);
  display: block;
  font-size: 1.75rem;
  line-height: 1.1;
}
.case__figures span {
  color: color-mix(in srgb, var(--white) 78%, transparent);
  display: block;
  font-size: 0.8125rem;
  margin-top: 0.25rem;
}

@media (min-width: 62rem) {
  .case--project .case__panel {
    align-items: start;
    display: flex;
    gap: 2rem;
    justify-content: space-between;
  }
  .case--project .case__panel .case__result {
    max-width: 20rem;
  }
  .case--project .case__panel .case__figures {
    border-top: 0;
    flex-shrink: 0;
    margin: 0;
    padding: 0;
  }
}
.case__quote {
  background: var(--white);
  border: 1px solid var(--border);
  border-left: 3px solid var(--brand);
  border-radius: var(--radius-card);
  margin: 0;
  padding: 1.5rem 1.625rem;
}
.case__quote blockquote {
  color: var(--navy-900);
  font-size: var(--text-body-size);
  line-height: 1.65;
  margin: 0;
  text-wrap: pretty;
}
.case__quote figcaption {
  color: var(--text-muted);
  font-size: 0.875rem;
  margin-top: 0.75rem;
}

.quotes {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: var(--gap);
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 48rem) {
  .quotes {
    grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr));
  }
}

.quote {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-md);
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  padding: 1.75rem;
  transition: box-shadow var(--duration) var(--ease), transform var(--duration) var(--ease);
  background: var(--surface-muted);
  border: 0;
}

.quote__stars {
  color: var(--accent-plugin-text);
  letter-spacing: 0.1em;
}

.quote__text {
  color: var(--text-strong);
  font-size: var(--text-h3);
  line-height: 1.45;
  margin: 0;
}

.quote__who {
  color: var(--text-muted);
  display: flex;
  flex-wrap: wrap;
  font-size: var(--text-body-s);
  gap: 0.4rem;
  margin-top: auto;
}
.quote__who strong {
  color: var(--text-strong);
}
.quote__who span:not(:last-child)::after {
  content: " ·";
}

.team {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.25rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 40rem) {
  .team {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 62rem) {
  .team {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 78rem) {
  .team {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

.team__member {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-md);
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  padding: 1.75rem;
  transition: box-shadow var(--duration) var(--ease), transform var(--duration) var(--ease);
  border-radius: var(--radius-lg);
  gap: 0;
  overflow: hidden;
  padding: 0;
}
@media (hover: hover) {
  .team__member:hover {
    box-shadow: var(--shadow-lg);
    transform: translateY(-4px);
  }
}

.team__photo {
  aspect-ratio: 4/5;
  border-bottom: 1px solid var(--border);
  display: block;
  object-fit: cover;
  width: 100%;
}

.team__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1.375rem;
}

.team__name {
  color: var(--text-strong);
  font-size: var(--text-h3);
  font-weight: var(--fw-semibold);
}

.team__role {
  color: var(--accent-service-text);
  font-family: var(--font-mono);
  font-size: var(--text-eyebrow);
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-transform: uppercase;
}

.team__text {
  color: var(--text-body);
  font-size: var(--text-body-s);
  line-height: 1.6;
}

.team__link {
  margin-top: auto;
  padding-top: 0.5rem;
}
.team__link a {
  color: var(--accent-plugin-text);
  font-size: var(--text-body-s);
  font-weight: var(--fw-semibold);
  text-decoration: none;
}
.team__link a:hover {
  text-decoration: underline;
}

.timeline {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 2rem 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 48rem) {
  .timeline {
    gap: 0;
    grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
  }
}

.timeline__step {
  border-top: 2px solid var(--border);
  padding-top: 1.375rem;
}
@media (min-width: 48rem) {
  .timeline__step {
    padding-inline: 1.75rem;
  }
  .timeline__step:first-child {
    padding-left: 0;
  }
  .timeline__step:last-child {
    padding-right: 0;
  }
}
.timeline__step:first-child {
  border-top-color: var(--brand);
}

.timeline__year {
  color: var(--brand);
  font-size: 2.125rem;
  font-weight: var(--fw-bold);
  letter-spacing: -0.02em;
  line-height: 1.1;
}

.timeline__title {
  font-size: var(--text-h4);
  margin-top: 0.5rem;
}

.timeline__text {
  color: var(--text-body);
  font-size: var(--text-body-s);
  line-height: 1.6;
  margin-top: 0.5rem;
}

.bg-navy .timeline__step {
  border-top-color: var(--brand);
}
.bg-navy .timeline__year {
  color: var(--brand);
}
.bg-navy .timeline__title {
  color: var(--white);
}
.bg-navy .timeline__text {
  color: color-mix(in srgb, var(--white) 80%, transparent);
}

.figures {
  display: grid;
  gap: 1.5rem 2rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 78rem) {
  .figures {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
}

.figure {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  min-width: 0;
  row-gap: 0.25rem;
}
@media (min-width: 78rem) {
  .figure:not(:first-child) {
    align-items: center;
    column-gap: 1.5rem;
    grid-template-columns: auto minmax(0, 1fr);
  }
  .figure:not(:first-child)::before {
    align-self: center;
    background: var(--border);
    content: "";
    grid-row: 1/3;
    height: 2.75rem;
    width: 1px;
  }
}

@media (min-width: 48rem) {
  .block--hero + .block--keyfigures .figure {
    align-items: baseline;
    display: flex;
    gap: 0.75rem;
  }
}
@media (min-width: 78rem) {
  .block--hero + .block--keyfigures .figure:not(:first-child)::before {
    align-self: center;
    background: var(--border);
    content: "";
    flex: none;
    height: 2.125rem;
    margin-right: 0.75rem;
    width: 1px;
  }
}
.block--hero + .block--keyfigures .figure__value {
  font-size: clamp(1.5rem, 1.15rem + 1.2vw, var(--text-figure));
}

.figure__value {
  color: var(--text-strong);
  font-size: clamp(1.5rem, 1.15rem + 1.4vw, 2.125rem);
  font-weight: var(--fw-bold);
  letter-spacing: -0.02em;
  line-height: 1.1;
  white-space: nowrap;
}

.figure__note {
  color: var(--accent-plugin-text);
  display: none;
  letter-spacing: 0.06em;
  white-space: nowrap;
}
@media (min-width: 90rem) {
  .figure__note {
    display: inline;
  }
}

.figure__label {
  color: var(--text-body);
  font-size: 0.90625rem;
}

.bg-navy .figures {
  display: grid;
  gap: 0.875rem;
  grid-template-columns: repeat(auto-fit, minmax(11rem, 1fr));
}
.bg-navy .figure {
  background: color-mix(in srgb, var(--white) 5%, transparent);
  border: 1px solid var(--border-on-dark);
  border-radius: var(--radius);
  flex-direction: column;
  gap: 0.35rem;
  padding: 1.375rem;
}
.bg-navy .figure:not(:first-child) {
  border-left: 1px solid var(--border-on-dark);
  padding-left: 1.375rem;
}
.bg-navy .figure__value {
  color: var(--white);
  font-size: clamp(1.5rem, 1.15rem + 1.4vw, 1.875rem);
}
.bg-navy .figure__label {
  color: var(--text-on-dark);
}

.block__more {
  margin-top: 0.5rem;
}

.figuretext {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 2.5rem;
}
@media (min-width: 62rem) {
  .figuretext {
    align-items: center;
    gap: 4rem;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
  .figuretext:has(.figuretext__tiles > :nth-child(3):last-child) {
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  }
}

.figuretext__text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.figuretext__text .link-more {
  margin-top: 0.625rem;
}

.figuretext__intro {
  color: var(--text-body);
  font-size: var(--text-body-size);
  line-height: 1.7;
  max-width: var(--measure);
}

.figuretext__tiles {
  display: grid;
  gap: 1.125rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 62rem) {
  .figuretext__tiles:has(> :nth-child(3):last-child) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.figuretext__tile {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
  padding: 1.625rem;
}

.figuretext__value {
  color: var(--text-strong);
  font-size: 2.125rem;
  font-weight: var(--fw-bold);
  letter-spacing: -0.02em;
  line-height: 1.1;
}

.figuretext__note {
  color: var(--accent-plugin-text);
  letter-spacing: 0.06em;
  white-space: nowrap;
}

.figuretext__label {
  color: var(--text-body);
  font-size: 0.90625rem;
  line-height: 1.5;
  margin-top: 0.375rem;
}

.bg-navy .figuretext__tile {
  box-shadow: none;
  padding: 1.375rem;
}
.bg-navy .figuretext__intro {
  color: color-mix(in srgb, var(--white) 84%, transparent);
}
.bg-navy .figuretext__tile {
  background: color-mix(in srgb, var(--white) 5%, transparent);
  border-color: var(--border-on-dark);
}
.bg-navy .figuretext__value {
  color: var(--white);
}
.bg-navy .figuretext__label {
  color: color-mix(in srgb, var(--white) 80%, transparent);
}
.bg-navy .link-more {
  color: var(--brand);
}

.blog__head {
  background-color: var(--navy-900);
  background-image: var(--hero-scrim), url("../images/bg-navy-clean-kivY7sk.webp");
  background-position: center bottom;
  background-size: cover;
  color: var(--text-on-dark);
  padding-block: 6.25rem 3.75rem;
  padding-inline: var(--section-x-mobile);
}
@media (min-width: 48rem) {
  .blog__head {
    padding-inline: var(--section-x);
  }
}
.blog__head .block__inner {
  gap: 1.125rem;
}
.blog__head .eyebrow {
  color: color-mix(in srgb, var(--white) 88%, transparent);
}
.blog__head h1 {
  font-size: clamp(2.25rem, 1.2rem + 4.2vw, var(--text-h1-blog));
  line-height: 1.05;
  max-width: 56rem;
  text-wrap: pretty;
}
.blog__head .intro {
  color: color-mix(in srgb, var(--white) 80%, transparent);
  font-size: 1.1875rem;
  line-height: 1.6;
  max-width: 40rem;
}

.blog__filter {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  margin-top: 0.875rem;
}
.blog__filter .chip {
  background: color-mix(in srgb, var(--white) 6%, transparent);
  border-color: var(--border-on-dark);
  color: var(--white);
  font-size: 0.875rem;
  font-weight: var(--fw-medium);
  padding: 0.5625rem 1.125rem;
}
.blog__filter .chip.is-active {
  background: var(--white);
  border-color: var(--white);
  color: var(--navy-900);
  font-weight: var(--fw-semibold);
}

.blog__list {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.blog--index .blog__list {
  padding-top: 6.5rem;
}
@media (min-width: 40rem) {
  .blog__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 62rem) {
  .blog__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 62rem) {
  .blog__list--related, .blog__list--teaser {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

turbo-frame .block__inner,
.blog--index .block__inner {
  padding-bottom: 3.5rem;
}

.teaser__link {
  align-items: stretch;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-md);
  color: inherit;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  text-decoration: none;
  transition: box-shadow var(--duration) var(--ease), transform var(--duration) var(--ease);
}
.teaser__link:hover {
  color: inherit;
  text-decoration: none;
}
.teaser__link:hover .teaser__title {
  color: var(--accent-service-text);
}
@media (hover: hover) {
  .teaser__link:hover {
    box-shadow: var(--shadow-lg);
    transform: translateY(-4px);
  }
}

.teaser__link::before {
  background-color: var(--navy-900);
  background-image: var(--scrim-tile), url("../images/bg-navy-clean-kivY7sk.webp");
  background-position: center bottom;
  background-size: cover;
  border-bottom: 1px solid var(--border);
  content: "";
  display: block;
  flex: none;
  width: 100%;
}

.teaser__link:has(.teaser__image)::before {
  display: none;
}

.teaser__image {
  border-bottom: 1px solid var(--border);
  object-fit: cover;
  width: 100%;
}

.teaser__link::before,
.teaser__image {
  aspect-ratio: 16/9;
}

.teaser__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1.5rem;
}

.teaser__category {
  color: var(--accent-service-text);
  font-family: var(--font-mono);
  font-size: var(--text-eyebrow);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.teaser__title {
  font-size: var(--text-h4);
  line-height: 1.3;
  transition: color var(--duration) var(--ease);
}

.teaser__text {
  color: var(--text-body);
  font-size: 0.90625rem;
  line-height: 1.6;
}

.teaser__foot {
  align-items: center;
  border-top: 1px solid var(--border);
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 1rem;
}

.teaser__meta {
  color: var(--text-muted);
  font-size: 0.875rem;
}

.teaser__more {
  color: var(--accent-service-text);
  font-size: 0.90625rem;
  font-weight: var(--fw-semibold);
}

@media (min-width: 62rem) {
  .teaser--featured {
    grid-column: span 3;
  }
  .teaser--featured .teaser__link {
    align-items: center;
    display: grid;
    gap: var(--gap-lg);
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  }
  .teaser--featured .teaser__title {
    font-size: var(--text-h2);
  }
}

.blog__more {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap);
  justify-content: space-between;
  padding-top: 2rem;
}

.blog__count {
  color: var(--text-muted);
  font-size: var(--text-body-s);
}

.blog__empty {
  color: var(--text-muted);
}

.post__head {
  background-color: var(--navy-900);
  background-image: var(--post-scrim), url("../images/bg-navy-clean-kivY7sk.webp");
  background-position: center bottom;
  background-size: cover;
  color: var(--text-on-dark);
  padding-block: 3.5rem 3rem;
  padding-inline: var(--section-x-mobile);
}
@media (min-width: 48rem) {
  .post__head {
    padding-block: 5.75rem 4.75rem;
    padding-inline: var(--section-x);
  }
}
.post__head .block__inner {
  gap: 0;
  max-width: var(--container);
}
.post__head h1 {
  font-size: clamp(2rem, 1rem + 4.4vw, 3.875rem);
  letter-spacing: -0.028em;
  line-height: 1.04;
  margin-top: 1.375rem;
  max-width: 56.25rem;
  text-wrap: pretty;
}

.post__progress {
  background: color-mix(in srgb, var(--white) 12%, transparent);
  height: 3px;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: var(--header-h);
  z-index: 40;
}
.post__progress.is-active {
  opacity: 1;
}

.post__progress-bar {
  background: var(--gradient-brand);
  display: block;
  height: 100%;
  transform: scaleX(0);
  transform-origin: left center;
  width: 100%;
}

.post__crumbs {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.post__crumbs a {
  text-decoration: none;
}
.post__crumbs > a:first-child {
  color: color-mix(in srgb, var(--white) 70%, transparent);
  font-family: var(--font-mono);
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.post__crumbs-sep {
  color: color-mix(in srgb, var(--white) 40%, transparent);
  font-size: 0.6875rem;
}

.post__crumbs-category {
  color: color-mix(in srgb, var(--white) 90%, transparent);
  font-size: 0.75rem;
  font-weight: var(--fw-semibold);
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.post__crumbs a:hover {
  color: var(--white);
}

.post__subline {
  color: color-mix(in srgb, var(--white) 86%, transparent);
  font-size: clamp(1.0625rem, 0.9rem + 0.7vw, 1.375rem);
  line-height: 1.55;
  margin-top: 1.375rem;
  max-width: 45rem;
  text-wrap: pretty;
}

.post__byline {
  align-items: center;
  border-top: 1px solid color-mix(in srgb, var(--white) 18%, transparent);
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  margin-top: 2.25rem;
  max-width: 45rem;
  padding-top: 1.625rem;
}

.post__meta {
  align-items: baseline;
  color: color-mix(in srgb, var(--white) 76%, transparent);
  display: flex;
  flex-wrap: wrap;
  font-size: 0.90625rem;
  gap: 0.5rem;
}

.post__author {
  color: var(--white);
  font-size: 1rem;
  font-weight: var(--fw-semibold);
}

.post__author + time::before {
  content: "· ";
}

.post__readingtime {
  border: 1px solid color-mix(in srgb, var(--white) 26%, transparent);
  border-radius: 999px;
  color: color-mix(in srgb, var(--white) 80%, transparent);
  font-family: var(--font-mono);
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  padding: 0.4375rem 0.875rem;
  text-transform: uppercase;
  white-space: nowrap;
}

.post__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 3rem;
  margin-inline: auto;
  max-width: var(--container-outer);
  padding-block: 3rem 4rem;
  padding-inline: var(--section-x-mobile);
  width: 100%;
}
@media (min-width: 48rem) {
  .post__layout {
    padding-inline: var(--section-x);
  }
}
@media (min-width: 62rem) {
  .post__layout {
    gap: 4.5rem;
    grid-template-columns: minmax(0, var(--measure-article)) 20rem;
    justify-content: space-between;
    padding-block: 5.5rem 6rem;
  }
}

.post__main {
  min-width: 0;
}

.post__text {
  counter-reset: chapter;
}
.post__text .block {
  padding-block: 0;
  padding-inline: 0;
}
.post__text .block + .block {
  margin-top: 1.375rem;
}
.post__text .block__inner {
  gap: 1.375rem;
  max-width: none;
}
.post__text .prose {
  gap: 1.375rem;
  max-width: none;
}
.post__text .block[id]:has(h2) {
  counter-increment: chapter;
}
.post__text .block[id]:has(h2):not(:first-child) {
  margin-top: 2.625rem;
}
@media (min-width: 48rem) {
  .post__text .block[id]:has(h2):not(:first-child) {
    margin-top: 4.5rem;
  }
}

.post__text .prose p {
  color: var(--text-body);
  font-size: 1.0625rem;
  line-height: 1.78;
}
@media (min-width: 48rem) {
  .post__text .prose p {
    font-size: 1.15625rem;
  }
}

.post__text .prose > h2,
.post__text .block__inner > h2 {
  border-top: 1px solid var(--border);
  color: var(--text-strong);
  font-size: 1.625rem;
  font-weight: var(--fw-bold);
  letter-spacing: -0.022em;
  line-height: 1.18;
  padding-top: 1.375rem;
  text-wrap: pretty;
}
@media (min-width: 48rem) {
  .post__text .prose > h2,
  .post__text .block__inner > h2 {
    font-size: 2.125rem;
  }
}
.post__text .prose > h2::before,
.post__text .block__inner > h2::before {
  color: var(--accent-service-text);
  content: counter(chapter, decimal-leading-zero);
  display: block;
  font-family: var(--font-mono);
  font-size: 0.75rem;
  font-weight: var(--fw-regular);
  letter-spacing: 0.14em;
  line-height: 1;
  margin-bottom: 0.625rem;
  text-transform: uppercase;
}

.post__text > .block:first-child:not(:has(h2)) .prose > p:first-child {
  border-left: 3px solid var(--brand);
  color: var(--text-strong);
  font-size: 1.1875rem;
  font-weight: var(--fw-medium);
  line-height: 1.6;
  margin-bottom: 0.625rem;
  padding-left: 1.625rem;
}
@media (min-width: 48rem) {
  .post__text > .block:first-child:not(:has(h2)) .prose > p:first-child {
    font-size: 1.5rem;
  }
}

.terms {
  border-bottom: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  margin: 0;
}

.terms__row {
  border-top: 1px solid var(--border);
  display: grid;
  gap: 0.25rem 1.5rem;
  padding-block: 1.25rem;
}
@media (min-width: 40rem) {
  .terms__row {
    grid-template-columns: 10.5rem minmax(0, 1fr);
  }
}

.terms__row--wide {
  grid-template-columns: minmax(0, 1fr);
}

.terms__term {
  color: var(--text-strong);
  font-size: 1.0625rem;
  font-weight: var(--fw-semibold);
  line-height: 1.5;
}

.terms__text {
  color: var(--text-body);
  font-size: 1.0625rem;
  line-height: 1.7;
  margin: 0;
}

.post__text .block--terms:not(:first-child) {
  margin-top: 2.125rem;
}

.post__text .imageblock {
  gap: 0;
  margin-top: 2rem;
  max-width: none;
}
@media (min-width: 48rem) {
  .post__text .imageblock {
    margin-top: 3.25rem;
  }
}
.post__text .imageblock img {
  background: var(--surface-muted);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-md);
  padding: 12px;
}
.post__text .imageblock__zoom:focus-visible {
  border-radius: var(--radius-card);
}
.post__text .imageblock figcaption {
  color: var(--text-muted);
  display: flex;
  font-size: 0.90625rem;
  gap: 0.75rem;
  line-height: 1.6;
  margin-top: 0.875rem;
  max-width: none;
}
.post__text .imageblock figcaption::before {
  background: var(--brand);
  content: "";
  flex: none;
  height: 1px;
  margin-top: 0.6875rem;
  width: 22px;
}

.post__text .block--callout:not(:first-child) {
  margin-top: 2.25rem;
}
@media (min-width: 48rem) {
  .post__text .block--callout:not(:first-child) {
    margin-top: 3.75rem;
  }
}
.post__text .callout {
  background: none;
  border: 0;
  border-left: 4px solid var(--brand);
  border-radius: 0;
  max-width: none;
  padding: 0 0 0 1.5rem;
}
@media (min-width: 48rem) {
  .post__text .callout {
    padding-left: 1.875rem;
  }
}
.post__text .callout__label {
  display: none;
}
.post__text .callout__text {
  font-size: 1.3125rem;
  letter-spacing: -0.015em;
  line-height: 1.36;
  margin-top: 0;
}
@media (min-width: 48rem) {
  .post__text .callout__text {
    font-size: 1.875rem;
  }
}

.linkcard {
  align-items: flex-start;
  background: var(--surface-muted);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  display: flex;
  gap: 1rem;
  padding: 1.375rem 1.5rem;
}

.linkcard__mark {
  flex: none;
  margin-top: 0.125rem;
  opacity: 0.85;
}

.linkcard__body {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  min-width: 0;
}

.linkcard__title {
  color: var(--text-strong);
  font-size: 1.0625rem;
  font-weight: var(--fw-semibold);
  line-height: 1.4;
}

.linkcard__link a {
  color: var(--accent-plugin-text);
  font-size: 1.0625rem;
  font-weight: var(--fw-semibold);
  line-height: 1.5;
  overflow-wrap: anywhere;
  text-decoration: none;
}
.linkcard__link a:hover {
  color: var(--accent-service-text);
  text-decoration: underline;
}

.post__text .block--linkcard:not(:first-child) {
  margin-top: 2.125rem;
}

.post__cta {
  background-color: var(--navy-900);
  background-image: var(--post-scrim), url("../images/bg-navy-clean-kivY7sk.webp");
  background-position: center bottom;
  background-size: cover;
  border-radius: var(--radius-lg);
  color: var(--text-on-dark);
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 3rem;
  padding: 1.75rem;
}
@media (min-width: 48rem) {
  .post__cta {
    margin-top: 3.5rem;
    padding: 2.375rem;
  }
}
.post__cta .eyebrow {
  color: color-mix(in srgb, var(--white) 88%, transparent);
  font-family: var(--font-mono);
  letter-spacing: 0.14em;
}
.post__cta h2 {
  color: var(--white);
  font-size: 1.5rem;
  line-height: 1.2;
}
@media (min-width: 48rem) {
  .post__cta h2 {
    font-size: 1.875rem;
  }
}
.post__cta p {
  color: color-mix(in srgb, var(--white) 84%, transparent);
  font-size: 1rem;
  line-height: 1.65;
  max-width: 32.5rem;
}

.post__cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 0.75rem;
}

.post__neighbours {
  display: grid;
  gap: 1rem;
  margin-top: 3rem;
}
@media (min-width: 40rem) {
  .post__neighbours {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.post__neighbour {
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1.25rem 1.375rem;
  text-decoration: none;
  transition: border-color var(--duration) var(--ease), box-shadow var(--duration) var(--ease);
}
.post__neighbour:hover {
  border-color: var(--border-strong);
  box-shadow: var(--shadow-md);
  text-decoration: none;
}
.post__neighbour:hover .post__neighbour-title {
  color: var(--accent-service-text);
}

.post__neighbour--next {
  grid-column: -2;
  text-align: right;
}

.post__neighbour-label {
  color: var(--text-muted);
  font-family: var(--font-mono);
  font-size: var(--text-eyebrow);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.post__neighbour-title {
  color: var(--text-strong);
  font-size: 1.09375rem;
  font-weight: var(--fw-semibold);
  line-height: 1.35;
  transition: color var(--duration) var(--ease);
}

.post__back {
  font-size: 0.96875rem;
  font-weight: var(--fw-semibold);
  margin-top: 2.25rem;
}
.post__back a {
  color: var(--accent-plugin-text);
}

.post__side {
  display: flex;
  flex-direction: column;
  gap: 1.375rem;
}
@media (min-width: 62rem) {
  .post__side {
    align-self: start;
    position: sticky;
    top: calc(var(--header-h) + 1.5rem);
  }
}
.post__side .sidecard {
  gap: 0;
  padding: 1.5rem;
}

.post__toc-head {
  align-items: baseline;
  border-bottom: 1px solid var(--border);
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  padding-bottom: 0.875rem;
}

.post__toc-count {
  color: var(--text-muted);
  font-family: var(--font-mono);
  font-size: var(--text-eyebrow);
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.post__toc-list {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0.875rem 0 0;
  padding: 0;
}
.post__toc-list a {
  border-left: 2px solid var(--border);
  color: var(--text-body);
  display: grid;
  gap: 0.75rem;
  grid-template-columns: 1.5rem minmax(0, 1fr);
  min-height: 24px;
  padding: 0.5rem 0 0.5rem 0.75rem;
  text-decoration: none;
  transition: border-color var(--duration) var(--ease), color var(--duration) var(--ease);
}
.post__toc-list a:hover {
  border-color: var(--border-strong);
  color: var(--text-strong);
}
.post__toc-list a.is-current {
  border-color: var(--brand);
  color: var(--accent-service-text);
  font-weight: var(--fw-semibold);
}

.post__toc-number {
  color: var(--text-muted);
  font-family: var(--font-mono);
  font-size: var(--text-eyebrow);
  letter-spacing: 0.08em;
  line-height: 1.5;
}

.post__toc-list a.is-current .post__toc-number {
  color: var(--accent-service-text);
}

.post__toc-title {
  font-size: var(--text-body-s);
  line-height: 1.4;
}

.post__siblings {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
}
.post__siblings a {
  color: var(--text-strong);
  display: block;
  font-size: 0.96875rem;
  font-weight: var(--fw-semibold);
  line-height: 1.35;
  text-decoration: none;
}
.post__siblings a:hover {
  color: var(--accent-service-text);
}
.post__siblings time {
  color: var(--text-muted);
  display: block;
  font-size: 0.875rem;
  margin-top: 0.25rem;
}

@media (max-width: 47.9375rem) {
  .post__cta .btn {
    min-height: 52px;
    width: 100%;
  }
}
.imageblock {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin: 0;
}
.imageblock img {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  display: block;
  height: auto;
  width: 100%;
}

.imageblock--content {
  max-width: var(--measure);
}

.imageblock figcaption {
  color: var(--text-muted);
  font-size: var(--text-body-s);
  line-height: 1.5;
  max-width: var(--measure);
}

.imageblock__zoom {
  cursor: zoom-in;
  display: block;
}
.imageblock__zoom:focus-visible {
  border-radius: var(--radius);
  outline: var(--focus-ring);
  outline-offset: 3px;
}

.lightbox {
  background: none;
  border: 0;
  height: 100dvh;
  max-height: 100dvh;
  max-width: 100vw;
  padding: 0;
  width: 100vw;
}
.lightbox::backdrop {
  background: color-mix(in srgb, var(--navy-900) 88%, transparent);
}
.lightbox[open] {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  padding: clamp(1rem, 4vw, 3rem);
}

.lightbox__image {
  border-radius: var(--radius);
  height: auto;
  max-height: calc(100dvh - 8rem);
  max-width: 100%;
  object-fit: contain;
  width: auto;
}

.lightbox__caption {
  color: var(--text-on-dark);
  font-size: var(--text-body-s);
  line-height: 1.5;
  max-width: 48rem;
  text-align: center;
}

.lightbox__close {
  background: var(--surface-on-dark);
  border: 1px solid var(--border-on-dark);
  border-radius: 50%;
  color: var(--white);
  cursor: pointer;
  font-size: 1.5rem;
  height: 2.75rem;
  line-height: 1;
  position: fixed;
  right: clamp(1rem, 4vw, 3rem);
  top: clamp(1rem, 4vw, 3rem);
  width: 2.75rem;
}
.lightbox__close:focus-visible {
  outline: 3px solid var(--white);
  outline-offset: 2px;
}
@media (hover: hover) {
  .lightbox__close:hover {
    background: color-mix(in srgb, var(--white) 18%, transparent);
  }
}

.videoblock {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin: 0;
  max-width: var(--measure);
}

.videoblock__frame {
  aspect-ratio: 16/9;
  background: var(--navy-900);
  border-radius: var(--radius);
  overflow: hidden;
  position: relative;
  width: 100%;
}

.videoblock__start {
  background: none;
  border: 0;
  color: var(--text-on-dark);
  cursor: pointer;
  display: block;
  height: 100%;
  padding: 0;
  position: relative;
  text-align: left;
  width: 100%;
}
.videoblock__start:focus-visible {
  outline: var(--focus-ring);
  outline-offset: -3px;
}
@media (hover: hover) {
  .videoblock__start:hover .videoblock__icon {
    background: var(--brand-hover);
    transform: translate(-50%, -50%) scale(1.06);
  }
}

.videoblock__poster {
  height: 100%;
  left: 0;
  object-fit: cover;
  opacity: 0.72;
  position: absolute;
  top: 0;
  width: 100%;
}

.videoblock__icon {
  align-items: center;
  background: var(--brand);
  border-radius: 50%;
  box-shadow: var(--glow-brand);
  color: var(--brand-contrast);
  display: flex;
  font-size: 1.5rem;
  height: 4.25rem;
  justify-content: center;
  left: 50%;
  padding-left: 0.2em;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: background var(--duration) var(--ease), transform var(--duration) var(--ease);
  width: 4.25rem;
}

.videoblock__label {
  background: linear-gradient(to top, rgba(6, 23, 38, 0.85), transparent);
  bottom: 0;
  color: var(--white);
  display: block;
  font-weight: var(--fw-semibold);
  left: 0;
  padding: 2.5rem 1.25rem 1rem;
  position: absolute;
  right: 0;
}

.videoblock__hint {
  color: color-mix(in srgb, var(--white) 78%, transparent);
  display: block;
  font-size: var(--text-body-s);
  font-weight: var(--fw-regular);
}

.videoblock__player {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.videoblock figcaption {
  color: var(--text-muted);
  font-size: var(--text-body-s);
  line-height: 1.5;
}

.firstcall {
  background: var(--surface-on-image);
  border: 1px solid var(--border-on-dark);
  border-radius: var(--radius-lg);
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
  padding: 1.875rem 2rem;
}

.firstcall__label {
  align-items: baseline;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}
.firstcall__label .eyebrow {
  color: color-mix(in srgb, var(--white) 76%, transparent);
  font-family: var(--font-mono);
  letter-spacing: 0.12em;
}

.firstcall__badge {
  border: 1px solid var(--border-on-dark);
  border-radius: 999px;
  color: color-mix(in srgb, var(--white) 76%, transparent);
  flex: none;
  font-family: var(--font-mono);
  font-size: var(--text-eyebrow);
  letter-spacing: 0.08em;
  padding: 0.3125rem 0.6875rem;
  text-transform: uppercase;
}

.firstcall__title {
  color: var(--white);
  font-size: clamp(1.375rem, 1.1rem + 0.9vw, 1.6875rem);
  font-weight: var(--fw-bold);
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.firstcall__steps {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0.375rem 0 0;
  padding: 0;
}

.firstcall__step {
  border-top: 1px solid var(--border-on-dark);
  display: flex;
  gap: 0.875rem;
  padding-block: 1.125rem;
}
.firstcall__step img {
  align-self: flex-start;
  flex: none;
  height: auto;
  margin-top: 0.125rem;
  width: 1.1875rem;
}

.firstcall__step-title {
  color: var(--white);
  display: block;
  font-size: 1rem;
  font-weight: var(--fw-semibold);
}

.firstcall__step-text {
  color: color-mix(in srgb, var(--white) 80%, transparent);
  display: block;
  font-size: var(--text-body-s);
  line-height: 1.6;
  margin-top: 0.25rem;
}

.firstcall__note {
  border-top: 1px solid var(--border-on-dark);
  color: color-mix(in srgb, var(--white) 76%, transparent);
  font-size: 0.90625rem;
  line-height: 1.55;
  padding-top: 1.125rem;
}

.entrypoints {
  border-top: 1px solid var(--border);
  list-style: none;
  margin: 2.75rem 0 0;
  padding: 0;
}

.entrypoints__row {
  border-bottom: 1px solid var(--border);
  display: grid;
  gap: 0.75rem;
  grid-template-columns: minmax(0, 1fr);
  padding-block: 1.625rem;
}
@media (min-width: 48rem) {
  .entrypoints__row {
    align-items: center;
    gap: 3rem;
    grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.75fr);
  }
}

.entrypoints__quote {
  color: var(--text-strong);
  font-size: clamp(1.125rem, 1rem + 0.6vw, 1.375rem);
  font-weight: var(--fw-medium);
  line-height: 1.4;
  text-wrap: pretty;
}

.entrypoints__target {
  align-items: center;
  color: var(--accent-service-text);
  display: flex;
  font-size: 1.03125rem;
  font-weight: var(--fw-semibold);
  gap: 0.875rem;
  text-decoration: none;
}
.entrypoints__target img {
  flex: none;
  width: 1.25rem;
}
.entrypoints__target:hover {
  color: var(--accent-service-text);
  text-decoration: underline;
}

.focus {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  list-style: none;
  margin: 2.75rem 0 0;
  padding: 0;
}

.focus__row {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-md);
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  padding: 1.75rem;
  transition: box-shadow var(--duration) var(--ease), transform var(--duration) var(--ease);
  border-left: 3px solid var(--brand);
  border-radius: var(--radius-lg);
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 1fr);
  padding: 2.25rem 2.5rem;
}
@media (min-width: 62rem) {
  .focus__row {
    align-items: start;
    gap: 3.5rem;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  }
}

.focus__text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.focus__head {
  align-items: baseline;
  display: flex;
  gap: 0.875rem;
}

.focus__num {
  color: var(--accent-service-text);
  flex: none;
  font-family: var(--font-mono);
  font-size: 0.875rem;
}

.focus__title {
  color: var(--text-strong);
  font-size: clamp(1.5rem, 1.2rem + 1.1vw, 1.9375rem);
  font-weight: var(--fw-bold);
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.focus__lead {
  color: var(--text-body);
  font-size: var(--text-body-size);
  line-height: 1.7;
}

.focus__more {
  margin-top: 0.5rem;
}
.focus__more a {
  color: var(--accent-service-text);
  font-size: 0.96875rem;
  font-weight: var(--fw-semibold);
  text-decoration: none;
}
.focus__more a:hover {
  text-decoration: underline;
}

.focus__points {
  display: grid;
  gap: 0.875rem 1.75rem;
  grid-template-columns: minmax(0, 1fr);
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 40rem) {
  .focus__points {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.focus__points li {
  display: flex;
  gap: 0.75rem;
}
.focus__points img {
  align-self: flex-start;
  flex: none;
  height: auto;
  margin-top: 0.1875rem;
  width: 1.125rem;
}
.focus__points span {
  color: var(--text-body);
  font-size: 0.96875rem;
  line-height: 1.6;
}

.servicecards {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: minmax(0, 1fr);
  list-style: none;
  margin: 2.75rem 0 0;
  padding: 0;
}
@media (min-width: 40rem) {
  .servicecards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 62rem) {
  .servicecards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.servicecards__cell {
  display: flex;
}

.servicecard {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-md);
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  padding: 1.75rem;
  transition: box-shadow var(--duration) var(--ease), transform var(--duration) var(--ease);
  border-radius: var(--radius-lg);
  border-top: 3px solid var(--brand);
  gap: 0;
  padding: 1.875rem 2rem;
  width: 100%;
}
@media (hover: hover) {
  .servicecard:hover {
    box-shadow: var(--shadow-lg);
    transform: translateY(-4px);
  }
}
.servicecard h3 {
  color: var(--text-strong);
  font-size: var(--text-h3);
  margin-top: 0.625rem;
}

.servicecard__num {
  color: var(--accent-service-text);
  font-family: var(--font-mono);
  font-size: 0.8125rem;
}

.servicecard__text {
  color: var(--text-body);
  font-size: 0.96875rem;
  line-height: 1.7;
  margin-top: 0.75rem;
}

.servicecard--link {
  color: inherit;
  text-decoration: none;
}
.servicecard--link .servicecard__more {
  color: var(--accent-service-text);
  font-size: var(--text-body-s);
  font-weight: var(--fw-semibold);
  margin-top: auto;
  padding-top: 1.375rem;
}
@media (hover: hover) {
  .servicecard--link:hover {
    text-decoration: none;
  }
  .servicecard--link:hover h3 {
    color: var(--accent-service-text);
  }
}

.topics {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  margin: 2.5rem 0 0;
}
@media (min-width: 62rem) {
  .topics {
    column-gap: 1.5rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.topics__pair {
  border-top: 1px solid var(--border);
  display: grid;
  gap: 0.375rem 1.5rem;
  grid-template-columns: minmax(0, 1fr);
  padding-block: 1.25rem;
}
@media (min-width: 40rem) {
  .topics__pair {
    gap: 1.5rem;
    grid-template-columns: 12.5rem minmax(0, 1fr);
  }
}
.topics__pair dt {
  color: var(--text-strong);
  font-size: 1.09375rem;
  font-weight: var(--fw-semibold);
  line-height: 1.4;
}
.topics__pair dd {
  color: var(--text-body);
  font-size: 0.96875rem;
  line-height: 1.65;
  margin: 0;
}

.topics__pair:first-child {
  border-top-color: var(--border-strong);
}

.topics__pair:last-child {
  border-bottom: 1px solid var(--border);
}

@media (min-width: 62rem) {
  .topics__pair:nth-child(2) {
    border-top-color: var(--border-strong);
  }
  .topics__pair:nth-last-child(2):nth-child(odd) {
    border-bottom: 1px solid var(--border);
  }
}
:where([id]) {
  scroll-margin-top: calc(var(--header-h) + 1.5rem);
}

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}
[data-motion] [data-reveal] {
  opacity: 0;
  transform: translateY(28px);
}

[data-motion] [data-reveal=zoom] {
  transform: scale(1.03);
}

[data-motion] [data-reveal-item] {
  opacity: 0;
  transform: translateY(18px);
}

[data-motion] [data-reveal].is-visible {
  opacity: 1;
  transform: none;
  transition: opacity 0.8s var(--ease), transform 0.8s var(--ease);
}

[data-motion] [data-reveal=zoom].is-visible {
  transition-duration: 1.1s;
}

[data-motion] [data-reveal-item].is-visible {
  opacity: 1;
  transform: none;
  transition: opacity 0.7s var(--ease) calc(var(--reveal-i, 0) * 90ms), transform 0.7s var(--ease) calc(var(--reveal-i, 0) * 90ms);
}

[data-motion] [data-parallax] {
  transform: translate3d(0, var(--parallax-y, 0px), 0);
  will-change: transform;
}

[data-motion] .hero__bg[data-parallax] {
  inset: -10% 0;
}

[data-controller~=countup] {
  font-variant-numeric: tabular-nums;
}

.center {
  text-align: center;
}

.stack {
  display: flex;
  flex-direction: column;
  gap: var(--gap);
}

.nowrap {
  white-space: nowrap;
}

.tabular {
  font-variant-numeric: tabular-nums;
}

.scroll-x {
  overflow-x: auto;
}

@media print {
  .site-header,
  .site-footer,
  .skiplink {
    display: none;
  }
}

/*# sourceMappingURL=app-7d1043473d.output.css.map */
