:root {
  --slg-navy-950: #000a26;
  --slg-navy-900: #001848;
  --slg-navy-800: #002860;
  --slg-blue-700: #004098;
  --slg-blue-600: #0060c8;
  --slg-cyan-500: #1478dc;
  --slg-cyan-300: #b9d7ff;
  --slg-white: #fff;
  --slg-ink: #071d33;
  --slg-muted: #9fb8c9;
  --slg-line: rgba(255, 255, 255, .16);
  --slg-glass: rgba(0, 24, 72, .72);
  --slg-glass-strong: rgba(0, 16, 64, .92);
  --slg-shadow: 0 22px 70px rgba(0, 10, 38, .3);
  --slg-radius: 24px;
  --slg-shell: 1240px;
}

body.slg-global-layout {
  --slg-header-height: 116px;
}

body.slg-global-layout.slg-menu-open {
  overflow: hidden;
}

/* Veraltete Header und Footer aus Elementor oder Seiteninhalten ausblenden. */
body.slg-hide-legacy .elementor-location-header:not(.slg-site-header),
body.slg-hide-legacy .elementor-location-footer:not(.slg-site-footer),
body.slg-hide-legacy #site-header:not(.slg-site-header),
body.slg-hide-legacy #site-footer:not(.slg-site-footer),
body.slg-hide-legacy header.ks-header,
body.slg-hide-legacy footer.ks-footer,
body.slg-hide-legacy .ks-glass-page > header:not(.slg-site-header),
body.slg-hide-legacy .ks-glass-page > footer:not(.slg-site-footer) {
  display: none !important;
}

.slg-site-header,
.slg-site-footer,
.slg-site-header *,
.slg-site-footer * {
  box-sizing: border-box;
}

.slg-site-header a,
.slg-site-footer a {
  text-decoration: none;
}

.slg-site-header button,
.slg-site-header input {
  font: inherit;
}

.slg-site-header svg,
.slg-site-footer svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
}

.slg-shell {
  width: min(var(--slg-shell), calc(100% - 32px));
  margin-inline: auto;
}

.slg-skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 100000;
  padding: 11px 15px;
  border-radius: 12px;
  color: var(--slg-ink);
  background: #fff;
  box-shadow: var(--slg-shadow);
  transform: translateY(-160%);
  transition: transform .2s ease;
}

.slg-skip-link:focus {
  transform: translateY(0);
}

.slg-main-anchor {
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* Header */
.slg-site-header {
  position: sticky;
  top: 0;
  z-index: 9998;
  color: #fff;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  isolation: isolate;
  background:
    radial-gradient(circle at 78% -100%, rgba(72, 145, 255, .34), transparent 52%),
    linear-gradient(120deg, rgba(0, 10, 38, .99), rgba(0, 31, 88, .97) 62%, rgba(0, 96, 200, .9));
  box-shadow: 0 10px 34px rgba(0, 10, 38, .18);
  transition: box-shadow .25s ease, background .25s ease;
}

body.slg-header-static .slg-site-header {
  position: relative;
  top: auto;
}

.slg-site-header::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .25;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, .04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .04) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(to bottom, #000, transparent);
}

.slg-site-header.is-scrolled {
  background: linear-gradient(120deg, rgba(0, 10, 38, .97), rgba(0, 31, 88, .95), rgba(0, 78, 174, .9));
  box-shadow: 0 18px 48px rgba(0, 10, 38, .32);
}

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

.slg-topbar {
  border-bottom: 1px solid rgba(255, 255, 255, .09);
  background: rgba(2, 16, 29, .24);
}

.slg-topbar-inner,
.slg-topbar-group {
  display: flex;
  align-items: center;
}

.slg-topbar-inner {
  min-height: 36px;
  justify-content: space-between;
  gap: 18px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .01em;
}

.slg-topbar-group {
  gap: 18px;
  min-width: 0;
}

.slg-topbar-group a,
.slg-topbar-group span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
  color: rgba(255, 255, 255, .86);
}

.slg-topbar-group svg {
  width: 15px;
  height: 15px;
  color: var(--slg-cyan-300);
}

.slg-topbar-group a:hover {
  color: #fff;
}

.slg-topbar-whatsapp {
  padding: 5px 10px;
  border: 1px solid rgba(143, 232, 255, .24);
  border-radius: 999px;
  background: rgba(143, 232, 255, .08);
}

.slg-nav-wrap {
  padding: 10px 0 12px;
}

.slg-liquid-nav {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 60px;
  gap: 18px;
  padding: 7px 9px 7px 10px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 22px;
  background:
    linear-gradient(140deg, rgba(255, 255, 255, .16), rgba(255, 255, 255, .055) 55%),
    rgba(0, 24, 72, .58);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .17),
    inset 0 -1px 0 rgba(255, 255, 255, .04),
    0 16px 48px rgba(1, 12, 22, .22);
  backdrop-filter: blur(var(--slg-blur, 24px)) saturate(145%);
  -webkit-backdrop-filter: blur(var(--slg-blur, 24px)) saturate(145%);
}

.slg-liquid-nav::after {
  content: "";
  position: absolute;
  inset: 1px 16% auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .65), transparent);
  pointer-events: none;
}

.slg-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 222px;
  color: #fff;
}

.slg-brand-mark {
  position: relative;
  display: grid;
  place-items: center;
  width: var(--slg-header-logo-width, 58px);
  height: var(--slg-header-logo-height, 48px);
  padding: 5px;
  flex: 0 0 auto;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .75);
  border-radius: 15px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(223, 246, 252, .88));
  box-shadow: 0 10px 26px rgba(0, 20, 36, .24), inset 0 1px 0 #fff;
}

.slg-brand-mark-footer {
  width: var(--slg-footer-logo-width, 58px);
  height: var(--slg-footer-logo-height, 52px);
}

.slg-brand-mark::after {
  content: "";
  position: absolute;
  inset: 3px 8px auto;
  height: 38%;
  border-radius: 999px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, .8), transparent);
  opacity: .7;
}

.slg-brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1.32);
  transform-origin: center;
}

.slg-brand-copy {
  display: grid;
  min-width: 0;
  line-height: .94;
  text-transform: uppercase;
}

.slg-brand-copy strong {
  font-size: 13px;
  letter-spacing: .07em;
}

.slg-brand-copy b {
  margin-top: 5px;
  color: var(--slg-cyan-300);
  font-size: 19px;
  letter-spacing: .08em;
}

.slg-brand-copy small {
  margin-top: 7px;
  color: rgba(255, 255, 255, .62);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .1em;
}

.slg-desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  min-width: 0;
  margin-inline: auto;
}

.slg-desktop-nav > a,
.slg-dropdown > button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  gap: 5px;
  padding: 9px 12px;
  border: 0;
  border-radius: 13px;
  color: rgba(255, 255, 255, .88);
  background: transparent;
  font-size: 13px;
  font-weight: 850;
  white-space: nowrap;
  cursor: pointer;
  transition: color .2s ease, background .2s ease, transform .2s ease;
}

.slg-dropdown > button svg {
  width: 15px;
  height: 15px;
  transition: transform .2s ease;
}

.slg-dropdown > button[aria-expanded="true"] svg {
  transform: rotate(180deg);
}

.slg-desktop-nav > a:hover,
.slg-desktop-nav > a.is-active,
.slg-dropdown > button:hover,
.slg-dropdown > button[aria-expanded="true"] {
  color: #fff;
  background: rgba(255, 255, 255, .11);
}

.slg-nav-contact {
  border: 1px solid rgba(143, 232, 255, .18) !important;
  background: rgba(143, 232, 255, .08) !important;
}

/* Native WordPress menus assigned in Appearance > Menus. */
.slg-wp-menu,
.slg-wp-menu ul,
.slg-mobile-wp-menu,
.slg-mobile-wp-menu ul,
.slg-footer-wp-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.slg-wp-menu {
  display: flex;
  align-items: center;
  gap: 2px;
}

.slg-wp-menu > li {
  position: relative;
}

.slg-wp-menu > li > a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 9px 12px;
  border-radius: 13px;
  color: rgba(255,255,255,.88);
  font-size: 13px;
  font-weight: 850;
  white-space: nowrap;
}

.slg-wp-menu > li:hover > a,
.slg-wp-menu .current-menu-item > a,
.slg-wp-menu .current-menu-ancestor > a {
  color: #fff;
  background: rgba(255,255,255,.11);
}

.slg-wp-menu .sub-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  z-index: 20;
  display: grid;
  min-width: 230px;
  gap: 4px;
  padding: 10px;
  border: 1px solid rgba(0,96,200,.14);
  border-radius: 17px;
  background: rgba(248,252,255,.98);
  box-shadow: 0 22px 60px rgba(0,10,38,.22);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-5px);
  transition: .18s ease;
}

.slg-wp-menu li:hover > .sub-menu,
.slg-wp-menu li:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.slg-wp-menu .sub-menu a {
  display: block;
  padding: 10px 12px;
  border-radius: 10px;
  color: #17324e;
  font-size: 12px;
  font-weight: 750;
}

.slg-wp-menu .sub-menu a:hover {
  color: #004098;
  background: #eaf4ff;
}

.slg-wp-menu .sub-menu .sub-menu {
  top: -10px;
  left: calc(100% + 7px);
}

.slg-dropdown {
  position: relative;
}

.slg-dropdown-panel {
  position: absolute;
  top: calc(100% + 15px);
  z-index: 50;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 22px;
  color: var(--slg-ink);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .97), rgba(229, 248, 252, .91)),
    #fff;
  box-shadow: 0 28px 80px rgba(2, 18, 31, .36), inset 0 1px 0 #fff;
  backdrop-filter: blur(28px) saturate(150%);
  -webkit-backdrop-filter: blur(28px) saturate(150%);
  transform-origin: top center;
  animation: slg-menu-in .18s ease both;
}

.slg-dropdown-panel::before {
  content: "";
  position: absolute;
  top: -7px;
  width: 14px;
  height: 14px;
  border-top: 1px solid rgba(255, 255, 255, .7);
  border-left: 1px solid rgba(255, 255, 255, .7);
  background: rgba(255, 255, 255, .96);
  transform: rotate(45deg);
}

.slg-dropdown-small {
  left: 50%;
  width: 270px;
  transform: translateX(-50%);
}

.slg-dropdown-small::before {
  left: calc(50% - 7px);
}

.slg-dropdown-small a,
.slg-mega-links a {
  position: relative;
  display: grid;
  gap: 4px;
  padding: 13px 14px;
  border-radius: 15px;
  color: var(--slg-ink);
  transition: background .18s ease, transform .18s ease;
}

.slg-dropdown-small a + a {
  margin-top: 3px;
}

.slg-dropdown-small a:hover,
.slg-mega-links a:hover {
  background: linear-gradient(135deg, rgba(0, 96, 200, .12), rgba(0, 64, 152, .08));
  transform: translateX(2px);
}

.slg-dropdown-small strong,
.slg-mega-links strong {
  font-size: 14px;
}

.slg-dropdown-small span,
.slg-mega-links span {
  color: #62798a;
  font-size: 11px;
}

.slg-mega-menu {
  left: 50%;
  display: grid;
  grid-template-columns: 270px minmax(440px, 1fr);
  width: min(850px, calc(100vw - 40px));
  padding: 12px;
  transform: translateX(-49%);
}

.slg-mega-menu::before {
  left: 47%;
}

.slg-mega-intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 22px;
  border-radius: 18px;
  color: #fff;
  background:
    radial-gradient(circle at 80% 0, rgba(143, 232, 255, .32), transparent 42%),
    linear-gradient(140deg, var(--slg-navy-900), var(--slg-blue-700));
}

.slg-mega-intro > span {
  color: var(--slg-cyan-300);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.slg-mega-intro h2 {
  margin: 10px 0 8px;
  color: #fff;
  font-size: 25px;
  line-height: 1.08;
}

.slg-mega-intro p {
  margin: 0;
  color: rgba(255, 255, 255, .75);
  font-size: 12px;
  line-height: 1.65;
}

.slg-mega-intro a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 18px;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.slg-mega-intro a svg {
  width: 16px;
  transition: transform .2s ease;
}

.slg-mega-intro a:hover svg {
  transform: translateX(3px);
}

.slg-mega-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: center;
  gap: 3px;
  padding: 5px;
}

.slg-mega-service {
  grid-column: 1 / -1;
  border: 1px solid rgba(0, 96, 200, .16);
  background: rgba(0, 96, 200, .07);
}

.slg-header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  flex: 0 0 auto;
}

.slg-icon-button,
.slg-mobile-toggle,
.slg-dialog-close,
.slg-mobile-head button {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(145deg, rgba(255, 255, 255, .14), rgba(255, 255, 255, .055));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .14);
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}

.slg-icon-button:hover,
.slg-mobile-toggle:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, .17);
  box-shadow: 0 10px 24px rgba(0, 16, 29, .2), inset 0 1px 0 rgba(255, 255, 255, .2);
}

.slg-cart-count {
  position: absolute;
  top: -5px;
  right: -5px;
  display: grid;
  place-items: center;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  border: 2px solid #002860;
  border-radius: 999px;
  color: #001848;
  background: var(--slg-cyan-300);
  font-size: 9px;
  font-weight: 950;
}

.slg-cart-count.is-empty {
  display: none;
}

.slg-call-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  gap: 7px;
  padding: 9px 14px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 14px;
  color: var(--slg-blue-700);
  background: linear-gradient(145deg, #fff, #dff7fc);
  box-shadow: 0 10px 26px rgba(1, 15, 27, .2), inset 0 1px 0 #fff;
  font-size: 12px;
  font-weight: 900;
  transition: transform .2s ease, box-shadow .2s ease;
}

.slg-call-button:hover {
  color: var(--slg-blue-700);
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(1, 15, 27, .28), inset 0 1px 0 #fff;
}

.slg-mobile-toggle {
  display: none;
}

/* Search */
.slg-search-layer,
.slg-mobile-layer {
  position: fixed;
  inset: 0;
  z-index: 10020;
}

.slg-search-layer {
  display: grid;
  place-items: start center;
  padding: clamp(80px, 13vh, 150px) 16px 30px;
  background: rgba(2, 13, 24, .74);
  backdrop-filter: blur(18px) saturate(120%);
  -webkit-backdrop-filter: blur(18px) saturate(120%);
  animation: slg-fade-in .18s ease both;
}

.slg-search-dialog {
  position: relative;
  width: min(760px, 100%);
  padding: clamp(25px, 5vw, 46px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 32px;
  color: #fff;
  background:
    radial-gradient(circle at 90% 0, rgba(84, 153, 255, .25), transparent 35%),
    linear-gradient(145deg, rgba(0, 40, 96, .97), rgba(0, 14, 48, .97));
  box-shadow: 0 34px 100px rgba(0, 8, 16, .5), inset 0 1px 0 rgba(255, 255, 255, .18);
}

.slg-search-dialog > span {
  color: var(--slg-cyan-300);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.slg-search-dialog h2 {
  max-width: 620px;
  margin: 10px 45px 24px 0;
  color: #fff;
  font-size: clamp(25px, 5vw, 38px);
  line-height: 1.08;
}

.slg-dialog-close {
  position: absolute;
  top: 18px;
  right: 18px;
}

.slg-search-dialog form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  padding: 6px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 19px;
  background: rgba(255, 255, 255, .1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
}

.slg-search-dialog input[type="search"] {
  width: 100%;
  min-height: 52px;
  padding: 12px 15px;
  border: 0;
  outline: 0;
  color: #fff;
  background: transparent;
  font-size: 15px;
}

.slg-search-dialog input::placeholder {
  color: rgba(255, 255, 255, .52);
}

.slg-search-dialog form button {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 10px 18px;
  border: 0;
  border-radius: 14px;
  color: var(--slg-blue-700);
  background: linear-gradient(145deg, #fff, #dff7fc);
  font-weight: 900;
  cursor: pointer;
}

.slg-search-suggestions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.slg-search-suggestions a {
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 999px;
  color: rgba(255, 255, 255, .84);
  background: rgba(255, 255, 255, .06);
  font-size: 11px;
  font-weight: 800;
}

/* Mobile navigation */
.slg-mobile-layer {
  display: flex;
  justify-content: flex-end;
}

.slg-mobile-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(1, 11, 21, .72);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  animation: slg-fade-in .18s ease both;
}

.slg-mobile-panel {
  position: relative;
  width: min(410px, calc(100% - 24px));
  height: 100%;
  padding: 12px;
  overflow-y: auto;
  color: #fff;
  background:
    radial-gradient(circle at 90% 0, rgba(72, 145, 255, .25), transparent 32%),
    linear-gradient(165deg, rgba(0, 44, 104, .99), rgba(0, 12, 42, .99));
  border-left: 1px solid rgba(255, 255, 255, .15);
  box-shadow: -24px 0 70px rgba(0, 8, 15, .42);
  animation: slg-drawer-in .23s ease both;
}

.slg-mobile-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 62px;
  padding: 4px 3px 12px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, .11);
  font-size: 19px;
  font-weight: 900;
}

.slg-mobile-links {
  display: grid;
  gap: 7px;
  padding: 15px 0;
}

.slg-mobile-links > a,
.slg-mobile-links summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 50px;
  padding: 11px 13px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 15px;
  color: #fff;
  background: linear-gradient(145deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .035));
  font-size: 14px;
  font-weight: 850;
  cursor: pointer;
}

.slg-mobile-links summary {
  list-style: none;
}

.slg-mobile-links summary::-webkit-details-marker {
  display: none;
}

.slg-mobile-links summary svg {
  transition: transform .2s ease;
}

.slg-mobile-links details[open] summary svg {
  transform: rotate(180deg);
}

.slg-mobile-links details > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  padding: 7px 4px 2px;
}

.slg-mobile-links details a {
  padding: 11px;
  border-radius: 12px;
  color: rgba(255, 255, 255, .78);
  background: rgba(255, 255, 255, .05);
  font-size: 12px;
  font-weight: 750;
}

.slg-mobile-links a.is-active,
.slg-mobile-links details a:hover {
  color: #fff;
  background: rgba(143, 232, 255, .12);
}

.slg-mobile-wp-menu {
  display: grid;
  gap: 7px;
}

.slg-mobile-wp-menu > li > a {
  display: flex;
  min-height: 48px;
  align-items: center;
  padding: 11px 13px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 15px;
  color: #fff;
  background: linear-gradient(145deg,rgba(255,255,255,.1),rgba(255,255,255,.035));
  font-size: 14px;
  font-weight: 850;
}

.slg-mobile-wp-menu .sub-menu {
  display: grid;
  gap: 5px;
  padding: 6px 4px 2px 14px;
}

.slg-mobile-wp-menu .sub-menu a {
  display: block;
  padding: 10px 12px;
  border-radius: 11px;
  color: rgba(255,255,255,.78);
  background: rgba(255,255,255,.05);
  font-size: 12px;
  font-weight: 750;
}

.slg-mobile-wp-menu .current-menu-item > a {
  color: #fff;
  background: rgba(0,96,200,.35);
}

.slg-mobile-contact {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, .11);
}

.slg-mobile-contact a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 47px;
  gap: 7px;
  padding: 10px;
  border-radius: 14px;
  color: #fff;
  background: rgba(255, 255, 255, .1);
  font-size: 11px;
  font-weight: 900;
}

/* Footer */
.slg-site-footer {
  position: relative;
  z-index: 10;
  overflow: hidden;
  padding: 78px 0 18px;
  color: #fff;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  background:
    radial-gradient(circle at 12% 28%, rgba(0, 96, 200, .2), transparent 28%),
    radial-gradient(circle at 88% 82%, rgba(20, 120, 220, .2), transparent 34%),
    linear-gradient(145deg, #000a26, #001848 55%, #002860);
}

.slg-site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .25;
  background-image:
    linear-gradient(rgba(255, 255, 255, .04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .04) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, #000, transparent 90%);
}

.slg-footer-glow {
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(85px);
  opacity: .16;
}

.slg-footer-glow-one {
  top: -240px;
  left: -120px;
  background: #3d8cff;
}

.slg-footer-glow-two {
  right: -180px;
  bottom: -250px;
  background: #0060c8;
}

.slg-footer-inner {
  position: relative;
}

.slg-footer-cta {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 34px;
  padding: clamp(24px, 4vw, 38px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 30px;
  background:
    radial-gradient(circle at 85% -40%, rgba(143, 232, 255, .36), transparent 45%),
    linear-gradient(135deg, rgba(255, 255, 255, .14), rgba(255, 255, 255, .055));
  box-shadow: var(--slg-shadow), inset 0 1px 0 rgba(255, 255, 255, .22);
  backdrop-filter: blur(24px) saturate(140%);
  -webkit-backdrop-filter: blur(24px) saturate(140%);
}

.slg-footer-cta > div:first-child {
  max-width: 700px;
}

.slg-footer-cta > div > span {
  color: var(--slg-cyan-300);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.slg-footer-cta h2 {
  margin: 9px 0 8px;
  color: #fff;
  font-size: clamp(27px, 4vw, 45px);
  line-height: 1.05;
  letter-spacing: -.035em;
}

.slg-footer-cta p {
  margin: 0;
  color: rgba(255, 255, 255, .7);
  font-size: 14px;
  line-height: 1.6;
}

.slg-footer-cta-actions {
  display: flex;
  flex: 0 0 auto;
  gap: 8px;
}

.slg-footer-cta-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 49px;
  gap: 8px;
  padding: 11px 16px;
  border-radius: 15px;
  font-size: 12px;
  font-weight: 900;
  transition: transform .2s ease, box-shadow .2s ease;
}

.slg-footer-cta-actions a:hover {
  transform: translateY(-2px);
}

.slg-cta-primary {
  color: var(--slg-blue-700);
  background: linear-gradient(145deg, #fff, #dff7fc);
  box-shadow: 0 12px 28px rgba(0, 13, 24, .24);
}

.slg-cta-primary:hover {
  color: var(--slg-blue-700);
}

.slg-cta-secondary {
  border: 1px solid rgba(255, 255, 255, .16);
  color: #fff;
  background: rgba(255, 255, 255, .07);
}

.slg-footer-grid {
  display: grid;
  grid-template-columns: minmax(270px, 1.35fr) repeat(3, minmax(150px, .66fr));
  gap: 14px;
}

.slg-footer-grid > section {
  min-width: 0;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .085), rgba(255, 255, 255, .025));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.slg-footer-grid h2 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 15px;
}

.slg-footer-grid nav {
  display: grid;
  gap: 3px;
}

.slg-footer-wp-menu {
  display: grid;
  gap: 9px;
}

.slg-footer-wp-menu .sub-menu {
  display: grid;
  gap: 6px;
  padding: 7px 0 1px 12px;
}

.slg-footer-wp-menu a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,.7);
  font-size: 13px;
  font-weight: 650;
}

.slg-footer-wp-menu a::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--slg-footer-accent, var(--slg-blue-600));
}

.slg-footer-wp-menu a:hover {
  color: #fff;
}

.slg-footer-grid nav a {
  position: relative;
  padding: 7px 0 7px 13px;
  color: rgba(255, 255, 255, .68);
  font-size: 12px;
  transition: color .18s ease, transform .18s ease;
}

.slg-footer-grid nav a::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(143, 232, 255, .55);
}

.slg-footer-grid nav a:hover {
  color: #fff;
  transform: translateX(3px);
}

.slg-footer-brand > p {
  max-width: 420px;
  margin: 17px 0;
  color: rgba(255, 255, 255, .67);
  font-size: 12px;
  line-height: 1.7;
}

.slg-footer-contact {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
}

.slg-footer-contact > a,
.slg-footer-contact > span,
.slg-footer-note {
  display: flex;
  align-items: center;
  min-width: 0;
  gap: 9px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 13px;
  color: rgba(255, 255, 255, .84);
  background: rgba(255, 255, 255, .045);
  font-size: 11px;
  font-weight: 750;
}

.slg-footer-contact > span {
  grid-column: 1 / -1;
}

.slg-footer-contact svg,
.slg-footer-note svg {
  color: var(--slg-cyan-300);
}

.slg-footer-contact span span,
.slg-footer-contact a span,
.slg-footer-note span {
  display: grid;
  min-width: 0;
  overflow-wrap: anywhere;
}

.slg-footer-contact small,
.slg-footer-note small {
  margin-bottom: 3px;
  color: rgba(255, 255, 255, .45);
  font-size: 9px;
  text-transform: uppercase;
}

.slg-footer-note {
  margin-top: 14px;
}

.slg-vat-card {
  display: grid;
  gap: 3px;
  margin-top: 14px;
  padding: 12px;
  border: 1px solid rgba(143, 232, 255, .13);
  border-radius: 14px;
  background: rgba(143, 232, 255, .06);
}

.slg-vat-card small,
.slg-vat-card span {
  color: rgba(255, 255, 255, .5);
  font-size: 9px;
  text-transform: uppercase;
}

.slg-vat-card strong {
  color: #fff;
  font-size: 13px;
}

.slg-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin-top: 14px;
  padding: 14px 4px 0;
  border-top: 1px solid rgba(255, 255, 255, .08);
  color: rgba(255, 255, 255, .48);
  font-size: 10px;
}

.slg-floating-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 9990;
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  gap: 8px;
  padding: 10px 15px;
  border: 1px solid rgba(255, 255, 255, .34);
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(145deg, rgba(30, 190, 103, .96), rgba(15, 145, 77, .94));
  box-shadow: 0 16px 38px rgba(2, 35, 18, .32), inset 0 1px 0 rgba(255, 255, 255, .28);
  font-size: 11px;
  font-weight: 900;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: transform .2s ease, box-shadow .2s ease;
}

.slg-floating-whatsapp:hover {
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 20px 44px rgba(2, 35, 18, .42), inset 0 1px 0 rgba(255, 255, 255, .28);
}

[data-slg-search-layer][hidden],
[data-slg-mobile-layer][hidden],
[data-slg-dropdown-panel][hidden] {
  display: none !important;
}

.slg-site-header :focus-visible,
.slg-site-footer :focus-visible {
  outline: 3px solid var(--slg-cyan-300);
  outline-offset: 3px;
}

@keyframes slg-menu-in {
  from { opacity: 0; transform: translateX(-50%) translateY(-8px) scale(.98); }
  to { opacity: 1; transform: translateX(-50%) translateY(0) scale(1); }
}

.slg-mega-menu[hidden] {
  display: none;
}

.slg-mega-menu:not([hidden]) {
  animation-name: slg-mega-in;
}

@keyframes slg-mega-in {
  from { opacity: 0; transform: translateX(-49%) translateY(-8px) scale(.98); }
  to { opacity: 1; transform: translateX(-49%) translateY(0) scale(1); }
}

@keyframes slg-fade-in {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes slg-drawer-in {
  from { opacity: .2; transform: translateX(100%); }
  to { opacity: 1; transform: translateX(0); }
}

@supports not ((backdrop-filter: blur(10px)) or (-webkit-backdrop-filter: blur(10px))) {
  .slg-liquid-nav,
  .slg-dropdown-panel,
  .slg-search-layer,
  .slg-mobile-backdrop,
  .slg-footer-cta,
  .slg-footer-grid > section {
    backdrop-filter: none;
  }
  .slg-liquid-nav { background: rgba(0, 24, 72, .97); }
  .slg-dropdown-panel { background: #f7fdff; }
}

@media (max-width: 1180px) {
  .slg-brand { min-width: 200px; }
  .slg-brand-copy small { display: none; }
  .slg-desktop-nav > a,
  .slg-dropdown > button { padding-inline: 9px; }
  .slg-call-button span { display: none; }
  .slg-call-button { width: 42px; padding: 0; }
}

@media (max-width: 1024px) {
  body.slg-global-layout { --slg-header-height: 110px; }
  .slg-desktop-nav { display: none; }
  .slg-mobile-toggle { display: inline-grid; }
  .slg-liquid-nav { justify-content: space-between; }
  .slg-header-actions { margin-left: auto; }
  .slg-footer-cta { align-items: flex-start; flex-direction: column; }
  .slg-footer-cta-actions { width: 100%; }
  .slg-footer-cta-actions a { flex: 1 1 0; }
  .slg-footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .slg-footer-brand { grid-column: 1 / -1; }
}

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

@media (max-width: 700px) {
  html { background: #001848; }
  body.slg-global-layout { --slg-header-height: 98px; }
  .slg-site-header {
    top: 0;
    padding-top: env(safe-area-inset-top, 0px);
    border-bottom: 1px solid rgba(185, 215, 255, .12);
    background:
      radial-gradient(circle at 92% -20%, rgba(52, 127, 241, .42), transparent 48%),
      linear-gradient(118deg, #000a26 0%, #001848 50%, #004098 118%);
    box-shadow: 0 12px 34px rgba(0, 10, 38, .24);
  }
  .slg-site-header.is-scrolled {
    background: linear-gradient(118deg, rgba(0, 10, 38, .98), rgba(0, 24, 72, .97), rgba(0, 64, 152, .94));
  }
  .slg-shell { width: min(100% - 16px, var(--slg-shell)); }
  .slg-topbar {
    max-height: 40px;
    overflow: hidden;
    border-bottom: 0;
    opacity: 1;
    background: transparent;
    transition: max-height .24s ease, opacity .2s ease;
  }
  .slg-site-header.is-scrolled .slg-topbar {
    max-height: 0;
    opacity: 0;
  }
  .slg-topbar-right > span { display: none; }
  .slg-topbar-inner {
    min-height: 38px;
    padding: 3px 4px 0;
    font-size: 11px;
  }
  .slg-topbar-group { gap: 10px; }
  .slg-topbar-group a[href^="mailto:"] { display: none; }
  .slg-topbar-group svg { width: 17px; height: 17px; }
  .slg-topbar-whatsapp {
    min-height: 30px;
    padding: 6px 13px;
    border-color: rgba(185, 215, 255, .28);
    background: linear-gradient(145deg, rgba(185, 215, 255, .14), rgba(255, 255, 255, .05));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .13);
  }
  .slg-nav-wrap { padding: 0 0 8px; }
  .slg-liquid-nav {
    min-height: 58px;
    padding: 5px 6px 5px 7px;
    border-color: rgba(185, 215, 255, .24);
    border-radius: 20px;
    background:
      linear-gradient(145deg, rgba(255, 255, 255, .13), rgba(255, 255, 255, .035)),
      rgba(0, 32, 88, .62);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, .17),
      0 12px 28px rgba(0, 10, 38, .2);
    backdrop-filter: blur(26px) saturate(135%);
    -webkit-backdrop-filter: blur(26px) saturate(135%);
  }
  .slg-liquid-nav::after {
    inset-inline: 12%;
    background: linear-gradient(90deg, transparent, rgba(185, 215, 255, .5), transparent);
  }
  .slg-brand { min-width: 0; gap: 7px; }
  .slg-brand-mark-header {
    width: var(--slg-header-logo-width, 68px);
    height: var(--slg-header-logo-height, 46px);
    padding: 0 3px;
    border-color: rgba(255, 255, 255, .86);
    border-radius: 14px;
    background: linear-gradient(145deg, #fff, #edf4ff);
  }
  .slg-brand-mark-header img { transform: scale(1.55); }
  .slg-brand-copy strong { font-size: 10px; }
  .slg-brand-copy b { margin-top: 4px; font-size: 15px; }
  .slg-call-button { display: none; }
  .slg-icon-button,
  .slg-mobile-toggle {
    width: 42px;
    height: 42px;
    border-color: rgba(185, 215, 255, .22);
    border-radius: 14px;
    background: linear-gradient(145deg, rgba(185, 215, 255, .14), rgba(255, 255, 255, .045));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12);
  }
  .slg-header-actions { gap: 4px; }
  .slg-search-layer {
    padding-top: max(72px, calc(env(safe-area-inset-top, 0px) + 56px));
    padding-bottom: calc(24px + env(safe-area-inset-bottom, 0px));
  }
  .slg-mobile-panel {
    padding-top: max(12px, env(safe-area-inset-top, 0px));
    padding-bottom: max(12px, env(safe-area-inset-bottom, 0px));
  }
  .slg-search-dialog form { grid-template-columns: 1fr; }
  .slg-search-dialog form button { min-height: 46px; justify-content: center; }
  .slg-search-dialog h2 { margin-right: 35px; }
  .slg-site-footer { padding-top: 56px; }
  .slg-footer-grid { grid-template-columns: 1fr; }
  .slg-footer-brand { grid-column: auto; }
  .slg-footer-contact { grid-template-columns: 1fr; }
  .slg-footer-contact > span { grid-column: auto; }
  .slg-footer-cta-actions { flex-direction: column; }
  .slg-footer-bottom { align-items: flex-start; flex-direction: column; }
  .slg-floating-whatsapp { right: 12px; bottom: calc(12px + env(safe-area-inset-bottom, 0px)); width: 50px; height: 50px; justify-content: center; padding: 0; }
  .slg-floating-whatsapp span { display: none; }
}

@media (max-width: 430px) {
  .slg-brand-copy { display: none; }
  .slg-header-actions { flex: 1; }
  .slg-icon-button:first-child { margin-left: auto; }
  .slg-mobile-links details > div { grid-template-columns: 1fr; }
  .slg-mobile-contact { grid-template-columns: 1fr; }
  .slg-footer-grid > section { padding: 17px; }
}

@media (prefers-reduced-motion: reduce) {
  .slg-site-header *,
  .slg-site-footer * {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

@media print {
  .slg-site-header,
  .slg-site-footer,
  .slg-floating-whatsapp,
  .slg-skip-link {
    display: none !important;
  }
}
