/* Theme styles go here. */

:root {
  --navy-900: #0b1730;
  --ink: #494c51;
  --line: #e5eaf2;
  --light: #ffffff;
  --gold: #e8d58f;
  --radius-lg: 20px;
  --radius-md: 14px;
  --guest-hero-shift: 14px;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: "Poppins", sans-serif;
  color: var(--ink);
  background: var(--light);
}

body {
  padding-top: 0 !important;
}

body.mobile-nav-open {
  overflow: hidden;
}

/* body.home,
body.front-page {
  background: var(--navy-900);
} */

/* WordPress admin bar adds a top margin to <html>; avoid the white gap. */
html {
  margin-top: 0 !important;
  background: var(--navy-900);
}

body.admin-bar .site-nav {
  top: 32px;
}

@media screen and (max-width: 782px) {
  body.admin-bar .site-nav {
    top: 46px;
  }
}

/* Guest view: pull hero background up to remove any top sliver. */
body:not(.admin-bar) .hero-section {
  margin-top: calc(-1 * var(--guest-hero-shift));
}

body:not(.admin-bar) .hero-slide {
  padding-top: calc(150px + var(--guest-hero-shift));
}

.page-noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background-image: radial-gradient(rgba(11, 23, 48, 0.05) 1px, transparent 1px);
  background-size: 22px 22px;
  opacity: 0.25;
}

.site-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  margin: 0 !important;
  padding: 0;
  transition: all 300ms ease;
  background: transparent;
}

.site-nav:not(.scrolled) {
  background: transparent !important;
  box-shadow: none;
  border-bottom: 0;
}

/* Page template: light page background + transparent nav (so the background shows through). */
body.page-template-template-light-header {
  min-height: 100vh;
  position: relative;
  background-color: #ffffff;
}

/* Page template: dark hero + transparent nav initially; scrolled nav uses the default white background. */
body.page-template-template-dark-header {
  min-height: 100vh;
  position: relative;
  background-color: #ffffff;
  color: var(--ink);
}

/* Provide a dark layer behind the transparent header (when there's no hero image). */
body.page-template-template-dark-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 240px;
  pointer-events: none;
  z-index: 0;
  background: var(--navy-900);
}

body.page-template-template-dark-header .site-nav:not(.scrolled) {
  background: transparent !important;
  box-shadow: none;
  border-bottom: 0;
}

body.page-template-template-dark-header .site-nav:not(.scrolled) .main-menu .nav-link {
  color: rgba(255, 255, 255, 0.92);
}

body.page-template-template-dark-header .site-nav:not(.scrolled) .main-menu > .menu-item.current-menu-item > .nav-link,
body.page-template-template-dark-header .site-nav:not(.scrolled) .main-menu > .menu-item.current-menu-ancestor > .nav-link,
body.page-template-template-dark-header .site-nav:not(.scrolled) .main-menu > .menu-item:hover > .nav-link,
body.page-template-template-dark-header .site-nav:not(.scrolled) .main-menu > .menu-item:focus-within > .nav-link,
body.page-template-template-dark-header .site-nav:not(.scrolled) .main-menu > .menu-item.is-open > .nav-link {
  color: #ffffff;
}

body.page-template-template-dark-header .site-nav:not(.scrolled) .main-menu > .menu-item.current-menu-item > .nav-link::after,
body.page-template-template-dark-header .site-nav:not(.scrolled) .main-menu > .menu-item.current-menu-ancestor > .nav-link::after,
body.page-template-template-dark-header .site-nav:not(.scrolled) .main-menu > .menu-item:hover > .nav-link::after,
body.page-template-template-dark-header .site-nav:not(.scrolled) .main-menu > .menu-item:focus-within > .nav-link::after,
body.page-template-template-dark-header .site-nav:not(.scrolled) .main-menu > .menu-item.is-open > .nav-link::after {
  background: var(--gold);
  transform: scaleX(1);
}

body.page-template-template-dark-header .site-nav:not(.scrolled) .logo-light {
  display: inline-block;
}

body.page-template-template-dark-header .site-nav:not(.scrolled) .logo-dark {
  display: none;
}

body.page-template-template-dark-header .site-nav:not(.scrolled) .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.38);
}

body.page-template-template-dark-header .site-nav:not(.scrolled) .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,255,255,0.95)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

body.page-template-template-dark-header .site-nav:not(.scrolled) .nav-login__trigger {
  background: rgba(32, 38, 49, 0.9);
  color: #ead086;
}

body.page-template-template-split-hero {
  min-height: 100vh;
  position: relative;
  background: #ffffff;
}

body.page-template-template-split-hero .site-nav:not(.scrolled) {
  background: transparent !important;
  box-shadow: none;
  border-bottom: 0;
}

body.page-template-template-split-hero .site-nav:not(.scrolled) .main-menu .nav-link {
  color: rgba(255, 255, 255, 0.92);
}

body.page-template-template-split-hero .site-nav:not(.scrolled) .main-menu > .menu-item.current-menu-item > .nav-link,
body.page-template-template-split-hero .site-nav:not(.scrolled) .main-menu > .menu-item.current-menu-ancestor > .nav-link,
body.page-template-template-split-hero .site-nav:not(.scrolled) .main-menu > .menu-item:hover > .nav-link,
body.page-template-template-split-hero .site-nav:not(.scrolled) .main-menu > .menu-item:focus-within > .nav-link,
body.page-template-template-split-hero .site-nav:not(.scrolled) .main-menu > .menu-item.is-open > .nav-link {
  color: #ffffff;
}

body.page-template-template-split-hero .site-nav:not(.scrolled) .main-menu > .menu-item.current-menu-item > .nav-link::after,
body.page-template-template-split-hero .site-nav:not(.scrolled) .main-menu > .menu-item.current-menu-ancestor > .nav-link::after,
body.page-template-template-split-hero .site-nav:not(.scrolled) .main-menu > .menu-item:hover > .nav-link::after,
body.page-template-template-split-hero .site-nav:not(.scrolled) .main-menu > .menu-item:focus-within > .nav-link::after,
body.page-template-template-split-hero .site-nav:not(.scrolled) .main-menu > .menu-item.is-open > .nav-link::after {
  background: var(--gold);
  transform: scaleX(1);
}

body.page-template-template-split-hero .site-nav:not(.scrolled) .logo-light {
  display: inline-block;
}

body.page-template-template-split-hero .site-nav:not(.scrolled) .logo-dark {
  display: none;
}

body.page-template-template-split-hero .site-nav:not(.scrolled) .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.38);
}

body.page-template-template-split-hero .site-nav:not(.scrolled) .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,255,255,0.95)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

body.page-template-template-split-hero .site-nav:not(.scrolled) .nav-login__trigger {
  background: rgba(32, 38, 49, 0.9);
  color: #ead086;
}

.split-hero-page {
  background: #ffffff;
}

.split-hero {
  position: relative;
  padding-top: clamp(132px, 15vw, 164px);
  padding-bottom: calc(var(--split-hero-overlap, 72px) + 40px);
  background: linear-gradient(180deg, var(--split-hero-bg, #4b4d52) 0%, var(--split-hero-bg, #4b4d52) var(--split-hero-height, 540px), #ffffff var(--split-hero-height, 540px), #ffffff 100%);
}

.split-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 640px);
  align-items: center;
  gap: clamp(36px, 6vw, 92px);
}

.split-hero__content {
  color: #ffffff;
  padding: clamp(32px, 6vw, 84px) 0;
  max-width: 540px;
}

.split-hero__title {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.8rem, 2vw, 2.8rem);
  line-height: 0.95;
  letter-spacing: -0.04em;
  font-weight: 700;
}

.split-hero__copy {
  margin-top: 2rem;
  color: rgba(255, 255, 255, 0.96);
  font-size: clamp(1.18rem, 1.8vw, 1.55rem);
  line-height: 1.5;
}

.split-hero__copy p {
  margin: 0;
}

.split-hero__copy p + p {
  margin-top: 1rem;
}

.split-hero__media {
  position: relative;
  z-index: 1;
  align-self: end;
  margin-bottom: calc(-1 * var(--split-hero-overlap, 72px));
}

.split-hero__media img {
  display: block;
  width: 100%;
  border-radius: 34px;
  object-fit: cover;
  box-shadow: 0 30px 70px rgba(18, 28, 52, 0.18);
}

.split-hero-page__content {
  position: relative;
  z-index: 1;
  padding: clamp(36px, 5vw, 72px) 0 72px;
  background: #ffffff;
}

.career-jobs {
  padding: 0 0 40px;
}

.career-jobs__inner {
  display: grid;
  gap: 22px;
}

.career-job-card {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(180px, 0.9fr) 44px;
  align-items: center;
  gap: 24px;
  padding: 28px 44px;
  border-radius: 34px;
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(18, 28, 52, 0.08);
  color: #14233f;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.career-job-card:hover,
.career-job-card:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 22px 46px rgba(18, 28, 52, 0.12);
  color: #14233f;
}

.career-job-card__title {
  margin: 0;
  color: #14233f;
  font-size: clamp(1.8rem, 2vw, 2.8rem);
  line-height: 1.12;
  letter-spacing: -0.02em;
  font-weight: 700;
}

.career-job-card__location {
  color: #344058;
  font-size: clamp(1rem, 1.35vw, 1.2rem);
  line-height: 1.4;
}

.career-job-card__arrow {
  justify-self: end;
  color: #c8cdd7;
  font-size: 2rem;
  line-height: 1;
}

.career-jobs__empty {
  padding: 32px 36px;
  border-radius: 28px;
  background: #f5f6fa;
  color: #5e6678;
}

.job-single-page {
  background: #ffffff;
}

.job-single {
  padding: 140px 0 72px;
}

.job-single__header {
  max-width: none;
  margin: 0 0 36px;
}

.job-single__title {
  margin: 0;
  color: #152441;
  font-size: clamp(1.8rem, 2vw, 2.8rem);
  line-height: 0.94;
  letter-spacing: -0.05em;
  font-weight: 600;
}

.job-single__layout {
  display: grid;
  grid-template-columns: minmax(240px, 280px) minmax(0, 1fr);
  gap: clamp(32px, 5vw, 64px);
  align-items: start;
}

.job-single__sidebar {
  position: sticky;
  top: 120px;
}

.job-single__info-card {
  padding: 28px 28px 24px;
  border-radius: 24px;
  background: #f7f8fc;
  box-shadow: 0 18px 42px rgba(18, 28, 52, 0.08);
}

.job-single__meta-group + .job-single__meta-group {
  margin-top: 28px;
}

.job-single__meta-label {
  display: inline-block;
  margin-bottom: 8px;
  color: #2d67f6;
  font-size: 0.8rem;
  line-height: 1;
  letter-spacing: 0.12em;
  font-weight: 700;
  text-transform: uppercase;
}

.job-single__meta-value {
  color: #152441;
  font-size: 1.9rem;
  line-height: 1.1;
  letter-spacing: -0.04em;
  font-weight: 700;
}

.job-single__meta-copy {
  color: #152441;
  font-size: 1.05rem;
  line-height: 1.45;
  font-weight: 500;
}

.job-single__content {
  min-width: 0;
}

.job-single__body {
  color: #39445d;
  font-size: 1.08rem;
  line-height: 1.65;
}

.job-single__body p {
  margin: 0 0 1rem;
}

.job-single__body ul {
  margin: 0 0 1rem 1.1rem;
  padding: 0;
}

.job-single__body a {
  color: #3d72ff;
  text-decoration: none;
}

.job-single__body a:hover,
.job-single__body a:focus-visible {
  text-decoration: underline;
}

.job-single__cta {
  margin-top: 2.5rem;
  padding: 18px 28px;
  border-radius: 18px;
  background: #f3f4f8;
  color: #23314c;
  font-size: 1.05rem;
  line-height: 1.5;
}

.job-single__cta a {
  color: #3d72ff;
  text-decoration: none;
}

.job-single__cta a:hover,
.job-single__cta a:focus-visible {
  text-decoration: underline;
}

/* Dark header template: optional featured-image hero behind the fixed header. */
body.page-template-template-dark-header .dark-header-hero {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: var(--dark-header-hero-height, 100dvh);
  min-height: 420px;
  /* max-height: 100%; */
  z-index: 0;
  pointer-events: none;
  background-color: var(--navy-900);
  background-image: var(--dark-header-hero-image);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* No header/footer template: optional featured image hero with adjustable height. */
body.page-template-template-no-header-footer .no-header-footer-hero {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: var(--no-header-footer-hero-height, 100dvh);
  min-height: 420px;
  z-index: 0;
  pointer-events: none;
  background-color: var(--navy-900);
  background-image: var(--no-header-footer-hero-image);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

body.page-template-template-no-header-footer .site-main--no-header-footer {
  position: relative;
  z-index: 1;
}

body.page-template-template-no-header-footer .site-main--no-header-footer.has-featured-hero > *:first-child {
  position: relative;
  z-index: 1;
  min-height: var(--no-header-footer-hero-height, 100dvh);
  margin-top: 0;
}

body.page-template-template-dark-header .dark-header-hero::after {
  content: none;
}

/* Ensure Google Maps embeds keep layout height (prevents footer overlap). */
/* .site-main embed[src*="google.com/maps"],
.site-main embed[src*="www.google.com/maps"],
.site-main embed[src*="maps.google"],
.site-main embed[src*="google.com/maps/embed"],
.site-main iframe[src*="google.com/maps"],
.site-main iframe[src*="www.google.com/maps"],
.site-main iframe[src*="maps.google"],
.site-main iframe[src*="google.com/maps/embed"] {
  position: static !important;
  display: block;
  width: 100% !important;
  max-width: 100%;
  height: min(560px, 70vh) !important;
} */

/* Keep the dots mostly in the header area (like the reference), not behind all content. */
body.page-template-template-light-header::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 200px;
  pointer-events: none;
  z-index: 0;
  background-image: radial-gradient(circle at 52% 12%, rgba(188, 224, 255, 0.36) 0 34px, transparent 35px),
    radial-gradient(circle at 62% 52%, rgba(188, 224, 255, 0.22) 0 52px, transparent 53px),
    radial-gradient(circle at 82% 22%, rgba(188, 224, 255, 0.18) 0 44px, transparent 45px),
    radial-gradient(circle at 34% 38%, rgba(188, 224, 255, 0.2) 0 46px, transparent 47px),
    radial-gradient(circle at 20% 18%, rgba(188, 224, 255, 0.16) 0 28px, transparent 29px),
    radial-gradient(circle at 72% 86%, rgba(188, 224, 255, 0.14) 0 56px, transparent 57px);
  background-repeat: no-repeat;
}

body.page-template-template-light-header .page-noise {
  display: none;
}

body.page-template-template-light-header .site-nav:not(.scrolled) {
  background: transparent !important;
  box-shadow: none;
  border-bottom: 0;
}

body.page-template-template-light-header .main-menu .nav-link {
  color: var(--ink);
}

body.page-template-template-light-header .logo-light {
  display: none;
}

body.page-template-template-light-header .logo-dark {
  display: inline-block;
}

body.page-template-template-light-header .site-nav .navbar-toggler {
  border-color: rgba(73, 76, 81, 0.28);
}

body.page-template-template-light-header .site-nav .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(73,76,81,0.95)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

body.page-template-template-light-header .nav-login__trigger {
  background: #2f343c;
  color: #ead086;
}

body.single-job {
  min-height: 100vh;
  position: relative;
  background-color: #ffffff;
}

body.single-job .site-nav:not(.scrolled) {
  background: transparent !important;
  box-shadow: none;
  border-bottom: 0;
}

body.single-job .main-menu .nav-link {
  color: var(--ink);
}

body.single-job .main-menu .nav-link:hover,
body.single-job .main-menu .nav-link:focus-visible,
body.single-job .main-menu .menu-item.current-menu-item > .nav-link,
body.single-job .main-menu .menu-item.current-menu-ancestor > .nav-link,
body.single-job .main-menu > .menu-item:hover > .nav-link,
body.single-job .main-menu > .menu-item:focus-within > .nav-link,
body.single-job .main-menu > .menu-item.is-open > .nav-link {
  color: var(--gold);
}

body.single-job .main-menu > .menu-item.current-menu-item > .nav-link::after,
body.single-job .main-menu > .menu-item.current-menu-ancestor > .nav-link::after,
body.single-job .main-menu > .menu-item:hover > .nav-link::after,
body.single-job .main-menu > .menu-item:focus-within > .nav-link::after,
body.single-job .main-menu > .menu-item.is-open > .nav-link::after {
  background: var(--gold);
  transform: scaleX(1);
}

body.single-job .logo-light {
  display: none;
}

body.single-job .logo-dark {
  display: inline-block;
}

body.single-job .site-nav .navbar-toggler {
  border-color: rgba(73, 76, 81, 0.28);
}

body.single-job .site-nav .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(73,76,81,0.95)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

body.single-job .nav-login__trigger {
  background: #2f343c;
  color: #ead086;
}

body.single-job .submenu-link {
  color: var(--ink);
}

body.single-job .submenu-link:hover,
body.single-job .submenu-link:focus-visible {
  background: rgba(73, 76, 81, 0.06);
}

body.single-job .submenu-toggle,
body.single-job .menu-item-has-dropdown:hover > .submenu-toggle,
body.single-job .menu-item-has-dropdown:focus-within > .submenu-toggle,
body.single-job .menu-item-has-dropdown.is-open > .submenu-toggle,
body.single-job .menu-item-has-dropdown.current-menu-item > .submenu-toggle,
body.single-job .menu-item-has-dropdown.current-menu-ancestor > .submenu-toggle {
  color: var(--gold);
}

/* Prevent content from hiding under the fixed nav. */
body.page-template-template-light-header .site-main--light-header {
  position: relative;
  z-index: 1;
  padding-top: calc(96px + var(--wp-admin--admin-bar--height, 0px));
}

.error-404-page {
  min-height: 100vh;
}

.error-404-section {
  display: flex;
  align-items: center;
  min-height: calc(100vh - 96px);
  padding: 48px 0 88px;
}

.error-404-card {
  max-width: 720px;
  margin: 0 auto;
  padding: 56px 32px;
  border: 1px solid rgba(11, 23, 48, 0.08);
  border-radius: 32px;
  text-align: center;
  background:
    radial-gradient(circle at top, rgba(232, 213, 143, 0.22), transparent 42%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 32px 90px rgba(11, 23, 48, 0.12);
}

.error-404-code {
  margin: 0 0 12px;
  font-size: clamp(1rem, 2vw, 1.1rem);
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #8a7440;
}

.error-404-title {
  margin: 0;
  font-size: clamp(1.8rem, 2vw, 2.8rem);
  line-height: 0.95;
  color: var(--navy-900);
}

.error-404-copy {
  max-width: 540px;
  margin: 20px auto 0;
  font-size: 1.05rem;
  line-height: 1.7;
}

.error-404-actions {
  margin-top: 32px;
}

.error-404-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  padding: 14px 28px;
  border-radius: 999px;
  background: var(--navy-900);
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
  box-shadow: 0 18px 40px rgba(11, 23, 48, 0.2);
}

.error-404-button:hover,
.error-404-button:focus-visible {
  background: #132448;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 24px 48px rgba(11, 23, 48, 0.24);
}

@media (max-width: 767.98px) {
  .error-404-section {
    padding: 32px 0 72px;
  }

  .error-404-card {
    padding: 40px 22px;
    border-radius: 24px;
  }

  .error-404-button {
    width: 100%;
    min-width: 0;
  }
}

/* Prevent content from hiding under the fixed nav. */
body.page-template-template-dark-header .site-main--dark-header {
  position: relative;
  z-index: 1;
  padding-top: calc(96px + var(--wp-admin--admin-bar--height, 0px));
}

.nav-shell {
  padding-top: 18px;
  padding-bottom: 18px;
}

.navbar-brand {
  flex: 0 0 auto;
  margin-right: 0;
}

.site-nav .navbar-toggler {
  border: 1px solid rgba(255, 255, 255, 0.38);
}

.site-nav .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,255,255,0.95)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.single-post-page {
  background: #ffffff;
}

.single-post.page-template-template-dark-header::before {
  height: 140px;
  background: linear-gradient(180deg, #0b1730 0%, #091226 100%);
}

.single-post .site-nav,
.single-post .site-nav:not(.scrolled),
.single-post.page-template-template-dark-header .site-nav:not(.scrolled) {
  background: linear-gradient(180deg, rgba(11, 23, 48, 0.98) 0%, rgba(9, 18, 38, 0.98) 100%) !important;
  box-shadow: 0 10px 28px rgba(4, 13, 33, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.single-post .site-nav .main-menu .nav-link,
.single-post .site-nav .submenu-toggle {
  color: rgba(255, 255, 255, 0.92);
}

.single-post .site-nav .main-menu .nav-link:hover,
.single-post .site-nav .main-menu .nav-link:focus-visible,
.single-post .site-nav .main-menu .menu-item.current-menu-item > .nav-link,
.single-post .site-nav .main-menu .menu-item.current-menu-ancestor > .nav-link,
.single-post .site-nav .main-menu > .menu-item:hover > .nav-link,
.single-post .site-nav .main-menu > .menu-item:focus-within > .nav-link,
.single-post .site-nav .main-menu > .menu-item.is-open > .nav-link,
.single-post .site-nav .menu-item-has-dropdown:hover > .submenu-toggle,
.single-post .site-nav .menu-item-has-dropdown:focus-within > .submenu-toggle,
.single-post .site-nav .menu-item-has-dropdown.current-menu-item > .submenu-toggle,
.single-post .site-nav .menu-item-has-dropdown.current-menu-ancestor > .submenu-toggle,
.single-post .site-nav .menu-item-has-dropdown.is-open > .submenu-toggle {
  color: var(--gold);
}

.single-post .site-nav .logo-light {
  display: inline-block;
}

.single-post .site-nav .logo-dark {
  display: none;
}

.single-post .site-nav .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.38);
}

.single-post .site-nav .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,255,255,0.95)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.single-post .site-nav .nav-login__trigger {
  background: rgba(32, 38, 49, 0.9);
  color: #ead086;
}

.single-post .site-nav.scrolled {
  background: linear-gradient(180deg, rgba(11, 23, 48, 0.98) 0%, rgba(9, 18, 38, 0.98) 100%);
  border-bottom-color: rgba(255, 255, 255, 0.08);
}

.single-post .site-nav.scrolled .main-menu .nav-link {
  color: rgba(255, 255, 255, 0.92);
}

.single-post .site-nav.scrolled .logo-light {
  display: inline-block;
}

.single-post .site-nav.scrolled .logo-dark {
  display: none;
}

.single-post .site-nav.scrolled .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.38);
}

.single-post .site-nav.scrolled .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,255,255,0.95)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.single-post .site-nav.scrolled .nav-login__trigger {
  background: rgba(32, 38, 49, 0.9);
  color: #ead086;
}

.single-post-hero {
  position: relative;
  background:
    radial-gradient(circle at 10% 0%, rgba(57, 116, 255, 0.16), transparent 24%),
    linear-gradient(180deg, #091226 0%, #07101f 100%);
  color: #ffffff;
}

.single-post-hero--compact {
  padding: 60px 0 42px;
}

.single-post-hero__content {
  position: relative;
  z-index: 1;
}

.single-post-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 0.85rem;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

.single-post-hero__eyebrow-line {
  width: 40px;
  height: 1px;
  background: rgba(255, 255, 255, 0.45);
}

.single-post-hero__title {
  margin: 0;
  max-width: 900px;
  font-size: clamp(1.8rem, 2vw, 2.8rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: #ffffff;
}

.single-post-hero__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8rem;
  margin-top: 1rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.95rem;
}

.single-post-hero__meta-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
}

.single-post-layout {
  padding: 3rem 0 5rem;
}

.single-post-article--plain {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
}

.single-post-article__hero-image {
  margin-bottom: 1rem;
}

.single-post-article__image {
  display: block;
  width: 100%;
  border-radius: 0;
  object-fit: cover;
}

.single-post-article__header {
  margin-bottom: 1.25rem;
}

.single-post-article__title {
  margin: 0;
  color: #08112a;
  font-size: clamp(1.8rem, 2vw, 2.8rem);
  line-height: 1.15;
}

.single-post-article__content {
  padding: 0;
  color: #243247;
  font-size: 0.98rem;
  line-height: 1.75;
}

.single-post-article__content > *:last-child {
  margin-bottom: 0;
}

.single-post-article__content h2,
.single-post-article__content h3,
.single-post-article__content h4 {
  margin-top: 1.8rem;
  margin-bottom: 0.8rem;
  color: #08112a;
  line-height: 1.2;
  font-weight: 700;
}

.single-post-article__content a {
  color: #1f5eff;
}

.single-post-article__content img {
  max-width: 100%;
  height: auto;
}

.single-post-author-block {
  margin-top: 2.5rem;
  padding: 1.5rem;
  border: 1px solid #e7edf5;
  border-radius: 20px;
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
  box-shadow: 0 14px 32px rgba(8, 17, 42, 0.05);
}

.single-post-author-block__header {
  margin-bottom: 1.25rem;
}

.single-post-author-block__eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  background: #eaf2ff;
  color: #1c57db;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.single-post-author-block__title {
  margin: 0.9rem 0 0;
  color: #08112a;
  font-size: clamp(1.35rem, 2.2vw, 1.8rem);
  line-height: 1.2;
}

.single-post-author-grid {
  display: grid;
  gap: 1rem;
}

.single-post-author-card {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 1rem;
  align-items: center;
  padding: 1rem;
  border: 1px solid #e7edf5;
  border-radius: 18px;
  background: #ffffff;
}

.single-post-author-card__media {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border-radius: 18px;
  overflow: hidden;
  background: linear-gradient(135deg, #d8e6f5 0%, #eef4fa 100%);
  text-decoration: none;
}

.single-post-author-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single-post-author-card__placeholder {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #0e2a47;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 700;
}

.single-post-author-card__body {
  min-width: 0;
}

.single-post-author-card__name {
  margin: 0 0 0.55rem;
  color: #08112a;
  font-size: 1.2rem;
}

.single-post-author-card__name a {
  color: inherit;
  text-decoration: none;
}

.single-post-author-card__name a:hover,
.single-post-author-card__name a:focus-visible {
  color: #1f5eff;
}

.single-post-author-card__excerpt {
  margin: 0 0 0.9rem;
  color: #516074;
  font-size: 0.95rem;
  line-height: 1.7;
}

.single-post-author-card__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.single-post-author-card__profile,
.single-post-author-card__contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 600;
  transition: all 180ms ease;
}

.single-post-author-card__profile {
  background: #0b1730;
  color: #ffffff;
}

.single-post-author-card__profile:hover,
.single-post-author-card__profile:focus-visible {
  background: #1f5eff;
  color: #ffffff;
}

.single-post-author-card__contact {
  border: 1px solid #d6e1ef;
  background: #f8fbff;
  color: #243247;
}

.single-post-author-card__contact:hover,
.single-post-author-card__contact:focus-visible {
  border-color: #1f5eff;
  color: #1f5eff;
}

.single-post-sidebar {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.single-post-sidebar__panel {
  padding: 1rem;
  border: 1px solid #edf1f7;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(8, 17, 42, 0.05);
}

.single-post-sidebar__title {
  margin: 0 0 0.9rem;
  color: #08112a;
  font-size: 1rem;
  font-weight: 700;
}

.single-post-sidebar__category-list {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.single-post-sidebar__category {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.75rem 0.85rem;
  background: #f7f9fc;
  color: #5a6474;
  text-decoration: none;
  font-size: 0.92rem;
  transition: background 180ms ease, color 180ms ease;
}

.single-post-sidebar__category.is-active,
.single-post-sidebar__category:hover,
.single-post-sidebar__category:focus-visible {
  background: #1f5eff;
  color: #ffffff;
}

.single-post-sidebar__category-dot {
  width: 8px;
  height: 8px;
  border: 1px solid currentColor;
  border-radius: 50%;
}

.single-post-sidebar__contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.55rem;
  padding: 1.8rem 1rem;
  text-align: center;
  background: linear-gradient(180deg, #1f5eff 0%, #0e3db7 100%);
  color: #ffffff;
}

.single-post-sidebar__contact h3 {
  margin: 0.35rem 0 0;
  color: #ffffff;
  font-size: 1.2rem;
}

.single-post-sidebar__contact a {
  color: #ffffff;
  text-decoration: none;
  font-size: 0.94rem;
}

.single-post-sidebar__contact-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 2px solid rgba(255, 255, 255, 0.85);
  border-radius: 50%;
  font-size: 1.4rem;
  font-weight: 700;
}

.single-post-sidebar__nav-panel {
  padding: 0.9rem;
}

.single-post-sidebar__nav-card {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.single-post-sidebar__nav-label {
  display: block;
  padding: 0.7rem 0.6rem;
  background: #0b1730;
  color: #ffffff;
  text-align: center;
  font-size: 0.9rem;
  font-weight: 700;
}

.single-post-sidebar__nav-headings {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.single-post-sidebar__nav-headings span {
  display: block;
  padding: 0.7rem 0.6rem;
  background: #0b1730;
  color: #ffffff;
  text-align: center;
  font-size: 0.9rem;
  font-weight: 700;
}

.single-post-mini-card {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  color: #08112a;
  text-decoration: none;
}

.single-post-mini-card__image {
  width: 100%;
  aspect-ratio: 1.35 / 1;
  /* object-fit: cover; */
  border: 1px solid #edf1f7;
}

.single-post-mini-card__title {
  font-size: 0.92rem;
  line-height: 1.35;
}

.single-post-mini-card--empty {
  justify-content: center;
  min-height: 150px;
  padding: 1rem;
  border: 1px dashed #d9e2f1;
  background: #f8fbff;
}

.single-post-sidebar__more-list {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.single-post-sidebar__more-item {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 0.75rem;
  align-items: center;
  color: #08112a;
  text-decoration: none;
}

.single-post-sidebar__more-thumb {
  width: 76px;
  height: 60px;
  /* object-fit: cover; */
  border: 1px solid #edf1f7;
}

.single-post-sidebar__more-text {
  font-size: 0.92rem;
  line-height: 1.35;
}

.single-post-sidebar__archive-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.9rem 1rem;
  background: #0b1730;
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
}

@media (max-width: 991.98px) {
  .single-post-hero--compact {
    padding-top: 120px;
    padding-bottom: 34px;
  }
}

@media (max-width: 767.98px) {
  .single-post-layout {
    padding-top: 2rem;
  }

  .single-post-author-card {
    grid-template-columns: 1fr;
  }

  .single-post-author-card__media {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .single-post-sidebar__nav-headings {
    grid-template-columns: 1fr;
  }

  .single-post-hero__meta {
    gap: 0.55rem;
    font-size: 0.9rem;
  }
}

.logo {
  height: 58px;
  width: auto;
}

.logo-dark {
  display: none;
}

.main-menu {
  align-items: center;
  gap: clamp(0.25rem, 1vw, 1.1rem);
}

.site-nav .navbar-collapse {
  align-items: center;
}

@media (min-width: 992px) {
  .nav-shell {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    column-gap: clamp(1.5rem, 3vw, 3.4rem);
  }

  .site-nav .navbar-collapse {
    display: flex !important;
    flex: 1 1 auto;
    justify-content: space-between;
    min-width: 0;
  }

  .main-menu {
    flex: 1 1 auto;
    justify-content: center;
    gap: clamp(0.55rem, 1.1vw, 1.55rem);
    margin-left: 0;
    min-width: 0;
  }

  .nav-login {
    flex: 0 0 auto;
    margin-left: clamp(1rem, 2vw, 2rem);
    margin-right: 0;
    order: 99;
  }

  .main-menu .nav-link {
    padding-inline: 0.8rem;
  }
}

.nav-login {
  position: relative;
  margin-left: 1.25rem;
}

.nav-login[open] {
  z-index: 40;
}

.nav-login summary {
  list-style: none;
}

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

.nav-login__trigger {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  min-height: 46px;
  padding: 0.8rem 1.35rem;
  border: 0;
  border-radius: 999px;
  background: rgba(32, 38, 49, 0.88);
  color: #ead086;
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  user-select: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, color 180ms ease;
}

.nav-login__trigger:hover,
.nav-login__trigger:focus-visible,
.nav-login[open] .nav-login__trigger {
  transform: translateY(-1px);
  box-shadow: 0 16px 30px rgba(8, 17, 42, 0.16);
}

.nav-login__icon {
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(234, 208, 134, 0.24);
  flex: 0 0 18px;
}

.nav-login__icon::before,
.nav-login__icon::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: currentColor;
}

.nav-login__icon::before {
  top: 3px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

.nav-login__icon::after {
  top: 9px;
  width: 10px;
  height: 5px;
  border-radius: 999px 999px 6px 6px;
}

.nav-login__menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  min-width: 210px;
  padding: 0.65rem 0;
  border-radius: 18px;
  border: 1px solid rgba(12, 25, 48, 0.08);
  background: #ffffff;
  box-shadow: 0 22px 48px rgba(9, 21, 43, 0.18);
}

.nav-login__link {
  display: block;
  padding: 0.95rem 1.45rem;
  color: #2c3442;
  font-size: 0.98rem;
  font-weight: 500;
  text-decoration: none;
  transition: background-color 180ms ease, color 180ms ease;
}

.nav-login__link:hover,
.nav-login__link:focus-visible {
  color: #1f5eff;
  background: rgba(31, 94, 255, 0.06);
}

.main-menu,
.main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-menu > .menu-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  margin-bottom: -10px;
}

.main-menu > .menu-item.menu-item-mega {
  position: static;
}

.main-menu .nav-link {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 0.85rem 0.95rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.01em;
  text-decoration: none;
  transition: color 220ms ease;
}

@media (min-width: 992px) {
  .main-menu .nav-link::after {
    content: "";
    position: absolute;
    left: 0.95rem;
    right: 0.95rem;
    bottom: -0.9rem;
    height: 4px;
    border-radius: 999px;
    background: transparent;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 220ms ease, background-color 220ms ease;
  }
}

.main-menu .nav-link:hover,
.main-menu .nav-link:focus-visible,
.main-menu .menu-item.current-menu-item > .nav-link,
.main-menu .menu-item.current-menu-ancestor > .nav-link,
.main-menu .menu-item:hover > .nav-link,
.main-menu .menu-item:focus-within > .nav-link {
  color: #ffffff;
}

.main-menu > .menu-item.menu-item-mega:hover > .nav-link,
.main-menu > .menu-item.menu-item-mega:focus-within > .nav-link,
.main-menu > .menu-item.menu-item-mega.is-open > .nav-link {
  color: var(--gold);
}

.menu-item-has-dropdown > .nav-link {
  padding-right: 0.45rem;
}

.submenu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.9rem;
  height: 1.9rem;
  margin-left: -0.15rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.86);
  cursor: pointer;
  transition: color 220ms ease, transform 220ms ease;
}

.submenu-toggle::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-1px);
}

.menu-item-has-dropdown:hover > .submenu-toggle,
.menu-item-has-dropdown:focus-within > .submenu-toggle,
.menu-item-has-dropdown.current-menu-item > .submenu-toggle,
.menu-item-has-dropdown.current-menu-ancestor > .submenu-toggle {
  color: #00a8ff;
}

.main-menu > .menu-item.menu-item-mega:hover > .submenu-toggle,
.main-menu > .menu-item.menu-item-mega:focus-within > .submenu-toggle,
.main-menu > .menu-item.menu-item-mega.is-open > .submenu-toggle {
  color: var(--gold);
}

.primary-submenu {
  position: absolute;
  top: calc(100% - 2px);
  left: 0;
  min-width: 250px;
  padding: 0.9rem 0;
  border: 1px solid rgba(12, 25, 48, 0.08);
  border-radius: 18px;
  background: #ffff;
  box-shadow: 0 22px 44px rgba(9, 21, 43, 0.16);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  pointer-events: none;
  transition: opacity 220ms ease, transform 220ms ease, visibility 220ms ease;
  z-index: 30;
}

.menu-item-has-dropdown::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 18px;
}

.primary-submenu::before {
  content: "";
  position: absolute;
  left: 1.5rem;
  top: -7px;
  width: 14px;
  height: 14px;
  background: #ffff;
  border-top: 1px solid rgba(12, 25, 48, 0.08);
  border-left: 1px solid rgba(12, 25, 48, 0.08);
  transform: rotate(45deg);
}

.menu-item-has-dropdown:hover > .primary-submenu,
.menu-item-has-dropdown:focus-within > .primary-submenu,
.menu-item-has-dropdown.is-open > .primary-submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.submenu-item + .submenu-item {
  margin-top: 0.12rem;
}

.submenu-link {
  display: block;
  padding: 0.78rem 1.25rem;
  color: var(--ink);
  font-size: 0.96rem;
  font-weight: 500;
  text-decoration: none;
  transition: background-color 180ms ease, color 180ms ease;
}

.submenu-link:hover,
.submenu-link:focus-visible,
.submenu-item.current-menu-item > .submenu-link,
.submenu-item.current-menu-ancestor > .submenu-link {
  color: var(--ink);
  background: rgba(13, 82, 176, 0.08);
}

.mega-submenu {
  top: calc(100% + 6px);
  left: 50%;
  width: min(1120px, calc(100vw - 48px));
  min-width: min(280px, calc(100vw - 48px));
  padding: 2rem 2.2rem;
  border: 1px solid rgba(12, 25, 48, 0.08);
  border-radius: 10px;
  background: #ffff;
  box-shadow: 0 22px 48px rgba(9, 21, 43, 0.18);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2.25rem;
  transform: translateX(-50%) translateY(10px);
}

.menu-item-mega::after {
  left: 50%;
  width: min(1120px, calc(100vw - 48px));
  height: 20px;
  transform: translateX(-50%);
}

.mega-submenu::before {
  content: none;
}

.menu-item-mega:hover > .mega-submenu,
.menu-item-mega:focus-within > .mega-submenu,
.menu-item-mega.is-open > .mega-submenu {
  transform: translateX(-50%) translateY(0);
}

.mega-submenu > .submenu-item + .submenu-item {
  margin-top: 0;
}

.mega-submenu > .submenu-item > .submenu-link {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  height: 100%;
  min-height: 100%;
  padding: 0.9rem 1rem 1rem;
  border-radius: 8px;
  line-height: 1.7;
}

.mega-submenu > .submenu-item > .submenu-link:hover,
.mega-submenu > .submenu-item > .submenu-link:focus-visible,
.mega-submenu > .submenu-item.current-menu-item > .submenu-link,
.mega-submenu > .submenu-item.current-menu-ancestor > .submenu-link {
  color: var(--ink);
  background: rgba(13, 82, 176, 0.04);
}

.submenu-card-title {
  display: block;
  color: #4b4f58;
  font-size: clamp(1.45rem, 1.15vw, 1.8rem);
  font-weight: 600;
  line-height: 1.35;
}

.submenu-card-copy {
  display: block;
  color: #61656d;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
}

.submenu-card-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: auto;
  color: #2f67ff;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.submenu-card-cta::before {
  content: "\2192";
  font-size: 1.45em;
  line-height: 1;
}

.site-nav.scrolled .submenu-toggle {
  color: rgba(73, 76, 81, 0.78);
}

body.page-template-template-light-header .submenu-toggle,
.page-template-template-light-header .menu-item-has-dropdown:hover > .submenu-toggle,
.page-template-template-light-header .menu-item-has-dropdown:focus-within > .submenu-toggle,
.page-template-template-light-header .menu-item-has-dropdown.is-open > .submenu-toggle,
.site-nav.scrolled .menu-item-has-dropdown:hover > .submenu-toggle,
.site-nav.scrolled .menu-item-has-dropdown:focus-within > .submenu-toggle,
.site-nav.scrolled .menu-item-has-dropdown.current-menu-item > .submenu-toggle,
.site-nav.scrolled .menu-item-has-dropdown.current-menu-ancestor > .submenu-toggle,
.site-nav.scrolled .menu-item-has-dropdown.is-open > .submenu-toggle {
  color: var(--gold);
}

.blog-archive-page {
  padding-bottom: clamp(4rem, 6vw, 6rem);
}

.blog-archive-hero {
  position: relative;
  padding: clamp(7.5rem, 11vw, 10rem) 0 clamp(2.5rem, 4vw, 4rem);
  overflow: hidden;
}

.blog-archive-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(232, 213, 143, 0.2) 0, transparent 28%),
    radial-gradient(circle at 88% 12%, rgba(11, 23, 48, 0.08) 0, transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 253, 0.92) 100%);
  pointer-events: none;
}

.blog-archive-hero .container,
.blog-archive-content .container {
  position: relative;
  z-index: 1;
}

.blog-archive-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.25rem;
  color: var(--navy-900);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.blog-archive-hero__line {
  display: inline-block;
  width: clamp(68px, 8vw, 110px);
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--gold) 0%, rgba(11, 23, 48, 0.18) 100%);
}

.blog-archive-hero__title {
  max-width: 720px;
  margin: 0;
  color: var(--navy-900);
  font-size: clamp(1.35rem, 2.2vw, 1.8rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.blog-archive-hero__copy {
  max-width: 760px;
  margin: 1.25rem 0 0;
  color: #5d6470;
  font-size: clamp(1rem, 1.5vw, 1.1rem);
  line-height: 1.8;
}

.blog-archive-content {
  padding-top: 1rem;
}

.blog-archive-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.85rem;
  margin-bottom: clamp(2rem, 4vw, 3rem);
}

.blog-archive-filter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.8rem 1.25rem;
  border: 1px solid rgba(11, 23, 48, 0.12);
  border-radius: 999px;
  background: #ffffff;
  color: var(--ink);
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease, color 200ms ease, background-color 200ms ease;
}

.blog-archive-filter:hover,
.blog-archive-filter:focus-visible,
.blog-archive-filter.is-active {
  border-color: var(--navy-900);
  background: var(--navy-900);
  color: #ffffff;
  box-shadow: 0 16px 36px rgba(11, 23, 48, 0.14);
  transform: translateY(-2px);
}

.blog-archive-grid {
  align-items: stretch;
}

.blog-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid rgba(11, 23, 48, 0.08);
  border-radius: 22px;
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0 20px 45px rgba(11, 23, 48, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.blog-card:hover,
.blog-card:focus-within {
  transform: translateY(-6px);
  border-color: rgba(11, 23, 48, 0.16);
  box-shadow: 0 28px 50px rgba(11, 23, 48, 0.12);
}

.blog-card__media {
  display: block;
 .blog-card__image */
  overflow: hidden;
  background: linear-gradient(135deg, rgba(11, 23, 48, 0.95) 0%, rgba(11, 23, 48, 0.72) 100%);
}

.blog-card__image {
  width: 100%;
  height:auto;
  /* object-fit: cover; */
  transition: transform 260ms ease;
}

.blog-card:hover .blog-card__image,
.blog-card:focus-within .blog-card__image {
  transform: scale(1.04);
}

.blog-card__image--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.24em;
}

.blog-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 1.4rem 1.35rem 1.5rem;
}

.blog-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 0.95rem;
}

.blog-card__category {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0.4rem 0.7rem;
  border-radius: 999px;
  background: rgba(232, 213, 143, 0.26);
  color: var(--navy-900);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.blog-card__date {
  color: #707784;
  font-size: 0.88rem;
  font-weight: 500;
}

.blog-card__title {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.35;
}

.blog-card__title a {
  color: var(--navy-900);
  text-decoration: none;
}

.blog-card__title a:hover,
.blog-card__title a:focus-visible {
  color: #16284f;
}

.blog-card__excerpt {
  margin: 1rem 0 1.4rem;
  color: #616874;
  font-size: 0.96rem;
  line-height: 1.8;
}

.blog-card__link {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-top: auto;
  color: var(--navy-900);
  font-size: 0.96rem;
  font-weight: 700;
  text-decoration: none;
}

.blog-card__link::after {
  content: "\2192";
  font-size: 1.1em;
  transition: transform 200ms ease;
}

.blog-card__link:hover::after,
.blog-card__link:focus-visible::after {
  transform: translateX(3px);
}

.blog-archive-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-top: clamp(2.5rem, 5vw, 4rem);
}

.blog-archive-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  min-height: 46px;
  padding: 0.75rem 1rem;
  border: 1px solid rgba(11, 23, 48, 0.12);
  border-radius: 999px;
  background: #ffffff;
  color: var(--navy-900);
  font-weight: 600;
  text-decoration: none;
}

.blog-archive-pagination .page-numbers.current,
.blog-archive-pagination .page-numbers:hover,
.blog-archive-pagination .page-numbers:focus-visible {
  border-color: var(--navy-900);
  background: var(--navy-900);
  color: #ffffff;
}

.blog-archive-empty {
  max-width: 720px;
  margin: 0 auto;
  padding: 3rem 1.5rem;
  border: 1px solid rgba(11, 23, 48, 0.08);
  border-radius: 24px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  text-align: center;
  box-shadow: 0 18px 40px rgba(11, 23, 48, 0.08);
}

.blog-archive-empty h2 {
  margin-bottom: 0.85rem;
  color: var(--navy-900);
}

.blog-archive-empty p {
  margin: 0;
  color: #606773;
  line-height: 1.75;
}

@media (max-width: 991.98px) {
  .blog-archive-hero {
    padding-top: 7rem;
  }
}

@media (max-width: 767.98px) {
  .blog-archive-hero__eyebrow {
    gap: 0.75rem;
    letter-spacing: 0.12em;
  }

  .blog-archive-filters {
    justify-content: flex-start;
  }

  .blog-card__body {
    padding: 1.25rem;
  }
}

body.page-template-template-light-header .main-menu .nav-link:hover,
body.page-template-template-light-header .main-menu .nav-link:focus-visible,
body.page-template-template-light-header .main-menu .menu-item.current-menu-item > .nav-link,
body.page-template-template-light-header .main-menu .menu-item.current-menu-ancestor > .nav-link,
.page-template-template-light-header .main-menu > .menu-item:hover > .nav-link,
.page-template-template-light-header .main-menu > .menu-item:focus-within > .nav-link,
.page-template-template-light-header .main-menu > .menu-item.is-open > .nav-link,
.site-nav.scrolled .main-menu .nav-link:hover,
.site-nav.scrolled .main-menu .nav-link:focus-visible,
.site-nav.scrolled .main-menu .menu-item.current-menu-item > .nav-link,
.site-nav.scrolled .main-menu .menu-item.current-menu-ancestor > .nav-link,
.site-nav.scrolled .main-menu > .menu-item:hover > .nav-link,
.site-nav.scrolled .main-menu > .menu-item:focus-within > .nav-link,
.site-nav.scrolled .main-menu > .menu-item.is-open > .nav-link {
  color: var(--gold);
}

.site-nav.scrolled {
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 8px 30px rgba(18, 40, 74, 0.12);
  border-bottom: 1px solid rgba(73, 76, 81, 0.15);
}

.site-nav.scrolled .navbar-toggler {
  border-color: rgba(73, 76, 81, 0.28);
}

.site-nav.scrolled .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(73,76,81,0.95)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.site-nav.scrolled .main-menu .nav-link {
  color: var(--ink);
}

.site-nav.scrolled .logo-light {
  display: none;
}

.site-nav.scrolled .logo-dark {
  display: inline-block;
}

.site-nav.scrolled .nav-login__trigger {
  background: #2f343c;
  color: #ead086;
}

.hero-section {
  position: relative;
  --hero-height: 100vh;
  min-height: var(--hero-height);
  color: var(--light);
  overflow: hidden;
}

.hero-carousel,
.hero-carousel .carousel-inner,
.hero-carousel .carousel-item {
  min-height: var(--hero-height);
}

.hero-slide {
  position: relative;
  min-height: var(--hero-height);
  display: flex;
  align-items: center;
  padding-top: 150px;
  padding-bottom: 100px;
  overflow: hidden;
}

.hero-slide-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.16);
  transform-origin: center;
}

.hero-carousel .carousel-item.active .hero-slide-image {
  animation: heroBgZoomOut 2000ms ease-out forwards;
}

.hero-carousel .carousel-item:not(.active) .hero-slide-image {
  animation: none;
  transform: scale(1.16);
}

.hero-carousel .carousel-item .hero-focus {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 620ms ease, transform 620ms ease;
}

.hero-carousel .carousel-item .hero-word-panel {
  opacity: 1;
  transform: none;
  transition: none;
}

.hero-carousel .carousel-item.active .hero-focus {
  opacity: 1;
  transform: none;
  transition-delay: 220ms;
}

.hero-carousel .carousel-indicators {
  display: none;
}

.hero-carousel .carousel-control-prev,
.hero-carousel .carousel-control-next {
  width: 66px;
  top: auto;
  bottom: 28px;
  height: 44px;
  opacity: 1;
}

.hero-carousel .carousel-control-prev {
  left: calc(50% - 84px);
}

.hero-carousel .carousel-control-next {
  right: calc(50% - 84px);
}

.hero-carousel .carousel-control-prev-icon,
.hero-carousel .carousel-control-next-icon {
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background-color: rgba(255, 255, 255, 0.12);
  background-size: 48%;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(11, 23, 48, 0.4), rgba(26, 52, 95, 0.4));
  pointer-events: none;
}

.hero-slide .container {
  position: relative;
  z-index: 2;
}

.hero-word-panel {
  padding-right: clamp(0.5rem, 1.5vw, 1.4rem);
}

.hero-word-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.95rem;
}

.hero-word-item {
  appearance: none;
  background: transparent;
  border: 0;
  padding: 0;
  text-align: left;
  font-family: inherit;
  font-size: clamp(1.8rem, 3vw, 2rem);
  line-height: 1.5;
  font-weight: 600;
  text-transform: lowercase;
  color: rgba(255, 255, 255, 0.48);
  cursor: pointer;
  transition: none;
}

.hero-word-item.active {
  color: #fff;
  transform: none;
}

.hero-focus {
  max-width: 980px;
}

.hero-section--centered .hero-focus {
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
}

.hero-focus-word {
  margin: 15px;
  font-weight: 700;
  line-height: 0.92;
  font-size: clamp(3.5rem, 12vw, 6rem);
  text-transform: lowercase;
  color: #ffffff;
  letter-spacing: -0.02em;
  padding-bottom: 15px;
}

.hero-focus-copy {
  margin: 0.9rem 0 0.2rem;
  color: rgba(255, 255, 255, 0.95);
  font-size: clamp(0.8rem, 2vw, 1.2rem);
  font-weight: 500;
  letter-spacing: 0.02em;
}

.hero-focus-actions {
  margin-top: 1.75rem;
}

.hero-focus-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  padding: 0.95rem 1.7rem;
  border-radius: 999px;
  background: var(--hero-button-bg, linear-gradient(90deg, #1c74e9 0%, #43ddff 100%));
  color: var(--hero-button-text, #000000);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 16px 34px rgba(28, 116, 233, 0.22);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.hero-focus-button:hover,
.hero-focus-button:focus-visible {
  color: var(--hero-button-text, #000000);
  transform: translateY(-1px);
  box-shadow: 0 18px 40px rgba(28, 116, 233, 0.26);
}

.hero-focus-button:focus-visible {
  outline: 3px solid rgba(67, 221, 255, 0.45);
  outline-offset: 4px;
}

.hero-focus-subcopy {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(0.95rem, 1.5vw, 1.55rem);
  font-weight: 600;
}

.hero-orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
}

.orb-a {
  width: 300px;
  height: 300px;
  top: 4%;
  right: -90px;
  background: radial-gradient(circle at 30% 30%, rgba(232, 213, 143, 0.55), transparent 70%);
}

.orb-b {
  width: 280px;
  height: 280px;
  bottom: -80px;
  left: -80px;
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.26), transparent 72%);
}

.stats-strip {
  margin-top: -46px;
  padding-bottom: 34px;
  position: relative;
  z-index: 2;
   background: linear-gradient(
    to bottom,
    var(--stats-strip-bg, #0e1b38) 0%,
    var(--stats-strip-bg, #0e1b38) 45%,
    #ffffff 45%,
    #ffffff 100%
  );
}

.stats-strip .row > [class*="col-"] {
  display: flex;
}

.metric-card {
  text-align: center;
  background: var(--light);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 24px 18px;
  box-shadow: 0 12px 30px rgba(15, 33, 62, 0.08);
}

.stats-strip .metric-card {
  width: 100%;
  min-height: 168px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.metric-card__value {
  margin: 0;
  color: #213858;
  font-size: clamp(1.7rem, 3.4vw, 2.3rem);
  font-weight: 700;
}

.metric-card > p:not(.metric-card__value) {
  margin: 8px 0 0;
  font-size: 0.92rem;
  color: #4f5d70;
  font-weight: 500;
}

.sap-expertise-section { 
  /* background: #f5f6f8; */ 
  background: #fff;
  padding: 52px 0 36px; 
} 

.sap-expertise-media {
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 18px 44px rgba(15, 33, 62, 0.14);
}

.sap-expertise-media img {
  width: 100%;
  display: block;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.sap-expertise-copy {
  color: #53585f;
  font-size: clamp(1rem, 1.7vw, 1.07rem);
  line-height: 1.6;
}

.sap-expertise-copy p {
  margin: 0 0 1.2rem;
}

.sap-expertise-copy strong {
  color: #3e4349;
  font-weight: 700;
}

.tp-arrow-link,
.tp-learn-link,
.sap-help-link,
.service-learn-link,
.solutions-read-link {
  color: #3a6fff;
  text-decoration: none;
  font-weight: 700;
  line-height: 1.1;
}

.tp-arrow-link,
.sap-help-link {
  display: inline-block;
}

.tp-arrow-link a,
.sap-help-link,
.sap-help-link a,
.tp-learn-link,
.service-learn-link,
.solutions-read-link {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.7rem;
}

.tp-arrow-link span,
.tp-learn-link span,
.sap-help-link span,
.service-learn-link span,
.solutions-read-link span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  flex: 0 0 1.5rem;
  font-size: 0;
  line-height: 0;
  margin-top: 0.08em;
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 16 16'%3E%3Cpath fill='currentColor' d='M2 7.25a1 1 0 0 1 1-1h6.09L6.3 3.47a1 1 0 0 1 1.4-1.42l4.5 4.45a1 1 0 0 1 0 1.42l-4.5 4.45a1 1 0 1 1-1.4-1.42l2.8-2.78H3a1 1 0 0 1-1-1Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 16 16'%3E%3Cpath fill='currentColor' d='M2 7.25a1 1 0 0 1 1-1h6.09L6.3 3.47a1 1 0 0 1 1.4-1.42l4.5 4.45a1 1 0 0 1 0 1.42l-4.5 4.45a1 1 0 1 1-1.4-1.42l2.8-2.78H3a1 1 0 0 1-1-1Z'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.tp-arrow-link a {
  gap: 0.55rem;
}

.tp-arrow-link span {
  width: 0;
  height: 0;
  flex: 0 0 0;
  overflow: hidden;
  margin: 0;
}

.tp-arrow-link a::before {
  content: "";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  flex: 0 0 1.5rem;
  margin-top: 0.08em;
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 16 16'%3E%3Cpath fill='currentColor' d='M2 7.25a1 1 0 0 1 1-1h6.09L6.3 3.47a1 1 0 0 1 1.4-1.42l4.5 4.45a1 1 0 0 1 0 1.42l-4.5 4.45a1 1 0 1 1-1.4-1.42l2.8-2.78H3a1 1 0 0 1-1-1Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 16 16'%3E%3Cpath fill='currentColor' d='M2 7.25a1 1 0 0 1 1-1h6.09L6.3 3.47a1 1 0 0 1 1.4-1.42l4.5 4.45a1 1 0 0 1 0 1.42l-4.5 4.45a1 1 0 1 1-1.4-1.42l2.8-2.78H3a1 1 0 0 1-1-1Z'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.tp-arrow-link:hover,
.tp-learn-link:hover,
.sap-help-link:hover,
.sap-help-link a:hover,
.service-learn-link:hover,
.solutions-read-link:hover {
  color: #1f59cc;
}

.tp-arrow-link,
.sap-help-link,
.sap-help-link a {
  margin-top: 0.3rem;
  font-size: clamp(1.1rem, 1.6vw, 1.35rem);
}

.tp-arrow-link,
.tp-arrow-link:hover,
.tp-arrow-link:focus,
.tp-arrow-link:focus-visible,
.tp-arrow-link a,
.tp-arrow-link a:hover,
.tp-arrow-link a:focus,
.tp-arrow-link a:focus-visible,
.sap-help-link,
.sap-help-link:hover,
.sap-help-link:focus,
.sap-help-link:focus-visible,
.sap-help-link a,
.sap-help-link a:hover,
.sap-help-link a:focus,
.sap-help-link a:focus-visible {
  text-decoration: none;
}

.sap-trust-logos { 
  margin-top: 28px; 
  padding-top: 22px; 
  border-top: 1px solid #dfe3ea; 
  display: grid; 
  grid-template-columns: repeat(var(--logo-cols, 8), minmax(0, 1fr)); 
  gap: 0.8rem; 
  align-items: center; 
} 

.sap-trust-logos-carousel {
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid #dfe3ea;
}

.sap-trust-logos-carousel .carousel {
  padding-inline: 2.75rem;
}

.sap-trust-logos-carousel .carousel-control-prev,
.sap-trust-logos-carousel .carousel-control-next {
  width: 2.75rem;
}

/* When rendered as a Group block in the editor, children live inside the inner container. */
.sap-trust-logos > .wp-block-group__inner-container {
  display: grid;
  grid-template-columns: repeat(var(--logo-cols, 8), minmax(0, 1fr));
  gap: 0.8rem;
  align-items: center;
}

.sap-logo-item { 
  min-height: 80px; 
  display: flex; 
  align-items: center; 
  justify-content: center; 
  padding: 0.25rem 0.5rem; 
  margin: 0;
} 

.sap-logo-item img {
  max-width: 100%;
  max-height: 72px;
  object-fit: contain;
}

.truspeq-connect-with-us {
  margin: 0;
  background: #27325e;
}

.truspeq-connect-with-us__inner {
  width: min(100%, 2048px);
  margin: 0 auto;
  padding: 20px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.truspeq-connect-with-us__inner--icons-only {
  justify-content: flex-end;
}

.truspeq-connect-with-us__title {
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 3.4vw, 3.45rem);
  line-height: 1.06;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.truspeq-connect-with-us__links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 22px;
}

.truspeq-connect-with-us__icon-button {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: #8a8f98;
  color: #fff;
  text-decoration: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  transition: transform 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.truspeq-connect-with-us__icon-button:hover,
.truspeq-connect-with-us__icon-button:focus-visible {
  color: #fff;
  background: #9ba1ab;
  transform: translateY(-2px);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.truspeq-connect-icon {
  width: 40px;
  height: 40px;
  display: block;
}

.truspeq-connect-icon-text {
  width: auto;
  height: auto;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}

.truspeq-connect-with-us__bar {
  height: 20px;
  background: #e4ca63;
}

.services-showcase-section {
  background: #f5f5f5;
  padding: 48px 0 40px;
}

.services-head-wrap {
  text-align: center;
  margin-bottom: 28px;
}

.dot-asset {
  display: block;
  width: 132px;
  height: 34px;
  margin: 0 auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 132 34'%3E%3Cg fill='%232f6ff2'%3E%3Ccircle cx='66' cy='22' r='8'/%3E%3Ccircle cx='44' cy='22' r='6'/%3E%3Ccircle cx='88' cy='22' r='6'/%3E%3Ccircle cx='23' cy='22' r='4'/%3E%3Ccircle cx='109' cy='22' r='4'/%3E%3Ccircle cx='56' cy='10' r='4'/%3E%3Ccircle cx='76' cy='10' r='4'/%3E%3Ccircle cx='66' cy='6' r='3'/%3E%3Ccircle cx='38' cy='12' r='3'/%3E%3Ccircle cx='94' cy='12' r='3'/%3E%3Ccircle cx='14' cy='24' r='3'/%3E%3Ccircle cx='118' cy='24' r='3'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.dot-asset-bottom {
  transform: rotate(180deg);
}

.services-head-title {
  margin: 0;
    font-size: clamp(1.35rem, 2.2vw, 1.8rem)
  color: #253a56;
  font-weight: 700;
}

.service-tabs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  border-bottom: 1px solid #e7eaf0;
  --bs-nav-tabs-border-width: 0;
  --bs-nav-tabs-border-color: transparent;
  --bs-nav-tabs-link-active-border-color: transparent;
}

.service-tabs.nav-tabs .service-tab {
  border: 0 !important;
  border-image: none !important;
  margin-bottom: 0;
  border-radius: 0;
  position: relative;
  font-size: clamp(0.75rem, 1.5vw, 1rem);
}

.service-tabs.nav-tabs .service-tab::after {
  content: "";
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 0;
  height: 3px;
  background: transparent;
}

.service-tab {
  border: 0;
  background: transparent;
  color: #495668;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 0.95rem 1rem 1rem;
  text-align: left;
  cursor: pointer;
  transition: color 220ms ease;
}

.service-tab.active {
  color: #22324a !important;
  background: transparent !important;
  border: 0 !important;
}

.service-tabs.nav-tabs .service-tab.active::after,
.service-tabs.nav-tabs .service-tab.show::after {
  background: #d8bd61;
}

.service-tabs.nav-tabs .service-tab:focus {
  box-shadow: none;
}

.service-panels {
  background: #f5f6f8;
  border-radius: 0 0 8px 8px;
  padding: 44px 42px;
}

.service-panel h3 {
  margin: 0 0 0.8rem;
  color: #233650;
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 700;
}

.service-panel p {
  margin: 0 0 1rem;
  color: #4f5560;
  font-size: 1.08rem;
  line-height: 1.65;
  max-width: 700px;
}

.service-panel strong {
  color: #27354a;
}

.service-points {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.service-points li {
  position: relative;
  margin-bottom: 0.74rem;
  padding-left: 1.35rem;
  color: #1f2630;
  font-size: 1.08rem;
  line-height: 1.35;
}

.service-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.36rem;
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cg fill='%232f6ff2'%3E%3Ccircle cx='10' cy='2.3' r='1.55'/%3E%3Ccircle cx='13.98' cy='3.37' r='1.55'/%3E%3Ccircle cx='16.9' cy='6.3' r='1.55'/%3E%3Ccircle cx='17.95' cy='10' r='1.55'/%3E%3Ccircle cx='16.9' cy='13.7' r='1.55'/%3E%3Ccircle cx='13.98' cy='16.63' r='1.55'/%3E%3Ccircle cx='10' cy='17.7' r='1.55'/%3E%3Ccircle cx='6.02' cy='16.63' r='1.55'/%3E%3Ccircle cx='3.1' cy='13.7' r='1.55'/%3E%3Ccircle cx='2.05' cy='10' r='1.55'/%3E%3Ccircle cx='3.1' cy='6.3' r='1.55'/%3E%3Ccircle cx='6.02' cy='3.37' r='1.55'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.service-learn-link {
  margin-top: 0.85rem;
  font-size: 1.9rem;
}

.service-visual-wrap {
  position: relative;
  isolation: isolate;
  display: grid;
  place-items: center;
}

.service-visual-wrap::before {
  content: "";
  position: absolute;
  width: min(95%, 440px);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background-image: radial-gradient(circle, rgba(47, 111, 242, 0.22) 5px, transparent 6px);
  background-size: 36px 36px;
  z-index: -1;
}

.service-visual-wrap img {
  width: min(100%, 450px);
  display: block;
  object-fit: contain;
  border-radius: 30px;
}

.service-panel[hidden] {
  display: none !important;
}

.industries-section {
  background: transparent;
  padding: 56px 0;
}

.industries-intro {
  padding: 0.5rem 0.2rem;
}

.industries-intro h2 {
  margin: 0 0 1.2rem;
  color: #2f343d;
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-weight: 700;
}

.industries-intro p {
  margin: 0 0 1rem;
  color: #334359;
  font-size: clamp(1.04rem, 1.5vw, 1.12rem);
  line-height: 1.62;
  max-width: 640px;
}

.industry-stack {
  display: grid;
  gap: 1rem;
}

.industry-row {
  --industry-media-w: 230px;
  display: flex;
  align-items: stretch;
  background: #eef0f3;
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
  text-decoration: none;
  box-shadow: 0 0 0 rgba(15, 33, 62, 0);
  transition: box-shadow 220ms ease, transform 220ms ease;
}

.industry-row:hover,
.industry-row:focus-visible {
  box-shadow: 0 14px 30px rgba(15, 33, 62, 0.14);
  transform: translateY(-2px);
}

.industry-row h3 {
  margin: 0;
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  padding: 1.5rem;
  color: #26354d;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 1.1;
}

.industry-row img {
  width: var(--industry-media-w);
  flex: 0 0 var(--industry-media-w);
  height: 100%;
  object-fit: cover;
}

.solutions-section {
  background: #f5f6f8;
  padding: 58px 0 52px;
}

.solutions-title {
  margin: 0 0 2rem;
  text-align: center;
  color: #24364f;
  font-size: clamp(1.35rem, 2.2vw, 1.8rem);
  font-weight: 700;
}

.solutions-media-card {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 16px 35px rgba(17, 36, 67, 0.12);
}

.solutions-media-card img {
  width: 100%;
  display: block;
  /* aspect-ratio: 1 / 1; */
  object-fit: cover;
}

.solutions-featured {
  border-left: 3px solid #d8bd61;
  padding-left: 0.85rem;
}

.solutions-featured p {
  margin: 0 0 0.55rem;
  color: #3e4e64;
  font-size: 1.06rem;
  line-height: 1.48;
}

.solutions-featured strong {
  color: #263750;
  font-weight: 700;
}

.solutions-read-link {
  gap: 0.6rem;
  margin-top: 0.2rem;
  font-size: 1.75rem;
}

.solutions-accordion .accordion-item {
  background: transparent;
  border: 0;
  border-top: 1px solid #dde2ea;
}

.solutions-accordion .accordion-item:first-child {
  border-top: 0;
}

.solutions-accordion .accordion-button {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-height: 58px;
  padding: 0.7rem 0;
  background: transparent;
  color: #607089;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1.03rem;
  font-weight: 500;
  box-shadow: none;
}

.solutions-accordion .accordion-button:not(.collapsed) {
  color: #24364f;
  background: transparent;
  box-shadow: none;
}

.solutions-accordion .accordion-button:focus {
  box-shadow: none;
}

.solutions-accordion .accordion-button::after {
  display: none;
}

.solutions-label {
  flex: 1;
  min-width: 0;
}

.solutions-plus {
  flex: 0 0 auto;
  margin-left: auto;
  color: #a3adbc;
  line-height: 1;
  font-size: 0;
  pointer-events: none;
}

.solutions-plus::before {
  content: "+";
  font-size: 1.2rem;
}

.solutions-accordion .accordion-button:not(.collapsed) .solutions-plus {
  color: #24364f;
}

.solutions-accordion .accordion-button:not(.collapsed) .solutions-plus::before {
  content: "-";
}

.solutions-accordion .accordion-body {
  padding: 0.35rem 0 1rem;
  color: #4b5a70;
  font-size: 0.98rem;
  line-height: 1.45;
}

.clients-success-section {
  background: #ffff;
  padding: 54px 0 70px;
}

.clients-section-title {
  margin: 0;
  text-align: center;
  color: #24364f;
  font-size: clamp(1.35rem, 2.2vw, 1.8rem);
  font-weight: 700;
}

.clients-logo-row {
  margin-top: 1.9rem;
  margin-bottom: 2.9rem;
}

.client-logo {
  display: inline-block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 52px;
  object-fit: contain;
}

.client-logo-viatris {
  max-width: 160px;
}

.client-logo-uno {
  max-width: 130px;
}

.client-logo-michelin {
  max-width: 110px;
}

.client-logo-adnoc {
  max-width: 120px;
}

.clients-success-heading {
  margin-bottom: 2rem;
}

.success-story-card {
  max-width: 980px;
  overflow: hidden;
  border-radius: 24px;
  background: #3b3e42;
}

.success-story-card .row.wp-block-group > .wp-block-group__inner-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: stretch;
}

.success-story-card .row.wp-block-group.g-0 > .wp-block-group__inner-container {
  margin: 0;
}

.success-story-card .col-md-4.wp-block-group > .wp-block-group__inner-container,
.success-story-card .col-md-8.wp-block-group > .wp-block-group__inner-container {
  height: 100%;
}

.success-story-card .col-md-4.wp-block-group > .wp-block-group__inner-container {
  display: flex;
}

.success-story-card .col-md-8.wp-block-group > .wp-block-group__inner-container {
  display: flex;
}

.success-story-card .success-story-content.wp-block-group {
  flex: 1 1 auto;
  width: 100%;
}

.success-story-media {
  position: relative;
  min-height: 345px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
}

.success-story-media.wp-block-cover {
  width: 100%;
  height: 100%;
  min-height: 345px;
}

.success-story-media:not(.wp-block-cover) {
  background:
    linear-gradient(145deg, rgba(19, 42, 88, 0.86), rgba(14, 32, 72, 0.9)),
    var(--success-story-bg, url("https://truspeq.com/wp-content/uploads/2022/03/testimonial-Ariba-2.jpg")) center / cover no-repeat;
}

.success-story-media.wp-block-cover .wp-block-cover__background {
  opacity: 1 !important;
  background: linear-gradient(145deg, rgba(19, 42, 88, 0.86), rgba(14, 32, 72, 0.9)) !important;
}

.success-story-media.wp-block-cover .wp-block-cover__inner-container {
  width: 100%;
}

.success-story-tag {
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.03;
  letter-spacing: 1.7px;
  color: #ffffff;
  font-size: clamp(1.05rem, 2vw, 2rem);
}

.success-story-tag span {
  display: block;
}

.success-story-tag span:first-child {
  color: #8fb0e2;
}

.success-story-tag span:nth-child(2) {
  color: #d8bd61;
}

.success-story-content {
  position: relative;
  min-height: 100%;
  padding: 1.8rem 2rem;
  color: #ffffff;
  background: #3b3e42;
}

.success-story-content::after {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  bottom: 5px;
  width: 2px;
  background: #d8bd61;
}

.success-story-content::before {
  content: "\201C";
  position: absolute;
  top: 0.55rem;
  left: 0.7rem;
  color: rgba(255, 255, 255, 0.34);
  font-size: 2.4rem;
  line-height: 1;
  font-family: Georgia, serif;
}

.success-story-quote {
  margin: 0 0 0.95rem;
  color: #ffffff;
  font-family: Georgia, serif;
  font-size: 1.04rem;
  line-height: 1.43;
}

.success-story-byline {
  margin: 0.35rem 0 0;
  color: #d6c98f;
  font-size: 0.92rem;
  line-height: 1.36;
  font-weight: 700;
}

.capability-proof {
  padding: 60px 0 0px;
  background: #ffffff;
}

.capability-proof__heading {
  max-width: 860px;
  margin: 0 auto 54px;
}

.capability-proof__heading h2 {
  margin: 14px 0;
  color: #24364f;
  font-size: clamp(1.9rem, 2.9vw, 2.55rem);
  font-weight: 700;
  letter-spacing: 0.6px;
}

.capability-proof__dots {
  display: flex;
  justify-content: center;
}

.capability-proof__dots svg {
  width: 92px;
  height: auto;
}

.capability-proof__grid {
  margin-top: 0;
}

.capability-proof__grid.wp-block-group > .wp-block-group__inner-container {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
  align-items: stretch;
}

@media (min-width: 992px) {
  .capability-proof__grid.wp-block-group > .wp-block-group__inner-container {
    grid-template-columns: minmax(0, 9fr) minmax(0, 3fr);
    gap: 34px;
  }
}

.capability-proof__grid.wp-block-group > .wp-block-group__inner-container > .wp-block-group.col-lg-8,
.capability-proof__grid.wp-block-group > .wp-block-group__inner-container > .wp-block-group.col-lg-4 {
  width: auto !important;
  max-width: none !important;
}

.capability-proof__card {
  overflow: hidden;
  border-radius: 34px;
  background: #3b3e42;
  height: 100%;
}

.capability-proof__card .row.wp-block-group > .wp-block-group__inner-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  align-items: stretch;
}

.capability-proof__card .col-md-5.wp-block-group,
.capability-proof__card .col-md-7.wp-block-group {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .capability-proof__card .col-md-5.wp-block-group {
    flex: 0 0 41.6667%;
    max-width: 41.6667%;
  }

  .capability-proof__card .col-md-7.wp-block-group {
    flex: 0 0 58.3333%;
    max-width: 58.3333%;
  }
}

.capability-proof__card .col-md-5.wp-block-group > .wp-block-group__inner-container,
.capability-proof__card .col-md-7.wp-block-group > .wp-block-group__inner-container {
  height: 100%;
}

.capability-proof__card .col-md-5.wp-block-group > .wp-block-group__inner-container,
.capability-proof__card .col-md-7.wp-block-group > .wp-block-group__inner-container {
  display: flex;
}

.capability-proof__media.wp-block-cover {
  width: 100%;
  height: 100%;
  min-height: 320px;
}

@media (max-width: 767.98px) {
  .capability-proof__media.wp-block-cover {
    min-height: 240px;
  }
}

.capability-proof__media.wp-block-cover .wp-block-cover__background {
  opacity: 0 !important;
}

.capability-proof__media.wp-block-cover .wp-block-cover__image-background {
  object-position: 50% 50% !important;
}

.capability-proof__content {
  position: relative;
  flex: 1 1 auto;
  width: 100%;
  min-height: 100%;
  padding: 2.35rem 2.6rem;
  background: #3b3e42;
  color: #ffffff;
}

.capability-proof__content::after {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  bottom: 12px;
  width: 2px;
  background: #d8bd61;
}

.capability-proof__content::before {
  content: "\201C";
  position: absolute;
  top: 0.55rem;
  left: 0.7rem;
  color: rgba(255, 255, 255, 0.34);
  font-size: 2.5rem;
  line-height: 1;
  font-family: Georgia, serif;
}

.capability-proof__quote {
  margin: 0 0 1.35rem;
  color: #ffffff;
  font-family: Georgia, serif;
  font-size: 1.12rem;
  line-height: 1.55;
}

.capability-proof__highlight {
  margin: 0 0 1.15rem;
  color: #ffffff;
  font-family: Georgia, serif;
  font-size: 1.34rem;
  font-weight: 700;
  line-height: 1.25;
}

.capability-proof__byline {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1rem;
  line-height: 1.42;
}

.capability-proof__byline strong {
  color: #ffffff;
  font-weight: 800;
}

.capability-proof__cta {
  position: relative;
  height: 100%;
  border-radius: 34px;
  background: #f4f5f7;
  padding: 2.35rem 2.25rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 14px 34px rgba(17, 36, 67, 0.08);
}

.capability-proof__cta-dots {
  position: absolute;
  top: 22px;
  right: 22px;
}

.capability-proof__cta-dots svg {
  width: 64px;
  height: auto;
}

.capability-proof__cta-title {
  margin: 0;
  color: #1b2a40;
  font-weight: 800;
  font-size: clamp(1.35rem, 2.2vw, 1.8rem);
  line-height: 1.05;
  letter-spacing: 0.6px;
}

.capability-proof__buttons {
  margin-top: 2.4rem;
}

.capability-proof__button .wp-block-button__link {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  padding: 1.1rem 1.6rem;
  border: 0;
  color: #ffffff;
  background: linear-gradient(90deg, #1c74e9 0%, #43ddff 100%);
  font-weight: 800;
  letter-spacing: 1.9px;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: 0 16px 34px rgba(28, 116, 233, 0.22);
}

.capability-proof__button .wp-block-button__link:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 40px rgba(28, 116, 233, 0.26);
}

.capability-proof__button .wp-block-button__link:focus-visible {
  outline: 3px solid rgba(28, 116, 233, 0.35);
  outline-offset: 4px;
}

.stats-vertical-card {
  max-width: 420px;
  margin: 0 auto;
  padding: 54px 34px;
  border-radius: 36px;
  background: #f4f5f7;
  box-shadow: 0 34px 60px rgba(17, 36, 67, 0.18);
}

.stats-vertical-card__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

.stats-vertical-card__item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.stats-vertical-card__icon {
  margin: 0 0 8px;
}

.stats-vertical-card__icon img {
  width: 58px;
  height: auto;
}

.stats-vertical-card__value {
  margin: 0;
  color: #1b2a40;
  font-weight: 800;
  font-size: clamp(1.7rem, 3.2vw, 2.15rem);
  letter-spacing: 0.6px;
}

.stats-vertical-card__label {
  margin: 6px 0 0;
  color: rgba(36, 54, 79, 0.75);
  font-size: 0.9rem;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  font-weight: 700;
}

.stats-vertical-card__item + .stats-vertical-card__item {
  padding-top: 6px;
}

.stats-vertical-card__item + .stats-vertical-card__item::before {
  content: "";
  width: 120px;
  height: 1px;
  background: rgba(36, 54, 79, 0.12);
  margin: 0 auto 26px;
}

.truspeq-dot-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.truspeq-dot-list > li {
  position: relative;
  margin: 0.55rem 0;
  padding-left: 34px;
  color: #24364f;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.25;
}

.truspeq-dot-list > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cg fill='%232f6ff2'%3E%3Ccircle cx='10' cy='2.3' r='1.55'/%3E%3Ccircle cx='13.98' cy='3.37' r='1.55'/%3E%3Ccircle cx='16.9' cy='6.3' r='1.55'/%3E%3Ccircle cx='17.95' cy='10' r='1.55'/%3E%3Ccircle cx='16.9' cy='13.7' r='1.55'/%3E%3Ccircle cx='13.98' cy='16.63' r='1.55'/%3E%3Ccircle cx='10' cy='17.7' r='1.55'/%3E%3Ccircle cx='6.02' cy='16.63' r='1.55'/%3E%3Ccircle cx='3.1' cy='13.7' r='1.55'/%3E%3Ccircle cx='2.05' cy='10' r='1.55'/%3E%3Ccircle cx='3.1' cy='6.3' r='1.55'/%3E%3Ccircle cx='6.02' cy='3.37' r='1.55'/%3E%3C/g%3E%3C/svg%3E");
}

.faq-section {
  background: #f5f6f8;
  padding: 50px 0 60px;
}

.faq-title {
  margin: 0 0 2rem;
  text-align: center;
  color: #24364f;
  padding: 10px;
  font-size: clamp(1.2rem, 2.1vw, 3rem);
  font-weight: 700;
}

.faq-accordion .accordion-item {
  background: transparent;
  border: 0;
  border-top: 1px solid #dde2ea;
}

.faq-accordion .accordion-item:first-child {
  border-top: 0;
}

.faq-accordion .accordion-button {
  min-height: 62px;
  padding: 1rem 0;
  background: transparent;
  color: #3f526c;
  text-transform: uppercase;
  letter-spacing: 2.6px;
  font-size: 1rem;
  font-weight: 500;
  box-shadow: none;
}

.faq-accordion .accordion-button::after {
  width: 0.9rem;
  height: 0.9rem;
  background-size: 0.9rem;
  opacity: 0.45;
}

.faq-accordion .accordion-button:not(.collapsed) {
  color: #24364f;
  background: transparent;
  box-shadow: none;
}

.faq-accordion .accordion-button:focus {
  box-shadow: none;
}

.faq-accordion .accordion-body {
  padding: 0.35rem 0 1.15rem;
}

.faq-featured {
  border-left: 4px solid #d8bd61;
  padding-left: 0.95rem;
}

.faq-featured p {
  margin: 0 0 0.85rem;
  color: #33465f;
  font-size: 1.07rem;
  line-height: 1.5;
}

.faq-featured strong {
  color: #263750;
  font-weight: 700;
}

.faq-points {
  margin: 0.8rem 0 1rem;
  padding: 0;
  list-style: none;
}

.faq-points li {
  position: relative;
  margin-bottom: 0.65rem;
  padding-left: 1.35rem;
  color: #1f2630;
  font-size: 1.12rem;
  line-height: 1.34;
}

.faq-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.36rem;
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cg fill='%232f6ff2'%3E%3Ccircle cx='10' cy='2.3' r='1.55'/%3E%3Ccircle cx='13.98' cy='3.37' r='1.55'/%3E%3Ccircle cx='16.9' cy='6.3' r='1.55'/%3E%3Ccircle cx='17.95' cy='10' r='1.55'/%3E%3Ccircle cx='16.9' cy='13.7' r='1.55'/%3E%3Ccircle cx='13.98' cy='16.63' r='1.55'/%3E%3Ccircle cx='10' cy='17.7' r='1.55'/%3E%3Ccircle cx='6.02' cy='16.63' r='1.55'/%3E%3Ccircle cx='3.1' cy='13.7' r='1.55'/%3E%3Ccircle cx='2.05' cy='10' r='1.55'/%3E%3Ccircle cx='3.1' cy='6.3' r='1.55'/%3E%3Ccircle cx='6.02' cy='3.37' r='1.55'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.global-footprint-section {
  background: transparent;
  padding: 54px 0 62px;
}

.global-footprint-title {
  margin: 0 0 1.8rem;
  text-align: center;
  color: #24364f;
  font-size: clamp(1.8rem, 2vw, 2.8rem);
  font-weight: 700;
}

.global-map-board {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid rgba(73, 76, 81, 0.12);
  border-radius: 18px;
  overflow: visible;
}

.global-footprint-locations {
  display: none;
  max-width: 980px;
  margin: 0 auto;
  gap: 0.9rem;
}

.global-footprint-location-card {
  padding: 1rem 1.05rem;
  border: 1px solid rgba(73, 76, 81, 0.12);
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(15, 33, 62, 0.08);
}

.global-footprint-location-name {
  margin: 0;
  color: #24364f;
  font-size: 1rem;
  font-weight: 700;
}

.global-footprint-location-address {
  margin: 0.4rem 0 0;
  color: #58687d;
  font-size: 0.94rem;
  line-height: 1.5;
}

.global-map-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
  filter: none;
  opacity: 1;
  user-select: none;
  -webkit-user-drag: none;
}

.map-dot {
  --dot-size: 18px;
  position: absolute;
  width: var(--dot-size);
  height: var(--dot-size);
  border: 0;
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
  transform: translate(-50%, -50%);
  background: rgba(47, 111, 242, 0.28);
  touch-action: auto;
}

.global-map-board.is-static .map-dot {
  animation: mapDotPulse 2200ms ease-out infinite;
  will-change: box-shadow;
}

.global-map-board.is-static .map-dot:hover,
.global-map-board.is-static .map-dot:focus-visible {
  animation: none;
}

.map-dot::before {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 50%;
  background: #2f6ff2;
}

.map-dot::after {
  content: attr(data-location) " - " attr(data-address);
  position: absolute;
  left: 50%;
  bottom: calc(100% + 10px);
  transform: translateX(-50%);
  min-width: 180px;
  max-width: 260px;
  padding: 0.45rem 0.65rem;
  border-radius: 8px;
  background: rgba(18, 31, 56, 0.95);
  color: #fff;
  font-size: 0.8rem;
  line-height: 1.25;
  letter-spacing: 0.1px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 180ms ease;
  pointer-events: none;
  text-align: center;
  z-index: 2;
}

.map-dot:hover::after,
.map-dot:focus-visible::after,
.map-dot.dragging::after {
  opacity: 1;
  visibility: visible;
}

.map-dot.dragging {
  cursor: grabbing;
}

.global-map-board.drag-enabled .map-dot {
  cursor: grab;
  touch-action: none;
}

.global-map-board.is-static .map-dot {
  cursor: pointer;
  touch-action: auto;
}

@keyframes mapDotPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(47, 111, 242, 0.55);
  }
  70% {
    box-shadow: 0 0 0 14px rgba(47, 111, 242, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(47, 111, 242, 0);
  }
}

.map-dot:focus-visible {
  outline: 2px solid #2f6ff2;
  outline-offset: 2px;
}

.global-map-note {
  margin: 0.95rem auto 0;
  max-width: 980px;
  color: #66768d;
  font-size: 0.9rem;
  text-align: center;
}

.site-footer-section {
  background: #4a4d53;
  color: #fff;
  padding: 56px 0 0;
}

.footer-brand {
  width: min(255px, 100%);
  height: auto;
  margin-bottom: 1.15rem;
}

.footer-summary {
  margin: 0 0 1.4rem;
  max-width: 290px;
  color: rgba(255, 255, 255, 0.94);
  font-size: 1.03rem;
  line-height: 1.32;
}

.footer-contact-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-contact-list li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.74rem;
}

.footer-contact-list a {
  color: rgba(255, 255, 255, 0.94);
  text-decoration: none;
  font-size: 1.05rem;
  font-weight: 600;
}

.footer-contact-list a:hover {
  color: #fff;
}

.footer-contact-icon {
  width: 31px;
  height: 31px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  color: #2f6ff2;
  background: rgba(255, 255, 255, 0.08);
  font-size: 1.2rem;
}

.footer-contact-icon .bi {
  line-height: 1;
}

.footer-col-title {
  margin: 0 0 0.9rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.37rem;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  font-weight: 700;
}

.footer-subtitle {
  margin-top: 1.45rem;
}

.footer-link-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-link-list li {
  margin-bottom: 0.58rem;
  position: relative;
  padding-left: 0.92rem;
}

.footer-link-list li::before {
  content: "›";
  position: absolute;
  left: 0;
  top: 0;
  color: rgba(255, 255, 255, 0.4);
  font-size: 1.08rem;
  line-height: 1.2;
}

.footer-link-list a {
  color: rgba(255, 255, 255, 0.94);
  text-decoration: none;
  font-size: 1.05rem;
  line-height: 1.24;
  font-weight: 500;
}

.footer-link-list a:hover {
  color: #fff;
}

.footer-link-list a.is-active,
.footer-link-list a[aria-current="page"] {
  color: var(--gold);
}

.footer-years-badge {
  width: min(170px, 100%);
  height: auto;
  display: block;
  margin: 0 auto 1.55rem;
}

.footer-socials {
  display: flex;
  justify-content: center;
  gap: 0.7rem;
  margin-bottom: 1.35rem;
}

.footer-socials a {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  font-size: 1.28rem;
  font-weight: 700;
}

.footer-socials .bi {
  line-height: 1;
}

.footer-socials a:hover {
  background: linear-gradient(45deg, rgba(213, 176, 98, 1), rgba(232, 213, 143, 1));
  color: #4a4d53;
}

.footer-search {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  background: #fff;
  border: 0;
  border-radius: 20px;
  height: 56px;
  width: min(275px, 100%);
  margin: 0 auto;
  padding: 0 0.95rem 0 0.72rem;
  box-shadow: inset 0 0 0 1px rgba(73, 76, 81, 0.12);
}

.footer-search-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 24px;
  flex: 0 0 24px;
  color: transparent;
  font-size: 0;
  line-height: 1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='11' cy='11' r='6.8' fill='none' stroke='%2330353c' stroke-width='3'/%3E%3Cline x1='16.2' y1='16.2' x2='21.2' y2='21.2' stroke='%2330353c' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
}

.footer-search input {
  flex: 1 1 auto;
  height: 100%;
  border: 0;
  outline: 0;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  appearance: none;
  color: #3f444c;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1;
  vertical-align: middle;
  min-width: 0;
  background: transparent;
  font-family: inherit;
}

.footer-search input::placeholder {
  color: #4d535c;
  opacity: 1;
  font-size: 1.2rem;
}

.footer-search input::-webkit-search-cancel-button {
  display: none;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.footer-link-list li::before {
  content: "\203A";
}

.search-results-page {
  background: #f5f7fb;
}

.search-results-hero {
  padding: 10rem 0 3rem;
  background:
    radial-gradient(circle at top left, rgba(61, 115, 228, 0.18), transparent 38%),
    linear-gradient(180deg, #eef3fd 0%, #f9fbff 100%);
}

.search-results-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
  color: #556274;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.search-results-hero__line {
  width: 56px;
  height: 1px;
  background: rgba(47, 111, 242, 0.45);
}

.search-results-hero__title {
  margin: 0;
  color: #243041;
  font-size: clamp(1.8rem, 2vw, 2.8rem);
  line-height: 1.05;
}

.search-results-hero__copy {
  max-width: 760px;
  margin: 1rem 0 0;
  color: #5d6a7b;
  font-size: 1.08rem;
}

.search-results-content {
  padding: 0 0 5rem;
}

.search-results-summary {
  margin-bottom: 1.5rem;
  color: #546173;
  font-weight: 600;
}

.search-result-card {
  height: 100%;
  padding: 1.75rem;
  border: 1px solid rgba(36, 48, 65, 0.08);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(27, 39, 56, 0.08);
}

.search-result-card__type {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.95rem;
  padding: 0.4rem 0.72rem;
  border-radius: 999px;
  background: rgba(47, 111, 242, 0.1);
  color: #2f6ff2;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.search-result-card__title {
  margin: 0 0 0.9rem;
  font-size: 1.45rem;
  line-height: 1.2;
}

.search-result-card__title a {
  color: #243041;
  text-decoration: none;
}

.search-result-card__title a:hover {
  color: #2f6ff2;
}

.search-result-card__excerpt {
  margin: 0 0 1rem;
  color: #586576;
  line-height: 1.7;
}

.search-result-card__meta {
  margin-bottom: 1rem;
  color: #7c8797;
  font-size: 0.92rem;
  font-weight: 600;
}

.search-result-card__link {
  color: #2f6ff2;
  text-decoration: none;
  font-weight: 700;
}

.search-result-card__link:hover {
  color: #1e56c5;
}

.search-results-empty {
  padding: 2.5rem;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(27, 39, 56, 0.08);
}

.search-results-empty h2 {
  margin: 0 0 0.85rem;
  color: #243041;
}

.search-results-empty p {
  margin: 0;
  color: #5d6a7b;
}

.footer-copyright {
  margin-top: 2.6rem;
  border-top: 2px solid rgba(255, 255, 255, 0.3);
  text-align: center;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.4rem;
  line-height: 50px;
}

.truspeq-consultation-section {
  padding: 72px 0;
  background: #ffffff;
}

.truspeq-consultation-title {
  margin: 0 0 3.5rem;
  color: #2f343c;
  font-size: clamp(1.35rem, 2.2vw, 1.8rem);
  font-weight: 600;
  line-height: 1.12;
  text-align: center;
}

.truspeq-consultation-form {
  max-width: 1050px;
  margin: 0 auto;
}

.truspeq-consultation-form p {
  margin-bottom: 1.4rem;
}

.truspeq-consultation-form label {
  display: block;
  margin-bottom: 0.55rem;
  color: #33425b;
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.35;
}

.truspeq-consultation-form .wpcf7-form-control-wrap {
  display: block;
}

.truspeq-consultation-form .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-checkbox):not(.wpcf7-acceptance) {
  width: 100%;
  min-height: 58px;
  border: 1px solid #8fa0ba;
  border-radius: 6px;
  background: #ffffff;
  box-shadow: none;
  color: #5d6780;
  font-size: 1.05rem;
  line-height: 1.45;
}

.truspeq-consultation-form input.wpcf7-form-control:not(.wpcf7-submit),
.truspeq-consultation-form select.wpcf7-form-control {
  padding: 0.9rem 1rem;
}

.truspeq-consultation-form textarea.wpcf7-form-control {
  min-height: 84px;
  height: 84px;
  padding: 0.95rem 1rem;
  resize: vertical;
}

.truspeq-consultation-form select.wpcf7-form-control {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23808a9d' d='M4.47 6.97a.75.75 0 0 1 1.06 0L8 9.44l2.47-2.47a.75.75 0 1 1 1.06 1.06l-3 3a.75.75 0 0 1-1.06 0l-3-3a.75.75 0 0 1 0-1.06Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.95rem center;
  background-size: 16px 16px;
  padding-right: 2.75rem;
}

.truspeq-consultation-form .wpcf7-form-control:focus {
  border-color: #2d6fd2;
  box-shadow: 0 0 0 0.2rem rgba(45, 111, 210, 0.14);
  outline: 0;
}

.truspeq-consultation-form .wpcf7-form-control::placeholder {
  color: #9aa3b2;
  opacity: 1;
}

.truspeq-consultation-form .wpcf7-acceptance {
  display: block;
  margin: 0.35rem 0 1rem;
}

.truspeq-consultation-form .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}

.truspeq-consultation-form .wpcf7-acceptance label {
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0.6rem;
  width: 100%;
  margin: 0;
  color: #33425b;
  font-size: 1rem;
}

.truspeq-consultation-form .wpcf7-acceptance input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-top: 0.18rem;
  accent-color: #3269e8;
}

.truspeq-consultation-form .wpcf7-submit {
  min-width: 230px;
  padding: 0.95rem 2rem;
  border: 0;
  border-radius: 4px;
  background: #3269e8;
  color: #ffffff;
  font-size: 1.15rem;
  font-weight: 600;
  line-height: 1.2;
  transition: background-color 180ms ease, transform 180ms ease;
}

.truspeq-consultation-form .wpcf7-submit:hover,
.truspeq-consultation-form .wpcf7-submit:focus {
  background: #2358cf;
}

.truspeq-consultation-form .wpcf7-spinner {
  margin: 0 0 0 0.75rem;
}

.truspeq-consultation-form .wpcf7-not-valid-tip,
.truspeq-consultation-form .wpcf7-response-output {
  font-size: 0.95rem;
}

.truspeq-help-form {
  max-width: 760px;
  margin: 0 auto;
  /* padding: clamp(1rem, 2vw, 2rem); */
  padding:20px;
  border-radius: 15px;
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(16, 27, 54, 0.08);
}

.truspeq-help-form__title {
  /* margin: 0 0 2rem; */
  color: #2e3138;
  font-size: clamp(1.35rem, 2.2vw, 1.8rem);
  font-weight: 700;
  letter-spacing: -0.03em;
}

.truspeq-help-form__line {
  /* margin: 0 0 0.5rem; */
  color: #263955;
  /* font-size: clamp(1.4rem, 2vw, 1rem); */
  font-weight: 400;
}

.truspeq-help-form__line--stacked {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.45rem;
}

.truspeq-help-form__line--stacked .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  min-width: 100%;
}

/* .truspeq-help-form__line--intro {
  margin-bottom: 1rem;
} */

.truspeq-help-form .wpcf7-form-control-wrap {
  display: inline-block;
  min-width: min(100%, 260px);
  vertical-align: middle;
}

.truspeq-help-form .wpcf7-form-control-wrap[data-name="your-project"] {
  min-width: min(100%, 220px);
}

.truspeq-help-form .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-checkbox):not(.wpcf7-acceptance) {
  width: 100%;
  padding: 0 0 0.22rem;
  border: 0;
  border-bottom: 2px solid #d6e2ff;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #3d72ff;
  font-size: inherit;
  line-height: 1.3;
  font-weight: 500;
}

.truspeq-help-form input.wpcf7-form-control:not(.wpcf7-submit),
.truspeq-help-form textarea.wpcf7-form-control {
  min-height: 0;
}

.truspeq-help-form textarea.wpcf7-form-control {
  resize: vertical;
}

.truspeq-help-form .wpcf7-form-control:focus {
  outline: 0;
  border-color: #3d72ff;
  box-shadow: none;
}

.truspeq-help-form .wpcf7-form-control::placeholder {
  color: #3d72ff;
  opacity: 1;
}

.truspeq-help-form .wpcf7-acceptance {
  display: block;
  margin: 1.1rem 0 1.5rem;
}

.truspeq-help-form .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}

.truspeq-help-form .wpcf7-acceptance label {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 0.8rem;
  align-items: start;
  margin: 0;
  color: #33425b;
  font-size: 0.8rem;
}

.truspeq-help-form .wpcf7-acceptance input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin: 0.15rem 0 0;
  accent-color: #3d72ff;
}

.truspeq-help-form__actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.truspeq-help-form .wpcf7-submit {
  min-width: 146px;
  padding: 1rem 2rem;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #2e68f6 0%, #48d0e8 100%);
  color: #ffffff;
  font-size: 1.1rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease, opacity 180ms ease;
}

.truspeq-help-form .wpcf7-submit:hover,
.truspeq-help-form .wpcf7-submit:focus {
  transform: translateY(-1px);
  box-shadow: 0 14px 26px rgba(61, 114, 255, 0.22);
}

.truspeq-help-form .wpcf7-spinner {
  margin: 0;
}

.truspeq-help-form .wpcf7-not-valid-tip,
.truspeq-help-form .wpcf7-response-output {
  margin: 0.8rem 0 0;
  font-size: 0.92rem;
}

body.page-id-1369 .dark-header-hero {
  display: none;
}

body.page-id-1369 .site-main--dark-header {
  position: relative;
  z-index: 1;
  padding-top: clamp(120px, 14vw, 164px);
  padding-bottom: 64px;
  overflow: hidden;
}

body.page-id-1369 .site-main--dark-header::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: transparent;
  background-image: var(--dark-header-hero-image);
  background-position: center top;
  background-repeat: no-repeat;
  /* background-size: cover; */
}

body.page-id-1369 .uagb-block-8a2c241b {
  padding-bottom: 48px;
}

body.page-id-1369 .uagb-block-8a2c241b > .uagb-container-inner-blocks-wrap {
  align-items: stretch;
  gap: clamp(24px, 4vw, 56px);
}

body.page-id-1369 .uagb-block-16746459 {
  justify-content: center;
  align-items: flex-start;
  padding: 24px 10px;
}

body.page-id-1369 .contact-hero-details {
  display: grid;
  gap: 1.25rem;
  width: 100%;
  margin-top: 2rem;
  color: #ffffff;
}

body.page-id-1369 .contact-hero-details__item {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 0.9rem;
  align-items: start;
}

body.page-id-1369 .contact-hero-details__icon {
  display: block;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

body.page-id-1369 .contact-hero-details__item--phone .contact-hero-details__icon::before {
  content: none;
}

body.page-id-1369 .contact-hero-details__item--phone .contact-hero-details__icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.62 10.79a15.05 15.05 0 0 0 6.59 6.59l2.2-2.2a1 1 0 0 1 1-.24c1.07.36 2.23.56 3.43.56a1 1 0 0 1 1 1V20a1 1 0 0 1-1 1C10.3 21 3 13.7 3 4a1 1 0 0 1 1-1h3.5a1 1 0 0 1 1 1c0 1.2.2 2.36.56 3.43a1 1 0 0 1-.25 1.01l-2.19 2.35Z' fill='none' stroke='%23e6bc55' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

body.page-id-1369 .contact-hero-details__item--email .contact-hero-details__icon::before {
  content: none;
}

body.page-id-1369 .contact-hero-details__item--email .contact-hero-details__icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 6.5h16a1.5 1.5 0 0 1 1.5 1.5v8A1.5 1.5 0 0 1 20 17.5H4A1.5 1.5 0 0 1 2.5 16V8A1.5 1.5 0 0 1 4 6.5Z' fill='none' stroke='%23e6bc55' stroke-width='1.8'/%3E%3Cpath d='m3.5 8 8.5 6 8.5-6' fill='none' stroke='%23e6bc55' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

body.page-id-1369 .contact-hero-details__item--address .contact-hero-details__icon::before {
  content: none;
}

body.page-id-1369 .contact-hero-details__item--address .contact-hero-details__icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 21s-5.5-5.24-5.5-10A5.5 5.5 0 0 1 17.5 11c0 4.76-5.5 10-5.5 10Z' fill='none' stroke='%23e6bc55' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='12' cy='11' r='2.3' fill='none' stroke='%23e6bc55' stroke-width='1.8'/%3E%3C/svg%3E");
}

body.page-id-1369 .contact-hero-details__text,
body.page-id-1369 .contact-hero-details__text a {
  color: #ffffff;
  font-size: clamp(1.1rem, 1.5vw, 1.25rem);
  line-height: 1.45;
  text-decoration: none;
}

body.page-id-1369 .contact-hero-details__text a:hover,
body.page-id-1369 .contact-hero-details__text a:focus {
  color: #ffffff;
  text-decoration: underline;
}

body.page-id-1369 .uagb-block-b4c236f2 {
  padding: 0;
}

body.page-id-1369 .truspeq-help-form {
  width: min(100%, 740px);
  margin-left: auto;
  padding: clamp(24px, 3vw, 42px);
  border-radius: 32px;
}

body.page-id-1369 .truspeq-help-form__title {
  margin-bottom: 1.75rem;
}

body.page-id-1369 .truspeq-help-form__line {
  margin-bottom: 1.5rem;
}

body.page-id-1369 .truspeq-help-form .wpcf7-acceptance {
  margin: 1.25rem 0 1.75rem;
}

@media (max-width: 1100px) {
  body.page-id-1369 .uagb-block-8a2c241b > .uagb-container-inner-blocks-wrap {
    flex-wrap: wrap;
  }

  body.page-id-1369 .uagb-block-16746459,
  body.page-id-1369 .uagb-block-b4c236f2 {
    max-width: 100%;
    width: 100%;
  }

  body.page-id-1369 .truspeq-help-form {
    margin-right: auto;
  }

  body.page-id-1369 .contact-hero-details {
    margin-bottom: 1rem;
  }
}

@media (max-width: 767px) {
  body.page-id-1369 .contact-hero-details__item {
    grid-template-columns: 24px 1fr;
    gap: 0.75rem;
  }

  body.page-id-1369 .contact-hero-details__text,
  body.page-id-1369 .contact-hero-details__text a {
    font-size: 1rem;
  }
}

@keyframes heroBgZoomOut {
  from {
    transform: scale(1.16);
  }
  to {
    transform: scale(1);
  }
}

@media (max-width: 991.98px) {
  .split-hero {
    padding-top: 124px;
  }

  .split-hero__inner {
    grid-template-columns: 1fr;
  }

  .split-hero__content {
    max-width: none;
    padding-bottom: 0;
  }

  .split-hero__media {
    max-width: 720px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .career-job-card {
    grid-template-columns: 1fr;
    padding: 24px 28px;
  }

  .career-job-card__arrow {
    justify-self: start;
  }

  .job-single {
    padding-top: 124px;
  }

  .job-single__header {
    margin-left: 0;
    max-width: none;
  }

  .job-single__layout {
    grid-template-columns: 1fr;
  }

  .job-single__sidebar {
    position: static;
  }
}

@media (max-width: 767px) {
  .split-hero {
    padding-top: 112px;
    padding-bottom: calc(var(--split-hero-overlap, 48px) + 28px);
  }

  .split-hero__title {
  font-size: clamp(1.8rem, 2vw, 2.8rem);
  }

  .split-hero__copy {
    margin-top: 1.35rem;
    font-size: 1.1rem;
  }

  .split-hero__media img {
    border-radius: 24px;
  }

  .career-job-card {
    border-radius: 24px;
    gap: 12px;
    padding: 22px 22px;
  }

  .career-job-card__title {
    font-size: 1.35rem;
  }

  .job-single {
    padding-top: 112px;
    padding-bottom: 56px;
  }

  .job-single__title {
   font-size: clamp(1.8rem, 2vw, 2.8rem);
  }

  .job-single__info-card {
    padding: 22px 20px;
  }

  .job-single__meta-value {
    font-size: 1.55rem;
  }

  .job-single__body {
    font-size: 1rem;
  }

  .job-single__cta {
    padding: 16px 18px;
    border-radius: 16px;
    font-size: 0.98rem;
  }
}

@media (max-width: 991.98px) {
  .truspeq-connect-with-us__inner {
    padding: 28px 32px 34px;
    gap: 24px;
  }

  .truspeq-connect-with-us__icon-button {
    width: 72px;
    height: 72px;
  }

  .truspeq-connect-icon {
    width: 34px;
    height: 34px;
  }

  .nav-shell {
    display: flex;
    align-items: center;
  }

  .site-nav .navbar-collapse {
    margin-top: 1rem;
    padding: 1rem 1.1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    background: rgba(7, 13, 27, 0.96);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.24);
    max-height: calc(100vh - 6.5rem);
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }

  .site-nav.scrolled .navbar-collapse,
  body.page-template-template-light-header .site-nav .navbar-collapse {
    border-color: rgba(73, 76, 81, 0.12);
    background: rgba(255, 255, 255, 0.98);
  }

  .main-menu {
    align-items: stretch;
    gap: 0;
  }

  .nav-login {
    margin: 1rem 0 0;
  }

  .nav-login__trigger {
    width: 100%;
    justify-content: center;
  }

  .nav-login__menu {
    position: static;
    min-width: 100%;
    margin-top: 0.75rem;
    border-radius: 16px;
  }

  .main-menu > .menu-item {
    flex-wrap: wrap;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .site-nav.scrolled .main-menu > .menu-item,
  body.page-template-template-light-header .main-menu > .menu-item {
    border-bottom-color: rgba(73, 76, 81, 0.08);
  }

  .main-menu > .menu-item:last-child {
    border-bottom: 0;
  }

  .main-menu .nav-link {
    flex: 1 1 auto;
    padding: 0.95rem 0;
  }

  .menu-item-has-dropdown > .nav-link {
    padding-right: 0;
  }

  .submenu-toggle {
    width: 2.5rem;
    height: auto;
    min-height: 3.25rem;
    margin-left: auto;
  }

  .primary-submenu {
    position: static;
    min-width: 100%;
    width: 100%;
    left: auto;
    max-height: 0;
    margin-top: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: #ffff;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    overflow: hidden;
    pointer-events: auto;
    transition: max-height 260ms ease;
    display: block;
  }

  .mega-submenu {
    left: auto;
    min-width: 100%;
    width: 100%;
    padding: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    transform: none;
    gap: 0;
  }

  .primary-submenu::before {
    content: none;
  }

  .menu-item-has-dropdown.is-open > .primary-submenu {
    max-height: min(26rem, calc(100vh - 11rem));
    padding-bottom: 0.7rem;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
  }

  .submenu-link {
    padding: 0.72rem 0 0.72rem 1rem;
    border-left: 2px solid rgba(0, 168, 255, 0.28);
    font-size: 0.94rem;
  }

  .mega-submenu > .submenu-item > .submenu-link {
    display: block;
    min-height: 0;
    padding: 0.72rem 0 0.72rem 1rem;
    border-radius: 0;
    font-size: 0.94rem;
    line-height: 1.6;
  }

  .submenu-card-title,
  .submenu-card-copy,
  .submenu-card-cta {
    display: block;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    font-weight: inherit;
    letter-spacing: 0;
    margin: 0;
  }

  .submenu-card-copy,
  .submenu-card-cta::before {
    display: none;
  }

  .site-nav.scrolled .submenu-link,
  body.page-template-template-light-header .submenu-link {
    color: var(--ink);
  }

  .site-nav.scrolled .submenu-link:hover,
  .site-nav.scrolled .submenu-link:focus-visible,
  body.page-template-template-light-header .submenu-link:hover,
  body.page-template-template-light-header .submenu-link:focus-visible {
    background: rgba(73, 76, 81, 0.06);
  }

  .menu-item-has-dropdown.is-open > .submenu-toggle::before {
    transform: rotate(-135deg) translate(-1px, 1px);
  }

  .menu-item-has-dropdown::after {
    display: none;
  }

  .menu-item-mega:hover > .mega-submenu,
  .menu-item-mega:focus-within > .mega-submenu,
  .menu-item-mega.is-open > .mega-submenu {
    transform: none;
  }

  .hero-word-panel {
    display: flex;
    justify-content: center;
    padding-right: 0;
  }

  .hero-word-list {
    text-align: center;
  }

  .hero-focus {
    text-align: center;
  }

  .hero-slide {
    padding-top: 125px;
    padding-bottom: 75px;
  }


  .sap-expertise-section {
    padding: 44px 0 28px;
  }

  .sap-expertise-copy {
    font-size: 1rem;
  }

  .sap-trust-logos {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .sap-trust-logos > .wp-block-group__inner-container {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .services-showcase-section {
    padding: 40px 0 30px;
  }

  .service-panels {
    padding: 34px 26px;
  }

  .service-panel h3 {
    font-size: 2.1rem;
  }

  .service-panel p,
  .service-points li {
    font-size: 1rem;
  }

  .service-learn-link {
    font-size: 1.6rem;
  }

  .industries-section {
    padding: 44px 0;
  }

  .industry-row {
    --industry-media-w: 170px;
    height: 100px;
  }

  .industry-row h3 {
    padding: 0 1.2rem;
    font-size: 1.5rem;
    font-weight: 500;
  }

  .solutions-section {
    padding: 44px 0 40px;
  }

  .solutions-featured p {
    font-size: 1rem;
  }

  .solutions-accordion .accordion-button {
    font-size: 0.95rem;
    letter-spacing: 1.4px;
  }

  .clients-success-section {
    padding: 44px 0 52px;
  }

  .success-story-card {
    max-width: 920px;
  }

  .success-story-media {
    min-height: 290px;
  }

  .success-story-content {
    padding: 1.5rem 1.5rem;
  }

  .success-story-quote {
    font-size: 0.97rem;
    line-height: 1.4;
  }

  .faq-section {
    padding: 44px 0 52px;
  }

  .faq-accordion .accordion-button {
    letter-spacing: 1.8px;
    font-size: 0.92rem;
  }

  .faq-featured p {
    font-size: 1rem;
  }

  .faq-points li {
    font-size: 1.02rem;
  }

  .global-footprint-section {
    padding: 46px 0 52px;
  }

  .global-map-board {
    max-width: 920px;
  }

  .map-dot {
    --dot-size: 16px;
  }

  .map-dot::after {
    min-width: 160px;
    max-width: 220px;
    font-size: 0.75rem;
  }

  .site-footer-section {
    padding-top: 46px;
  }

  .footer-brand {
    width: min(230px, 100%);
  }

  .footer-summary {
    max-width: 100%;
    font-size: 0.98rem;
  }

  .footer-col-title {
    font-size: 1.2rem;
    margin-bottom: 0.72rem;
  }

  .footer-link-list a,
  .footer-contact-list a {
    font-size: 0.98rem;
  }

  .footer-years-badge {
    width: min(150px, 100%);
  }

  .footer-copyright {
    margin-top: 2rem;
    font-size: 1.2rem;
    line-height: 42px;
  }

  .truspeq-consultation-section {
    padding: 56px 0;
  }

  .truspeq-consultation-title {
    margin-bottom: 2.75rem;
  }
}

@media (max-width: 767.98px) {
  .truspeq-connect-with-us__inner {
    padding: 20px 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .truspeq-connect-with-us__title {
    font-size: 2rem;
  }

  .truspeq-connect-with-us__links {
    width: 100%;
    justify-content: flex-start;
    gap: 14px;
  }

  .truspeq-connect-with-us__icon-button {
    width: 64px;
    height: 64px;
    border-radius: 16px;
  }

  .truspeq-connect-icon {
    width: 30px;
    height: 30px;
  }

  .truspeq-connect-with-us__bar {
    height: 16px;
  }

  .nav-shell {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .logo {
    height: 46px;
  }

  .hero-section,
  .hero-carousel,
  .hero-carousel .carousel-inner,
  .hero-carousel .carousel-item,
  .hero-slide {
    min-height: var(--hero-height);
  }

  .hero-slide {
    padding-top: calc(116px + var(--guest-hero-shift));
    padding-bottom: 68px;
  }

  .hero-word-panel {
    display: none;
  }

  .hero-focus-word {
    font-size: clamp(2.3rem, 14vw, 4.3rem);
  }

  .hero-focus-copy {
    font-size: clamp(0.95rem, 4.2vw, 1.25rem);
  }

  .hero-focus-subcopy {
    font-size: clamp(0.9rem, 4vw, 1.15rem);
  }

  .hero-carousel .carousel-control-prev,
  .hero-carousel .carousel-control-next {
    display: none;
  }

  .hero-logo>img{
    width:120px;
  }

  .stats-strip {
    margin-top: -20px;
  }

  .sap-expertise-section {
    padding: 38px 0 24px;
  }

  .sap-expertise-media {
    border-radius: 20px;
  }

  .sap-help-link {
    font-size: 1.45rem;
  }

  .sap-trust-logos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
  }

  .sap-trust-logos > .wp-block-group__inner-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
  }

  .services-showcase-section {
    padding: 34px 0 20px;
  }

  .services-head-title {
    font-size: 2rem;
  }

  .service-tabs {
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .service-tabs .service-tab {
    flex: 0 0 auto;
    white-space: nowrap;
    min-width: 220px;
  }

  .service-panels {
    padding: 24px 18px;
  }

  .service-panel h3 {
    font-size: 1.85rem;
  }

  .service-learn-link {
    font-size: 1.4rem;
  }

  .industries-section {
    padding: 34px 0 24px;
  }

  .industries-intro h2 {
    font-size: 2.2rem;
  }

  .industry-row {
    --industry-media-w: 120px;
    height: 100px;
    border-radius: 12px;
  }

  .industry-row h3 {
    padding: 0 0.9rem;
    font-size: 1rem;
    line-height: 1.1;
  }

  .solutions-section {
    padding: 34px 0 28px;
  }

  .solutions-title {
    margin-bottom: 1.35rem;
    font-size: 2rem;
  }

  .solutions-media-card {
    border-radius: 18px;
  }

  .solutions-featured h3 {
    font-size: 1rem;
    letter-spacing: 0.8px;
  }

  .solutions-featured p {
    font-size: 0.94rem;
    line-height: 1.45;
  }

  .solutions-read-link {
    font-size: 1.35rem;
  }

  .solutions-accordion .accordion-button {
    min-height: 50px;
    font-size: 0.86rem;
    letter-spacing: 0.9px;
  }

  .solutions-plus::before {
    font-size: 1rem;
  }

  .clients-success-section {
    padding: 34px 0 40px;
  }

  .clients-logo-row {
    margin-top: 1.4rem;
    margin-bottom: 2rem;
  }

  .client-logo {
    max-height: 44px;
  }

  .clients-success-heading {
    margin-bottom: 1.4rem;
  }

  .success-story-card {
    border-radius: 18px;
  }

  .success-story-media {
    min-height: 220px;
  }

  .success-story-content {
    border-left: 0;
    border-top: 2px solid #d8bd61;
    padding: 1.3rem 1rem;
  }

  .success-story-content::before {
    left: 0.35rem;
  }

  .success-story-quote {
    font-size: 0.94rem;
  }

  .success-story-byline {
    font-size: 0.84rem;
  }

  .truspeq-consultation-section {
    padding: 42px 0;
  }

  .truspeq-consultation-title {
    margin-bottom: 2rem;
  }

  .truspeq-consultation-form p {
    margin-bottom: 1rem;
  }

  .truspeq-consultation-form .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-checkbox):not(.wpcf7-acceptance) {
    min-height: 52px;
    font-size: 1rem;
  }

  .truspeq-consultation-form .wpcf7-submit {
    width: 100%;
    min-width: 0;
  }

  .truspeq-consultation-form .wpcf7-acceptance label {
    justify-content: flex-start;
    width: auto;
    font-size: 0.95rem;
  }

  .truspeq-help-form {
    /* padding: 1.35rem 1.15rem; */
    border-radius: 22px;
  }

  .truspeq-help-form__title {
    margin-bottom: 1.5rem;
    font-size: clamp(1.8rem, 2vw, 2.8rem);

  }

  .truspeq-help-form__line {
    font-size: 1rem;
  }

  .truspeq-help-form .wpcf7-form-control-wrap {
    display: block;
    min-width: 100%;
    margin-top: 0.2rem;
  }

  .truspeq-help-form__actions {
    justify-content: stretch;
  }

  .truspeq-help-form .wpcf7-submit {
    width: 100%;
  }

  .faq-section {
    padding: 34px 0 40px;
  }

  .faq-title {
    margin-bottom: 1.35rem;
    font-size: 2rem;
  }

  .faq-accordion .accordion-button {
    min-height: 54px;
    padding: 0.85rem 0;
    letter-spacing: 1.1px;
    font-size: 0.82rem;
  }

  .faq-accordion .accordion-button::after {
    width: 0.75rem;
    height: 0.75rem;
    background-size: 0.75rem;
  }

  .faq-featured {
    border-left-width: 3px;
    padding-left: 0.7rem;
  }

  .faq-featured p {
    font-size: 0.95rem;
    line-height: 1.45;
  }

  .faq-points li {
    font-size: 0.95rem;
    padding-left: 1.2rem;
  }

  .faq-points li::before {
    top: 0.32rem;
    width: 12px;
    height: 12px;
  }

  .global-footprint-section {
    padding: 34px 0 42px;
  }

  .global-footprint-title {
    margin-bottom: 1.2rem;
    font-size: 1.9rem;
  }

  .global-map-board {
    border-radius: 12px;
  }

  .global-map-image {
    border-radius: 12px;
  }

  .map-dot {
    --dot-size: 14px;
  }

  .map-dot::before {
    inset: 3px;
  }

  .map-dot::after {
    min-width: 135px;
    max-width: 170px;
    padding: 0.35rem 0.45rem;
    font-size: 0.68rem;
  }

  .global-map-note {
    margin-top: 0.8rem;
    font-size: 0.82rem;
    line-height: 1.35;
  }

  .global-map-board {
    display: none;
  }

  .global-footprint-locations {
    display: grid;
  }

  .site-footer-section {
    padding-top: 36px;
  }

  .footer-brand {
    width: min(210px, 100%);
  }

  .footer-summary {
    margin-bottom: 1rem;
    max-width: 100%;
    font-size: 0.92rem;
    line-height: 1.38;
  }

  .footer-col-title {
    margin-bottom: 0.55rem;
    font-size: 1.06rem;
    letter-spacing: 1px;
  }

  .footer-subtitle {
    margin-top: 1rem;
  }

  .footer-link-list li {
    margin-bottom: 0.45rem;
  }

  .footer-link-list a,
  .footer-contact-list a {
    font-size: 0.94rem;
    line-height: 1.28;
  }

  .footer-contact-icon {
    width: 27px;
    height: 27px;
    font-size: 0.95rem;
  }

  .footer-years-badge {
    width: min(130px, 100%);
    margin: 0 auto 1.1rem;
  }

  .footer-socials a {
    width: 38px;
    height: 38px;
    font-size: 1.1rem;
  }

  .footer-search {
    height: 48px;
    width: min(245px, 100%);
    border-radius: 16px;
    gap: 0.45rem;
    padding: 0 0.8rem 0 0.58rem;
  }

  .footer-search-icon {
    width: 20px;
    flex-basis: 20px;
    background-size: 16px 16px;
  }

  .footer-search input {
    font-size: 1.15rem;
  }

  .footer-search input::placeholder {
    font-size: 0.92rem;
  }

  .footer-copyright {
    margin-top: 1.5rem;
    font-size: 0.93rem;
    line-height: 38px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition-duration: 0ms !important;
  }
}
