:root {
  --lx-blue-950: #052d49;
  --lx-blue-900: #073a5d;
  --lx-blue-800: #0b527d;
  --lx-blue-700: #0d72ad;
  --lx-blue-600: #118acb;
  --lx-blue-100: #eaf6fc;
  --lx-blue-50: #f4faff;
  --lx-ink: #082f4c;
  --lx-copy: #49677a;
  --lx-line: #d5e5ee;
  --lx-yellow: #ffd323;
  --lx-white: #fff;
  --lx-shadow: 0 18px 48px rgba(8, 47, 76, 0.12);
  --lx-shadow-soft: 0 10px 30px rgba(8, 47, 76, 0.08);
  --lx-radius: 20px;
  --lx-container: 1320px;
  --lx-narrow: 1080px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--lx-copy);
  background: var(--lx-white);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.lx-menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: var(--lx-blue-700); text-decoration: none; }
a:hover { color: var(--lx-blue-900); }
button, input, textarea, select { font: inherit; }
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 0.65em;
  color: var(--lx-ink);
  font-weight: 750;
  line-height: 1.12;
  letter-spacing: -0.035em;
}
h1 { font-size: clamp(2.55rem, 4.8vw, 4.7rem); }
h2 { font-size: clamp(2rem, 3.2vw, 3.2rem); }
h3 { font-size: clamp(1.25rem, 1.8vw, 1.65rem); }
p { margin: 0 0 1.15em; }
ul { margin-top: 0; }
::selection { color: var(--lx-white); background: var(--lx-blue-700); }

.screen-reader-text, .lx-skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.lx-skip-link:focus { z-index: 9999; top: 10px; left: 10px; width: auto; height: auto; padding: 12px 18px; clip: auto; color: white; background: var(--lx-blue-900); }
.lx-container { width: min(var(--lx-container), calc(100% - 48px)); margin-inline: auto; }
.lx-container--narrow { width: min(var(--lx-narrow), calc(100% - 48px)); }
.lx-container--reading { width: min(760px, calc(100% - 48px)); }
.lx-front-content > *, .lx-front-content > .wp-block-html { margin-block: 0; }
.lx-site-main { overflow: clip; }
.lx-section, .lx-data-section { padding: 100px 0; }
.lx-kicker {
  margin-bottom: 12px;
  color: var(--lx-blue-700);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.lx-rainbow-text {
  color: transparent;
  background: linear-gradient(90deg, #1289cc 0%, #00a874 35%, #c5d000 60%, #ffb30f 78%, #e84545 100%);
  background-clip: text;
  -webkit-background-clip: text;
}
.lx-section-heading { max-width: 820px; margin: 0 auto 44px; text-align: center; }
.lx-section-heading p { max-width: 740px; margin-inline: auto; font-size: 1.12rem; }
.lx-section-heading h2 { text-wrap: balance; }
.lx-section-heading.lx-align-left { max-width: none; margin-left: 0; text-align: left; }
.lx-section-heading.lx-align-left p { margin-left: 0; }
.lx-section-lead { color: var(--lx-ink); font-size: clamp(1.35rem, 2vw, 1.8rem) !important; }
.lx-actions { display: flex; justify-content: center; gap: 14px; margin-top: 36px; }
.lx-actions--left { justify-content: flex-start; }
.lx-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  border: 1px solid var(--lx-blue-700);
  border-radius: 7px;
  color: white;
  background: var(--lx-blue-700);
  box-shadow: 0 8px 20px rgba(17, 138, 203, 0.2);
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0.06em;
  text-align: center;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease;
}
.lx-button:hover { color: white; background: var(--lx-blue-800); box-shadow: 0 12px 26px rgba(17, 138, 203, 0.28); transform: translateY(-2px); }
.lx-button--yellow { border-color: var(--lx-yellow); color: var(--lx-ink); background: var(--lx-yellow); box-shadow: 0 8px 22px rgba(255, 211, 35, 0.22); }
.lx-button--yellow:hover { color: var(--lx-ink); background: #ffe05c; }
.lx-button--light { border-color: rgba(255,255,255,0.78); color: var(--lx-ink); background: white; box-shadow: 0 8px 22px rgba(4, 40, 65, 0.12); }
.lx-button--light:hover { border-color: white; color: var(--lx-blue-900); background: #f8fcff; }
.lx-button--outline { color: var(--lx-blue-800); background: transparent; box-shadow: none; }
.lx-button--outline:hover { color: white; background: var(--lx-blue-800); }
.lx-button--small { min-height: 42px; padding: 10px 17px; font-size: 0.69rem; }
.lx-text-link { font-weight: 750; }
.lx-topic-pill { display: inline-flex; padding: 5px 9px; margin: 3px; border-radius: 999px; color: var(--lx-blue-800); background: var(--lx-blue-100); font-size: 0.8rem; font-weight: 700; }

/* Header */
.lx-site-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  border-bottom: 1px solid rgba(8,47,76,0.08);
  background: #fff;
  box-shadow: 0 1px 0 rgba(8,47,76,0.025);
  transition: box-shadow 220ms ease, border-color 220ms ease;
}
.lx-site-header.is-scrolled { border-color: rgba(8,47,76,0.12); box-shadow: 0 8px 24px rgba(8,47,76,0.08); }
.lx-site-header__inner { display: grid; grid-template-columns: 138px minmax(0, 1fr) auto; min-height: 82px; align-items: center; gap: 24px; animation: lx-header-enter 520ms cubic-bezier(.22,.8,.3,1) both; transition: min-height 220ms ease; }
.lx-brand { display: flex; align-items: center; width: 132px; }
.lx-brand img { width: 132px; max-height: 64px; object-fit: contain; transform-origin: left center; transition: width 220ms ease, transform 220ms ease; }
.lx-primary-nav { justify-self: center; }
.lx-nav-list { display: flex; align-items: center; gap: clamp(13px, 1.35vw, 24px); padding: 0; margin: 0; list-style: none; }
.lx-nav-list a { position: relative; display: block; padding: 27px 0 25px; color: var(--lx-ink); font-size: 0.71rem; font-weight: 760; letter-spacing: 0.02em; text-transform: uppercase; white-space: nowrap; transition: color 180ms ease, padding 220ms ease; }
.lx-nav-list > li > a::after { position: absolute; right: 50%; bottom: 18px; left: 50%; height: 2px; border-radius: 2px; background: linear-gradient(90deg, #1289cc, #00a874, #ffd323, #e84545); content: ''; transition: right 180ms ease, left 180ms ease, bottom 220ms ease; }
.lx-nav-list > li > a:hover::after, .lx-nav-list > .current-menu-item > a::after { right: 0; left: 0; }
.lx-nav-list a:hover, .lx-nav-list .current-menu-item > a { color: var(--lx-blue-600); }
.lx-nav-list .menu-item-has-children { position: relative; }
.lx-nav-list .sub-menu { position: absolute; top: calc(100% - 3px); left: -18px; display: none; min-width: 240px; padding: 10px; margin: 0; border: 1px solid var(--lx-line); border-radius: 10px; list-style: none; background: white; box-shadow: var(--lx-shadow-soft); }
.lx-nav-list .sub-menu a { padding: 10px 12px; border-radius: 6px; font-size: 0.69rem; }
.lx-nav-list .menu-item-has-children:hover > .sub-menu, .lx-nav-list .menu-item-has-children:focus-within > .sub-menu { display: block; }
.lx-header-tools { display: flex; align-items: center; gap: 12px; }
.lx-header-search { display: flex; height: 38px; align-items: center; overflow: hidden; border: 1px solid var(--lx-line); border-radius: 999px; background: #f7fbfd; transition: border-color 180ms ease, box-shadow 180ms ease; }
.lx-header-search:focus-within { border-color: rgba(17,138,203,0.5); box-shadow: 0 0 0 3px rgba(17,138,203,0.1); }
.lx-header-search input { width: 82px; min-width: 0; padding: 7px 2px 7px 13px; border: 0; outline: 0; color: var(--lx-ink); background: transparent; font-size: 0.72rem; }
.lx-header-search input::placeholder { color: #718998; }
.lx-header-search button { display: grid; width: 36px; height: 36px; padding: 0; place-items: center; border: 0; color: var(--lx-blue-800); background: transparent; cursor: pointer; }
.lx-header-search svg { width: 18px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-width: 1.8; }
.lx-language-switcher { display: flex; align-items: center; padding: 3px; border: 1px solid var(--lx-line); border-radius: 999px; background: white; }
.lx-language-switcher > * { display: flex; height: 28px; align-items: center; gap: 5px; padding: 0 8px; border-radius: 999px; color: var(--lx-copy); font-size: 0.65rem; font-weight: 800; line-height: 1; }
.lx-language-switcher .is-active { color: white; background: var(--lx-blue-800); }
.lx-language-switcher .is-disabled { opacity: 0.52; cursor: not-allowed; }
.lx-flag { display: inline-block; width: 17px; height: 11px; border: 1px solid rgba(8,47,76,0.16); border-radius: 2px; box-shadow: 0 1px 2px rgba(8,47,76,0.08); }
.lx-flag--at { background: linear-gradient(#ed2939 0 33%, #fff 33% 66%, #ed2939 66%); }
.lx-flag--gb { background: linear-gradient(33deg, transparent 42%, #fff 42% 48%, #c8102e 48% 52%, #fff 52% 58%, transparent 58%), linear-gradient(-33deg, transparent 42%, #fff 42% 48%, #c8102e 48% 52%, #fff 52% 58%, transparent 58%), linear-gradient(90deg, transparent 39%, #fff 39% 44%, #c8102e 44% 56%, #fff 56% 61%, transparent 61%), linear-gradient(transparent 34%, #fff 34% 42%, #c8102e 42% 58%, #fff 58% 66%, transparent 66%), #21468b; }
.lx-menu-toggle { display: none; width: 42px; height: 42px; align-content: center; justify-items: center; gap: 5px; padding: 0; border: 0; background: transparent; }
.lx-menu-toggle > span:not(.screen-reader-text) { display: block; width: 24px; height: 2px; border-radius: 2px; background: var(--lx-ink); transition: opacity 180ms ease, transform 220ms ease; }
.lx-menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.lx-menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
.lx-menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@keyframes lx-header-enter {
  from { opacity: 0; transform: translateY(-9px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (min-width: 921px) {
  .lx-site-header.is-scrolled .lx-site-header__inner { min-height: 68px; }
  .lx-site-header.is-scrolled .lx-brand img { width: 110px; transform: translateX(2px); }
  .lx-site-header.is-scrolled .lx-nav-list > li > a { padding-top: 22px; padding-bottom: 20px; }
  .lx-site-header.is-scrolled .lx-nav-list > li > a::after { bottom: 14px; }
}

/* Hero */
.lx-hero {
  position: relative;
  z-index: 0;
  overflow: hidden;
  isolation: isolate;
  min-height: 610px;
  border-bottom: 5px solid transparent;
  border-image: linear-gradient(90deg, #1588c9, #06a373, #cee211, #ffd323, #e63b3d) 1;
  background-image: linear-gradient(90deg, rgba(5,45,73,0.34) 0%, rgba(5,45,73,0.14) 38%, rgba(5,45,73,0) 64%), url('../images/hero-bg.jpg');
  background-position: center;
  background-size: cover;
  animation: lx-hero-pan 18s ease-in-out infinite alternate;
}
.lx-hero::before { position: absolute; z-index: -1; top: -35%; left: -12%; width: 60%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(152,211,239,0.2), rgba(152,211,239,0) 68%); content: ''; animation: lx-hero-glow 14s ease-in-out infinite alternate; pointer-events: none; }
.lx-hero__inner { position: relative; z-index: 1; display: flex; min-height: 610px; align-items: center; }
.lx-hero__copy { width: min(760px, 62%); padding: 48px 0 58px; color: white; }
.lx-hero__copy .lx-kicker { color: rgba(255,255,255,0.78); }
.lx-hero__copy h1 { max-width: 760px; color: white; font-size: clamp(2.85rem, 3.65vw, 3.75rem); text-wrap: balance; text-shadow: 0 2px 18px rgba(4,40,65,0.12); }
.lx-hero__copy > p:not(.lx-kicker) { max-width: 570px; color: rgba(255,255,255,0.94); font-size: clamp(1rem, 1.45vw, 1.22rem); font-weight: 550; }
.lx-hero__actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 26px; }

@keyframes lx-hero-pan {
  from { background-position: 49.5% center; }
  to { background-position: 51.5% center; }
}
@keyframes lx-hero-glow {
  from { opacity: 0.45; transform: translate3d(-3%, -2%, 0) scale(0.96); }
  to { opacity: 0.9; transform: translate3d(9%, 7%, 0) scale(1.08); }
}

/* Intro and videos */
.lx-intro-section { padding-top: 76px; background: linear-gradient(180deg, #fff 0%, #f8fcff 100%); }
.lx-video-frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  padding: 4px;
  border-radius: 12px;
  background: conic-gradient(from 45deg, #ffd323, #e83f42, #198aca, #0aac78, #ffd323);
  box-shadow: var(--lx-shadow);
}
.lx-video-frame::after { position: absolute; inset: 4px; z-index: 0; border-radius: 8px; background: #071f2f; content: ''; }
.lx-video-frame iframe { position: relative; z-index: 1; display: block; width: 100%; height: 100%; border: 0; border-radius: 8px; background: #071f2f; }
.lx-video-launch { position: relative; z-index: 1; display: block; overflow: hidden; width: 100%; height: 100%; padding: 0; border: 0; border-radius: 8px; color: white; background: #071f2f; cursor: pointer; }
.lx-video-launch > img { width: 100%; height: 100%; object-fit: cover; transition: filter 260ms ease, transform 500ms ease; }
.lx-video-launch::after { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(2,25,41,0.04), rgba(2,25,41,0.34)); content: ''; transition: background 260ms ease; }
.lx-video-play { position: absolute; z-index: 2; top: 50%; left: 50%; width: clamp(64px, 8vw, 92px); transform: translate(-50%, -50%); transition: transform 220ms ease; }
.lx-video-play svg { display: block; width: 100%; filter: drop-shadow(0 10px 24px rgba(3,24,38,0.3)); }
.lx-video-play circle { fill: rgba(7,58,93,0.84); stroke: rgba(255,255,255,0.9); stroke-width: 2; }
.lx-video-play path { fill: white; }
.lx-video-label { position: absolute; z-index: 2; right: 18px; bottom: 15px; padding: 7px 11px; border: 1px solid rgba(255,255,255,0.42); border-radius: 999px; color: white; background: rgba(4,39,62,0.62); font-size: 0.67rem; font-weight: 800; letter-spacing: 0.05em; text-transform: uppercase; backdrop-filter: blur(5px); }
.lx-video-launch:hover > img { filter: saturate(1.08) brightness(1.04); transform: scale(1.025); }
.lx-video-launch:hover::after { background: linear-gradient(180deg, rgba(2,25,41,0), rgba(2,25,41,0.2)); }
.lx-video-launch:hover .lx-video-play { transform: translate(-50%, -50%) scale(1.08); }
.lx-video-frame--large, .lx-video-frame--content { width: min(100%, 1050px); margin-inline: auto; }
.lx-video-frame--wide { width: 100%; max-width: none; }
.lx-video-frame--compact { width: 100%; margin: 0; border-radius: 13px; box-shadow: 0 14px 35px rgba(8,47,76,0.12); }

/* Three stories */
.lx-leadership-section { padding-top: 28px; background: var(--lx-blue-100); }
.lx-story-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: stretch; }
.lx-story-column { display: flex; min-width: 0; flex-direction: column; gap: 18px; }
.lx-story-card { display: flex; min-width: 0; flex-direction: column; overflow: hidden; border: 1px solid rgba(8,47,76,0.08); border-radius: var(--lx-radius); background: white; box-shadow: var(--lx-shadow-soft); }
.lx-story-column .lx-story-card { flex: 1; }
.lx-story-card > img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; background: #dff1fa; }
.lx-story-card__body { display: flex; flex: 1; flex-direction: column; align-items: flex-start; padding: 28px; }
.lx-story-card h2 { font-size: clamp(1.45rem, 2vw, 1.9rem); }
.lx-story-card p { font-size: 0.96rem; }
.lx-story-card .lx-button { width: 100%; margin-top: auto; }

/* LeadingX model */
.lx-model-section { background: #fff; }
.lx-model-intro { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(390px, 0.75fr); align-items: center; gap: 70px; }
.lx-model-copy h2 { max-width: 850px; }
.lx-model-copy p { max-width: 780px; }
.lx-model { position: relative; width: 430px; max-width: 100%; aspect-ratio: 1 / 0.94; margin: 0 auto; }
.lx-model__circle, .lx-orbit-node, .lx-orbit-petal { --lx-orbit-angle: 145deg; --lx-orbit-from: #2e4698; --lx-orbit-mid: #1b75b9; --lx-orbit-to: #00a99b; overflow: hidden; background: radial-gradient(ellipse 86% 55% at 50% 4%, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.5) 30%, rgba(255,255,255,0.11) 58%, transparent 71%), linear-gradient(var(--lx-orbit-angle), var(--lx-orbit-from) 0%, var(--lx-orbit-mid) 52%, var(--lx-orbit-to) 100%); box-shadow: inset 0 2px 1px rgba(255,255,255,0.88), inset 0 24px 32px rgba(255,255,255,0.21), inset 0 -18px 25px rgba(4,35,58,0.1), 0 13px 26px color-mix(in srgb, var(--lx-accent, #1b75b9), transparent 80%); }
.lx-model__circle { position: absolute; display: grid; width: 48%; aspect-ratio: 1; place-items: center; border: 2px solid rgba(255,255,255,0.96); border-radius: 50%; color: white; font-size: 0.91rem; font-weight: 760; line-height: 1.35; text-align: center; animation: lx-model-float 7s ease-in-out infinite; transition: z-index 180ms ease, filter 220ms ease, transform 260ms ease; }
.lx-model__circle--red { --lx-accent: #b04342; --lx-orbit-angle: 215deg; --lx-orbit-from: #e54b22; --lx-orbit-mid: #b04342; --lx-orbit-to: #433283; top: 0; left: 9%; }
.lx-model__circle--yellow { --lx-accent: #edad32; --lx-orbit-from: #cd3023; --lx-orbit-mid: #edad32; --lx-orbit-to: #fae239; top: 2%; right: 3%; color: #17232a; animation-delay: -1.4s; }
.lx-model__circle--blue { bottom: 1%; left: 6%; animation-delay: -2.8s; }
.lx-model__circle--green { --lx-accent: #009844; --lx-orbit-angle: 215deg; --lx-orbit-from: #86c03a; --lx-orbit-mid: #009844; --lx-orbit-to: #00a99b; right: 3%; bottom: 0; animation-delay: -4.2s; }
.lx-model__center { position: absolute; z-index: 3; top: 31%; left: 32%; display: grid; width: 38%; aspect-ratio: 1; place-content: center; border: 7px solid rgba(255,255,255,0.96); border-radius: 50%; color: #111; background: rgba(255,255,255,0.98); box-shadow: 0 10px 24px rgba(8,47,76,0.12); line-height: 1.12; text-align: center; transition: box-shadow 220ms ease, transform 260ms ease; }
.lx-model__circle:hover, .lx-model__circle:focus-visible { z-index: 4; color: white; filter: saturate(1.15) brightness(1.04); transform: translateY(-8px) scale(1.055); }
.lx-model__circle--yellow:hover, .lx-model__circle--yellow:focus-visible { color: #17232a; }
.lx-model__center:hover, .lx-model__center:focus-visible { color: #111; box-shadow: 0 20px 38px rgba(8,47,76,0.2); transform: scale(1.055); }
.lx-model:has(a:hover) a:not(:hover) { filter: saturate(0.8); }
@keyframes lx-model-float { 0%, 100% { translate: 0 0; } 50% { translate: 0 -7px; } }
.lx-model__center strong { display: block; font-size: 0.94rem; }
.lx-model__center small { display: block; margin-top: 10px; font-size: 0.65rem; }
.lx-dimension-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 62px; }
.lx-dimension-card { --card-color: #148dcc; display: flex; min-height: 350px; flex-direction: column; align-items: center; padding: 30px 22px 24px; border: 1px solid var(--lx-line); border-top: 4px solid var(--card-color); border-radius: 15px; background: white; box-shadow: var(--lx-shadow-soft); text-align: center; }
.lx-dimension-card--blue { --card-color: #148dcc; }
.lx-dimension-card--green { --card-color: #0aa473; }
.lx-dimension-card--red { --card-color: #d74648; }
.lx-dimension-card--yellow { --card-color: #ecad12; }
.lx-x-icon { display: block; overflow: hidden; width: 82px; aspect-ratio: 1; margin-bottom: 20px; border-radius: 50%; color: transparent; background: url('../images/leadingx-x-clean.png') center / 66% auto no-repeat, radial-gradient(circle, rgba(255,255,255,0.98) 0 62%, transparent 63%), conic-gradient(from -42deg, #e94232, #ffaf0c 28%, #e3dd08 43%, #17a65d 63%, #087ca9 80%, #2543b3 100%); box-shadow: 0 8px 22px color-mix(in srgb, var(--card-color), transparent 78%); font-size: 0; }
.lx-dimension-card h3 { font-size: 1.08rem; text-transform: uppercase; }
.lx-dimension-card p { font-size: 0.9rem; }
.lx-dimension-card a { margin-top: auto; padding: 9px 15px; border: 1px solid var(--lx-blue-800); border-radius: 5px; color: var(--lx-blue-900); font-size: 0.69rem; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; }

/* Benefits */
.lx-benefits-section { background: linear-gradient(135deg, #eaf7fd 0%, #f8fcff 48%, #eef8fc 100%); }
.lx-benefit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; margin-bottom: 50px; }
.lx-benefit-grid > div { padding: 34px; border: 1px solid rgba(12,114,173,0.11); border-radius: 14px; background: rgba(255,255,255,0.54); }
.lx-benefit-grid h2 { font-size: clamp(1.55rem, 2.4vw, 2.25rem); }

/* Logo slider */
.lx-logo-strip { position: relative; overflow: hidden; padding: 31px 0; border-block: 1px solid #d8e8f0; background: #edf7fc; }
.lx-logo-viewport { overflow: hidden; width: min(100%, 1700px); margin-inline: auto; mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent); }
.lx-logo-track { display: flex; width: max-content; align-items: center; animation: lx-logo-marquee 72s linear infinite; will-change: transform; }
.lx-logo-strip:hover .lx-logo-track, .lx-logo-strip:focus-within .lx-logo-track { animation-play-state: paused; }
.lx-logo-group { display: flex; flex: none; align-items: center; gap: 68px; padding-right: 68px; }
.lx-client-logo { display: grid; flex: 0 0 150px; height: 62px; place-items: center; }
.lx-client-logo img { width: auto; max-width: 148px; max-height: 58px; object-fit: contain; filter: none; mix-blend-mode: multiply; }
@keyframes lx-logo-marquee { to { transform: translate3d(-50%, 0, 0); } }

/* Services */
.lx-services-section { background: white; }
.lx-services-section .lx-section-heading { max-width: 980px; }
.lx-service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.lx-service-card { --lx-accent: #148dcc; position: relative; overflow: hidden; min-height: 260px; border: 1px solid rgba(8,47,76,0.08); border-radius: 16px; background: #0b527d; box-shadow: var(--lx-shadow-soft); isolation: isolate; }
.lx-service-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.95; filter: saturate(0.96) brightness(1.22); transition: opacity 280ms ease, filter 280ms ease, transform 440ms ease; }
.lx-service-card__shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(4,43,68,0), rgba(4,43,68,0.64)); transition: background 280ms ease; }
.lx-service-card__content { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; display: flex; flex-direction: column; gap: 9px; padding: 27px; color: white; }
.lx-service-card__content strong { color: white; font-size: clamp(1.25rem, 2vw, 1.75rem); line-height: 1.14; letter-spacing: -0.025em; text-shadow: 0 2px 12px rgba(3,35,56,0.4); }
.lx-service-card__content span { color: rgba(255,255,255,0.94); font-size: 0.94rem; line-height: 1.45; text-shadow: 0 2px 10px rgba(3,35,56,0.42); }
.lx-service-card:hover { color: white; }
.lx-service-card:hover img { opacity: 0.98; filter: saturate(1.15) brightness(1.05); transform: scale(1.035); }
.lx-service-card:hover .lx-service-card__shade { background: linear-gradient(180deg, color-mix(in srgb, var(--lx-accent), transparent 56%), color-mix(in srgb, var(--lx-accent), #042337 26%)); }
.lx-service-model-section { position: relative; overflow: hidden; padding: 92px 0 88px; background: #fff; }
.lx-service-model-section::before { display: none; }
.lx-service-model-section .lx-container { position: relative; }
.lx-service-model-section .lx-section-heading { max-width: 940px; }
.lx-service-model-section .lx-actions { margin-top: 34px; }
.lx-service-model-section .lx-button--light { border-color: rgba(8,47,76,0.45); color: var(--lx-ink); background: #fff; }
.lx-service-orbit { position: relative; width: min(100%, 1000px); aspect-ratio: 1; margin: 4px auto 0; }
.lx-service-orbit::before, .lx-service-orbit::after { display: none; }
.lx-orbit-node, .lx-orbit-petal, .lx-orbit-center { position: absolute; display: grid; place-items: center; aspect-ratio: 1; border-radius: 50%; text-align: center; }
.lx-orbit-node { z-index: 2; width: 18%; padding: 16px; border: 1.5px solid rgba(255,255,255,0.9); color: #fff; transition: filter 200ms ease, transform 240ms ease, box-shadow 220ms ease; }
.lx-orbit-node strong { max-width: 138px; color: inherit; font-size: clamp(0.74rem, 1.12vw, 0.94rem); line-height: 1.1; text-shadow: 0 1px 7px rgba(3,35,56,0.2); }
.lx-orbit-node small { display: block; max-width: 142px; margin-top: 3px; color: inherit; font-size: clamp(0.64rem, 0.86vw, 0.74rem); line-height: 1.2; text-shadow: 0 1px 6px rgba(3,35,56,0.26); }
.lx-orbit-node__mark { display: none; }
.lx-orbit-node--1 { top: 2.01%; left: 28.33%; }
.lx-orbit-node--2 { top: 2.01%; left: 53.67%; }
.lx-orbit-node--3 { top: 16.9%; left: 74.17%; }
.lx-orbit-node--4 { top: 41%; left: 82%; }
.lx-orbit-node--5 { top: 65.1%; left: 74.17%; }
.lx-orbit-node--6 { top: 79.99%; left: 53.67%; }
.lx-orbit-node--7 { top: 79.99%; left: 28.33%; }
.lx-orbit-node--8 { top: 65.1%; left: 7.83%; }
.lx-orbit-node--9 { top: 41%; left: 0; }
.lx-orbit-node--10 { top: 16.9%; left: 7.83%; }
.lx-orbit-node--tone-blue { --lx-accent: #1b75b9 !important; --lx-orbit-from: #2e4698; --lx-orbit-mid: #1b75b9; --lx-orbit-to: #00a99b; }
.lx-orbit-node--tone-green { --lx-accent: #009844 !important; --lx-orbit-angle: 215deg; --lx-orbit-from: #86c03a; --lx-orbit-mid: #009844; --lx-orbit-to: #00a99b; }
.lx-orbit-node--tone-red { --lx-accent: #b04342 !important; --lx-orbit-angle: 215deg; --lx-orbit-from: #e54b22; --lx-orbit-mid: #b04342; --lx-orbit-to: #433283; }
.lx-orbit-node--tone-yellow { --lx-accent: #edad32 !important; --lx-orbit-from: #cd3023; --lx-orbit-mid: #edad32; --lx-orbit-to: #fae239; color: var(--lx-ink); }
.lx-orbit-petal { z-index: 1; width: 22%; padding: 20px; border: 2px solid rgba(255,255,255,0.96); color: #fff; animation: lx-model-float 7s ease-in-out infinite; transition: filter 220ms ease, transform 240ms ease; }
.lx-orbit-petal span { color: inherit; font-size: clamp(0.74rem, 1.15vw, 0.94rem); font-weight: 700; line-height: 1.45; }
.lx-orbit-petal--red { --lx-accent: #b04342; --lx-orbit-angle: 215deg; --lx-orbit-from: #e54b22; --lx-orbit-mid: #b04342; --lx-orbit-to: #433283; top: 27%; left: 31.14%; }
.lx-orbit-petal--yellow { --lx-accent: #edad32; --lx-orbit-from: #cd3023; --lx-orbit-mid: #edad32; --lx-orbit-to: #fae239; top: 27.92%; right: 28.46%; color: var(--lx-ink); animation-delay: -1.4s; }
.lx-orbit-petal--blue { --lx-accent: #1b75b9; --lx-orbit-from: #2e4698; --lx-orbit-mid: #1b75b9; --lx-orbit-to: #00a99b; bottom: 27.54%; left: 29.76%; animation-delay: -2.8s; }
.lx-orbit-petal--green { --lx-accent: #009844; --lx-orbit-angle: 215deg; --lx-orbit-from: #86c03a; --lx-orbit-mid: #009844; --lx-orbit-to: #00a99b; right: 28.46%; bottom: 27.08%; animation-delay: -4.2s; }
.lx-orbit-center { z-index: 3; top: 41.26%; left: 41.72%; width: 17.48%; padding: 19px; border: 7px solid rgba(255,255,255,0.96); color: var(--lx-ink); background: rgba(255,255,255,0.98); box-shadow: 0 10px 24px rgba(8,47,76,0.12); transition: transform 240ms ease; }
.lx-orbit-center__mark { display: none; }
.lx-orbit-center strong { color: var(--lx-ink); font-size: clamp(0.92rem, 1.45vw, 1.2rem); line-height: 1.1; }
.lx-orbit-center small { margin-top: 8px; color: var(--lx-copy); font-size: clamp(0.61rem, 0.9vw, 0.75rem); line-height: 1.22; }
.lx-orbit-node:hover, .lx-orbit-node:focus-visible, .lx-orbit-petal:hover, .lx-orbit-petal:focus-visible { z-index: 5; color: #fff; filter: saturate(1.2) brightness(1.045); transform: scale(1.065); box-shadow: inset 0 2px 1px rgba(255,255,255,0.95), inset 0 28px 36px rgba(255,255,255,0.25), inset 0 -20px 28px rgba(4,35,58,0.1), 0 18px 34px color-mix(in srgb, var(--lx-accent), transparent 70%); }
.lx-orbit-node--tone-yellow:hover, .lx-orbit-node--tone-yellow:focus-visible, .lx-orbit-petal--yellow:hover, .lx-orbit-petal--yellow:focus-visible { color: var(--lx-ink); }
.lx-orbit-center:hover, .lx-orbit-center:focus-visible { color: var(--lx-ink); transform: scale(1.045); }
@keyframes lx-orbit-node { 0%, 100% { translate: 0 0; } 50% { translate: 0 -8px; } }

/* Xacademy */
.lx-academy-section { padding-bottom: 92px; background: linear-gradient(180deg, #eaf7fd 0%, #f4fbff 100%); }
.lx-academy-copy { max-width: 940px; margin-bottom: 50px; }
.lx-program-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.lx-program-card { --lx-accent: #148dcc; position: relative; overflow: hidden; min-height: 265px; border: 1px solid rgba(8,47,76,0.1); border-radius: 14px; background: #073a5d; box-shadow: var(--lx-shadow-soft); }
.lx-program-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 350ms ease; }
.lx-program-card__overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(4,36,57,0.12), rgba(4,36,57,0.92)); }
.lx-program-card__content { position: absolute; right: 0; bottom: 0; left: 0; display: flex; flex-direction: column; gap: 8px; padding: 25px; color: white; }
.lx-program-card__content strong { color: white; font-size: 1.25rem; line-height: 1.15; }
.lx-program-card__content span { color: rgba(255,255,255,0.9); font-size: 0.9rem; line-height: 1.4; }
.lx-program-card:hover img { transform: scale(1.04); }

/* Events */
.lx-events-section { background: #f0f9fe; }
.lx-event-list { display: grid; gap: 14px; }
.lx-event-card { display: grid; grid-template-columns: 150px minmax(0, 1fr) auto 18px; align-items: center; gap: 24px; padding: 17px 20px; border: 1px solid var(--lx-line); border-radius: 12px; background: white; box-shadow: 0 8px 22px rgba(8,47,76,0.07); }
.lx-event-date { display: grid; grid-template-columns: 1fr auto; align-content: center; align-self: stretch; padding: 12px 18px; border-radius: 8px; color: var(--lx-blue-900); background: var(--lx-blue-100); line-height: 1.2; }
.lx-event-date span { font-weight: 800; }
.lx-event-date small { font-weight: 700; }
.lx-event-date i { grid-column: 1 / -1; font-style: normal; }
.lx-event-copy h3 { margin-bottom: 7px; font-size: 1.05rem; }
.lx-event-copy p { margin: 2px 0; font-size: 0.82rem; line-height: 1.4; }
.lx-status { display: grid; gap: 5px; }
.lx-status span { width: 8px; height: 8px; border-radius: 50%; background: #d6e2e8; }
.lx-status--free span:first-child { background: #27a96f; }
.lx-status--almost span:nth-child(2) { background: #f0bc20; }
.lx-status--full span:last-child { background: #e44848; }

/* Experts */
.lx-experts-section { background: white; }
.lx-expert-thumbs { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-bottom: 30px; }
.lx-expert-thumbs button { width: 70px; aspect-ratio: 1; padding: 3px; border: 3px solid transparent; border-radius: 50%; background: white; box-shadow: 0 6px 18px rgba(8,47,76,0.1); cursor: pointer; }
.lx-expert-thumbs button[aria-selected="true"] { border-color: var(--lx-blue-600); }
.lx-expert-thumbs img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; object-position: center top; opacity: 1; }
.lx-expert-thumb--markus-gruber { overflow: hidden; }
.lx-expert-thumb--markus-gruber img { object-position: center top; transform: translateY(2px) scale(1.11); transform-origin: center 38%; }
.lx-expert-card { display: grid; grid-template-columns: 300px minmax(0, 1fr); align-items: center; overflow: hidden; min-height: 380px; border-radius: 18px; color: white; background: linear-gradient(135deg, #0b5887, #053657); box-shadow: var(--lx-shadow); }
.lx-expert-card__portrait { align-self: stretch; padding: 30px 0 30px 30px; }
.lx-expert-card__portrait img { width: 100%; height: 100%; min-height: 320px; border: 5px solid rgba(255,255,255,0.9); border-radius: 50%; object-fit: cover; object-position: center top; background: white; }
.lx-expert-card--markus-gruber .lx-expert-card__portrait img { object-position: center 14%; }
.lx-expert-card__copy { padding: 44px 50px; }
.lx-expert-card__copy .lx-kicker, .lx-expert-card__copy h3, .lx-expert-card__copy p { color: white; }
.lx-expert-card__copy h3 { font-size: clamp(1.7rem, 3vw, 2.6rem); }
.lx-expert-card__copy p { color: rgba(255,255,255,0.86); }
.lx-expert-benefit { font-weight: 750; }
.lx-expert-card[hidden] { display: none; }

/* Testimonials */
.lx-testimonials-section { color: white; background: linear-gradient(135deg, #0877b4 0%, #075982 58%, #073a5d 100%); }
.lx-testimonials-section .lx-section-heading h2, .lx-testimonials-section .lx-section-heading p { color: white; }
.lx-testimonial-shell { display: grid; grid-template-columns: 52px minmax(0, 1fr) 52px; align-items: center; gap: 18px; }
.lx-slider-button { display: grid; width: 48px; aspect-ratio: 1; place-items: center; border: 1px solid rgba(255,255,255,0.62); border-radius: 50%; color: white; background: rgba(255,255,255,0.08); font-size: 2rem; line-height: 1; cursor: pointer; }
.lx-slider-button:hover { color: var(--lx-blue-900); background: white; }
.lx-testimonial { display: grid; grid-template-columns: 178px minmax(0, 1fr) 150px; align-items: center; gap: 34px; min-height: 290px; padding: 38px; border-radius: 17px; color: var(--lx-copy); background: white; box-shadow: var(--lx-shadow); }
.lx-testimonial[hidden] { display: none; }
.lx-testimonial__person img { width: 176px; aspect-ratio: 1; padding: 7px; border: 5px solid var(--lx-blue-100); border-radius: 50%; object-fit: contain; object-position: center; background: white; }
.lx-testimonial blockquote { margin: 0 0 18px; color: var(--lx-copy); font-size: clamp(1rem, 1.6vw, 1.2rem); line-height: 1.65; }
.lx-testimonial blockquote p { margin: 0; }
.lx-testimonial__copy > p { margin: 0; color: var(--lx-ink); }
.lx-testimonial__copy span { color: var(--lx-copy); }
.lx-testimonial__logo { display: grid; min-height: 90px; place-items: center; padding: 15px; border-left: 1px solid var(--lx-line); }
.lx-testimonial__logo img { max-width: 120px; max-height: 72px; object-fit: contain; }
.lx-slider-count { margin-top: 15px; color: rgba(255,255,255,0.7); font-size: 0.78rem; text-align: center; }

/* News */
.lx-news-section { background: white; }
.lx-news-slider { position: relative; display: grid; grid-template-columns: 48px minmax(0, 1fr) 48px; align-items: center; gap: 16px; }
.lx-news-viewport { overflow: hidden; min-width: 0; padding-block: 26px; margin-block: -26px; scroll-behavior: smooth; scrollbar-width: none; }
.lx-news-viewport::-webkit-scrollbar { display: none; }
.lx-news-grid { display: grid; min-width: 0; grid-auto-columns: calc((100% - 48px) / 3); grid-auto-flow: column; align-items: stretch; gap: 24px; }
.lx-news-slider__button { display: grid; z-index: 3; width: 48px; aspect-ratio: 1; place-items: center; border: 1px solid var(--lx-line); border-radius: 50%; color: var(--lx-blue-800); background: white; box-shadow: var(--lx-shadow-soft); font-size: 2rem; line-height: 1; cursor: pointer; transition: opacity 180ms ease, transform 180ms ease, background 180ms ease; }
.lx-news-slider__button:hover { color: white; background: var(--lx-blue-700); transform: scale(1.05); }
.lx-news-slider__button:disabled { opacity: 0.55; cursor: default; transform: none; }
.lx-news-card { display: flex; overflow: hidden; min-width: 0; height: 100%; flex-direction: column; border: 1px solid var(--lx-line); border-radius: 14px; background: white; box-shadow: var(--lx-shadow-soft); }
.lx-news-card__image { display: block; overflow: hidden; aspect-ratio: 16 / 9; background: var(--lx-blue-100); }
.lx-news-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform 300ms ease; }
.lx-news-card:hover .lx-news-card__image img { transform: scale(1.035); }
.lx-news-card__copy { display: flex; flex: 1; flex-direction: column; padding: 24px; }
.lx-news-card__copy h3, .lx-news-card__copy h2 { margin-bottom: 12px; font-size: 1.3rem; }
.lx-news-card__copy h3 a, .lx-news-card__copy h2 a { color: var(--lx-ink); }
.lx-news-card__copy p { font-size: 0.92rem; }
.lx-news-card__copy .lx-text-link { margin-top: auto; padding-top: 10px; }

/* FAQ */
.lx-faq-section { background: var(--lx-blue-100); }
.lx-faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.lx-faq-grid--single { grid-template-columns: 1fr; }
.lx-faq-grid details { border: 1px solid var(--lx-line); border-radius: 10px; background: white; box-shadow: 0 5px 16px rgba(8,47,76,0.05); }
.lx-faq-grid summary { position: relative; padding: 20px 50px 20px 22px; color: var(--lx-ink); font-weight: 750; cursor: pointer; list-style: none; }
.lx-faq-grid summary::-webkit-details-marker { display: none; }
.lx-faq-grid summary::after { position: absolute; top: 50%; right: 21px; content: '+'; color: var(--lx-blue-700); font-size: 1.4rem; transform: translateY(-50%); }
.lx-faq-grid details[open] summary::after { content: '−'; }
.lx-faq-grid details p { padding: 0 22px 20px; margin: 0; }

/* Generic pages */
.lx-page-hero { position: relative; overflow: hidden; padding: 104px 0; border-bottom: 5px solid transparent; border-image: linear-gradient(90deg, #1588c9, #06a373, #cee211, #ffd323, #e63b3d) 1; color: white; background: linear-gradient(135deg, #0a658f, #073a5d); isolation: isolate; }
.lx-page-hero::before { position: absolute; z-index: -2; inset: -25% -8% -25% 42%; background: radial-gradient(circle at center, rgba(41,158,208,0.38), transparent 62%); content: ''; animation: lx-page-hero-glow 12s ease-in-out infinite alternate; }
.lx-page-hero--image::after { position: absolute; z-index: -1; top: 0; right: 0; width: 47%; height: 100%; background-image: linear-gradient(90deg, #0a658f 0%, rgba(7,58,93,0.3) 45%, rgba(7,58,93,0.08) 100%), var(--lx-page-hero-image); background-position: center; background-size: cover; opacity: 0.5; content: ''; }
.lx-page-hero__inner { position: relative; display: flex; min-height: 250px; align-items: center; }
.lx-page-hero__copy { max-width: 850px; }
.lx-page-hero h1, .lx-page-hero .lx-kicker { color: white; }
.lx-page-hero h1 { max-width: 980px; font-size: clamp(2.65rem, 5.2vw, 5rem); text-wrap: balance; }
.lx-page-hero__lead { max-width: 760px; color: rgba(255,255,255,0.9); font-size: clamp(1.04rem, 1.6vw, 1.25rem); }
.lx-page-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 25px; }
.lx-page-content { background: white; }
.lx-import-section { padding: 84px 0; }
.lx-import-section + .lx-import-section { border-top: 1px solid rgba(8,47,76,0.06); }
.lx-import-section--tint { background: linear-gradient(135deg, #edf8fd 0%, #f8fcff 100%); }
.lx-import-layout { display: grid; gap: 34px; align-items: center; }
.lx-import-section--columns .lx-import-layout { grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: stretch; }
.lx-import-section--columns .lx-rich-text { padding: 30px; border: 1px solid var(--lx-line); border-radius: 14px; background: white; box-shadow: var(--lx-shadow-soft); }
.lx-import-section--columns .lx-rich-text:has(> h2:first-child) { grid-column: span 2; }
.lx-import-section--split .lx-import-layout { grid-template-columns: minmax(0, 1.12fr) minmax(300px, 0.88fr); }
.lx-rich-text { max-width: 1050px; }
.lx-rich-text:only-child { margin-inline: auto; }
.lx-rich-text h1 { font-size: clamp(2rem, 3.2vw, 3.2rem); }
.lx-rich-text h2 { margin-top: 0.1em; font-size: clamp(1.8rem, 3vw, 2.75rem); }
.lx-rich-text h3 { margin-top: 1.5em; }
.lx-rich-text h3:first-child { margin-top: 0; }
.lx-rich-text p:last-child, .lx-rich-text ul:last-child, .lx-rich-text ol:last-child { margin-bottom: 0; }
.lx-rich-text ul, .lx-rich-text ol { padding-left: 1.35em; }
.lx-rich-text li + li { margin-top: 0.45em; }
.lx-rich-text--heading-only { grid-column: 1 / -1; max-width: 980px; margin-inline: auto; text-align: center; }
.lx-rich-text--list-groups { grid-column: 1 / -1; display: grid; max-width: none; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.lx-rich-text--list-groups > ul { height: 100%; padding: 28px 28px 28px 48px; margin: 0; border: 1px solid var(--lx-line); border-radius: 15px; background: white; box-shadow: var(--lx-shadow-soft); }
.lx-import-section--columns .lx-faq-grid--single { grid-column: 1 / -1; }
.lx-content-image { overflow: hidden; margin: 0; border: 1px solid var(--lx-line); border-radius: var(--lx-radius); background: var(--lx-blue-50); box-shadow: var(--lx-shadow-soft); }
.lx-content-image img { width: 100%; max-height: 620px; object-fit: cover; }
.lx-import-section--split .lx-content-image { aspect-ratio: 16 / 9; }
.lx-import-section--split .lx-content-image img { height: 100%; max-height: none; }
.lx-content-gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 18px; }
.lx-import-section .lx-video-frame--content { width: min(100%, 1050px); margin-inline: auto; }
.lx-import-card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 270px), 1fr)); gap: 22px; }
.lx-import-card { display: flex; overflow: hidden; min-height: 100%; flex-direction: column; border: 1px solid var(--lx-line); border-radius: 15px; background: white; box-shadow: var(--lx-shadow-soft); }
.lx-import-card > img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; background: var(--lx-blue-100); }
.lx-import-card__copy { display: flex; flex: 1; flex-direction: column; padding: 26px; }
.lx-import-card__copy h3 { font-size: 1.35rem; }
.lx-import-card__copy p { font-size: 0.94rem; }
.lx-import-card__copy .lx-text-link { margin-top: auto; }
.lx-single-feature { position: relative; z-index: 2; padding-top: 46px; background: white; }
.lx-single-feature img { width: 100%; max-height: 620px; border-radius: var(--lx-radius); object-fit: cover; box-shadow: var(--lx-shadow); }
.lx-single-image { overflow: hidden; margin-bottom: 36px; border-radius: var(--lx-radius); box-shadow: var(--lx-shadow-soft); }
.lx-empty-state { min-height: 62vh; display: grid; align-items: center; text-align: center; }
.lx-empty-state .lx-kicker { font-size: 1.2rem; }

/* Product pages */
.lx-product-page .lx-page-hero--product { min-height: 525px; padding: 86px 0; background: linear-gradient(128deg, #073a5d 0%, #0b5b89 54%, #0d79a6 100%); }
.lx-product-page .lx-page-hero--product::before { inset: -45% -2% -42% 38%; background: radial-gradient(circle, rgba(113,202,239,0.34), rgba(20,115,165,0.03) 58%, transparent 70%); }
.lx-product-page .lx-page-hero--image::after { width: 50%; opacity: 0.28; filter: saturate(0.92) contrast(1.06); }
.lx-product-page .lx-page-hero__inner { display: grid; min-height: 345px; grid-template-columns: minmax(0, 1fr) minmax(280px, 390px); gap: 80px; }
.lx-product-page .lx-page-hero__copy { position: relative; z-index: 2; max-width: 760px; animation: lx-copy-in 720ms cubic-bezier(.22,.8,.3,1) both; }
.lx-product-page .lx-page-hero__lead { display: -webkit-box; overflow: hidden; max-width: 700px; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.lx-page-hero__signal { position: relative; z-index: 2; display: grid; width: min(300px, 78%); aspect-ratio: 1; justify-self: center; place-content: center; border: 2px solid rgba(255,255,255,0.68); border-radius: 50%; color: white; background: rgba(4,43,69,0.16); box-shadow: 0 30px 80px rgba(3,33,54,0.2); text-align: center; backdrop-filter: blur(4px); animation: lx-signal-float 7s ease-in-out infinite; }
.lx-page-hero__signal::before { position: absolute; inset: -14px; border: 1px solid rgba(255,255,255,0.17); border-radius: inherit; content: ''; }
.lx-page-hero__signal span { display: block; font-size: clamp(5.5rem, 10vw, 8.7rem); font-weight: 300; line-height: 0.75; letter-spacing: -0.08em; }
.lx-page-hero__signal strong { margin-top: 22px; font-size: 1.35rem; }
.lx-page-hero__signal small { color: rgba(255,255,255,0.72); font-size: 0.64rem; letter-spacing: 0.13em; text-transform: uppercase; }
.lx-product-page .lx-page-content { background: #eef6fc; }
.lx-product-page .lx-import-section { border-top: 0; background: #fff; }
.lx-product-page .lx-import-section--tint { background: linear-gradient(145deg, #edf7fd 0%, #f8fcff 58%, #eef8fc 100%); }
.lx-product-page .lx-import-section--columns .lx-rich-text:not(.lx-rich-text--heading-only):not(.lx-rich-text--list-groups) { position: relative; overflow: hidden; padding: 34px; border: 1px solid rgba(8,47,76,0.09); border-radius: 18px; background: rgba(255,255,255,0.9); box-shadow: 0 18px 50px -34px rgba(8,47,76,0.38); }
.lx-product-page .lx-import-section--columns .lx-rich-text:not(.lx-rich-text--heading-only):not(.lx-rich-text--list-groups)::before { position: absolute; top: 0; right: 0; left: 0; height: 3px; background: linear-gradient(90deg, #1289cc, #00a874, #ffd323, #e84545); content: ''; }
.lx-product-page .lx-import-section--columns .lx-rich-text--heading-only,
.lx-product-page .lx-import-section--columns .lx-rich-text--list-groups { padding: 0; border: 0; background: transparent; box-shadow: none; }
.lx-product-page .lx-rich-text--heading-only h2 { font-size: clamp(2rem, 4.2vw, 3.7rem); text-wrap: balance; }
.lx-product-page .lx-faq-grid--single { width: 100%; max-width: 1000px; margin-inline: auto; }
.lx-product-page .lx-import-section--split .lx-import-layout { gap: clamp(34px, 6vw, 76px); }
.lx-product-page .lx-import-section--split .lx-rich-text { max-width: none; }
.lx-product-page .lx-content-image { border-radius: 24px; box-shadow: 0 28px 70px -40px rgba(8,47,76,0.48); }
.lx-product-page .lx-import-layout:has(> .lx-content-image:only-child) { width: min(1120px, 100%); margin-inline: auto; }
.lx-product-page .lx-import-layout:has(> .lx-content-image:only-child) .lx-content-image img { height: clamp(320px, 38vw, 500px); object-fit: cover; }
.lx-product-page .lx-video-frame--content { border-radius: 24px; }

/* Coaching overview */
.lx-page--coaching .lx-page-content > .lx-import-section:first-child { padding: 44px 0; }
.lx-page--coaching .lx-page-content > .lx-import-section:first-child .lx-rich-text { width: 100%; max-width: none; padding: clamp(28px, 3vw, 38px); margin: 0; border: 1px solid rgba(8,47,76,0.09); border-left: 4px solid var(--lx-blue-600); border-radius: 16px; color: var(--lx-ink); background: linear-gradient(120deg, #fff 0%, #f2f9fd 100%); box-shadow: var(--lx-shadow-soft); font-size: clamp(1.15rem, 1.8vw, 1.45rem); font-weight: 700; }
.lx-page--coaching .lx-import-section--columns .lx-import-layout { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.lx-page--coaching .lx-import-section--columns .lx-rich-text,
.lx-page--coaching .lx-import-section--columns .lx-rich-text:has(> h2:first-child) { width: 100%; max-width: none; grid-column: auto; }
.lx-page--coaching .lx-import-section--columns .lx-rich-text h2 { font-size: clamp(1.75rem, 2.4vw, 2.3rem); }
.lx-page--coaching .lx-import-section--split .lx-import-layout { grid-template-columns: minmax(310px, 0.82fr) minmax(0, 1.18fr); align-items: stretch; column-gap: 0; row-gap: 28px; }
.lx-page--coaching .lx-import-section--split .lx-content-image { min-height: 320px; aspect-ratio: auto; border-right: 0; border-radius: 18px 0 0 18px; }
.lx-page--coaching .lx-import-section--split .lx-rich-text { width: 100%; max-width: none; padding: clamp(30px, 3.5vw, 46px); border: 1px solid var(--lx-line); border-left: 0; border-radius: 0 18px 18px 0; background: #fff; box-shadow: var(--lx-shadow-soft); }
.lx-page--coaching .lx-import-section--split .lx-rich-text h3 { font-size: clamp(1.65rem, 2.5vw, 2.35rem); }
.lx-page--coaching .lx-import-section--split .lx-rich-text > p:first-of-type { color: var(--lx-blue-700); }
.lx-page--coaching .lx-import-section--split .lx-actions { display: grid; margin-top: 28px; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.lx-page--coaching .lx-import-section--split .lx-actions .lx-button { width: 100%; }

.lx-single--seminar .lx-seminar-story { display: grid; gap: 34px; }
.lx-single--seminar .lx-seminar-intro { padding: clamp(34px, 5vw, 64px); border: 1px solid rgba(8,47,76,0.08); border-radius: 24px; background: linear-gradient(135deg, #fff 0%, #f4faff 100%); box-shadow: 0 24px 70px -46px rgba(8,47,76,0.5); }
.lx-single--seminar .lx-seminar-intro > p:first-child { margin-bottom: 18px; color: var(--lx-blue-600); font-size: 0.78rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.lx-single--seminar .lx-seminar-intro > p:nth-child(2) { max-width: 900px; color: var(--lx-navy); font-size: clamp(1.65rem, 3vw, 2.75rem); font-weight: 800; line-height: 1.08; text-wrap: balance; }
.lx-single--seminar .lx-seminar-intro > p:nth-child(3) { max-width: 1080px; font-size: 1.06rem; line-height: 1.75; }
.lx-single--seminar .lx-seminar-detail-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.lx-single--seminar .lx-seminar-detail { position: relative; overflow: hidden; padding: clamp(28px, 4vw, 44px); border: 1px solid var(--lx-line); border-radius: 20px; background: #fff; box-shadow: var(--lx-shadow-soft); }
.lx-single--seminar .lx-seminar-detail::before { position: absolute; top: 0; right: 0; left: 0; height: 4px; background: linear-gradient(90deg, #1289cc, #00a874, #ffd323, #e84545); content: ''; }
.lx-single--seminar .lx-seminar-detail h2 { margin-bottom: 22px; font-size: clamp(1.65rem, 2.5vw, 2.35rem); }
.lx-single--seminar .lx-seminar-detail li + li { margin-top: 0.55em; }
.lx-single--seminar .lx-seminar-detail:last-child:nth-child(odd) { grid-column: 1 / -1; }
.lx-single--seminar .lx-events-section { padding-block: clamp(76px, 8vw, 112px); }
.lx-registration-section { padding: clamp(76px, 8vw, 116px) 0; scroll-margin-top: 86px; color: rgba(255,255,255,0.84); background: linear-gradient(132deg, #052f4c 0%, #07567d 58%, #087ca6 100%); }
.lx-registration-grid { display: grid; grid-template-columns: minmax(330px, 0.78fr) minmax(520px, 1.22fr); align-items: stretch; gap: clamp(30px, 5vw, 72px); }
.lx-registration-summary { position: relative; overflow: hidden; padding: clamp(34px, 4.5vw, 58px); border: 1px solid rgba(255,255,255,0.14); border-radius: 24px; background: linear-gradient(145deg, rgba(5,38,61,0.84), rgba(8,92,128,0.7)); box-shadow: 0 32px 80px -45px rgba(0,0,0,0.7); }
.lx-registration-summary::after { position: absolute; right: -84px; bottom: -94px; width: 310px; height: 310px; background: url('../images/leadingx-mark.png') center / contain no-repeat; opacity: 0.11; content: ''; transform: rotate(-8deg); }
.lx-registration-summary > * { position: relative; z-index: 1; }
.lx-registration-summary .lx-kicker { color: #ffd323; }
.lx-registration-summary h2 { max-width: 520px; margin-bottom: 22px; color: white; font-size: clamp(2.25rem, 4vw, 4rem); line-height: 1.03; }
.lx-registration-summary > p:not(.lx-kicker) { max-width: 570px; color: rgba(255,255,255,0.78); font-size: 1.04rem; line-height: 1.7; }
.lx-registration-facts { display: grid; gap: 0; padding: 0; margin: 36px 0 0; list-style: none; }
.lx-registration-facts li { display: grid; gap: 6px; padding: 20px 0; border-top: 1px solid rgba(255,255,255,0.14); }
.lx-registration-facts strong { color: white; font-size: 1.08rem; }
.lx-registration-facts span { color: rgba(255,255,255,0.7); font-size: 0.9rem; line-height: 1.55; }
.lx-registration-card { padding: clamp(30px, 4vw, 48px); border: 1px solid rgba(255,255,255,0.26); border-radius: 24px; color: var(--lx-copy); background: white; box-shadow: 0 36px 84px -44px rgba(0,20,35,0.72); }
.lx-registration-form { gap: 20px; }
.lx-registration-form .lx-form-row--address { grid-template-columns: 0.55fr 1.15fr 1fr; }
.lx-registration-form label > small { color: #6b8492; font-size: 0.72rem; font-weight: 600; }
.lx-registration-form .lx-form-check a { color: var(--lx-blue-700); text-decoration: underline; text-underline-offset: 2px; }
.lx-registration-form .lx-button { min-width: 230px; justify-self: start; }
.lx-form-error { padding: 18px 20px; margin-bottom: 24px; border: 1px solid #efb2b2; border-radius: 10px; color: #782626; background: #fff2f2; }
.lx-form-error p, .lx-form-success p { margin: 5px 0 0; }
.lx-registration-empty { display: grid; min-height: 360px; align-content: center; justify-items: start; }
.lx-registration-empty h3 { max-width: 520px; font-size: clamp(1.7rem, 3vw, 2.5rem); }
.lx-registration-empty p { max-width: 620px; }

@keyframes lx-page-hero-glow {
  from { opacity: 0.65; transform: translate3d(-2%, -2%, 0) scale(0.96); }
  to { opacity: 1; transform: translate3d(4%, 4%, 0) scale(1.07); }
}
@keyframes lx-signal-float {
  0%, 100% { transform: translateY(0) rotate(-0.4deg); }
  50% { transform: translateY(-10px) rotate(0.5deg); }
}
@keyframes lx-copy-in {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Subtle motion shared by reusable components */
.lx-reveal-ready [data-lx-reveal] { opacity: 0; transform: translateY(24px); transition: opacity 680ms cubic-bezier(.22,.8,.3,1), transform 680ms cubic-bezier(.22,.8,.3,1); transition-delay: var(--lx-reveal-delay, 0ms); }
.lx-reveal-ready [data-lx-reveal].is-revealed { opacity: 1; transform: translateY(0); }

/* Structured collections */
.lx-cases-section { background: var(--lx-blue-50); }
.lx-seminars-section { background: white; }
.lx-collection-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.lx-collection-card { display: flex; overflow: hidden; min-height: 100%; flex-direction: column; border: 1px solid var(--lx-line); border-radius: 15px; background: white; box-shadow: var(--lx-shadow-soft); }
.lx-collection-card__image { display: block; overflow: hidden; aspect-ratio: 16 / 9; background: linear-gradient(135deg, #dff2fb, #b7dff1); }
.lx-collection-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform 300ms ease; }
.lx-collection-card:hover .lx-collection-card__image img { transform: scale(1.035); }
.lx-collection-card__placeholder { display: grid; height: 100%; place-items: center; color: rgba(255,255,255,0.82); background: linear-gradient(135deg, var(--lx-blue-700), var(--lx-blue-900)); font-size: 4rem; font-weight: 300; }
.lx-collection-card__copy { display: flex; flex: 1; flex-direction: column; padding: 25px; }
.lx-collection-card__copy h3 { font-size: 1.28rem; }
.lx-collection-card__copy h3 a { color: var(--lx-ink); }
.lx-collection-card__copy p { font-size: 0.91rem; }
.lx-collection-card__copy .lx-text-link { margin-top: auto; }

/* Searchable Case Study overview */
.lx-cases-section--browser { padding-top: clamp(72px, 8vw, 112px); background: linear-gradient(180deg, #f2f9fd 0%, #fff 72%); }
.lx-case-browser { padding: clamp(18px, 2.4vw, 28px); margin: 0 0 34px; border: 1px solid rgba(8,47,76,0.1); border-radius: 20px; background: rgba(255,255,255,0.92); box-shadow: 0 24px 62px -42px rgba(8,47,76,0.58); }
.lx-case-browser__top { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 22px; }
.lx-case-browser__search { position: relative; display: flex; min-height: 58px; align-items: center; }
.lx-case-browser__search svg { position: absolute; z-index: 1; left: 20px; width: 22px; height: 22px; fill: none; stroke: var(--lx-blue-700); stroke-linecap: round; stroke-width: 1.8; pointer-events: none; }
.lx-case-browser__search input { width: 100%; min-height: 58px; padding: 14px 126px 14px 56px; border: 1px solid #bfd4df; border-radius: 12px; color: var(--lx-ink); background: #f8fcfe; font: inherit; font-size: 1rem; outline: 0; transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease; }
.lx-case-browser__search input:focus { border-color: var(--lx-blue-600); background: #fff; box-shadow: 0 0 0 4px rgba(18,137,204,0.12); }
.lx-case-browser__search [data-lx-case-reset] { position: absolute; right: 14px; padding: 7px 9px; border: 0; color: var(--lx-blue-700); background: transparent; font: inherit; font-size: 0.75rem; font-weight: 800; cursor: pointer; }
.lx-case-browser__count { min-width: 116px; margin: 0; color: var(--lx-copy); font-size: 0.82rem; font-weight: 750; text-align: right; white-space: nowrap; }
.lx-case-browser__filters { display: flex; overflow-x: auto; padding-top: 16px; gap: 8px; scrollbar-width: thin; }
.lx-case-browser__filters button { flex: 0 0 auto; min-width: 78px; padding: 9px 13px; border: 1px solid #c9dce5; border-radius: 999px; color: #31566c; background: white; font: inherit; font-size: 0.76rem; font-weight: 750; cursor: pointer; transition: color 180ms ease, border-color 180ms ease, background 180ms ease, transform 180ms ease; }
.lx-case-browser__filters button:hover { border-color: var(--lx-blue-600); color: var(--lx-blue-700); transform: translateY(-1px); }
.lx-case-browser__filters button.is-active { border-color: var(--lx-blue-700); color: white; background: var(--lx-blue-700); box-shadow: 0 8px 18px -12px rgba(8,83,128,0.8); }
.lx-case-browser__filters button span { display: inline-grid; min-width: 20px; min-height: 20px; margin-left: 6px; place-items: center; border-radius: 999px; color: inherit; background: rgba(8,83,128,0.09); font-size: 0.67rem; }
.lx-case-browser__filters button.is-active span { background: rgba(255,255,255,0.18); }
.lx-cases-section--browser .lx-collection-card[hidden], .lx-case-browser [hidden], .lx-cases-section--browser .lx-actions [hidden] { display: none !important; }
.lx-cases-section--browser .lx-collection-card__copy .lx-kicker { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.lx-cases-section--browser .lx-collection-card__copy .lx-kicker span { overflow: hidden; max-width: 58%; color: #668090; font-size: 0.62rem; font-weight: 700; text-align: right; text-overflow: ellipsis; white-space: nowrap; }
.lx-case-browser__empty { padding: clamp(38px, 6vw, 70px) 24px; border: 1px dashed #b8d0dc; border-radius: 18px; background: rgba(255,255,255,0.78); text-align: center; }
.lx-case-browser__empty strong, .lx-case-browser__empty span { display: block; }
.lx-case-browser__empty strong { margin-bottom: 8px; color: var(--lx-ink); font-size: 1.3rem; }
.lx-case-browser__empty span { color: var(--lx-copy); }
.lx-case-browser__empty button { margin-top: 18px; border: 0; background: transparent; cursor: pointer; }
.lx-cases-section--browser > .lx-container > .lx-actions { margin-top: 38px; }

@media (max-width: 680px) {
  .lx-case-browser { margin-bottom: 24px; border-radius: 15px; }
  .lx-case-browser__top { grid-template-columns: 1fr; gap: 10px; }
  .lx-case-browser__search { min-height: 54px; }
  .lx-case-browser__search input { min-height: 54px; padding-right: 48px; font-size: 0.93rem; }
  .lx-case-browser__search [data-lx-case-reset] { right: 10px; width: 34px; height: 34px; padding: 0; border-radius: 50%; font-size: 0; }
  .lx-case-browser__search [data-lx-case-reset]::after { content: '×'; font-size: 1.1rem; }
  .lx-case-browser__count { min-width: 0; text-align: left; }
  .lx-case-browser__filters { margin-right: -18px; padding-right: 18px; }
}

/* Structured profiles */
.lx-page-hero--expert { min-height: 590px; padding: 92px 0; background: radial-gradient(circle at 78% 32%, rgba(44,153,202,0.32), transparent 30%), linear-gradient(135deg, #09658f 0%, #074b72 48%, #062f4c 100%); }
.lx-page-hero--expert::after { position: absolute; z-index: -1; top: 50%; right: 4%; width: min(580px, 48vw); aspect-ratio: 1; background: url('../images/leadingx-x-clean.png') center / contain no-repeat; content: ''; filter: brightness(0) invert(1); opacity: 0.045; pointer-events: none; transform: translateY(-50%) rotate(-5deg); }
.lx-expert-profile-hero { position: relative; z-index: 1; display: grid; min-height: 405px; grid-template-columns: minmax(0, 1fr) 340px; align-items: center; gap: 78px; }
.lx-page-hero--expert .lx-page-hero__copy { max-width: 820px; }
.lx-page-hero--expert .lx-page-hero__lead { margin-top: 18px; color: rgba(255,255,255,0.94); font-size: clamp(1.25rem, 2vw, 1.7rem); font-weight: 720; }
.lx-expert-profile-benefit { max-width: 720px; padding-left: 18px; margin: 20px 0 0; border-left: 3px solid #ffd83e; color: rgba(255,255,255,0.82); font-size: clamp(0.98rem, 1.4vw, 1.15rem); line-height: 1.55; }
.lx-expert-profile-portrait { --lx-expert-ring: 6px; position: relative; display: grid; overflow: hidden; width: 336px; height: 336px; place-items: center; justify-self: end; border-radius: 50%; background: conic-gradient(from 20deg, #e63b3d, #f1aa28, #d9df1c, #0aa267, #1689c7, #e63b3d); box-shadow: 0 28px 65px rgba(1,28,47,0.32); }
.lx-expert-profile-portrait::before { position: absolute; inset: -8%; border-radius: 50%; background: inherit; content: ''; animation: lx-expert-ring 22s linear infinite; }
.lx-expert-profile-portrait img { position: absolute; z-index: 1; inset: var(--lx-expert-ring); display: block; width: calc(100% - (2 * var(--lx-expert-ring))); height: calc(100% - (2 * var(--lx-expert-ring))); border: 0; border-radius: 50%; object-fit: cover; object-position: center top; background: #dcebf2; }
@keyframes lx-expert-ring { to { transform: rotate(360deg); } }
.lx-expert-profile-content { background: linear-gradient(180deg, #f7fcff 0%, #fff 34%); }
.lx-expert-profile-content > .lx-import-section:first-child { padding: 92px 0 98px; border: 0; background: transparent; }
.lx-expert-profile-content > .lx-import-section:first-child .lx-import-layout { grid-template-columns: repeat(12, minmax(0, 1fr)); align-items: start; gap: 30px 26px; }
.lx-expert-profile-content > .lx-import-section:first-child .lx-rich-text { max-width: none; }
.lx-expert-profile-content > .lx-import-section:first-child .lx-import-layout > .lx-rich-text:first-child { order: 3; padding: 20px 0 0; grid-column: 1 / -1; }
.lx-expert-profile-content > .lx-import-section:first-child .lx-import-layout > .lx-rich-text:first-child p { max-width: 1100px; margin: 0; color: transparent; background: linear-gradient(90deg, #078bc5, #00a886 38%, #d2c81b 70%, #e66a37); background-clip: text; -webkit-background-clip: text; font-size: clamp(1.45rem, 2.5vw, 2.3rem); font-weight: 820; line-height: 1.18; letter-spacing: -0.035em; }
.lx-expert-profile-content > .lx-import-section:first-child .lx-import-layout > .lx-rich-text:not(:first-child) { order: 4; display: block; width: 100%; max-width: none; padding: clamp(34px, 4vw, 52px); grid-column: 1 / -1; border: 1px solid rgba(8,47,76,0.09); border-radius: 20px; background: #fff; box-shadow: 0 22px 58px rgba(8,47,76,0.1); columns: 2 440px; column-gap: clamp(38px, 5vw, 70px); column-rule: 1px solid rgba(8,47,76,0.08); }
.lx-expert-profile-content > .lx-import-section:first-child .lx-import-layout > .lx-rich-text:not(:first-child) > h2,
.lx-expert-profile-content > .lx-import-section:first-child .lx-import-layout > .lx-rich-text:not(:first-child) > h3,
.lx-expert-profile-content > .lx-import-section:first-child .lx-import-layout > .lx-rich-text:not(:first-child) > h4,
.lx-expert-profile-content > .lx-import-section:first-child .lx-import-layout > .lx-rich-text:not(:first-child) > p,
.lx-expert-profile-content > .lx-import-section:first-child .lx-import-layout > .lx-rich-text:not(:first-child) > ul { break-inside: avoid; }
.lx-expert-profile-content > .lx-import-section:first-child .lx-import-layout > .lx-rich-text:not(:first-child) > h2 { margin-top: 1.1em; }
.lx-expert-profile-content > .lx-import-section:first-child .lx-import-layout > .lx-rich-text:not(:first-child) > :first-child { margin-top: 0; }
.lx-expert-profile-content > .lx-import-section:first-child .lx-import-layout > .lx-rich-text:not(:first-child) > p:first-child { color: var(--lx-ink); font-size: 1.15rem; }
.lx-expert-profile-content > .lx-import-section:first-child .lx-video-frame { order: 1; width: 100%; margin: 0; grid-column: 1 / -1; border-radius: 20px; }
.lx-expert-profile-content > .lx-import-section:first-child .lx-import-layout > .lx-content-image { order: 2; overflow: hidden; width: 100%; max-height: none; grid-column: 1 / span 4; aspect-ratio: 4 / 5; border: 0; border-radius: 20px; background: #dcebf2; box-shadow: 0 22px 55px -34px rgba(8,47,76,0.55); }
.lx-expert-profile-content > .lx-import-section:first-child .lx-import-layout > .lx-content-image img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.lx-expert-profile-content > .lx-import-section:first-child .lx-content-gallery { order: 2; display: block; grid-column: 5 / -1; columns: 3 210px; column-gap: 14px; }
.lx-expert-profile-content > .lx-import-section:first-child .lx-content-gallery .lx-content-image { display: block; overflow: hidden; width: 100%; height: auto; margin: 0 0 14px; break-inside: avoid; aspect-ratio: auto; border: 0; border-radius: 15px; background: transparent; box-shadow: 0 16px 36px -28px rgba(8,47,76,0.58); }
.lx-expert-profile-content > .lx-import-section:first-child .lx-content-gallery img { display: block; width: 100%; height: auto; object-fit: contain; }
.lx-expert-profile-content > .lx-import-section:first-child .lx-import-layout > .lx-content-gallery + .lx-rich-text { order: 5; padding: clamp(30px, 4vw, 46px); grid-column: 1 / -1; border: 0; border-radius: 20px; color: rgba(255,255,255,0.86); background: linear-gradient(125deg, #086994, #063a5c); box-shadow: 0 22px 55px rgba(8,47,76,0.16); columns: 2 360px; column-rule-color: rgba(255,255,255,0.13); }
.lx-expert-profile-content > .lx-import-section:first-child .lx-content-gallery + .lx-rich-text h2, .lx-expert-profile-content > .lx-import-section:first-child .lx-content-gallery + .lx-rich-text p, .lx-expert-profile-content > .lx-import-section:first-child .lx-content-gallery + .lx-rich-text a { color: inherit; }
.lx-expert-profile-content > .lx-import-section + .lx-import-section { border-top: 0; }
.lx-expert-profile-content > .lx-import-section--tint { background: linear-gradient(135deg, #eaf7fd 0%, #f8fcff 100%); }
.lx-single--expert > .lx-experts-section { border-top: 1px solid rgba(8,47,76,0.06); }
.lx-event-actions { display: grid; justify-items: center; gap: 7px; }
.lx-event-calendar-link { color: var(--lx-blue-700); font-size: 0.67rem; font-weight: 750; text-decoration: underline; text-underline-offset: 3px; }
.lx-calendar-section { padding-bottom: 50px; background: white; }
.lx-calendar-months { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.lx-calendar-month { padding: 25px; border: 1px solid var(--lx-line); border-radius: 15px; background: white; box-shadow: var(--lx-shadow-soft); }
.lx-calendar-month h3 { margin-bottom: 20px; text-align: center; text-transform: capitalize; }
.lx-calendar-grid { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 5px; }
.lx-calendar-weekday { padding: 5px 0; color: var(--lx-copy); font-size: 0.68rem; font-weight: 800; text-align: center; }
.lx-calendar-day { display: grid; min-height: 48px; align-content: start; justify-items: center; padding: 6px 3px; border-radius: 6px; color: var(--lx-copy); background: var(--lx-blue-50); font-size: 0.77rem; }
.lx-calendar-day--blank { background: transparent; }
.lx-calendar-day--event { color: white; background: linear-gradient(135deg, var(--lx-blue-700), var(--lx-blue-900)); box-shadow: 0 6px 14px rgba(8,47,76,0.15); }
.lx-calendar-day--event:hover { color: white; background: var(--lx-blue-800); transform: translateY(-1px); }
.lx-calendar-day--event small { display: block; overflow: hidden; width: 100%; color: rgba(255,255,255,0.86); font-size: 0.55rem; line-height: 1.15; text-align: center; }
.lx-faq-answer { padding: 0 22px 20px; }
.lx-faq-answer p:last-child { margin-bottom: 0; }

/* Contact */
.lx-contact-section { background: linear-gradient(135deg, #edf8fd, #f9fcff); }
.lx-contact-grid { display: grid; grid-template-columns: minmax(0, 0.8fr) minmax(440px, 1.2fr); align-items: start; gap: 70px; }
.lx-contact-details { display: grid; gap: 18px; padding: 0; margin: 32px 0 0; list-style: none; }
.lx-contact-card { padding: 36px; border: 1px solid var(--lx-line); border-radius: var(--lx-radius); background: white; box-shadow: var(--lx-shadow); }
.lx-contact-form { display: grid; gap: 18px; }
.lx-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.lx-contact-form label { display: grid; gap: 7px; color: var(--lx-ink); font-size: 0.84rem; font-weight: 750; }
.lx-contact-form input, .lx-contact-form select, .lx-contact-form textarea { width: 100%; padding: 13px 14px; border: 1px solid #bdd4df; border-radius: 7px; color: var(--lx-ink); background: #fbfdff; outline: none; }
.lx-contact-form input:focus, .lx-contact-form select:focus, .lx-contact-form textarea:focus { border-color: var(--lx-blue-600); box-shadow: 0 0 0 3px rgba(17,138,203,0.12); }
.lx-contact-form textarea { resize: vertical; }
.lx-form-check { grid-template-columns: 20px 1fr !important; align-items: start; font-weight: 500 !important; line-height: 1.45; }
.lx-form-check input { width: 18px; margin-top: 3px; }
.lx-honeypot { position: absolute !important; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.lx-form-success { padding: 17px 19px; margin-bottom: 20px; border: 1px solid #80ceb0; border-radius: 8px; color: #075b3d; background: #eafaf4; }
.lx-form-success p { margin: 4px 0 0; }
.navigation.pagination { margin-top: 35px; }
.nav-links { display: flex; flex-wrap: wrap; gap: 8px; }
.nav-links .page-numbers { display: grid; min-width: 38px; min-height: 38px; place-items: center; padding: 6px 10px; border: 1px solid var(--lx-line); border-radius: 6px; color: var(--lx-blue-800); background: white; }
.nav-links .page-numbers.current, .nav-links .page-numbers:hover { color: white; background: var(--lx-blue-700); }

/* Footer */
.lx-prefooter { position: relative; overflow: hidden; color: white; background: linear-gradient(90deg, #4d95bd 0 50%, #397fa9 50% 100%); }
.lx-prefooter::before { position: absolute; inset: 0; background: linear-gradient(120deg, rgba(255,255,255,0.08), transparent 48%); content: ''; pointer-events: none; }
.lx-prefooter__grid { position: relative; display: grid; grid-template-columns: 1fr 1fr; }
.lx-prefooter-card { position: relative; display: flex; min-height: 270px; align-items: center; overflow: hidden; padding: 46px 38px; }
.lx-prefooter-card + .lx-prefooter-card { border-left: 1px solid rgba(255,255,255,0.3); }
.lx-prefooter-card__copy { position: relative; z-index: 2; width: 64%; }
.lx-prefooter-card > img { position: absolute; right: -4%; bottom: -5%; width: 47%; max-height: 92%; object-fit: contain; object-position: right bottom; }
.lx-prefooter h2, .lx-prefooter p, .lx-prefooter .lx-kicker { color: white; }
.lx-prefooter h2 { font-size: 2rem; }
.lx-prefooter p { margin-bottom: 16px; }
.lx-site-footer { position: relative; overflow: hidden; padding: 76px 0 22px; color: rgba(255,255,255,0.74); background: var(--lx-blue-950); font-size: 0.87rem; }
.lx-site-footer::after { position: absolute; right: -7%; bottom: -52%; color: rgba(255,255,255,0.035); content: 'X'; font-size: 630px; font-weight: 300; line-height: 1; pointer-events: none; transform: scaleX(1.18); }
.lx-site-footer a { color: rgba(255,255,255,0.78); }
.lx-site-footer a:hover { color: white; }
.lx-footer-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.15fr 0.7fr 1.55fr; gap: clamp(45px, 7vw, 95px); }
.lx-footer-logo { width: 125px; margin-bottom: 22px; filter: brightness(0) invert(1); }
.lx-site-footer h3 { color: white; font-size: 1.1rem; }
.lx-footer-contact address { margin-bottom: 18px; color: rgba(255,255,255,0.7); font-style: normal; }
.lx-footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: 7px; }
.lx-footer-links h3 { margin-bottom: 10px; }
.lx-social-links { display: flex; gap: 9px; margin-top: 24px; }
.lx-social-links a { display: grid; width: 35px; aspect-ratio: 1; place-items: center; border: 1px solid rgba(255,255,255,0.28); border-radius: 50%; color: white; font-size: 0.7rem; font-weight: 800; text-transform: uppercase; }
.lx-social-links a:hover { color: var(--lx-blue-950); background: white; }
.lx-footer-bottom { position: relative; z-index: 1; display: flex; justify-content: space-between; gap: 20px; padding-top: 25px; margin-top: 50px; border-top: 1px solid rgba(255,255,255,0.12); font-size: 0.74rem; }

/* Editor */
.editor-styles-wrapper .lx-editor-placeholder, .lx-editor-placeholder { padding: 28px; border: 2px dashed #8cbcd4; border-radius: 8px; color: #174761; background: #edf8fd; text-align: center; }

@media (max-width: 1100px) {
  .lx-site-header__inner { grid-template-columns: 112px minmax(0, 1fr) auto; gap: 14px; }
  .lx-brand, .lx-brand img { width: 108px; }
  .lx-nav-list { gap: 12px; }
  .lx-nav-list a { font-size: 0.64rem; }
  .lx-header-search input { width: 62px; }
  .lx-language-switcher > * { padding-inline: 6px; }
  .lx-model-intro { gap: 35px; }
  .lx-event-card { grid-template-columns: 135px minmax(0, 1fr) auto 16px; gap: 16px; }
}

@media (max-width: 920px) {
  body { font-size: 16px; }
  .lx-section, .lx-data-section { padding: 72px 0; }
  .lx-site-header__inner { grid-template-columns: 120px 1fr auto; min-height: 72px; }
  .lx-brand, .lx-brand img { width: 116px; }
  .lx-menu-toggle { display: grid; grid-column: 3; grid-row: 1; justify-self: end; }
  .lx-primary-nav { position: fixed; z-index: 999; top: 72px; right: 0; bottom: 0; left: 0; display: none; overflow-y: auto; padding: 20px 24px 48px; background: white; }
  .lx-primary-nav.is-open { display: block; }
  .lx-nav-list { display: block; }
  .lx-nav-list li { border-bottom: 1px solid var(--lx-line); }
  .lx-nav-list a { padding: 16px 5px; font-size: 0.86rem; }
  .lx-nav-list .sub-menu { position: static; display: block; padding: 0 0 10px 15px; border: 0; box-shadow: none; }
  .lx-nav-list .sub-menu li { border: 0; }
  .lx-nav-list .sub-menu a { padding: 8px 5px; color: var(--lx-copy); font-size: 0.77rem; }
  .lx-header-tools { grid-column: 2; grid-row: 1; justify-self: end; margin-right: 0; }
  .lx-hero, .lx-hero__inner { min-height: 525px; }
  .lx-hero { background-position: 57% center; }
  .lx-hero__copy { width: 66%; }
  .lx-hero__copy h1 { font-size: clamp(2.65rem, 7vw, 4.15rem); }
  .lx-story-grid, .lx-service-grid, .lx-program-grid { grid-template-columns: repeat(2, 1fr); }
  .lx-story-column:last-child { grid-column: 1 / -1; }
  .lx-news-grid { grid-auto-columns: calc((100% - 24px) / 2); }
  .lx-model-intro { grid-template-columns: 1fr; }
  .lx-model-copy p { max-width: none; }
  .lx-dimension-grid { grid-template-columns: repeat(2, 1fr); }
  .lx-benefit-grid { gap: 22px; }
  .lx-event-card { grid-template-columns: 132px minmax(0, 1fr) 18px; }
  .lx-event-actions { grid-column: 2; justify-self: start; }
  .lx-status { grid-column: 3; grid-row: 1 / span 2; }
  .lx-expert-card { grid-template-columns: 250px minmax(0, 1fr); }
  .lx-expert-card__portrait img { min-height: 280px; }
  .lx-expert-card__copy { padding: 34px; }
  .lx-testimonial { grid-template-columns: 120px minmax(0, 1fr); }
  .lx-testimonial__person img { width: 115px; }
  .lx-testimonial__logo { grid-column: 2; min-height: auto; justify-content: start; padding: 15px 0 0; border-top: 1px solid var(--lx-line); border-left: 0; }
  .lx-prefooter-card { min-height: 245px; padding: 36px 28px; }
  .lx-prefooter-card__copy { width: 72%; }
  .lx-footer-grid { grid-template-columns: 1fr 1fr; gap: 45px; }
  .lx-footer-grid > div:last-child { grid-column: 1 / -1; }
  .lx-collection-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lx-import-section--split .lx-import-layout { grid-template-columns: 1fr; }
  .lx-expert-profile-hero { grid-template-columns: minmax(0, 1fr) 250px; gap: 35px; }
  .lx-expert-profile-portrait img { width: 240px; }
  .lx-contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .lx-calendar-months { grid-template-columns: 1fr; }
  .lx-rich-text--list-groups { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lx-product-page .lx-page-hero__inner { grid-template-columns: minmax(0, 1fr) 250px; gap: 35px; }
  .lx-page-hero__signal { width: 230px; }
}

@media (max-width: 680px) {
  .lx-container, .lx-container--narrow, .lx-container--reading { width: min(100% - 32px, var(--lx-container)); }
  .lx-section, .lx-data-section { padding: 58px 0; }
  .lx-section-heading { margin-bottom: 32px; }
  .lx-section-heading p { font-size: 1rem; }
  .lx-site-header__inner { width: calc(100% - 32px); min-height: 68px; grid-template-columns: 105px minmax(0, 1fr) 42px; gap: 8px; }
  .lx-primary-nav { top: 68px; }
  .lx-brand, .lx-brand img { width: 105px; }
  .lx-header-tools { gap: 6px; }
  .lx-header-search { height: 34px; }
  .lx-header-search input { width: 0; padding: 0; }
  .lx-header-search:focus-within input { width: 76px; padding-left: 10px; }
  .lx-header-search button { width: 33px; height: 33px; }
  .lx-language-switcher > * { height: 26px; padding: 0 5px; }
  .lx-language-switcher > * > span:last-child { display: none; }
  .lx-hero, .lx-hero__inner { min-height: 500px; }
  .lx-hero { background-image: linear-gradient(90deg, rgba(5,45,73,0.58), rgba(5,45,73,0.23)), url('../images/hero-bg.jpg'); background-position: 67% center; }
  .lx-hero__copy { width: 100%; padding: 42px 0 162px; }
  .lx-hero__copy h1 { max-width: 510px; font-size: clamp(2.2rem, 9.5vw, 3rem); }
  .lx-hero__copy > p:not(.lx-kicker) { max-width: 440px; font-size: 0.98rem; }
  .lx-hero__actions { align-items: stretch; flex-direction: column; max-width: 340px; }
  .lx-hero__actions .lx-button { width: 100%; }
  .lx-intro-section { padding-top: 55px; }
  .lx-story-grid, .lx-service-grid, .lx-program-grid, .lx-benefit-grid, .lx-faq-grid { grid-template-columns: 1fr; }
  .lx-story-column:last-child { grid-column: auto; }
  .lx-story-card__body { padding: 24px; }
  .lx-model-intro { gap: 32px; }
  .lx-model { width: min(100%, 390px); }
  .lx-model__circle { font-size: 0.73rem; }
  .lx-model__center { border-width: 5px; }
  .lx-model__center strong { font-size: 0.76rem; }
  .lx-model__center small { margin-top: 6px; font-size: 0.52rem; }
  .lx-dimension-grid { grid-template-columns: 1fr; gap: 15px; margin-top: 42px; }
  .lx-dimension-card { min-height: 0; padding: 25px 22px; }
  .lx-dimension-card p { max-width: 330px; }
  .lx-x-icon { width: 64px; }
  .lx-benefit-grid > div { padding: 25px; }
  .lx-logo-strip { padding-block: 25px; }
  .lx-logo-group { gap: 42px; padding-right: 42px; }
  .lx-client-logo { flex-basis: 122px; height: 54px; }
  .lx-client-logo img { max-width: 120px; max-height: 50px; }
  .lx-service-card, .lx-program-card { min-height: 245px; }
  .lx-service-model-section { padding-block: 64px; }
  .lx-service-model-section::before { display: none; }
  .lx-service-orbit { display: grid; width: 100%; aspect-ratio: auto; padding-top: 270px; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; }
  .lx-service-orbit::before, .lx-service-orbit::after { display: none; }
  .lx-orbit-node { position: relative; inset: auto; width: 100%; aspect-ratio: 1; min-height: 0; padding: 20px 15px; animation: none; transform: none; }
  .lx-orbit-node strong { max-width: 145px; font-size: 0.88rem; }
  .lx-orbit-petal { width: 40%; padding: 10px; }
  .lx-orbit-petal span { font-size: clamp(0.55rem, 2.5vw, 0.7rem); line-height: 1.22; }
  .lx-orbit-petal--red { top: 10px; left: 16%; }
  .lx-orbit-petal--yellow { top: 16px; right: 6%; }
  .lx-orbit-petal--blue { top: 110px; bottom: auto; left: 13%; }
  .lx-orbit-petal--green { top: 110px; right: 6%; bottom: auto; }
  .lx-orbit-center { top: 82px; left: 50%; width: 32%; min-height: 0; padding: 10px; border-width: 5px; transform: translateX(-50%); }
  .lx-orbit-center strong { font-size: clamp(0.68rem, 3vw, 0.84rem); }
  .lx-orbit-center small { font-size: clamp(0.48rem, 2.2vw, 0.62rem); }
  .lx-orbit-center:hover, .lx-orbit-center:focus-visible { transform: translateX(-50%) scale(1.035); }
  .lx-academy-copy { margin-bottom: 34px; }
  .lx-event-card { grid-template-columns: 108px minmax(0, 1fr) 13px; gap: 13px; padding: 14px; }
  .lx-event-date { padding: 11px; }
  .lx-event-copy h3 { font-size: 0.95rem; }
  .lx-event-copy p { font-size: 0.75rem; }
  .lx-event-card .lx-button { grid-column: 1 / 3; width: 100%; }
  .lx-status { grid-column: 3; }
  .lx-expert-thumbs { flex-wrap: nowrap; justify-content: flex-start; overflow-x: auto; padding: 5px 2px 10px; }
  .lx-expert-thumbs button { flex: 0 0 62px; }
  .lx-expert-card { grid-template-columns: 1fr; }
  .lx-expert-card__portrait { padding: 25px 25px 0; }
  .lx-expert-card__portrait img { width: 190px; min-height: 190px; margin: 0 auto; aspect-ratio: 1; }
  .lx-expert-card__copy { padding: 26px; text-align: center; }
  .lx-testimonial-shell { grid-template-columns: 39px minmax(0, 1fr) 39px; gap: 8px; }
  .lx-slider-button { width: 38px; font-size: 1.55rem; }
  .lx-testimonial { grid-template-columns: 1fr; gap: 17px; padding: 25px; text-align: center; }
  .lx-testimonial__person img { width: 120px; margin: 0 auto; }
  .lx-testimonial__logo { grid-column: auto; justify-content: center; }
  .lx-news-slider { grid-template-columns: 38px minmax(0, 1fr) 38px; gap: 7px; }
  .lx-news-slider__button { width: 38px; font-size: 1.55rem; }
  .lx-news-viewport { padding-block: 20px; margin-block: -20px; }
  .lx-news-grid { grid-auto-columns: 100%; gap: 16px; }
  .lx-prefooter { background: linear-gradient(180deg, #4d95bd 0 50%, #397fa9 50% 100%); }
  .lx-prefooter__grid { grid-template-columns: 1fr; width: 100%; }
  .lx-prefooter-card { min-height: 245px; padding: 38px 24px; }
  .lx-prefooter-card + .lx-prefooter-card { border-top: 1px solid rgba(255,255,255,0.32); border-left: 0; }
  .lx-prefooter-card__copy { width: 69%; }
  .lx-prefooter-card > img { right: -8%; width: 48%; opacity: 0.88; }
  .lx-footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .lx-footer-grid > div:last-child { grid-column: auto; }
  .lx-footer-bottom { align-items: flex-start; flex-direction: column; }
  .lx-page-hero { padding: 72px 0; }
  .lx-page-hero--image::after { inset: auto 0 0 42%; width: 70%; height: 68%; opacity: 0.28; }
  .lx-page-hero__inner { min-height: 220px; }
  .lx-page-hero h1 { font-size: clamp(2.35rem, 11vw, 3.5rem); }
  .lx-page-hero__actions .lx-button { width: 100%; }
  .lx-import-section { padding: 56px 0; }
  .lx-import-section--columns .lx-rich-text { padding: 24px; }
  .lx-rich-text--list-groups { grid-template-columns: 1fr; }
  .lx-rich-text--list-groups > ul { padding: 24px 22px 24px 42px; }
  .lx-product-page .lx-page-hero--product { min-height: 480px; padding: 64px 0; }
  .lx-product-page .lx-page-hero__inner { display: flex; min-height: 350px; }
  .lx-product-page .lx-page-hero__copy { max-width: 100%; }
  .lx-product-page .lx-page-hero__lead { max-width: min(100%, 520px); -webkit-line-clamp: 4; }
  .lx-product-page .lx-page-hero--image::after { inset: 0 0 0 42%; width: 72%; height: 100%; opacity: 0.18; }
  .lx-page-hero__signal { position: absolute; right: -32px; bottom: -30px; width: 220px; opacity: 0.2; pointer-events: none; }
  .lx-product-page .lx-import-section--columns .lx-rich-text:not(.lx-rich-text--heading-only):not(.lx-rich-text--list-groups) { padding: 27px; }
  .lx-collection-grid { grid-template-columns: 1fr; }
  .lx-expert-profile-hero { grid-template-columns: 1fr; gap: 28px; }
  .lx-expert-profile-portrait { grid-row: 1; }
  .lx-expert-profile-portrait img { width: 190px; }
  .lx-event-actions { grid-column: 1 / 3; width: 100%; }
  .lx-event-actions .lx-button { width: 100%; }
  .lx-contact-card { padding: 24px; }
  .lx-form-row { grid-template-columns: 1fr; }
  .lx-calendar-month { padding: 16px; }
  .lx-calendar-grid { gap: 3px; }
  .lx-calendar-day { min-height: 42px; font-size: 0.69rem; }
  .lx-calendar-day--event small { display: none; }
  #leadingx-ai-root .lx-launcher { width: 58px; min-width: 58px; height: 58px; justify-content: center; padding: 0; border-radius: 50%; }
  #leadingx-ai-root .lx-launcher-label { display: none; }
  #leadingx-ai-root .lx-key-icon { width: 27px; height: 27px; flex-basis: 27px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; }
  .lx-logo-viewport { overflow-x: auto; mask-image: none; -webkit-mask-image: none; }
  .lx-logo-track { animation: none; }
  .lx-logo-group[aria-hidden="true"] { display: none; }
  .lx-reveal-ready [data-lx-reveal] { opacity: 1; transform: none; }
}

/* Feedback refinement: shared subpage system */
.lx-nav-list a,
.lx-nav-list .sub-menu a,
.lx-button,
.lx-kicker,
.lx-dimension-card h3,
.lx-dimension-card a { text-transform: none; }
.lx-nav-list a { font-size: 0.78rem; letter-spacing: 0; }
.lx-nav-list .sub-menu a { font-size: 0.76rem; }
.lx-button { font-size: 0.82rem; letter-spacing: 0.015em; }
.lx-kicker { font-size: 0.8rem; letter-spacing: 0.08em; }

.lx-page-hero--photo { min-height: 500px; background: linear-gradient(118deg, #052f4c 0%, #07577f 55%, #0d7daa 100%); }
.lx-page-hero--photo::after {
  top: 0;
  right: 0;
  width: 56%;
  height: 100%;
  background-image: linear-gradient(90deg, #07577f 0%, rgba(7, 71, 105, 0.62) 24%, rgba(6, 51, 79, 0.06) 75%), var(--lx-page-hero-image);
  background-position: center;
  background-size: cover;
  opacity: 0.86;
  filter: saturate(0.9) contrast(1.03);
}
.lx-page-hero--photo .lx-page-hero__inner { display: grid; min-height: 295px; grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.75fr); gap: 70px; }
.lx-page-hero--photo .lx-page-hero__copy { position: relative; z-index: 2; max-width: 780px; }
.lx-page-hero--photo .lx-page-hero__lead { max-width: 690px; font-size: clamp(1.1rem, 1.6vw, 1.35rem); }
.lx-page--leistungen .lx-page-hero--photo::after { background-position: 50% 25%; }
.lx-page--xacademy .lx-page-hero--photo::after { background-position: center 20%; background-size: min(36vw, 430px) auto; background-repeat: no-repeat; }
.lx-page--vortraege-events .lx-page-hero--photo::after { background-position: center; }
.lx-page-hero--collage .lx-page-hero__inner { display: grid; grid-template-columns: minmax(0, 0.85fr) minmax(450px, 1.15fr); gap: 60px; }
.lx-testimonial-hero-collage { display: grid; height: 340px; grid-template-columns: repeat(4, minmax(0, 1fr)); grid-template-rows: repeat(3, 1fr); gap: 8px; transform: rotate(-1.5deg); }
.lx-testimonial-hero-collage img { width: 100%; height: 100%; min-height: 0; border: 2px solid rgba(255,255,255,0.58); border-radius: 13px; object-fit: cover; object-position: center top; background: white; box-shadow: 0 12px 28px rgba(2,31,51,0.24); }
.lx-testimonial-hero-collage img:nth-child(3n) { transform: translateY(7px); }
.lx-testimonial-hero-collage img:nth-child(4n + 1) { transform: translateY(-5px); }
.lx-testimonial-video { padding: 92px 0 18px; background: linear-gradient(180deg, #fff, #edf8fd); }
.lx-testimonial-video .lx-video-frame { width: min(100%, 1050px); margin-inline: auto; }

.lx-product-page .lx-page-content > .lx-import-section:first-child .lx-rich-text {
  max-width: 1120px;
  color: var(--lx-ink);
  font-size: clamp(1.1rem, 1.45vw, 1.3rem);
  line-height: 1.65;
}
.lx-product-page .lx-page-content > .lx-import-section:first-child .lx-rich-text strong { color: var(--lx-blue-700); }

.lx-import-layout--offers { display: block; }
.lx-offer-grid { display: grid; width: 100%; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.lx-offer-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.lx-offer-card { display: flex; overflow: hidden; min-width: 0; min-height: 100%; flex-direction: column; border: 1px solid var(--lx-line); border-radius: 18px; background: white; box-shadow: var(--lx-shadow-soft); }
.lx-offer-card__image { display: block; overflow: hidden; aspect-ratio: 16 / 9; background: var(--lx-blue-100); }
.lx-offer-card__image .lx-content-image { width: 100%; height: 100%; border: 0; border-radius: 0; box-shadow: none; }
.lx-offer-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform 320ms ease; }
.lx-offer-card__image img[src*="brand-mark-circle"] { padding: 22px; object-fit: contain; background: #edf7fc; }
.lx-offer-card:hover .lx-offer-card__image img { transform: scale(1.035); }
.lx-offer-card > .lx-rich-text { display: flex; flex: 1; flex-direction: column; padding: 28px 28px 16px; border: 0 !important; border-radius: 0 !important; background: white !important; box-shadow: none !important; }
.lx-offer-card > .lx-rich-text::before { display: none; }
.lx-offer-card > .lx-rich-text h2,
.lx-offer-card > .lx-rich-text h3 { margin-top: 0; font-size: clamp(1.35rem, 2vw, 1.75rem); }
.lx-offer-card__action { align-self: flex-start; margin: auto 28px 28px; }
.lx-product-inline-image { display: block; overflow: hidden; border-radius: 24px; box-shadow: 0 28px 70px -40px rgba(8,47,76,0.48); }
.lx-product-inline-image .lx-content-image { border: 0; border-radius: 0; box-shadow: none; }
.lx-product-inline-image img { transition: transform 320ms ease; }
.lx-product-inline-image:hover img { transform: scale(1.025); }
.lx-product-inline-action { display: inline-flex; margin-top: 16px; }

.lx-format-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.lx-format-card { display: grid; min-height: 220px; grid-template-columns: 128px minmax(0, 1fr); align-items: center; overflow: hidden; border: 1px solid var(--lx-line); border-radius: 18px; color: var(--lx-copy); background: white; box-shadow: var(--lx-shadow-soft); transition: transform 180ms ease, box-shadow 180ms ease; }
.lx-format-card:hover { color: var(--lx-copy); box-shadow: var(--lx-shadow); transform: translateY(-3px); }
.lx-format-card img { width: 100%; height: 100%; padding: 22px; object-fit: contain; background: linear-gradient(145deg, #e9f6fc, #f7fcff); }
.lx-format-card > span { display: flex; min-width: 0; flex-direction: column; align-self: stretch; padding: 25px 24px; }
.lx-format-card strong { color: var(--lx-ink); font-size: 1.2rem; line-height: 1.2; }
.lx-format-card small { margin-top: 10px; color: var(--lx-copy); font-size: 0.87rem; line-height: 1.5; }
.lx-format-card b { margin-top: auto; padding-top: 18px; color: var(--lx-blue-700); font-size: 0.77rem; }

.lx-events-intro { padding: 84px 0 24px; background: #f0f9fe; }
.lx-events-intro > .lx-container { display: grid; grid-template-columns: minmax(0, 1fr) minmax(440px, 0.85fr); align-items: end; gap: 70px; }
.lx-events-intro__copy p:last-child { max-width: 760px; }
.lx-events-legend { display: grid; gap: 10px; }
.lx-events-legend > span { display: grid; grid-template-columns: 18px minmax(0, 1fr); column-gap: 13px; padding: 13px 16px; border: 1px solid var(--lx-line); border-radius: 10px; background: white; box-shadow: 0 6px 20px rgba(8,47,76,0.05); }
.lx-events-legend i { width: 13px; height: 13px; grid-row: 1 / span 2; align-self: center; border-radius: 50%; }
.lx-events-legend .is-free { background: #16a16d; }
.lx-events-legend .is-limited { background: #f2b614; }
.lx-events-legend .is-full { background: #dd4545; }
.lx-events-legend strong { color: var(--lx-ink); font-size: 0.86rem; }
.lx-events-legend small { color: var(--lx-copy); font-size: 0.75rem; }
.lx-page--termine .lx-events-section { padding-top: 46px; }

.lx-experts-section--overview { background: linear-gradient(180deg, #fff 0%, #f2f9fd 100%); }
.lx-expert-overview-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.lx-expert-overview-card { display: grid; min-width: 0; grid-template-columns: 190px minmax(0, 1fr); align-items: center; overflow: hidden; border: 1px solid var(--lx-line); border-radius: 19px; background: white; box-shadow: var(--lx-shadow-soft); }
.lx-expert-overview-card__portrait { align-self: stretch; min-height: 310px; background: linear-gradient(145deg, #e9f6fc, #f8fcff); }
.lx-expert-overview-card__portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.lx-expert-overview-card > div { padding: 28px; }
.lx-expert-overview-card h3 { font-size: 1.55rem; }
.lx-expert-overview-card h3 a { color: var(--lx-ink); }
.lx-expert-overview-card p { font-size: 0.9rem; }
.lx-expert-opportunity { display: flex; min-height: 290px; flex-direction: column; justify-content: center; padding: clamp(34px, 5vw, 58px); grid-column: 1 / -1; border-radius: 19px; color: white; background: linear-gradient(125deg, #075982, #073a5d); }
.lx-expert-opportunity h3, .lx-expert-opportunity p, .lx-expert-opportunity .lx-kicker { max-width: 820px; color: white; }
.lx-expert-opportunity .lx-button { align-self: flex-start; margin-top: 10px; }

.lx-testimonials-section--overview { color: var(--lx-copy); background: linear-gradient(180deg, #edf8fd, #fff); }
.lx-testimonials-section--overview .lx-section-heading h2 { color: var(--lx-ink); }
.lx-testimonials-section--overview .lx-section-heading p { color: var(--lx-copy); }
.lx-testimonial-wall { columns: 3 340px; column-gap: 22px; }
.lx-testimonial-wall__card { display: inline-block; width: 100%; padding: 26px; margin: 0 0 22px; break-inside: avoid; border: 1px solid var(--lx-line); border-radius: 16px; background: white; box-shadow: var(--lx-shadow-soft); }
.lx-testimonial-wall__head { display: grid; grid-template-columns: 72px minmax(0, 1fr) auto; align-items: center; gap: 14px; margin-bottom: 19px; }
.lx-testimonial-wall__head > img:first-child { width: 88px; aspect-ratio: 1; padding: 4px; border: 3px solid var(--lx-blue-100); border-radius: 50%; object-fit: contain; object-position: center; background: white; }
.lx-testimonial-wall__head p { margin: 0; line-height: 1.35; }
.lx-testimonial-wall__head strong, .lx-testimonial-wall__head span { display: block; }
.lx-testimonial-wall__head strong { color: var(--lx-ink); }
.lx-testimonial-wall__head span { margin-top: 4px; font-size: 0.75rem; }
.lx-testimonial-wall__logo { width: 70px; max-height: 44px; object-fit: contain; }
.lx-testimonial-wall blockquote { margin: 0; color: var(--lx-copy); font-size: 0.92rem; line-height: 1.65; }
.lx-testimonial-wall blockquote p:last-child { margin-bottom: 0; }

.lx-contact-overview { padding: 100px 0; background: linear-gradient(145deg, #edf8fd 0%, #fff 64%); }
.lx-contact-overview__intro { display: grid; max-width: 920px; margin-bottom: 48px; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 20px 45px; }
.lx-contact-overview__intro .lx-kicker, .lx-contact-overview__intro h2 { grid-column: 1 / -1; }
.lx-contact-overview__intro p { margin: 0; font-size: 1.08rem; }
.lx-location-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.lx-location-grid article { display: flex; min-height: 330px; flex-direction: column; padding: 31px; border: 1px solid var(--lx-line); border-radius: 17px; background: white; box-shadow: var(--lx-shadow-soft); }
.lx-location-grid address { margin-bottom: 18px; color: var(--lx-copy); font-style: normal; }
.lx-location-grid a { font-weight: 700; }
.lx-location-grid a + a { margin-top: 4px; }
.lx-contact-note { padding: 21px; margin-top: 30px; border-left: 4px solid var(--lx-yellow); border-radius: 0 10px 10px 0; color: var(--lx-ink); background: rgba(255,255,255,0.1); }

.lx-case-hero__visual--photo { overflow: hidden; padding: 0; }
.lx-case-hero__visual--photo::before { z-index: 2; }
.lx-case-hero__photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.lx-case-hero__visual--photo::after { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(5,45,73,0.06) 35%, rgba(5,45,73,0.9) 100%); content: ''; }
.lx-case-hero__visual--photo .lx-case-hero__steps { position: absolute; z-index: 3; right: 22px; bottom: 22px; left: 22px; }
.lx-case-contact { padding: 80px 0; color: white; background: linear-gradient(125deg, #0878b3, #073a5d); }
.lx-case-contact > .lx-container { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 50px; }
.lx-case-contact h2, .lx-case-contact p, .lx-case-contact .lx-kicker { max-width: 900px; color: white; }
.lx-case-archive-intro { padding: 56px 0 0; background: #f2f9fd; }
.lx-case-archive-intro p { max-width: 960px; margin: 0; color: var(--lx-ink); font-size: clamp(1.08rem, 1.7vw, 1.35rem); font-weight: 650; }
.post-type-archive-lx_case_study .lx-cases-section--browser { padding-top: 48px; }

.lx-news-card, .lx-news-card__copy, .lx-news-card h3, .lx-news-card p { min-width: 0; overflow-wrap: anywhere; }
.lx-reference-logos { padding: 78px 0; background: #edf8fd; }
.lx-reference-logo-grid { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); align-items: center; gap: 22px; }
.lx-reference-logo-grid figure { display: grid; min-width: 0; height: 95px; margin: 0; place-items: center; padding: 17px; border: 1px solid var(--lx-line); border-radius: 12px; background: white; box-shadow: 0 8px 24px rgba(8,47,76,0.06); }
.lx-reference-logo-grid img { max-width: 100%; max-height: 58px; object-fit: contain; }
.lx-reference-directory { padding: 92px 0; }
.lx-reference-directory h2 { margin-bottom: 36px; }
.lx-reference-directory ul { columns: 2 360px; column-gap: 70px; padding: 0; margin: 0; list-style: none; }
.lx-reference-directory li { position: relative; padding: 10px 10px 10px 22px; break-inside: avoid; border-bottom: 1px solid rgba(8,47,76,0.08); }
.lx-reference-directory li::before { position: absolute; top: 19px; left: 2px; width: 7px; height: 7px; border-radius: 50%; background: linear-gradient(135deg, #1289cc, #00a874); content: ''; }
.lx-competency-intro .lx-import-layout { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.lx-competency-intro--kooperation-team-verkauf .lx-import-layout,
.lx-competency-intro--co-innovation-change .lx-import-layout { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.lx-competency-intro .lx-rich-text--heading-only { grid-column: 1 / -1; }
.lx-competency-intro .lx-rich-text--heading-only + .lx-rich-text { grid-column: auto; }
.lx-competency-intro .lx-rich-text h3 + h3 { padding-top: 22px; margin-top: 22px; border-top: 1px solid var(--lx-line); }
.lx-xnavi-callout { color: white; background: linear-gradient(125deg, #0b78af, #075078 56%, #063755); }
.lx-xnavi-callout > .lx-container { display: grid; grid-template-columns: minmax(0, 1fr) 300px; align-items: center; gap: 80px; }
.lx-xnavi-callout h2, .lx-xnavi-callout p, .lx-xnavi-callout .lx-kicker { max-width: 850px; color: white; }
.lx-xnavi-callout__mark { display: grid; width: 260px; min-height: 260px; place-items: center; justify-self: end; border: 1px solid rgba(255,255,255,0.23); border-radius: 50%; background: rgba(255,255,255,0.06); box-shadow: 0 30px 70px rgba(1,30,49,0.26); }
.lx-xnavi-callout__mark .lx-x-icon { width: 110px; }
.lx-xnavi-callout__mark small { max-width: 180px; color: rgba(255,255,255,0.76); font-weight: 700; text-align: center; }
.lx-page--kunden-a-z .lx-page-content > .lx-import-section { padding: 86px 0; background: linear-gradient(180deg, #f2f9fd, #fff); }
.lx-page--kunden-a-z .lx-import-layout { grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: start; }
.lx-page--kunden-a-z .lx-import-section--columns .lx-rich-text:has(> h2:first-child) { grid-column: auto; }
.lx-page--kunden-a-z .lx-rich-text { max-width: none; }
.lx-page--kunden-a-z .lx-rich-text h2 { margin-bottom: 32px; }
.lx-page--kunden-a-z .lx-rich-text ul { columns: 2 360px; column-gap: 70px; padding: 0; margin: 0; list-style: none; }
.lx-page--kunden-a-z .lx-rich-text li { position: relative; padding: 9px 8px 9px 21px; break-inside: avoid; border-bottom: 1px solid rgba(8,47,76,0.08); }
.lx-page--kunden-a-z .lx-rich-text li::before { position: absolute; top: 18px; left: 2px; width: 7px; height: 7px; border-radius: 50%; background: var(--lx-blue-600); content: ''; }

@media (max-width: 1100px) {
  .lx-nav-list a { font-size: 0.7rem; }
  .lx-format-card { grid-template-columns: 105px minmax(0, 1fr); }
  .lx-expert-overview-card { grid-template-columns: 155px minmax(0, 1fr); }
	.lx-offer-grid--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.lx-reference-logo-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
}

@media (max-width: 920px) {
  .lx-page-hero--photo .lx-page-hero__inner { grid-template-columns: minmax(0, 1fr) 260px; gap: 35px; }
  .lx-offer-grid, .lx-format-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lx-events-intro > .lx-container { grid-template-columns: 1fr; gap: 30px; }
  .lx-expert-overview-grid, .lx-location-grid { grid-template-columns: 1fr; }
	.lx-page-hero--collage .lx-page-hero__inner { grid-template-columns: minmax(0, 1fr) 340px; gap: 30px; }
	.lx-testimonial-hero-collage { height: 290px; }
  .lx-location-grid article { min-height: 0; }
}

@media (max-width: 680px) {
  .lx-page-hero--photo { min-height: 470px; }
  .lx-page-hero--photo::after { inset: 0 0 0 34%; width: 82%; height: 100%; opacity: 0.52; }
  .lx-page-hero--photo .lx-page-hero__inner { display: flex; min-height: 320px; }
  .lx-page-hero--photo .lx-page-hero__copy { text-shadow: 0 2px 18px rgba(3,36,58,0.28); }
	.lx-page-hero--collage { min-height: 620px; }
	.lx-page-hero--collage .lx-page-hero__inner { display: grid; grid-template-columns: 1fr; gap: 25px; }
	.lx-testimonial-hero-collage { height: 220px; grid-template-columns: repeat(6, minmax(0, 1fr)); grid-template-rows: repeat(2, 1fr); gap: 5px; transform: none; }
	.lx-testimonial-hero-collage img { border-radius: 8px; }
	.lx-testimonial-video { padding-top: 60px; }
  .lx-offer-grid, .lx-format-grid { grid-template-columns: 1fr; }
	.lx-offer-grid--4 { grid-template-columns: 1fr; }
	.lx-reference-logo-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
	.lx-reference-logo-grid figure { height: 76px; padding: 12px; }
	.lx-reference-directory ul { columns: 1; }
	.lx-competency-intro .lx-import-layout,
	.lx-competency-intro--kooperation-team-verkauf .lx-import-layout,
	.lx-competency-intro--co-innovation-change .lx-import-layout { grid-template-columns: 1fr; }
	.lx-xnavi-callout > .lx-container { grid-template-columns: 1fr; gap: 40px; }
	.lx-xnavi-callout__mark { width: 220px; min-height: 220px; justify-self: center; }
	.lx-page--kunden-von-a-z .lx-rich-text ul { columns: 1; }
  .lx-format-card { min-height: 190px; grid-template-columns: 104px minmax(0, 1fr); }
  .lx-offer-card > .lx-rich-text { padding: 24px 22px 13px; }
  .lx-offer-card__action { margin: auto 22px 24px; }
  .lx-events-intro { padding-top: 60px; }
  .lx-expert-overview-card { grid-template-columns: 118px minmax(0, 1fr); align-items: stretch; }
  .lx-expert-overview-card__portrait { min-height: 260px; }
  .lx-expert-overview-card > div { padding: 22px 18px; }
  .lx-expert-overview-card h3 { font-size: 1.3rem; }
  .lx-expert-overview-card p { font-size: 0.82rem; }
  .lx-testimonial-wall { columns: 1; }
  .lx-contact-overview { padding: 64px 0; }
  .lx-contact-overview__intro { display: block; }
  .lx-contact-overview__intro .lx-button { margin-top: 20px; }
  .lx-case-contact > .lx-container { grid-template-columns: 1fr; gap: 20px; }
  .lx-case-contact .lx-button { width: 100%; }
}

/* Animated original hero scene */
.lx-hero {
  background: linear-gradient(112deg, #0b527d 0%, #147cac 54%, #72b3d4 100%);
  animation: none;
}
.lx-hero::after {
  position: absolute;
  z-index: -1;
  top: -20%;
  left: 18%;
  width: 630px;
  aspect-ratio: 0.88;
  background: url('../images/leadingx-x-clean.png') center / contain no-repeat;
  content: '';
  opacity: 0.13;
  pointer-events: none;
}
.lx-hero__copy { position: relative; z-index: 2; }
.lx-hero__scene { position: absolute; z-index: 1; right: -10%; bottom: -1px; width: 56%; height: 100%; pointer-events: none; }
.lx-hero__scene img { width: 100%; height: 100%; object-fit: contain; object-position: right bottom; }

@media (max-width: 920px) {
  .lx-hero::after { top: -15%; left: 12%; width: 520px; }
  .lx-hero__scene { right: -14%; width: 68%; }
}

@media (max-width: 680px) {
  .lx-hero::after { top: -3%; left: -26%; width: 440px; opacity: 0.11; }
  .lx-hero__scene { right: -27%; bottom: -5%; width: 94%; height: 67%; opacity: 0.82; }
}

/* Shared navigation and product relationships */
.lx-breadcrumbs { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 20px; color: rgba(255,255,255,0.72); font-size: 0.7rem; font-weight: 650; letter-spacing: 0.02em; }
.lx-breadcrumbs a { color: inherit; }
.lx-breadcrumbs a:hover { color: white; }
.lx-related-section { background: #f4faff; }
.lx-related-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.lx-related-card { display: flex; min-height: 245px; flex-direction: column; align-items: flex-start; padding: 30px; border: 1px solid var(--lx-line); border-radius: 16px; background: white; box-shadow: var(--lx-shadow-soft); }
.lx-related-card h3 { font-size: clamp(1.35rem, 2vw, 1.7rem); }
.lx-related-card .lx-text-link { margin-top: auto; }
.lx-product-cta { padding: 76px 0; color: white; background: linear-gradient(120deg, var(--lx-blue-900), #0b6d9f); }
.lx-product-cta .lx-container { display: grid; gap: 30px; }
.lx-product-cta__questions { display: flex; flex-wrap: wrap; gap: 9px; }
.lx-product-cta__questions span { padding: 9px 13px; border: 1px solid rgba(255,255,255,0.2); border-radius: 999px; color: rgba(255,255,255,0.9); background: rgba(255,255,255,0.07); font-size: 0.78rem; font-weight: 700; }
.lx-product-cta__copy { display: flex; align-items: end; justify-content: space-between; gap: 45px; }
.lx-product-cta h2, .lx-product-cta .lx-kicker { color: white; }
.lx-product-cta p { max-width: 720px; margin-bottom: 0; color: rgba(255,255,255,0.82); }
.lx-product-cta .lx-actions { flex: 0 0 auto; margin: 0; }

/* Curated overview pages */
.lx-hub-intro { background: white; }
.lx-hub-intro__grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(330px, 0.75fr); align-items: start; gap: clamp(45px, 8vw, 110px); }
.lx-hub-intro__grid h2 { font-size: clamp(2.5rem, 4.8vw, 4.6rem); text-wrap: balance; }
.lx-hub-intro__grid > div:last-child { padding-top: 30px; font-size: 1.08rem; }
.lx-hub-dimensions { background: var(--lx-blue-50); }
.lx-hub-principles { background: white; }
.lx-hub-principle-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--lx-line); border-left: 1px solid var(--lx-line); }
.lx-hub-principle-grid article { min-height: 260px; padding: 32px; border-right: 1px solid var(--lx-line); border-bottom: 1px solid var(--lx-line); }
.lx-hub-principle-grid span { color: var(--lx-blue-600); font-size: 0.7rem; font-weight: 850; letter-spacing: 0.1em; }
.lx-hub-principle-grid h3 { margin-top: 42px; }
.lx-hub-video-section { background: linear-gradient(145deg, #eaf6fc, #f8fcff); }
.lx-hub-video-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.lx-hub-paths { background: var(--lx-blue-50); }

/* LeadingX10 sales landing page */
.lx-sales-page { color: #375a70; background: #f7fbfe; }
.lx-sales-page h1, .lx-sales-page h2, .lx-sales-page h3 { color: var(--lx-ink); }
.lx-sales-hero { position: relative; overflow: hidden; padding: 48px 0 68px; border-bottom: 4px solid transparent; border-image: linear-gradient(90deg, #1588c9, #06a373, #cee211, #ffd323, #e63b3d) 1; color: rgba(255,255,255,0.86); background: linear-gradient(135deg, #062f4d 0%, #075982 58%, #0b78a6 100%); isolation: isolate; }
.lx-sales-hero::before { position: absolute; z-index: -1; top: -35%; right: -10%; width: 58vw; height: 58vw; border-radius: 50%; background: radial-gradient(circle, rgba(45,149,203,0.19), transparent 66%); content: ''; animation: lx-sales-breathe 9s ease-in-out infinite alternate; }
.lx-sales-hero .lx-breadcrumbs { color: rgba(255,255,255,0.68); }
.lx-sales-hero .lx-breadcrumbs a:hover { color: white; }
.lx-sales-hero__grid { display: grid; min-height: 510px; grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr); align-items: center; gap: clamp(45px, 7vw, 100px); }
.lx-sales-hero__copy h1 { max-width: 780px; color: white; font-size: clamp(3.5rem, 7vw, 6.8rem); line-height: 0.92; }
.lx-sales-hero__claim { max-width: 760px; margin-bottom: 15px; color: white; font-size: clamp(1.45rem, 2.4vw, 2.2rem); font-weight: 700; line-height: 1.22; letter-spacing: -0.025em; }
.lx-sales-hero__lead { max-width: 680px; color: rgba(255,255,255,0.8); font-size: 1.08rem; }
.lx-sales-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.lx-sales-hero .lx-button--outline { border-color: rgba(255,255,255,0.62); color: white; background: rgba(255,255,255,0.08); }
.lx-sales-mark { position: relative; display: grid; width: min(520px, 96%); aspect-ratio: 2.05; justify-self: center; place-items: center; overflow: visible; isolation: isolate; }
.lx-sales-mark::before { display: none; }
.lx-sales-mark__brand { position: relative; z-index: 1; display: block; width: 100%; height: 100%; object-fit: contain; animation: lx-sales-mark-float 6s ease-in-out infinite; }
.lx-sales-facts { display: grid; overflow: hidden; margin-top: clamp(38px, 4vw, 56px); grid-template-columns: repeat(3, 1fr); border: 1px solid rgba(255,255,255,0.2); border-radius: 15px; background: rgba(3,38,61,0.28); box-shadow: 0 20px 55px -38px rgba(0,0,0,0.5); backdrop-filter: blur(12px); }
.lx-sales-facts > div { padding: 23px 26px; }
.lx-sales-facts > div + div { border-left: 1px solid rgba(255,255,255,0.16); }
.lx-sales-facts span, .lx-sales-facts small { display: block; }
.lx-sales-facts span { color: #89d7f4; font-size: 0.66rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.lx-sales-facts strong { display: block; margin: 4px 0; color: white; font-size: 1.17rem; }
.lx-sales-facts small { color: rgba(255,255,255,0.68); }
.lx-sales-proof { padding: 32px 0; background: white; }
.lx-sales-proof .lx-container { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.lx-sales-proof p { margin: 0; color: var(--lx-ink); font-size: clamp(1.08rem, 1.8vw, 1.35rem); }
.lx-sales-proof a { flex: 0 0 auto; font-weight: 750; }
.lx-sales-section { padding: 110px 0; }
.lx-sales-heading { max-width: 950px; margin: 0 auto 58px; text-align: center; }
.lx-sales-heading--left { max-width: 980px; margin-left: 0; text-align: left; }
.lx-sales-heading h2 { font-size: clamp(2.5rem, 5.2vw, 5.2rem); text-wrap: balance; }
.lx-sales-heading h2 > span { color: #6c8494; font-weight: 520; }
.lx-sales-heading > p:last-child { max-width: 760px; margin-inline: auto; font-size: 1.1rem; }
.lx-sales-problem { color: rgba(255,255,255,0.76); background: #061f32; }
.lx-sales-problem h2, .lx-sales-problem h3, .lx-sales-problem .lx-kicker { color: white; }
.lx-sales-problem .lx-sales-heading h2 > span { color: rgba(255,255,255,0.48); }
.lx-pressure-cloud { display: flex; max-width: 1080px; flex-wrap: wrap; justify-content: center; gap: 12px; margin: 0 auto 64px; }
.lx-pressure-cloud span { padding: 10px 17px; border: 1px solid rgba(255,255,255,0.15); border-radius: 999px; color: rgba(255,255,255,0.84); background: rgba(255,255,255,0.05); font-size: clamp(0.9rem, 1.5vw, 1.2rem); }
.lx-pressure-cloud span:nth-child(5) { border-color: rgba(255,211,35,0.45); color: var(--lx-yellow); }
.lx-sales-statement { padding-top: 46px; border-top: 1px solid rgba(255,255,255,0.12); text-align: center; }
.lx-sales-statement p { margin-bottom: 6px; }
.lx-sales-statement strong { color: white; font-size: clamp(1.75rem, 3.8vw, 3.5rem); line-height: 1.15; }
.lx-sales-shift { background: white; }
.lx-sales-split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(370px, 0.9fr); align-items: center; gap: clamp(50px, 8vw, 110px); }
.lx-sales-split h2 { font-size: clamp(2.45rem, 4.6vw, 4.7rem); }
.lx-check-list { display: grid; padding: 0; margin: 32px 0 0; grid-template-columns: repeat(2, 1fr); gap: 12px; list-style: none; }
.lx-check-list li { position: relative; padding: 15px 16px 15px 45px; border: 1px solid var(--lx-line); border-radius: 10px; background: #f7fbfe; font-weight: 650; }
.lx-check-list li::before { position: absolute; top: 14px; left: 16px; color: #00a874; content: '✓'; font-weight: 900; }
.lx-impact-chain { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: center; gap: 10px; }
.lx-impact-chain div { display: flex; min-height: 180px; flex-direction: column; justify-content: center; padding: 23px; border: 1px solid var(--lx-line); border-radius: 50%; background: linear-gradient(145deg, #fff, #eaf5fb); text-align: center; box-shadow: var(--lx-shadow-soft); }
.lx-impact-chain span { color: var(--lx-blue-700); font-size: 0.68rem; font-weight: 800; }
.lx-impact-chain strong { color: var(--lx-ink); font-size: 1.04rem; }
.lx-impact-chain small { font-size: 0.67rem; line-height: 1.35; }
.lx-impact-chain i { color: var(--lx-blue-600); font-style: normal; }
.lx-sales-xxx { background: linear-gradient(180deg, #eaf6fc, #f8fcff); }
.lx-xxx-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.lx-xxx-grid article { position: relative; overflow: hidden; min-height: 390px; padding: 38px; border: 1px solid rgba(8,47,76,0.1); border-radius: 18px; background: rgba(255,255,255,0.82); box-shadow: var(--lx-shadow-soft); }
.lx-xxx-grid article > span { position: absolute; top: 24px; right: 24px; width: 112px; aspect-ratio: 1; border-radius: 50%; background: url('../images/brand-mark-circle.jpg') center / contain no-repeat; font-size: 0; line-height: 0; opacity: 0.34; }
.lx-xxx-grid h3 { position: relative; margin-top: 86px; font-size: 2rem; }
.lx-xxx-lead { color: var(--lx-ink); font-size: 1.12rem; font-weight: 750; }
.lx-sales-benefits { background: white; }
.lx-sales-benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--lx-line); border-left: 1px solid var(--lx-line); }
.lx-sales-benefit-grid article { min-height: 270px; padding: 30px; border-right: 1px solid var(--lx-line); border-bottom: 1px solid var(--lx-line); }
.lx-sales-benefit-grid span { color: var(--lx-blue-600); font-size: 0.7rem; font-weight: 850; }
.lx-sales-benefit-grid h3 { margin-top: 42px; }
.lx-sales-experience { color: rgba(255,255,255,0.78); background: linear-gradient(125deg, #052d49, #0b527d); }
.lx-sales-experience h2, .lx-sales-experience .lx-kicker { color: white; }
.lx-sales-experience__head { display: grid; margin-bottom: 50px; grid-template-columns: 1.2fr 0.8fr; align-items: end; gap: 50px; }
.lx-sales-experience__head h2 { font-size: clamp(2.8rem, 5vw, 5rem); }
.lx-sales-experience .lx-video-frame { padding: 0; border: 4px solid transparent; border-radius: 18px; background: linear-gradient(#071f2f, #071f2f) padding-box, conic-gradient(from 45deg, #ffd323, #e83f42, #198aca, #0aac78, #ffd323) border-box; }
.lx-sales-experience .lx-video-frame::after { display: none; }
.lx-sales-experience .lx-video-launch, .lx-sales-experience .lx-video-frame iframe { border-radius: 13px; }
.lx-sales-target { background: #f6fbfe; }
.lx-target-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.lx-target-list span { padding: 20px; border: 1px solid var(--lx-line); border-radius: 12px; color: var(--lx-ink); background: white; font-weight: 750; box-shadow: var(--lx-shadow-soft); }
.lx-sales-guarantee { color: white; background: #0b527d; }
.lx-sales-guarantee h2, .lx-sales-guarantee .lx-kicker { color: white; }
.lx-sales-guarantee__inner { display: grid; grid-template-columns: 105px minmax(0, 1fr) auto; align-items: center; gap: 36px; }
.lx-sales-guarantee__mark { display: grid; width: 96px; aspect-ratio: 1; place-items: center; border: 2px solid rgba(255,255,255,0.6); border-radius: 50%; color: var(--lx-yellow); font-size: 2.4rem; font-weight: 900; }
.lx-sales-guarantee p { max-width: 720px; margin-bottom: 0; color: rgba(255,255,255,0.82); }
.lx-sales-final { padding: 105px 0; color: white; background: linear-gradient(125deg, #052d49, #0d72ad); text-align: center; }
.lx-sales-final h2, .lx-sales-final .lx-kicker { color: white; }
.lx-sales-final h2 { max-width: 900px; margin-inline: auto; }
.lx-sales-sticky { position: fixed; z-index: 90; bottom: 18px; left: 50%; display: flex; align-items: center; gap: 20px; padding: 11px 12px 11px 18px; border: 1px solid rgba(255,255,255,0.15); border-radius: 14px; color: white; background: rgba(5,45,73,0.94); box-shadow: 0 18px 45px rgba(5,45,73,0.3); backdrop-filter: blur(14px); transform: translateX(-50%); }
.lx-sales-sticky span { display: flex; flex-direction: column; }
.lx-sales-sticky small { color: rgba(255,255,255,0.65); font-size: 0.64rem; }
@keyframes lx-sales-ring { to { transform: rotate(360deg); } }
@keyframes lx-sales-mark-ring { from { transform: translate(-50%, -50%) rotate(0); } to { transform: translate(-50%, -50%) rotate(360deg); } }
@keyframes lx-sales-breathe { from { opacity: .55; transform: scale(.88); } to { opacity: 1; transform: scale(1.1); } }
@keyframes lx-sales-mark-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }

@media (max-width: 1000px) {
  .lx-hero__scene { right: -8%; width: 72%; }
  .lx-sales-hero__grid { grid-template-columns: minmax(0, 1fr) 320px; gap: 35px; }
  .lx-sales-mark { width: 310px; }
  .lx-sales-split { grid-template-columns: 1fr; }
  .lx-impact-chain { max-width: 700px; margin-inline: auto; }
  .lx-sales-benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .lx-related-grid { grid-template-columns: repeat(2, 1fr); }
  .lx-import-section--columns .lx-import-layout { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lx-hub-intro__grid { grid-template-columns: 1fr; gap: 20px; }
  .lx-hub-intro__grid > div:last-child { padding-top: 0; }
  .lx-hub-principle-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lx-page--coaching .lx-import-section--columns .lx-import-layout { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lx-page--coaching .lx-import-section--columns .lx-rich-text:last-child { grid-column: 1 / -1; }
}

@media (max-width: 720px) {
  .lx-hero, .lx-hero__inner { min-height: 620px; }
  .lx-hero { background: linear-gradient(135deg, #649dc2, #afd4e7); }
  .lx-hero::after { top: -4%; left: 5%; font-size: 400px; }
  .lx-hero__copy { width: 100%; padding: 42px 0 245px; }
  .lx-hero__copy h1 { max-width: 480px; }
  .lx-hero__scene { right: -30%; bottom: -2px; width: 133%; height: 55%; }
  .lx-breadcrumbs { margin-bottom: 16px; font-size: 0.64rem; }
  .lx-product-cta__copy, .lx-sales-proof .lx-container { align-items: stretch; flex-direction: column; }
  .lx-product-cta .lx-actions { width: 100%; flex-direction: column; }
  .lx-related-grid { grid-template-columns: 1fr; }
  .lx-import-section--columns .lx-import-layout { grid-template-columns: 1fr; }
  .lx-import-section--columns .lx-rich-text:has(> h2:first-child) { grid-column: auto; }
  .lx-single--seminar .lx-seminar-detail-grid { grid-template-columns: 1fr; }
  .lx-single--seminar .lx-seminar-detail:last-child:nth-child(odd) { grid-column: auto; }
  .lx-hub-principle-grid, .lx-hub-video-grid { grid-template-columns: 1fr; }
  .lx-hub-principle-grid article { min-height: 0; }
  .lx-page--coaching .lx-page-content > .lx-import-section:first-child { padding: 30px 0; }
  .lx-page--coaching .lx-page-content > .lx-import-section:first-child .lx-rich-text { padding: 24px; }
  .lx-page--coaching .lx-import-section--columns .lx-import-layout { grid-template-columns: 1fr; }
  .lx-page--coaching .lx-import-section--columns .lx-rich-text:last-child { grid-column: auto; }
  .lx-page--coaching .lx-import-section--split .lx-import-layout { grid-template-columns: 1fr; gap: 0; }
  .lx-page--coaching .lx-import-section--split .lx-content-image { min-height: 0; aspect-ratio: 16 / 9; border-right: 1px solid var(--lx-line); border-radius: 18px 18px 0 0; }
  .lx-page--coaching .lx-import-section--split .lx-content-image:not(:first-child) { margin-top: 26px; }
  .lx-page--coaching .lx-import-section--split .lx-rich-text { padding: 26px; border-top: 0; border-left: 1px solid var(--lx-line); border-radius: 0 0 18px 18px; }
  .lx-page--coaching .lx-import-section--split .lx-actions { grid-template-columns: 1fr; }
  .lx-sales-hero { padding-top: 28px; }
  .lx-sales-hero__grid { min-height: 0; grid-template-columns: 1fr; gap: 36px; }
  .lx-sales-hero__copy h1 { font-size: clamp(3.2rem, 15vw, 5.2rem); }
  .lx-sales-hero__actions { align-items: stretch; flex-direction: column; }
  .lx-sales-hero__actions .lx-button { width: 100%; }
  .lx-sales-mark { width: min(250px, 68vw); }
  .lx-sales-facts { grid-template-columns: 1fr; margin-top: 46px; }
  .lx-sales-facts > div + div { border-top: 1px solid rgba(8,47,76,0.09); border-left: 0; }
  .lx-sales-section { padding: 74px 0; }
  .lx-sales-heading { margin-bottom: 40px; text-align: left; }
  .lx-sales-heading > p:last-child { margin-left: 0; }
  .lx-xxx-grid, .lx-sales-experience__head { grid-template-columns: 1fr; }
  .lx-xxx-grid article { min-height: 0; padding: 28px; }
  .lx-xxx-grid h3 { margin-top: 60px; }
  .lx-check-list, .lx-target-list { grid-template-columns: 1fr; }
  .lx-impact-chain { grid-template-columns: 1fr; }
  .lx-impact-chain div { width: min(250px, 80%); min-height: 0; aspect-ratio: 1; margin-inline: auto; }
  .lx-impact-chain i { transform: rotate(90deg); text-align: center; }
  .lx-sales-benefit-grid { grid-template-columns: 1fr; }
  .lx-sales-benefit-grid article { min-height: 0; }
  .lx-sales-guarantee__inner { grid-template-columns: 1fr; text-align: center; }
  .lx-sales-guarantee__mark { margin-inline: auto; }
  .lx-sales-guarantee .lx-button { width: 100%; }
  .lx-sales-sticky { position: static; margin: 0 16px 20px; justify-content: space-between; transform: none; }
  .lx-sales-sticky small { display: none; }
}

@media (max-width: 1000px) {
	.lx-registration-grid { grid-template-columns: 1fr; gap: 24px; }
	.lx-registration-summary, .lx-registration-card { border-radius: 20px; }
}

@media (max-width: 680px) {
	.lx-registration-section { padding-block: 62px; scroll-margin-top: 70px; }
	.lx-registration-summary, .lx-registration-card { padding: 26px 22px; border-radius: 16px; }
	.lx-registration-summary h2 { font-size: 2.35rem; }
	.lx-registration-facts { margin-top: 26px; }
	.lx-registration-form .lx-form-row--address { grid-template-columns: 1fr; }
	.lx-registration-form .lx-button { width: 100%; min-width: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .lx-hero__scene img { animation-play-state: paused; }
  .lx-sales-mark::before, .lx-sales-mark__brand, .lx-sales-hero::before { animation: none; }
}

/* Case studies */
.lx-page-hero--case { min-height: 610px; padding: 82px 0; background: linear-gradient(128deg, #052f4c 0%, #07567d 54%, #0c79a5 100%); }
.lx-page-hero--case::before { inset: -35% -4% -35% 48%; background: radial-gradient(circle, rgba(88,193,229,0.36), rgba(8,89,127,0.04) 59%, transparent 70%); }
.lx-case-hero__grid { position: relative; display: grid; min-height: 440px; grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr); align-items: center; gap: clamp(50px, 7vw, 105px); }
.lx-page-hero--case .lx-page-hero__copy { max-width: 800px; }
.lx-page-hero--case h1 { max-width: 820px; font-size: clamp(2.7rem, 4.6vw, 4.8rem); line-height: 1.03; }
.lx-page-hero--case .lx-page-hero__lead { max-width: 700px; font-size: clamp(1.05rem, 1.45vw, 1.22rem); line-height: 1.65; }
.lx-case-hero__visual { position: relative; display: grid; min-height: 410px; align-content: center; padding: 34px; border: 1px solid rgba(255,255,255,0.17); border-radius: 26px; background: rgba(4,42,67,0.28); box-shadow: 0 36px 80px rgba(1,29,48,0.26); backdrop-filter: blur(8px); }
.lx-case-hero__visual::before { position: absolute; inset: 18px; border: 1px solid rgba(255,255,255,0.09); border-radius: 19px; content: ''; pointer-events: none; }
.lx-case-hero__mark { position: relative; display: grid; width: 190px; margin: 0 auto 34px; aspect-ratio: 1; place-items: center; }
.lx-case-hero__mark::before, .lx-case-hero__mark span { position: absolute; border-radius: 50%; content: ''; }
.lx-case-hero__mark::before { inset: 0; padding: 2px; background: conic-gradient(#168bcb, #08a573, #d2df22, #ffd323, #e53e42, #168bcb); -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; animation: lx-case-orbit 15s linear infinite; }
.lx-case-hero__mark span { inset: 17px; border: 1px solid rgba(255,255,255,0.18); }
.lx-case-hero__mark img { position: relative; width: 105px; filter: drop-shadow(0 14px 22px rgba(0,0,0,0.18)); }
.lx-case-hero__steps { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
.lx-case-hero__steps span { display: flex; min-height: 48px; align-items: center; gap: 10px; padding: 11px 13px; border: 1px solid rgba(255,255,255,0.1); border-radius: 9px; color: rgba(255,255,255,0.9); background: rgba(255,255,255,0.06); font-size: 0.78rem; font-weight: 750; }
.lx-case-hero__steps small { color: #ffd323; font-size: 0.65rem; font-weight: 850; }
.lx-case-journey { position: relative; z-index: 5; border-bottom: 1px solid var(--lx-line); background: white; box-shadow: 0 14px 34px rgba(8,47,76,0.08); }
.lx-case-journey .lx-container { display: grid; grid-template-columns: repeat(4, 1fr); }
.lx-case-journey a { display: flex; min-height: 78px; align-items: center; justify-content: center; gap: 12px; border-right: 1px solid var(--lx-line); color: var(--lx-ink); font-size: 0.82rem; font-weight: 800; }
.lx-case-journey a:first-child { border-left: 1px solid var(--lx-line); }
.lx-case-journey a:hover { color: var(--lx-blue-700); background: var(--lx-blue-50); }
.lx-case-journey a span { display: grid; width: 32px; aspect-ratio: 1; place-items: center; border-radius: 50%; color: white; background: var(--lx-blue-600); font-size: 0.65rem; }
.lx-single--case .lx-page-content { background: linear-gradient(180deg, #f6fbfe 0%, #eef7fc 100%); }
.lx-single--case .lx-page-content .lx-import-section { padding: 96px 0; }
.lx-single--case .lx-page-content .lx-import-layout { gap: 0; }
.lx-single--case .lx-case-story-grid { display: grid; width: 100%; max-width: none; margin: 0; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.lx-case-chapter { position: relative; overflow: hidden; min-width: 0; padding: clamp(32px, 3.6vw, 50px); scroll-margin-top: 110px; border: 1px solid rgba(8,47,76,0.1); border-radius: 22px; background: rgba(255,255,255,0.96); box-shadow: 0 22px 55px -38px rgba(8,47,76,0.52); }
.lx-case-chapter::before { position: absolute; top: 0; right: 0; left: 0; height: 4px; background: linear-gradient(90deg, #1289cc, #00a874); content: ''; }
.lx-case-chapter::after { position: absolute; top: 24px; right: 28px; color: rgba(8,47,76,0.06); content: attr(data-case-index); font-size: clamp(3rem, 5vw, 5rem); font-weight: 850; line-height: 1; }
.lx-case-chapter h2, .lx-case-chapter h3, .lx-case-chapter h4 { position: relative; z-index: 1; max-width: calc(100% - 75px); margin: 0 0 26px; color: var(--lx-ink); font-size: clamp(1.65rem, 2.5vw, 2.45rem); line-height: 1.15; }
.lx-case-chapter > ul, .lx-case-chapter > ol { position: relative; z-index: 1; padding: 0; margin: 0; list-style: none; }
.lx-case-chapter > ul > li, .lx-case-chapter > ol > li { position: relative; padding-left: 25px; color: #456579; line-height: 1.62; }
.lx-case-chapter > ul > li + li, .lx-case-chapter > ol > li + li { margin-top: 13px; }
.lx-case-chapter > ul > li::before, .lx-case-chapter > ol > li::before { position: absolute; top: 0.68em; left: 0; width: 8px; height: 8px; border-radius: 50%; background: var(--lx-blue-600); content: ''; box-shadow: 0 0 0 5px rgba(18,137,204,0.1); }
.lx-case-chapter--goals::before { background: linear-gradient(90deg, #00a874, #cddb22); }
.lx-case-chapter--goals > ul > li::before { background: #00a874; box-shadow: 0 0 0 5px rgba(0,168,116,0.1); }
.lx-case-chapter--process, .lx-case-chapter--outcome, .lx-case-chapter--general:nth-child(n+3) { grid-column: 1 / -1; }
.lx-case-chapter--process { padding-bottom: clamp(38px, 4vw, 58px); }
.lx-case-chapter--process > ul, .lx-case-chapter--process > ol { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 30px; }
.lx-case-chapter--process > ul > li, .lx-case-chapter--process > ol > li { min-height: 100%; padding: 16px 18px 16px 48px; border: 1px solid rgba(8,47,76,0.08); border-radius: 11px; background: #f5fafc; }
.lx-case-chapter--process > ul > li + li, .lx-case-chapter--process > ol > li + li { margin-top: 0; }
.lx-case-chapter--process > ul > li::before, .lx-case-chapter--process > ol > li::before { top: 23px; left: 21px; }
.lx-case-chapter--outcome { border-color: rgba(255,255,255,0.14); color: white; background: linear-gradient(130deg, #063452, #0a608c); box-shadow: 0 30px 70px -38px rgba(3,43,69,0.8); }
.lx-case-chapter--outcome::before { background: linear-gradient(90deg, #168bcb, #08a573, #ffd323, #e53e42); }
.lx-case-chapter--outcome::after { color: rgba(255,255,255,0.07); }
.lx-case-chapter--outcome h2, .lx-case-chapter--outcome h3, .lx-case-chapter--outcome h4 { color: white; }
.lx-case-chapter--outcome > ul, .lx-case-chapter--outcome > ol { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.lx-case-chapter--outcome > ul > li, .lx-case-chapter--outcome > ol > li { padding: 22px 22px 22px 52px; border: 1px solid rgba(255,255,255,0.12); border-radius: 12px; color: rgba(255,255,255,0.88); background: rgba(255,255,255,0.07); }
.lx-case-chapter--outcome > ul > li + li, .lx-case-chapter--outcome > ol > li + li { margin-top: 0; }
.lx-case-chapter--outcome > ul > li::before, .lx-case-chapter--outcome > ol > li::before { top: 12px; left: 18px; width: auto; height: auto; color: #ffd323; background: none; box-shadow: none; content: '“'; font-family: Georgia, serif; font-size: 2.1rem; line-height: 1; }
.lx-single--case .lx-cases-section { background: white; }
@keyframes lx-case-orbit { to { transform: rotate(360deg); } }

/* References page */
.lx-page--referenzen .lx-page-content { overflow: hidden; padding: 88px 0 26px; background: linear-gradient(180deg, #f5fbfe 0%, #edf7fc 100%); }
.lx-references-intro { padding-bottom: 48px; }
.lx-references-intro .lx-container { display: grid; grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.55fr); align-items: end; gap: 30px; }
.lx-references-intro .lx-kicker { grid-column: 1 / -1; margin-bottom: -12px; }
.lx-references-intro h2 { max-width: 820px; margin: 0; font-size: clamp(2.2rem, 4.2vw, 4.25rem); line-height: 1.02; }
.lx-references-intro > .lx-container > p:last-child { max-width: 480px; margin: 0 0 5px; color: #527184; font-size: 1.08rem; line-height: 1.65; }
.lx-page--referenzen .lx-page-content > .lx-import-section { padding: 0; border: 0; background: transparent; }
.lx-page--referenzen .lx-page-content > .lx-import-section--tint .lx-container { padding: 20px; border: 1px solid rgba(8,47,76,0.09); border-radius: 20px; background: rgba(255,255,255,0.76); box-shadow: 0 24px 60px -42px rgba(8,47,76,0.48); }
.lx-page--referenzen .lx-page-content > .lx-import-section--tint .lx-import-layout { grid-template-columns: repeat(7, minmax(0, 1fr)); align-items: stretch; gap: 12px; }
.lx-page--referenzen .lx-page-content .lx-content-image { display: flex; min-width: 0; min-height: 126px; align-items: center; justify-content: center; padding: 18px; border-color: rgba(8,47,76,0.08); border-radius: 12px; background: white; box-shadow: 0 12px 28px -24px rgba(8,47,76,0.5); }
.lx-page--referenzen .lx-page-content .lx-content-image:empty { display: none; }
.lx-page--referenzen .lx-page-content .lx-content-image img { width: 100%; height: 82px; max-height: none; object-fit: contain; filter: none; mix-blend-mode: multiply; }
.lx-page--referenzen .lx-page-content > .lx-import-section:not(.lx-import-section--tint) { padding: 15px 0 42px; }
.lx-page--referenzen .lx-page-content > .lx-import-section:not(.lx-import-section--tint) .lx-container { padding-inline: 20px; }
.lx-page--referenzen .lx-page-content .lx-rich-text--heading-only { max-width: none; margin: 0; text-align: left; }
.lx-page--referenzen .lx-page-content .lx-rich-text--heading-only h3 { margin: 0; color: #527184; font-size: 0.82rem; font-weight: 650; line-height: 1.75; letter-spacing: 0.01em; }
.lx-page--referenzen > .lx-cases-section { border-top: 1px solid rgba(8,47,76,0.08); background: white; }
.lx-page--referenzen > .lx-cases-section .lx-collection-card { border-radius: 18px; box-shadow: 0 22px 48px -36px rgba(8,47,76,0.5); }
.lx-page--referenzen > .lx-testimonials-section { border-top: 0; }

@media (max-width: 1000px) {
  .lx-references-intro .lx-container { grid-template-columns: 1fr; align-items: start; gap: 18px; }
  .lx-references-intro .lx-kicker { margin-bottom: -4px; }
  .lx-page--referenzen .lx-page-content > .lx-import-section--tint .lx-import-layout { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (max-width: 680px) {
  .lx-page--referenzen .lx-page-content { padding: 62px 0 14px; }
  .lx-references-intro { padding-bottom: 34px; }
  .lx-references-intro h2 { font-size: clamp(1.95rem, 8.8vw, 2.4rem); }
  .lx-references-intro > .lx-container > p:last-child { font-size: 1rem; }
  .lx-page--referenzen .lx-page-content > .lx-import-section--tint .lx-container { padding: 10px; border-radius: 15px; }
  .lx-page--referenzen .lx-page-content > .lx-import-section--tint .lx-import-layout { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .lx-page--referenzen .lx-page-content .lx-content-image { min-height: 100px; padding: 12px; border-radius: 9px; }
  .lx-page--referenzen .lx-page-content .lx-content-image img { height: 68px; }
  .lx-page--referenzen .lx-page-content > .lx-import-section:not(.lx-import-section--tint) { padding: 12px 0 31px; }
  .lx-page--referenzen .lx-page-content > .lx-import-section:not(.lx-import-section--tint) .lx-container { padding-inline: 11px; }
  .lx-page--referenzen .lx-page-content .lx-rich-text--heading-only h3 { font-size: 0.72rem; line-height: 1.65; }
}

@media (max-width: 1000px) {
  .lx-case-hero__grid { grid-template-columns: minmax(0, 1fr) 310px; gap: 38px; }
  .lx-case-hero__visual { min-height: 360px; padding: 27px; }
  .lx-case-hero__mark { width: 160px; margin-bottom: 26px; }
  .lx-case-hero__mark img { width: 88px; }
}

@media (max-width: 720px) {
  .lx-page-hero--case { min-height: 0; padding: 62px 0; }
  .lx-case-hero__grid { min-height: 0; grid-template-columns: 1fr; gap: 38px; }
  .lx-page-hero--case h1 { font-size: clamp(2.15rem, 9.3vw, 3.2rem); }
  .lx-case-hero__visual { min-height: 0; padding: 18px; grid-template-columns: 106px minmax(0, 1fr); align-items: center; gap: 14px; border-radius: 18px; }
  .lx-case-hero__visual::before { inset: 9px; border-radius: 12px; }
  .lx-case-hero__mark { width: 106px; margin: 0; }
  .lx-case-hero__mark img { width: 60px; }
  .lx-case-hero__steps { gap: 6px; }
  .lx-case-hero__steps span { min-height: 44px; justify-content: center; padding: 7px; font-size: 0.66rem; text-align: center; }
  .lx-case-hero__steps small { display: none; }
  .lx-case-journey { overflow-x: auto; }
  .lx-case-journey .lx-container { width: max-content; min-width: 100%; grid-template-columns: repeat(4, minmax(148px, 1fr)); }
  .lx-case-journey a { min-height: 68px; padding: 0 15px; justify-content: flex-start; }
  .lx-single--case .lx-page-content .lx-import-section { padding: 64px 0; }
  .lx-single--case .lx-case-story-grid { grid-template-columns: 1fr; gap: 17px; }
  .lx-case-chapter, .lx-case-chapter--process, .lx-case-chapter--outcome, .lx-case-chapter--general:nth-child(n+3) { grid-column: auto; padding: 28px 24px; }
  .lx-case-chapter::after { top: 20px; right: 20px; }
  .lx-case-chapter h2, .lx-case-chapter h3, .lx-case-chapter h4 { max-width: calc(100% - 55px); margin-bottom: 22px; }
  .lx-case-chapter--process > ul, .lx-case-chapter--process > ol, .lx-case-chapter--outcome > ul, .lx-case-chapter--outcome > ol { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .lx-case-hero__mark::before { animation: none; }
}

/* Contact page */
.lx-page--kontakt .lx-page-hero { min-height: 545px; padding: 92px 0; background: linear-gradient(128deg, #073a5d 0%, #0a5f88 58%, #147da7 100%); }
.lx-page--kontakt .lx-page-hero::before { inset: -35% -5% -35% 42%; background: radial-gradient(circle, rgba(108,205,235,0.35), rgba(13,100,142,0.04) 60%, transparent 72%); }
.lx-page--kontakt .lx-page-hero--image::after { width: 53%; background-image: linear-gradient(90deg, #0a527b 0%, rgba(8,72,108,0.35) 35%, rgba(7,58,93,0.06) 100%), var(--lx-page-hero-image); opacity: 0.78; filter: saturate(0.82) contrast(1.04); }
.lx-page--kontakt .lx-page-hero__inner { min-height: 355px; }
.lx-page--kontakt .lx-page-hero__copy { max-width: 710px; }
.lx-page--kontakt .lx-page-hero h1 { font-size: clamp(3.25rem, 6vw, 5.6rem); }
.lx-page--kontakt .lx-page-content { background: white; }

.lx-contact-intro { padding: 92px 0; background: white; }
.lx-contact-intro .lx-import-layout { grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr); gap: 22px; }
.lx-contact-intro .lx-rich-text { display: flex; min-height: 310px; flex-direction: column; justify-content: center; padding: clamp(34px, 4vw, 56px); border-radius: 22px; }
.lx-contact-intro .lx-rich-text:first-child { position: relative; overflow: hidden; border: 0; color: white; background: linear-gradient(135deg, #062f4b, #0a638e); box-shadow: 0 28px 65px -38px rgba(4,47,76,0.8); }
.lx-contact-intro .lx-rich-text:first-child::before { margin-bottom: 24px; color: #ffd323; content: 'Kennenlernen'; font-size: 0.72rem; font-weight: 850; letter-spacing: 0.13em; text-transform: uppercase; }
.lx-contact-intro .lx-rich-text:first-child::after { position: absolute; right: -42px; bottom: -92px; width: 250px; height: 250px; border: 1px solid rgba(255,255,255,0.13); border-radius: 50%; content: ''; box-shadow: 0 0 0 28px rgba(255,255,255,0.035), 0 0 0 60px rgba(255,255,255,0.025); }
.lx-contact-intro .lx-rich-text:first-child p { position: relative; z-index: 1; max-width: 470px; color: white; font-size: clamp(1.75rem, 3vw, 3rem); font-weight: 800; line-height: 1.12; text-wrap: balance; }
.lx-contact-intro .lx-rich-text:last-child { border: 1px solid rgba(8,47,76,0.1); background: linear-gradient(145deg, #fff, #f3f9fc); box-shadow: var(--lx-shadow-soft); }
.lx-contact-intro .lx-rich-text:last-child p:first-child { color: var(--lx-copy); font-size: clamp(1.05rem, 1.5vw, 1.23rem); line-height: 1.7; }
.lx-contact-intro .lx-rich-text:last-child strong { color: var(--lx-ink); }

.lx-contact-showreel { padding: 0 0 96px; border: 0 !important; background: white !important; }
.lx-contact-showreel .lx-import-layout { display: block; }
.lx-contact-showreel .lx-video-frame--content { width: 100%; max-width: none; }

.lx-contact-direct { padding: 94px 0; border: 0 !important; background: linear-gradient(135deg, #edf8fd, #f8fcff); }
.lx-contact-direct .lx-import-layout { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.lx-contact-direct .lx-rich-text { min-height: 100%; padding: 38px; border: 1px solid rgba(8,47,76,0.1); border-radius: 18px; background: white; box-shadow: 0 18px 45px -34px rgba(8,47,76,0.48); }
.lx-contact-direct .lx-rich-text--heading-only { grid-column: 1 / -1; min-height: 0; padding: 0 0 15px; border: 0; background: transparent; box-shadow: none; text-align: left; }
.lx-contact-direct .lx-rich-text--heading-only h3 { margin: 0; font-size: clamp(2.25rem, 4vw, 4rem); }
.lx-contact-direct .lx-rich-text:not(.lx-rich-text--heading-only) > p:first-child strong { display: block; margin-bottom: 18px; color: var(--lx-ink); font-size: 1.35rem; }
.lx-contact-direct .lx-rich-text a { color: var(--lx-blue-700); font-weight: 750; }
.lx-contact-direct .lx-rich-text:last-child { grid-column: 1 / -1; display: flex; min-height: 0; align-items: center; padding: 18px 25px; }
.lx-contact-direct .lx-rich-text:last-child ul { display: flex; align-items: center; gap: 12px; padding: 0; margin: 0; list-style: none; }
.lx-contact-direct .lx-rich-text:last-child ul::before { display: grid; width: 36px; aspect-ratio: 1; place-items: center; border-radius: 50%; color: white; background: #e84545; content: '▶'; font-size: 0.8rem; }

.lx-page--kontakt .lx-contact-section { padding: 100px 0; scroll-margin-top: 90px; color: rgba(255,255,255,0.82); background: linear-gradient(130deg, #052e49, #07577e); }
.lx-page--kontakt .lx-contact-section .lx-container--narrow { width: min(calc(100% - 48px), var(--lx-container)); }
.lx-page--kontakt .lx-contact-grid { grid-template-columns: minmax(0, 0.78fr) minmax(520px, 1.22fr); align-items: center; gap: clamp(42px, 6vw, 80px); }
.lx-page--kontakt .lx-contact-grid h2, .lx-page--kontakt .lx-contact-grid .lx-kicker { color: white; }
.lx-page--kontakt .lx-contact-grid h2 { max-width: 520px; font-size: clamp(2.5rem, 4.5vw, 4.4rem); line-height: 1.04; }
.lx-page--kontakt .lx-contact-grid > div:first-child > p:not(.lx-kicker) { max-width: 520px; font-size: 1.06rem; line-height: 1.7; }
.lx-page--kontakt .lx-contact-details { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.lx-page--kontakt .lx-contact-details li { padding: 16px; border: 1px solid rgba(255,255,255,0.13); border-radius: 10px; color: rgba(255,255,255,0.74); background: rgba(255,255,255,0.06); font-size: 0.78rem; }
.lx-page--kontakt .lx-contact-details strong { display: inline-block; margin-bottom: 5px; color: #ffd323; font-size: 0.65rem; letter-spacing: 0.08em; text-transform: uppercase; }
.lx-page--kontakt .lx-contact-details a { color: white; }
.lx-page--kontakt .lx-contact-card { padding: clamp(30px, 4vw, 48px); border: 1px solid rgba(255,255,255,0.2); border-radius: 22px; box-shadow: 0 34px 75px rgba(1,29,48,0.3); }
.lx-page--kontakt .lx-contact-form { gap: 20px; }
.lx-page--kontakt .lx-contact-form input, .lx-page--kontakt .lx-contact-form select, .lx-page--kontakt .lx-contact-form textarea { padding: 15px 16px; border-color: #c8dae3; border-radius: 9px; background: #f8fbfd; }
.lx-page--kontakt .lx-contact-form .lx-button { min-width: 210px; justify-self: start; }

.lx-contact-coaching { padding: 100px 0; border: 0 !important; background: linear-gradient(135deg, #eef8fd, #fff); }
.lx-contact-coaching .lx-rich-text { display: grid; max-width: none; grid-template-columns: minmax(390px, 0.95fr) minmax(0, 1.05fr); gap: 22px; }
.lx-contact-coaching__head, .lx-contact-coaching__body { padding: clamp(34px, 4vw, 54px); border-radius: 22px; }
.lx-contact-coaching__head { position: relative; overflow: hidden; color: white; background: linear-gradient(140deg, #073a5d, #0a6d99); box-shadow: 0 26px 60px -38px rgba(4,47,76,0.75); }
.lx-contact-coaching__head::after { position: absolute; right: -38px; bottom: -34px; width: 210px; height: 210px; background: url('../images/leadingx-mark.png') center / contain no-repeat; opacity: 0.13; content: ''; }
.lx-contact-coaching__head h2, .lx-contact-coaching__head p { position: relative; z-index: 1; color: white; }
.lx-contact-coaching__head h2 { font-size: clamp(2.25rem, 3.5vw, 3.45rem); line-height: 1.06; }
.lx-contact-coaching__head .lx-button { position: relative; z-index: 1; margin-top: 22px; }
.lx-contact-coaching__body { border: 1px solid rgba(8,47,76,0.1); background: white; box-shadow: var(--lx-shadow-soft); }
.lx-contact-coaching__body p { font-size: 1.04rem; line-height: 1.7; }

.lx-contact-spaces-intro { padding: 100px 0 70px; border: 0 !important; background: white; }
.lx-contact-spaces-intro .lx-import-layout { grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr); align-items: stretch; gap: 24px; }
.lx-contact-spaces-intro .lx-rich-text { display: flex; max-width: none; flex-direction: column; justify-content: center; padding: clamp(34px, 4vw, 52px); border: 1px solid rgba(8,47,76,0.1); border-radius: 20px; background: linear-gradient(145deg, #fff, #f4fafd); box-shadow: var(--lx-shadow-soft); }
.lx-contact-spaces-intro .lx-rich-text h2 { font-size: clamp(2.3rem, 4.2vw, 4.2rem); line-height: 1.06; }
.lx-contact-spaces-intro .lx-video-frame { height: 100%; min-height: 430px; }
.lx-contact-spaces-intro .lx-video-launch, .lx-contact-spaces-intro iframe { height: 100%; }

.lx-contact-space-gallery { padding: 8px 0; border: 0 !important; background: #eef7fc !important; }
.lx-contact-space-gallery:first-of-type { padding-top: 70px; }
.lx-contact-space-gallery .lx-import-layout { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.lx-contact-space-gallery .lx-content-image { overflow: hidden; aspect-ratio: 4 / 3; border: 0; border-radius: 14px; box-shadow: 0 18px 42px -32px rgba(8,47,76,0.65); }
.lx-contact-space-gallery .lx-content-image img { height: 100%; max-height: none; object-fit: cover; transition: transform 500ms ease; }
.lx-contact-space-gallery .lx-content-image:hover img { transform: scale(1.035); }

.lx-contact-space-details { padding: 76px 0; border: 0 !important; background: #eef7fc; }
.lx-contact-space-details .lx-rich-text { max-width: none; }
.lx-contact-space-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.lx-contact-space-card { padding: 34px; border: 1px solid rgba(8,47,76,0.09); border-radius: 18px; background: white; box-shadow: 0 18px 48px -36px rgba(8,47,76,0.55); }
.lx-contact-space-card--3 { grid-column: 1 / -1; columns: 2; column-gap: 50px; }
.lx-contact-space-card > p:first-child strong { display: block; margin-bottom: 17px; color: var(--lx-ink); font-size: 1.4rem; line-height: 1.25; }
.lx-contact-space-card--1 > p:first-child, .lx-contact-space-card--2 > p:first-child { font-size: 0; }
.lx-contact-space-card ul { padding: 0; margin: 0; list-style: none; }
.lx-contact-space-card li { position: relative; padding-left: 26px; }
.lx-contact-space-card li + li { margin-top: 11px; }
.lx-contact-space-card li::before { position: absolute; top: 0.62em; left: 2px; width: 8px; height: 8px; border-radius: 50%; background: #0aa478; content: ''; box-shadow: 0 0 0 5px rgba(10,164,120,0.1); }
.lx-contact-space-card--3 p { break-inside: avoid; }
.lx-contact-space-gallery--people:last-of-type { padding-bottom: 80px; }

@media (max-width: 1000px) {
  .lx-page--kontakt .lx-contact-grid { grid-template-columns: 1fr; }
  .lx-page--kontakt .lx-contact-details { max-width: 700px; }
  .lx-contact-coaching .lx-rich-text { grid-template-columns: 1fr; }
  .lx-contact-spaces-intro .lx-import-layout { grid-template-columns: 1fr; }
  .lx-contact-spaces-intro .lx-video-frame { min-height: 0; aspect-ratio: 16 / 9; }
}

@media (max-width: 720px) {
  .lx-page--kontakt .lx-page-hero { min-height: 500px; padding: 68px 0; }
  .lx-page--kontakt .lx-page-hero--image::after { inset: 0 0 0 34%; width: 78%; height: 100%; opacity: 0.34; }
  .lx-page--kontakt .lx-page-hero__copy { position: relative; z-index: 2; }
  .lx-contact-intro, .lx-contact-direct, .lx-page--kontakt .lx-contact-section, .lx-contact-coaching, .lx-contact-spaces-intro { padding: 68px 0; }
  .lx-contact-intro .lx-import-layout, .lx-contact-direct .lx-import-layout { grid-template-columns: 1fr; }
  .lx-contact-intro .lx-rich-text { min-height: 0; padding: 30px; }
  .lx-contact-intro .lx-rich-text:first-child p { font-size: 2rem; }
  .lx-contact-showreel { padding-bottom: 68px; }
  .lx-contact-direct .lx-rich-text { padding: 28px; }
  .lx-contact-direct .lx-rich-text--heading-only, .lx-contact-direct .lx-rich-text:last-child { grid-column: auto; }
  .lx-contact-direct .lx-rich-text:last-child { padding: 18px 22px; }
  .lx-page--kontakt .lx-contact-section .lx-container--narrow { width: min(100% - 32px, var(--lx-container)); }
  .lx-page--kontakt .lx-contact-details { grid-template-columns: 1fr; }
  .lx-page--kontakt .lx-contact-card { padding: 25px; }
  .lx-page--kontakt .lx-contact-form .lx-button { width: 100%; }
  .lx-contact-coaching__head, .lx-contact-coaching__body, .lx-contact-spaces-intro .lx-rich-text { padding: 30px; }
  .lx-contact-space-gallery { padding: 6px 0; }
  .lx-contact-space-gallery .lx-import-layout { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .lx-contact-space-gallery .lx-content-image:last-child:nth-child(odd) { grid-column: 1 / -1; aspect-ratio: 16 / 9; }
  .lx-contact-space-details { padding: 58px 0; }
  .lx-contact-space-grid { grid-template-columns: 1fr; }
  .lx-contact-space-card { padding: 27px; }
  .lx-contact-space-card--3 { grid-column: auto; columns: auto; }
}

/* Transcript refinements */
.lx-story-card > img { padding: clamp(10px, 1.4vw, 20px); background-color: #a3c2d8; object-fit: contain; object-position: center; }
.lx-story-grid > .lx-story-column:nth-child(1) .lx-story-card > img,
.lx-story-grid > .lx-story-column:nth-child(2) .lx-story-card > img { padding: 0; background-color: #a3c2d8; object-fit: contain; }
.lx-dimension-card--blue .lx-x-icon { background: url('../images/dimensions/blau.svg') center / contain no-repeat; }
.lx-dimension-card--green .lx-x-icon { background: url('../images/dimensions/gruen.svg') center / contain no-repeat; }
.lx-dimension-card--red .lx-x-icon { background: url('../images/dimensions/rot.svg') center / contain no-repeat; }
.lx-dimension-card--yellow .lx-x-icon { background: url('../images/dimensions/gelb.svg') center / contain no-repeat; }

.lx-competency-detail .lx-page-hero__lead {
  max-width: 800px;
  color: transparent;
  background: linear-gradient(90deg, #88d8ff 0%, #7ee0ba 34%, #f4e957 65%, #ff9a74 100%);
  background-clip: text;
  -webkit-background-clip: text;
  font-size: clamp(1.45rem, 2.5vw, 2.25rem);
  font-weight: 780;
  line-height: 1.2;
}
.lx-service-detail .lx-page-hero__lead { max-width: 720px; font-size: clamp(1.18rem, 1.8vw, 1.5rem); font-weight: 650; }
.lx-competency-detail .lx-page-content > .lx-import-section:first-child .lx-rich-text,
.lx-service-detail .lx-page-content > .lx-import-section:first-child .lx-rich-text { max-width: none; }
.lx-competency-detail .lx-page-content > .lx-import-section:first-child .lx-rich-text > p:only-child {
  max-width: 1120px;
  margin: 0 auto;
  color: transparent;
  background: linear-gradient(90deg, #078bc5 0%, #00a886 31%, #d8cf18 61%, #ef7b2f 82%, #df3f48 100%);
  background-clip: text;
  -webkit-background-clip: text;
  font-size: clamp(2.25rem, 4.8vw, 4.75rem);
  font-weight: 820;
  padding-bottom: 0.12em;
  line-height: 1.14;
  letter-spacing: -0.045em;
  text-align: center;
  text-wrap: balance;
}

.lx-page--coaching .lx-offer-card:first-child .lx-offer-card__image img,
.lx-page--coaching .lx-offer-card:first-child .lx-content-image img { padding: 14px; object-fit: contain; background: #eaf6fc; }
.lx-page--seminare-workshops .lx-page-hero--photo::after { background-position: 50% 28%; }
.lx-page--organisationsentwicklung .lx-page-hero--photo::after {
  background-color: #0875a4;
  background-image: var(--lx-page-hero-image);
  background-blend-mode: multiply;
  background-position: center;
  background-size: min(430px, 36vw) auto;
  background-repeat: no-repeat;
  opacity: 0.94;
  filter: saturate(1.08) contrast(1.04);
}

.lx-academy-section .lx-program-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.lx-program-card__content span { font-size: 0.98rem; }

.lx-testimonial-hero-collage { display: block; height: auto; margin: 0; transform: none; }
.lx-testimonial-hero-collage img { width: 100%; height: auto; max-height: 360px; border: 3px solid rgba(255,255,255,0.72); border-radius: 18px; object-fit: cover; object-position: center; box-shadow: 0 22px 56px rgba(2,31,51,0.3); transform: none !important; }
.lx-testimonial-video { padding: 56px 0 12px; }
.lx-testimonial-wall { columns: 2 430px; column-gap: 24px; }
.lx-testimonial-wall__head { grid-template-columns: 82px minmax(0, 1fr) auto; }
.lx-testimonial-wall__head > img:first-child { width: 88px; }

.lx-location-grid article { overflow: hidden; min-height: 0; padding: 0; }
.lx-location-card__image { overflow: hidden; aspect-ratio: 16 / 10; background: var(--lx-blue-100); }
.lx-location-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform 420ms ease; }
.lx-location-grid article:hover .lx-location-card__image img { transform: scale(1.025); }
.lx-location-card__copy { display: flex; min-height: 300px; flex-direction: column; padding: 29px 31px 31px; }
.lx-contact-location-video { padding: 94px 0; background: white; }
.lx-contact-location-video > .lx-container { display: grid; grid-template-columns: minmax(370px, 0.66fr) minmax(0, 1.34fr); align-items: center; gap: clamp(35px, 6vw, 78px); }
.lx-contact-location-video__copy h2 { max-width: none; font-size: clamp(2.2rem, 3.2vw, 3rem); line-height: 1.02; overflow-wrap: normal; word-break: normal; }
.lx-contact-location-video__copy h2 span { white-space: nowrap; }
.lx-contact-location-video .lx-video-frame { width: 100%; }
.lx-contact-strategy { padding: 86px 0; background: linear-gradient(145deg, #edf8fd, #fff); }
.lx-contact-strategy__panel { overflow: hidden; border: 1px solid var(--lx-line); border-radius: 22px; background: white; box-shadow: var(--lx-shadow-soft); }
.lx-contact-strategy__head { padding: clamp(34px, 5vw, 62px); color: white; background: linear-gradient(130deg, #063654, #0872a4); }
.lx-contact-strategy__head .lx-kicker, .lx-contact-strategy__head h2, .lx-contact-strategy__head p, .lx-contact-strategy__head strong { color: white; }
.lx-contact-strategy__head h2 { margin-bottom: 18px; font-size: clamp(2.4rem, 4.5vw, 4.35rem); line-height: 1.02; }
.lx-contact-strategy__lead { max-width: 980px; margin: 0; font-size: clamp(1.06rem, 1.55vw, 1.3rem); line-height: 1.65; }
.lx-contact-strategy__body { display: grid; padding: clamp(32px, 5vw, 58px); grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: clamp(34px, 5vw, 68px); }
.lx-contact-strategy__intro p { font-size: 1.02rem; line-height: 1.72; }
.lx-contact-strategy__expectations h3 { margin-bottom: 8px; font-size: clamp(1.45rem, 2.2vw, 2rem); }
.lx-contact-strategy__expectations > p { margin-bottom: 20px; }
.lx-contact-strategy__body ul { display: grid; padding: 0; margin: 0; gap: 10px; list-style: none; }
.lx-contact-strategy__body li { display: grid; padding: 16px 18px; border-left: 4px solid var(--lx-blue-600); border-radius: 10px; background: var(--lx-blue-50); }
.lx-contact-strategy__body li span { font-size: 0.85rem; }
.lx-contact-strategy__footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 26px clamp(32px, 5vw, 58px); border-top: 1px solid var(--lx-line); background: #f5fafd; }
.lx-contact-strategy__footer p { max-width: 820px; margin: 0; color: var(--lx-ink); font-weight: 650; }
.lx-contact-strategy__footer .lx-button { flex: 0 0 auto; }

.lx-cases-section--browser.is-auto-loading .lx-case-auto-load { position: relative; min-height: 3px; margin-top: 10px; }
.lx-cases-section--browser.is-auto-loading .lx-case-auto-load [data-lx-case-more] { display: none; }
.lx-single--case .lx-case-hero__visual--photo { overflow: hidden; min-height: 430px; padding: 0; border-color: rgba(255,255,255,0.28); background: #e7f4fa; }
.lx-single--case .lx-case-hero__visual--photo::before { display: none; }
.lx-single--case .lx-case-hero__photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.lx-single--case .wp-block-gallery,
.lx-single--case .gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.lx-single--case .wp-block-gallery figure,
.lx-single--case .gallery-item { overflow: hidden; aspect-ratio: 4 / 3; margin: 0; border-radius: 14px; }
.lx-single--case .wp-block-gallery img,
.lx-single--case .gallery-item img { width: 100%; height: 100%; border: 0; object-fit: cover; }

@media (max-width: 920px) {
  .lx-primary-nav { height: calc(100dvh - 72px); max-height: calc(100dvh - 72px); overscroll-behavior: contain; -webkit-overflow-scrolling: touch; }
  .lx-primary-nav.is-open, .lx-primary-nav.is-open .lx-nav-list, .lx-primary-nav.is-open .lx-nav-list > li { display: block; visibility: visible; opacity: 1; }
  .lx-primary-nav.is-open .lx-nav-list { width: 100%; height: auto; }
  .lx-primary-nav.is-open .lx-nav-list > li { width: 100%; }
  .lx-primary-nav.is-open .lx-nav-list .sub-menu { display: block !important; width: 100%; max-height: none; visibility: visible; opacity: 1; }
  .lx-contact-location-video > .lx-container, .lx-contact-strategy__body { grid-template-columns: 1fr; }
  .lx-contact-location-video__copy { max-width: 680px; }
	.lx-contact-strategy__footer { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 680px) {
	.lx-case-browser__filters { overflow-x: visible; margin-right: 0; padding-right: 0; flex-wrap: wrap; }
  .lx-primary-nav { top: 68px; height: calc(100dvh - 68px); max-height: calc(100dvh - 68px); padding: 14px 18px 36px; }
  .lx-nav-list a { white-space: normal; }
  .lx-page--organisationsentwicklung .lx-page-hero--photo::after { inset: 0 0 0 48%; width: 52%; background-size: min(240px, 50vw) auto; opacity: 0.3; }
  .lx-academy-section .lx-program-grid, .lx-testimonial-wall { grid-template-columns: 1fr; columns: 1; }
  .lx-testimonial-hero-collage img { max-height: 210px; border-radius: 12px; }
  .lx-contact-location-video, .lx-contact-strategy { padding: 62px 0; }
  .lx-contact-location-video > .lx-container { gap: 24px; }
	.lx-contact-location-video__copy h2 { font-size: clamp(2rem, 10vw, 2.55rem); }
	.lx-contact-strategy__head, .lx-contact-strategy__body, .lx-contact-strategy__footer { padding: 27px 22px; }
	.lx-contact-strategy__body { gap: 25px; }
	.lx-contact-strategy__footer .lx-button { width: 100%; }
  .lx-single--case .lx-case-hero__visual--photo { min-height: 250px; display: block; padding: 0; }
  .lx-single--case .wp-block-gallery, .lx-single--case .gallery { grid-template-columns: 1fr; }
}

@media (max-width: 920px) {
  .lx-page-hero--expert { min-height: 520px; }
  .lx-expert-profile-hero { grid-template-columns: minmax(0, 1fr) 260px; gap: 38px; }
  .lx-expert-profile-portrait { width: 260px; height: 260px; }
  .lx-expert-profile-portrait img { width: 100%; }
  .lx-expert-profile-content > .lx-import-section:first-child .lx-import-layout > .lx-rich-text:not(:first-child) { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  .lx-page-hero--expert { min-height: 0; padding: 58px 0 64px; }
  .lx-page-hero--expert::after { right: -22%; width: 108vw; opacity: 0.035; }
  .lx-expert-profile-hero { min-height: 0; grid-template-columns: 1fr; gap: 28px; text-align: center; }
  .lx-expert-profile-portrait { grid-row: 1; width: 210px; height: 210px; justify-self: center; }
  .lx-expert-profile-portrait { --lx-expert-ring: 5px; }
  .lx-expert-profile-portrait img { width: 100%; }
  .lx-page-hero--expert .lx-page-hero__actions { justify-content: center; }
  .lx-expert-profile-benefit { padding: 0; margin-inline: auto; border-left: 0; }
  .lx-expert-profile-content > .lx-import-section:first-child { padding: 58px 0 64px; }
  .lx-expert-profile-content > .lx-import-section:first-child .lx-import-layout { grid-template-columns: 1fr; gap: 20px; }
  .lx-expert-profile-content > .lx-import-section:first-child .lx-import-layout > .lx-rich-text:first-child,
  .lx-expert-profile-content > .lx-import-section:first-child .lx-import-layout > .lx-rich-text:not(:first-child),
  .lx-expert-profile-content > .lx-import-section:first-child .lx-video-frame,
  .lx-expert-profile-content > .lx-import-section:first-child .lx-import-layout > .lx-content-image,
  .lx-expert-profile-content > .lx-import-section:first-child .lx-content-gallery,
  .lx-expert-profile-content > .lx-import-section:first-child .lx-content-gallery + .lx-rich-text { grid-column: 1; grid-row: auto; }
  .lx-expert-profile-content > .lx-import-section:first-child .lx-video-frame { order: 1; }
  .lx-expert-profile-content > .lx-import-section:first-child .lx-import-layout > .lx-content-image { order: 2; }
  .lx-expert-profile-content > .lx-import-section:first-child .lx-content-gallery { order: 3; }
  .lx-expert-profile-content > .lx-import-section:first-child .lx-import-layout > .lx-rich-text:first-child { order: 4; }
  .lx-expert-profile-content > .lx-import-section:first-child .lx-import-layout > .lx-rich-text:not(:first-child) { order: 5; }
  .lx-expert-profile-content > .lx-import-section:first-child .lx-content-gallery + .lx-rich-text { order: 6; }
  .lx-expert-profile-content > .lx-import-section:first-child .lx-import-layout > .lx-rich-text:first-child p { font-size: clamp(1.35rem, 7vw, 1.85rem); text-align: center; }
  .lx-expert-profile-content > .lx-import-section:first-child .lx-import-layout > .lx-rich-text:not(:first-child) { padding: 27px 23px; border-radius: 15px; columns: auto; column-rule: 0; }
  .lx-expert-profile-content > .lx-import-section:first-child .lx-import-layout > .lx-content-image { width: 100%; max-height: 500px; aspect-ratio: 4 / 5; }
  .lx-expert-profile-content > .lx-import-section:first-child .lx-content-gallery { columns: 2 140px; column-gap: 10px; }
  .lx-expert-profile-content > .lx-import-section:first-child .lx-content-gallery .lx-content-image { margin-bottom: 10px; }
  .lx-expert-profile-content > .lx-import-section:first-child .lx-content-gallery + .lx-rich-text { padding: 28px 24px; border-radius: 15px; text-align: center; }
}

/* Feedback PDF refinements */
.lx-page-teaser { padding: clamp(34px, 4.5vw, 58px) 0; border-bottom: 4px solid transparent; border-image: linear-gradient(90deg, #1588c9, #06a373, #cee211, #ffd323, #e63b3d) 1; background: white; }
.lx-page-teaser p { max-width: 1120px; margin: 0; color: transparent; background: linear-gradient(90deg, #078bc5 0%, #00a886 31%, #d8cf18 61%, #ef7b2f 82%, #df3f48 100%); background-clip: text; -webkit-background-clip: text; font-size: clamp(1.5rem, 3vw, 2.75rem); font-weight: 800; line-height: 1.16; letter-spacing: -0.035em; }
.lx-reference-all-cases { display: flex; justify-content: center; padding: 0 20px 76px; background: white; }
.lx-impact-system { position: relative; overflow: hidden; padding: clamp(24px, 4vw, 42px); border-radius: 24px; background: linear-gradient(135deg, #062f4d, #0872a4); box-shadow: var(--lx-shadow-soft); isolation: isolate; }
.lx-impact-system > img { position: absolute; z-index: -1; inset: 8% 5%; width: 90%; height: 84%; object-fit: contain; opacity: 0.18; }
.lx-impact-system .lx-impact-chain { position: relative; }
.lx-sales-early-feedback .lx-testimonials-section--overview { padding-block: clamp(72px, 8vw, 105px); background: linear-gradient(180deg, #eef8fd, white); }
.lx-sales-early-feedback .lx-testimonial-wall { columns: auto; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.lx-sales-early-feedback .lx-testimonial-wall__card { display: block; height: 100%; margin: 0; }
.lx-sales-guarantee p strong { display: block; margin-top: 9px; color: white; font-size: 1.04rem; text-transform: uppercase; }

@media (max-width: 1000px) {
  .lx-sales-early-feedback .lx-testimonial-wall { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 720px) {
  .lx-page-teaser { padding-block: 28px; }
  .lx-page-teaser p { font-size: clamp(1.35rem, 7.5vw, 2.05rem); }
  .lx-sales-mark { width: min(420px, 96vw); }
  .lx-sales-facts > div + div { border-top-color: rgba(255,255,255,0.16); }
  .lx-sales-early-feedback .lx-testimonial-wall { grid-template-columns: 1fr; }
  .lx-orbit-node small { font-size: clamp(0.64rem, 2.75vw, 0.74rem); }
}

/* Combined client feedback: consistent product, competence and contact pages */
.lx-page-teaser p { margin-inline: auto; padding-bottom: 0.12em; text-align: center; }
.lx-competency-detail .lx-page-content > .lx-import-section:first-child { display: none; }
.lx-service-detail .lx-page-teaser p { max-width: 1180px; }
.lx-service-detail .lx-page-content > .lx-import-section:first-child { padding-top: clamp(66px, 7vw, 96px); }

.lx-orbit-node { align-content: center; gap: 1px; }
.lx-orbit-node strong { margin: 0; }
.lx-orbit-node small { max-width: 150px; margin-top: 1px; font-size: clamp(0.72rem, 0.98vw, 0.84rem); line-height: 1.16; }

.lx-hub-principles { position: relative; overflow: hidden; background: linear-gradient(145deg, #f4fbfe, #fff); }
.lx-hub-principles::before { position: absolute; top: -22%; right: -6%; width: min(680px, 55vw); aspect-ratio: 1; background: url('../images/leadingx-x-clean.png') center / contain no-repeat; content: ''; opacity: 0.035; pointer-events: none; }
.lx-hub-principle-grid { position: relative; gap: 20px; border: 0; }
.lx-hub-principle-grid article { min-height: 285px; padding: 34px; border: 1px solid rgba(8,47,76,0.09); border-radius: 18px; background: rgba(255,255,255,0.94); box-shadow: var(--lx-shadow-soft); }
.lx-hub-principle-grid .lx-principle-mark { display: grid; width: 60px; aspect-ratio: 1; place-items: center; border-radius: 50%; color: white; background: linear-gradient(145deg, #148dcc, #08a471); box-shadow: 0 12px 28px rgba(14,122,170,0.2); font-size: 1.45rem; font-weight: 350; letter-spacing: -0.08em; }
.lx-hub-principle-grid article:nth-child(2) .lx-principle-mark { background: linear-gradient(145deg, #13a16d, #d3db20); }
.lx-hub-principle-grid article:nth-child(3) .lx-principle-mark { background: linear-gradient(145deg, #e84645, #f4c526); }
.lx-hub-principle-grid h3 { margin-top: 30px; font-size: clamp(1.55rem, 2.3vw, 2.05rem); }
.lx-hub-principle-grid p { font-size: 1rem; line-height: 1.65; }

.lx-page--xnavi-mit-der-passenden-einstellung-fuehren-und-managen .lx-page-content > .lx-import-section:first-child { display: none; }
.lx-page--xnavi-mit-der-passenden-einstellung-fuehren-und-managen .lx-import-section--columns .lx-import-layout { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.lx-page--xnavi-mit-der-passenden-einstellung-fuehren-und-managen .lx-rich-text--heading-only { grid-column: 1 / -1; text-align: center; }
.lx-page--xnavi-mit-der-passenden-einstellung-fuehren-und-managen .lx-import-section > .lx-container { width: min(100% - 40px, var(--lx-container)); }
.lx-page--xnavi-mit-der-passenden-einstellung-fuehren-und-managen .lx-import-section:not(.lx-import-section--columns) .lx-rich-text { max-width: 1160px; margin-inline: auto; }
.lx-page--xnavi-mit-der-passenden-einstellung-fuehren-und-managen .lx-import-section--tint:not(.lx-import-section--columns) .lx-content-image { width: min(100%, 1100px); margin-inline: auto; }

.lx-page--organisationsentwicklung .lx-page-hero--photo::after { background-color: transparent; background-blend-mode: normal; background-position: 72% center; background-size: min(450px, 37vw) auto; opacity: 0.9; filter: none; }

.lx-page--agb .lx-page-content { background: linear-gradient(180deg, #eef8fd, #fff); }
.lx-page--agb .lx-page-content .lx-import-section { padding: clamp(68px, 8vw, 108px) 0; }
.lx-page--agb .lx-import-layout { display: block; }
.lx-page--agb .lx-rich-text { width: 100%; max-width: 1120px; padding: clamp(30px, 5vw, 58px); margin: 0 auto 24px; border: 1px solid var(--lx-line); border-radius: 20px; background: white; box-shadow: var(--lx-shadow-soft); columns: 2 420px; column-gap: clamp(38px, 6vw, 74px); column-rule: 1px solid rgba(8,47,76,0.08); }
.lx-page--agb .lx-rich-text:first-child { padding: 0 0 22px; border: 0; background: transparent; box-shadow: none; columns: auto; }
.lx-page--agb .lx-rich-text h4 { break-after: avoid; margin-top: 1.7em; color: var(--lx-blue-700); font-size: 1.2rem; }
.lx-page--agb .lx-rich-text > :first-child { margin-top: 0; }
.lx-page--agb .lx-rich-text p { break-inside: avoid; }

.lx-contact-overview { padding-bottom: 56px; }
.lx-contact-overview__intro { margin-bottom: 0; }
.lx-contact-locations { padding: clamp(76px, 8vw, 108px) 0; background: linear-gradient(145deg, #edf8fd, #fff); }
.lx-contact-locations .lx-section-heading { margin-bottom: 42px; }
.lx-contact-section { padding-top: 74px; }
.lx-contact-location-video { background: white; }

.lx-partner-intro, .lx-partner-fit, .lx-partner-benefits, .lx-partner-xcross, .lx-partner-application { padding: clamp(76px, 8vw, 112px) 0; }
.lx-partner-intro__grid, .lx-partner-benefits__grid, .lx-partner-application__grid { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(480px, 1.1fr); align-items: start; gap: clamp(38px, 7vw, 96px); }
.lx-partner-lead { max-width: 700px; color: var(--lx-copy); font-size: clamp(1.12rem, 1.65vw, 1.38rem); line-height: 1.65; }
.lx-partner-highlight { padding: clamp(30px, 4vw, 48px); border: 1px solid rgba(255,255,255,0.2); border-radius: 22px; color: white; background: linear-gradient(130deg, #063a5d, #087bae); box-shadow: var(--lx-shadow); }
.lx-partner-highlight strong, .lx-partner-highlight p { color: white; }
.lx-partner-highlight strong { display: block; margin-bottom: 14px; font-size: clamp(1.5rem, 2.4vw, 2.2rem); }
.lx-partner-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.lx-partner-grid article { padding: clamp(30px, 4vw, 46px); border: 1px solid var(--lx-line); border-radius: 20px; background: white; box-shadow: var(--lx-shadow-soft); }
.lx-partner-grid h3 { color: var(--lx-blue-700); }
.lx-partner-grid li { margin-bottom: 12px; }
.lx-partner-status { display: grid; padding: clamp(26px, 3vw, 38px); margin-top: 24px; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; border: 1px solid rgba(8,47,76,0.1); border-radius: 18px; background: rgba(255,255,255,0.7); }
.lx-partner-status p { margin: 0; }
.lx-partner-benefits__grid > ul { display: grid; padding: 0; margin: 0; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; list-style: none; }
.lx-partner-benefits__grid li { display: grid; padding: 21px; border-left: 4px solid var(--lx-blue-600); border-radius: 12px; background: var(--lx-blue-50); }
.lx-partner-benefits__grid li:nth-child(2n) { border-left-color: #08a471; }
.lx-partner-benefits__grid li:nth-child(3n) { border-left-color: #e4bd25; }
.lx-partner-benefits__grid li span { margin-top: 5px; font-size: 0.86rem; line-height: 1.5; }
.lx-partner-xcross__panel { display: grid; padding: clamp(34px, 5vw, 62px); grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); align-items: center; gap: 22px 60px; border-radius: 24px; color: white; background: linear-gradient(125deg, #063a5d, #0879aa); box-shadow: var(--lx-shadow); }
.lx-partner-xcross__panel h2, .lx-partner-xcross__panel p, .lx-partner-xcross__panel .lx-kicker { color: white; }
.lx-partner-xcross__panel .lx-actions { grid-column: 1 / -1; justify-content: flex-start; }
.lx-partner-xcross__panel .lx-button--outline { border-color: rgba(255,255,255,0.72); color: white; background: rgba(255,255,255,0.06); }
.lx-partner-xcross__panel .lx-button--outline:hover { border-color: white; color: var(--lx-blue-900); background: white; }
.lx-partner-application { color: white; background: linear-gradient(130deg, #052f4c, #0876a6); }
.lx-partner-application h2, .lx-partner-application p, .lx-partner-application .lx-kicker, .lx-partner-application a { color: white; }
.lx-partner-application .lx-contact-card { color: var(--lx-copy); }
.lx-partner-application .lx-contact-card label { color: var(--lx-ink); }
.lx-partner-application .lx-contact-card a { color: var(--lx-blue-700); }
.lx-partner-form textarea { min-height: 92px; resize: vertical; }

@media (max-width: 920px) {
  .lx-partner-intro__grid, .lx-partner-benefits__grid, .lx-partner-application__grid { grid-template-columns: 1fr; }
  .lx-partner-xcross__panel { grid-template-columns: 1fr; }
  .lx-partner-xcross__panel .lx-actions { grid-column: 1; }
}

@media (max-width: 680px) {
  .lx-hub-principle-grid { gap: 14px; }
  .lx-hub-principle-grid article { min-height: 0; padding: 27px 24px; }
  .lx-page--xnavi-mit-der-passenden-einstellung-fuehren-und-managen .lx-import-section--columns .lx-import-layout { grid-template-columns: 1fr; }
  .lx-page--organisationsentwicklung .lx-page-hero--photo::after { background-position: 70% center; background-size: min(250px, 54vw) auto; opacity: 0.42; }
  .lx-page--agb .lx-rich-text { padding: 27px 23px; border-radius: 15px; columns: auto; }
  .lx-partner-grid, .lx-partner-benefits__grid > ul, .lx-partner-status { grid-template-columns: 1fr; }
  .lx-partner-xcross__panel .lx-actions { align-items: stretch; flex-direction: column; }
  .lx-partner-xcross__panel .lx-button, .lx-partner-application .lx-button { width: 100%; }
}
