@font-face {
  font-family: 'IBM Plex Mono';
  src: url('../../fonts/ibm-plex-mono-400.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'IBM Plex Mono';
  src: url('../../fonts/ibm-plex-mono-500.woff2') format('woff2');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'IBM Plex Mono';
  src: url('../../fonts/ibm-plex-mono-600.woff2') format('woff2');
  font-weight: 600;
  font-display: swap;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 1000;
  background: #fff;
  color: #070763;
  padding: 10px 16px;
  border-radius: 0 0 8px 0;
  font-weight: 700;
  text-decoration: none;
}
.skip-link:focus {
  left: 0;
  top: 0;
}

:root { --focus-ring: #1431A7; }

:focus-visible {
  outline: 2px solid var(--focus-ring, #1431A7) !important;
  outline-offset: 2px;
  border-radius: 3px;
}

.section-dark,
.nav,
.footer,
.ph-hero, .ph-closing,
.hc-hero,
.cs-hero, .ab-hero, .bl-hero, .bl-news, .bl-closing, .pf-hero, .pf-ba,
.gd-closing-card,
.rt-hero, .rt-story, .rt-faq, .rt-pf, .rt-other, .rt-closing, .rt-scopecta, .rv-section,
.dw-hero, .dw-intro, .dw-story, .dw-when, .dw-faq, .dw-pf, .dw-other, .dw-closing, .dw-scopecta,

.wpv-video, .hc-pf-video, .cs-closing-video, .pf-dv-video-wrap, .ab-closing {
  --focus-ring: #C5D6FF;
}

.section-dark .fcta-form,
.section-dark .pf-tracker,
.section-dark .ah-mock,
.pf-ba .pf-ip,
.hc-hero .hc-testi-rail {
  --focus-ring: #1431A7;
}

.wic-tab:focus-visible,
.iotc-tab:focus-visible,
.wi-wb-tab:focus-visible,
.ah-tab:focus-visible {
  outline-offset: -2px;
}

main#main:focus {
  outline: none;
}

.hs-form__ph-input:focus-visible,
.hs-form__ph-btn:focus-visible {
  outline: 2px solid var(--focus-ring, #1431A7);
  outline-offset: 2px;
}

.lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.lang-switch .lang-opt {
  font: inherit;
  font-size: 13px;
  line-height: 1;
  padding: 4px 6px;
  border-radius: 6px;
  color: inherit;
  opacity: 0.6;
  text-decoration: none;
}
.lang-switch .lang-opt.is-active {
  opacity: 1;
  font-weight: 700;
}
.lang-switch .lang-opt:hover {
  opacity: 1;
}

.nav-mobile[hidden] {
  display: none;
}
.nav-mobile {

  --nav-bar-h: 72px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 14px 20px 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  max-height: calc(100vh - var(--nav-bar-h));
  max-height: calc(100dvh - var(--nav-bar-h));
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}
.nav .nav-mobile .nav-mobile-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav .nav-mobile .nav-mobile-item {
  display: block;
}
.nav .nav-mobile .nav-mobile-link {
  display: block;
  padding: 12px 8px;
  min-height: 44px;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 16px;
}

.nav .nav-mobile .nav-mobile-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  padding: 12px 8px;
  min-height: 44px;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  color: #fff;
  font: inherit;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  cursor: pointer;
}
.nav .nav-mobile .nav-mobile-toggle .nav-mobile-caret {
  flex: 0 0 auto;
  font-size: 15px;
  line-height: 1;
  opacity: 0.55;
  transition: transform 0.18s ease, opacity 0.18s ease;
}
.nav .nav-mobile .nav-mobile-toggle[aria-expanded="true"] .nav-mobile-caret {
  transform: rotate(180deg);
  opacity: 1;
}

.nav .nav-mobile .nav-mobile-toggle.active,
.nav .nav-mobile .nav-mobile-link.active {
  box-shadow: inset 2px 0 0 0 #7FA8FF;
  padding-left: 14px;
}

.nav .nav-mobile .nav-mobile-sub[hidden] {
  display: none;
}
.nav .nav-mobile .nav-mobile-sub {
  padding: 6px 0 12px;
}
.nav .nav-mobile .nav-mobile-group + .nav-mobile-group {
  margin-top: 14px;
}
.nav .nav-mobile .nav-mobile-group-label {
  padding: 6px 8px 4px;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(197, 214, 255, 0.62);
}
.nav .nav-mobile .nav-mobile-sublink {
  display: block;
  padding: 11px 8px 11px 20px;
  min-height: 44px;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  font-size: 15px;
  line-height: 1.35;
  border-left: 1px solid rgba(197, 214, 255, 0.16);
  margin-left: 8px;
}
.nav .nav-mobile .nav-mobile-sublink:active,
.nav .nav-mobile .nav-mobile-sublink:focus-visible {
  color: #fff;
  border-left-color: #7FA8FF;
}

.nav .nav-mobile .nav-mobile-cta {
  margin-top: 14px;
  padding: 14px 8px;
  background: #1431A7;
  border-radius: 10px;
  text-align: center;
  border: none;
  position: sticky;
  bottom: 0;
}

.mega.is-open {
  display: block !important;
}

.nav-panel-company .nav-certrow-icon {
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  opacity: 1;
}

.nav-panel-company .nav-certrow-icon img {
  display: block;
  width: auto;
  height: auto;
  max-width: 44px;
  max-height: 40px;
  object-fit: contain;
}

.nav-panel-company .nav-certrow-icon-plate img {
  border-radius: 3px;
}

.nav-dark .nav-panel-company .nav-certrow-icon-plate img {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.28);
}

.nav-light .nav-panel-company .nav-certrow-icon-plate img {
  box-shadow: 0 0 0 1px rgba(7, 7, 99, 0.18);
}

.nav-panel-company .nav-certrow-icon {

  flex-direction: column;
  gap: 5px;
  width: auto;
  min-width: 44px;
  height: auto;
}

.nav-panel-company .nav-certrow-icon::after {
  content: attr(title);
  display: block;

  font-family: 'IBM Plex Mono', 'SF Mono', Menlo, monospace;
  font-size: 8.5px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.62);
}

.nav-light .nav-panel-company .nav-certrow-icon::after {
  color: rgba(30, 30, 30, 0.64);
}

.nav-panel-company .nav-certrow-icon:hover::after {
  color: rgba(255, 255, 255, 0.92);
}

.nav-panel-company .nav-certrow-icons {
  gap: 10px 16px;
  align-items: flex-start;
}

#mega-company .mega-inner.mega-simple {
  grid-template-columns: 260px minmax(0, max-content);
  justify-content: start;
}

#mega-resources .mega-inner.mega-simple {
  grid-template-columns: 300px minmax(0, max-content);
  justify-content: start;
}

#mega-resources .mega-inner.mega-simple > .mega-col:first-child {
  align-self: start;
}

#mega-company .mega-inner.mega-simple > .mega-col:first-child {
  align-self: start;
}

@media (max-width: 900px) {

  #mega-company .mega-inner.mega-simple {
    grid-template-columns: minmax(0, 1fr);
    justify-content: normal;
  }
}

.hs-form {
  position: relative;
}
.hs-form__mount:empty::before {
  content: attr(data-form-id);
  display: block;
}
.hs-form.is-placeholder .hs-form__mount {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.hs-form__ph-input {
  flex: 1 1 180px;
  min-width: 0;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.06);
  color: inherit;
  font: inherit;
}

.hs-form__ph-half { flex: 1 1 calc(50% - 4px); }
.hs-form__ph-full { flex: 1 1 100%; resize: vertical; min-height: 62px; }

.hs-form__ph-consent {
  flex-basis: 100%;
  max-width: 100%;
  display: flex;
  gap: 9px;
  align-items: flex-start;
  margin: 2px 0 0;
  font-size: 13px;
  line-height: 1.45;
  opacity: 0.82;
  cursor: pointer;
}

.hs-form__ph-consent > span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.hs-form__ph-consent .hs-form__ph-check {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  margin: 2px 0 0;
  accent-color: #1431A7;
  cursor: pointer;
}
.hs-form__ph-consent a { color: inherit; text-decoration: underline; }

.sx-closing-form .hs-form__ph-consent,
.fcta-form .hs-form__ph-consent { color: rgba(30, 30, 30, 0.78); opacity: 1; }

@media (max-width: 560px) {

  .hs-form__ph-half { flex-basis: 100%; }
}
.hs-form__ph-btn {
  padding: 12px 18px;
  border-radius: 10px;
  border: none;
  background: #1431A7;
  color: #fff;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
}
.hs-form__ph-note {
  flex-basis: 100%;
  margin: 4px 0 0;
  font-size: 11px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  opacity: 0.55;
}
.hs-form__success,
.hs-form__error {
  padding: 14px 16px;
  border-radius: 10px;
}
.hs-form__success {
  background: rgba(31, 122, 84, 0.16);
  border: 1px solid rgba(31, 122, 84, 0.5);
}
.hs-form__error {
  background: rgba(180, 33, 62, 0.16);
  border: 1px solid rgba(180, 33, 62, 0.5);
}

.hs-form__success-title {
  margin: 0 0 4px;
  font-size: 16px;
  font-weight: 600;
}
.hs-form__success-body {
  margin: 0;
  opacity: 0.85;
}

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

@media (prefers-reduced-motion: reduce) {
  .reveal.in .ng-chart-svg path[pathLength="100"] {
    stroke-dashoffset: 0 !important;
    animation-delay: 0s !important;
  }
  .reveal.in .ng-chart-dot,
  .reveal.in .ng-chart-svg circle,
  .reveal.in .ng-chart-svg text {
    opacity: 1 !important;
    transform: none !important;
    animation-delay: 0s !important;
  }
}

.gl-az { display: flex; flex-wrap: wrap; gap: 6px; margin: 8px 0 32px; }
.gl-az-link {
  display: inline-flex; align-items: center; justify-content: center;
  width: 34px; height: 34px; border-radius: 8px; text-decoration: none;
  font-family: var(--mono, ui-monospace, monospace); font-size: 13px; font-weight: 600;
  color: #1431A7; background: rgba(20, 49, 167, 0.06); border: 1px solid rgba(20, 49, 167, 0.12);
}
.gl-az-link:hover { background: #1431A7; color: #fff; }
.gl-group { margin: 0 0 28px; scroll-margin-top: 90px; }
.gl-letter { font-size: 22px; color: #1431A7; margin: 0 0 10px; padding-bottom: 6px; border-bottom: 2px solid rgba(20, 49, 167, 0.12); }
.gl-terms { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 4px 24px; }
.gl-terms a { display: block; padding: 8px 0; text-decoration: none; color: var(--ink, #14163a); border-bottom: 1px solid rgba(0, 0, 0, 0.06); }
.gl-terms a:hover { color: #1431A7; }

.book-modal-backdrop[hidden] { display: none !important; }
.book-modal .hs-form { margin-top: 14px; }
.book-modal-meta { display: flex; align-items: center; gap: 8px; margin-top: 14px; opacity: 0.7; font-size: 12px; }

  .bp-hero-container { position: relative; }

  .bp-toc-text { display: block; min-width: 0; }

  .bp-author-meta { display: flex; flex-direction: column; gap: 3px; min-width: 0; }

  .bp-copy-btn { position: relative; padding: 0; font: inherit; appearance: none; -webkit-appearance: none; }
  .bp-copy-icon { display: inline-flex; }
  .bp-check-icon { display: none; }
  .bp-copy-btn.is-copied .bp-copy-icon { display: none; }
  .bp-copy-btn.is-copied .bp-check-icon { display: inline-flex; }

.gl-hero-text { min-width: 0; }

.gl-letter-section[id^="letter-"] { scroll-margin-top: 140px; }
.gl-az a.gl-az-btn { text-decoration: none; }

.bl-featured-title a { color: inherit; text-decoration: none; }
.bl-featured-title a:hover { color: var(--bl-blue, #1431A7); }

.nav .nav-burger { color: #fff !important; }
.nav .nav-burger span { background: #fff !important; }

.cd-hero-inner { grid-template-columns: minmax(0, 1fr); gap: 0; }

.cd-rel-logoBox { max-width: 88%; display: grid; place-items: center; }
.cd-rel-sector {
  font-family: ui-monospace, Menlo, monospace;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  line-height: 1.35;
  text-align: center;
  color: #FFFFFF;
  opacity: 0.92;
  overflow-wrap: anywhere;
}

.cs-card-sector {
  font-family: ui-monospace, Menlo, monospace;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  line-height: 1.4;
  text-align: center;
  max-width: 82%;
  color: #0E1B4D;
  overflow-wrap: anywhere;
  transition: opacity .25s ease, transform .25s ease;
}
.cs-card.is-dark .cs-card-sector { color: #FFFFFF; }
.cs-card:hover .cs-card-sector { opacity: 0; transform: scale(.96); }

body.sol-fintech           { --hc-green: #1B6B47; --hc-green-bright: #3FA876; --hc-navy: #0A2E1F; }
body.sol-tech-saas         { --hc-green: #5B3FB8; --hc-green-bright: #8B6FE8; --hc-navy: #1F0F3D; }
body.sol-energy-industrial { --hc-green: #BC5019; --hc-green-bright: #F0904F; --hc-navy: #2A1208; }

body.sol-fintech           .hc-pillar-num { --hc-num-a: #3FA876; --hc-num-b: #1B6B47; }
body.sol-tech-saas         .hc-pillar-num { --hc-num-a: #8B6FE8; --hc-num-b: #5B3FB8; }
body.sol-energy-industrial .hc-pillar-num { --hc-num-a: #F0904F; --hc-num-b: #BC5019; }

body.sol-fintech           { --hc-accent-soft: #3FA876; --hc-accent-deep: #1B6B47; --hc-accent-edge: #1B6B47; }
body.sol-tech-saas         { --hc-accent-soft: #8B6FE8; --hc-accent-deep: #5B3FB8; --hc-accent-edge: #5B3FB8; }
body.sol-energy-industrial { --hc-accent-soft: #F0904F; --hc-accent-deep: #BC5019; --hc-accent-edge: #BC5019; }

.footer .ft-main {
  padding-left: var(--container-pad);
  padding-right: var(--container-pad);
}
.footer .ft-bottom,
.footer .ft-legal {
  padding-left: var(--container-pad);
  padding-right: var(--container-pad);
}

@media (max-width: 1100px) {
  .nav .nav-inner {
    padding-left: 20px;
    padding-right: 20px;
    gap: 16px;
  }
  .nav .nav-burger {
    flex: 0 0 auto;
    min-width: 44px;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    padding: 8px;
    margin-right: 0;
  }
}

@media (max-width: 1100px) {

  .nav .nav-logo-img { width: auto; max-width: 150px; height: auto; }
  .nav .nav-logo { min-width: 0; }
  .nav .nav-right { flex-shrink: 0; }
}

@media (max-width: 700px) {
  .sp-kicker::before, .sp-kicker::after,
  .sp-label-block .mono::before, .sp-label-block .mono::after {
    display: none !important;
  }
}

.wts-logo, .hc-testi-logo {
  --logo-rail: 24px;
}

.wpml-ls-statics-footer,
.wpml-ls-statics-shortcode_actions {
  display: none !important;
}

.ft-dwr-form .hs-form,
.ft-dwr-form form { margin: 0; }

@media (max-width: 760px) {

  .why-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    max-width: 100%;
    min-width: 0;
  }
  .why-table { overflow: visible; min-width: 560px; }

  .prob-grid, .prob-grid > *, .hc-stats-center, .hc-stats-center > * { min-width: 0; }

  .hc-chart, .ng-prob-chart, .ng-chart, .fin-chart, .tec-chart, .ind-chart {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    max-width: 100%;
    min-width: 0;
  }
  .hc-chart-svg, #ng-chart-svg, .ng-chart-svg { min-width: 480px; }

  .ah-tabs, .pf-ip-list, .pf-dv-tabs-nav, .wts-tabs, .m3-when-tabs {
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -webkit-mask-image: linear-gradient(to right, #000 0, #000 88%, transparent 100%);
            mask-image: linear-gradient(to right, #000 0, #000 88%, transparent 100%);
  }
  .ah-tabs::-webkit-scrollbar,
  .pf-ip-list::-webkit-scrollbar { display: none; }
  .ah-tab, .pf-ip-item { scroll-snap-align: start; flex: 0 0 auto; }
}

.sp-logo-img { filter: grayscale(100%); }

.hero-cb-tile { height: 76px; padding: 8px 14px; }
.hero-cb-square { min-width: 76px; }
.hero-cb-tile-inner img { max-height: 58px; width: auto; }

.ft-certs { gap: 14px; }
.ft-cert-logo {
  width: 72px;
  height: 72px;
  opacity: 0.92;
  padding: 8px;
}
.ft-cert-logo img { width: auto; max-width: 100%; max-height: 52px; object-fit: contain; }

@media (max-width: 700px) {
  .hero-cb-tile { height: 64px; padding: 6px 12px; }
  .hero-cb-square { min-width: 64px; }
  .hero-cb-tile-inner img { max-height: 48px; }
  .ft-cert-logo { width: 62px; height: 62px; }
  .ft-cert-logo img { max-height: 44px; }
}

@media (max-width: 760px) {
  .bl-filters,
  .bl-filters-tools { flex-wrap: wrap; max-width: 100%; min-width: 0; }
  .bl-search,
  .bl-sort,
  .bl-result-count { max-width: 100%; min-width: 0; box-sizing: border-box; }
  .bl-search-input { max-width: 100%; min-width: 0; }
  .bl-sort-options { flex-wrap: wrap; max-width: 100%; }
}

@media (max-width: 760px) {
  .sc-rail {
    overflow-x: auto;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -webkit-mask-image: linear-gradient(to right, #000 0, #000 88%, transparent 100%);
            mask-image: linear-gradient(to right, #000 0, #000 88%, transparent 100%);
  }
  .sc-rail::-webkit-scrollbar { display: none; }
  .sc-tab { flex: 0 0 auto; white-space: nowrap; scroll-snap-align: start; }

  .why-table-wrap,
  .ng-prob-chart {
    -webkit-mask-image: linear-gradient(to right, #000 0, #000 90%, transparent 100%);
            mask-image: linear-gradient(to right, #000 0, #000 90%, transparent 100%);
  }

  .ft-legal {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 20px;
    justify-content: flex-start;
  }
}

.pf-layer-list { opacity: 1; z-index: 3; }

.fcta-form .hs-form__ph-input,
.fcta-form input[type="email"],
.fcta-form input[type="text"] {
  border: 1px solid rgba(7, 7, 99, 0.18);
  background: #fff;
  border-radius: 10px;
}

@media (max-width: 760px) {
  .hc-chart-svg {
    min-width: 0;
    width: 100%;
    height: 210px;
  }

  .hc-chart-svg text { font-size: 15px; }
  .hc-chart-svg text[font-size="12"] { font-size: 17px; }
  .hc-chart { -webkit-mask-image: none; mask-image: none; }

  .hc-testi-rail,
  .fin-testi-rail,
  .tec-testi-rail,
  .ind-testi-rail {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
  }
  .hc-testi-logo-btn { min-width: 0; padding: 16px 8px; }

}

@media (max-width: 760px) {
  .ww-rail-fade { width: clamp(16px, 8vw, 120px); }
  .ah-dots { margin-top: 14px; position: relative; z-index: 3; }
}

.footer .ft-col a { line-height: 1.25; display: inline-block; }
.footer .ft-col li + li { margin-top: 14px; }

.footer .ft-col .ft-soon {
  line-height: 1.25;
  display: inline-block;
  color: rgba(197, 214, 255, 0.4);
  cursor: default;
}

.why-table-5 .why-grid {
  grid-template-columns: minmax(0, 1.8fr) minmax(0, 1fr) minmax(0, 0.9fr) minmax(0, 0.9fr) minmax(0, 0.9fr);
}

@media (max-width: 960px) {
  .why-table-5 .why-grid {
    grid-template-columns: minmax(0, 1.5fr) minmax(0, 0.8fr) minmax(0, 0.7fr) minmax(0, 0.7fr) minmax(0, 0.7fr);
  }
}

.ft-dwr-title {
  margin-bottom: 4px;
}

.ft-dwr-body {
  font-size: 12.5px;
  line-height: 1.5;
  color: rgba(197, 214, 255, 0.64);
  letter-spacing: -0.002em;
  margin: 0 0 12px;
}

@media (min-width: 701px) {
  .wmc-card {
    grid-template-columns: minmax(0, 1fr) minmax(auto, 340px);
  }
}

.wmc-hint {
  text-align: right;
  text-wrap: pretty;
}

@media (max-width: 700px) {
  .wmc-action {
    max-width: 100%;
  }

  .wmc-hint {
    text-align: left;
  }
}

.why-col-asperis-logo {
  display: block;
  height: 22px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}

.why-table-wrap {
  max-width: 100%;
  min-width: 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 860px) {
  .why-table-5 {
    min-width: 600px;
  }

  .why-col-asperis-logo {
    height: 18px;
  }
}

.rt-cl-grid-cols,
.dw-cl-cols {
  align-items: start;
}

.rt-test-grid,
.wts-grid,
.ph-lures-grid,
.rt-when-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr));
}

.rt-test-grid:has(> :last-child:nth-child(4)),
.wts-grid:has(> :last-child:nth-child(4)),
.ph-lures-grid:has(> :last-child:nth-child(4)),
.rt-when-grid:has(> :last-child:nth-child(4)),
.dw-test-grid:has(> :last-child:nth-child(4)) {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 720px) {
  .rt-test-grid:has(> :last-child:nth-child(4)),
  .wts-grid:has(> :last-child:nth-child(4)),
  .ph-lures-grid:has(> :last-child:nth-child(4)),
  .rt-when-grid:has(> :last-child:nth-child(4)),
  .dw-test-grid:has(> :last-child:nth-child(4)) {
    grid-template-columns: minmax(0, 1fr);
  }
}

.wts-grid:has(> :last-child:nth-child(8)) {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (min-width: 1101px) {
  .wts-grid:has(> :last-child:nth-child(8)) {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 720px) {
  .wts-grid:has(> :last-child:nth-child(8)) {
    grid-template-columns: minmax(0, 1fr);
  }
}

.wts-card-brand {
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 34px 26px;
  min-height: 128px;
  background: rgba(20, 49, 167, 0.035);
  border-color: rgba(30, 30, 30, 0.08);
}
.wts-card-brand:hover {
  transform: none;
  box-shadow: none;
  border-color: rgba(30, 30, 30, 0.08);
}

.wts-brand-logo { object-fit: contain; }
.wts-card-brand .wts-brand-logo {
  height: 38px;
  width: auto;
  max-width: 74%;
}

.wts-card-brand .wts-brand-logo.client-logo--plate {
  mix-blend-mode: multiply;
}

.why-foot {
  font-size: 12.5px;
  color: rgba(197, 214, 255, 0.78);
}

.sc-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  font-size: 14px;
  font-weight: 600;
  color: #C5D6FF;
  text-decoration: none;
}

.sc-cta:hover {
  color: #fff;
}

.sc-cta:hover {
  gap: 12px;
}

.sc-cta-arrow {
  transition: transform 0.2s;
}

.sc-cta:hover .sc-cta-arrow {
  transform: translateX(2px);
}

.pc-head {
  min-height: 3em;
  align-items: flex-start;
}

.m3-as-area {
  min-height: 3.2em;
}

.m3-as-row {
  align-items: start;
}

.rt-mc-body {
  min-height: 7.5em;
}

@media (min-width: 701px) {
  .dw-when-stage {
    aspect-ratio: 4 / 2.6;
  }
}

body {

  --xh-bg: #FFFFFF;
  --xh-text: #1E1E1E;
  --xh-text-dim: rgba(30, 30, 30, 0.72);
  --xh-strong: var(--deep-navy, #070763);
  --xh-line: rgba(30, 30, 30, 0.10);
  --xh-accent: var(--cyber-blue, #1431A7);

  --xh-h2-size: clamp(34px, 4.4vw, 54px);
  --xh-h2-weight: 500;
  --xh-h2-track: -0.026em;
  --xh-h2-color: var(--deep-navy, #070763);
  --xh-body-size: 17px;

  --xh-pad-top: 110px;
  --xh-pad-bottom: 120px;
  --xh-pad-top-md: 79px;
  --xh-pad-bottom-md: 86px;
  --xh-pad-top-sm: 62px;
  --xh-pad-bottom-sm: 67px;

  --xh-btn-bg: var(--deep-navy, #070763);
  --xh-btn-color: #FFFFFF;
  --xh-btn-bg-hover: var(--cyber-blue, #1431A7);
  --xh-btn-color-hover: #FFFFFF;
  --xh-btn-shadow: 0 6px 16px -8px rgba(7, 7, 99, 0.4);
}

body:has(.rt-hero) {
  --xh-bg: var(--rt-bg-1, #07070A);
  --xh-text: var(--rt-text, #F5EFEC);
  --xh-text-dim: rgba(245, 239, 236, 0.65);
  --xh-strong: var(--rt-text, #F5EFEC);
  --xh-line: var(--rt-line-soft, rgba(245, 239, 236, 0.08));
  --xh-accent: #FF6B6B;

  --xh-h2-size: clamp(34px, 4.2vw, 54px);
  --xh-h2-weight: 600;
  --xh-h2-track: -0.028em;
  --xh-h2-color: #FFFFFF;
  --xh-body-size: 17.5px;

  --xh-pad-top: 100px;
  --xh-pad-bottom: 100px;
  --xh-pad-top-md: 72px;
  --xh-pad-bottom-md: 72px;
  --xh-pad-top-sm: 56px;
  --xh-pad-bottom-sm: 56px;

  --xh-btn-bg: var(--rt-accent, #DC2626);
  --xh-btn-color: #FFFFFF;
  --xh-btn-bg-hover: var(--rt-accent-bright, #FF3B3B);
  --xh-btn-color-hover: #FFFFFF;
  --xh-btn-shadow: 0 8px 28px -10px rgba(220, 38, 38, 0.55);
}

body:has(.dw-hero) {
  --xh-bg: var(--dw-bg-1, #050511);
  --xh-text: var(--dw-text, #E8ECF8);
  --xh-text-dim: var(--dw-text-dim, rgba(232, 236, 248, 0.72));
  --xh-strong: #FFFFFF;
  --xh-line: var(--dw-line, rgba(232, 236, 248, 0.10));
  --xh-accent: var(--dw-accent-bright, #C5D6FF);

  --xh-h2-size: clamp(34px, 4.2vw, 54px);
  --xh-h2-weight: 500;
  --xh-h2-track: -0.028em;
  --xh-h2-color: #FFFFFF;
  --xh-body-size: 17px;

  --xh-pad-top: 100px;
  --xh-pad-bottom: 100px;
  --xh-pad-top-md: 100px;
  --xh-pad-bottom-md: 100px;
  --xh-pad-top-sm: 100px;
  --xh-pad-bottom-sm: 100px;

  --xh-btn-bg: var(--dw-accent, #1431A7);
  --xh-btn-color: #FFFFFF;
  --xh-btn-bg-hover: var(--dw-accent-bright, #C5D6FF);
  --xh-btn-color-hover: var(--dw-accent-deep, #070763);
  --xh-btn-shadow: 0 8px 28px -10px rgba(20, 49, 167, 0.55);
}

.ms-section {
  background: var(--xh-bg);
  color: var(--xh-text);
  padding: var(--xh-pad-top) 0 var(--xh-pad-bottom);

  border-top: 1px solid var(--xh-line);
}

.ms-head {
  max-width: 760px;
  margin: 0 0 48px;
}

.ms-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--xh-accent);
  margin-bottom: 18px;
}

.ms-eyebrow-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
}

.ms-h2 {
  font-size: var(--xh-h2-size);
  font-weight: var(--xh-h2-weight);
  line-height: 1.06;
  letter-spacing: var(--xh-h2-track);
  color: var(--xh-h2-color);
  margin: 0;
  text-wrap: balance;
}

.ms-lead {
  font-size: var(--xh-body-size);
  line-height: 1.6;
  color: var(--xh-text-dim);
  margin: 18px 0 0;
  text-wrap: pretty;
}

.ms-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--xh-line);
}

.ms-phase {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 20px;
  align-items: baseline;
  padding: 20px 4px;
  border-bottom: 1px solid var(--xh-line);
}

.ms-phase-num {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--xh-accent);
}

.ms-phase-body {
  display: grid;
  grid-template-columns: minmax(0, 15em) minmax(0, 1fr);
  gap: 4px 24px;
  align-items: baseline;
}

.ms-phase-name {
  font-size: 16.5px;
  font-weight: 600;
  letter-spacing: -0.012em;
  color: var(--xh-strong);
}

.ms-phase-text {
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--xh-text-dim);
  text-wrap: pretty;
}

.ms-cta-row {
  margin-top: 36px;
}

.ms-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 24px;
  border-radius: 8px;
  background: var(--xh-btn-bg);
  color: var(--xh-btn-color);
  font-size: 14.5px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: var(--xh-btn-shadow);
}

.ms-cta:hover {
  background: var(--xh-btn-bg-hover);
  color: var(--xh-btn-color-hover);
}

.ms-cta-arrow {
  transition: transform 0.2s;
}

.ms-cta:hover .ms-cta-arrow {
  transform: translateX(2px);
}

@media (max-width: 834px) {
  .ms-section {
    padding: var(--xh-pad-top-md) 0 var(--xh-pad-bottom-md);
  }
}

@media (max-width: 860px) {
  .ms-phase-body {
    grid-template-columns: minmax(0, 1fr);
    gap: 6px;
  }
}

@media (max-width: 520px) {
  .ms-phase {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 14px;
  }
}

@media (max-width: 430px) {
  .ms-section {
    padding: var(--xh-pad-top-sm) 0 var(--xh-pad-bottom-sm);
  }
}

.svc-red-team .ms-list {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0;
  border-top: 0;
  margin-top: 10px;
  padding-top: 26px;
  position: relative;
}

.svc-red-team .ms-list::before {
  content: "";
  position: absolute;
  top: 31px;
  left: calc(100% / 14);
  right: calc(100% / 14);
  height: 1px;
  background: var(--xh-line);
}
.svc-red-team .ms-phase {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  padding: 0 8px;
  border-bottom: 0;
}

.svc-red-team .ms-phase-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--rt-accent, #DC2626);
  color: #fff;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.02em;
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
}
.svc-red-team .ms-phase-body {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
}
.svc-red-team .ms-phase-name { font-size: 14px; line-height: 1.3; text-wrap: balance; }
.svc-red-team .ms-phase-text { font-size: 12.5px; line-height: 1.5; }

@media (max-width: 1080px) {

  .svc-red-team .ms-list {
    display: block;
    border-top: 1px solid var(--xh-line);
    margin-top: 0;
    padding-top: 0;
  }
  .svc-red-team .ms-list::before { content: none; }
  .svc-red-team .ms-phase {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 20px;
    align-items: baseline;
    text-align: left;
    padding: 20px 4px;
    border-bottom: 1px solid var(--xh-line);
  }
  .svc-red-team .ms-phase-num {
    display: inline;
    width: auto; height: auto;
    background: none;
    color: var(--xh-accent);
    border-radius: 0;
    font-size: 12px;
  }
  .svc-red-team .ms-phase-body {
    display: grid;
    grid-template-columns: minmax(0, 15em) minmax(0, 1fr);
    gap: 4px 24px;
    align-items: baseline;
  }
  .svc-red-team .ms-phase-name { font-size: 16.5px; }
  .svc-red-team .ms-phase-text { font-size: 14.5px; }
}
@media (max-width: 860px) {
  .svc-red-team .ms-phase-body { grid-template-columns: minmax(0, 1fr); gap: 6px; }
}
@media (max-width: 520px) {
  .svc-red-team .ms-phase { grid-template-columns: 34px minmax(0, 1fr); gap: 14px; }
}

.xb-section {

  --xb-bg: var(--xh-bg, #FFFFFF);
  --xb-fg: var(--xh-text, #1E1E1E);
  --xb-heading: var(--xh-h2-color, var(--deep-navy, #070763));
  --xb-body: var(--xh-text-dim, rgba(30, 30, 30, 0.72));
  --xb-line: var(--xh-line, rgba(30, 30, 30, 0.10));
  --xb-accent: var(--xh-accent, var(--cyber-blue, #1431A7));

  --xb-card-bg: var(--neutral-mist, #F8F7ED);
  --xb-card-line: var(--xb-line);

  --xb-chip-bg: color-mix(in srgb, var(--xb-accent) 8%, transparent);
  --xb-chip-line: color-mix(in srgb, var(--xb-accent) 25%, transparent);
  --xb-chip-fg: color-mix(in srgb, var(--xb-fg) 88%, transparent);

  --xb-link-fg: var(--xb-accent);
  --xb-link-bg: color-mix(in srgb, var(--xb-accent) 6%, transparent);
  --xb-link-line: color-mix(in srgb, var(--xb-accent) 22%, transparent);
  --xb-link-hover-bg: var(--xb-accent);
  --xb-link-hover-fg: var(--xb-bg);

  --xb-pad-top: var(--xh-pad-top, 110px);
  --xb-pad-bottom: var(--xh-pad-bottom, 120px);

  background: var(--xb-bg);
  color: var(--xb-fg);
  padding: var(--xb-pad-top) 0 var(--xb-pad-bottom);

  border-top: 1px solid var(--xb-line);
}

body:has(.rt-hero) .xb-section,
body:has(.dw-hero) .xb-section {
  --xb-card-bg: color-mix(in srgb, var(--xb-fg) 5%, var(--xb-bg));
}

.xb-section.section-dark {
  --xb-bg: var(--deep-navy, #070763);
  --xb-fg: var(--white, #FFFFFF);
  --xb-heading: var(--white, #FFFFFF);
  --xb-body: rgba(255, 255, 255, 0.78);
  --xb-line: rgba(255, 255, 255, 0.18);
  --xb-accent: var(--soft-signal, #C5D6FF);
  --xb-card-bg: rgba(255, 255, 255, 0.05);

  background: var(--xb-bg);
  color: var(--xb-fg);
  padding: var(--xb-pad-top) 0 var(--xb-pad-bottom);
}

body:has(.rt-hero) .xb-section.section-dark,
body:has(.dw-hero) .xb-section.section-dark {
  --xb-bg: var(--xh-bg);
  --xb-fg: var(--xh-text);
  --xb-heading: var(--xh-h2-color);
  --xb-body: var(--xh-text-dim);
  --xb-line: var(--xh-line);
  --xb-accent: var(--xh-accent);
  --xb-card-bg: color-mix(in srgb, var(--xb-fg) 5%, var(--xb-bg));

  background: var(--xb-bg);
  color: var(--xb-fg);
  padding: var(--xb-pad-top) 0 var(--xb-pad-bottom);
}

.xb-head {
  max-width: 760px;
  margin: 0 0 44px;
}

.xb-head .xb-eyebrow:last-child {
  margin-bottom: 0;
}

.xb-h2 {
  font-size: clamp(28px, 3.2vw, 44px);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.024em;
  color: var(--xb-heading);
  margin: 0;
  text-wrap: balance;
}

.xb-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--xb-accent);
  margin-bottom: 26px;
}

.xb-eyebrow-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
}

.xb-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(260px, 100%), 1fr));
  gap: 20px;
}

.xb-card {
  background: var(--xb-card-bg);
  border: 1px solid var(--xb-card-line);
  border-radius: 12px;
  padding: 28px 26px 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.xb-card-num {
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--xb-accent);
}

.xb-card-title {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.015em;
  line-height: 1.28;
  color: var(--xb-heading);
  margin: 0;
  text-wrap: balance;
}

.xb-card-text {
  font-size: 14.5px;
  line-height: 1.62;
  color: var(--xb-body);
  margin: 0;
  text-wrap: pretty;
}

.xb-band-h2 {
  font-size: clamp(26px, 2.8vw, 38px);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.022em;
  color: var(--xb-heading);
  margin: 0;
  max-width: 800px;
  text-wrap: balance;
}

.xb-band-body {
  font-size: 16px;
  line-height: 1.7;
  color: var(--xb-body);
  margin: 16px 0 0;
  max-width: 760px;
  text-wrap: pretty;
}

.xb-metric-list {
  margin: 0;
  border-top: 1px solid var(--xb-line);
}

.xb-metric {
  display: grid;
  grid-template-columns: minmax(0, 15em) minmax(0, 1fr);
  gap: 6px 28px;
  padding: 18px 4px;
  border-bottom: 1px solid var(--xb-line);
}

.xb-metric-name {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.012em;
  color: var(--xb-heading);
  margin: 0;
}

.xb-metric-text {
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--xb-body);
  margin: 0;
  text-wrap: pretty;
}

.xb-ind-row {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.xb-ind-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 12px 20px;
  border-radius: 999px;
  border: 1px solid var(--xb-link-line);
  background: var(--xb-link-bg);
  font-size: 14px;
  font-weight: 600;
  color: var(--xb-link-fg);
  text-decoration: none;
}

.xb-ind-link:hover {
  background: var(--xb-link-hover-bg);
  color: var(--xb-link-hover-fg);
}

.xb-ind-link.is-static {
  color: var(--xb-body);
  border-color: var(--xb-line);
  background: transparent;
}

.xb-ind-arrow {
  transition: transform 0.2s;
}

.xb-ind-link:hover .xb-ind-arrow {
  transform: translateX(2px);
}

@media (max-width: 834px) {
  .xb-section,
  .xb-section.section-dark {
    padding: var(--xh-pad-top-md, 79px) 0 var(--xh-pad-bottom-md, 86px);
  }
}

@media (max-width: 430px) {
  .xb-section,
  .xb-section.section-dark {
    padding: var(--xh-pad-top-sm, 62px) 0 var(--xh-pad-bottom-sm, 67px);
  }
}

@media (max-width: 860px) {
  .xb-metric {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (min-width: 1400px) {
  .footer .ft-main {
    grid-template-columns: minmax(330px, 1fr) minmax(0, 700px) minmax(140px, 176px);
    column-gap: 48px;
  }

  .footer .ft-cols {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: 32px;
  }
}

@media (min-width: 1201px) and (max-width: 1399px) {
  .footer .ft-main {
    grid-template-columns: minmax(330px, 1fr) minmax(0, 1.1fr) minmax(140px, 176px);
    column-gap: 48px;
  }
  .footer .ft-cols {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 32px;
  }
}

@media (min-width: 901px) and (max-width: 1200px) {
  .footer .ft-main {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
}

@media (max-width: 1200px) {
  .footer .ft-cols {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 32px;
  }
}

@media (max-width: 900px) {
  .ft-main {
    grid-template-columns: minmax(0, 1fr);
    gap: 44px;
  }

  .ft-right-col {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px;
  }
}

.ft-certs {
  flex-wrap: nowrap;
}

@media (max-width: 560px) {
  .ah-proof-strip {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
  }

  .ah-proof-strip > * {
    display: grid;
    grid-template-columns: minmax(72px, auto) minmax(0, 1fr);
    gap: 4px 14px;
    align-items: baseline;
  }
}

@media (max-width: 1100px) and (min-width: 901px) {
  .mt-phases {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    row-gap: 32px;
  }
}

@media (max-width: 1280px) and (min-width: 561px) {
  .m3-as-row {
    grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
  }
}

@media (max-width: 1100px) and (min-width: 861px) {
  .wd-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .gd-closing-dot,
  .phw-pip,
  .cs-closing-rev-dot,
  .ct-rev-dot,
  .wi-wb-strip-dot,
  .dw-when-dot {
    position: relative;
  }

  .gd-closing-dot::before,
  .phw-pip::before,
  .cs-closing-rev-dot::before,
  .ct-rev-dot::before,
  .wi-wb-strip-dot::before,
  .dw-when-dot::before {
    content: '';
    position: absolute;
    inset: -10px -3px -32px;

  }

  .gd-share-btn,
  .bp-share-btn,
  .ph-anat-nav-btn {
    min-width: 44px;
    min-height: 44px;
  }

  .gl-az {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    mask-image: linear-gradient(90deg, #000 calc(100% - 28px), transparent);
  }
  .gl-az::-webkit-scrollbar { display: none; }
  .gl-az-btn {
    flex: 0 0 auto;
    min-width: 44px;
    min-height: 44px;
    scroll-snap-align: start;
  }

  .lang-switch .lang-opt {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    min-height: 44px;
    padding: 4px 6px;
  }
}

@media (max-width: 1024px) {
  .phbk-card {
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
    padding: 40px 32px;
  }
  .phbk-text { min-width: 0; }
}

@media (max-width: 1024px) {
  .hc-bookcall-inner {
    grid-template-columns: minmax(0, 1fr);
    padding: 40px 28px;
    gap: 28px;
    align-items: stretch;
  }
  .hc-bookcall-actions {
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
  }
}

@media (max-width: 1100px) {
  .wmw-body {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 24px;
  }
  .wmw-aside { display: none; }
  .wmw-anim-inline { display: block; }
}

@media (min-width: 901px) and (max-width: 1100px) {
  .m3-when-grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}

@media (max-width: 960px) and (min-width: 701px) {

  .rs-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .rs-cover {
    max-height: 240px;
    overflow: hidden;
  }
  .rs-cover svg,
  .rs-cover img {
    max-height: 240px;
    object-fit: cover;
  }
}

@media (max-width: 1100px) {
  .wi-inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 48px;
  }
  .wi-left,
  .wi-right { max-width: none; }
}

.svc-card h2,
.svc-card h3 {
  margin: 0 0 12px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.015em;
  text-wrap: balance;
}

.bp-section > p,
.bp-section > ul,
.bp-section > ol {

  max-width: 54ch;
}

.bp-section > ul,
.bp-section > ol { padding-left: 1.15em; }

.m3-pti-lead,
.m3-pti-body { max-width: 56ch; text-wrap: pretty; }

.rt-faq-body,
.dw-faq-body { max-width: 56ch; font-size: 16px; }

.wmw-title,
.ww-title,
.wd-cell-name,
.pf-hero h1,
.hero-h1,
.rv-title-line,
.m3-when-name,
.m3-pti-card-name {
  text-wrap: balance;
}

.cs-card-title,
.cd-rel-title,
.dw-apart-title,
.hc-pillar-name,
.bl-post-title,
.gl-card-title,
.svc-card h2,
.svc-card h3 {
  text-wrap: pretty;
}

@media (min-width: 1280px) {
  .ww-title { max-width: 700px; }
}

.wi-section h2,
.ww-section h2 {
  letter-spacing: -0.03em;
  line-height: 1.04;
}

@media (max-width: 834px) {
  .faq,
  .method,
  .pf-aud,
  .pf-ba,
  .pf-dv,
  .problem,
  .section-dark,
  .sectors,
  .services,
  .tm,
  .wbcl-section,
  .why,
  .wts-section {
    padding-top: 79px;
    padding-bottom: 79px;
  }
  .hc-bookcall,
  .hc-testimonials,
  .pf-cta,
  .rt-faq,
  .rt-models,
  .rt-other,
  .rt-pf,
  .rt-test,
  .rt-when {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .hc-platform,
  .hc-why,
  .rt-story,
  .wi-section {
    padding-top: 79px;
    padding-bottom: 72px;
  }
  .m3-pl,
  .m3-when,
  .ww-section {
    padding-top: 79px;
    padding-bottom: 86px;
  }
  .hc-others,
  .ph-other {
    padding-top: 65px;
    padding-bottom: 72px;
  }
  .phbk-section {
    padding-top: 58px;
    padding-bottom: 69px;
  }
  .platform {
    padding-top: 101px;
    padding-bottom: 86px;
  }
  .research {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .fcta {
    padding-top: 101px;
    padding-bottom: 101px;
  }
  .section-dark {
    padding-top: 69px;
    padding-bottom: 58px;
  }
  .wmc-section {
    padding-top: 27px;
    padding-bottom: 42px;
  }
  .rt-logos {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .rt-scopecta {
    padding-top: 43px;
    padding-bottom: 58px;
  }
  .rt-closing {
    padding-top: 86px;
    padding-bottom: 72px;
  }
  .m3-tagline {
    padding-top: 63px;
    padding-bottom: 79px;
  }
  .ph-closing {
    padding-top: 94px;
    padding-bottom: 79px;
  }
  .hc-stats {
    padding-top: 50px;
    padding-bottom: 58px;
  }
  .hc-regs {
    padding-top: 58px;
    padding-bottom: 58px;
  }
  .hc-bookcall-slim {
    padding-top: 0px;
    padding-bottom: 17px;
  }
  .hc-closing {
    padding-top: 94px;
    padding-bottom: 94px;
  }
  .ab-certs {
    padding-top: 60px;
    padding-bottom: 58px;
  }
  .bl-featured {
    padding-top: 72px;
    padding-bottom: 58px;
  }
  .bl-filters {
    padding-top: 36px;
    padding-bottom: 79px;
  }
  .cd-chapter {
    padding-top: 0px;
    padding-bottom: 14px;
  }
  .cd-related {
    padding-top: 12px;
    padding-bottom: 69px;
  }
  .section-dark {
    padding-top: 101px;
    padding-bottom: 79px;
  }
  .pf-ip {
    padding-top: 86px;
    padding-bottom: 94px;
  }
  .pf-midcta {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}

@media (max-width: 430px) {
  .faq,
  .method,
  .pf-aud,
  .pf-ba,
  .pf-dv,
  .problem,
  .section-dark,
  .sectors,
  .services,
  .tm,
  .wbcl-section,
  .why,
  .wts-section {
    padding-top: 62px;
    padding-bottom: 62px;
  }
  .hc-bookcall,
  .hc-testimonials,
  .pf-cta,
  .rt-faq,
  .rt-models,
  .rt-other,
  .rt-pf,
  .rt-test,
  .rt-when {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .hc-platform,
  .hc-why,
  .rt-story,
  .wi-section {
    padding-top: 62px;
    padding-bottom: 56px;
  }
  .m3-pl,
  .m3-when,
  .ww-section {
    padding-top: 62px;
    padding-bottom: 67px;
  }
  .hc-others,
  .ph-other {
    padding-top: 50px;
    padding-bottom: 56px;
  }
  .phbk-section {
    padding-top: 45px;
    padding-bottom: 54px;
  }
  .platform {
    padding-top: 78px;
    padding-bottom: 67px;
  }
  .research {
    padding-top: 46px;
    padding-bottom: 46px;
  }
  .fcta {
    padding-top: 78px;
    padding-bottom: 78px;
  }
  .section-dark {
    padding-top: 54px;
    padding-bottom: 45px;
  }
  .wmc-section {
    padding-top: 21px;
    padding-bottom: 32px;
  }
  .rt-logos {
    padding-top: 31px;
    padding-bottom: 16px;
  }
  .rt-scopecta {
    padding-top: 34px;
    padding-bottom: 45px;
  }
  .rt-closing {
    padding-top: 67px;
    padding-bottom: 56px;
  }
  .m3-tagline {
    padding-top: 49px;
    padding-bottom: 62px;
  }
  .ph-closing {
    padding-top: 73px;
    padding-bottom: 62px;
  }
  .hc-stats {
    padding-top: 39px;
    padding-bottom: 45px;
  }
  .hc-regs {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .hc-bookcall-slim {
    padding-top: 0px;
    padding-bottom: 13px;
  }
  .hc-closing {
    padding-top: 73px;
    padding-bottom: 73px;
  }
  .ab-certs {
    padding-top: 47px;
    padding-bottom: 45px;
  }
  .bl-featured {
    padding-top: 56px;
    padding-bottom: 45px;
  }
  .bl-filters {
    padding-top: 28px;
    padding-bottom: 62px;
  }
  .cd-chapter {
    padding-top: 0px;
    padding-bottom: 11px;
  }
  .cd-related {
    padding-top: 9px;
    padding-bottom: 54px;
  }
  .section-dark {
    padding-top: 78px;
    padding-bottom: 62px;
  }
  .pf-ip {
    padding-top: 67px;
    padding-bottom: 73px;
  }
  .pf-midcta {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (max-width: 834px) {
  .m3-as,
  .m3-de,
  .tr-off {
    padding-top: 79px;
    padding-bottom: 86px;
  }
}

@media (max-width: 430px) {
  .m3-as,
  .m3-de,
  .tr-off {
    padding-top: 62px;
    padding-bottom: 67px;
  }
}

@media (max-width: 834px) {
  .svc-pos {
    padding-top: 79px;
    padding-bottom: 79px;
  }
}

@media (max-width: 430px) {
  .svc-pos {
    padding-top: 62px;
    padding-bottom: 62px;
  }
}

@media (max-width: 834px) {
  .ab-certs {
    padding-top: 84px;
    padding-bottom: 80px;
  }
}

@media (max-width: 430px) {
  .ab-certs {
    padding-top: 84px;
    padding-bottom: 80px;
  }
}

@media (max-width: 834px) {
  .hero, .ph-hero, .dw-hero, .pf-hero, .ah-hero, .cs-hero,
  .rt-hero, .bl-hero, .gl-hero, .ct-hero, .ab-hero, .hc-hero {
    padding-top: 110px;
    padding-bottom: 90px;
  }
}
@media (max-width: 430px) {
  .hero, .ph-hero, .dw-hero, .pf-hero, .ah-hero, .cs-hero,
  .rt-hero, .bl-hero, .gl-hero, .ct-hero, .ab-hero, .hc-hero {
    padding-top: 88px;
    padding-bottom: 72px;
  }
}

@media (max-width: 430px) {
  .ct-body { padding-top: 8px; padding-bottom: 40px; }
}

@media (max-width: 834px) {
  .ct-hero { padding-top: 110px; padding-bottom: 44px; }

  .hero { padding-top: 96px; padding-bottom: 52px; }

}
@media (max-width: 430px) {
  .ct-hero { padding-top: 88px; padding-bottom: 36px; }
  .hero { padding-top: 80px; padding-bottom: 44px; }
}

@media (min-width: 1101px) {
  .rt-test-grid,
  .wts-grid,
  .ph-lures-grid,
  .rt-when-grid,
  .rt-other-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .rt-test-grid:has(> :last-child:nth-child(4)),
  .wts-grid:has(> :last-child:nth-child(4)),
  .ph-lures-grid:has(> :last-child:nth-child(4)),
  .rt-when-grid:has(> :last-child:nth-child(4)),
  .dw-test-grid:has(> :last-child:nth-child(4)) {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1101px) {
  .dw-test-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }

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

@media (min-width: 1101px) {
  .hc-others-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

.hc-pf-video { cursor: default; }
.hc-pf-play { cursor: pointer; }
.phw-card { cursor: pointer; }
.phw-card.pos-c { cursor: default; }

.pf-tracker-x, .pf-mock-pill, .ph-mail-cta, .ph-post-cta, .ph-anat-open-attach-cta { cursor: default; }

.ab-platform-video { cursor: default; }
.ab-platform-play { cursor: pointer; }

.ww-chip { padding-right: 0; }
.ww-chip-arrow { width: 18px; transition: opacity .2s ease, transform .2s ease; }
.ww-chip:hover .ww-chip-arrow, .ww-chip.is-active .ww-chip-arrow { width: 18px; }

.ww-chip-static { padding-right: 18px; cursor: default; }
.ww-chip-static:hover { transform: none; }

.cd-back { transition: color .2s ease; }
.cd-back:hover { gap: 6px; }
.cd-back:hover svg { transform: translateX(3px); }
.ah-secondary:hover { gap: 8px; }

.nav-dark .nav-link.active:hover { background: rgba(197, 214, 255, 0.20); }
.nav-light .nav-link.active:hover { background: rgba(20, 49, 167, 0.12); }
body .nav .nav-link.active:hover { background: rgba(197, 214, 255, 0.2) !important; }

.nav-logo, .ft-logo { transition: opacity .18s ease; }
.nav-logo:hover, .ft-logo:hover { opacity: 0.75; }

.bp-toc-list a { transition: color .15s ease; }
.bp-toc-list a:hover .bp-toc-text { color: var(--focus-ring, #1431A7); text-decoration: underline; text-underline-offset: 3px; }
.bp-hero-tag { transition: opacity .15s ease, border-color .15s ease; }
.bp-hero-tag:hover { opacity: 0.82; }
.rs-all { transition: opacity .15s ease; }
.rs-all:hover { opacity: 0.8; }
.ah-tab:not(.is-active):hover, .wi-wb-tab:not(.is-active):hover { opacity: 0.82; }
.cs-closing-rev-dot:not(.is-on):hover, .ct-rev-dot:not(.is-on):hover { opacity: 0.7; transform: scale(1.25); }
.cs-closing-rev-dot, .ct-rev-dot { transition: opacity .15s ease, transform .15s ease; }

.entry-content a:hover, .page-content a:hover, .bp-body a:hover { text-decoration: underline; text-underline-offset: 3px; }

.wpv-play:focus-visible, .phbk-cta:focus-visible, .hs-form__ph-btn:focus-visible {
  outline: 2px solid #FFFFFF !important;
  outline-offset: 2px !important;
  box-shadow: 0 0 0 6px rgba(7, 7, 99, 0.85) !important;
}
a.btn:focus-visible { outline: 2px solid var(--focus-ring, #1431A7) !important; outline-offset: 3px !important; }

@media (max-width: 980px) {
  .m3-pl-grid { grid-template-columns: minmax(0, 1fr); }
}
@media (max-width: 430px) {
  .m3-pl-mock-body { padding: 16px 14px 18px; gap: 14px; }
  .m3-pl-mock-stats { gap: 8px; }
  .m3-pl-mock-stat { padding: 9px 8px; }
  .m3-pl-mock-stat-k { font-size: 9px; letter-spacing: 0.04em; }
}

.rt-logos-track { background: #07070A; }
.rt-logo-wrap:has(> img[src$="/image2.png"]),
.rt-logo-wrap:has(> img[src$="/imagea.png"]),
.rt-logo-wrap:has(> img[src$="/imageb.png"]) {
  filter: none;
  opacity: 1;
}
.rt-logo-wrap > img[src$="/image2.png"],
.rt-logo-wrap > img[src$="/imagea.png"],
.rt-logo-wrap > img[src$="/imageb.png"] {
  filter: grayscale(1) invert(1) brightness(1.1);
  opacity: 0.55;
  mix-blend-mode: screen;
}

.ab-numbers-logos-track { background: var(--ab-navy); }
.ab-numbers-logos-track img[src$="/imagea.png"],
.ab-numbers-logos-track img[src$="/image2.png"] {
  filter: grayscale(1) invert(1) brightness(1.1);
  mix-blend-mode: screen;
}

.sp-logo-img.client-logo--light-ink,
.sp-logo-wrap:hover .sp-logo-img.client-logo--light-ink {
	filter: grayscale(1) invert(1);
}

.rt-logo-wrap img[src$="/image8.png"],
.rt-logo-wrap img[src$="/image12.png"],
.rt-logo-wrap img[src$="/imagef.png"] {
  filter: invert(1);
}

.client-logo {
	width: auto;

	height: calc(var(--logo-rail, 18px) * var(--logo-k, 1));
	max-width: none;
	max-height: none;
}

.sp-logo-img                { --logo-rail: 40px; }
.rt-logo-wrap img           { --logo-rail: 34px; height: calc(34px * var(--logo-k, 1)); }
.dw-logos-track img         { --logo-rail: 25px; height: calc(25px * var(--logo-k, 1)); }
.ab-numbers-logos-track img { --logo-rail: 25px; height: calc(25px * var(--logo-k, 1)); }

.cs-hero-logos-track img    { --logo-rail: 25px; height: calc(25px * var(--logo-k, 1)); }
.col-logos-track img        { --logo-rail: 25px; height: calc(25px * var(--logo-k, 1)); }
.rt-logo-wrap { height: auto; min-height: 40px; }

.ct-logo-cell img.client-logo    { --logo-rail: 25px; height: calc(25px * var(--logo-k, 1)); }
.tm-company-logo img.client-logo { --logo-rail: 27px; height: calc(27px * var(--logo-k, 1)); max-height: none; }

.hc-testi-attrib .logo img.client-logo { --logo-rail: 40px; width: auto; }

.rt-test-logo { --logo-rail: 22px; }

.wpv-logo     { --logo-rail: 20px; }
.ct-rev-logo  { --logo-rail: 20px; }

.hc-testi-logo.dark.client-logo { --logo-rail: 33px; height: calc(33px * var(--logo-k, 1)); max-height: none; }

.ct-logos .ct-logos-track .ct-logo-cell {
  width: auto;
  padding: 0 14px;
}
.ct-logos .ct-logo-cell img {
  --logo-rail: 25px;
  height: calc(25px * var(--logo-k, 1));
  width: auto;
  max-height: none;
  max-width: none;
}

@media (prefers-reduced-motion: reduce) {
  .ct-logos .ct-logo-cell img { max-width: 100%; }
}

@media (max-width: 640px) {
  .sp-marquee .sp-track { gap: 20px; }
  .sp-marquee .sp-track .sp-logo-wrap { width: auto; height: 56px; padding: 0; }

  .sp-marquee .sp-track .sp-logo-img {
    --logo-rail: 27px;
    height: calc(27px * var(--logo-k, 1));
    width: auto;
    max-height: none;
    max-width: none;
  }
}

.sp-logo-wrap { width: auto; padding: 0; }

.prob-data {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.prob-chip {
  background: var(--white);
  border: 1px solid var(--gray-06);

  border-left: 3px solid var(--cyber-blue);
  border-radius: 8px;
  padding: 18px 20px;
}

.prob-chip-text {
  display: block;
  font-size: 16px;
  line-height: 1.45;
  color: var(--deep-carbon);
  text-wrap: pretty;
}

.prob-chip-src {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.4;
  font-style: normal;
  letter-spacing: 0.01em;
  color: var(--gray-60);
}

.prob-grid-solo {
  grid-template-columns: 1fr;
}

.prob-grid-solo .prob-text {
  max-width: 720px;
}

.prob-aside {
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 0;
}

.prob-chart-source {
  margin: 10px 0 0;
  font-size: 11.5px;
  line-height: 1.45;
  letter-spacing: 0.01em;
  color: var(--gray-60);
  text-wrap: pretty;
}

.ng-prob-chart .ng-chart-legend {
  display: none;
}

@media (max-width: 760px) {
  .ng-prob-chart {
    overflow-x: visible;
    -webkit-mask-image: none;
            mask-image: none;
    padding: 18px;
  }

  .ng-prob-chart .ng-chart-svg {
    min-width: 0;
    width: 100%;
    height: auto;
    aspect-ratio: 640 / 320;
  }

  .ng-prob-chart .ng-chart-svg text {
    font-size: 21px;
  }

  .ng-prob-chart .ng-chart-svg text[font-weight="700"] {
    visibility: hidden;
  }

  .ng-prob-chart .ng-chart-legend {
    display: flex;
    flex-wrap: wrap;
    column-gap: 14px;
    row-gap: 6px;
    margin-top: 14px;
    font-size: 11.5px;
  }

  .ng-prob-chart .ng-leg-dot {
    height: 3px;
    border-radius: 2px;
  }
}

.sc-layout-nonews {
  grid-template-columns: 200px minmax(0, 1fr);
}

@media (max-width: 1100px) {
  .sc-layout-nonews {
    grid-template-columns: 180px minmax(0, 1fr);
  }
}

@media (max-width: 720px) {
  .sc-layout-nonews {
    grid-template-columns: minmax(0, 1fr);
  }
}

.demo-fiction {
  margin: 14px 0 0;
  padding: 0;
  font-size: 12.5px;
  line-height: 1.55;
  letter-spacing: 0.005em;
  max-width: 62ch;
  text-wrap: pretty;
}

.demo-fiction--light { color: #55606E; }

.demo-fiction--dark { color: #A9B6CC; }

@media (max-width: 720px) {
  .demo-fiction { font-size: 12px; margin-top: 12px; }
}

.demo-fiction--ipfoot { grid-column: 2; margin-top: 18px; }

@media (max-width: 980px) {
  .demo-fiction--ipfoot { grid-column: 1; }
}

@media (min-width: 901px) {
  .hc-testi-rail.dark {
    grid-template-columns: repeat(var(--hc-testi-rail-n, 6), minmax(0, 1fr));
  }
}

.hc-testi-logo-btn.dark:hover,
.hc-testi-logo-btn.dark:focus-visible {
  background: rgba(245, 239, 236, 0.06);
}

.hc-testi-logo.hc-testi-logo-text {
  display: block;
  height: auto;
  max-height: none;
  max-width: 100%;
  font-size: 11px;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-align: center;
  text-wrap: balance;
  overflow-wrap: anywhere;
  color: rgba(245, 239, 236, 0.72);
  opacity: 0.62;
  filter: none;
  transition: opacity .25s, color .25s;
}
.hc-testi-logo-btn.dark.is-active .hc-testi-logo.hc-testi-logo-text {
  opacity: 1;
  filter: none;
  color: #fff;
}

.hc-testimonials.dark .hc-testi-logo.is-plated,
.hc-testimonials.dark .hc-testi-attrib-logo.is-plated,
.hc-testimonials.dark .hc-testi-logo-btn.dark:hover .hc-testi-logo.is-plated,
.hc-testimonials.dark .hc-testi-logo-btn.dark.is-active .hc-testi-logo.is-plated {
  filter: grayscale(1) invert(1) brightness(1.1);
  mix-blend-mode: screen;
}

.hc-testimonials.dark .hc-testi-attrib-logo.is-plated { opacity: 0.85; }

.hc-testimonials.dark .hc-testi-attrib .logo img {
  max-height: 34px;
  width: auto;
  object-fit: contain;
}

.hc-testimonials.dark .hc-testi-attrib .logo { background: #0E0A0C; }

@media (max-width: 760px) {
  .hc-testi-logo-btn.dark { min-width: 0; padding: 16px 8px; height: auto; min-height: 72px; }
  .hc-testi-logo.dark { max-width: 100%; }
  .hc-testi-rail.dark { grid-auto-rows: minmax(72px, auto); }
  .hc-testi-logo.hc-testi-logo-text { font-size: 10px; letter-spacing: 0.02em; }
}

.ww-chip-static {
  cursor: default;
  background: rgba(30, 30, 30, 0.025);
  border-color: rgba(30, 30, 30, 0.06);
  color: rgba(30, 30, 30, 0.68);
}
.ww-chip-static:hover { transform: none; }
.ww-chip-static .ww-chip-icon { opacity: 0.5; }

.bl-news {
  --news-bg:         var(--host-accent-bg,      var(--bl-navy, #070763));
  --news-text:       var(--host-accent-text,    #ffffff);
  --news-dim:        var(--host-accent-dim,     rgba(255, 255, 255, 0.78));
  --news-bright:     var(--host-accent-bright,  var(--bl-blue-bright, #C5D6FF));
  --news-eyebrow:    var(--host-accent-eyebrow, rgba(197, 214, 255, 0.68));
  --news-line:       var(--host-accent-line,    rgba(255, 255, 255, 0.12));
  --news-h2:         var(--host-h2-size,        clamp(34px, 4.2vw, 56px));
  --news-h2-weight:  var(--host-h2-weight,      400);
  --news-h2-track:   var(--host-h2-tracking,    -0.022em);
  --news-pad-top:    var(--host-pad-top,        130px);
  --news-pad-bottom: var(--host-pad-bottom,     130px);

  background-color: var(--news-bg);
  color: var(--news-text);
  padding-top: var(--news-pad-top);
  padding-bottom: var(--news-pad-bottom);
}

@media (max-width: 1000px) {
  .bl-news {
    --news-pad-top:    var(--host-pad-top-narrow,    100px);
    --news-pad-bottom: var(--host-pad-bottom-narrow, 100px);
  }
}

.bl-news .bl-news-eyebrow { color: var(--news-eyebrow); }
.bl-news .bl-news-title {
  font-size: var(--news-h2);
  font-weight: var(--news-h2-weight);
  letter-spacing: var(--news-h2-track);
  color: var(--news-text);
}
.bl-news .bl-news-title-accent { color: var(--news-bright); }
.bl-news .bl-news-body { color: var(--news-dim); }
.bl-news .bl-news-counts { border-top-color: var(--news-line); }
.bl-news .bl-news-count-v { color: var(--news-bright); }

.hero-entity {

  grid-column: 1 / -1;

  position: relative;
  z-index: 1;

  max-width: 800px;

  margin: 56px 0 0;

  font-size: 15.5px;
  line-height: 1.55;

  color: color-mix(in srgb, currentColor 72%, transparent);
}

@media (max-width: 768px) {
  .hero-entity {
    margin-top: 40px;
  }
}

.ah-inner > .hero-entity {
  margin-top: 0;
}

.ms-section + section,
.xb-section + section {
  border-top: 1px solid var(--xh-line);
}

.rt-when + .rt-faq {
  border-top: 1px solid var(--xh-line);
}

.m3-when + .m3-de {
  border-top: 1px solid var(--xh-line);
}

section:has(+ .ms-section),
section:has(+ .xb-section) {
  border-bottom: none;
}

.gd-closing-card.is-cta-only {
  grid-template-columns: minmax(0, 1fr);
}

.gd-closing-card.is-cta-only .gd-closing-cta {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.gd-closing-card.is-cta-only .gd-closing-actions {
  justify-content: center;
}

@media (max-width: 1000px) {
  .gd-closing-card.is-cta-only {
    padding: 36px;
  }
}

@media (max-width: 700px) {
  .gd-closing-card.is-cta-only {
    padding: 28px;
  }
}

.pf-ip .pf-ip-content-title {
  font-size: clamp(22px, 2.4vw, 30px);
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.sx-bar,
.gl-az-wrap { top: 80px; }

.sx-bar-row { row-gap: 10px; }

.sx-pill { gap: 8px; }

.sx-pill .gl-chip-count { flex: none; }
.sx-pill.is-active .gl-chip-count {
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
}

.sx-bar-meta {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.sx-clear {
  background: none;
  border: none;
  padding: 0;
  font-family: inherit;
  font-size: 12px;
  font-weight: 600;
  color: var(--gl-blue);
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}
.sx-clear:hover { color: var(--gl-navy); }
.sx-clear:focus-visible { outline: 2px solid var(--gl-blue); outline-offset: 3px; }

.sx-index { padding: 56px 0 100px; }
.sx-group + .sx-group { margin-top: 48px; }

.sx-group-name {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: var(--gl-navy);
}

.sx-rows {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid var(--gl-line);
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
}
.sx-rows > li + li { border-top: 1px solid var(--gl-line); }

.sx-row {
  display: grid;
  grid-template-columns: minmax(0, 320px) minmax(0, 1fr) auto;
  column-gap: 28px;
  align-items: center;
  padding: 16px 20px;
  text-decoration: none;
  color: inherit;
  transition: background 0.15s, box-shadow 0.15s;
}

.sx-row-id { display: flex; flex-direction: column; gap: 3px; min-width: 0; }

.sx-row-name {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.014em;
  line-height: 1.3;
  color: var(--gl-navy);
}

.sx-row-formal {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gl-text-faint);
  line-height: 1.35;
}

.sx-row-desc {
  font-size: 13.5px;
  line-height: 1.55;
  color: var(--gl-text-dim);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-wrap: pretty;
}

.sx-row-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--gl-blue);
  font-weight: 600;
  transition: gap 0.18s;
}

.sx-row:hover .sx-row-cta { gap: 10px; }

.sx-row:hover {
  background: var(--gl-bg-soft);
  box-shadow: inset 2px 0 0 var(--gl-blue);
}

.sx-row:focus-visible {
  outline: 2px solid var(--gl-blue);
  outline-offset: -2px;
}

.sx-closing .nav-panel-meta {
  margin-top: 0;
  color: var(--gl-text-faint);
}

.sx-closing .sx-guia {
  margin: 14px 0 0;
  font-size: 14.5px;
  line-height: 1.5;
  color: var(--gl-text-faint);
  max-width: 46ch;
}
.sx-closing .sx-guia a {
  color: var(--gl-blue);
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
.sx-closing .sx-guia a:hover {
  text-decoration-thickness: 2px;
}

.sx-closing-form .hs-form__ph-input {
  border: 1px solid rgba(30, 30, 30, 0.18);
  background: #fff;
  color: #1e1e1e;
  border-radius: 8px;
}
.sx-closing-form .hs-form__ph-input::placeholder { color: rgba(30, 30, 30, 0.68); }
.sx-closing-form .hs-form__ph-input:focus-visible {
  outline: 2px solid var(--gl-blue);
  outline-offset: 1px;
  border-color: var(--gl-blue);
}
.sx-closing-form .hs-form__ph-note { color: rgba(30, 30, 30, 0.68); }

@media (max-width: 700px) {

  .sx-bar,
  .gl-az-wrap { top: 73px; }

  .sx-bar-row {
    flex-wrap: wrap;
    overflow-x: visible;
    mask-image: none;
    -webkit-mask-image: none;
    scroll-snap-type: none;
  }
  .sx-bar .sx-pill {
    width: auto;
    height: auto;
    min-width: 0;
    min-height: 44px;
    padding: 0 12px;
    font-size: 12.5px;
    scroll-snap-align: none;
  }

  .sx-index { padding: 40px 0 72px; }

  .sx-row {
    grid-template-columns: 1fr;
    row-gap: 8px;
    padding: 16px 18px;
  }
  .sx-row-cta { justify-self: start; }

  .sx-row-desc {
    display: block;
    -webkit-line-clamp: none;
    overflow: visible;
  }

  .sx-bar-meta { margin-left: 0; }
}

@media (max-width: 760px) {
  .why-table,
  .why-table-5 {
    background: var(--deep-navy);
  }

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

  .why-table-5 .why-grid {
    grid-template-columns: 136px repeat(4, minmax(0, 1fr));
  }

  .why-cap,
  .why-cap-head {
    position: sticky;
    left: 0;
    z-index: 3;
    background: var(--deep-navy);
    border-right: 1px solid rgba(197, 214, 255, 0.14);
  }

  .why-cap {
    padding: 16px 10px;
    font-size: 13px;
  }

  .why-cap-head {
    padding: 16px 10px;
  }

  .why-cell {
    padding: 16px 10px;
    gap: 8px;
    font-size: 12px;
  }

  .why-cell-label {
    display: inline;
  }

  .why-col-head {
    padding: 16px 10px;
    font-size: 11px;
  }

  .why-col-asperis {
    padding: 24px 10px 12px;
  }
}

.bl-featured-cover img.asperis-cover-drawn {
  object-fit: contain;
}

.bl-featured-meta-line,
.bl-post-date {
  flex-wrap: wrap;
}
.bl-featured-meta-line > span,
.bl-post-date > span {
  white-space: nowrap;
}

.ph-hero-h1,
.ph-hero-h1 .m3-h1-accent,
.ph-hero-h1 .ph-h1-accent {
  font-weight: 600;
}

@media (min-width: 761px) and (max-width: 960px) {
  .why-table-3 .why-cell-label,
  .why-table-4 .why-cell-label {
    display: block;
  }
}

@media (max-width: 760px) {

  .why-table-wrap:has(.why-table-3),
  .why-table-wrap:has(.why-table-4) {
    overflow-x: visible;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .why-table.why-table-3,
  .why-table.why-table-4 {
    min-width: 0;
  }

  .why-table-3 .why-grid,
  .why-table-4 .why-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
  }

  .why-table-3 .why-grid-head .why-col-head,
  .why-table-4 .why-grid-head .why-col-head,
  .why-table-3 .why-grid-head .why-col-asperis,
  .why-table-4 .why-grid-head .why-col-asperis {
    display: none;
  }

  .why-table-3 .why-grid-row,
  .why-table-4 .why-grid-row {
    margin-bottom: 14px;
    border: 1px solid rgba(197, 214, 255, 0.14);
    border-radius: 12px;
    overflow: hidden;
  }

  .why-table-3 .why-cap,
  .why-table-4 .why-cap {
    padding: 14px 16px 12px;
    font-weight: 600;
    line-height: 1.35;
    background: rgba(197, 214, 255, 0.05);
    border-bottom: 1px solid rgba(197, 214, 255, 0.12);
  }

  .why-table-3 .why-cell,
  .why-table-4 .why-cell {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: start;
    gap: 4px 10px;
    padding: 12px 16px;
  }

  .why-table-3 .why-cell + .why-cell,
  .why-table-4 .why-cell + .why-cell {
    border-top: 1px solid rgba(197, 214, 255, 0.10);
  }

  .why-table-3 .why-cell::before,
  .why-table-4 .why-cell::before {
    content: attr(data-who);
    grid-column: 1 / -1;
    font-family: ui-monospace, Menlo, monospace;
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    opacity: 0.62;
  }

  .why-table-3 .why-cell-label,
  .why-table-4 .why-cell-label {
    display: block;
    font-size: 14px;
    line-height: 1.5;
  }
}

body.blog .bl-hero-h1,
body.blog .bl-hero-h1 .bl-h1-accent,
body.post-type-archive-glossary .gl-title,
body.tax-glossary_topic .gl-title,
.cs-hero-h1,
.cs-hero-h1 .cs-h1-accent,
.cd-title,
.ab-hero-h1,
.ab-hero-h1 .ab-h1-accent,
.bp-hero-title,

.twn-h1 {
  font-weight: 600;
}

.bl-contrib {
  background: var(--bl-bg-2);
  color: var(--bl-text);
  padding: 110px 0;
  border-top: 1px solid var(--bl-line);
}
.bl-contrib-inner {
  max-width: 760px; margin: 0 auto; text-align: center;
  display: flex; flex-direction: column; align-items: center; gap: 22px;
}
.bl-contrib-eyebrow {
  font-size: 11px; letter-spacing: 0.22em; font-weight: 700;
  color: var(--bl-blue); text-transform: uppercase; display: block;
}
.bl-contrib-title {
  font-size: clamp(32px, 3.6vw, 48px); font-weight: 600; line-height: 1.08;
  letter-spacing: -0.024em; color: var(--bl-navy); margin: 0; text-wrap: balance;
}
.bl-contrib-body {
  font-size: 17px; line-height: 1.62; color: var(--bl-text-dim);
  margin: 0; max-width: 640px; text-wrap: pretty;
}
.bl-contrib-actions { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; }
.bl-contrib-btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 24px; border-radius: 10px;
  background: var(--bl-blue); color: #fff; text-decoration: none;
  font-size: 15px; font-weight: 500;
  transition: background 0.18s ease, transform 0.18s ease;
}
.bl-contrib-btn:hover { background: var(--bl-navy); transform: translateY(-1px); }
.bl-contrib-btn:focus-visible { outline: 2px solid var(--bl-blue); outline-offset: 3px; }
@media (max-width: 700px) {
  .bl-contrib { padding: 80px 0; }
}

.ct-rev-stage {
  display: grid;
  min-height: 154px;
}
.ct-rev {
  position: static;
  grid-area: 1 / 1;
}

.gl-closing {
  background: var(--gl-navy, #070763);
  color: #fff;
  padding: 110px 0 120px;
  position: relative;
  z-index: 41;
  overflow: hidden;
}
.gl-closing-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 64px;
  align-items: center;
}
.gl-closing-copy { min-width: 0; display: flex; flex-direction: column; gap: 20px; }
.gl-closing-eyebrow {
  font-size: 11px; letter-spacing: 0.22em; font-weight: 700;
  color: rgba(197,214,255,0.72); text-transform: uppercase; display: block;
}
.gl-closing-title {
  font-size: clamp(30px, 3.4vw, 46px); font-weight: 600; line-height: 1.08;
  letter-spacing: -0.024em; color: #fff; margin: 0; text-wrap: balance;
}
.gl-closing-body {
  font-size: 17px; line-height: 1.62; color: rgba(255,255,255,0.78);
  margin: 0; max-width: 560px; text-wrap: pretty;
}
.gl-closing-form { margin-top: 4px; max-width: 460px; }
.gl-closing-legal {
  margin-top: 10px; font-size: 13px; color: rgba(255,255,255,0.58);
}
.gl-closing-video { min-width: 0; }
.gl-closing-reviews { display: flex; flex-direction: column; gap: 18px; margin-top: 8px; }
.gl-closing-rev blockquote {
  margin: 0; font-size: 16px; line-height: 1.6; color: rgba(255,255,255,0.86);
}
.gl-closing-rev figcaption {
  margin-top: 8px; font-size: 13px; color: rgba(255,255,255,0.56);
  display: flex; gap: 8px; flex-wrap: wrap;
}
.gl-closing-rev-name { font-weight: 600; color: rgba(255,255,255,0.78); }
@media (max-width: 980px) {
  .gl-closing { padding: 80px 0 88px; }
  .gl-closing-grid { grid-template-columns: 1fr; gap: 40px; }
}

.ct-grid {
  grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
}
.ct-proof {
  position: static;
  top: auto;
}
.ct-form-side {
  margin-top: 24px;
}
.ct-logos-band {
  margin-top: 56px;
  padding-top: 40px;
  border-top: 1px solid rgba(30, 30, 30, 0.10);
}
.ct-logos-band .ct-logos-grid {
  grid-template-columns: repeat(8, 1fr);
}
@media (max-width: 980px) {
  .ct-grid { grid-template-columns: 1fr; }
  .ct-logos-band { margin-top: 40px; padding-top: 32px; }
  .ct-logos-band .ct-logos-grid { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 640px) {
  .ct-logos-band .ct-logos-grid { grid-template-columns: repeat(3, 1fr); }
}

.ab-manifiesto {
  text-align: left;
  max-width: 860px;
}
.ab-manifiesto .ab-quote-text {
  margin-bottom: 32px;
}
.ab-manifiesto .ab-quote-attr {
  display: block;
  padding-top: 20px;
  border-top: 1px solid rgba(197, 214, 255, 0.22);
}
.ab-manifiesto .ab-quote-author,
.ab-manifiesto .ab-quote-role {
  text-align: left;
}

.gd-term { font-weight: 600; }

.a11y-solo-lectores {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.sp + .m3-when { border-top: 0; }
.m3-tagline + .tr-off { border-top: 0; }

.sp ~ .m3-as { border-top: 0; }

.m3-as .m3-as-head:last-child { margin-bottom: 0; }

.rt-story + .rt-test { border-top: 1px solid var(--xh-line); }

.cs-hero-grid-cols .cs-hero-cta:last-child { margin-bottom: 0; }

@media (min-width: 1100px) {
	.ph-hero-grid-cols,
	.hc-hero-grid-cols {
		grid-template-columns: 0.95fr 1.05fr;
		gap: 48px;
	}
}

.cs-hero-grid-cols {
	align-items: stretch;
}

.cs-hero-grid-cols {
	grid-template-columns: 0.95fr 1.05fr;
	gap: 48px;
}

.cs-hero-text {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.cs-form-title {
	font-size: 17px;
	font-weight: 600;
	line-height: 1.25;
	letter-spacing: -0.015em;
	margin-bottom: 4px;
}
.cs-form-hint {
	font-size: 12px;
	line-height: 1.45;
	margin-bottom: 12px;
}

@media (min-width: 901px) {
	.ab-certs-row-team {
		grid-template-columns: repeat(7, 1fr);
	}
}

.lg-doc .entry-content table {
	display: block;
	overflow-x: auto;
	max-width: 100%;

	-webkit-overflow-scrolling: touch;
}

.lg-doc .entry-content table > tbody,
.lg-doc .entry-content table > thead {
	display: table;
	width: 100%;
	min-width: 560px;
}

.ct-hero--slim {
	padding-top: 121px;
}

@media (min-width: 981px) {
	.ct-grid {
		grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
	}
	.ct-grid > .ct-proof {
		order: 1;
		align-self: start;
	}
	.ct-grid > .ct-form-wrap {
		order: 2;
	}
}

.bl-endcta {
	padding: 48px 0 72px;
}

.bl-endcta-inner {
	padding-top: 32px;
	border-top: 1px solid rgba(30, 30, 30, .12);
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
	gap: 24px;
}
.bl-endcta-text {
	margin: 0;
	flex: 1 1 460px;
	max-width: 54ch;
	font-size: 17px;
	line-height: 1.6;
	color: rgba(30, 30, 30, .74);
	text-wrap: pretty;
}
.bl-endcta-btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 14px 26px;
	border-radius: 8px;
	background: #1431a7;
	color: #fff;
	font-size: 14.5px;
	font-weight: 600;
	letter-spacing: -.005em;
	text-decoration: none;
	transition: background .2s ease, transform .2s ease;
}
.bl-endcta-btn:hover {
	background: #0f2685;
	transform: translateY(-1px);
}
.bl-endcta-btn:focus-visible {
	outline: 2px solid #1431a7;
	outline-offset: 3px;
}
.bl-endcta-btn .bl-arrow { transition: transform .25s ease; }
.bl-endcta-btn:hover .bl-arrow { transform: translateX(3px); }

@media (prefers-reduced-motion: reduce) {
	.bl-endcta-btn,
	.bl-endcta-btn .bl-arrow { transition: none; }
	.bl-endcta-btn:hover { transform: none; }
	.bl-endcta-btn:hover .bl-arrow { transform: none; }
}

@media (max-width: 720px) {
	.bl-endcta { padding: 36px 0 56px; }
	.bl-endcta-btn { width: 100%; justify-content: center; }
}

a.nav-panel-ticker-row {
	text-decoration: none;
	min-width: 0;
}

a.nav-panel-ticker-row:hover .nav-panel-ticker-text {
	text-decoration: underline;
	text-underline-offset: 2px;
}
a.nav-panel-ticker-row:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 2px;
	border-radius: 3px;
}

.nav-panel-ticker-date {
	flex-shrink: 0;
	text-transform: uppercase;
	font-size: 9.5px;
	letter-spacing: .08em;
	opacity: .62;
}

.nav-panel-ticker-src {
	font-size: 9.5px;
	letter-spacing: .1em;
	opacity: .66;
}

.nav-panel-ticker-text {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.nav-panel-ticker-note {
	margin: 12px 0 0;
	font-size: 10.5px;
	line-height: 1.45;
	letter-spacing: 0;
	text-wrap: pretty;
}
.nav-dark .nav-panel-ticker-note {
	color: rgba(255, 255, 255, .5);
}
.nav-light .nav-panel-ticker-note {
	color: rgba(30, 30, 30, .58);
}

.wi-aichat-bubble-u .wi-leak {
	color: #fca5a5;
	background: rgba( 239, 68, 68, 0.22 );
}

body.sol-tech-saas .hc-pf-video-status {
	color: #a78bfa;
}

.cs-form-wrap {
	padding: 16px 18px;
}

.cs-hero-logos-strip {
	margin-top: 34px;
	margin-right: 44px;
	overflow: hidden;
	mask-image: linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
	-webkit-mask-image: linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
}
.cs-hero-logos-track {
	display: flex;
	gap: 64px;
	align-items: center;
	--marquee-gap: 64px;
	animation: cs-hero-marquee 50s linear infinite;
	width: max-content;
}

.cs-hero-logos-track img {
	width: auto;
	opacity: 0.55;
	filter: grayscale(1) brightness(0) invert(1);
	transition: opacity 0.25s;
	flex: 0 0 auto;
}
.cs-hero-logos-track img:hover { opacity: 0.95; }
.cs-hero-logos-strip:hover .cs-hero-logos-track { animation-play-state: paused; }
@keyframes cs-hero-marquee {
	from { transform: translateX(0); }
	to   { transform: translateX(calc(-50% - var(--marquee-gap, 0px) / 2)); }
}

@media (prefers-reduced-motion: reduce) {
	.cs-hero-logos-track { animation: none; }
}

.cs-card-visual--fig {
	position: relative;
	overflow: hidden;
	background: var(--bl-navy, #070763);
}
.cs-card-fig {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.ct-hero-subtitle {
	font-size: clamp(17px, 1.7vw, 21px);
	font-weight: 500;
	line-height: 1.3;
	letter-spacing: -0.012em;
	color: var(--cyber-blue, #1431A7);
	margin: 0 0 16px;
}
.ct-hero-sub + .ct-hero-sub { margin-top: 12px; }

.ct-grid {
	align-items: stretch;
}
.ct-form-wrap {
	display: flex;
	flex-direction: column;
	min-width: 0;
}
.ct-form-card {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.ct-reviews + .ct-logos-band {
	margin-top: -14px;
}

.ct-sellos {
	margin-top: 28px;
}
@media (max-width: 980px) {
	.ct-grid { align-items: start; }
	.ct-form-card { display: block; }
}

.ct-body {
	padding-top: 140px;
}

.rt-hero-grid-cols {
	grid-template-columns: 0.95fr 1.05fr;
	gap: 48px;
}
.dw-hero-grid-cols {
	grid-template-columns: 0.95fr 1.05fr;
	gap: 48px;
	align-items: stretch;
}

.hero-trust-certs .hero-trust-group {
	display: block;
}

.hero-trust-certs .hero-trust-group-label {

	display: block;
	margin-bottom: 9px;
	font-size: 10.5px;
	font-weight: 500;
	letter-spacing: 0.16em;
	text-transform: uppercase;

	color: color-mix(in srgb, currentColor 58%, transparent);
}

.hero-trust-certs .hero-trust-group-row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	min-width: 0;
}

.hero-trust-certs .hero-cb-tile {
	height: 58px;
	padding: 6px 9px;
	border-radius: 9px;
}

.hero-trust-certs .hero-cb-square {
	min-width: 58px;
}

.hero-trust-certs .hero-cb-tile-inner img {
	max-height: 44px;
	width: auto;
}

.hero-trust-certs .hero-cb-plate .hero-cb-tile-inner img {
	border-radius: 4px;
	box-shadow: 0 0 0 1px color-mix(in srgb, currentColor 28%, transparent);
}

@media (max-width: 700px) {
.hero-trust-certs .hero-trust-group-row {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 6px;
}

.hero-trust-certs .hero-cb-tile {
	height: 52px;
	padding: 4px 5px;
	min-width: 0;
}

.hero-trust-certs .hero-cb-tile-inner img {
	max-height: 38px;
	max-width: 100%;
}
}
