/*
 * SWITCHBANK premium presentation layer
 * Target: SWITCHTheme / SwitchBank Network presentation layer
 * Scope: visual enhancement only; no structural or routing changes.
 */

:root {
  --sb-oxblood: #78000b;
  --sb-red: #9a0010;
  --sb-red-bright: #b20a1c;
  --sb-ink: #101820;
  --sb-slate: #334155;
  --sb-muted: #64748b;
  --sb-gold: #c7a45b;
  --sb-gold-light: #ead9aa;
  --sb-ivory: #f7f4ee;
  --sb-paper: #ffffff;
  --sb-border: rgba(16, 24, 32, .12);
  --sb-shadow-sm: 0 8px 24px rgba(16, 24, 32, .08);
  --sb-shadow: 0 18px 48px rgba(16, 24, 32, .12);
  --sb-radius-sm: 10px;
  --sb-radius: 18px;
  --sb-ease: cubic-bezier(.2, .8, .2, 1);
}

html { scroll-behavior: smooth; }

body.site {
  color: var(--sb-slate);
  background: var(--sb-ivory);
  font-kerning: normal;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.site ::selection { color: #fff; background: var(--sb-red); }

body.site a {
  color: var(--sb-red);
  text-decoration-thickness: .08em;
  text-underline-offset: .18em;
  transition: color .25s ease, background-color .25s ease, border-color .25s ease, box-shadow .25s ease, transform .25s var(--sb-ease);
}

body.site a:hover { color: var(--sb-oxblood); }

body.site :focus-visible {
  outline: 3px solid rgba(199, 164, 91, .78) !important;
  outline-offset: 3px;
}

body.site h1,
body.site h2,
body.site h3,
body.site h4,
body.site h5,
body.site h6 {
  color: var(--sb-ink);
  letter-spacing: -.025em;
}

body.site p { line-height: 1.75; }

/* Institutional top utility bar */
#sp-topbar-area {
  position: relative;
  z-index: 1002;
  color: rgba(255,255,255,.88);
  background: linear-gradient(105deg, #520006 0%, var(--sb-oxblood) 56%, #9a0010 100%);
  border-bottom: 1px solid rgba(234, 217, 170, .32);
  box-shadow: 0 5px 16px rgba(56, 0, 7, .14);
}

#sp-topbar-area a { color: rgba(255,255,255,.9); }
#sp-topbar-area a:hover { color: var(--sb-gold-light); }
#sp-topbar-area .container { min-height: 38px; display: flex; align-items: center; }

#sp-topbar-area #sp-top1 .top-services ul.menu {
  display: flex;
  align-items: stretch;
  height: 56px;
  margin: 0;
  padding: 0;
  list-style: none;
}

#sp-topbar-area #sp-top1 .top-services li {
  display: flex;
  min-width: 140px;
  border-right: 1px solid rgba(255,255,255,.2);
}

#sp-topbar-area #sp-top1 .top-services li a {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 0 14px;
  color: rgba(255,255,255,.9);
  text-decoration: none;
  transition: background-color .2s ease, color .2s ease;
}

#sp-topbar-area #sp-top1 .top-services li a:hover { color: #fff; background: rgba(255,255,255,.1); }
#sp-topbar-area #sp-top1 .top-services li a > i { flex: 0 0 28px; color: var(--sb-gold-light); font-size: 26px; text-align: center; }
#sp-topbar-area #sp-top1 .top-services li a > span { display: grid; gap: 3px; }
#sp-topbar-area #sp-top1 .top-services strong { color: #fff; font-size: 10px; font-weight: 900; letter-spacing: .055em; line-height: 1.15; white-space: nowrap; }
#sp-topbar-area #sp-top1 .top-services small { color: rgba(255,255,255,.62); font-size: 8px; font-weight: 700; letter-spacing: .03em; white-space: nowrap; }

.sb-topbar-operations {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0;
  min-height: 56px;
  color: rgba(255,255,255,.86);
  font-size: 9px;
}

#sp-topbar-area #sp-top2 .create-account,
#sp-topbar-area #sp-top2 .sp-custom-login { display: none !important; }

.sb-topbar-operations > a,
.sb-topbar-status {
  position: relative;
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 112px;
  height: 56px;
  padding: 0 12px;
  color: rgba(255,255,255,.9) !important;
  border-left: 1px solid rgba(255,255,255,.2);
  text-decoration: none;
  transition: background-color .2s ease, color .2s ease;
}

.sb-topbar-operations > a:first-child { border-left: 1px solid rgba(255,255,255,.2); }

.sb-topbar-operations > a:hover { color: #fff !important; background: rgba(255,255,255,.1); }
.sb-topbar-operations > a > i { flex: 0 0 25px; color: var(--sb-gold-light); font-size: 23px; text-align: center; }
.sb-topbar-operations > a > span { display: grid; gap: 3px; min-width: 0; }
.sb-topbar-operations strong { color: #fff; font-size: 9px; font-weight: 900; letter-spacing: .07em; line-height: 1.15; white-space: nowrap; }
.sb-topbar-operations small { color: rgba(255,255,255,.62); font-size: 8px; font-weight: 700; letter-spacing: .04em; line-height: 1.1; white-space: nowrap; }
.sb-topbar-operations a b { margin-left: auto; color: var(--sb-gold-light); font-size: 15px; line-height: 1; }
.sb-topbar-operations a b { display: none; }
.sb-topbar-status { min-width: 98px; color: var(--sb-gold-light); }
.sb-topbar-status i { flex: 0 0 auto; color: #73d49a; font-size: 8px; }
.sb-topbar-status strong { color: var(--sb-gold-light); }

/* Brand band: retain the existing logo, title/slogan, email and structure */
#sp-logo-motto-email-search-box {
  position: relative;
  z-index: 1001;
  background: rgba(255,255,255,.97);
  border-bottom: 1px solid var(--sb-border);
}

#sp-logo-motto-email-search-box > .container { padding-top: 12px; padding-bottom: 12px; }

#sp-logo .logo { display: inline-flex; align-items: center; gap: 16px; }

#sp-logo .logo-image,
#sp-logo .logo-image-phone {
  width: auto;
  max-width: 246px;
  max-height: 52px;
  object-fit: contain;
  object-position: left center;
  filter: drop-shadow(0 4px 10px rgba(120,0,11,.12));
}

#sp-logo .logo-slogan {
  color: var(--sb-slate);
  border-left-color: rgba(120,0,11,.25);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  line-height: 1.45;
  text-transform: uppercase;
}

#sp-logo-right { color: var(--sb-slate); }
#sp-logo-right a { font-weight: 700; }

/* Primary navigation and premium mega menu */
#sp-menu-area {
  z-index: 1000;
  background: var(--sb-paper);
  border-bottom: 1px solid rgba(16,24,32,.09);
  box-shadow: 0 8px 28px rgba(16,24,32,.07);
}

.sticky-header.header-sticky #sp-menu-area {
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(14px) saturate(145%);
  -webkit-backdrop-filter: blur(14px) saturate(145%);
}

.sp-megamenu-parent > li > a,
.sp-megamenu-parent > li > span {
  position: relative;
  color: var(--sb-ink);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .055em;
}

.sp-megamenu-parent > li > a::after,
.sp-megamenu-parent > li > span::after {
  content: "";
  position: absolute;
  right: 18px;
  bottom: 5px;
  left: 18px;
  height: 2px;
  background: linear-gradient(90deg, var(--sb-gold), var(--sb-red));
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .25s var(--sb-ease);
}

.sp-megamenu-parent > li:hover > a::after,
.sp-megamenu-parent > li.active > a::after,
.sp-megamenu-parent > li:hover > span::after { transform: scaleX(1); }

.sp-megamenu-parent > li:hover > a,
.sp-megamenu-parent > li.active > a { color: var(--sb-red); }

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  overflow: hidden;
  padding: 28px;
  background: rgba(255,255,255,.985);
  border: 1px solid rgba(120,0,11,.12);
  border-top: 3px solid var(--sb-gold);
  border-radius: 0 0 var(--sb-radius) var(--sb-radius);
  box-shadow: 0 26px 60px rgba(16,24,32,.18);
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
  color: var(--sb-slate);
  border-radius: 8px;
  font-weight: 600;
  line-height: 1.45;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
  color: var(--sb-red);
  background: rgba(154,0,16,.055);
  transform: translateX(3px);
}

.sp-megamenu-parent .sp-dropdown .sp-module-title {
  color: var(--sb-oxblood);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}

#offcanvas-toggler { color: var(--sb-ink); }
#offcanvas-toggler:hover { color: var(--sb-red); }

/* Hero: retain original artwork/content, add depth and security texture */
#section-id-cYUg39UlMkZAU8VQ7lAXr {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background-color: #f4eee6;
}

#section-id-cYUg39UlMkZAU8VQ7lAXr::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(247,244,238,.2) 0%, rgba(247,244,238,.1) 38%, rgba(247,244,238,0) 78%),
    radial-gradient(circle at 18% 24%, rgba(199,164,91,.07), transparent 34%);
  pointer-events: none;
}

#section-id-cYUg39UlMkZAU8VQ7lAXr::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -9%;
  right: -4%;
  width: min(42vw, 630px);
  aspect-ratio: 1;
  opacity: .045;
  background: url('/images/2024/04/24/netcore-logo.png') center / contain no-repeat;
  filter: grayscale(1) contrast(1.2);
  transform: rotate(-8deg);
  pointer-events: none;
}

#section-id-cYUg39UlMkZAU8VQ7lAXr h1,
#section-id-cYUg39UlMkZAU8VQ7lAXr .sppb-addon-title {
  max-width: 830px;
  color: #fff;
  letter-spacing: -.045em;
  line-height: 1.04;
  text-shadow: 0 2px 10px rgba(8,14,20,.78), 0 1px 2px rgba(8,14,20,.9);
  text-wrap: balance;
}

#section-id-cYUg39UlMkZAU8VQ7lAXr p {
  max-width: 680px;
  color: #374151;
  font-size: clamp(16px, 1.35vw, 20px);
}

/* Banner actions remain legible over the restored artwork. */
#sppb-modal-nty11gG7bAH6mHOuhwJ8q-selector {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--sb-ink);
  font-weight: 800;
  text-decoration: none;
  text-shadow: none;
}

#sppb-modal-nty11gG7bAH6mHOuhwJ8q-selector:hover { color: var(--sb-red); }

#sppb-modal-nty11gG7bAH6mHOuhwJ8q-selector .sppb-modal-icon-wrap {
  position: relative;
  display: inline-grid;
  width: 45px;
  height: 45px;
  place-items: center;
  overflow: visible;
  color: #fff;
  background: var(--sb-red);
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(120,0,11,.22);
}

#sppb-modal-nty11gG7bAH6mHOuhwJ8q-selector .sppb-modal-icon-wrap i {
  position: relative;
  z-index: 1;
  color: #fff;
}

#sppb-modal-nty11gG7bAH6mHOuhwJ8q-selector .sppb-ripple-effect {
  position: absolute;
  inset: 0;
  display: block;
  border: 2px solid rgba(178,10,28,.72);
  border-radius: 8px;
  animation: sb-cta-ripple 2.2s ease-out infinite !important;
  pointer-events: none;
}

@keyframes sb-cta-ripple {
  0% { opacity: .8; transform: scale(1); }
  70%, 100% { opacity: 0; transform: scale(1.48); }
}

/* Buttons and calls to action */
body.site .sppb-btn,
body.site .btn,
body.site button,
body.site input[type="submit"] {
  border-radius: 8px;
  font-weight: 800;
  letter-spacing: .025em;
  box-shadow: 0 8px 20px rgba(16,24,32,.1);
  transition: color .25s ease, background-color .25s ease, border-color .25s ease, box-shadow .25s ease, transform .25s var(--sb-ease);
}

body.site .sppb-btn:hover,
body.site .btn:hover,
body.site button:hover,
body.site input[type="submit"]:hover {
  box-shadow: 0 12px 30px rgba(16,24,32,.16);
  transform: translateY(-2px);
}

body.site .sppb-btn-primary,
body.site .btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--sb-red-bright), var(--sb-oxblood));
  border-color: var(--sb-oxblood);
}

body.site .sppb-btn-primary:hover,
body.site .btn-primary:hover {
  color: #fff;
  background: linear-gradient(135deg, var(--sb-oxblood), #4e0006);
  border-color: #4e0006;
}

/* Page-builder rhythm: preserve order and section geometry */
#sp-main-body { background: var(--sb-ivory); }

#sp-main-body .sppb-section {
  position: relative;
  background-clip: padding-box;
}

#sp-main-body .sppb-section:nth-of-type(even) { background-color: rgba(255,255,255,.62); }

.sppb-addon-title,
.sppb-section-title .sppb-title-heading { text-wrap: balance; }

.sppb-section-title .sppb-title-subheading,
.sppb-addon-content { color: var(--sb-slate); }

.sppb-section-title .sppb-title-heading::after,
.finatic-title-heading::after {
  content: "";
  display: block;
  width: 54px;
  height: 3px;
  margin-top: 15px;
  background: linear-gradient(90deg, var(--sb-gold), var(--sb-red));
  border-radius: 99px;
}

.sppb-text-center .sppb-section-title .sppb-title-heading::after,
.sppb-text-center .finatic-title-heading::after { margin-right: auto; margin-left: auto; }

/* Services and editorial cards */
.finatic-service-items,
.finatic-services,
.case-study-classic-layout,
.sppb-addon-article,
.sppb-addon-feature,
.sppb-addon-person,
.sppb-addon-pricing-table,
.sppb-addon-accordion,
.sppb-addon-tab {
  border-radius: var(--sb-radius);
}

.finatic-service-items,
.case-study-classic-layout,
.sppb-addon-article,
.sppb-addon-feature {
  overflow: hidden;
  background: rgba(255,255,255,.94);
  border: 1px solid var(--sb-border);
  box-shadow: var(--sb-shadow-sm);
  transition: border-color .25s ease, box-shadow .3s ease, transform .3s var(--sb-ease);
}

.finatic-service-items:hover,
.case-study-classic-layout:hover,
.sppb-addon-article:hover,
.sppb-addon-feature:hover {
  border-color: rgba(199,164,91,.58);
  box-shadow: var(--sb-shadow);
  transform: translateY(-5px);
}

.finatic-service-items .item-info,
.case-study-classic-layout .case-study-content,
.sppb-addon-article .sppb-article-info-wrap { padding: 24px; }

.finatic-service-items img,
.case-study-classic-layout img,
.sppb-addon-article img {
  width: 100%;
  transition: transform .55s var(--sb-ease), filter .35s ease;
}

.finatic-service-items:hover img,
.case-study-classic-layout:hover img,
.sppb-addon-article:hover img { transform: scale(1.025); }

.finatic-service-items .sppb-icon,
.finatic-service-items i { color: var(--sb-red); }

.finatic-service-items h3,
.case-study-classic-layout h3,
.sppb-addon-article h3 { line-height: 1.25; }

/* Counter and institutional proof sections */
.sppb-animated-number {
  color: var(--sb-oxblood);
  letter-spacing: -.045em;
}

#section-id-1566817386411 {
  overflow: hidden;
  background:
    linear-gradient(125deg, rgba(16,24,32,.98), rgba(54,18,24,.98)),
    var(--sb-ink) !important;
  border-top: 1px solid rgba(199,164,91,.45);
  border-bottom: 1px solid rgba(199,164,91,.35);
}

#section-id-1566817386411 h1,
#section-id-1566817386411 h2,
#section-id-1566817386411 h3,
#section-id-1566817386411 h4,
#section-id-1566817386411 .sppb-animated-number { color: #fff; }

#section-id-1566817386411 p,
#section-id-1566817386411 .sppb-animated-number-title { color: rgba(255,255,255,.72); }

/* Forms, authentication and modal surfaces */
body.site input[type="text"],
body.site input[type="email"],
body.site input[type="password"],
body.site input[type="tel"],
body.site input[type="url"],
body.site input[type="number"],
body.site select,
body.site textarea,
body.site .form-control {
  min-height: 48px;
  color: var(--sb-ink);
  background: #fff;
  border: 1px solid rgba(51,65,85,.24);
  border-radius: var(--sb-radius-sm);
  box-shadow: inset 0 1px 2px rgba(16,24,32,.035);
}

body.site textarea { min-height: 130px; }

body.site input:focus,
body.site select:focus,
body.site textarea:focus,
body.site .form-control:focus {
  border-color: var(--sb-gold);
  box-shadow: 0 0 0 4px rgba(199,164,91,.18);
}

body.site label { color: var(--sb-ink); font-weight: 700; }

.modal-content,
.login-container,
.registration,
.profile-edit,
.contact {
  background: rgba(255,255,255,.98);
  border: 1px solid var(--sb-border);
  border-radius: var(--sb-radius);
  box-shadow: var(--sb-shadow);
}

.modal-header { border-bottom-color: rgba(16,24,32,.09); }

/* Breadcrumbs and inner-page continuity */
.sp-page-title {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(118deg, var(--sb-ink), #3d1118 76%, var(--sb-oxblood));
  border-bottom: 1px solid rgba(199,164,91,.45);
}

.sp-page-title::after {
  content: "";
  position: absolute;
  top: -45%;
  right: 3%;
  width: 330px;
  aspect-ratio: 1;
  opacity: .055;
  background: url('/images/2024/04/24/netcore-logo.png') center / contain no-repeat;
  filter: grayscale(1) brightness(3);
  transform: rotate(-10deg);
  pointer-events: none;
}

.sp-page-title h1,
.sp-page-title h2,
.sp-page-title .sp-page-title-heading { color: #fff; }
.sp-page-title .breadcrumb-item,
.sp-page-title .breadcrumb-item a { color: rgba(255,255,255,.78); }

/* Footer */
#sp-bottom {
  position: relative;
  overflow: hidden;
  color: rgba(255,255,255,.7);
  background: #111820;
  border-top: 3px solid var(--sb-gold);
}

#sp-bottom::after {
  content: "";
  position: absolute;
  right: -100px;
  bottom: -130px;
  width: 430px;
  aspect-ratio: 1;
  opacity: .028;
  background: url('/images/2024/04/24/netcore-logo.png') center / contain no-repeat;
  filter: grayscale(1) brightness(4);
  transform: rotate(-8deg);
  pointer-events: none;
}

#sp-bottom .sp-module-title {
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}

#sp-bottom a { color: rgba(255,255,255,.7); }
#sp-bottom a:hover { color: var(--sb-gold-light); transform: translateX(2px); }

#sp-footer {
  color: rgba(255,255,255,.6);
  background: #0a1016;
  border-top: 1px solid rgba(255,255,255,.08);
}

#sp-footer a { color: rgba(255,255,255,.76); }
#sp-footer a:hover { color: var(--sb-gold-light); }

/* Institutional footer extension */
#sp-bottom { padding-top: 0; }
.sb-footer-experience {
  display: grid;
  grid-template-columns: minmax(230px, 1.2fr) minmax(360px, 1fr);
  gap: 32px;
  align-items: center;
  margin-bottom: 34px;
  padding: 28px 0 24px;
  border-bottom: 1px solid rgba(255,255,255,.13);
}

.sb-footer-mark { display: grid; grid-template-columns: 34px 1fr; column-gap: 12px; align-items: center; }
.sb-footer-mark > span { grid-row: span 2; color: var(--sb-gold-light); font-size: 29px; }
.sb-footer-mark strong { color: #fff; font-size: 15px; font-weight: 950; letter-spacing: .08em; line-height: 1.05; }
.sb-footer-mark p { grid-column: 2; max-width: 360px; margin: 8px 0 0; color: rgba(255,255,255,.56); font-size: 11px; line-height: 1.5; }
.sb-footer-access { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid rgba(234,217,170,.3); border-radius: 6px; }
.sb-footer-access > span { grid-column: 1 / -1; padding: 9px 12px; color: var(--sb-gold-light); background: rgba(255,255,255,.05); font-size: 9px; font-weight: 950; letter-spacing: .12em; }
.sb-footer-access a { display: flex; align-items: center; justify-content: space-between; gap: 7px; min-height: 42px; padding: 10px 12px; color: rgba(255,255,255,.78); border-right: 1px solid rgba(255,255,255,.12); font-size: 10px; font-weight: 800; text-decoration: none; }
.sb-footer-access a:last-child { border-right: 0; }
.sb-footer-access a:hover { color: #fff; background: rgba(154,0,16,.28); }
.sb-footer-access b { color: var(--sb-gold-light); font-size: 15px; }
#sp-bottom .sp-module-title { margin-bottom: 15px; }
#sp-bottom .menu a { color: rgba(255,255,255,.65); font-size: 12px; }
#sp-bottom .menu a:hover { color: var(--sb-gold-light); }
.sb-footer-desk { display: grid; gap: 6px; max-width: 260px; }
.sb-footer-desk strong { color: #fff; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.sb-footer-desk p { margin: 0 0 5px; color: rgba(255,255,255,.55); font-size: 11px; line-height: 1.45; }
.sb-footer-desk a { display: flex; align-items: center; justify-content: space-between; padding: 5px 0; color: rgba(255,255,255,.72); font-size: 11px; text-decoration: none; }
.sb-footer-desk a b { color: var(--sb-gold-light); font-size: 15px; }

@media (max-width: 767.98px) {
  .sb-footer-experience { grid-template-columns: 1fr; gap: 22px; padding: 24px 0 20px; }
  .sb-footer-access { grid-template-columns: 1fr; }
  .sb-footer-access a { border-right: 0; border-top: 1px solid rgba(255,255,255,.12); }
}

/* Mobile navigation */
.offcanvas-menu {
  color: var(--sb-slate);
  background: #fff;
  box-shadow: -20px 0 50px rgba(16,24,32,.16);
}

.offcanvas-menu .offcanvas-inner ul.menu > li > a,
.offcanvas-menu .offcanvas-inner ul.menu > li > span {
  color: var(--sb-ink);
  border-bottom: 1px solid rgba(16,24,32,.08);
  font-weight: 750;
}

.offcanvas-menu .offcanvas-inner ul.menu > li.active > a,
.offcanvas-menu .offcanvas-inner ul.menu > li > a:hover { color: var(--sb-red); }

/* Responsive refinements, preserving original breakpoints and ordering */
@media (max-width: 1199.98px) {
  .sp-megamenu-parent > li > a,
  .sp-megamenu-parent > li > span { padding-right: 12px; padding-left: 12px; font-size: 12px; }
}

@media (max-width: 991.98px) {
  #sp-logo-motto-email-search-box > .container { padding-top: 9px; padding-bottom: 9px; }
  #sp-logo .logo-image-phone { max-height: 44px; }
  #sp-logo .logo-slogan { display: none; }
  #section-id-cYUg39UlMkZAU8VQ7lAXr::after { right: -15%; width: 62vw; opacity: .035; }
  .finatic-service-items:hover,
  .case-study-classic-layout:hover,
  .sppb-addon-article:hover,
  .sppb-addon-feature:hover { transform: none; }
}

@media (max-width: 767.98px) {
  #sp-topbar-area { min-height: 112px; }
  #sp-topbar-area .container-inner > .row { display: flex; flex-direction: column; }
  #sp-topbar-area #sp-top1,
  #sp-topbar-area #sp-top2 { width: 100%; max-width: 100%; flex: 0 0 56px; }
  #sp-topbar-area #sp-top1 .top-services { display: block !important; }
  #sp-topbar-area #sp-top1 .sp-column,
  #sp-topbar-area #sp-top1 .sp-module-content { width: 100%; }
  #sp-topbar-area #sp-top1 .top-services ul.menu { height: 56px; }
  #sp-topbar-area #sp-top1 .top-services li { min-width: 0; flex: 1; }
  #sp-topbar-area #sp-top1 .top-services li a { justify-content: center; gap: 5px; padding: 0 5px; }
  #sp-topbar-area #sp-top1 .top-services li a > i { flex-basis: 20px; font-size: 19px; }
  #sp-topbar-area #sp-top1 .top-services strong { overflow: hidden; font-size: 7px; text-overflow: ellipsis; }
  #sp-topbar-area #sp-top1 .top-services small { overflow: hidden; font-size: 6px; text-overflow: ellipsis; }
  #sp-topbar-area .container { min-height: 34px; }
  #section-id-cYUg39UlMkZAU8VQ7lAXr::before {
    background: linear-gradient(180deg, rgba(247,244,238,.2), rgba(247,244,238,.06));
  }
  #section-id-cYUg39UlMkZAU8VQ7lAXr h1,
  #section-id-cYUg39UlMkZAU8VQ7lAXr .sppb-addon-title { line-height: 1.08; }
  .finatic-service-items .item-info,
  .case-study-classic-layout .case-study-content,
  .sppb-addon-article .sppb-article-info-wrap { padding: 20px; }
  .sp-page-title::after { right: -120px; width: 280px; }
}

@media (max-width: 767.98px) {
  #section-id-cYUg39UlMkZAU8VQ7lAXr::before {
    background: linear-gradient(180deg, rgba(247,244,238,.2), rgba(247,244,238,.06)) !important;
  }
}

@media (min-width: 768px) {
  #sp-main-body .sp-page-builder .page-content #section-id-1565331468206 { margin-top: 106px !important; }
}

@media (max-width: 575.98px) {
  #sp-logo .logo-image-phone { max-width: 188px; max-height: 40px; }
  body.site .sppb-btn,
  body.site .btn { min-height: 46px; }
  .finatic-service-items,
  .case-study-classic-layout,
  .sppb-addon-article,
  .sppb-addon-feature { border-radius: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

/* Representative institution carousel: twenty reference brands, never presented as members. */
.sppb-addon-clients {
  position: relative;
  padding: 18px 18px 12px;
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(16,24,32,.1);
  box-shadow: 0 10px 28px rgba(16,24,32,.06);
}

.sb-institution-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  margin: 0 4px 13px;
}

.sb-institution-heading span {
  color: var(--sb-red);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .13em;
}

.sb-institution-heading small {
  color: var(--sb-muted);
  font-size: 9px;
  font-weight: 700;
}

.sb-institution-viewport { overflow: hidden; }

.sb-institution-track {
  display: flex;
  width: 500%;
  transition: transform .55s var(--sb-ease);
}

.sb-institution-card {
  display: flex;
  align-items: center;
  gap: 11px;
  width: 4%;
  min-width: 4%;
  min-height: 78px;
  padding: 12px 18px;
  color: var(--sb-ink);
  border-right: 1px solid rgba(16,24,32,.1);
}

.sb-institution-logo {
  display: inline-grid;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  place-items: center;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(16,24,32,.1);
  border-radius: 7px;
}

.sb-institution-logo img { display: block; width: 32px; height: 32px; object-fit: contain; }
.sb-institution-fallback { display: none; color: var(--sb-ink); font-size: 8px; font-weight: 950; line-height: 1.05; text-align: center; }
.sb-institution-fallback.is-visible { display: block; }
.sb-institution-logo img[src=""] { display: none; }
.sb-institution-logo img.is-unavailable { display: none; }
.sb-institution-logo img.is-unavailable + .sb-institution-fallback { display: block; }
.sb-institution-name { max-width: 118px; color: var(--sb-slate); font-size: 12px; font-weight: 850; line-height: 1.25; }

.sb-institution-controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 8px;
}

.sb-institution-controls button {
  display: inline-grid;
  width: 25px;
  height: 25px;
  place-items: center;
  padding: 0;
  color: var(--sb-ink);
  background: #fff;
  border: 1px solid rgba(16,24,32,.18);
  border-radius: 4px;
  font-size: 18px;
  line-height: 1;
}

.sb-institution-controls button:hover { color: #fff; background: var(--sb-red); }
.sb-institution-counter { min-width: 46px; color: var(--sb-muted); font-size: 9px; font-weight: 900; text-align: center; }

/* SWITCHBANK proof panel: replace generic consulting metrics with network evidence. */
#section-id-1566299103255,
#section-id-1566815332077 {
  background: #fff;
  border-top: 1px solid rgba(16,24,32,.08);
  border-bottom: 1px solid rgba(16,24,32,.08);
}

#section-id-1566299103255 .sppb-addon-title,
#section-id-1566815332077 .sppb-addon-title { color: var(--sb-ink); letter-spacing: .01em; }
#section-id-1566299103255 .sppb-addon-header h4,
#section-id-1566815332077 .sppb-addon-header h4 { max-width: 510px; color: var(--sb-ink); line-height: 1.32; }

#section-id-1566299103255 .sppb-animated-number-title,
#section-id-1566815332077 .sppb-animated-number-title { min-height: 34px; }

#section-id-1566299103255 .sppb-addon-animated-number,
#section-id-1566815332077 .sppb-addon-animated-number {
  min-height: 150px;
  padding: 22px 16px;
  background: #fff;
  border: 1px solid rgba(199,164,91,.35);
  border-radius: 14px;
  box-shadow: 0 8px 22px rgba(16,24,32,.06);
}

#section-id-1566299103255 .sppb-animated-number,
#section-id-1566815332077 .sppb-animated-number,
#section-id-1566299103255 .sb-network-display,
#section-id-1566815332077 .sb-network-display { color: var(--sb-red); font-size: clamp(30px, 3vw, 44px); font-weight: 850; }
#section-id-1566299103255 .sppb-animated-number-title,
#section-id-1566815332077 .sppb-animated-number-title { max-width: 150px; color: var(--sb-slate); font-size: 12px; font-weight: 750; line-height: 1.35; }

#section-id-1566299103255 .addon-root-button .sppb-btn,
#section-id-1566815332077 .addon-root-button .sppb-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff !important;
  background: var(--sb-red) !important;
  border-color: var(--sb-red) !important;
  text-shadow: none;
}

#section-id-1566299103255 .addon-root-button .sppb-btn span,
#section-id-1566815332077 .addon-root-button .sppb-btn span { color: var(--sb-gold-light); font-size: 18px; }

@media (max-width: 767.98px) {
  #section-id-1566299103255 .sppb-addon-animated-number,
  #section-id-1566815332077 .sppb-addon-animated-number { min-height: 120px; padding: 16px 13px; }
}

@media (max-width: 991.98px) {
  .sb-institution-track { width: 300%; }
  .sb-institution-card { width: 11.111%; min-width: 11.111%; }
}

@media (max-width: 575.98px) {
  .sb-institution-heading { align-items: flex-start; flex-direction: column; gap: 4px; }
  .sb-institution-track { width: 200%; }
  .sb-institution-card { width: 25%; min-width: 25%; min-height: 70px; padding: 10px 12px; }
  .sb-institution-logo { width: 34px; height: 34px; flex-basis: 34px; }
  .sb-institution-logo img { width: 28px; height: 28px; }
  .sb-institution-name { font-size: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  .sb-institution-track { transition: none; }
  .sb-live-network * { animation: none !important; }
}

@media (max-width: 767.98px) {
  .sb-live-network { top: 42%; right: 6%; width: 92vw; opacity: .7; transform: translate(35%, -50%); }
}

/* ------------------------------------------------------------
   Premium Pass 2: CTA hierarchy, trust surfaces, rhythm polish
   ------------------------------------------------------------ */

/* Establish a clearer CTA priority model across modules */
body.site .sppb-btn,
body.site .btn {
  position: relative;
  overflow: hidden;
}

body.site .sppb-btn::before,
body.site .btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(255,255,255,.22), rgba(255,255,255,0) 40%);
  opacity: 0;
  transform: translateX(-25%);
  transition: opacity .25s ease, transform .35s var(--sb-ease);
  pointer-events: none;
}

body.site .sppb-btn:hover::before,
body.site .btn:hover::before {
  opacity: 1;
  transform: translateX(0);
}

body.site .sppb-btn-primary,
body.site .btn-primary {
  min-height: 48px;
  padding: 0 22px;
  letter-spacing: .045em;
  text-transform: uppercase;
}

body.site .sppb-btn:not(.sppb-btn-primary):not(.btn-primary),
body.site .btn:not(.sppb-btn-primary):not(.btn-primary) {
  color: var(--sb-ink);
  background: #fff;
  border: 1px solid rgba(120,0,11,.2);
}

body.site .sppb-btn:not(.sppb-btn-primary):not(.btn-primary):hover,
body.site .btn:not(.sppb-btn-primary):not(.btn-primary):hover {
  color: var(--sb-red);
  border-color: rgba(120,0,11,.45);
  background: rgba(255,255,255,.98);
}

/* Hero CTA prominence without changing content structure */
#section-id-cYUg39UlMkZAU8VQ7lAXr .sppb-btn,
#section-id-cYUg39UlMkZAU8VQ7lAXr .btn {
  margin-top: 10px;
  box-shadow: 0 14px 34px rgba(16,24,32,.17);
}

/* Heading and block rhythm upgrades */
#sp-main-body .sppb-section {
  padding-top: clamp(52px, 6vw, 88px);
  padding-bottom: clamp(52px, 6vw, 88px);
}

#sp-main-body .sppb-section .sppb-addon-title,
#sp-main-body .sppb-section .sppb-title-heading {
  margin-bottom: 14px;
}

#sp-main-body .sppb-section .sppb-addon-content p + p {
  margin-top: 14px;
}

/* Trust badges and partner logo professionalism */
.sppb-addon-client,
.sppb-addon-client-carousel,
.sppb-addon-client .sppb-addon-content,
.sppb-client-wrap {
  border-radius: 14px;
}

.sppb-addon-client img,
.sppb-addon-client-carousel img,
.sppb-client-wrap img,
#section-id-1566817386411 img {
  filter: grayscale(.08) saturate(.9) contrast(1.02);
  opacity: .92;
  transition: transform .3s var(--sb-ease), filter .3s ease, opacity .3s ease;
}

.sppb-addon-client img:hover,
.sppb-addon-client-carousel img:hover,
.sppb-client-wrap img:hover,
#section-id-1566817386411 img:hover {
  filter: grayscale(0) saturate(1.02) contrast(1.04);
  opacity: 1;
  transform: translateY(-3px);
}

/* Stat counter framing for stronger proof sections */
.sppb-addon-animated-number {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(199,164,91,.22);
  border-radius: 14px;
  padding: 16px 14px;
}

/* Refine form action rows to look intentional */
body.site .form-actions,
body.site .controls,
body.site .form-group {
  margin-bottom: 16px;
}

/* Subtle loading entrance for first fold elements */
@keyframes sb-rise-in {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#section-id-cYUg39UlMkZAU8VQ7lAXr .sppb-addon-title,
#section-id-cYUg39UlMkZAU8VQ7lAXr p,
#section-id-cYUg39UlMkZAU8VQ7lAXr .sppb-btn,
#section-id-cYUg39UlMkZAU8VQ7lAXr .btn {
  animation: sb-rise-in .65s var(--sb-ease) both;
}

#section-id-cYUg39UlMkZAU8VQ7lAXr p { animation-delay: .08s; }
#section-id-cYUg39UlMkZAU8VQ7lAXr .sppb-btn,
#section-id-cYUg39UlMkZAU8VQ7lAXr .btn { animation-delay: .16s; }

@media (max-width: 991.98px) {
  #sp-main-body .sppb-section {
    padding-top: clamp(42px, 7vw, 62px);
    padding-bottom: clamp(42px, 7vw, 62px);
  }

  .sppb-addon-animated-number {
    padding: 14px 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  #section-id-cYUg39UlMkZAU8VQ7lAXr .sppb-addon-title,
  #section-id-cYUg39UlMkZAU8VQ7lAXr p,
  #section-id-cYUg39UlMkZAU8VQ7lAXr .sppb-btn,
  #section-id-cYUg39UlMkZAU8VQ7lAXr .btn {
    animation: none !important;
  }
}

/* Premium Pass 3: conversion clarity without structural changes */

/* Keep the strongest action visually dominant in repeated page-builder groups. */
.sppb-addon-content .sppb-btn-primary,
.sppb-addon-content .btn-primary,
.sppb-addon-article .sppb-readmore,
.case-study-classic-layout .readmore {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding-right: 18px;
  padding-left: 18px;
}

.sppb-addon-content .sppb-btn-primary::after,
.sppb-addon-content .btn-primary::after,
.sppb-addon-article .sppb-readmore::after,
.case-study-classic-layout .readmore::after {
  content: "\\2192";
  font-size: 1.1em;
  line-height: 1;
  transition: transform .25s var(--sb-ease);
}

.sppb-addon-content .sppb-btn-primary:hover::after,
.sppb-addon-content .btn-primary:hover::after,
.sppb-addon-article .sppb-readmore:hover::after,
.case-study-classic-layout .readmore:hover::after {
  transform: translateX(3px);
}

/* Let logo and client strips read as institutional proof, not decoration. */
.sppb-addon-client,
.sppb-addon-client-carousel,
.sppb-addon-clients,
.sppb-client-wrap {
  padding: 18px 20px;
  background: rgba(255,255,255,.58);
  border: 1px solid rgba(16,24,32,.08);
  box-shadow: 0 6px 18px rgba(16,24,32,.045);
}

.sppb-addon-client .sppb-addon-title,
.sppb-addon-client-carousel .sppb-addon-title,
.sppb-addon-clients .sppb-addon-title {
  color: var(--sb-muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

/* Improve form completion cues while retaining the existing form markup. */
body.site form .required,
body.site form label .star,
body.site form label abbr[title="required"] {
  color: var(--sb-red);
}

body.site input::placeholder,
body.site textarea::placeholder,
body.site .form-control::placeholder {
  color: #8792a1;
  opacity: 1;
}

body.site input:invalid:not(:placeholder-shown),
body.site textarea:invalid:not(:placeholder-shown),
body.site select:invalid {
  border-color: rgba(154,0,16,.58);
  box-shadow: 0 0 0 3px rgba(154,0,16,.1);
}

body.site input:valid:not(:placeholder-shown),
body.site textarea:valid:not(:placeholder-shown) {
  border-color: rgba(44,115,76,.45);
}

/* Make utility links and footer actions easier to scan. */
#sp-bottom ul.menu li,
#sp-footer ul.menu li {
  margin-bottom: 7px;
}

#sp-bottom ul.menu a,
#sp-footer ul.menu a {
  text-decoration: none;
}

@media (max-width: 575.98px) {
  .sppb-addon-client,
  .sppb-addon-client-carousel,
  .sppb-addon-clients,
  .sppb-client-wrap {
    padding: 14px;
  }

  .sppb-addon-content .sppb-btn-primary,
  .sppb-addon-content .btn-primary {
    width: 100%;
  }
}

/* Keep the banner artwork visible on small screens after all template rules. */
@media (max-width: 767.98px) {
  #section-id-cYUg39UlMkZAU8VQ7lAXr::before {
    background: linear-gradient(180deg, rgba(247,244,238,.7), rgba(247,244,238,.38));
  }
}

/* SWITCHNET capability cards: preserve the restored carousel, upgrade its banking language. */
#finatic-services-carousel .item {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  background: #fff;
  border: 1px solid rgba(16,24,32,.1);
  border-radius: var(--sb-radius);
  box-shadow: 0 12px 30px rgba(16,24,32,.08);
  transition: border-color .3s ease, box-shadow .3s ease, transform .3s var(--sb-ease);
}

#finatic-services-carousel .item::before {
  content: "SWITCHNET CAPABILITY";
  position: absolute;
  z-index: 2;
  top: 16px;
  left: 16px;
  padding: 6px 9px;
  color: #fff;
  background: rgba(16,24,32,.84);
  border-left: 3px solid var(--sb-gold);
  border-radius: 4px;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .12em;
  line-height: 1;
}

#finatic-services-carousel .item::after {
  content: "INSTITUTIONAL NETWORK SERVICE";
  position: absolute;
  right: 16px;
  bottom: 16px;
  color: var(--sb-muted);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .1em;
  line-height: 1;
  text-transform: uppercase;
}

#finatic-services-carousel .item:hover {
  border-color: rgba(199,164,91,.7);
  box-shadow: 0 22px 50px rgba(16,24,32,.14);
  transform: translateY(-5px);
}

#finatic-services-carousel .item > img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 8.5;
  object-fit: cover;
  filter: saturate(.82) contrast(1.04);
  transition: filter .35s ease, transform .5s var(--sb-ease);
}

#finatic-services-carousel .item:hover > img {
  filter: saturate(1) contrast(1.06);
  transform: scale(1.025);
}

#finatic-services-carousel .item-info {
  min-height: 218px;
  padding: 24px 24px 48px;
}

#finatic-services-carousel .item-info h3 {
  margin-bottom: 18px;
  color: var(--sb-ink);
  font-size: clamp(20px, 1.8vw, 27px);
  font-weight: 850;
  letter-spacing: -.035em;
  line-height: 1.12;
}

#finatic-services-carousel .finatic-service-items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 0 0 22px;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

#finatic-services-carousel .finatic-service-items li {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 32px;
  padding: 7px 8px;
  color: var(--sb-slate);
  background: rgba(247,244,238,.72);
  border: 1px solid rgba(16,24,32,.07);
  border-radius: 6px;
}

#finatic-services-carousel .finatic-service-items li i {
  flex: 0 0 auto;
  color: var(--sb-red);
  font-size: 13px;
}

#finatic-services-carousel .finatic-service-items li p {
  margin: 0;
  color: inherit;
  font-size: 11px;
  font-weight: 750;
  line-height: 1.25;
}

#finatic-services-carousel .item-info > .sppb-btn-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--sb-red);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
}

#finatic-services-carousel .item-info > .sppb-btn-link:hover {
  color: var(--sb-oxblood);
  transform: translateX(3px);
}

@media (max-width: 767.98px) {
  #finatic-services-carousel .item-info {
    min-height: 0;
    padding: 20px 18px 44px;
  }

  #finatic-services-carousel .finatic-service-items {
    grid-template-columns: 1fr;
  }

  #finatic-services-carousel .item::after {
    right: 18px;
    bottom: 14px;
  }
}

/* SWITCHNET command-center shell */
body.site.sb-command-open { overflow: hidden; }

/* The full-window sheet is the primary navigation; legacy template items remain available in Quick Links. */
#sp-menu-area .sp-megamenu-parent,
#sp-menu-area #offcanvas-toggler {
  display: none !important;
}

#sp-menu-area {
  position: relative;
  min-height: 88px;
  background: #fff;
}

.sb-menu-identity {
  position: absolute;
  z-index: 25;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  height: 55px;
  gap: 7px;
  padding: 0 12px;
  background: #fff;
}

.sb-menu-brand,
.sb-section-links a {
  color: var(--sb-ink);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .075em;
  text-decoration: none;
  text-transform: uppercase;
}

.sb-menu-brand { display: inline-flex; align-items: center; gap: 7px; margin-right: 1px; }
.sb-menu-brand span { color: var(--sb-ink); font-size: 13px; }
.sb-menu-brand:hover { color: var(--sb-red); }

.sb-menu-identity .sb-command-trigger {
  position: static;
  z-index: auto;
  flex: 0 0 auto;
  min-height: 30px;
  margin-left: 18px;
  padding: 0 11px;
  transform: none;
  box-shadow: 0 6px 16px rgba(120,0,11,.18);
}

.sb-menu-identity .sb-command-trigger:hover { transform: translateY(-1px); }

.sb-quick-badge {
  min-height: 24px;
  padding: 0 8px;
  color: #fff;
  background: var(--sb-red);
  border: 0;
  border-radius: 3px;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .06em;
  line-height: 24px;
  text-transform: uppercase;
}

.sb-quick-badge:hover,
.sb-menu-identity.is-quick-open .sb-quick-badge { background: var(--sb-oxblood); }

.sb-section-links { display: flex; align-items: center; justify-content: space-between; flex: 1; min-width: 0; margin-left: clamp(20px, 4vw, 64px); padding-right: 16px; }
.sb-section-links a { font-size: 12px; }
.sb-section-links a:hover { color: var(--sb-red); }

.sb-quick-panel {
  position: absolute;
  z-index: 50;
  top: 44px;
  left: 88px;
  display: grid;
  grid-template-columns: repeat(2, minmax(120px, 1fr));
  width: 270px;
  visibility: hidden;
  padding: 8px;
  background: #fff;
  border-top: 3px solid var(--sb-gold);
  border-radius: 0 0 7px 7px;
  box-shadow: 0 18px 36px rgba(16,24,32,.17);
  opacity: 0;
  transform: translateY(-5px);
  transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
}

.sb-menu-identity.is-quick-open .sb-quick-panel { visibility: visible; opacity: 1; transform: translateY(0); }
.sb-quick-panel a { padding: 9px 8px; color: var(--sb-slate); font-size: 10px; font-weight: 800; text-decoration: none; text-transform: uppercase; }
.sb-quick-panel a:hover { color: var(--sb-red); background: rgba(154,0,16,.06); }

/* Main header controls: search and language remain visible without competing with navigation. */
#sp-logo-right .sp-column {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
}

.sb-header-actions {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 13px;
}

.sb-search-trigger {
  position: relative;
  width: 36px;
  height: 36px;
  padding: 0;
  color: var(--sb-ink);
  background: #fff;
  border: 1px solid rgba(16,24,32,.18);
  border-radius: 6px;
}

.sb-search-trigger::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 9px;
  width: 11px;
  height: 11px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.sb-search-trigger::after {
  content: "";
  position: absolute;
  top: 21px;
  left: 22px;
  width: 8px;
  height: 2px;
  background: currentColor;
  transform: rotate(45deg);
  transform-origin: left center;
}

.sb-search-trigger:hover { color: var(--sb-red); border-color: rgba(154,0,16,.45); }
.sb-header-divider { width: 1px; height: 24px; background: rgba(16,24,32,.14); }

.sb-language-trigger {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 36px;
  padding: 0 9px;
  color: var(--sb-ink);
  background: #fff;
  border: 1px solid rgba(16,24,32,.18);
  border-radius: 6px;
  font-size: 11px;
  font-weight: 900;
}

.sb-language-trigger:hover,
.sb-header-actions.is-language-open .sb-language-trigger { color: #fff; background: var(--sb-red); }
.sb-language-trigger .fa-globe { font-size: 14px; }
.sb-language-current { font-size: 10px; letter-spacing: .05em; }

.sb-language-switcher {
  position: absolute;
  z-index: 60;
  top: calc(100% + 14px);
  right: 0;
  display: grid;
  gap: 3px;
  width: 180px;
  visibility: hidden;
  padding: 12px;
  background: #fff;
  border-top: 3px solid var(--sb-gold);
  border-radius: 0 0 7px 7px;
  box-shadow: 0 18px 38px rgba(16,24,32,.16);
  opacity: 0;
  transform: translateY(-5px);
  transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
}

.sb-header-actions.is-language-open .sb-language-switcher { visibility: visible; opacity: 1; transform: translateY(0); }
.sb-language-switcher strong { margin-bottom: 4px; color: var(--sb-ink); font-size: 11px; }
.sb-language-switcher a { padding: 7px 8px; color: var(--sb-slate); font-size: 11px; font-weight: 800; text-decoration: none; }
.sb-language-switcher a:hover,
.sb-language-switcher a.is-active { color: #fff; background: var(--sb-red); border-radius: 4px; }

.sb-search-panel {
  position: absolute;
  z-index: 50;
  top: calc(100% + 14px);
  right: 0;
  width: min(360px, 80vw);
  padding: 16px;
  visibility: hidden;
  background: #fff;
  border: 1px solid rgba(16,24,32,.12);
  border-top: 3px solid var(--sb-gold);
  border-radius: 0 0 8px 8px;
  box-shadow: 0 18px 38px rgba(16,24,32,.16);
  opacity: 0;
  transform: translateY(-5px);
  transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
}

.sb-header-actions.is-search-open .sb-search-panel { visibility: visible; opacity: 1; transform: translateY(0); }
.sb-search-panel label { display: block; margin-bottom: 8px; color: var(--sb-ink); font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.sb-search-panel form > div { display: flex; gap: 7px; }
.sb-search-panel input[type="search"] { min-width: 0; height: 42px; flex: 1; padding: 0 11px; border: 1px solid rgba(51,65,85,.24); border-radius: 5px; }
.sb-search-panel button { min-height: 42px; padding: 0 12px; color: #fff; background: var(--sb-red); border: 0; border-radius: 5px; font-size: 10px; font-weight: 900; text-transform: uppercase; }
.sb-search-panel button:hover { background: var(--sb-oxblood); }

#sp-menu-area .container,
#sp-menu-area .sp-megamenu-wrapper {
  position: relative;
}

.sb-command-trigger {
  position: absolute;
  z-index: 120;
  top: 50%;
  right: 18px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 38px;
  padding: 0 13px;
  color: #fff;
  background: var(--sb-red);
  border: 1px solid rgba(234,217,170,.55);
  border-radius: 6px;
  box-shadow: 0 8px 20px rgba(120,0,11,.18);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  transform: translateY(-50%);
  transition: background-color .25s ease, box-shadow .25s ease, transform .25s var(--sb-ease);
}

.sb-quick-links {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 2vw, 28px);
  min-height: 32px;
  padding: 0 18px;
  overflow-x: auto;
  color: var(--sb-slate);
  background: #f7f4ee;
  border-top: 1px solid rgba(16,24,32,.08);
  white-space: nowrap;
}

.sb-quick-links a,
.sb-quick-label {
  flex: 0 0 auto;
  color: var(--sb-slate);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .06em;
  text-decoration: none;
  text-transform: uppercase;
}

.sb-quick-label {
  color: var(--sb-red);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .12em;
}

.sb-quick-links a:hover { color: var(--sb-red); }

/* Final header refinement: Explore belongs to the strip, never over the menu. */
.sb-quick-links {
  justify-content: flex-start;
  gap: clamp(12px, 2vw, 24px);
  padding-right: 18px;
  padding-left: 18px;
}

.sb-quick-links .sb-command-trigger {
  position: static;
  z-index: auto;
  flex: 0 0 auto;
  min-height: 30px;
  margin-left: auto;
  padding: 0 13px;
  transform: none;
  box-shadow: 0 6px 16px rgba(120,0,11,.18);
}

.sb-quick-links .sb-command-trigger:hover { transform: translateY(-1px); }

.sb-skip-link {
  position: fixed;
  z-index: 30000;
  top: 8px;
  left: 8px;
  padding: 10px 14px;
  color: #fff;
  background: var(--sb-ink);
  border-radius: 4px;
  transform: translateY(-150%);
}

.sb-skip-link:focus { color: #fff; transform: translateY(0); }

.sb-accessibility-trigger {
  width: 34px;
  height: 34px;
  padding: 0;
  color: var(--sb-ink);
  background: #fff;
  border: 1px solid rgba(16,24,32,.18);
  border-radius: 6px;
  font-size: 12px;
  font-weight: 950;
}

.sb-accessibility-trigger:hover,
.sb-header-actions.is-a11y-open .sb-accessibility-trigger { color: #fff; background: var(--sb-red); }

.sb-accessibility-panel {
  position: absolute;
  z-index: 60;
  top: calc(100% + 14px);
  right: 48px;
  display: grid;
  gap: 6px;
  width: 170px;
  visibility: hidden;
  padding: 12px;
  background: #fff;
  border-top: 3px solid var(--sb-gold);
  border-radius: 0 0 7px 7px;
  box-shadow: 0 18px 38px rgba(16,24,32,.16);
  opacity: 0;
  transform: translateY(-5px);
  transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
}

.sb-header-actions.is-a11y-open .sb-accessibility-panel { visibility: visible; opacity: 1; transform: translateY(0); }
.sb-accessibility-panel strong { color: var(--sb-ink); font-size: 11px; }
.sb-accessibility-panel button { padding: 7px 8px; color: var(--sb-slate); background: #f7f4ee; border: 1px solid rgba(16,24,32,.1); border-radius: 4px; font-size: 10px; font-weight: 800; text-align: left; }
.sb-accessibility-panel button:hover { color: var(--sb-red); border-color: rgba(154,0,16,.35); }

/* Metric icons: institutions, security, and transaction traceability. */
#section-id-1566299103255 .sb-metric-icon,
#section-id-1566815332077 .sb-metric-icon {
  display: inline-block;
  color: var(--sb-ink);
  font-size: 46px;
  line-height: 1;
}

#section-id-1566299103255 .sppb-col-md-2:nth-child(3) .sb-metric-icon,
#section-id-1566815332077 .sppb-col-md-2:nth-child(3) .sb-metric-icon { color: var(--sb-red); }

#section-id-1566299103255 .sppb-col-md-2:nth-child(4) .sb-metric-icon,
#section-id-1566815332077 .sppb-col-md-2:nth-child(4) .sb-metric-icon { color: #3b6f55; }

body.sb-large-text { font-size: 112.5%; }
body.sb-large-text .sb-command-group a,
body.sb-large-text .sb-section-links a,
body.sb-large-text .sb-quick-links a { font-size: 11px; }

body.sb-high-contrast { --sb-slate: #17202a; --sb-border: rgba(16,24,32,.3); }
body.sb-high-contrast .sb-quick-links,
body.sb-high-contrast .sb-menu-identity { background: #fff; }
body.sb-high-contrast .sppb-btn,
body.sb-high-contrast .btn { border-width: 2px; }

.sb-command-trigger:hover {
  color: #fff;
  background: var(--sb-oxblood);
  box-shadow: 0 12px 28px rgba(120,0,11,.28);
  transform: translateY(calc(-50% - 2px));
}

.sb-command-trigger b {
  color: var(--sb-gold-light);
  font-size: 16px;
  line-height: 1;
}

.sb-trigger-pulse,
.sb-command-foot i {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #73d49a;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(115,212,154,.16);
}

.sb-command-panel {
  position: fixed;
  z-index: 20000;
  inset: 0;
  visibility: hidden;
  pointer-events: none;
}

.sb-command-panel.is-open {
  visibility: visible;
  pointer-events: auto;
}

.sb-command-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8,14,20,.68);
  opacity: 0;
  transition: opacity .3s ease;
}

.sb-command-panel.is-open .sb-command-backdrop { opacity: 1; }

.sb-command-drawer {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  width: min(880px, 94vw);
  height: 100%;
  padding: clamp(30px, 5vw, 72px) clamp(24px, 5vw, 72px) 28px;
  overflow-y: auto;
  color: #fff;
  background: #101820;
  border-left: 3px solid var(--sb-gold);
  box-shadow: -28px 0 80px rgba(0,0,0,.3);
  transform: translateX(100%);
  transition: transform .45s var(--sb-ease);
}

.sb-command-panel.is-open .sb-command-drawer { transform: translateX(0); }

.sb-command-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(255,255,255,.13);
}

.sb-command-eyebrow,
.sb-command-group p,
.sb-network-rail span {
  color: var(--sb-gold-light);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.sb-command-head h2 {
  margin: 10px 0 8px;
  color: #fff;
  font-size: clamp(30px, 4vw, 54px);
  letter-spacing: -.045em;
  line-height: 1;
}

.sb-command-head p {
  max-width: 530px;
  margin: 0;
  color: rgba(255,255,255,.65);
  font-size: 15px;
  line-height: 1.65;
}

.sb-command-close {
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  color: #fff;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 5px;
  font-size: 28px;
  line-height: 1;
}

.sb-command-close:hover { color: var(--sb-gold-light); background: rgba(255,255,255,.15); }

.sb-command-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 28px 0;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.12);
}

.sb-command-group {
  position: relative;
  min-height: 190px;
  padding: 22px;
  background: #151f28;
}

.sb-command-group:hover { background: #1b2832; }

.sb-command-number {
  position: absolute;
  top: 20px;
  right: 22px;
  color: rgba(234,217,170,.35);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .1em;
}

.sb-command-group h3 {
  max-width: 230px;
  margin: 0 0 7px;
  color: #fff !important;
  font-size: 19px;
  letter-spacing: -.02em;
}

.sb-command-group p { margin: 0 0 13px; color: rgba(255,255,255,.62) !important; font-size: 9px; }
.sb-command-group ul { margin: 0; padding: 0; list-style: none; }

.sb-command-group li { border-top: 1px solid rgba(255,255,255,.08); }

.sb-command-group a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 8px 0;
  color: rgba(255,255,255,.86) !important;
  font-size: 12px;
  text-decoration: none;
}

.sb-command-group a:hover { color: var(--sb-gold-light) !important; }
.sb-command-group a span { color: var(--sb-red-bright); font-size: 16px; }

.sb-command-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: auto;
  padding-top: 20px;
  color: rgba(255,255,255,.58);
  border-top: 1px solid rgba(255,255,255,.13);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.sb-command-foot span { display: inline-flex; align-items: center; gap: 9px; }
.sb-command-foot a { color: var(--sb-gold-light); text-decoration: none; }
.sb-command-foot a b { margin-left: 6px; font-size: 17px; }

#section-id-cYUg39UlMkZAU8VQ7lAXr {
  min-height: max(540px, calc(100vh - 222px));
  display: flex;
  align-items: center;
  margin-bottom: 106px;
  padding-bottom: 106px !important;
}

#section-id-cYUg39UlMkZAU8VQ7lAXr > .sppb-row-container { width: 100%; }

/* Live network visualization over the stable hero artwork. */
.sb-live-network { position: absolute; z-index: 1; top: 50%; right: 17%; width: min(46vw, 650px); aspect-ratio: 1; pointer-events: none; transform: translate(50%, -50%); }
.sb-live-globe { position: absolute; inset: 20%; overflow: hidden; background: radial-gradient(circle at 36% 30%, rgba(114,210,255,.28), rgba(19,57,105,.08) 58%, transparent 72%); border: 1px solid rgba(154,218,255,.35); border-radius: 50%; box-shadow: inset -22px -12px 46px rgba(6,28,65,.24), 0 0 35px rgba(42,164,255,.15); animation: sb-globe-breathe 5s ease-in-out infinite; }
.sb-live-latitude, .sb-live-longitude { position: absolute; inset: 16% -10%; border: 1px solid rgba(154,218,255,.24); border-radius: 50%; }
.sb-live-latitude { transform: rotate(18deg) scaleY(.38); } .sb-live-longitude { transform: rotate(-18deg) scaleX(.38); }
.sb-live-orbit { position: absolute; inset: 5%; border: 1px solid rgba(116,203,255,.48); border-radius: 50%; transform: rotate(24deg) scaleY(.34); animation: sb-orbit-spin 12s linear infinite; }
.sb-live-orbit-two { inset: 0; transform: rotate(-42deg) scaleY(.52); animation-duration: 17s; animation-direction: reverse; border-color: rgba(234,217,170,.38); } .sb-live-orbit-three { inset: 13%; transform: rotate(76deg) scaleY(.72); animation-duration: 21s; border-color: rgba(115,212,154,.32); }
.sb-live-node { position: absolute; width: 10px; height: 10px; background: #73d49a; border: 2px solid rgba(255,255,255,.8); border-radius: 50%; box-shadow: 0 0 0 5px rgba(115,212,154,.13), 0 0 18px rgba(115,212,154,.85); animation: sb-node-pulse 2.8s ease-in-out infinite; }
.sb-live-node-one { top: 22%; left: 27%; } .sb-live-node-two { top: 31%; right: 17%; animation-delay: .4s; } .sb-live-node-three { top: 62%; right: 12%; animation-delay: .8s; } .sb-live-node-four { bottom: 16%; right: 37%; animation-delay: 1.2s; } .sb-live-node-five { bottom: 25%; left: 17%; animation-delay: 1.6s; } .sb-live-node-six { top: 47%; left: 9%; animation-delay: 2s; }
.sb-live-route { position: absolute; height: 1px; background: linear-gradient(90deg, transparent, rgba(116,203,255,.8), transparent); transform-origin: left center; animation: sb-route-flow 2.6s linear infinite; }
.sb-live-route-one { top: 34%; left: 28%; width: 37%; transform: rotate(-12deg); } .sb-live-route-two { top: 55%; left: 18%; width: 56%; transform: rotate(23deg); animation-delay: .8s; } .sb-live-route-three { top: 68%; left: 42%; width: 31%; transform: rotate(-38deg); animation-delay: 1.5s; }
@keyframes sb-globe-breathe { 0%,100% { transform: scale(.98); opacity: .68; } 50% { transform: scale(1.02); opacity: .92; } }
@keyframes sb-orbit-spin { from { transform: rotate(24deg) scaleY(.34); } to { transform: rotate(384deg) scaleY(.34); } }
@keyframes sb-node-pulse { 0%,100% { transform: scale(.72); opacity: .55; } 50% { transform: scale(1.2); opacity: 1; } }
@keyframes sb-route-flow { 0% { opacity: 0; transform: scaleX(.35) rotate(-12deg); } 45%,75% { opacity: 1; } 100% { opacity: 0; transform: scaleX(1) rotate(-12deg); } }
#section-id-cYUg39UlMkZAU8VQ7lAXr > .sppb-row-container, #section-id-cYUg39UlMkZAU8VQ7lAXr .sb-network-rail { position: relative; z-index: 2; }

.sb-network-rail {
  position: absolute;
  right: clamp(18px, 5vw, 76px);
  bottom: 28px;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 0;
  background: rgba(16,24,32,.88);
  border: 1px solid rgba(234,217,170,.42);
  border-radius: 6px;
  box-shadow: 0 14px 32px rgba(16,24,32,.2);
}

.sb-network-rail > div,
.sb-network-rail > a { min-width: 145px; padding: 13px 16px; border-right: 1px solid rgba(255,255,255,.12); }
.sb-network-rail > a { display: grid; gap: 6px; color: #fff; text-decoration: none; }
.sb-network-rail > a:hover { background: rgba(154,0,16,.35); }
.sb-network-rail > a strong b { margin-left: 5px; color: var(--sb-gold-light); font-size: 15px; }
.sb-network-rail > div:last-child,
.sb-network-rail > a:last-child { border-right: 0; }
.sb-network-rail span { display: block; margin-bottom: 6px; color: rgba(234,217,170,.75); font-size: 8px; }
.sb-network-rail strong { display: flex; align-items: center; gap: 8px; color: #fff; font-size: 12px; letter-spacing: .05em; }
.sb-network-rail strong i { width: 6px; height: 6px; background: #73d49a; border-radius: 50%; }
.sb-network-rail .sb-plus { display: inline; color: var(--sb-gold-light); font-size: 16px; }
.sb-network-rail .sb-trace-pulse { animation: sb-trace-pulse 1.8s ease-in-out infinite; }

@keyframes sb-trace-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(115,212,154,.55); opacity: 1; }
  50% { box-shadow: 0 0 0 6px rgba(115,212,154,0); opacity: .72; }
}

.sb-service-access {
  position: absolute;
  right: clamp(18px, 5vw, 76px);
  bottom: -106px;
  z-index: 4;
  display: grid;
  grid-template-columns: auto repeat(3, minmax(150px, 1fr));
  width: min(720px, calc(100% - 36px));
  background: rgba(255,255,255,.97);
  border: 1px solid rgba(16,24,32,.12);
  border-top: 3px solid var(--sb-gold);
  border-radius: 6px;
  box-shadow: 0 16px 34px rgba(16,24,32,.15);
}

.sb-service-access-label {
  display: flex;
  align-items: center;
  padding: 0 13px;
  color: var(--sb-red);
  font-size: 9px;
  font-weight: 950;
  letter-spacing: .12em;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.sb-service-access a {
  position: relative;
  display: grid;
  gap: 4px;
  padding: 13px 28px 13px 14px;
  color: var(--sb-ink);
  border-left: 1px solid rgba(16,24,32,.1);
  text-decoration: none;
}

.sb-service-access a:hover { background: rgba(154,0,16,.045); }
.sb-service-access a b { color: var(--sb-red); font-size: 10px; letter-spacing: .1em; }
.sb-service-access a span { color: var(--sb-muted); font-size: 10px; line-height: 1.25; }
.sb-service-access a i { position: absolute; right: 12px; top: 50%; color: var(--sb-gold); font-size: 18px; font-style: normal; transform: translateY(-50%); }

/* Keep SWITCHNET suitability imagery visible; content belongs below the image, not over it. */
#finatic-services-carousel .item {
  display: flex;
  flex-direction: column;
  min-height: 0;
}

#finatic-services-carousel .item > img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 208px;
  flex: 0 0 208px;
  object-fit: cover;
}

#finatic-services-carousel .item-info {
  position: relative !important;
  inset: auto !important;
  z-index: 2;
  display: flex;
  min-height: 0;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 22px 24px 38px !important;
  background: #fff !important;
}

#finatic-services-carousel .item-info h3 {
  margin: 0 0 16px;
  color: var(--sb-ink);
  font-size: 21px;
  line-height: 1.15;
}

#finatic-services-carousel .item-info > .sppb-btn-link { margin-top: auto; }

@media (max-width: 767.98px) {
  #finatic-services-carousel .item > img { height: 150px; flex-basis: 150px; }
  #finatic-services-carousel .item-info { padding: 18px 18px 36px !important; }
  #finatic-services-carousel .item-info h3 { font-size: 18px; }
}

@media (max-width: 1100px) {
  .sb-command-trigger { right: 4px; }
  .sp-megamenu-parent { padding-right: 150px; position: relative; z-index: 1; }
}

@media (max-width: 767.98px) {
  .sb-topbar-operations {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-content: stretch;
    gap: 0;
    width: 100%;
    min-height: 56px;
    overflow: hidden;
    font-size: 8px;
  }

  .sb-topbar-operations > a,
  .sb-topbar-status {
    min-width: 0;
    height: 56px;
    padding: 0 7px;
    gap: 5px;
  }

  .sb-topbar-operations > a > i { flex-basis: 20px; font-size: 18px; }
  .sb-topbar-operations strong { overflow: hidden; font-size: 7px; text-overflow: ellipsis; }
  .sb-topbar-operations small { overflow: hidden; font-size: 7px; text-overflow: ellipsis; }
  .sb-topbar-operations a b { display: none; }
  .sb-topbar-operations > a:nth-of-type(3) { display: none; }
  #sp-menu-area { min-height: 120px; }
  .sb-menu-identity { right: 0; height: 46px; padding: 0 10px; }
  .sb-menu-brand { font-size: 11px; }
  .sb-menu-brand span { font-size: 11px; }
  .sb-section-links { display: none; }
  .sb-quick-panel { left: 75px; }
  .sb-menu-identity .sb-command-trigger { min-height: 28px; margin-left: auto; padding: 0 8px; font-size: 8px; }
  .sb-quick-badge { min-height: 24px !important; height: 24px; line-height: 24px; }
  .sb-command-trigger b { display: none; }
  #section-id-cYUg39UlMkZAU8VQ7lAXr { min-height: 560px; }
  .sb-network-rail { right: 14px; bottom: 16px; left: 14px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .sb-network-rail > div { min-width: 0; padding: 10px 8px; }
  .sb-network-rail span { font-size: 7px; letter-spacing: .06em; }
  .sb-network-rail strong { font-size: 9px; }
  .sb-network-rail > div,
  .sb-network-rail > a { min-width: 0; padding: 10px 8px; }
  .sb-network-rail > a strong b { display: none; }
  .sb-command-grid { grid-template-columns: 1fr; }
  .sb-command-group { min-height: 0; padding: 18px; }
  .sb-command-foot { align-items: flex-start; flex-direction: column; }
  .sb-quick-links { justify-content: flex-start; gap: 16px; padding-right: 14px; padding-left: 14px; }
  .sb-quick-links .sb-command-trigger { margin-left: auto; }
  #sp-logo-right .sp-column { justify-content: flex-end; }
  .sb-language-switcher > span,
  .sb-header-divider { display: none; }
  .sb-language-switcher { gap: 2px; }
  .sb-language-switcher a { padding: 4px; font-size: 9px; }
  .sb-language-switcher { max-width: 172px; flex-wrap: wrap; justify-content: flex-end; }
  .sb-accessibility-trigger { width: 32px; height: 32px; }

  .sb-quick-links {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 4px;
    min-height: 74px;
    padding: 6px 8px;
    overflow: hidden;
    white-space: normal;
  }

  .sb-quick-links a {
    min-width: 0;
    padding: 5px 2px;
    overflow: hidden;
    font-size: 8px;
    letter-spacing: .025em;
    line-height: 1.2;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sb-quick-links .sb-command-trigger {
    grid-column: 1 / -1;
    width: 100%;
    min-height: 28px;
    margin: 0;
    padding: 0 10px;
    justify-content: center;
    font-size: 9px;
  }

  .sb-service-access {
    right: 10px;
    bottom: -194px;
    grid-template-columns: 1fr;
    width: calc(100% - 20px);
  }

  #section-id-cYUg39UlMkZAU8VQ7lAXr { margin-bottom: 207px; }

  .sb-service-access-label { padding: 10px 12px; writing-mode: horizontal-tb; transform: none; }
  .sb-service-access a { border-top: 1px solid rgba(16,24,32,.1); border-left: 0; }

  #section-id-cYUg39UlMkZAU8VQ7lAXr { margin-bottom: 401px !important; padding-bottom: 0 !important; }
}

@media (prefers-reduced-motion: reduce) {
  .sb-command-drawer,
  .sb-command-backdrop,
  .sb-command-trigger,
  .sb-command-group a { transition: none !important; }
}
