/*
Theme Name: WSM Expo & Montage
Theme URI: https://example.com/
Author: Themes By Mihai
Author URI: https://wsm-expo.de/
Description: Corporate WordPress theme for expo, industrial montage, logistics, projects, careers and contact pages.
Version: 1.1.6
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: wsm-expo-montage
*/

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("https://wsm-expo.de/wp-content/uploads/2026/06/wsm-inter-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("https://wsm-expo.de/wp-content/uploads/2026/06/wsm-inter-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 600 700;
  font-display: swap;
  src: url("https://wsm-expo.de/wp-content/uploads/2026/06/wsm-oswald-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 600 700;
  font-display: swap;
  src: url("https://wsm-expo.de/wp-content/uploads/2026/06/wsm-oswald-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --wsm-blue: #0057d8;
  --wsm-blue-2: #0a7cff;
  --wsm-navy: #031327;
  --wsm-navy-2: #081f3d;
  --wsm-text: #132033;
  --wsm-muted: #65758b;
  --wsm-line: #dbe3ed;
  --wsm-soft: #f4f7fb;
  --wsm-white: #ffffff;
  --wsm-radius: 6px;
  --wsm-shadow: 0 18px 45px rgba(8, 31, 61, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  background: var(--wsm-navy);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--wsm-text);
  background: #f7f9fc;
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

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

a {
  color: inherit;
  text-decoration: none;
}

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

.site-shell {
  overflow: hidden;
  transform-origin: center top;
}

@media (prefers-reduced-motion: reduce) {
  .site-shell {
    will-change: auto;
  }
}

.container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.site-header {
  position: absolute;
  z-index: 20;
  width: 100%;
  color: var(--wsm-white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(180deg, rgba(3, 19, 39, 0.92), rgba(3, 19, 39, 0.18));
  backdrop-filter: blur(8px);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 76px;
}

.brand {
  display: inline-flex;
  flex-direction: column;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
  transform: none;
}

.site-header .brand {
  transform: translateX(-2px);
}

.custom-logo-link {
  display: inline-flex;
  align-items: center;
}

.custom-logo {
  width: auto;
  max-width: 166px;
  max-height: 65px;
  object-fit: contain;
}

.brand-mark {
  font-size: 34px;
}

.brand-subtitle {
  margin-top: 4px;
  color: #73b8ff;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

@media (max-width: 700px) {
  .site-header .brand {
    transform: translateX(-8px);
  }
}

.main-navigation {
  display: flex;
  align-items: center;
  gap: 24px;
}

.main-navigation ul {
  display: flex;
  align-items: center;
  gap: 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-navigation a {
  color: rgba(255, 255, 255, 0.86);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.main-navigation a:hover,
.main-navigation .current-menu-item > a {
  color: var(--wsm-blue-2);
}

.lang-switch {
  display: inline-flex;
  gap: 8px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 11px;
  font-weight: 800;
}

.nav-toggle {
  position: relative;
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--wsm-radius);
  color: var(--wsm-white);
  background: rgba(255, 255, 255, 0.08);
}

.nav-toggle::before,
.nav-toggle::after {
  position: absolute;
  left: 50%;
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  content: "";
  transform: translateX(-50%);
  transition: transform 160ms ease, top 160ms ease, opacity 160ms ease;
}

.nav-toggle::before {
  top: 17px;
}

.nav-toggle::after {
  top: 25px;
}

.nav-toggle[aria-expanded="true"]::before {
  top: 21px;
  transform: translateX(-50%) rotate(42deg);
}

.nav-toggle[aria-expanded="true"]::after {
  top: 21px;
  transform: translateX(-50%) rotate(-42deg);
}

.btn,
.wp-block-button__link,
button,
input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
  border: 0;
  border-radius: var(--wsm-radius);
  color: var(--wsm-white);
  background: linear-gradient(135deg, var(--wsm-blue), var(--wsm-blue-2));
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: 0 12px 24px rgba(0, 87, 216, 0.24);
  cursor: pointer;
}

.btn:hover,
.wp-block-button__link:hover,
button:hover,
input[type="submit"]:hover {
  background: #003f9e;
}

.btn-outline {
  border: 1px solid rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: none;
}

.btn-outline:hover {
  background: rgba(255, 255, 255, 0.12);
}

.btn-light {
  color: var(--wsm-blue);
  background: var(--wsm-white);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.16);
}

.btn-light:hover {
  color: var(--wsm-white);
  background: var(--wsm-blue-2);
}

.hero,
.page-hero {
  position: relative;
  color: var(--wsm-white);
  background:
    linear-gradient(90deg, rgba(3, 19, 39, 0.98), rgba(3, 19, 39, 0.78) 48%, rgba(0, 86, 216, 0.2)),
    radial-gradient(circle at 80% 20%, rgba(10, 124, 255, 0.22), transparent 34%),
    linear-gradient(135deg, #021123 0%, #092a52 100%);
  isolation: isolate;
}

.hero::after,
.page-hero::after,
.cta-band::after,
.dark-band::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.9), transparent);
  content: "";
}

.hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 1.05fr);
  gap: 46px;
  align-items: center;
  min-height: 700px;
  padding: 145px 0 74px;
}

.hero {
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(3, 19, 39, 0.96) 0%, rgba(3, 19, 39, 0.78) 42%, rgba(3, 19, 39, 0.36) 76%, rgba(3, 19, 39, 0.44) 100%),
    linear-gradient(180deg, rgba(3, 19, 39, 0.16) 0%, rgba(3, 19, 39, 0.9) 100%),
    url("https://wsm-expo.de/wp-content/uploads/2026/06/bg_homepage.webp") center center / cover no-repeat;
}

.hero .hero-inner {
  grid-template-columns: minmax(0, 760px);
  min-height: 720px;
}

.eyebrow {
  display: block;
  margin-bottom: 12px;
  color: var(--wsm-blue-2);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

h1,
h2,
h3,
h4 {
  margin: 0 0 16px;
  line-height: 1.08;
  font-family: Oswald, Impact, Arial Narrow, sans-serif;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1 {
  max-width: 680px;
  font-size: clamp(40px, 5vw, 68px);
}

h2 {
  font-size: clamp(30px, 3.2vw, 48px);
}

h3 {
  font-size: 22px;
}

p {
  margin: 0 0 18px;
}

.lead {
  max-width: 590px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.hero-visual {
  position: relative;
  min-height: 455px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--wsm-radius);
  overflow: hidden;
  background:
    radial-gradient(circle at 36% 72%, #f5f9ff 0 15px, transparent 16px),
    linear-gradient(180deg, #07111f 0 0) 33% 86% / 44px 96px no-repeat,
    radial-gradient(circle at 69% 72%, #f5f9ff 0 14px, transparent 15px),
    linear-gradient(180deg, #07111f 0 0) 67% 86% / 42px 88px no-repeat,
    linear-gradient(135deg, #0057d8, #082a56) 50% 48% / 220px 128px no-repeat,
    linear-gradient(180deg, rgba(255, 255, 255, .14), rgba(255, 255, 255, .02)) 50% 48% / 224px 132px no-repeat,
    linear-gradient(180deg, #07111f, #030810) 13% 84% / 128px 78px no-repeat,
    linear-gradient(180deg, #07111f, #030810) 88% 82% / 104px 64px no-repeat,
    linear-gradient(180deg, rgba(20, 53, 91, .16) 0%, rgba(7, 25, 47, .34) 58%, rgba(4, 11, 20, .72) 100%),
    linear-gradient(180deg, #14355b 0%, #07192f 60%, #040b14 100%);
  box-shadow: var(--wsm-shadow);
}

.hero-visual::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px),
    linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px);
  background-size: 74px 74px;
  transform: perspective(700px) rotateX(58deg) translateY(-190px);
  transform-origin: top;
  content: "";
}

.hero-visual::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 42%;
  background: linear-gradient(180deg, rgba(1, 8, 17, 0), rgba(1, 8, 17, 0.92));
  content: "";
}

.expo-frame {
  position: absolute;
  inset: 34px;
  border: 1px solid rgba(123, 181, 255, .32);
  background:
    linear-gradient(90deg, transparent 0 9%, rgba(123, 181, 255, .35) 9% 10%, transparent 10% 49%, rgba(123, 181, 255, .35) 49% 50%, transparent 50% 89%, rgba(123, 181, 255, .35) 89% 90%, transparent 90%),
    linear-gradient(180deg, transparent 0 14%, rgba(123, 181, 255, .28) 14% 15%, transparent 15% 74%, rgba(123, 181, 255, .28) 74% 75%, transparent 75%);
}

.expo-logo {
  position: absolute;
  left: 50%;
  top: 44%;
  width: 210px;
  height: 128px;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255, 255, 255, .18);
  background: linear-gradient(135deg, #053d84, #021b3d);
  color: #fff;
  display: grid;
  place-content: center;
  font-size: 48px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 20px 60px rgba(0, 0, 0, .36);
}

.expo-logo span {
  display: block;
  margin-top: 8px;
  color: #73b8ff;
  font-size: 11px;
  text-align: center;
  text-transform: uppercase;
}

.crew {
  position: absolute;
  bottom: 20px;
  width: 62px;
  height: 135px;
  border-radius: 26px 26px 8px 8px;
  background: linear-gradient(#e9f2ff 0 26px, #06111f 27px 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 38px;
  font-size: 12px;
  font-weight: 900;
  z-index: 2;
}

.crew-one {
  left: 25%;
}

.crew-two {
  right: 20%;
  transform: scale(.92);
}

.flight-case {
  position: absolute;
  bottom: 28px;
  width: 116px;
  height: 74px;
  border: 2px solid rgba(255,255,255,.16);
  background: #07101d;
  z-index: 2;
}

.flight-case::before,
.flight-case::after {
  position: absolute;
  inset: 14px auto auto 0;
  width: 100%;
  height: 1px;
  background: rgba(255,255,255,.18);
  content: "";
}

.flight-case::after {
  inset: auto auto 14px 0;
}

.case-one {
  left: 8%;
}

.case-two {
  right: 4%;
  width: 92px;
  height: 58px;
}

.trust-strip {
  position: relative;
  z-index: 2;
  color: var(--wsm-white);
  background: #071a33;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  padding: 28px 0;
}

.trust-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.icon-badge {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: var(--wsm-radius);
  color: var(--wsm-blue-2);
  font-weight: 900;
}

.trust-item strong,
.stat strong {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
}

.trust-item span,
.stat span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
}

.section {
  padding: 76px 0;
  background: #fff;
}

.section-heading {
  max-width: 720px;
  margin: 0 auto 34px;
  text-align: center;
}

.section-heading p {
  color: var(--wsm-muted);
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.service-card,
.project-card,
.job-card,
.value-card,
.step-card {
  overflow: hidden;
  border: 1px solid var(--wsm-line);
  border-radius: var(--wsm-radius);
  background: var(--wsm-white);
  box-shadow: 0 14px 34px rgba(8, 31, 61, 0.08);
}

.service-card {
  min-height: 100%;
}

.card-media {
  position: relative;
  min-height: 180px;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(4, 16, 31, .12), rgba(4, 16, 31, .72)),
    linear-gradient(135deg, #113763, #06111f);
}

.card-media::before {
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(150, 199, 255, .35);
  background:
    linear-gradient(90deg, transparent 0 18%, rgba(150, 199, 255, .3) 18% 19%, transparent 19% 58%, rgba(150, 199, 255, .3) 58% 59%, transparent 59%),
    linear-gradient(180deg, transparent 0 30%, rgba(150, 199, 255, .24) 30% 31%, transparent 31% 72%, rgba(150, 199, 255, .24) 72% 73%, transparent 73%);
  content: "";
}

.card-media::after {
  position: absolute;
  right: 24px;
  bottom: 18px;
  width: 130px;
  height: 62px;
  border: 1px solid rgba(255,255,255,.18);
  background: linear-gradient(135deg, #0057d8, #082a56);
  box-shadow: -90px 8px 0 -18px rgba(255,255,255,.75), -90px 28px 0 -20px rgba(255,255,255,.75);
  content: "";
}

.service-card:nth-child(2) .card-media {
  background-image:
    linear-gradient(145deg, rgba(4, 16, 31, .12), rgba(4, 16, 31, .72)),
    linear-gradient(135deg, #18232f, #0b4477);
}

.service-card:nth-child(3) .card-media {
  background-image:
    linear-gradient(145deg, rgba(4, 16, 31, .08), rgba(4, 16, 31, .55)),
    linear-gradient(135deg, #d9e5f0, #083a72);
}

.card-body {
  padding: 22px;
}

.check-list {
  display: grid;
  gap: 8px;
  margin: 16px 0 20px;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 22px;
  color: var(--wsm-muted);
  font-size: 14px;
}

.check-list li::before {
  position: absolute;
  left: 0;
  color: var(--wsm-blue);
  content: "✓";
}

.text-link {
  color: var(--wsm-blue);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.dark-band,
.cta-band {
  position: relative;
  color: var(--wsm-white);
  background:
    linear-gradient(90deg, rgba(3, 19, 39, 0.98), rgba(3, 19, 39, 0.74)),
    linear-gradient(135deg, #031327, #004bbb);
  isolation: isolate;
}

.project-strip {
  padding: 56px 0;
}

.project-strip-inner {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 24px;
  align-items: start;
}

.project-mini-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.project-mini {
  position: relative;
  overflow: hidden;
  min-height: 170px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--wsm-radius);
  background:
    linear-gradient(rgba(2, 17, 35, 0.18), rgba(2, 17, 35, 0.9)),
    linear-gradient(135deg, #173d66, #06111f);
}

.project-mini::before {
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(150, 199, 255, .26);
  content: "";
}

.project-mini strong {
  position: relative;
  display: block;
  margin-top: 94px;
  font-size: 13px;
  text-transform: uppercase;
}

.project-mini span {
  position: relative;
}

.stats-band {
  color: var(--wsm-white);
  background: var(--wsm-blue);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  padding: 34px 0;
}

.stat strong {
  font-size: 38px;
  line-height: 1;
}

.logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 0;
  color: #6d7787;
  font-weight: 900;
  text-transform: uppercase;
}

.page-hero-inner {
  min-height: 320px;
  padding: 135px 0 56px;
}

.breadcrumb {
  color: var(--wsm-muted);
  background: var(--wsm-soft);
  font-size: 13px;
}

.breadcrumb-inner {
  padding: 14px 0;
}

.breadcrumb a {
  color: var(--wsm-blue);
}

.service-detail-grid,
.values-grid,
.jobs-grid,
.contact-grid,
.legal-grid {
  display: grid;
  gap: 24px;
}

.service-detail-grid {
  grid-template-columns: repeat(3, 1fr);
}

.detail-box,
.contact-card,
.legal-card {
  border: 1px solid var(--wsm-line);
  border-radius: var(--wsm-radius);
  background: var(--wsm-white);
  padding: 24px;
}

.detail-box h3 {
  color: var(--wsm-blue);
  font-size: 19px;
}

.why-grid,
.values-grid {
  grid-template-columns: repeat(4, 1fr);
}

.why-card,
.value-card {
  padding: 24px;
  text-align: center;
}

.cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 42px 0;
}

.filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 30px;
}

.filter-button {
  min-height: 36px;
  padding: 0 16px;
  color: var(--wsm-text);
  background: var(--wsm-soft);
}

.filter-button.is-active {
  color: var(--wsm-white);
  background: var(--wsm-blue);
}

.projects-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.project-card .card-media {
  min-height: 190px;
}

.meta {
  color: var(--wsm-muted);
  font-size: 13px;
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 52px;
  align-items: center;
}

.image-panel {
  position: relative;
  min-height: 330px;
  border-radius: var(--wsm-radius);
  overflow: hidden;
  background: linear-gradient(135deg, #06182e, #103e70);
  box-shadow: var(--wsm-shadow);
}

.image-panel::before {
  position: absolute;
  inset: 34px;
  border: 1px solid rgba(123, 181, 255, .3);
  background:
    radial-gradient(circle at 30% 70%, #f5f9ff 0 22px, transparent 23px),
    radial-gradient(circle at 50% 62%, #f5f9ff 0 26px, transparent 27px),
    radial-gradient(circle at 70% 70%, #f5f9ff 0 22px, transparent 23px),
    linear-gradient(90deg, transparent 0 12%, rgba(123,181,255,.25) 12% 13%, transparent 13% 49%, rgba(123,181,255,.25) 49% 50%, transparent 50% 87%, rgba(123,181,255,.25) 87% 88%, transparent 88%);
  content: "";
}

.image-panel::after {
  position: absolute;
  left: 22%;
  right: 20%;
  bottom: 58px;
  height: 110px;
  background:
    linear-gradient(90deg, #06111f 0 25%, transparent 25% 38%, #06111f 38% 64%, transparent 64% 76%, #06111f 76%);
  content: "";
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.step-card {
  padding: 24px;
  background: var(--wsm-soft);
}

.step-number {
  color: var(--wsm-blue);
  font-size: 28px;
  font-weight: 900;
}

.wsm-about-page {
  background: #fff;
}

.wsm-about-intro {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, #ffffff 0%, #f5f8fc 100%);
}

.wsm-about-intro::before {
  position: absolute;
  top: 34px;
  right: max(24px, calc((100vw - 1180px) / 2));
  width: 280px;
  height: 280px;
  border: 1px solid rgba(0, 87, 216, 0.1);
  background:
    linear-gradient(90deg, rgba(0, 87, 216, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(0, 87, 216, 0.08) 1px, transparent 1px);
  background-size: 34px 34px;
  content: "";
  transform: rotate(8deg);
}

.wsm-about-intro-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
  gap: 64px;
  align-items: center;
}

.wsm-about-copy h2,
.wsm-about-process-head h2 {
  max-width: 760px;
  margin-top: 0;
}

.wsm-about-copy .lead {
  color: var(--wsm-text);
  font-size: 20px;
  line-height: 1.55;
}

.wsm-about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  margin-top: 26px;
}

.wsm-about-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(0, 87, 216, 0.16);
  border-radius: var(--wsm-radius);
  color: var(--wsm-blue);
  background:
    linear-gradient(180deg, #ffffff, #edf5ff);
  box-shadow: 0 10px 22px rgba(0, 87, 216, 0.11);
}

.wsm-about-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.wsm-about-visual {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  border-radius: var(--wsm-radius);
  background:
    linear-gradient(145deg, rgba(3, 19, 39, 0.3), rgba(3, 19, 39, 0.92)),
    linear-gradient(135deg, #0b2c52, #0057d8);
  box-shadow: var(--wsm-shadow);
}

.wsm-about-visual::before {
  position: absolute;
  inset: 32px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background:
    linear-gradient(90deg, transparent 0 18%, rgba(255, 255, 255, 0.16) 18% 18.5%, transparent 18.5% 58%, rgba(255, 255, 255, 0.16) 58% 58.5%, transparent 58.5%),
    linear-gradient(180deg, transparent 0 32%, rgba(255, 255, 255, 0.14) 32% 32.5%, transparent 32.5% 70%, rgba(255, 255, 255, 0.14) 70% 70.5%, transparent 70.5%);
  content: "";
}

.wsm-about-visual::after {
  position: absolute;
  right: 8%;
  bottom: 48px;
  width: 58%;
  height: 112px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background:
    linear-gradient(90deg, #f6fbff 0 20%, transparent 20% 33%, #f6fbff 33% 62%, transparent 62% 75%, #f6fbff 75%),
    linear-gradient(135deg, rgba(10, 124, 255, 0.74), rgba(3, 19, 39, 0.96));
  box-shadow: -90px -76px 0 -54px rgba(255, 255, 255, 0.78);
  content: "";
}

.wsm-about-visual-card,
.wsm-about-mini {
  position: absolute;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--wsm-radius);
  background: rgba(3, 19, 39, 0.76);
  color: var(--wsm-white);
  box-shadow: 0 20px 45px rgba(3, 19, 39, 0.22);
}

.wsm-about-visual-card {
  top: 44px;
  left: 44px;
  padding: 22px 24px;
}

.wsm-about-visual-card span {
  display: block;
  color: #8fc7ff;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.wsm-about-visual-card strong {
  display: block;
  font-family: Oswald, Inter, sans-serif;
  font-size: 30px;
  line-height: 1.1;
}

.wsm-about-mini {
  display: grid;
  gap: 2px;
  min-width: 170px;
  padding: 16px 18px;
}

.wsm-about-mini strong {
  font-size: 14px;
  text-transform: uppercase;
}

.wsm-about-mini span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
}

.wsm-about-mini-one {
  right: 34px;
  top: 118px;
}

.wsm-about-mini-two {
  left: 34px;
  bottom: 34px;
}

.wsm-about-stats {
  color: var(--wsm-white);
  background:
    linear-gradient(90deg, rgba(3, 19, 39, 0.98), rgba(3, 19, 39, 0.82)),
    linear-gradient(135deg, var(--wsm-navy), var(--wsm-blue));
}

.wsm-about-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
}

.wsm-about-stat {
  position: relative;
  min-height: 142px;
  padding: 30px 26px;
  background: rgba(255, 255, 255, 0.055);
}

.wsm-about-stat .wsm-about-icon {
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-color: rgba(255, 255, 255, 0.2);
  color: #8fc7ff;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.wsm-about-stat strong {
  display: block;
  margin-bottom: 10px;
  font-family: Oswald, Inter, sans-serif;
  font-size: 38px;
  line-height: 1;
}

.wsm-about-stat > span:not(.wsm-about-icon) {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.wsm-about-profile {
  padding-top: 64px;
  padding-bottom: 64px;
  background: #fff;
}

.wsm-about-profile-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1fr);
  gap: 56px;
  align-items: start;
}

.wsm-about-profile-head {
  position: relative;
  padding-left: 22px;
}

.wsm-about-profile-head::before {
  position: absolute;
  top: 7px;
  bottom: 6px;
  left: 0;
  width: 4px;
  border-radius: 99px;
  background: var(--wsm-blue);
  content: "";
}

.wsm-about-profile-head h2 {
  margin: 0;
}

.wsm-about-profile-text {
  display: grid;
  gap: 18px;
  color: var(--wsm-muted);
}

.wsm-about-profile-text p {
  margin: 0;
  font-size: 17px;
}

.wsm-about-values .value-card {
  position: relative;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 26px;
  text-align: center;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.wsm-about-values .wsm-about-card-head {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  width: 100%;
  margin-bottom: 22px;
}

.wsm-about-values .value-card .wsm-about-icon {
  flex: 0 0 48px;
  margin: 0;
}

.wsm-about-values .value-card:hover {
  box-shadow: 0 20px 42px rgba(8, 31, 61, 0.12);
  transform: translateY(-4px);
}

.wsm-about-values .icon-badge {
  position: static;
  flex: 0 0 auto;
  min-width: 38px;
  height: 28px;
  margin-bottom: 0;
  padding: 0 10px;
  border-color: rgba(0, 87, 216, 0.16);
  color: var(--wsm-blue);
  background: #eef5ff;
  font-size: 12px;
}

.wsm-about-values .value-card h3 {
  min-height: 26px;
  margin: 0 0 12px;
  padding-right: 0;
  line-height: 1.2;
}

.wsm-about-values .value-card p {
  flex: 1 1 auto;
  margin-bottom: 0;
  color: var(--wsm-muted);
  line-height: 1.55;
}

.wsm-about-capabilities-section {
  background:
    linear-gradient(180deg, #ffffff 0%, #f4f7fb 100%);
}

.wsm-about-capabilities {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.wsm-about-capability {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  padding: 30px;
  border: 1px solid var(--wsm-line);
  border-radius: var(--wsm-radius);
  background: var(--wsm-white);
  box-shadow: 0 14px 34px rgba(8, 31, 61, 0.08);
  text-align: center;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.wsm-about-capability:hover {
  border-color: rgba(0, 87, 216, 0.28);
  box-shadow: 0 24px 56px rgba(8, 31, 61, 0.13);
  transform: translateY(-4px);
}

.wsm-about-capability::after {
  position: absolute;
  right: 22px;
  bottom: 20px;
  width: 64px;
  height: 2px;
  background: var(--wsm-blue);
  content: "";
}

.wsm-about-capability > span:not(.wsm-about-icon) {
  position: absolute;
  top: 30px;
  right: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 28px;
  margin-bottom: 0;
  border-radius: var(--wsm-radius);
  color: var(--wsm-blue);
  background: #eef5ff;
  font-size: 12px;
  font-weight: 900;
}

.wsm-about-capability .wsm-about-icon {
  margin-right: auto;
  margin-left: auto;
}

.wsm-about-capability h3 {
  margin: 22px 0 12px;
  font-size: 21px;
}

.wsm-about-capability p {
  margin-bottom: 0;
  color: var(--wsm-muted);
}

.wsm-about-process-section {
  background:
    linear-gradient(180deg, #ffffff 0%, #f6f8fb 100%);
}

.wsm-about-process-wrap {
  display: grid;
  grid-template-columns: 0.34fr 1fr;
  gap: 42px;
  align-items: start;
}

.wsm-about-process-head {
  position: sticky;
  top: 92px;
}

.wsm-about-process-head p {
  color: var(--wsm-muted);
}

.wsm-about-process {
  counter-reset: wsm-about-step;
}

.wsm-about-process .step-card {
  position: relative;
  min-height: 250px;
  padding: 28px;
  background: var(--wsm-white);
  text-align: center;
}

.wsm-about-process .step-card .wsm-about-icon {
  margin: 0 auto 20px;
}

.wsm-about-process .step-card::after {
  position: absolute;
  right: 22px;
  bottom: 18px;
  width: 58px;
  height: 2px;
  background: var(--wsm-blue);
  content: "";
}

.wsm-about-process .step-card p {
  color: var(--wsm-muted);
}

.wsm-about-process .step-card h3 {
  margin: 0 0 10px;
}

.wsm-about-process .step-number {
  position: absolute;
  top: 28px;
  right: 28px;
  color: rgba(0, 87, 216, 0.2);
  font-family: Oswald, Inter, sans-serif;
  font-size: 42px;
}

.wsm-about-quality {
  color: var(--wsm-white);
  background:
    linear-gradient(90deg, rgba(3, 19, 39, 0.98), rgba(3, 19, 39, 0.78)),
    linear-gradient(135deg, #031327, #0057d8);
}

.wsm-about-quality-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1fr);
  gap: 52px;
  align-items: start;
}

.wsm-about-quality h2 {
  color: var(--wsm-white);
}

.wsm-about-quality-list {
  display: grid;
  gap: 14px;
}

.wsm-about-quality-list div {
  display: grid;
  grid-template-columns: 48px 1fr;
  column-gap: 18px;
  align-items: start;
  padding: 22px 24px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--wsm-radius);
  background: rgba(255, 255, 255, 0.065);
}

.wsm-about-quality-list .wsm-about-icon {
  grid-row: span 2;
  border-color: rgba(255, 255, 255, 0.18);
  color: #8fc7ff;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.wsm-about-quality-list strong {
  display: block;
  margin-bottom: 6px;
  color: var(--wsm-white);
  font-size: 17px;
}

.wsm-about-quality-list p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
}

.jobs-grid {
  grid-template-columns: 1fr 1fr;
}

.job-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px;
}

.job-card span {
  color: var(--wsm-muted);
  font-size: 13px;
}

.contact-grid {
  grid-template-columns: 1.1fr 0.9fr;
}

.wsm-form {
  display: grid;
  gap: 14px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

label {
  display: grid;
  gap: 6px;
  color: var(--wsm-text);
  font-size: 13px;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--wsm-line);
  border-radius: var(--wsm-radius);
  padding: 10px 12px;
  color: var(--wsm-text);
  font: inherit;
}

textarea {
  min-height: 132px;
  resize: vertical;
}

.map-placeholder {
  min-height: 220px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.66), rgba(255, 255, 255, 0.66)),
    repeating-linear-gradient(0deg, #cad7e6 0 1px, transparent 1px 34px),
    repeating-linear-gradient(90deg, #cad7e6 0 1px, transparent 1px 34px);
}

.legal-grid {
  grid-template-columns: 280px 1fr;
}

.legal-nav {
  display: grid;
  gap: 6px;
  align-self: start;
  padding: 0;
  list-style: none;
}

.legal-nav a {
  display: block;
  padding: 12px 14px;
  border-radius: var(--wsm-radius);
  background: var(--wsm-soft);
  color: var(--wsm-text);
  font-weight: 800;
}

.site-footer {
  color: rgba(255, 255, 255, 0.74);
  border-top: 1px solid rgba(10, 124, 255, 0.28);
  background:
    linear-gradient(180deg, rgba(8, 31, 61, 0.96), rgba(3, 19, 39, 1)),
    var(--wsm-navy);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(260px, 1.2fr) minmax(180px, 0.8fr) minmax(180px, 0.8fr);
  gap: 56px;
  padding: 58px 0 48px;
}

.footer-brand .brand {
  margin-bottom: 18px;
  transform: none;
}

.footer-brand p {
  max-width: 330px;
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 14px;
}

.footer-kicker {
  display: block;
  margin-bottom: 14px;
  color: var(--wsm-white);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.footer-nav ul,
.footer-legal ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-nav a,
.footer-legal a {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  font-weight: 800;
  transition: color 160ms ease, transform 160ms ease;
}

.footer-nav a:hover,
.footer-legal a:hover {
  color: var(--wsm-white);
  transform: translateX(4px);
}

.footer-legal a {
  color: #8fc7ff;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 18px 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 13px;
}

.wp-content {
  padding: 72px 0;
}

.wsm-elementor-full {
  padding: 0;
}

.wsm-elementor-full > .elementor {
  width: 100%;
}

@supports (content-visibility: auto) {
  body:not(.elementor-editor-active) .wsm-el-v2 .wsm2-section,
  body:not(.elementor-editor-active) .wsm-el-v2 .wsm2-band,
  body:not(.elementor-editor-active) .section,
  body:not(.elementor-editor-active) .dark-band,
  body:not(.elementor-editor-active) .stats-band,
  body:not(.elementor-editor-active) .logos {
    content-visibility: auto;
    contain-intrinsic-size: auto 640px;
  }
}

.wsm-el-v2 {
  color: var(--wsm-text);
  background: #f4f7fb;
  overflow: hidden;
}

.wsm-el-v2.e-con,
.wsm-el-v2 .e-con,
.wsm-el-v2 .elementor-element {
  --padding-top: 0;
  --padding-right: 0;
  --padding-bottom: 0;
  --padding-left: 0;
}

.wsm-el-v2.e-con,
.wsm-el-v2 .wsm2-hero,
.wsm-el-v2 .wsm2-subhero,
.wsm-el-v2 .wsm2-section,
.wsm-el-v2 .wsm2-band {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.wsm-el-v2 .wsm2-wrap {
  width: min(1180px, calc(100% - 32px));
  margin-right: auto;
  margin-left: auto;
}

.wsm-el-v2 .wsm2-hero,
.wsm-el-v2 .wsm2-subhero {
  color: var(--wsm-white);
  background:
    linear-gradient(90deg, rgba(3, 19, 39, 0.98), rgba(3, 19, 39, 0.74)),
    radial-gradient(circle at 85% 20%, rgba(10, 124, 255, 0.34), transparent 38%),
    linear-gradient(135deg, #031327, #071f3e);
}

.wsm-el-v2 .wsm2-hero {
  padding: 128px 0 74px;
}

.wsm-el-v2 .wsm2-subhero {
  padding: 104px 0 48px;
}

.wsm-el-v2.wsm-page-contact .wsm2-subhero {
  position: relative;
  min-height: clamp(340px, 36vw, 480px);
  padding: 128px 0 96px;
  isolation: isolate;
  overflow: hidden;
  background: #031327;
}

.wsm-el-v2.wsm-page-contact .wsm2-subhero::before,
.wsm-el-v2.wsm-page-contact .wsm2-subhero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.wsm-el-v2.wsm-page-contact .wsm2-subhero::before {
  z-index: 0;
  width: 112%;
  background: url('https://wsm-expo.de/wp-content/uploads/2026/06/contact-hero-wsm.webp') center 43% / cover no-repeat;
  transform: translateX(9%) scale(1.04);
  transform-origin: center;
}

.wsm-el-v2.wsm-page-contact .wsm2-subhero::after {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(3, 19, 39, .98) 0%, rgba(3, 19, 39, .94) 34%, rgba(3, 19, 39, .72) 58%, rgba(3, 19, 39, .2) 100%),
    linear-gradient(180deg, rgba(3, 19, 39, .02), rgba(3, 19, 39, .56));
}

.wsm-el-v2.wsm-page-contact .wsm2-subhero .wsm2-wrap {
  position: relative;
  z-index: 2;
}

.wsm-el-v2.wsm-page-contact .wsm2-subhero .wsm2-title,
.wsm-el-v2.wsm-page-contact .wsm2-subhero .wsm2-copy {
  max-width: 560px;
  text-shadow: 0 14px 34px rgba(0, 0, 0, .42);
}

.wsm-el-v2.wsm-page-impressum .wsm2-subhero {
  position: relative;
  min-height: clamp(340px, 36vw, 480px);
  padding: 128px 0 96px;
  isolation: isolate;
  overflow: hidden;
  background: #031327;
}

.wsm-el-v2.wsm-page-impressum .wsm2-subhero::before,
.wsm-el-v2.wsm-page-impressum .wsm2-subhero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.wsm-el-v2.wsm-page-impressum .wsm2-subhero::before {
  z-index: 0;
  width: 112%;
  background: url('https://wsm-expo.de/wp-content/uploads/2026/06/impressum-hero-wsm.webp') 58% 50% / cover no-repeat;
  transform: translateX(2%) scale(1.04);
  transform-origin: center;
}

.wsm-el-v2.wsm-page-impressum .wsm2-subhero::after {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(3, 19, 39, .98) 0%, rgba(3, 19, 39, .92) 34%, rgba(3, 19, 39, .68) 58%, rgba(3, 19, 39, .18) 100%),
    linear-gradient(180deg, rgba(3, 19, 39, .04), rgba(3, 19, 39, .56));
}

.wsm-el-v2.wsm-page-impressum .wsm2-subhero .wsm2-wrap {
  position: relative;
  z-index: 2;
}

.wsm-el-v2.wsm-page-impressum .wsm2-subhero .wsm2-title,
.wsm-el-v2.wsm-page-impressum .wsm2-subhero .wsm2-copy {
  max-width: 560px;
  text-shadow: 0 14px 34px rgba(0, 0, 0, .42);
}

.wsm-el-v2.wsm-page-impressum .wsm2-subhero .wsm2-copy {
  margin-top: 14px;
}

.wsm-el-v2.wsm-page-impressum .wsm2-subhero .wsm2-copy p {
  max-width: 500px;
  color: rgba(255, 255, 255, .78);
  font-size: clamp(15px, 1.4vw, 18px);
  line-height: 1.65;
}

.wsm-el-v2.wsm-page-impressum .wsm2-subhero .wsm2-copy p:empty::before {
  content: "Alle rechtlichen Angaben und Kontaktinformationen der WSM Expo & Event Montageservice GmbH auf einen Blick.";
}

.wsm-el-v2.wsm-page-impressum {
  background: linear-gradient(180deg, #f6f9fd 0%, #ffffff 46%, #eef4fb 100%);
}

.wsm-el-v2.wsm-page-impressum .wsm2-section {
  position: relative;
  overflow: hidden;
  padding: 78px 0 86px;
  background:
    radial-gradient(circle at 8% 8%, rgba(0, 87, 216, .09), transparent 28%),
    radial-gradient(circle at 92% 26%, rgba(10, 124, 255, .08), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f4f8fd 100%);
}

.wsm-el-v2.wsm-page-impressum .wsm2-section::before {
  position: absolute;
  top: 46px;
  right: max(24px, calc((100vw - 1180px) / 2));
  width: 250px;
  height: 170px;
  border: 1px solid rgba(0, 87, 216, .1);
  background:
    linear-gradient(90deg, rgba(0, 87, 216, .1) 1px, transparent 1px),
    linear-gradient(rgba(0, 87, 216, .08) 1px, transparent 1px);
  background-size: 34px 34px;
  content: "";
  opacity: .58;
  transform: skewY(-5deg);
}

.wsm-el-v2.wsm-page-impressum .wsm2-section .wsm2-wrap {
  position: relative;
  z-index: 1;
}

.wsm-el-v2.wsm-page-impressum .wsm2-legal-cards {
  display: grid !important;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 26px;
  align-items: stretch;
}

.wsm-el-v2.wsm-page-impressum .wsm2-legal-cards .wsm2-panel {
  position: relative;
  overflow: hidden;
  border-color: rgba(0, 87, 216, .16);
  padding: 30px !important;
  background:
    linear-gradient(180deg, rgba(0, 87, 216, .055), rgba(255, 255, 255, 0) 46%),
    #ffffff;
  box-shadow: 0 18px 46px rgba(8, 31, 61, .09);
}

.wsm-el-v2.wsm-page-impressum .wsm2-legal-cards .wsm2-panel::before {
  display: grid;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  place-items: center;
  border: 1px solid rgba(0, 87, 216, .22);
  border-radius: var(--wsm-radius);
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 24 24' fill='none' stroke='%230057d8' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 3h7l4 4v14H7z'/%3E%3Cpath d='M14 3v5h5'/%3E%3Cpath d='M9 13h6'/%3E%3Cpath d='M9 17h6'/%3E%3C/svg%3E") center / 25px 25px no-repeat,
    linear-gradient(135deg, rgba(0, 87, 216, .14), rgba(115, 184, 255, .1));
  content: "";
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .8), 0 12px 24px rgba(0, 87, 216, .1);
}

.wsm-el-v2.wsm-page-impressum .wsm2-legal-cards .wsm2-panel::after {
  position: absolute;
  right: -44px;
  bottom: -48px;
  width: 130px;
  height: 130px;
  border: 1px solid rgba(0, 87, 216, .1);
  border-radius: 50%;
  background: rgba(0, 87, 216, .04);
  content: "";
}

.wsm-el-v2.wsm-page-impressum .wsm2-legal-cards .wsm2-panel-title,
.wsm-el-v2.wsm-page-impressum .wsm2-legal-cards .wsm2-copy {
  position: relative;
  z-index: 1;
}

.wsm-el-v2.wsm-page-impressum .wsm2-legal-cards .wsm2-panel .elementor-heading-title {
  font-size: clamp(22px, 2.2vw, 30px);
}

.wsm-el-v2.wsm-page-impressum .wsm2-legal-cards .wsm2-copy,
.wsm-el-v2.wsm-page-impressum .wsm2-legal-cards .wsm2-copy p {
  color: #52657d;
  font-size: 15px;
  line-height: 1.68;
}

.wsm-el-v2.wsm-page-impressum .wsm2-legal-cards .wsm2-copy strong {
  color: #132033;
  font-weight: 900;
}

.wsm-el-v2.wsm-page-impressum .wsm2-legal-cards .wsm2-copy h3 {
  margin: 18px 0 8px;
  color: #05254d;
  font-family: Inter, Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.wsm-el-v2.wsm-page-impressum .wsm2-legal-cards .wsm2-copy a {
  color: var(--wsm-blue);
  font-weight: 900;
  overflow-wrap: anywhere;
}

.wsm-el-v2 .wsm2-hero-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.7fr);
  gap: 46px;
  align-items: center;
}

.wsm-el-v2 .wsm2-eyebrow .elementor-heading-title {
  color: #6bb8ff;
  font-family: Inter, Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.wsm-el-v2 .wsm2-title .elementor-heading-title,
.wsm-el-v2 .wsm2-hero-title .elementor-heading-title {
  color: inherit;
  font-family: Oswald, Inter, sans-serif;
  font-size: clamp(42px, 6vw, 76px);
  line-height: 0.94;
  text-transform: uppercase;
}

.wsm-el-v2 .wsm2-subhero .wsm2-title .elementor-heading-title {
  max-width: 620px;
  font-size: clamp(38px, 4.8vw, 58px);
}

.wsm-el-v2 .wsm2-section-title .elementor-heading-title {
  color: var(--wsm-navy);
  font-family: Oswald, Inter, sans-serif;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1;
  text-transform: uppercase;
}

.wsm-el-v2 .wsm2-copy {
  max-width: 620px;
  color: var(--wsm-muted);
}

.wsm-el-v2 .wsm2-hero .wsm2-copy {
  color: rgba(255, 255, 255, 0.78);
}

.wsm-el-v2 .wsm2-actions {
  display: flex !important;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 8px;
}

.wsm-el-v2 .wsm2-btn .elementor-button {
  min-height: 44px;
  border-radius: var(--wsm-radius);
  padding: 14px 18px;
  background: var(--wsm-blue);
  color: var(--wsm-white);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.wsm-el-v2 .wsm2-btn-outline .elementor-button {
  border: 1px solid rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.08);
}

.wsm-el-v2 .wsm2-visual {
  display: grid !important;
  min-height: 300px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--wsm-radius);
  background:
    linear-gradient(145deg, rgba(0, 87, 216, 0.38), rgba(255, 255, 255, 0.06)),
    repeating-linear-gradient(90deg, rgba(255,255,255,0.07) 0 1px, transparent 1px 46px);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}

.wsm-el-v2 .wsm2-visual .elementor-heading-title {
  color: var(--wsm-white);
  font-family: Oswald, Inter, sans-serif;
  font-size: 76px;
  line-height: 1;
}

.wsm-el-v2.wsm-page-home .wsm2-hero {
  position: relative;
  overflow: hidden;
  min-height: 720px;
  padding: 138px 0 92px;
  background:
    linear-gradient(90deg, rgba(3, 19, 39, 0.96) 0%, rgba(3, 19, 39, 0.78) 42%, rgba(3, 19, 39, 0.36) 76%, rgba(3, 19, 39, 0.44) 100%),
    linear-gradient(180deg, rgba(3, 19, 39, 0.12) 0%, rgba(3, 19, 39, 0.88) 100%),
    url("https://wsm-expo.de/wp-content/uploads/2026/06/bg_homepage.webp") center center / cover no-repeat !important;
}

.wsm-el-v2.wsm-page-home .wsm2-hero::after {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 34%),
    linear-gradient(90deg, rgba(1, 8, 17, 0.14), transparent 52%, rgba(1, 8, 17, 0.18));
  content: "";
}

.wsm-el-v2.wsm-page-home .wsm2-hero > * {
  position: relative;
  z-index: 1;
}

.wsm-el-v2.wsm-page-home .wsm2-hero-grid {
  grid-template-columns: minmax(0, 760px) !important;
  min-height: 490px;
  align-content: center;
}

.wsm-el-v2.wsm-page-home .wsm2-hero-copy {
  max-width: 760px;
}

.wsm-el-v2.wsm-page-home .wsm2-visual {
  display: none !important;
}

@media (max-width: 700px) {
  .wsm-el-v2.wsm-page-home .wsm2-hero {
    min-height: 640px;
    padding: 112px 0 64px;
    background-position: 56% center !important;
  }

  .wsm-el-v2.wsm-page-home .wsm2-hero-grid {
    min-height: 420px;
  }

  .hero .hero-inner {
    min-height: 640px;
    padding-top: 120px;
  }
}

.wsm-el-v2 .wsm2-section {
  padding: 54px 0;
}

.wsm-el-v2 .wsm2-section-soft {
  background: #eef4fb;
}

.wsm-el-v2 .wsm2-heading {
  margin-bottom: 30px;
}

.wsm-el-v2 .wsm2-card-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.wsm-el-v2 .wsm2-card-grid.wsm2-grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.wsm-el-v2 .wsm2-card,
.wsm-el-v2 .wsm2-panel {
  min-height: 100%;
  border: 1px solid var(--wsm-line);
  border-radius: var(--wsm-radius);
  padding: 26px;
  background: var(--wsm-white);
  box-shadow: 0 18px 45px rgba(8, 31, 61, 0.08);
}

.wsm-el-v2 .wsm2-card .elementor-heading-title,
.wsm-el-v2 .wsm2-panel .elementor-heading-title {
  color: var(--wsm-navy);
  font-family: Oswald, Inter, sans-serif;
  font-size: 24px;
  line-height: 1.05;
  text-transform: uppercase;
}

.wsm-el-v2 .wsm2-card .elementor-widget-text-editor,
.wsm-el-v2 .wsm2-panel .elementor-widget-text-editor {
  color: var(--wsm-muted);
  font-size: 14px;
}

.wsm-el-v2.wsm-page-services .wsm2-card {
  position: relative;
  overflow: hidden;
  border-color: rgba(0, 87, 216, 0.22);
  border-top: 3px solid var(--wsm-blue);
  padding: 30px;
  background:
    linear-gradient(180deg, rgba(0, 87, 216, 0.055), rgba(255, 255, 255, 0) 42%),
    var(--wsm-white);
  box-shadow: 0 18px 42px rgba(0, 45, 112, 0.1);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.wsm-el-v2.wsm-page-services .wsm2-card::after {
  position: absolute;
  top: -48px;
  right: -54px;
  width: 128px;
  height: 128px;
  border: 1px solid rgba(0, 87, 216, 0.14);
  border-radius: 50%;
  background: rgba(0, 87, 216, 0.055);
  content: "";
}

.wsm-el-v2.wsm-page-services .wsm2-card:hover {
  border-color: rgba(0, 87, 216, 0.42);
  box-shadow: 0 22px 54px rgba(0, 45, 112, 0.16);
  transform: translateY(-3px);
}

.wsm-el-v2.wsm-page-services .wsm2-service-icon {
  position: relative;
  z-index: 1;
  margin-bottom: 18px;
}

.wsm-el-v2.wsm-page-services .wsm2-icon-shell {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 1px solid rgba(0, 87, 216, 0.24);
  border-radius: var(--wsm-radius);
  color: var(--wsm-blue);
  background:
    linear-gradient(135deg, rgba(0, 87, 216, 0.16), rgba(115, 184, 255, 0.1)),
    #f6faff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.78), 0 12px 22px rgba(0, 87, 216, 0.12);
}

.wsm-el-v2.wsm-page-services .wsm2-icon-shell svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.wsm-el-v2.wsm-page-services .wsm2-card-title,
.wsm-el-v2.wsm-page-services .wsm2-card-text {
  position: relative;
  z-index: 1;
}

.wsm-el-v2.wsm-page-services .wsm2-card .elementor-heading-title {
  color: #05254d;
}

.wsm-el-v2.wsm-page-services .wsm2-card-text ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.wsm-el-v2.wsm-page-services .wsm2-card-text li {
  position: relative;
  padding-left: 22px;
}

.wsm-el-v2.wsm-page-services .wsm2-card-text li::before {
  position: absolute;
  top: 0.25em;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--wsm-blue);
  content: "";
}

.wsm-el-v2.wsm-page-services .wsm2-card-text li::after {
  position: absolute;
  top: calc(0.25em + 3px);
  left: 5px;
  width: 3px;
  height: 6px;
  border-right: 1.5px solid var(--wsm-white);
  border-bottom: 1.5px solid var(--wsm-white);
  content: "";
  transform: rotate(40deg);
}

.wsm-el-v2.wsm-page-services .wsm2-section-soft .wsm2-card {
  background:
    linear-gradient(180deg, rgba(0, 87, 216, 0.07), rgba(255, 255, 255, 0) 50%),
    #fbfdff;
}

.wsm-el-v2.wsm-page-gallery .wsm2-subhero {
  background:
    linear-gradient(90deg, rgba(3, 19, 39, 0.98), rgba(3, 19, 39, 0.7)),
    linear-gradient(135deg, #031327, #0b2a55 56%, #0057d8);
}

.wsm-el-v2.wsm-page-gallery .wsm2-gallery-section {
  background:
    radial-gradient(circle at 18% 10%, rgba(0, 87, 216, 0.1), transparent 28%),
    radial-gradient(circle at 86% 34%, rgba(10, 124, 255, 0.08), transparent 26%),
    linear-gradient(180deg, #f7faff, #ffffff 46%, #eef4fb);
}

.wsm-el-v2.wsm-page-gallery .wsm2-gallery-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.wsm-el-v2.wsm-page-gallery .wsm2-gallery-card {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  display: grid !important;
  grid-template-rows: auto 1fr;
  min-height: 100%;
  border: 1px solid rgba(0, 87, 216, 0.18);
  border-radius: 8px;
  padding: 0;
  background:
    linear-gradient(180deg, rgba(0, 87, 216, 0.045), rgba(255, 255, 255, 0) 34%),
    var(--wsm-white);
  box-shadow: 0 18px 42px rgba(8, 31, 61, 0.1);
  cursor: pointer;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease, background 180ms ease;
}

.wsm-el-v2.wsm-page-gallery .wsm2-gallery-card::before {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--wsm-blue), var(--wsm-blue-2), rgba(255, 255, 255, 0.72));
  content: "";
}

.wsm-el-v2.wsm-page-gallery .wsm2-gallery-card::after {
  position: absolute;
  right: 16px;
  bottom: 16px;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: 50%;
  background: linear-gradient(135deg, var(--wsm-blue), var(--wsm-blue-2));
  color: var(--wsm-white);
  content: "+";
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  opacity: 0;
  box-shadow: 0 12px 28px rgba(0, 87, 216, 0.34);
  transform: translateY(8px);
  transition: opacity 180ms ease, transform 180ms ease;
  z-index: 3;
}

.wsm-el-v2.wsm-page-gallery .wsm2-gallery-card:hover,
.wsm-el-v2.wsm-page-gallery .wsm2-gallery-card:focus-visible {
  border-color: rgba(0, 87, 216, 0.48);
  background:
    linear-gradient(180deg, rgba(0, 87, 216, 0.07), rgba(255, 255, 255, 0) 38%),
    var(--wsm-white);
  box-shadow: 0 28px 68px rgba(0, 45, 112, 0.17);
  outline: none;
  transform: translateY(-4px);
}

.wsm-el-v2.wsm-page-gallery .wsm2-gallery-card:hover::after,
.wsm-el-v2.wsm-page-gallery .wsm2-gallery-card:focus-visible::after {
  opacity: 1;
  transform: translateY(0);
}

.wsm-el-v2.wsm-page-gallery .wsm2-gallery-cover {
  margin: 0;
  position: relative;
  overflow: hidden;
  background: var(--wsm-navy);
}

.wsm-el-v2.wsm-page-gallery .wsm2-gallery-cover::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(3, 19, 39, 0) 38%, rgba(3, 19, 39, 0.54)),
    linear-gradient(90deg, rgba(0, 87, 216, 0.18), rgba(0, 87, 216, 0));
  content: "";
  opacity: 0.86;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.wsm-el-v2.wsm-page-gallery .wsm2-gallery-cover .elementor-widget-container,
.wsm-el-v2.wsm-page-gallery .wsm2-gallery-cover figure {
  margin: 0;
}

.wsm-el-v2.wsm-page-gallery .wsm2-gallery-cover img {
  display: block;
  width: 100%;
  height: 252px;
  object-fit: cover;
  transition: transform 320ms ease, filter 180ms ease;
}

.wsm-el-v2.wsm-page-gallery .wsm2-gallery-card:hover .wsm2-gallery-cover img {
  filter: saturate(1.08) contrast(1.03);
  transform: scale(1.055);
}

.wsm-el-v2.wsm-page-gallery .wsm2-gallery-card:hover .wsm2-gallery-cover::after {
  opacity: 0.68;
}

.wsm-el-v2.wsm-page-gallery .wsm2-gallery-info {
  display: grid !important;
  align-content: start;
  gap: 10px;
  padding: 22px 22px 24px;
  border-top: 1px solid rgba(0, 87, 216, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 251, 255, 0.98)),
    var(--wsm-white);
}

.wsm-el-v2.wsm-page-gallery .wsm2-gallery-badge {
  justify-self: start;
  border: 1px solid rgba(0, 87, 216, 0.24);
  border-radius: 999px;
  padding: 6px 10px;
  background: linear-gradient(180deg, #f3f8ff, #e7f1ff);
  color: var(--wsm-blue);
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.wsm-el-v2.wsm-page-gallery .wsm2-gallery-badge p,
.wsm-el-v2.wsm-page-gallery .wsm2-gallery-text p {
  margin: 0;
}

.wsm-el-v2.wsm-page-gallery .wsm2-gallery-title .elementor-heading-title {
  color: var(--wsm-navy);
  font-family: Oswald, Inter, sans-serif;
  font-size: 24px;
  line-height: 1.08;
  text-transform: uppercase;
}

.wsm-el-v2.wsm-page-gallery .wsm2-gallery-text {
  color: var(--wsm-muted);
  font-size: 14px;
  line-height: 1.6;
}

.wsm-el-v2.wsm-page-gallery .wsm2-gallery-slides {
  display: none !important;
}

body.elementor-editor-active .wsm-el-v2.wsm-page-gallery::before {
  display: block;
  margin: 18px auto;
  max-width: 860px;
  border: 1px solid rgba(0, 87, 216, 0.28);
  border-radius: 8px;
  padding: 14px 18px;
  background: #eef6ff;
  color: var(--wsm-navy);
  content: "Galeria se editeaza acum din meniul WordPress: Galerie Projekte. Acolo poti modifica proiectele, poza principala si imaginile din slider.";
  font-size: 14px;
  font-weight: 800;
  line-height: 1.45;
}

.wsm-gallery-placeholder {
  display: grid;
  min-height: 252px;
  place-items: center;
  background: linear-gradient(135deg, var(--wsm-navy), var(--wsm-blue));
  color: var(--wsm-white);
  font-family: Oswald, Inter, sans-serif;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0;
}

body.wsm-gallery-open {
  overflow: hidden;
}

.wsm-gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  padding: 24px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.wsm-gallery-lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
}

.wsm-gallery-lightbox[hidden] {
  display: none;
}

.wsm-gallery-backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 16%, rgba(0, 87, 216, 0.32), transparent 28%),
    rgba(3, 19, 39, 0.9);
  backdrop-filter: blur(12px);
}

.wsm-gallery-dialog {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(1160px, 100%);
  grid-template-columns: 56px minmax(0, 1fr) 56px;
  gap: 16px;
  align-items: center;
}

.wsm-gallery-frame {
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: var(--wsm-navy);
  box-shadow: 0 36px 100px rgba(0, 0, 0, 0.46);
}

.wsm-gallery-frame img {
  display: block;
  width: 100%;
  max-height: min(72vh, 760px);
  object-fit: contain;
  background: var(--wsm-navy);
}

.wsm-gallery-media {
  background: var(--wsm-navy);
}

.wsm-gallery-frame img[hidden],
.wsm-gallery-video[hidden] {
  display: none;
}

.wsm-gallery-video {
  width: min(1120px, 78vw);
  aspect-ratio: 16 / 9;
  background: var(--wsm-navy);
}

.wsm-gallery-video iframe,
.wsm-gallery-video video {
  display: block;
  width: 100%;
  height: 100%;
  max-height: min(72vh, 760px);
  border: 0;
  background: var(--wsm-navy);
}

.wsm-gallery-frame figcaption {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 16px 18px;
  color: var(--wsm-white);
  background: linear-gradient(90deg, rgba(3, 19, 39, 0.98), rgba(0, 87, 216, 0.78));
}

.wsm-gallery-frame strong {
  font-family: Oswald, Inter, sans-serif;
  font-size: 22px;
  line-height: 1;
  text-transform: uppercase;
}

.wsm-gallery-frame span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 800;
}

.wsm-gallery-arrow,
.wsm-gallery-close {
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: var(--wsm-white);
  cursor: pointer;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.26);
  transition: background 160ms ease, border-color 160ms ease, box-shadow 160ms ease, color 160ms ease, transform 160ms ease;
}

.wsm-gallery-arrow {
  display: grid;
  position: relative;
  width: 56px;
  height: 56px;
  place-items: center;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}

.wsm-gallery-arrow::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 26px;
  background: currentColor;
  content: "";
  transform: translate(-50%, -50%);
}

.wsm-gallery-prev::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M15 5L8 12l7 7' stroke='black' stroke-width='2.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M15 5L8 12l7 7' stroke='black' stroke-width='2.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

.wsm-gallery-next::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M9 5l7 7-7 7' stroke='black' stroke-width='2.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M9 5l7 7-7 7' stroke='black' stroke-width='2.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

.wsm-gallery-close {
  display: grid;
  position: fixed;
  top: 92px;
  right: max(26px, calc((100vw - 1160px) / 2));
  width: 48px;
  height: 48px;
  place-items: center;
  font-size: 30px;
  line-height: 1;
}

.wsm-gallery-arrow:hover,
.wsm-gallery-close:hover,
.wsm-gallery-arrow:focus-visible,
.wsm-gallery-close:focus-visible {
  background: linear-gradient(135deg, #0b72ff, #004fc4);
  border-color: rgba(255, 255, 255, 0.46);
  box-shadow: 0 18px 42px rgba(0, 87, 216, 0.34), 0 8px 24px rgba(0, 0, 0, 0.32);
  outline: none;
  transform: translateY(-1px);
}

.wsm-gallery-arrow:active {
  background: linear-gradient(135deg, #73b8ff, #0060e8);
  border-color: rgba(255, 255, 255, 0.72);
  box-shadow: 0 10px 24px rgba(0, 87, 216, 0.28), inset 0 0 0 1px rgba(255, 255, 255, 0.3);
  transform: translateY(1px) scale(0.96);
}

.wsm-gallery-arrow:active::before {
  transform: translate(-50%, -50%) scale(0.88);
}

.wsm-el-v2 .wsm2-band {
  padding: 54px 0;
  color: var(--wsm-white);
  background: linear-gradient(90deg, var(--wsm-navy), var(--wsm-blue));
}

.wsm-el-v2 .wsm2-band .elementor-heading-title {
  color: var(--wsm-white);
}

.wsm-el-v2 .wsm2-band .wsm2-copy {
  color: rgba(255, 255, 255, 0.74);
}

.wsm-el-v2 .wsm2-two {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.82fr);
  gap: 30px;
  align-items: start;
}

.wsm-el-v2.wsm-page-home {
  background:
    linear-gradient(180deg, #f8fbff 0%, #eef4fb 42%, #ffffff 100%);
}

.wsm-el-v2.wsm-page-home .wsm2-section:not(.wsm2-section-soft) {
  position: relative;
  overflow: hidden;
  padding: 78px 0 82px;
  background:
    radial-gradient(circle at 8% 12%, rgba(0, 87, 216, 0.1), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f5f8fc 100%);
}

.wsm-el-v2.wsm-page-home .wsm2-section:not(.wsm2-section-soft)::before {
  position: absolute;
  top: 40px;
  right: max(26px, calc((100vw - 1180px) / 2));
  width: 260px;
  height: 160px;
  border: 1px solid rgba(0, 87, 216, 0.1);
  background:
    linear-gradient(90deg, rgba(0, 87, 216, 0.12) 1px, transparent 1px),
    linear-gradient(rgba(0, 87, 216, 0.1) 1px, transparent 1px);
  background-size: 34px 34px;
  content: "";
  opacity: 0.62;
  transform: skewY(-4deg);
}

.wsm-el-v2.wsm-page-home .wsm2-section:not(.wsm2-section-soft) .wsm2-wrap,
.wsm-el-v2.wsm-page-home .wsm2-section-soft .wsm2-wrap,
.wsm-el-v2.wsm-page-home .wsm2-band .wsm2-wrap {
  position: relative;
  z-index: 1;
}

.wsm-el-v2.wsm-page-home .wsm2-heading {
  display: grid !important;
  max-width: 780px;
  gap: 8px;
  margin-bottom: 34px;
}

.wsm-el-v2.wsm-page-home .wsm2-heading::after {
  display: block;
  width: 84px;
  height: 3px;
  margin-top: 6px;
  background: linear-gradient(90deg, var(--wsm-blue), var(--wsm-blue-2));
  content: "";
}

.wsm-el-v2.wsm-page-home .wsm2-section:not(.wsm2-section-soft) .wsm2-card-grid {
  gap: 24px;
}

.wsm-el-v2.wsm-page-home .wsm2-section:not(.wsm2-section-soft) .wsm2-card {
  position: relative;
  overflow: hidden;
  border-color: rgba(0, 87, 216, 0.16);
  padding: 32px 30px 34px;
  background:
    linear-gradient(180deg, rgba(0, 87, 216, 0.06), rgba(255, 255, 255, 0) 46%),
    #ffffff;
  box-shadow: 0 18px 44px rgba(8, 31, 61, 0.09);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.wsm-el-v2.wsm-page-home .wsm2-section:not(.wsm2-section-soft) .wsm2-card::after {
  position: absolute;
  right: -46px;
  bottom: -48px;
  width: 138px;
  height: 138px;
  border: 1px solid rgba(0, 87, 216, 0.1);
  border-radius: 50%;
  background: rgba(0, 87, 216, 0.045);
  content: "";
}

.wsm-el-v2.wsm-page-home .wsm2-section:not(.wsm2-section-soft) .wsm2-card:hover {
  border-color: rgba(0, 87, 216, 0.32);
  box-shadow: 0 28px 64px rgba(0, 45, 112, 0.16);
  transform: translateY(-4px);
}

.wsm-el-v2.wsm-page-home .wsm2-section:not(.wsm2-section-soft) .wsm2-card-title,
.wsm-el-v2.wsm-page-home .wsm2-section:not(.wsm2-section-soft) .wsm2-card-text {
  position: relative;
  z-index: 1;
}

.wsm-el-v2.wsm-page-home .wsm2-section:not(.wsm2-section-soft) .wsm2-card-title::before {
  display: grid;
  width: 58px;
  height: 58px;
  margin-bottom: 18px;
  border: 1px solid rgba(0, 87, 216, 0.2);
  border-radius: var(--wsm-radius);
  background:
    linear-gradient(135deg, rgba(0, 87, 216, 0.16), rgba(115, 184, 255, 0.12)),
    #f4f9ff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px 30px, auto;
  content: "";
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.86), 0 12px 24px rgba(0, 87, 216, 0.11);
}

.wsm-el-v2.wsm-page-home .wsm2-section:not(.wsm2-section-soft) .wsm2-card:nth-child(1) .wsm2-card-title::before {
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='34' viewBox='0 0 24 24' fill='none' stroke='%230057d8' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 18h16'/%3E%3Cpath d='M6 18V9l6-4 6 4v9'/%3E%3Cpath d='M9 18v-5h6v5'/%3E%3Cpath d='M8 9h8'/%3E%3C/svg%3E"),
    linear-gradient(135deg, rgba(0, 87, 216, 0.16), rgba(115, 184, 255, 0.12));
}

.wsm-el-v2.wsm-page-home .wsm2-section:not(.wsm2-section-soft) .wsm2-card:nth-child(2) .wsm2-card-title::before {
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='34' viewBox='0 0 24 24' fill='none' stroke='%230057d8' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 17h16'/%3E%3Cpath d='M7 17V8h10v9'/%3E%3Cpath d='M9 8V5h6v3'/%3E%3Cpath d='M9 12h6'/%3E%3Cpath d='M9 15h6'/%3E%3C/svg%3E"),
    linear-gradient(135deg, rgba(0, 87, 216, 0.16), rgba(115, 184, 255, 0.12));
}

.wsm-el-v2.wsm-page-home .wsm2-section:not(.wsm2-section-soft) .wsm2-card:nth-child(3) .wsm2-card-title::before {
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='34' viewBox='0 0 24 24' fill='none' stroke='%230057d8' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 17h14'/%3E%3Cpath d='M7 17l2-8h6l2 8'/%3E%3Cpath d='M10 9V5h4v4'/%3E%3Cpath d='M8 13h8'/%3E%3C/svg%3E"),
    linear-gradient(135deg, rgba(0, 87, 216, 0.16), rgba(115, 184, 255, 0.12));
}

.wsm-el-v2.wsm-page-home .wsm2-section:not(.wsm2-section-soft) .wsm2-card .elementor-heading-title {
  color: #05254d;
  font-size: 26px;
}

.wsm-el-v2.wsm-page-home .wsm2-section:not(.wsm2-section-soft) .wsm2-card .elementor-widget-text-editor {
  color: #5d6f86;
  font-size: 15px;
}

.wsm-el-v2.wsm-page-home .wsm2-band {
  position: relative;
  overflow: hidden;
  padding: 74px 0;
  background:
    linear-gradient(90deg, rgba(3, 19, 39, 0.96) 0%, rgba(3, 19, 39, 0.82) 54%, rgba(0, 87, 216, 0.62) 100%),
    url("https://wsm-expo.de/wp-content/uploads/2026/06/bg_homepage.webp") center 58% / cover no-repeat;
}

.wsm-el-v2.wsm-page-home .wsm2-band::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 72px 72px;
  content: "";
  opacity: 0.34;
}

.wsm-el-v2.wsm-page-home .wsm2-band .wsm2-two {
  align-items: center;
}

.wsm-el-v2.wsm-page-home .wsm2-band-copy {
  max-width: 620px;
}

.wsm-el-v2.wsm-page-home .wsm2-band .wsm2-section-title .elementor-heading-title {
  font-size: clamp(34px, 4.4vw, 58px);
}

.wsm-el-v2.wsm-page-home .wsm2-band .wsm2-copy {
  max-width: 520px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
}

.wsm-el-v2.wsm-page-home .wsm2-band .wsm2-actions {
  justify-content: flex-end;
  margin-top: 0;
}

.wsm-el-v2.wsm-page-home .wsm2-section-soft {
  position: relative;
  overflow: hidden;
  padding: 70px 0 78px;
  background:
    radial-gradient(circle at 88% 16%, rgba(0, 87, 216, 0.1), transparent 30%),
    linear-gradient(180deg, #eef4fb 0%, #ffffff 100%);
}

.wsm-el-v2.wsm-page-home .wsm2-section-soft .wsm2-card-grid {
  gap: 20px;
}

.wsm-el-v2.wsm-page-home .wsm2-section-soft .wsm2-card {
  display: grid !important;
  align-content: center;
  min-height: 172px;
  border-color: rgba(0, 87, 216, 0.14);
  padding: 28px 18px;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 251, 255, 0.96)),
    #ffffff;
  box-shadow: 0 18px 42px rgba(8, 31, 61, 0.08);
}

.wsm-el-v2.wsm-page-home .wsm2-section-soft .wsm2-card .elementor-heading-title {
  margin-bottom: 4px;
  color: var(--wsm-blue);
  font-size: clamp(36px, 4.4vw, 52px);
  line-height: 0.95;
}

.wsm-el-v2.wsm-page-home .wsm2-section-soft .wsm2-card .elementor-widget-text-editor {
  max-width: 170px;
  margin-right: auto;
  margin-left: auto;
  color: #53667e;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
  text-transform: uppercase;
}

@media (max-width: 900px) {
  .wsm-el-v2.wsm-page-home .wsm2-section:not(.wsm2-section-soft),
  .wsm-el-v2.wsm-page-home .wsm2-section-soft,
  .wsm-el-v2.wsm-page-home .wsm2-band {
    padding: 58px 0;
  }

  .wsm-el-v2.wsm-page-home .wsm2-band .wsm2-actions {
    justify-content: flex-start;
    margin-top: 8px;
  }
}

@media (max-width: 560px) {
  .wsm-el-v2.wsm-page-home .wsm2-section:not(.wsm2-section-soft) .wsm2-card {
    padding: 28px 24px 30px;
  }

  .wsm-el-v2.wsm-page-home .wsm2-section:not(.wsm2-section-soft) .wsm2-card-title::before {
    width: 54px;
    height: 54px;
  }
}

.wsm-el-v2.wsm-page-about {
  background: #ffffff;
}

.wsm-el-v2.wsm-page-about .wsm2-subhero {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(3, 19, 39, 0.98), rgba(3, 19, 39, 0.74)),
    radial-gradient(circle at 84% 24%, rgba(10, 124, 255, 0.44), transparent 34%),
    linear-gradient(135deg, #031327, #082d59);
}

.wsm-el-v2.wsm-page-about .wsm2-subhero::after {
  position: absolute;
  right: max(28px, calc((100vw - 1180px) / 2));
  bottom: 42px;
  width: min(360px, 38vw);
  height: 168px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background:
    linear-gradient(90deg, transparent 0 18%, rgba(255, 255, 255, 0.18) 18% 18.5%, transparent 18.5% 58%, rgba(255, 255, 255, 0.18) 58% 58.5%, transparent 58.5%),
    linear-gradient(180deg, transparent 0 34%, rgba(255, 255, 255, 0.15) 34% 34.5%, transparent 34.5% 70%, rgba(255, 255, 255, 0.15) 70% 70.5%, transparent 70.5%);
  content: "";
  opacity: 0.82;
}

.wsm-el-v2.wsm-page-about .wsm2-subhero .wsm2-wrap,
.wsm-el-v2.wsm-page-about .wsm2-section .wsm2-wrap {
  position: relative;
  z-index: 1;
}

.wsm-el-v2.wsm-page-about .wsm2-subhero .wsm2-copy {
  max-width: 640px;
}

.wsm-el-v2.wsm-page-about .wsm2-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, #ffffff 0%, #f5f8fc 100%);
}

.wsm-el-v2.wsm-page-about .wsm2-section::before {
  position: absolute;
  top: 48px;
  right: max(24px, calc((100vw - 1180px) / 2));
  width: 260px;
  height: 260px;
  border: 1px solid rgba(0, 87, 216, 0.1);
  background:
    linear-gradient(90deg, rgba(0, 87, 216, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(0, 87, 216, 0.08) 1px, transparent 1px);
  background-size: 34px 34px;
  content: "";
  transform: rotate(8deg);
}

.wsm-el-v2.wsm-page-about .wsm2-two {
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 0.78fr);
  gap: 56px;
  align-items: stretch;
}

.wsm-el-v2.wsm-page-about .wsm2-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 410px;
}

.wsm-el-v2.wsm-page-about .wsm2-content .wsm2-copy {
  max-width: 680px;
}

.wsm-el-v2.wsm-page-about .wsm2-content .wsm2-copy p:first-child {
  color: var(--wsm-text);
  font-size: 20px;
  line-height: 1.55;
}

.wsm-el-v2.wsm-page-about .wsm2-panel {
  position: relative;
  overflow: hidden;
  min-height: 410px;
  padding: 34px !important;
  color: var(--wsm-white);
  background:
    linear-gradient(145deg, rgba(3, 19, 39, 0.32), rgba(3, 19, 39, 0.94)),
    linear-gradient(135deg, #0b2c52, #0057d8);
  box-shadow: var(--wsm-shadow);
}

.wsm-el-v2.wsm-page-about .wsm2-panel::before {
  position: absolute;
  inset: 28px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background:
    linear-gradient(90deg, transparent 0 18%, rgba(255, 255, 255, 0.13) 18% 18.5%, transparent 18.5% 58%, rgba(255, 255, 255, 0.13) 58% 58.5%, transparent 58.5%),
    linear-gradient(180deg, transparent 0 32%, rgba(255, 255, 255, 0.12) 32% 32.5%, transparent 32.5% 70%, rgba(255, 255, 255, 0.12) 70% 70.5%, transparent 70.5%);
  content: "";
}

.wsm-el-v2.wsm-page-about .wsm2-panel::after {
  position: absolute;
  right: 34px;
  bottom: 34px;
  width: 54%;
  height: 92px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background:
    linear-gradient(90deg, #f6fbff 0 20%, transparent 20% 34%, #f6fbff 34% 62%, transparent 62% 76%, #f6fbff 76%),
    linear-gradient(135deg, rgba(10, 124, 255, 0.74), rgba(3, 19, 39, 0.96));
  content: "";
  opacity: 0.82;
}

.wsm-el-v2.wsm-page-about .wsm2-panel-title,
.wsm-el-v2.wsm-page-about .wsm2-panel .wsm2-copy {
  position: relative;
  z-index: 1;
}

.wsm-el-v2.wsm-page-about .wsm2-panel .elementor-heading-title {
  color: var(--wsm-white);
}

.wsm-el-v2.wsm-page-about .wsm2-panel ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.wsm-el-v2.wsm-page-about .wsm2-panel li {
  min-height: 78px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--wsm-radius);
  background: rgba(255, 255, 255, 0.08);
  color: var(--wsm-white);
  font-weight: 900;
}

.wsm-el-v2.wsm-page-about .wsm2-panel li::before {
  display: block;
  width: 28px;
  height: 2px;
  margin-bottom: 12px;
  background: #8fc7ff;
  content: "";
}

.wsm-el-v2 .wsm2-list {
  display: grid !important;
  gap: 12px;
}

.wsm-el-v2 .wsm2-list .elementor-button {
  justify-content: flex-start;
  width: 100%;
  border: 1px solid var(--wsm-line);
  border-radius: var(--wsm-radius);
  background: var(--wsm-white);
  color: var(--wsm-navy);
  box-shadow: none;
}

.wsm-el-v2 .wsm2-contact-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px;
  align-items: stretch;
}

.wsm-el-v2 .wsm2-form-box,
.wsm-el-v2 .wsm2-info-box {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border: 1px solid var(--wsm-line);
  border-radius: var(--wsm-radius);
  padding: 34px;
  background: var(--wsm-white);
  box-shadow: 0 18px 45px rgba(8, 31, 61, 0.08);
}

.wsm-el-v2 .wsm2-form-box .wsm2-section-title .elementor-heading-title,
.wsm-el-v2 .wsm2-info-box .wsm2-section-title .elementor-heading-title {
  font-size: clamp(30px, 3.4vw, 42px);
}

.wsm-el-v2 .wsm2-info-box .wsm2-section-title .elementor-heading-title {
  line-height: 1.05;
  white-space: nowrap;
}

.wsm-el-v2 .wsm2-contact-form {
  display: grid;
  gap: 16px;
}

.wsm-el-v2 .wsm2-contact-form .form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.wsm-el-v2 .wsm2-contact-form label {
  display: grid;
  gap: 7px;
  color: var(--wsm-muted);
  font-size: 13px;
  font-weight: 800;
}

.wsm-el-v2 .wsm2-contact-form input,
.wsm-el-v2 .wsm2-contact-form select,
.wsm-el-v2 .wsm2-contact-form textarea {
  width: 100%;
  border: 1px solid var(--wsm-line);
  border-radius: var(--wsm-radius);
  padding: 13px 14px;
  background: #fbfdff;
  color: var(--wsm-text);
  font: inherit;
}

.wsm-el-v2 .wsm2-contact-form textarea {
  min-height: 132px;
}

.wsm-el-v2 .wsm2-contact-form button {
  justify-self: start;
  border: 0;
  border-radius: var(--wsm-radius);
  padding: 13px 22px;
  
  color: var(--wsm-white);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.wsm-el-v2 .wsm2-info-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  align-content: start;
}

.wsm-el-v2 .wsm2-info-item .elementor-icon-box-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 11px;
  align-items: start;
  min-height: 126px;
  border: 1px solid #e8eef7;
  border-radius: var(--wsm-radius);
  padding: 16px;
  background: #f8fbff;
}

.wsm-el-v2 .wsm2-info-item .elementor-icon {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: var(--wsm-radius);
  background: linear-gradient(135deg, var(--wsm-blue), var(--wsm-blue-2));
  color: var(--wsm-white);
  font-size: 18px;
}

.wsm-el-v2 .wsm2-info-item .elementor-icon svg,
.wsm-el-v2 .wsm2-info-item .elementor-icon svg path {
  fill: var(--wsm-white) !important;
  color: var(--wsm-white) !important;
}

.wsm-el-v2 .wsm2-info-item .elementor-icon svg [stroke] {
  stroke: var(--wsm-white) !important;
}

.wsm-el-v2 .wsm2-info-item .elementor-icon-box-title {
  margin: 0 0 3px;
  color: var(--wsm-navy);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.wsm-el-v2 .wsm2-info-item .elementor-icon-box-description {
  color: var(--wsm-muted);
  font-size: 13px;
  line-height: 1.45;
  overflow-wrap: normal;
}

.wsm-el-v2 .wsm2-follow {
  margin-top: auto;
  padding-top: 24px;
  border-top: 1px solid var(--wsm-line);
  text-align: center;
}

.wsm-el-v2 .wsm2-socials {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center;
  gap: 10px;
  flex-wrap: nowrap;
}

.wsm-el-v2 .wsm2-socials > .elementor-element {
  width: auto !important;
  max-width: none !important;
  flex: 0 0 auto !important;
}

.wsm-el-v2 .wsm2-socials .elementor-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  min-height: 46px;
  padding: 0;
  border-radius: 50%;
  background: #0f2a48;
  color: var(--wsm-white);
  box-shadow: 0 10px 22px rgba(8, 31, 61, .14);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.wsm-el-v2 .wsm2-socials .elementor-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 26px rgba(8, 31, 61, .18);
}

.wsm-el-v2 .wsm2-socials .wsm2-social-facebook {
  background: #1877f2;
}

.wsm-el-v2 .wsm2-socials .wsm2-social-whatsapp {
  background: #25d366;
}

.wsm-el-v2 .wsm2-socials .elementor-button-content-wrapper,
.wsm-el-v2 .wsm2-socials .elementor-button-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.wsm-el-v2 .wsm2-socials svg {
  display: block;
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.wsm-el-v2 .wsm2-legal-grid {
  display: grid !important;
  grid-template-columns: minmax(220px, 0.35fr) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

@media (max-width: 900px) {
  .wsm-el-v2 .wsm2-hero-grid,
  .wsm-el-v2 .wsm2-card-grid,
  .wsm-el-v2 .wsm2-card-grid.wsm2-grid-4,
  .wsm-el-v2.wsm-page-gallery .wsm2-gallery-grid,
  .wsm-el-v2 .wsm2-two,
  .wsm-el-v2 .wsm2-contact-grid,
  .wsm-el-v2 .wsm2-legal-grid {
    grid-template-columns: 1fr;
  }

  .wsm-el-v2 .wsm2-info-grid,
  .wsm-el-v2 .wsm2-contact-form .form-row {
    grid-template-columns: 1fr;
  }

  .wsm-el-v2 .wsm2-hero,
  .wsm-el-v2 .wsm2-subhero {
    padding-top: 96px;
  }

  .wsm-el-v2.wsm-page-contact .wsm2-subhero {
    min-height: 360px;
    padding: 110px 0 72px;
  }

  .wsm-el-v2.wsm-page-contact .wsm2-subhero::before {
    width: 118%;
    background-position: center center;
    transform: translateX(6%) scale(1.03);
  }

  .wsm-el-v2.wsm-page-impressum .wsm2-subhero {
    min-height: 360px;
    padding: 110px 0 72px;
  }

  .wsm-el-v2.wsm-page-impressum .wsm2-subhero::before {
    width: 118%;
    background-position: 58% center;
    transform: translateX(1%) scale(1.03);
  }

  .wsm-el-v2.wsm-page-impressum .wsm2-section {
    padding: 58px 0 66px;
  }

  .wsm-el-v2.wsm-page-impressum .wsm2-legal-cards {
    grid-template-columns: 1fr;
  }

  .wsm-el-v2.wsm-page-impressum .wsm2-legal-cards .wsm2-panel {
    padding: 26px !important;
  }

  .wsm-el-v2.wsm-page-gallery .wsm2-gallery-cover img {
    height: 230px;
  }

  .wsm-el-v2.wsm-page-about .wsm2-two {
    grid-template-columns: 1fr;
  }

  .wsm-el-v2.wsm-page-about .wsm2-content,
  .wsm-el-v2.wsm-page-about .wsm2-panel {
    min-height: auto;
  }

  .wsm-gallery-dialog {
    grid-template-columns: 44px minmax(0, 1fr) 44px;
    gap: 8px;
  }

  .wsm-gallery-arrow {
    width: 44px;
    height: 44px;
  }

  .wsm-gallery-arrow::before {
    width: 22px;
    height: 22px;
  }

  .wsm-gallery-close {
    top: 78px;
    right: 18px;
  }
}

.wsm-el-page {
  color: var(--wsm-text);
  background: #f4f7fb;
}

.wsm-el-wrap {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.wsm-el-eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  color: #6bb8ff;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.wsm-el-hero,
.wsm-el-subhero {
  color: var(--wsm-white);
  background:
    linear-gradient(90deg, rgba(3, 19, 39, 0.96), rgba(3, 19, 39, 0.74)),
    linear-gradient(135deg, var(--wsm-navy), var(--wsm-navy-2));
}

.wsm-el-hero {
  padding: 128px 0 72px;
}

.wsm-el-subhero {
  padding: 118px 0 58px;
}

.wsm-el-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr);
  gap: 44px;
  align-items: center;
}

.wsm-el-hero h1,
.wsm-el-subhero h1 {
  max-width: 760px;
  margin: 0;
  font-family: Oswald, Inter, sans-serif;
  font-size: clamp(42px, 6vw, 76px);
  line-height: 0.94;
  text-transform: uppercase;
}

.wsm-el-hero p,
.wsm-el-subhero p {
  max-width: 560px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.78);
}

.wsm-el-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.wsm-el-actions a,
.wsm-el-band a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  border-radius: var(--wsm-radius);
  padding: 0 18px;
  color: var(--wsm-white);
  background: var(--wsm-blue);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.wsm-el-actions .is-outline {
  border: 1px solid rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.08);
}

.wsm-el-visual {
  display: grid;
  min-height: 260px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--wsm-radius);
  background: linear-gradient(145deg, rgba(0, 87, 216, 0.35), rgba(255, 255, 255, 0.06));
  text-align: center;
}

.wsm-el-visual strong {
  display: block;
  font-family: Oswald, Inter, sans-serif;
  font-size: 76px;
  line-height: 1;
}

.wsm-el-visual span {
  display: block;
  color: #73b8ff;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.wsm-el-section {
  padding: 70px 0;
}

.wsm-el-heading {
  max-width: 680px;
  margin-bottom: 28px;
}

.wsm-el-heading h2,
.wsm-el-section h2,
.wsm-el-band h2 {
  margin: 0 0 14px;
  color: var(--wsm-navy);
  font-family: Oswald, Inter, sans-serif;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1;
  text-transform: uppercase;
}

.wsm-el-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.wsm-el-cards article,
.wsm-el-panel,
.wsm-el-legal > div,
.wsm-el-legal > aside {
  border: 1px solid var(--wsm-line);
  border-radius: var(--wsm-radius);
  padding: 26px;
  background: var(--wsm-white);
  box-shadow: 0 18px 45px rgba(8, 31, 61, 0.08);
}

.wsm-el-cards h3,
.wsm-el-panel h3,
.wsm-el-legal h3 {
  margin: 0 0 10px;
  color: var(--wsm-navy);
}

.wsm-el-cards p,
.wsm-el-panel p,
.wsm-el-legal p,
.wsm-el-section p {
  color: var(--wsm-muted);
}

.wsm-el-band {
  padding: 52px 0;
  color: var(--wsm-white);
  background: linear-gradient(90deg, var(--wsm-navy), var(--wsm-blue));
}

.wsm-el-band h2 {
  color: var(--wsm-white);
}

.wsm-el-band p {
  color: rgba(255, 255, 255, 0.72);
}

.wsm-el-two,
.wsm-el-legal {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.75fr);
  gap: 28px;
  align-items: start;
}

.wsm-el-list {
  display: grid;
  gap: 12px;
}

.wsm-el-list a,
.wsm-el-legal aside a {
  display: block;
  border: 1px solid var(--wsm-line);
  border-radius: var(--wsm-radius);
  padding: 14px 16px;
  background: var(--wsm-white);
  color: var(--wsm-navy);
  font-weight: 900;
}

.wsm-el-contact-page {
  color: var(--wsm-text);
  background: #f4f7fb;
}

.wsm-el-contact-hero {
  padding: 96px 0 54px;
  color: var(--wsm-white);
  background:
    linear-gradient(90deg, rgba(3, 19, 39, 0.96), rgba(3, 19, 39, 0.78)),
    linear-gradient(135deg, var(--wsm-navy), var(--wsm-navy-2));
}

.wsm-el-contact-hero h1 {
  max-width: 640px;
  margin: 0;
  font-family: Oswald, Inter, sans-serif;
  font-size: clamp(42px, 6vw, 72px);
  line-height: 0.94;
  text-transform: uppercase;
}

.wsm-el-contact-hero p {
  max-width: 520px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.78);
}

.wsm-el-contact-main {
  padding: 64px 0 0;
}

.wsm-el-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr);
  gap: 34px;
  align-items: start;
}

.wsm-el-card {
  border: 1px solid var(--wsm-line);
  border-radius: var(--wsm-radius);
  background: var(--wsm-white);
  box-shadow: 0 18px 45px rgba(8, 31, 61, 0.08);
}

.wsm-el-form-card,
.wsm-el-info-card {
  padding: 34px;
}

.wsm-el-card h2 {
  margin: 0 0 22px;
  color: var(--wsm-navy);
  font-family: Oswald, Inter, sans-serif;
  font-size: 30px;
  line-height: 1.05;
  text-transform: uppercase;
}

.wsm-el-contact-form {
  display: grid;
  gap: 16px;
}

.wsm-el-form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.wsm-el-contact-form label {
  display: grid;
  gap: 7px;
  color: var(--wsm-muted);
  font-size: 13px;
  font-weight: 800;
}

.wsm-el-contact-form input,
.wsm-el-contact-form select,
.wsm-el-contact-form textarea {
  width: 100%;
  border: 1px solid var(--wsm-line);
  border-radius: var(--wsm-radius);
  padding: 13px 14px;
  color: var(--wsm-text);
  background: #fbfdff;
  font: inherit;
}

.wsm-el-contact-form textarea {
  min-height: 130px;
  resize: vertical;
}

.wsm-el-contact-form button {
  justify-self: start;
  border: 0;
  border-radius: var(--wsm-radius);
  padding: 13px 22px;
  color: var(--wsm-white);
  background: var(--wsm-blue);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
}

.wsm-el-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.wsm-el-info-item {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 13px;
  align-items: start;
  min-height: 86px;
  padding: 16px;
  border: 1px solid #e8eef7;
  border-radius: var(--wsm-radius);
  background: #f8fbff;
}

.wsm-el-info-icon {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: var(--wsm-radius);
  color: var(--wsm-white);
  background: var(--wsm-blue);
}

.wsm-el-info-icon svg {
  width: 21px;
  height: 21px;
}

.wsm-el-info-item strong {
  display: block;
  margin-bottom: 3px;
  color: var(--wsm-navy);
  font-size: 13px;
  text-transform: uppercase;
}

.wsm-el-info-item span,
.wsm-el-info-item a {
  color: var(--wsm-muted);
  font-size: 14px;
  line-height: 1.45;
}

.wsm-el-follow {
  margin-top: 26px;
  padding-top: 24px;
  border-top: 1px solid var(--wsm-line);
  text-align: center;
}

.wsm-el-follow h3 {
  margin: 0 0 14px;
  color: var(--wsm-navy);
  font-family: Oswald, Inter, sans-serif;
  font-size: 22px;
  text-transform: uppercase;
}

.wsm-el-socials {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.wsm-el-socials a {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: var(--wsm-radius);
  color: var(--wsm-white);
  background: var(--wsm-blue);
  font-size: 13px;
  font-weight: 900;
}

.wsm-el-contact-strip {
  margin-top: 54px;
  padding: 28px 0;
  color: var(--wsm-white);
  background: linear-gradient(90deg, var(--wsm-navy), var(--wsm-blue));
}

.wsm-el-contact-strip .wsm-el-wrap {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.wsm-el-contact-strip strong {
  display: block;
  font-family: Oswald, Inter, sans-serif;
  font-size: 24px;
  line-height: 1;
}

.wsm-el-contact-strip span {
  color: rgba(255, 255, 255, 0.74);
  font-size: 13px;
}

@media (max-width: 860px) {
  .wsm-el-hero-grid,
  .wsm-el-cards,
  .wsm-el-two,
  .wsm-el-legal,
  .wsm-el-contact-grid,
  .wsm-el-contact-strip .wsm-el-wrap {
    grid-template-columns: 1fr;
  }

  .wsm-el-info-grid,
  .wsm-el-form-row {
    grid-template-columns: 1fr;
  }

  .wsm-el-contact-hero {
    padding-top: 82px;
  }
}

@media (max-width: 980px) {
  .nav-toggle {
    display: inline-block;
  }

  .main-navigation {
    position: absolute;
    top: 118px;
    left: 16px;
    right: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 20px;
    border-radius: var(--wsm-radius);
    background: rgba(2, 9, 19, 0.98);
  }

.main-navigation.is-open {
    display: flex;
    z-index: 30;
  }

  .main-navigation ul {
    display: grid;
    gap: 14px;
  }

  .hero-inner,
  .split,
  .wsm-about-intro-grid,
  .wsm-about-profile-grid,
  .wsm-about-quality-grid,
  .wsm-about-process-wrap,
  .contact-grid,
  .legal-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero-inner {
    padding-top: 125px;
  }

  .hero-visual {
    min-height: 280px;
  }

  .trust-grid,
  .cards-grid,
  .service-detail-grid,
  .projects-grid,
  .why-grid,
  .values-grid,
  .process-grid,
  .wsm-about-stats-grid,
  .wsm-about-capabilities,
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .wsm-about-process-head {
    position: static;
  }

  .wsm-about-visual {
    min-height: 360px;
  }

  .project-strip-inner {
    grid-template-columns: 1fr;
  }

  .project-mini-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-grid {
    gap: 28px;
  }
}

@media (max-width: 620px) {
  .container {
    width: min(100% - 24px, 1180px);
  }

  .hero-inner {
    min-height: auto;
    padding-bottom: 48px;
  }

  .section {
    padding: 52px 0;
  }

  .trust-grid,
  .cards-grid,
  .service-detail-grid,
  .projects-grid,
  .why-grid,
    .values-grid,
    .process-grid,
    .wsm-about-stats-grid,
    .wsm-about-capabilities,
    .stats-grid,
    .project-mini-grid,
    .jobs-grid,
    .form-row {
    grid-template-columns: 1fr;
  }

  .wsm-about-intro-grid {
    gap: 34px;
  }

  .wsm-about-copy .lead {
    font-size: 18px;
  }

  .wsm-about-visual {
    min-height: 320px;
  }

  .wsm-about-visual-card {
    top: 24px;
    left: 24px;
  }

  .wsm-about-mini-one {
    right: 20px;
    top: 118px;
  }

  .wsm-about-mini-two {
    left: 20px;
    bottom: 20px;
  }

  .wsm-about-stat {
    min-height: auto;
    padding: 24px 20px;
  }

  .wsm-about-profile {
    padding-top: 46px;
    padding-bottom: 46px;
  }

  .wsm-about-capability,
  .wsm-about-quality-list div {
    padding: 22px;
  }

  .wsm-el-v2.wsm-page-about .wsm2-subhero::after,
  .wsm-el-v2.wsm-page-about .wsm2-section::before {
    opacity: 0.34;
  }

  .wsm-el-v2.wsm-page-about .wsm2-panel {
    padding: 24px !important;
  }

  .wsm-el-v2.wsm-page-about .wsm2-panel ul {
    grid-template-columns: 1fr;
  }

  .cta-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .stat strong {
    font-size: 32px;
  }
}

/* Contact page Elementor polish */
.page-id-73 .elementor-element-fe639f3 {
  display: none !important;
}

.page-id-73 .page-hero-inner {
  min-height: 260px;
  padding-bottom: 42px;
}

.page-id-73 .page-hero h1 {
  max-width: 820px;
}

.page-id-73 main {
  background: linear-gradient(180deg, #f6f8fb 0%, #ffffff 58%);
}

.page-id-73 .wp-content {
  padding: 0 !important;
}

.page-id-73 .elementor-element-64ddd61 {
  display: block !important;
  width: min(1180px, calc(100% - 32px)) !important;
  margin: 0 auto !important;
  padding: 44px 0 72px !important;
}

.page-id-73 .elementor-element-64ddd61 > .e-con-inner {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 26px !important;
  max-width: none !important;
  padding: 0 !important;
}

.page-id-73 .elementor-element-7a2fb8e {
  grid-column: 1 / -1;
  max-width: 780px;
}

.page-id-73 .elementor-element-c8c925b,
.page-id-73 .elementor-element-7a2fb8e .elementor-element-c8c925b {
  display: none !important;
}

.page-id-73 .elementor-element-4accdea {
  display: block !important;
}

.page-id-73 .elementor-element-4accdea h3,
.page-id-73 .elementor-element-22f331f h3,
.page-id-73 .elementor-element-e342a61 h3,
.page-id-73 .elementor-element-7a76837 h3 {
  color: #06182e !important;
  font-family: Oswald, Impact, Arial Narrow, sans-serif !important;
  font-size: 30px !important;
  line-height: 1.1 !important;
  text-transform: uppercase !important;
}

.page-id-73 .elementor-element-597d10d {
  max-width: 88px;
}

.page-id-73 .elementor-element-597d10d .elementor-divider-separator {
  border-color: var(--wsm-blue) !important;
  border-width: 4px !important;
}

.page-id-73 .elementor-element-9d67d91 {
  color: #5f7188 !important;
  font-size: 17px;
  max-width: 720px;
}

.page-id-73 .elementor-element-9632ea2,
.page-id-73 .elementor-element-920cdd9 {
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(8, 31, 61, .11);
}

.page-id-73 .elementor-element-ad65d08 {
  display: grid !important;
  grid-template-columns: minmax(0, 1.1fr) minmax(330px, .9fr) !important;
  gap: 26px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.page-id-73 .elementor-element-9632ea2 {
  padding: 34px !important;
  border: 1px solid #dce5ef;
  background: #ffffff;
}

.page-id-73 .elementor-element-9632ea2,
.page-id-73 .elementor-element-920cdd9 {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  justify-self: stretch !important;
}

.page-id-73 .elementor-element-920cdd9 {
  padding: 34px !important;
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(0, 87, 216, .24), rgba(0, 87, 216, 0)),
    linear-gradient(135deg, #06182e, #082b52);
}

.page-id-73 .elementor-element-920cdd9 h3,
.page-id-73 .elementor-element-920cdd9 h5,
.page-id-73 .elementor-element-920cdd9 p,
.page-id-73 .elementor-element-920cdd9 a,
.page-id-73 .elementor-element-920cdd9 .elementor-icon-box-title,
.page-id-73 .elementor-element-920cdd9 .elementor-icon-box-description {
  color: #ffffff !important;
}

.page-id-73 .elementor-element-920cdd9 .elementor-icon {
  background: rgba(10, 124, 255, .18) !important;
  color: #73b8ff !important;
}

.page-id-73 .wpforms-field,
.page-id-73 .wpforms-field-container {
  padding-top: 0 !important;
}

.page-id-73 .wpforms-field-label {
  margin-bottom: 7px !important;
  color: #132033 !important;
  font-size: 13px !important;
  font-weight: 800 !important;
}

.page-id-73 .wpforms-field input,
.page-id-73 .wpforms-field textarea,
.page-id-73 .wpforms-field select {
  border: 1px solid #d7e0eb !important;
  border-radius: 6px !important;
  background: #f8fafc !important;
  color: #132033 !important;
  box-shadow: none !important;
}

.page-id-73 .wpforms-field input:focus,
.page-id-73 .wpforms-field textarea:focus {
  border-color: var(--wsm-blue) !important;
  background: #ffffff !important;
}

.page-id-73 .wpforms-submit {
  min-width: 150px !important;
  border-radius: 6px !important;
  background: linear-gradient(135deg, var(--wsm-blue), var(--wsm-blue-2)) !important;
  color: #ffffff !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
}

.page-id-73 .elementor-element-82237dd {
  margin-top: 14px;
  color: #718195 !important;
  font-size: 12px;
  line-height: 1.55;
}

.page-id-73 .elementor-element-85bda4d {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(8, 31, 61, .1);
}

@media (max-width: 980px) {
  .page-id-73 .elementor-element-ad65d08 {
    grid-template-columns: 1fr;
  }

  .page-id-73 .page-hero-inner {
    min-height: 220px;
  }
}

/* Contact page: cleaner layout closer to the supplied mockup */
.page-id-73 .elementor-element-64ddd61 {
  padding-top: 34px !important;
}

.page-id-73 .elementor-element-ad65d08 {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  gap: 0 !important;
  padding: 30px !important;
  border: 1px solid #dce5ef !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  box-shadow: 0 16px 36px rgba(8, 31, 61, .08) !important;
}

.page-id-73 .elementor-element-9632ea2 {
  padding: 0 34px 0 0 !important;
  border: 0 !important;
  border-right: 1px solid #e2e9f2 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.page-id-73 .elementor-element-920cdd9 {
  padding: 0 0 0 34px !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: #132033 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.page-id-73 .elementor-element-920cdd9 h3,
.page-id-73 .elementor-element-920cdd9 h5,
.page-id-73 .elementor-element-920cdd9 p,
.page-id-73 .elementor-element-920cdd9 a,
.page-id-73 .elementor-element-920cdd9 .elementor-icon-box-title,
.page-id-73 .elementor-element-920cdd9 .elementor-icon-box-description {
  color: #132033 !important;
}

.page-id-73 .elementor-element-920cdd9 .elementor-icon {
  background: rgba(0, 87, 216, .08) !important;
  color: var(--wsm-blue) !important;
}

.page-id-73 .elementor-element-920cdd9 .elementor-widget-icon-box {
  width: 100% !important;
  padding: 0 !important;
  border-bottom: 0 !important;
}

.page-id-73 .elementor-element-920cdd9 .elementor-widget-icon-box:last-of-type {
  border-bottom: 0 !important;
}

.page-id-73 .elementor-element-85bda4d {
  margin-top: 34px !important;
}

@media (max-width: 980px) {
  .page-id-73 .elementor-element-ad65d08 {
    grid-template-columns: 1fr !important;
  }

  .page-id-73 .elementor-element-9632ea2 {
    padding: 0 0 28px !important;
    border-right: 0 !important;
    border-bottom: 1px solid #e2e9f2 !important;
  }

  .page-id-73 .elementor-element-920cdd9 {
    padding: 28px 0 0 !important;
  }
}

/* Contact icons: stronger blue treatment */
.page-id-73 .elementor-element-920cdd9 .elementor-icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 46px !important;
  height: 46px !important;
  border: 1px solid rgba(255, 255, 255, .28) !important;
  border-radius: 50% !important;
  background: linear-gradient(135deg, var(--wsm-blue), var(--wsm-blue-2)) !important;
  color: #ffffff !important;
  box-shadow: 0 10px 20px rgba(0, 87, 216, .18) !important;
  opacity: 1 !important;
}

.page-id-73 .elementor-element-920cdd9 .elementor-icon svg {
  display: block !important;
  width: 19px !important;
  height: 19px !important;
  fill: #ffffff !important;
  color: #ffffff !important;
  opacity: 1 !important;
}

.page-id-73 .elementor-element-920cdd9 .elementor-icon svg path {
  fill: #ffffff !important;
}

.page-id-73 .elementor-element-920cdd9 .elementor-icon svg [stroke] {
  stroke: #ffffff !important;
}

.page-id-73 .elementor-element-920cdd9 .elementor-icon-box-wrapper {
  display: grid !important;
  grid-template-columns: 52px minmax(0, 1fr) !important;
  gap: 12px !important;
  align-items: center !important;
}

.page-id-73 .elementor-element-920cdd9 .elementor-icon-box-icon {
  margin: 0 !important;
}

.page-id-73 .elementor-element-920cdd9 .elementor-element-d9c3df5,
.page-id-73 .elementor-element-920cdd9 .elementor-element-c754a1f,
.page-id-73 .elementor-element-920cdd9 .elementor-element-41b8cc8 {
  display: grid !important;
}

.page-id-73 .elementor-element-920cdd9 .elementor-element-d9c3df5 {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  gap: 28px !important;
}

.page-id-73 .elementor-element-920cdd9 .elementor-element-c754a1f,
.page-id-73 .elementor-element-920cdd9 .elementor-element-41b8cc8 {
  align-content: start !important;
  gap: 26px !important;
  width: 100% !important;
}

.page-id-73 .elementor-element-920cdd9 .elementor-icon-box-title {
  margin-bottom: 5px !important;
  font-size: 14px !important;
  line-height: 1.25 !important;
}

.page-id-73 .elementor-element-920cdd9 .elementor-icon-box-description {
  color: #4f6075 !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
  word-break: normal !important;
  overflow-wrap: anywhere !important;
}

.page-id-73 .elementor-element-920cdd9 .elementor-element-e1d4ae1 {
  margin-top: 8px !important;
}

.page-id-73 .elementor-element-7a76837,
.page-id-73 .elementor-element-e1d4ae1 {
  grid-column: 1 / -1 !important;
  justify-self: center !important;
  text-align: center !important;
}

.page-id-73 .elementor-element-7a76837 {
  margin-top: 22px !important;
}

.page-id-73 .elementor-element-e1d4ae1 .elementor-social-icons-wrapper {
  justify-content: center !important;
}

@media (max-width: 1180px) {
  .page-id-73 .elementor-element-920cdd9 .elementor-element-d9c3df5 {
    grid-template-columns: 1fr !important;
  }
}

/* Ueber uns: concise company profile */
.wsm-el-v2.wsm-page-about.wsm-about-redesign {
  color: var(--wsm-text);
  background: #ffffff;
}

.wsm-el-v2.wsm-page-about.wsm-about-redesign .wsm2-subhero {
  position: relative;
  min-height: clamp(340px, 36vw, 480px);
  overflow: hidden;
  isolation: isolate;
  padding: 128px 0 96px;
  background: #031327;
}

.wsm-el-v2.wsm-page-about.wsm-about-redesign .wsm2-subhero::before,
.wsm-el-v2.wsm-page-about.wsm-about-redesign .wsm2-subhero::after {
  position: absolute;
  inset: 0;
  width: auto;
  height: auto;
  border: 0;
  pointer-events: none;
  content: "";
  transform: none;
}

.wsm-el-v2.wsm-page-about.wsm-about-redesign .wsm2-subhero::before {
  z-index: 0;
  background: url("https://wsm-expo.de/wp-content/uploads/2026/06/uberuns-hero-wsm.webp") 54% 50% / cover no-repeat;
}

.wsm-el-v2.wsm-page-about.wsm-about-redesign .wsm2-subhero::after {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(3, 19, 39, .98) 0%, rgba(3, 19, 39, .92) 34%, rgba(3, 19, 39, .66) 58%, rgba(3, 19, 39, .16) 100%),
    linear-gradient(180deg, rgba(3, 19, 39, .04), rgba(3, 19, 39, .58));
  opacity: 1;
}

.wsm-el-v2.wsm-page-about.wsm-about-redesign .wsm2-subhero .wsm2-wrap {
  position: relative;
  z-index: 2;
}

.wsm-el-v2.wsm-page-about.wsm-about-redesign .wsm2-subhero .wsm2-title,
.wsm-el-v2.wsm-page-about.wsm-about-redesign .wsm2-subhero .wsm2-copy {
  max-width: 560px;
  text-shadow: 0 14px 34px rgba(0, 0, 0, .46);
}

.wsm-el-v2.wsm-page-about.wsm-about-redesign .wsm2-subhero .wsm2-copy {
  margin-top: 14px;
}

.wsm-el-v2.wsm-page-about.wsm-about-redesign .wsm2-subhero .wsm2-copy p {
  margin: 0;
  color: rgba(255, 255, 255, .82);
  font-size: clamp(15px, 1.4vw, 18px);
  line-height: 1.65;
}

.wsm-about-redesign .wsm-about-intro-band {
  padding: 68px 0;
  background:
    radial-gradient(circle at 88% 12%, rgba(0, 87, 216, .09), transparent 30%),
    linear-gradient(180deg, #ffffff, #f5f8fc);
}

.wsm-about-redesign .wsm-about-intro-compact {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
  gap: 58px;
  align-items: center;
}

.wsm-about-redesign .wsm-about-intro-copy {
  max-width: 690px;
}

.wsm-about-redesign .wsm-about-kicker {
  display: block;
  margin-bottom: 10px;
  color: var(--wsm-blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.wsm-about-redesign h2 {
  margin: 0 0 18px;
  color: var(--wsm-navy);
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1;
}

.wsm-about-redesign .wsm-about-intro-copy p {
  max-width: 640px;
  margin: 0 0 14px;
  color: #566a82;
  font-size: 16px;
  line-height: 1.7;
}

.wsm-about-redesign .wsm-about-intro-copy .wsm-about-intro-lead {
  max-width: 690px;
  margin-bottom: 16px;
  color: #173b67;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.wsm-about-redesign .wsm-about-facts {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(0, 87, 216, .16);
  border-radius: 8px;
  background: rgba(0, 87, 216, .14);
  box-shadow: 0 20px 48px rgba(8, 31, 61, .1);
}

.wsm-about-redesign .wsm-about-facts div {
  display: grid;
  grid-template-columns: minmax(110px, .55fr) 1fr;
  gap: 18px;
  align-items: center;
  min-height: 76px;
  padding: 18px 22px;
  background: rgba(255, 255, 255, .98);
}

.wsm-about-redesign .wsm-about-facts strong {
  color: var(--wsm-navy);
  font-family: Oswald, Inter, sans-serif;
  font-size: 22px;
  line-height: 1;
  text-transform: uppercase;
}

.wsm-about-redesign .wsm-about-facts span {
  color: #64758a;
  font-size: 14px;
}

.wsm-about-redesign .wsm-about-profile-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 46px;
  border-top: 1px solid rgba(0, 87, 216, .16);
  border-bottom: 1px solid rgba(0, 87, 216, .16);
}

.wsm-about-redesign .wsm-about-profile-points article {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 16px;
  min-width: 0;
  padding: 30px 28px;
}

.wsm-about-redesign .wsm-about-profile-points article + article {
  border-left: 1px solid rgba(0, 87, 216, .16);
}

.wsm-about-redesign .wsm-about-profile-number {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(0, 87, 216, .24);
  border-radius: 4px;
  color: var(--wsm-blue);
  background: rgba(0, 87, 216, .07);
  font-family: Oswald, Inter, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.wsm-about-redesign .wsm-about-profile-points h3 {
  margin: 0 0 8px;
  color: #05254d;
  font-size: 20px;
}

.wsm-about-redesign .wsm-about-profile-points p {
  margin: 0;
  color: #607188;
  font-size: 14px;
  line-height: 1.65;
}

.wsm-about-redesign .wsm-about-cards-section {
  padding: 68px 0 76px;
}

.wsm-about-redesign .wsm-about-values-section {
  background: #ffffff;
}

.wsm-about-redesign .wsm-about-services-section {
  background:
    radial-gradient(circle at 8% 14%, rgba(0, 87, 216, .08), transparent 28%),
    #eef4fb;
}

.wsm-about-redesign .wsm-about-section-head {
  max-width: 680px;
  margin: 0 auto 30px;
  text-align: center;
}

.wsm-about-redesign .wsm-about-section-head h2 {
  margin-bottom: 0;
}

.wsm-about-redesign .wsm-about-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

.wsm-about-redesign .wsm-about-card {
  display: flex;
  min-width: 0;
  min-height: 250px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  border: 1px solid rgba(0, 87, 216, .16);
  border-top: 3px solid var(--wsm-blue);
  border-radius: 8px;
  padding: 30px 26px;
  background:
    linear-gradient(180deg, rgba(0, 87, 216, .055), rgba(255, 255, 255, 0) 45%),
    #ffffff;
  box-shadow: 0 18px 44px rgba(8, 31, 61, .09);
  text-align: center;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.wsm-about-redesign .wsm-about-card:hover {
  border-color: rgba(0, 87, 216, .36);
  box-shadow: 0 25px 56px rgba(0, 45, 112, .15);
  transform: translateY(-3px);
}

.wsm-about-redesign .wsm-about-card .wsm-about-icon {
  display: grid;
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  margin: 0 auto 20px;
  place-items: center;
  border: 1px solid rgba(0, 87, 216, .22);
  border-radius: 8px;
  color: var(--wsm-blue);
  background:
    linear-gradient(135deg, rgba(0, 87, 216, .16), rgba(115, 184, 255, .1)),
    #f7fbff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .82), 0 12px 24px rgba(0, 87, 216, .1);
}

.wsm-about-redesign .wsm-about-card .wsm-about-icon svg {
  width: 29px;
  height: 29px;
}

.wsm-about-redesign .wsm-about-card h3 {
  margin: 0 0 12px;
  color: #05254d;
  font-size: 25px;
}

.wsm-about-redesign .wsm-about-card p {
  max-width: 320px;
  margin: 0;
  color: #607188;
  font-size: 14px;
  line-height: 1.65;
}

.wsm-about-redesign .wsm-about-cta {
  padding: 54px 0;
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(3, 19, 39, .98), rgba(0, 87, 216, .76)),
    #031327;
}

.wsm-about-redesign .wsm-about-cta .wsm2-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.wsm-about-redesign .wsm-about-cta .wsm-about-kicker {
  color: #8fc7ff;
}

.wsm-about-redesign .wsm-about-cta h2 {
  max-width: 720px;
  margin: 0;
  color: #ffffff;
}

@media (max-width: 900px) {
  .wsm-el-v2.wsm-page-about.wsm-about-redesign .wsm2-subhero {
    min-height: 360px;
    padding: 110px 0 72px;
  }

  .wsm-el-v2.wsm-page-about.wsm-about-redesign .wsm2-subhero::before {
    background-position: 58% center;
  }

  .wsm-about-redesign .wsm-about-intro-compact,
  .wsm-about-redesign .wsm-about-card-grid,
  .wsm-about-redesign .wsm-about-profile-points {
    grid-template-columns: 1fr;
  }

  .wsm-about-redesign .wsm-about-intro-compact {
    gap: 34px;
  }

  .wsm-about-redesign .wsm-about-card {
    min-height: auto;
  }

  .wsm-about-redesign .wsm-about-profile-points article + article {
    border-top: 1px solid rgba(0, 87, 216, .16);
    border-left: 0;
  }

  .wsm-about-redesign .wsm-about-cta .wsm2-wrap {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .wsm-about-redesign .wsm-about-intro-band,
  .wsm-about-redesign .wsm-about-cards-section {
    padding: 52px 0;
  }

  .wsm-about-redesign .wsm-about-facts div {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .wsm-about-redesign .wsm-about-card {
    padding: 27px 22px;
  }

  .wsm-about-redesign .wsm-about-profile-points {
    margin-top: 34px;
  }

  .wsm-about-redesign .wsm-about-profile-points article {
    padding: 24px 4px;
  }
}

/* Homepage statement */
.wsm-el-v2.wsm-page-home .wsm-home-quote {
  position: relative;
  overflow: hidden;
  padding: 68px 0 72px;
  color: #ffffff;
  background: #061b35;
}

.wsm-el-v2.wsm-page-home .wsm-home-quote::before,
.wsm-el-v2.wsm-page-home .wsm-home-quote::after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(115, 184, 255, .7), transparent);
  content: "";
}

.wsm-el-v2.wsm-page-home .wsm-home-quote::before {
  top: 0;
}

.wsm-el-v2.wsm-page-home .wsm-home-quote::after {
  bottom: 0;
}

.wsm-el-v2.wsm-page-home .wsm-home-quote-inner {
  display: grid !important;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 38px;
  align-items: start;
  max-width: 1040px;
}

.wsm-el-v2.wsm-page-home .wsm-home-quote-mark {
  color: #48a4ff;
  font-family: Georgia, serif;
  font-size: 128px;
  line-height: .75;
  text-align: center;
}

.wsm-el-v2.wsm-page-home .wsm-home-quote blockquote {
  margin: 0;
  padding: 0;
  border: 0;
}

.wsm-el-v2.wsm-page-home .wsm-home-quote-label {
  margin-bottom: 18px;
  color: #8fc7ff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.wsm-el-v2.wsm-page-home .wsm-home-quote p {
  margin: 0;
  color: rgba(255, 255, 255, .76);
  font-family: Oswald, Inter, sans-serif;
  font-size: clamp(25px, 3.1vw, 40px);
  font-weight: 500;
  line-height: 1.2;
}

.wsm-el-v2.wsm-page-home .wsm-home-quote .wsm-home-quote-focus {
  margin-top: 8px;
  color: #ffffff;
  font-weight: 700;
}

.wsm-el-v2.wsm-page-home .wsm-home-quote footer {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 24px;
  color: #9db0c8;
  font-size: 15px;
  font-style: normal;
}

.wsm-el-v2.wsm-page-home .wsm-home-quote footer::before {
  width: 44px;
  height: 2px;
  flex: 0 0 auto;
  background: #48a4ff;
  content: "";
}

@media (max-width: 700px) {
  .wsm-el-v2.wsm-page-home .wsm-home-quote {
    padding: 52px 0 56px;
  }

  .wsm-el-v2.wsm-page-home .wsm-home-quote-inner {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .wsm-el-v2.wsm-page-home .wsm-home-quote-mark {
    height: 48px;
    font-size: 88px;
    text-align: left;
  }

  .wsm-el-v2.wsm-page-home .wsm-home-quote p {
    font-size: clamp(23px, 7vw, 31px);
  }

  .wsm-el-v2.wsm-page-home .wsm-home-quote footer {
    align-items: flex-start;
    font-size: 14px;
    line-height: 1.55;
  }
}

/* Leistungen redesign */
.wsm-services-redesign {
  color: #112f53;
  background: #f4f8fc;
}

.wsm-services-redesign .wsm2-subhero {
  position: relative;
  min-height: clamp(340px, 36vw, 480px);
  overflow: hidden;
  isolation: isolate;
  padding: 128px 0 96px;
  background: #031327;
}

.wsm-services-redesign .wsm2-subhero::before,
.wsm-services-redesign .wsm2-subhero::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
}

.wsm-services-redesign .wsm2-subhero::before {
  z-index: 0;
  background: url("https://wsm-expo.de/wp-content/uploads/2026/06/leistungen-wsm-hero.webp") center 52% / cover no-repeat;
}

.wsm-services-redesign .wsm2-subhero::after {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(3, 19, 39, .99) 0%, rgba(3, 19, 39, .95) 30%, rgba(3, 19, 39, .72) 53%, rgba(3, 19, 39, .18) 100%),
    linear-gradient(180deg, rgba(3, 19, 39, .05), rgba(3, 19, 39, .58));
}

.wsm-services-redesign .wsm2-subhero .wsm2-wrap {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: center;
  min-height: 220px;
}

.wsm-services-redesign .wsm2-subhero .wsm2-title,
.wsm-services-redesign .wsm2-subhero .wsm2-copy {
  max-width: 580px;
  text-shadow: 0 14px 34px rgba(0, 0, 0, .48);
}

.wsm-services-redesign .wsm2-subhero .wsm2-copy {
  margin-top: 14px;
}

.wsm-services-redesign .wsm2-subhero .wsm2-copy p {
  margin: 0;
  color: rgba(255, 255, 255, .84);
  font-size: clamp(15px, 1.4vw, 18px);
  line-height: 1.65;
}

.wsm-services-redesign .wsm-services-intro {
  padding: 62px 0 46px;
  background: #ffffff;
}

.wsm-services-redesign .wsm-services-intro::before {
  content: none;
}

.wsm-services-redesign .wsm-services-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(320px, .75fr);
  gap: 70px;
  align-items: end;
}

.wsm-services-redesign .wsm-services-kicker {
  display: block;
  margin-bottom: 10px;
  color: var(--wsm-blue);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.wsm-services-redesign .wsm-services-intro h2,
.wsm-services-redesign .wsm-services-cta h2 {
  margin: 0;
  font-family: Oswald, Inter, sans-serif;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.05;
  text-transform: uppercase;
}

.wsm-services-redesign .wsm-services-intro-grid > p {
  margin: 0;
  color: #607188;
  font-size: 16px;
  line-height: 1.75;
}

.wsm-services-redesign .wsm-services-listing {
  padding: 28px 0 82px;
  background:
    radial-gradient(circle at 92% 8%, rgba(0, 87, 216, .08), transparent 26%),
    linear-gradient(180deg, #ffffff, #eef4fa);
}

.wsm-services-redesign .wsm-services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

.wsm-services-redesign .wsm-services-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 390px;
  flex-direction: column;
  overflow: hidden;
  padding: 30px 28px 28px;
  border: 1px solid rgba(0, 87, 216, .16);
  border-top: 3px solid var(--wsm-blue);
  border-radius: var(--wsm-radius);
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 18px 42px rgba(8, 31, 61, .09);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.wsm-services-redesign .wsm-services-card::after {
  position: absolute;
  top: -54px;
  right: -52px;
  width: 132px;
  height: 132px;
  border: 1px solid rgba(0, 87, 216, .1);
  border-radius: 50%;
  content: "";
}

.wsm-services-redesign .wsm-services-card:hover {
  border-color: rgba(0, 87, 216, .36);
  box-shadow: 0 25px 56px rgba(0, 45, 112, .14);
  transform: translateY(-3px);
}

.wsm-services-redesign .wsm-services-icon {
  position: relative;
  z-index: 1;
  display: grid;
  width: 58px;
  height: 58px;
  flex: 0 0 auto;
  place-items: center;
  margin-bottom: 20px;
  border: 1px solid rgba(0, 87, 216, .2);
  border-radius: var(--wsm-radius);
  color: var(--wsm-blue);
  background: linear-gradient(135deg, rgba(0, 87, 216, .13), #f7fbff);
}

.wsm-services-redesign .wsm-services-icon svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.wsm-services-redesign .wsm-services-card h3 {
  position: relative;
  z-index: 1;
  min-height: 58px;
  margin: 0 0 12px;
  color: #05254d;
  font-size: 23px;
  line-height: 1.25;
}

.wsm-services-redesign .wsm-services-description {
  position: relative;
  z-index: 1;
  margin: 0 0 18px;
  color: #607188;
  font-size: 14px;
  line-height: 1.65;
}

.wsm-services-redesign .wsm-services-card ul {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 9px;
  margin: auto 0 0;
  padding: 18px 0 0;
  border-top: 1px solid rgba(0, 87, 216, .12);
  list-style: none;
}

.wsm-services-redesign .wsm-services-card li {
  position: relative;
  padding-left: 22px;
  color: #3f5874;
  font-size: 13px;
  line-height: 1.5;
}

.wsm-services-redesign .wsm-services-card li::before {
  position: absolute;
  top: .45em;
  left: 1px;
  width: 11px;
  height: 6px;
  border-bottom: 2px solid var(--wsm-blue);
  border-left: 2px solid var(--wsm-blue);
  content: "";
  transform: rotate(-45deg);
}

.wsm-services-redesign .wsm-services-cta {
  padding: 56px 0;
  color: #ffffff;
  background: linear-gradient(90deg, #031327, #0057d8);
}

.wsm-services-redesign .wsm-services-cta .wsm2-wrap {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
}

.wsm-services-redesign .wsm-services-cta .wsm-services-kicker {
  color: #8fc7ff;
}

.wsm-services-redesign .wsm-services-cta h2 {
  max-width: 760px;
  color: #ffffff;
}

@media (max-width: 980px) {
  .wsm-services-redesign .wsm-services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .wsm-services-redesign .wsm2-subhero {
    min-height: 360px;
    padding: 110px 0 72px;
  }

  .wsm-services-redesign .wsm2-subhero::before {
    background-position: 58% center;
  }

  .wsm-services-redesign .wsm2-subhero::after {
    background:
      linear-gradient(90deg, rgba(3, 19, 39, .98) 0%, rgba(3, 19, 39, .88) 58%, rgba(3, 19, 39, .5) 100%),
      linear-gradient(180deg, rgba(3, 19, 39, .12), rgba(3, 19, 39, .66));
  }

  .wsm-services-redesign .wsm-services-intro {
    padding: 50px 0 32px;
  }

  .wsm-services-redesign .wsm-services-intro-grid,
  .wsm-services-redesign .wsm-services-grid {
    grid-template-columns: 1fr;
  }

  .wsm-services-redesign .wsm-services-intro-grid {
    gap: 22px;
  }

  .wsm-services-redesign .wsm-services-listing {
    padding-bottom: 58px;
  }

  .wsm-services-redesign .wsm-services-card {
    min-height: auto;
    padding: 27px 23px;
  }

  .wsm-services-redesign .wsm-services-card h3 {
    min-height: auto;
  }

  .wsm-services-redesign .wsm-services-cta .wsm2-wrap {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Shared, restrained hero divider */
.wsm-el-v2.wsm-page-home > .wsm2-hero,
.wsm-el-v2.wsm-page-about > .wsm2-subhero,
.wsm-el-v2.wsm-page-services > .wsm2-subhero,
.wsm-el-v2.wsm-page-gallery > .wsm2-subhero,
.wsm-el-v2.wsm-page-contact > .wsm2-subhero,
.wsm-el-v2.wsm-page-impressum > .wsm2-subhero,
.wsm-el-v2.wsm-page-datenschutz > .wsm2-subhero {
  clip-path: none;
  filter: none;
  box-shadow: inset 0 -2px 0 rgba(72, 164, 255, .38);
}

/* Galerie hero and presentation, project cards remain untouched */
.wsm-el-v2.wsm-page-gallery .wsm2-gallery-hero {
  position: relative;
  min-height: clamp(340px, 36vw, 480px);
  overflow: hidden;
  isolation: isolate;
  padding: 128px 0 96px;
  background: #031327;
}

.wsm-el-v2.wsm-page-gallery .wsm2-gallery-hero::before,
.wsm-el-v2.wsm-page-gallery .wsm2-gallery-hero::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
}

.wsm-el-v2.wsm-page-gallery .wsm2-gallery-hero::before {
  z-index: 0;
  background: url("https://wsm-expo.de/wp-content/uploads/2026/06/galerie-wsm-hero.webp") center 51% / cover no-repeat;
}

.wsm-el-v2.wsm-page-gallery .wsm2-gallery-hero::after {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(3, 19, 39, .99) 0%, rgba(3, 19, 39, .94) 31%, rgba(3, 19, 39, .66) 57%, rgba(3, 19, 39, .16) 100%),
    linear-gradient(180deg, rgba(3, 19, 39, .04), rgba(3, 19, 39, .58));
}

.wsm-el-v2.wsm-page-gallery .wsm2-gallery-hero .wsm2-wrap {
  position: relative;
  z-index: 2;
}

.wsm-el-v2.wsm-page-gallery .wsm2-gallery-hero .wsm2-title,
.wsm-el-v2.wsm-page-gallery .wsm2-gallery-hero .wsm2-copy {
  max-width: 590px;
  text-shadow: 0 14px 34px rgba(0, 0, 0, .5);
}

.wsm-el-v2.wsm-page-gallery .wsm2-gallery-hero .wsm2-copy {
  margin-top: 14px;
}

.wsm-el-v2.wsm-page-gallery .wsm2-gallery-hero .wsm2-copy p {
  margin: 0;
  color: rgba(255, 255, 255, .84);
  font-size: clamp(15px, 1.4vw, 18px);
  line-height: 1.65;
}

.wsm-el-v2.wsm-page-gallery .wsm2-gallery-section {
  position: relative;
  padding-top: 74px;
  background:
    radial-gradient(circle at 92% 8%, rgba(0, 87, 216, .09), transparent 25%),
    linear-gradient(180deg, #ffffff 0%, #f4f8fc 48%, #eef4fb 100%);
}

.wsm-el-v2.wsm-page-gallery .wsm2-gallery-section > .wsm2-wrap > .wsm2-heading {
  position: relative;
  max-width: 790px;
  margin-bottom: 42px;
  padding-left: 24px;
}

.wsm-el-v2.wsm-page-gallery .wsm2-gallery-section > .wsm2-wrap > .wsm2-heading::before {
  position: absolute;
  top: 2px;
  bottom: 3px;
  left: 0;
  width: 3px;
  border-radius: 2px;
  background: linear-gradient(180deg, var(--wsm-blue), #8fc7ff);
  content: "";
}

.wsm-el-v2.wsm-page-gallery .wsm2-gallery-section > .wsm2-wrap > .wsm2-heading .wsm2-copy {
  max-width: 680px;
  color: #607188;
}

@media (max-width: 700px) {
  .wsm-el-v2.wsm-page-gallery .wsm2-gallery-hero {
    min-height: 360px;
    padding: 110px 0 72px;
  }

  .wsm-el-v2.wsm-page-gallery .wsm2-gallery-hero::before {
    background-position: 57% center;
  }

  .wsm-el-v2.wsm-page-gallery .wsm2-gallery-hero::after {
    background:
      linear-gradient(90deg, rgba(3, 19, 39, .98) 0%, rgba(3, 19, 39, .87) 60%, rgba(3, 19, 39, .48) 100%),
      linear-gradient(180deg, rgba(3, 19, 39, .1), rgba(3, 19, 39, .66));
  }

  .wsm-el-v2.wsm-page-gallery .wsm2-gallery-section {
    padding-top: 56px;
  }

  .wsm-el-v2.wsm-page-gallery .wsm2-gallery-section > .wsm2-wrap > .wsm2-heading {
    margin-bottom: 30px;
    padding-left: 18px;
  }
}

/* Datenschutz and cookie consent */
.wsm-el-v2.wsm-page-datenschutz .wsm2-subhero {
  min-height: 320px;
  display: flex;
  align-items: center;
  padding: 126px 0 72px;
  background:
    linear-gradient(90deg, rgba(3, 19, 39, .99), rgba(3, 19, 39, .72)),
    radial-gradient(circle at 82% 24%, rgba(10, 124, 255, .38), transparent 34%),
    linear-gradient(135deg, #031327, #082a52);
}

.wsm-el-v2.wsm-page-datenschutz .wsm2-subhero .wsm2-copy {
  margin-top: 14px;
  color: rgba(255, 255, 255, .82);
  font-size: 17px;
  line-height: 1.7;
}

.wsm-el-v2.wsm-page-datenschutz .wsm-privacy-section {
  padding: 72px 0 84px;
  background:
    radial-gradient(circle at 94% 3%, rgba(0, 87, 216, .08), transparent 23%),
    #f5f8fc;
}

.wsm-privacy-layout {
  display: grid;
  grid-template-columns: minmax(210px, 270px) minmax(0, 1fr);
  gap: 36px;
  align-items: start;
}

.wsm-privacy-index {
  position: sticky;
  top: 108px;
  border: 1px solid rgba(0, 87, 216, .14);
  border-radius: var(--wsm-radius);
  padding: 24px;
  background: #ffffff;
  box-shadow: 0 16px 38px rgba(8, 31, 61, .08);
}

.wsm-privacy-index-title {
  display: block;
  margin-bottom: 14px;
  color: #05254d;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.wsm-privacy-index nav {
  display: grid;
  gap: 3px;
}

.wsm-privacy-index nav a {
  position: relative;
  padding: 8px 0 8px 16px;
  color: #52657d;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  transition: color 160ms ease, transform 160ms ease;
}

.wsm-privacy-index nav a::before {
  position: absolute;
  top: 15px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #8fc7ff;
  content: "";
}

.wsm-privacy-index nav a:hover {
  color: var(--wsm-blue);
  transform: translateX(3px);
}

.wsm-privacy-settings {
  width: 100%;
  min-height: 42px;
  margin-top: 20px;
  border: 1px solid var(--wsm-blue);
  border-radius: var(--wsm-radius);
  padding: 9px 12px;
  color: #ffffff;
  background: var(--wsm-blue);
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  transition: background 160ms ease, border-color 160ms ease;
}

.wsm-privacy-settings:hover {
  border-color: #0a7cff;
  background: #0a7cff;
}

.wsm-privacy-content {
  min-width: 0;
}

.wsm-privacy-intro,
.wsm-privacy-block {
  border: 1px solid rgba(0, 87, 216, .13);
  border-radius: var(--wsm-radius);
  background: #ffffff;
  box-shadow: 0 16px 42px rgba(8, 31, 61, .07);
}

.wsm-privacy-intro {
  margin-bottom: 18px;
  padding: 26px 30px;
  border-left: 3px solid var(--wsm-blue);
}

.wsm-privacy-intro span {
  display: block;
  margin-bottom: 8px;
  color: var(--wsm-blue);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.wsm-privacy-intro p,
.wsm-privacy-block p,
.wsm-privacy-block li {
  color: #52657d;
  font-size: 15px;
  line-height: 1.72;
}

.wsm-privacy-intro p:last-child,
.wsm-privacy-block p:last-child {
  margin-bottom: 0;
}

.wsm-privacy-block {
  position: relative;
  margin-top: 18px;
  padding: 32px 34px;
  scroll-margin-top: 116px;
}

.wsm-privacy-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 30px;
  margin-bottom: 14px;
  border-radius: var(--wsm-radius);
  color: var(--wsm-blue);
  background: rgba(0, 87, 216, .09);
  font-size: 12px;
  font-weight: 900;
}

.wsm-privacy-block h2 {
  margin: 0 0 18px;
  color: #05254d;
  font-family: Oswald, Inter, sans-serif;
  font-size: clamp(25px, 3vw, 34px);
  line-height: 1.12;
  text-transform: uppercase;
}

.wsm-privacy-block h3 {
  margin: 24px 0 8px;
  color: #05254d;
  font-size: 15px;
  font-weight: 900;
}

.wsm-privacy-block ul {
  margin: 0 0 18px;
  padding-left: 21px;
}

.wsm-privacy-block li + li {
  margin-top: 7px;
}

.wsm-privacy-block strong {
  color: #132033;
  font-weight: 900;
}

.wsm-privacy-block a,
.wsm-privacy-inline-link {
  color: var(--wsm-blue);
  font-weight: 800;
  overflow-wrap: anywhere;
}

.wsm-privacy-inline-link {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  border-bottom: 1px solid rgba(0, 87, 216, .3);
}

.cmplz-cookiebanner {
  border: 1px solid rgba(143, 199, 255, .34) !important;
  border-radius: var(--wsm-radius) !important;
  color: rgba(255, 255, 255, .82) !important;
  background: #031327 !important;
  box-shadow: 0 24px 64px rgba(0, 0, 0, .32) !important;
  font-family: Inter, Arial, sans-serif !important;
}

.cmplz-cookiebanner .cmplz-title,
.cmplz-cookiebanner .cmplz-category-title {
  color: #ffffff !important;
  font-weight: 900 !important;
}

.cmplz-cookiebanner .cmplz-message,
.cmplz-cookiebanner .cmplz-description,
.cmplz-cookiebanner .cmplz-always-active {
  color: rgba(255, 255, 255, .72) !important;
}

.cmplz-cookiebanner a {
  color: #8fc7ff !important;
}

.cmplz-cookiebanner .cmplz-btn {
  border-radius: var(--wsm-radius) !important;
  font-weight: 900 !important;
}

.cmplz-cookiebanner .cmplz-accept {
  border-color: #0a7cff !important;
  color: #ffffff !important;
  background: #0057d8 !important;
}

.cmplz-cookiebanner .cmplz-deny,
.cmplz-cookiebanner .cmplz-view-preferences,
.cmplz-cookiebanner .cmplz-save-preferences {
  border-color: rgba(255, 255, 255, .34) !important;
  color: #ffffff !important;
  background: rgba(255, 255, 255, .07) !important;
}

.cmplz-cookiebanner .cmplz-category {
  border-color: rgba(255, 255, 255, .14) !important;
  background: rgba(255, 255, 255, .04) !important;
}

/* Consent can still be changed from the legal links in the footer. */
#cmplz-manage-consent .cmplz-manage-consent {
  display: none !important;
}

.cmplz-document {
  max-width: 960px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  border: 1px solid rgba(0, 87, 216, .13);
  border-radius: var(--wsm-radius);
  padding: clamp(24px, 4vw, 46px);
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(8, 31, 61, .08);
}

.cmplz-document h2 {
  margin-top: 32px !important;
  color: #05254d !important;
  font-family: Oswald, Inter, sans-serif !important;
  font-size: clamp(24px, 3vw, 32px) !important;
  text-transform: uppercase;
}

.cmplz-document p,
.cmplz-document td,
.cmplz-document th {
  color: #52657d;
  font-size: 15px;
  line-height: 1.68;
}

.cmplz-document a {
  color: var(--wsm-blue);
  font-weight: 800;
}

.wsm-cookie-table-wrap {
  max-width: 100%;
  overflow-x: auto;
  margin: 22px 0;
}

.wsm-cookie-table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
}

.wsm-cookie-table th,
.wsm-cookie-table td {
  border: 1px solid #dbe3ed;
  padding: 12px 14px;
  text-align: left;
  vertical-align: top;
}

.wsm-cookie-table th {
  color: #05254d;
  background: #edf5ff;
  font-weight: 900;
}

.wsm-contact-status {
  margin: 0 0 18px;
  border: 1px solid rgba(0, 87, 216, .2);
  border-radius: 8px;
  padding: 14px 16px;
  color: #05254d;
  background: #edf5ff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.45;
}

.wsm-contact-status.is-success {
  border-color: rgba(21, 128, 61, .25);
  color: #14532d;
  background: #ecfdf3;
}

.wsm-contact-status.is-error {
  border-color: rgba(185, 28, 28, .25);
  color: #7f1d1d;
  background: #fef2f2;
}

.wsm-contact-hp {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

@media (max-width: 860px) {
  .wsm-privacy-layout {
    grid-template-columns: 1fr;
  }

  .wsm-privacy-index {
    position: static;
  }

  .wsm-privacy-index nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 18px;
  }
}

@media (max-width: 600px) {
  .wsm-el-v2.wsm-page-datenschutz .wsm2-subhero {
    min-height: 300px;
    padding: 108px 0 62px;
  }

  .wsm-el-v2.wsm-page-datenschutz .wsm-privacy-section {
    padding: 48px 0 58px;
  }

  .wsm-privacy-index {
    padding: 20px;
  }

  .wsm-privacy-index nav {
    grid-template-columns: 1fr;
  }

  .wsm-privacy-intro,
  .wsm-privacy-block {
    padding: 24px 22px;
  }
}
