/*
Theme Name: Ueben hilft. Zell am See Child
Theme URI: https://www.uebenhilft-zellamsee.at/
Description: Child Theme fuer Hello Elementor. Designsystem, Assets und Effekte fuer Ueben hilft. Zell am See.
Author: DESIGN&SEO
Author URI: https://design-seo.at/
Template: hello-elementor
Version: 1.5.43
Text Domain: uebenhilft
*/

@font-face {
  font-family: "UebenHilftFolder";
  src: local("Segoe UI Variable"), local("Segoe UI");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "UebenHilftFolder";
  src: local("Segoe UI Semibold Italic"), local("Segoe UI Italic"), local("Segoe UI");
  font-weight: 300 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "UebenHilftDisplay";
  src: url("assets/fonts/UebenScript-Final-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --ueh-navy: #21456b;
  --ueh-navy-dark: #123956;
  --ueh-beige: #c7beae;
  --ueh-cream: #faf7f2;
  --ueh-white: #ffffff;
  --ueh-ink: #142d43;
  --ueh-muted: #4d6476;
  --ueh-line: rgba(33, 69, 107, 0.16);
  --ueh-soft: rgba(199, 190, 174, 0.28);
  --ueh-font-folder: "UebenHilftFolder", "Segoe UI Variable", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  --ueh-font-body: var(--ueh-font-folder);
  --ueh-font-display: var(--ueh-font-body);
  --ueh-width: 1180px;
  --ueh-radius: 8px;
  --ueh-radius-lg: 16px;
  --ueh-ease-out: cubic-bezier(0.23, 1, 0.32, 1);
  --ueh-ease-in-out: cubic-bezier(0.77, 0, 0.175, 1);
  --ueh-focus: 0 0 0 3px rgba(199, 190, 174, 0.72);
  --section-pad: clamp(76px, 9vw, 140px);
}

body.elementor-page .site-header:not(.ueh3-header):not(.ueh4-header),
body.elementor-page .site-footer:not(.ueh3-footer):not(.ueh4-footer),
body.elementor-page .page-header,
body.elementor-page header.page-header,
body.elementor-page .entry-title {
  display: none;
}

body.elementor-page .site-main,
body.elementor-page #content.site-main,
body.elementor-page .page-content,
body.elementor-page .entry-content {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

html {
  margin: 0;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--ueh-cream);
  color: var(--ueh-ink);
  font-family: var(--ueh-font-body);
  font-size: 18px;
  line-height: 1.58;
  text-rendering: optimizeLegibility;
}

body.elementor-page {
  margin: 0;
}

body.elementor-page .elementor-location-header,
body.elementor-page .elementor-location-single,
body.elementor-page .elementor-location-footer,
body.elementor-page .elementor {
  margin-top: 0;
}

body.ueh-lock-scroll {
  overflow: hidden;
}

a {
  color: var(--ueh-navy);
}

a:focus-visible,
button:focus-visible {
  outline: none;
  box-shadow: var(--ueh-focus);
}

.ueh2-page,
.ueh2-header,
.ueh2-footer,
.ueh2-page *,
.ueh2-header *,
.ueh2-footer * {
  box-sizing: border-box;
}

.ueh2-page {
  background: #fbfaf7;
  color: var(--ueh-ink);
  overflow-x: clip;
  overflow-y: visible;
}

.ueh2-page .elementor-widget,
.ueh2-header .elementor-widget,
.ueh2-footer .elementor-widget {
  margin-block-end: 0;
}

.ueh2-page .elementor-widget-container,
.ueh2-header .elementor-widget-container,
.ueh2-footer .elementor-widget-container {
  height: 100%;
}

.ueh2-wrap {
  width: min(var(--ueh-width), calc(100% - 40px));
  margin-inline: auto;
}

.ueh2-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(250, 247, 242, 0.94);
  border-bottom: 1px solid var(--ueh-line);
  backdrop-filter: blur(16px);
  transition: box-shadow 320ms var(--ueh-ease-out), background-color 320ms;
}

.ueh2-header.is-scrolled {
  background: rgba(250, 247, 242, 0.98);
  border-bottom-color: transparent;
  box-shadow: 0 1px 0 rgba(33, 69, 107, 0.07), 0 6px 28px rgba(33, 69, 107, 0.07);
}

.ueh2-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 82px;
  gap: 28px;
  transition: min-height 320ms var(--ueh-ease-out);
}

.ueh2-header.is-scrolled .ueh2-header__inner {
  min-height: 58px;
}

.ueh2-logo {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
}

.ueh2-logo img {
  display: block;
  width: min(262px, 55vw);
  height: auto;
  transition: width 320ms var(--ueh-ease-out);
}

.ueh2-header.is-scrolled .ueh2-logo img {
  width: min(196px, 44vw);
}

.ueh2-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.ueh2-nav .elementor-widget-button {
  width: auto;
}

.ueh2-nav .elementor-button {
  box-shadow: none;
}

.ueh2-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 8px 12px;
  border-radius: 999px;
  color: var(--ueh-navy);
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: background-color 180ms var(--ueh-ease-out), color 180ms var(--ueh-ease-out), transform 160ms var(--ueh-ease-out);
}

.ueh2-nav a:hover,
.ueh2-nav a.is-active {
  background: rgba(33, 69, 107, 0.08);
  color: var(--ueh-navy-dark);
}

.ueh2-nav a:active,
.ueh2-button:active {
  transform: scale(0.97);
}

.ueh2-nav .ueh2-nav-cta {
  margin-left: 4px;
}

.ueh2-nav .ueh2-nav-cta .elementor-button {
  background: var(--ueh-navy);
  color: var(--ueh-white);
}

.ueh2-nav .ueh2-nav-cta .elementor-button:hover {
  background: var(--ueh-navy-dark);
  color: var(--ueh-white);
}

.ueh2-menu-toggle {
  display: none;
  position: relative;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 999px;
  background: var(--ueh-navy);
  color: var(--ueh-white);
  cursor: pointer;
}

.ueh2-menu-toggle .elementor-widget-container,
.ueh2-menu-toggle .elementor-button {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.ueh2-menu-toggle .elementor-button {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  font-size: 0;
}

.ueh2-menu-toggle::before,
.ueh2-menu-toggle::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 18px;
  height: 2px;
  margin: 0;
  content: "";
  background: currentColor;
  border-radius: 999px;
  transition: transform 180ms var(--ueh-ease-out), box-shadow 180ms var(--ueh-ease-out);
}

.ueh2-menu-toggle::before {
  transform: translate(-50%, -7px);
  box-shadow: 0 7px 0 currentColor;
}

.ueh2-menu-toggle::after {
  transform: translate(-50%, 7px);
}

.ueh2-header.is-open .ueh2-menu-toggle::before {
  transform: translate(-50%, 0) rotate(45deg);
  box-shadow: none;
}

.ueh2-header.is-open .ueh2-menu-toggle::after {
  transform: translate(-50%, 0) rotate(-45deg);
}

.ueh2-button,
.elementor-widget-button .ueh2-button,
.ueh2-page .elementor-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font-family: var(--ueh-font-body);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition: transform 160ms var(--ueh-ease-out), background-color 180ms var(--ueh-ease-out), border-color 180ms var(--ueh-ease-out), color 180ms var(--ueh-ease-out);
}

.ueh2-button--primary,
.ueh2-page .ueh2-btn-primary .elementor-button,
.ueh2-page .elementor-button {
  background: var(--ueh-navy);
  color: var(--ueh-white);
}

.ueh2-button--primary:hover,
.ueh2-page .ueh2-btn-primary .elementor-button:hover,
.ueh2-page .elementor-button:hover {
  background: var(--ueh-navy-dark);
  color: var(--ueh-white);
}

.ueh2-button--ghost,
.ueh2-page .ueh2-btn-ghost .elementor-button {
  border-color: rgba(33, 69, 107, 0.36);
  background: rgba(255, 255, 255, 0.62);
  color: var(--ueh-navy);
}

.ueh2-button--ghost:hover,
.ueh2-page .ueh2-btn-ghost .elementor-button:hover {
  border-color: var(--ueh-navy);
  background: var(--ueh-white);
  color: var(--ueh-navy-dark);
}

.ueh2-section {
  position: relative;
  padding-block: var(--section-pad);
}

.ueh2-kicker {
  margin: 0 0 18px;
  color: var(--ueh-navy);
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.ueh2-script,
.ueh2-page h1,
.ueh2-page h2.ueh2-script,
.ueh2-page .ueh2-script h1,
.ueh2-page .ueh2-script h2 {
  margin: 0;
  color: var(--ueh-navy);
  font-family: var(--ueh-font-display);
  font-style: normal;
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: 0;
  text-wrap: balance;
}

.ueh2-page h1,
.ueh2-hero-title {
  font-size: clamp(3.6rem, 8vw, 5.6rem);
}

.ueh2-page h2,
.ueh2-section-title {
  font-size: clamp(2.35rem, 5vw, 4.2rem);
}

.ueh2-page h3 {
  margin: 0;
  color: var(--ueh-navy);
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  line-height: 1.16;
}

.ueh2-lead {
  max-width: 62ch;
  margin: 26px 0 0;
  color: var(--ueh-ink);
  font-size: clamp(1.12rem, 2vw, 1.34rem);
  line-height: 1.58;
  text-wrap: pretty;
}

.ueh2-copy {
  max-width: 70ch;
  color: var(--ueh-ink);
  font-size: 1.03rem;
  line-height: 1.68;
  text-wrap: pretty;
}

.ueh2-copy p {
  margin: 0 0 1rem;
}

.ueh2-copy strong {
  color: var(--ueh-navy);
  font-weight: 800;
}

.ueh2-hero {
  position: relative;
  min-height: clamp(720px, calc(100dvh - 82px), 920px);
  padding-block: clamp(64px, 7vw, 110px) clamp(54px, 6vw, 90px);
  isolation: isolate;
}

.ueh2-hero::before {
  position: absolute;
  inset: 0 0 0 61%;
  z-index: -2;
  content: "";
  background: rgba(199, 190, 174, 0.92);
  clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%, 8% 54%);
}

.ueh2-hero::after {
  position: absolute;
  right: clamp(20px, 8vw, 110px);
  bottom: clamp(28px, 6vw, 80px);
  z-index: -1;
  width: clamp(130px, 18vw, 240px);
  aspect-ratio: 1;
  content: none;
}

.ueh2-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(360px, 1.22fr);
  gap: clamp(44px, 8vw, 104px);
  align-items: center;
}

.ueh2-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.ueh2-hero-media {
  position: relative;
  min-height: clamp(520px, 58vw, 720px);
}

.ueh2-hero-photo-main,
.ueh2-hero-photo-small {
  position: absolute;
  overflow: hidden;
  background: var(--ueh-white);
  border-radius: var(--ueh-radius-lg);
}

.ueh2-hero-photo-main {
  inset: 4% 0 6% 10%;
  background: url("assets/img/hero-training.png") 52% 50% / cover no-repeat;
  border-radius: 0;
  clip-path: polygon(16% 0, 100% 0, 100% 100%, 0 100%, 8% 70%);
}

.ueh2-hero-photo-small {
  left: 0;
  bottom: 0;
  width: min(42%, 260px);
  aspect-ratio: 0.78;
  border: 8px solid var(--ueh-cream);
  background: url("assets/img/studio-room.png") center / cover no-repeat;
}

.ueh2-hero-media img,
.ueh2-image-frame img,
.ueh2-person img,
.ueh2-contact-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ueh2-hero-photo-main img {
  object-position: 54% 52%;
  opacity: 0;
}

.ueh2-hero-photo-small img {
  object-position: 48% 50%;
  opacity: 0;
}

.ueh2-hero-badge {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(230px, 44%);
  min-height: 132px;
  display: grid;
  align-content: center;
  gap: 4px;
  padding: 24px;
  background: var(--ueh-navy);
  color: var(--ueh-white);
  border-radius: 0 0 0 56px;
}

.ueh2-hero-badge strong {
  font-family: var(--ueh-font-display);
  font-size: clamp(2rem, 4vw, 3.3rem);
  font-weight: 400;
  line-height: 0.9;
}

.ueh2-hero-badge span {
  color: rgba(255, 255, 255, 0.86);
  font-weight: 700;
  line-height: 1.2;
}

.ueh2-trust-rail {
  display: flex;
  gap: 1px !important;
  margin-top: clamp(48px, 7vw, 76px);
  background: rgba(33, 69, 107, 0.16);
  border: 1px solid rgba(33, 69, 107, 0.16);
}

.ueh2-trust-item {
  min-height: 120px;
  display: grid;
  align-content: center;
  padding: 24px;
  background: rgba(255, 255, 255, 0.64);
}

.ueh2-trust-item strong {
  display: block;
  color: var(--ueh-navy);
  font-family: var(--ueh-font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 400;
  line-height: 0.92;
}

.ueh2-trust-item span {
  display: block;
  margin-top: 8px;
  color: var(--ueh-muted);
  font-weight: 700;
}

.ueh2-intro {
  background: var(--ueh-white);
}

.ueh2-intro-grid,
.ueh2-split-grid,
.ueh2-cta-grid,
.ueh2-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1.08fr);
  gap: clamp(36px, 7vw, 90px);
  align-items: center;
}

.ueh2-big-mark {
  position: relative;
  min-height: 430px;
}

.ueh2-big-mark::before {
  position: absolute;
  inset: -40px 0 0;
  content: "\00DC";
  color: rgba(33, 69, 107, 0.08);
  font-family: var(--ueh-font-display);
  font-size: clamp(19rem, 34vw, 31rem);
  line-height: 0.8;
}

.ueh2-big-mark blockquote {
  position: relative;
  max-width: 500px;
  margin: 0;
  padding: 42px;
  background: var(--ueh-navy);
  color: var(--ueh-white);
  border-radius: 0 0 0 72px;
}

.ueh2-big-mark blockquote p {
  margin: 0;
  font-family: var(--ueh-font-display);
  font-size: clamp(2.2rem, 5vw, 4.2rem);
  line-height: 0.98;
  font-weight: 400;
}

.ueh2-band-title {
  display: inline-flex;
  max-width: 720px;
  min-height: 96px;
  align-items: center;
  padding: 20px clamp(24px, 5vw, 48px);
  background: var(--ueh-navy);
  color: var(--ueh-white);
  border-radius: 0 0 62px 0;
  font-family: var(--ueh-font-display);
  font-size: clamp(2rem, 4.8vw, 3.35rem);
  font-weight: 400;
  line-height: 1.02;
}

.ueh2-steps {
  display: flex;
  gap: 1px !important;
  margin-top: 40px;
  background: var(--ueh-line);
  border: 1px solid var(--ueh-line);
}

.ueh2-step {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 24px;
  align-items: start;
  padding: clamp(24px, 4vw, 36px);
  background: var(--ueh-cream);
}

.ueh2-step-num {
  color: var(--ueh-beige);
  font-family: var(--ueh-font-display);
  font-size: clamp(3rem, 7vw, 5.2rem);
  line-height: 0.8;
  font-weight: 400;
}

.ueh2-step p {
  max-width: 62ch;
  margin: 10px 0 0;
  color: var(--ueh-muted);
}

.ueh2-benefits {
  background: #fbfaf7;
}

.ueh2-benefit-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(120px, 1fr));
  gap: 1px;
  margin-top: 44px;
  overflow: hidden;
  border: 1px solid rgba(33, 69, 107, 0.14);
  background: rgba(33, 69, 107, 0.14);
  border-radius: var(--ueh-radius);
}

.ueh2-benefit {
  display: grid;
  align-content: start;
  gap: 16px;
  min-height: 190px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.74);
}

.ueh2-benefit img {
  width: 44px;
  height: 44px;
}

.ueh2-benefit strong {
  color: var(--ueh-navy);
  font-size: 1rem;
  line-height: 1.22;
}

.ueh2-benefit span {
  color: var(--ueh-muted);
  font-size: 0.95rem;
  line-height: 1.48;
}

.ueh2-photo-proof {
  padding: 0;
  background: var(--ueh-navy);
  color: var(--ueh-white);
}

.ueh2-proof-image,
.ueh2-proof-image-inner {
  min-height: clamp(460px, 58vw, 760px);
  background:
    linear-gradient(180deg, rgba(18, 57, 86, 0.06), rgba(18, 57, 86, 0.3)),
    var(--proof-image) center / cover no-repeat;
}

.ueh2-proof-image .elementor-widget-container {
  min-height: inherit;
}

.ueh2-proof-image img {
  display: block;
  width: 100%;
  min-height: inherit;
  object-fit: cover;
}

.ueh2-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.ueh2-proof {
  padding: clamp(28px, 4vw, 44px);
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.ueh2-proof:last-child {
  border-right: 0;
}

.ueh2-proof h3 {
  color: var(--ueh-white);
}

.ueh2-proof p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.82);
}

.ueh2-image-frame {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border-radius: var(--ueh-radius-lg);
  isolation: isolate;
}

.ueh2-image-frame::before {
  position: absolute;
  inset: -12% auto -12% -18%;
  z-index: 1;
  width: 28%;
  content: "";
  background: rgba(199, 190, 174, 0.9);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  pointer-events: none;
}

.ueh2-image-frame img {
  min-height: 560px;
  object-position: center;
}

.ueh2-navy {
  background: var(--ueh-navy);
  color: var(--ueh-white);
}

.ueh2-navy .ueh2-script,
.ueh2-navy .ueh2-band-title,
.ueh2-navy h2,
.ueh2-navy h3 {
  color: var(--ueh-white);
}

.ueh2-navy .ueh2-copy,
.ueh2-navy .ueh2-lead {
  color: rgba(255, 255, 255, 0.84);
}

.ueh2-navy .ueh2-kicker,
.ueh2-contact-card .ueh2-kicker {
  color: var(--ueh-beige);
}

.ueh2-team {
  background: var(--ueh-white);
}

.ueh2-team-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 44px;
  overflow: hidden;
  background: rgba(33, 69, 107, 0.18);
  border: 1px solid rgba(33, 69, 107, 0.18);
  border-radius: var(--ueh-radius);
}

.ueh2-person {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  background: var(--ueh-navy);
  color: var(--ueh-white);
}

.ueh2-person img {
  aspect-ratio: 4 / 4.7;
  background: var(--ueh-beige);
  object-position: top center;
}

.ueh2-person-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 12px;
  padding: 22px;
}

.ueh2-person h3 {
  color: var(--ueh-white);
}

.ueh2-person p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.95rem;
  line-height: 1.46;
}

.ueh2-person em {
  margin-top: auto;
  color: var(--ueh-white);
  font-style: italic;
  font-weight: 800;
}

.ueh2-price-box {
  padding: clamp(28px, 4vw, 44px);
  background: rgba(255, 255, 255, 0.78);
  border-radius: var(--ueh-radius-lg);
}

.ueh2-price-table {
  width: 100%;
  margin-top: 28px;
  border-collapse: collapse;
  font-size: clamp(1rem, 1.7vw, 1.18rem);
}

.ueh2-price-table th,
.ueh2-price-table td {
  padding: 13px 0;
  border-bottom: 2px solid var(--ueh-navy);
  text-align: left;
  vertical-align: top;
}

.ueh2-price-table th {
  color: var(--ueh-navy);
  font-style: italic;
}

.ueh2-price-table th:last-child,
.ueh2-price-table td:last-child {
  padding-left: 20px;
  text-align: right;
  white-space: nowrap;
}

.ueh2-contact {
  background: var(--ueh-navy);
}

.ueh2-contact-card {
  padding: clamp(30px, 5vw, 54px);
  background: var(--ueh-navy);
  color: var(--ueh-white);
  border-radius: 0 0 0 72px;
}

.ueh2-contact-card h2,
.ueh2-contact-card .ueh2-script {
  color: var(--ueh-white);
}

.ueh2-contact-list {
  display: grid;
  gap: 16px;
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
}

.ueh2-contact-list li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 14px;
}

.ueh2-contact-list b {
  color: var(--ueh-beige);
  font-weight: 800;
}

.ueh2-contact-list a {
  color: var(--ueh-white);
  text-underline-offset: 4px;
}

.ueh2-contact-photo {
  min-height: 540px;
  overflow: hidden;
  border-radius: var(--ueh-radius-lg);
}

.ueh2-footer {
  background: var(--ueh-navy-dark);
  color: var(--ueh-white);
  padding-block: clamp(44px, 6vw, 72px);
}

.ueh2-footer__grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1fr) minmax(220px, 0.7fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
}

.ueh2-footer img {
  max-width: 280px;
  height: auto;
  filter: brightness(0) invert(1);
}

.ueh2-footer p,
.ueh2-footer a {
  color: rgba(255, 255, 255, 0.82);
}

.ueh2-footer a {
  text-underline-offset: 4px;
}

.ueh2-footer__tagline {
  font-family: var(--ueh-font-display);
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  line-height: 0.95;
  font-weight: 400;
}

.ueh2-reveal {
  opacity: 1;
  transform: none;
  transition: opacity 620ms var(--ueh-ease-out), transform 620ms var(--ueh-ease-out), clip-path 720ms var(--ueh-ease-in-out);
}

.ueh-js .ueh2-reveal {
  opacity: 0.001;
  transform: translateY(24px);
}

.ueh-js .ueh2-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.ueh-js .ueh2-reveal.ueh2-reveal-clip {
  opacity: 1;
  transform: none;
  clip-path: inset(0 0 100% 0);
}

.ueh-js .ueh2-reveal.ueh2-reveal-clip.is-visible {
  clip-path: inset(0 0 0 0);
}

@media (hover: hover) and (pointer: fine) {
  .ueh2-benefit,
  .ueh2-person,
  .ueh2-price-box {
    transition: transform 220ms var(--ueh-ease-out);
  }

  .ueh2-benefit:hover,
  .ueh2-person:hover,
  .ueh2-price-box:hover {
    transform: translateY(-4px);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .ueh2-reveal,
  .ueh-js .ueh2-reveal,
  .ueh-js .ueh2-reveal.ueh2-reveal-clip {
    opacity: 1;
    transform: none;
    clip-path: none;
    transition: none;
  }
}

@media (max-width: 1180px) {
  .ueh2-benefit-grid {
    grid-template-columns: repeat(4, minmax(150px, 1fr));
  }

  .ueh2-team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .ueh2-header__inner {
    min-height: 74px;
  }

  .ueh2-menu-toggle {
    display: block;
    flex: 0 0 auto;
  }

  .ueh2-nav {
    position: fixed;
    inset: 74px 16px auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 18px;
    background: var(--ueh-white);
    border: 1px solid rgba(33, 69, 107, 0.12);
    border-radius: var(--ueh-radius);
  }

  .ueh2-header.is-open .ueh2-nav {
    display: flex;
  }

  .ueh2-nav a {
    justify-content: center;
  }

  .ueh2-hero {
    min-height: auto;
  }

  .ueh2-hero::before {
    inset: 42% 0 0 0;
    clip-path: polygon(0 12%, 100% 0, 100% 100%, 0 100%);
  }

  .ueh2-hero-grid,
  .ueh2-intro-grid,
  .ueh2-split-grid,
  .ueh2-cta-grid,
  .ueh2-contact-grid,
  .ueh2-footer__grid {
    grid-template-columns: 1fr;
  }

  .ueh2-hero-media {
    min-height: 540px;
  }

  .ueh2-trust-rail,
  .ueh2-proof-grid {
    grid-template-columns: 1fr;
  }

  .ueh2-proof {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  .ueh2-proof:last-child {
    border-bottom: 0;
  }

  .ueh2-contact {
    background: var(--ueh-navy);
  }
}

@media (max-width: 680px) {
  body {
    font-size: 16px;
  }

  .ueh2-page {
    --section-pad: 70px;
    background: var(--ueh-cream);
  }

  .ueh2-wrap {
    width: min(var(--ueh-width), calc(100% - 28px));
  }

  .ueh2-page h1,
  .ueh2-hero-title {
    font-size: clamp(3.4rem, 18vw, 4.8rem);
  }

  .ueh2-page h2,
  .ueh2-section-title {
    font-size: clamp(2.75rem, 16vw, 4rem);
  }

  .ueh2-hero-media {
    min-height: 420px;
  }

  .ueh2-hero-photo-main {
    inset: 0 0 10% 0;
  }

  .ueh2-hero-photo-small {
    display: none;
  }

  .ueh2-hero-badge {
    right: -8px;
    width: min(236px, 62%);
    min-height: 104px;
    padding: 18px;
  }

  .ueh2-band-title {
    width: calc(100% + 14px);
    margin-left: -14px;
    border-radius: 0 0 48px 0;
  }

  .ueh2-step {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .ueh2-benefit-grid,
  .ueh2-team-grid {
    grid-template-columns: 1fr;
  }

  .ueh2-image-frame,
  .ueh2-image-frame img,
  .ueh2-contact-photo {
    min-height: 380px;
  }

  .ueh2-price-table,
  .ueh2-price-table tbody,
  .ueh2-price-table tr,
  .ueh2-price-table th,
  .ueh2-price-table td {
    display: block;
  }

  .ueh2-price-table thead {
    display: none;
  }

  .ueh2-price-table tr {
    padding: 14px 0;
    border-bottom: 2px solid var(--ueh-navy);
  }

  .ueh2-price-table td,
  .ueh2-price-table th {
    padding: 2px 0;
    border: 0;
  }

  .ueh2-price-table td:last-child {
    padding-left: 0;
    text-align: left;
  }
}

/* ============================================================
   NEUE KOMPONENTEN v2
   ============================================================ */

/* SCROLL PROGRESS LINE */
.ueh2-progress-line {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--ueh-beige) 0%, var(--ueh-navy) 100%);
  transform-origin: left center;
  transform: scaleX(0);
  pointer-events: none;
  will-change: transform;
}

/* STATEMENT SECTION – Entspricht Flyer-Seite 2 (großes Navy-Feld) */
.ueh2-statement {
  position: relative;
  min-height: clamp(580px, 76vh, 960px);
  display: flex;
  align-items: center;
  background: var(--ueh-navy);
  overflow: hidden;
  isolation: isolate;
}

.ueh2-statement::before {
  position: absolute;
  inset: 0 -8% 0 56%;
  content: "";
  background: var(--ueh-beige);
  clip-path: polygon(22% 0, 100% 0, 100% 100%, 0 100%, 10% 50%);
  z-index: 0;
  opacity: 0.16;
  pointer-events: none;
}

.ueh2-statement-inner {
  position: relative;
  z-index: 1;
  padding-block: clamp(88px, 13vw, 168px);
}

.ueh2-statement-word {
  display: block;
  color: var(--ueh-white);
  font-family: var(--ueh-font-display);
  font-size: clamp(4.8rem, 13vw, 11rem);
  font-weight: 400;
  line-height: 0.86;
  letter-spacing: -0.03em;
}

.ueh2-statement-sub {
  margin-top: clamp(32px, 5vw, 60px);
  padding-top: clamp(22px, 3vw, 40px);
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.ueh2-statement-sub p {
  margin: 0;
  color: var(--ueh-beige);
  font-style: italic;
  font-size: clamp(1.18rem, 2.2vw, 1.6rem);
  line-height: 2;
}

/* MARQUEE BELT */
.ueh2-marquee-belt {
  overflow: hidden;
  background: var(--ueh-navy-dark);
  padding-block: 20px;
  user-select: none;
}

.ueh2-marquee-track {
  display: flex;
  width: max-content;
  animation: ueh-marquee 32s linear infinite;
}

.ueh2-marquee-track:hover {
  animation-play-state: paused;
}

.ueh2-marquee-item {
  display: inline-flex;
  align-items: center;
  gap: 28px;
  padding-right: 28px;
  white-space: nowrap;
  font-family: var(--ueh-font-display);
  font-size: clamp(1.4rem, 2.6vw, 2.1rem);
  font-weight: 400;
  color: rgba(255, 255, 255, 0.86);
}

.ueh2-marquee-dot {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--ueh-beige);
  flex-shrink: 0;
}

@keyframes ueh-marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* STATS ROW */
.ueh2-stats {
  background: var(--ueh-navy);
  padding-block: clamp(44px, 6vw, 80px);
}

.ueh2-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--ueh-radius);
  overflow: hidden;
}

.ueh2-stat {
  padding: clamp(24px, 3.5vw, 44px) clamp(18px, 2.5vw, 32px);
  background: var(--ueh-navy);
  text-align: center;
}

.ueh2-stat-num {
  display: block;
  color: var(--ueh-white);
  font-family: var(--ueh-font-display);
  font-size: clamp(3.6rem, 7.5vw, 6.8rem);
  font-weight: 400;
  line-height: 0.82;
  letter-spacing: -0.02em;
}

.ueh2-stat-label {
  display: block;
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.35;
}

/* STAGGER REVEAL DELAYS */
.ueh-js .ueh2-stagger > .ueh2-reveal:nth-child(1)  { transition-delay: 0ms; }
.ueh-js .ueh2-stagger > .ueh2-reveal:nth-child(2)  { transition-delay: 80ms; }
.ueh-js .ueh2-stagger > .ueh2-reveal:nth-child(3)  { transition-delay: 160ms; }
.ueh-js .ueh2-stagger > .ueh2-reveal:nth-child(4)  { transition-delay: 240ms; }
.ueh-js .ueh2-stagger > .ueh2-reveal:nth-child(5)  { transition-delay: 320ms; }
.ueh-js .ueh2-stagger > .ueh2-reveal:nth-child(6)  { transition-delay: 400ms; }
.ueh-js .ueh2-stagger > .ueh2-reveal:nth-child(7)  { transition-delay: 480ms; }

/* COUNTER ANIMATION */
@keyframes ueh-count-in {
  from { opacity: 0; transform: translateY(18px); }
  to   { opacity: 1; transform: translateY(0); }
}

.ueh2-stat-num.is-counting {
  animation: ueh-count-in 480ms var(--ueh-ease-out) forwards;
}

/* RESPONSIVE – neue Komponenten */
@media (max-width: 1080px) {
  .ueh2-stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .ueh2-statement-word {
    font-size: clamp(3.6rem, 18vw, 6rem);
  }

  .ueh2-stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ueh2-marquee-item {
    font-size: 1.3rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ueh2-marquee-track {
    animation: none;
    width: 100%;
    flex-wrap: wrap;
    gap: 12px;
    padding: 8px 0;
  }

  .ueh2-stat-num.is-counting {
    animation: none;
  }
}

/* =============================================
   HERO HEADLINE LINE STAGGER
   ============================================= */

@keyframes ueh-line-rise {
  from {
    opacity: 0;
    transform: translateY(0.5em);
    clip-path: inset(0 0 100% 0);
  }
  to {
    opacity: 1;
    transform: none;
    clip-path: inset(0 0 -5% 0);
  }
}

.ueh-js .ueh2-hero-title.ueh2-lines-ready .ueh2-hero-line {
  display: block;
  overflow: hidden;
  animation: ueh-line-rise 860ms var(--ueh-ease-out) both;
  animation-delay: calc(var(--line-i, 0) * 180ms + 180ms);
}

/* =============================================
   CURSOR GLOW  (desktop / hover device only)
   ============================================= */

.ueh2-cursor-glow {
  position: fixed;
  top: 0;
  left: 0;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(199, 190, 174, 0.28) 0%,
    rgba(199, 190, 174, 0.06) 45%,
    transparent 70%
  );
  pointer-events: none;
  z-index: 9990;
  will-change: transform;
  mix-blend-mode: multiply;
  opacity: 0;
  transition: opacity 500ms;
}

/* =============================================
   GRAIN TEXTURE on dark sections
   ============================================= */

.ueh2-navy,
.ueh2-contact,
.ueh2-statement {
  isolation: isolate;
}

.ueh2-navy::after,
.ueh2-contact::after,
.ueh2-statement::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='320' height='320'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.78' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23g)'/%3E%3C/svg%3E");
  opacity: 0.045;
  mix-blend-mode: overlay;
}

/* children need to be above the grain overlay */
.ueh2-navy > *,
.ueh2-contact > *,
.ueh2-statement > * {
  position: relative;
  z-index: 2;
}

/* Elementor column children inside dark sections */
.ueh2-navy .elementor-container,
.ueh2-contact .elementor-container,
.ueh2-statement .ueh2-wrap {
  position: relative;
  z-index: 2;
}

/* =============================================
   ELEMENTOR LAYOUT COMPATIBILITY
   grid/flex classes were designed for custom HTML wrappers;
   Elementor section/column/container wrappers need overrides
   so the Elementor layout engine stays in control.
   ============================================= */

/* --- Legacy section/column model --- */
.elementor-section.ueh2-trust-rail,
.elementor-section.ueh2-steps {
  display: block;
}
.elementor-column.ueh2-step {
  display: block;
}
.elementor-column.ueh2-step + .elementor-column.ueh2-step {
  border-left: 1px solid var(--ueh-line);
}

/* --- Flexbox Container model (Elementor 3.6+ / 4.x) --- */
.e-con.ueh2-trust-rail,
.e-con-inner.ueh2-trust-rail,
.e-con.ueh2-steps,
.e-con-inner.ueh2-steps {
  display: flex !important;
}
.e-con.ueh2-step,
.e-con-inner.ueh2-step {
  display: flex !important;
  flex-direction: column;
}
.e-con-inner.ueh2-step + .e-con-inner.ueh2-step {
  border-left: 1px solid var(--ueh-line);
}

/* grain overlay: children above grain in both models */
.ueh2-navy .e-con,
.ueh2-navy .e-con-inner,
.ueh2-contact .e-con,
.ueh2-contact .e-con-inner,
.ueh2-statement .e-con-inner {
  position: relative;
  z-index: 2;
}

/* Hero-Copy inside container: let text widget stack naturally */
.e-con.ueh2-hero-copy .elementor-widget,
.e-con-inner.ueh2-hero-copy .elementor-widget {
  width: 100%;
}

/* =============================================
   COMING SOON PAGE  (.ueh2-cs)
   ============================================= */

.ueh2-cs {
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
}

.ueh2-cs-page {
  flex: 1;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  min-height: 100dvh;
}

/* ---- Navy left panel ---- */
.ueh2-cs-panel {
  position: relative;
  background: var(--ueh-navy);
  display: flex;
  align-items: stretch;
  overflow: hidden;
  isolation: isolate;
  clip-path: polygon(0 0, 92% 0, 100% 50%, 92% 100%, 0 100%);
}

/* grain */
.ueh2-cs-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='320' height='320'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.78' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23g)'/%3E%3C/svg%3E");
  opacity: 0.045;
  mix-blend-mode: overlay;
}

/* big decorative Ü watermark */
.ueh2-cs-u {
  position: absolute;
  right: -4%;
  bottom: -14%;
  z-index: 0;
  font-family: var(--ueh-font-display);
  font-size: clamp(28rem, 44vw, 58rem);
  line-height: 0.8;
  color: rgba(255, 255, 255, 0.05);
  pointer-events: none;
  user-select: none;
  aria-hidden: true;
}

.ueh2-cs-panel-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(40px, 5.5vw, 76px) clamp(40px, 5vw, 72px);
  padding-right: clamp(72px, 12vw, 140px);
  width: 100%;
  min-height: 100dvh;
}

.ueh2-cs-logo img {
  display: block;
  width: min(260px, 52%);
  height: auto;
  filter: brightness(0) invert(1);
}

.ueh2-cs-logo-mark {
  width: min(260px, 52%);
  min-height: 55px;
  aspect-ratio: 595 / 125;
  background: url("assets/img/logo-ueben-hilft.svg") left center / contain no-repeat;
  filter: brightness(0) invert(1);
}

.ueh2-cs-headline {
  margin-top: auto;
  padding-top: clamp(48px, 8vw, 96px);
}

.ueh2-cs-kicker {
  margin: 0 0 20px;
  color: var(--ueh-beige);
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.ueh2-cs-title {
  margin: 0;
  color: var(--ueh-white);
  font-family: var(--ueh-font-display);
  font-size: clamp(4.4rem, 9.5vw, 10rem);
  font-weight: 400;
  line-height: 0.86;
  letter-spacing: -0.02em;
}

.ueh2-cs-sub {
  margin: clamp(32px, 5vw, 56px) 0 0;
  color: rgba(255, 255, 255, 0.46);
  font-family: var(--ueh-font-display);
  font-size: clamp(1.3rem, 2.2vw, 2.1rem);
  line-height: 1.52;
  font-weight: 400;
}

/* ---- Right info side ---- */
.ueh2-cs-info {
  display: flex;
  align-items: center;
  padding: clamp(40px, 5.5vw, 76px) clamp(36px, 5vw, 72px);
  background: var(--ueh-cream);
}

.ueh2-cs-card {
  width: 100%;
  max-width: 460px;
}

.ueh2-cs-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 28px;
  padding: 7px 16px;
  background: rgba(199, 190, 174, 0.26);
  border: 1px solid rgba(199, 190, 174, 0.6);
  border-radius: 999px;
  color: var(--ueh-navy);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.ueh2-cs-badge-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--ueh-navy);
  flex-shrink: 0;
}

.ueh2-cs-card-title {
  margin: 0 0 18px;
  color: var(--ueh-navy);
  font-family: var(--ueh-font-display);
  font-size: clamp(2.7rem, 4.2vw, 4.6rem);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: -0.02em;
}

.ueh2-cs-card > p {
  margin: 0 0 32px;
  color: var(--ueh-muted);
  font-size: 1.03rem;
  line-height: 1.66;
  max-width: 44ch;
}

.ueh2-cs-contacts {
  margin-bottom: 32px;
  border: 1px solid var(--ueh-line);
  border-radius: var(--ueh-radius);
  overflow: hidden;
}

.ueh2-cs-contact-item {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 10px;
  padding: 14px 18px;
  background: rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid var(--ueh-line);
}

.ueh2-cs-contact-item:last-child {
  border-bottom: 0;
}

.ueh2-cs-contact-item b {
  color: var(--ueh-beige);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding-top: 3px;
}

.ueh2-cs-contact-item span {
  color: var(--ueh-ink);
  font-size: 0.96rem;
  line-height: 1.52;
}

.ueh2-cs-contact-item a {
  color: var(--ueh-navy);
  text-decoration: none;
  border-bottom: 1px solid rgba(33, 69, 107, 0.22);
  transition: border-color 160ms;
}

.ueh2-cs-contact-item a:hover {
  border-bottom-color: var(--ueh-navy);
}

/* ---- Page-load animations ---- */
@media (prefers-reduced-motion: no-preference) {
  .ueh2-cs-panel {
    animation: ueh-cs-panel 900ms var(--ueh-ease-out) both;
  }

  .ueh2-cs-logo,
  .ueh2-cs-logo-mark,
  .ueh2-cs-headline,
  .ueh2-cs-sub {
    animation: ueh-cs-fade-up 760ms var(--ueh-ease-out) both;
  }

  .ueh2-cs-logo,
  .ueh2-cs-logo-mark { animation-delay: 120ms; }
  .ueh2-cs-headline { animation-delay: 280ms; }
  .ueh2-cs-sub     { animation-delay: 460ms; }

  .ueh2-cs-info {
    animation: ueh-cs-fade-right 700ms var(--ueh-ease-out) 300ms both;
  }
}

@keyframes ueh-cs-panel {
  from { clip-path: polygon(0 0, 0 0, 0 50%, 0 100%, 0 100%); }
  to   { clip-path: polygon(0 0, 92% 0, 100% 50%, 92% 100%, 0 100%); }
}

@keyframes ueh-cs-fade-up {
  from { opacity: 0; transform: translateY(28px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes ueh-cs-fade-right {
  from { opacity: 0; transform: translateX(28px); }
  to   { opacity: 1; transform: translateX(0); }
}

/* pulsing indicator dot */
@media (prefers-reduced-motion: no-preference) {
  .ueh2-cs-badge-dot {
    animation: ueh-cs-pulse 2.2s ease-in-out infinite;
  }
}

@keyframes ueh-cs-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%       { opacity: 0.35; transform: scale(0.65); }
}

/* ---- Responsive ---- */
@media (max-width: 900px) {
  .ueh2-cs-page {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .ueh2-cs-panel {
    clip-path: polygon(0 0, 100% 0, 100% 88%, 0 100%);
    min-height: 56dvh;
  }

  .ueh2-cs-panel-inner {
    min-height: 56dvh;
    padding: 36px 28px 52px;
  }

  @media (prefers-reduced-motion: no-preference) {
    .ueh2-cs-panel {
      animation: ueh-cs-panel-mobile 900ms var(--ueh-ease-out) both;
    }
  }

  @keyframes ueh-cs-panel-mobile {
    from { clip-path: polygon(0 0, 100% 0, 100% 0, 0 0); }
    to   { clip-path: polygon(0 0, 100% 0, 100% 88%, 0 100%); }
  }

  .ueh2-cs-info {
    padding: 44px 28px 64px;
  }

  .ueh2-cs-card {
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .ueh2-cs-title {
    font-size: clamp(3.8rem, 17vw, 5.5rem);
  }

  .ueh2-cs-card-title {
    font-size: clamp(2.4rem, 13vw, 3.5rem);
  }
}

/* =============================================
   COMING SOON – ELEMENTOR CONTAINER OVERRIDES
   _css_classes setzt die Klasse auf den Widget-
   Wrapper, nicht auf h1/img/a. Daher eigene
   Descendant-Selektoren für native Widgets.
   ============================================= */

/* Outer wrap: min-height so the grid fills viewport */
.e-con.ueh2-cs-page,
.e-con-inner.ueh2-cs-page {
  display: grid !important;
  grid-template-columns: 1.15fr 0.85fr;
  min-height: 100dvh;
}

.e-con.ueh2-cs-wrap,
.e-con-inner.ueh2-cs-wrap {
  min-height: 100dvh;
}

/* Panel: background + clip-path on the Elementor container */
.e-con.ueh2-cs-panel,
.e-con-inner.ueh2-cs-panel {
  background: var(--ueh-navy) !important;
  clip-path: polygon(0 0, 92% 0, 100% 50%, 92% 100%, 0 100%);
  overflow: hidden;
  isolation: isolate;
  position: relative;
  min-height: 100dvh;
}

/* Panel grain via pseudo-element */
.e-con.ueh2-cs-panel::after,
.e-con-inner.ueh2-cs-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='320' height='320'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.78' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23g)'/%3E%3C/svg%3E");
  opacity: 0.045;
  mix-blend-mode: overlay;
}

/* Panel children above grain overlay */
.e-con.ueh2-cs-panel > *,
.e-con-inner.ueh2-cs-panel > * {
  position: relative;
  z-index: 1;
}

/* Big decorative Ü in panel via pseudo-element */
.e-con.ueh2-cs-panel::before,
.e-con-inner.ueh2-cs-panel::before {
  content: "\00DC";
  position: absolute;
  right: -4%;
  bottom: -14%;
  z-index: 0;
  font-family: var(--ueh-font-display);
  font-size: clamp(28rem, 44vw, 58rem);
  line-height: 0.8;
  color: rgba(255, 255, 255, 0.05);
  pointer-events: none;
  user-select: none;
}

/* Info column: cream background */
.e-con.ueh2-cs-info,
.e-con-inner.ueh2-cs-info {
  background: var(--ueh-cream) !important;
  min-height: 100dvh;
}

.e-con.ueh2-cs-card,
.e-con-inner.ueh2-cs-card {
  width: 100%;
  max-width: 460px;
}

.e-con.ueh2-cs-logo-mark,
.e-con-inner.ueh2-cs-logo-mark {
  width: min(260px, 52%) !important;
  min-height: 55px;
  aspect-ratio: 595 / 125;
  background: url("assets/img/logo-ueben-hilft.svg") left center / contain no-repeat;
  filter: brightness(0) invert(1);
}

/* Image widget (logo): white version */
.ueh2-cs-panel .elementor-widget-image img {
  filter: brightness(0) invert(1);
  max-width: 260px;
  width: 100%;
  height: auto;
}

/* Heading widget: h1 title styles
   _css_classes="ueh2-cs-title" lands on the widget wrapper,
   so we target the inner .elementor-heading-title */
.elementor-widget.ueh2-cs-title .elementor-heading-title {
  color: var(--ueh-white);
  font-family: var(--ueh-font-display);
  font-size: clamp(4.4rem, 9.5vw, 10rem);
  font-weight: 400;
  line-height: 0.86;
  letter-spacing: -0.02em;
  margin: 0;
}

/* Heading widget: h2 card title */
.elementor-widget.ueh2-cs-card-title .elementor-heading-title {
  color: var(--ueh-navy);
  font-family: var(--ueh-font-display);
  font-size: clamp(2.7rem, 4.2vw, 4.6rem);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: -0.02em;
  margin: 0 0 18px;
}

.elementor-widget.ueh2-cs-card-copy p {
  margin: 0 0 32px;
  color: var(--ueh-muted);
  font-size: 1.03rem;
  line-height: 1.66;
  max-width: 44ch;
}

/* Text-editor widgets in panel: inherit white color */
.ueh2-cs-panel .elementor-widget-text-editor p {
  color: inherit;
}

/* Description text in info column */
.ueh2-cs-info .elementor-widget-text-editor:not(.elementor-widget-text-editor:first-child) p {
  margin: 0 0 32px;
  color: var(--ueh-muted);
  font-size: 1.03rem;
  line-height: 1.66;
  max-width: 44ch;
}

/* Button widget: override Elementor default styles */
.elementor-widget.ueh2-cs-btn .elementor-button-wrapper .elementor-button {
  background: var(--ueh-navy);
  color: var(--ueh-white);
  border-radius: 999px;
  min-height: 52px;
  padding: 14px 28px;
  font-family: var(--ueh-font-body);
  font-weight: 800;
  font-size: 1rem;
  border: 1px solid transparent;
  transition: background-color 180ms var(--ueh-ease-out), transform 160ms var(--ueh-ease-out);
}

.elementor-widget.ueh2-cs-btn .elementor-button-wrapper .elementor-button:hover {
  background: var(--ueh-navy-dark);
  transform: none;
}

/* Page-load animations on Elementor containers */
@media (prefers-reduced-motion: no-preference) {
  .e-con.ueh2-cs-panel,
  .e-con-inner.ueh2-cs-panel {
    animation: ueh-cs-panel 900ms var(--ueh-ease-out) both;
  }

  .e-con.ueh2-cs-info,
  .e-con-inner.ueh2-cs-info {
    animation: ueh-cs-fade-right 700ms var(--ueh-ease-out) 300ms both;
  }
}

/* Responsive: stacked layout on mobile */
@media (max-width: 900px) {
  .e-con.ueh2-cs-page,
  .e-con-inner.ueh2-cs-page {
    display: flex !important;
    flex-direction: column !important;
    min-height: auto;
  }

  .e-con.ueh2-cs-panel,
  .e-con-inner.ueh2-cs-panel {
    clip-path: polygon(0 0, 100% 0, 100% 88%, 0 100%);
    min-height: 56dvh;
    width: 100% !important;
    padding-right: 40px !important;
  }

  .e-con.ueh2-cs-info,
  .e-con-inner.ueh2-cs-info {
    min-height: auto;
    width: 100% !important;
    padding: 44px 28px 64px !important;
  }

  @media (prefers-reduced-motion: no-preference) {
    .e-con.ueh2-cs-panel,
    .e-con-inner.ueh2-cs-panel {
      animation: ueh-cs-panel-mobile 900ms var(--ueh-ease-out) both;
    }
  }
}

@media (max-width: 480px) {
  .elementor-widget.ueh2-cs-title .elementor-heading-title {
    font-size: clamp(3.8rem, 17vw, 5.5rem);
  }

  .elementor-widget.ueh2-cs-card-title .elementor-heading-title {
    font-size: clamp(2.4rem, 13vw, 3.5rem);
  }
}

/* =============================================
   ONEPAGER V8 - EDEL, RUHIG, FLYER-NAH
   ============================================= */

.ueh3-page,
.ueh3-page * {
  box-sizing: border-box;
}

.ueh3-page {
  background: #fbfaf7;
  color: var(--ueh-ink);
  overflow-x: clip;
  overflow-y: visible;
}

.ueh3-page .elementor-widget {
  margin-block-end: 0;
}

.ueh3-page .elementor-widget-container {
  height: auto;
}

.ueh3-page p {
  margin: 0;
}

.ueh3-page a {
  color: inherit;
}

.ueh3-wrap {
  width: min(var(--ueh-width), calc(100% - 44px));
  margin-inline: auto;
}

.ueh3-section {
  position: relative;
  padding-block: clamp(84px, 10vw, 152px);
}

.ueh3-section-light {
  background: #fbfaf7;
}

.ueh3-section-white {
  background: var(--ueh-white);
}

.ueh3-section-calm {
  background: #f4f0e8;
}

.ueh3-section-navy {
  background: var(--ueh-navy);
  color: var(--ueh-white);
}

.ueh3-label {
  margin: 0 0 18px;
  color: var(--ueh-navy);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.ueh3-section-navy .ueh3-label,
.ueh3-proof-band .ueh3-label,
.ueh3-contact .ueh3-label {
  color: var(--ueh-beige);
}

.elementor-widget.ueh3-title .elementor-heading-title,
.elementor-widget.ueh3-heading .elementor-heading-title,
.elementor-widget.ueh3-proof-title .elementor-heading-title,
.elementor-widget.ueh3-contact-title .elementor-heading-title {
  margin: 0;
  color: var(--ueh-navy);
  font-family: var(--ueh-font-display);
  font-weight: 400;
  letter-spacing: 0;
  text-wrap: balance;
}

.elementor-widget.ueh3-title .elementor-heading-title {
  font-size: clamp(3.3rem, 7.2vw, 5.8rem);
  line-height: 0.94;
}

.elementor-widget.ueh3-heading .elementor-heading-title {
  font-size: clamp(2.3rem, 4.8vw, 4.15rem);
  line-height: 0.98;
}

.ueh3-copy {
  max-width: 700px;
}

.ueh3-copy p {
  max-width: 68ch;
  color: var(--ueh-ink);
  font-size: clamp(1.03rem, 1.5vw, 1.17rem);
  line-height: 1.72;
  text-wrap: pretty;
}

.ueh3-copy p + p {
  margin-top: 18px;
}

.ueh3-section-navy .ueh3-copy p,
.ueh3-proof-band .ueh3-copy p,
.ueh3-contact p {
  color: rgba(255, 255, 255, 0.82);
}

.ueh3-section-navy .elementor-widget.ueh3-heading .elementor-heading-title,
.ueh3-proof-band .elementor-widget.ueh3-heading .elementor-heading-title,
.elementor-widget.ueh3-proof-title .elementor-heading-title,
.elementor-widget.ueh3-contact-title .elementor-heading-title {
  color: var(--ueh-white);
}

.ueh3-lead p {
  max-width: 58ch;
  color: var(--ueh-ink);
  font-size: clamp(1.13rem, 2vw, 1.34rem);
  line-height: 1.64;
  text-wrap: pretty;
}

.ueh3-lead p + p {
  margin-top: 16px;
}

.ueh3-hero {
  position: relative;
  min-height: min(920px, calc(100dvh - 76px));
  display: flex;
  align-items: center;
  padding-block: clamp(72px, 9vw, 128px);
  overflow: hidden;
  background: #fbfaf7;
  isolation: isolate;
}

.ueh3-hero::before {
  position: absolute;
  inset: 0 0 0 58%;
  z-index: -1;
  content: "";
  background: rgba(199, 190, 174, 0.58);
  clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%, 9% 58%);
}

.e-con.ueh3-hero-grid,
.e-con-inner.ueh3-hero-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 0.88fr) minmax(360px, 1.12fr);
  gap: clamp(48px, 8vw, 112px);
  align-items: center;
}

.ueh3-hero-copy {
  max-width: 580px;
}

.ueh3-actions {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap;
  gap: 12px !important;
  margin-top: 34px;
}

.ueh3-page .ueh3-btn-primary .elementor-button,
.ueh3-page .ueh3-btn-secondary .elementor-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 24px;
  border-radius: 999px;
  font-family: var(--ueh-font-body);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  box-shadow: none;
  transition: background-color 180ms var(--ueh-ease-out), color 180ms var(--ueh-ease-out), border-color 180ms var(--ueh-ease-out), transform 160ms var(--ueh-ease-out);
}

.ueh3-page .ueh3-btn-primary .elementor-button {
  border: 1px solid var(--ueh-navy);
  background:
    radial-gradient(circle at var(--ueh3-glass-x, 50%) var(--ueh3-glass-y, 20%), rgba(255, 255, 255, 0.24), transparent 32%),
    var(--ueh-navy);
  color: var(--ueh-white);
}

.ueh3-page .ueh3-btn-secondary .elementor-button {
  border: 1px solid rgba(33, 69, 107, 0.32);
  background:
    radial-gradient(circle at var(--ueh3-glass-x, 50%) var(--ueh3-glass-y, 20%), rgba(255, 255, 255, 0.62), transparent 34%),
    rgba(255, 255, 255, 0.16);
  color: var(--ueh-navy);
  backdrop-filter: blur(14px) saturate(1.12);
  -webkit-backdrop-filter: blur(14px) saturate(1.12);
}

.ueh3-page .ueh3-btn-primary .elementor-button:hover {
  background: var(--ueh-navy-dark);
  color: var(--ueh-white);
}

.ueh3-page .ueh3-btn-secondary .elementor-button:hover {
  border-color: var(--ueh-navy);
  background: rgba(255, 255, 255, 0.58);
  color: var(--ueh-navy-dark);
}

.ueh3-page .ueh3-btn-primary .elementor-button:active,
.ueh3-page .ueh3-btn-secondary .elementor-button:active {
  transform: scale(0.98);
}

.ueh3-hero-media {
  position: relative;
  min-height: clamp(520px, 58vw, 720px);
}

.elementor-widget.ueh3-photo-main,
.elementor-widget.ueh3-photo-small {
  position: absolute;
  overflow: hidden;
  border-radius: 8px;
  background: var(--ueh-beige);
}

.elementor-widget.ueh3-photo-main {
  inset: 0 0 9% 7%;
  clip-path: polygon(13% 0, 100% 0, 100% 100%, 0 100%, 7% 62%);
}

.elementor-widget.ueh3-photo-small {
  left: 0;
  bottom: 0;
  width: min(38%, 250px);
  aspect-ratio: 0.78;
  border: 8px solid #fbfaf7;
}

.elementor-widget.ueh3-photo-main img,
.elementor-widget.ueh3-photo-small img,
.elementor-widget.ueh3-proof-image img,
.elementor-widget.ueh3-room-image img,
.elementor-widget.ueh3-person-photo img,
.elementor-widget.ueh3-contact-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.elementor-widget.ueh3-photo-main img {
  min-height: clamp(500px, 58vw, 700px);
  object-position: 52% 50%;
}

.elementor-widget.ueh3-photo-small img {
  min-height: 260px;
  object-position: 48% 50%;
}

.ueh3-hero-note {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(260px, 48%);
  padding: 22px 24px;
  border-radius: 8px 8px 8px 0;
  background: var(--ueh-navy);
  color: var(--ueh-white);
}

.ueh3-hero-note p {
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.96rem;
  line-height: 1.45;
}

.ueh3-hero-note strong {
  display: block;
  margin-bottom: 4px;
  color: var(--ueh-white);
  font-size: 1.1rem;
}

.e-con.ueh3-intro-grid,
.e-con-inner.ueh3-intro-grid,
.e-con.ueh3-flow-grid,
.e-con-inner.ueh3-flow-grid,
.e-con.ueh3-easy-grid,
.e-con-inner.ueh3-easy-grid,
.e-con.ueh3-room-grid,
.e-con-inner.ueh3-room-grid,
.e-con.ueh3-member-grid,
.e-con-inner.ueh3-member-grid,
.e-con.ueh3-contact-grid,
.e-con-inner.ueh3-contact-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 0.86fr) minmax(360px, 1.14fr);
  gap: clamp(40px, 7vw, 92px);
  align-items: center;
}

.ueh3-quote-panel {
  min-height: 420px;
  display: flex !important;
  align-items: flex-end;
  justify-content: flex-start;
  padding: clamp(34px, 5vw, 58px);
  border-radius: 8px;
  background: var(--ueh-navy);
  color: var(--ueh-white);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 18%);
}

.ueh3-quote-panel p {
  color: var(--ueh-white);
  font-family: var(--ueh-font-display);
  font-size: clamp(2.65rem, 5.2vw, 4.9rem);
  font-weight: 400;
  line-height: 0.98;
}

.ueh3-process {
  border-top: 1px solid rgba(33, 69, 107, 0.18);
}

.ueh3-process-row {
  display: grid !important;
  grid-template-columns: 86px 1fr;
  gap: clamp(20px, 3vw, 34px);
  padding-block: clamp(26px, 4vw, 38px);
  border-bottom: 1px solid rgba(33, 69, 107, 0.18);
}

.ueh3-process-num {
  color: var(--ueh-beige);
  font-family: var(--ueh-font-display);
  font-size: clamp(3.4rem, 7vw, 5.5rem);
  line-height: 0.76;
}

.ueh3-process-body h3,
.ueh3-benefit-body h3,
.ueh3-price-panel h3,
.ueh3-person h3 {
  margin: 0;
  color: var(--ueh-navy);
  font-size: clamp(1.28rem, 2vw, 1.68rem);
  line-height: 1.16;
}

.ueh3-process-body p,
.ueh3-benefit-body p,
.ueh3-price-panel p,
.ueh3-person p {
  margin-top: 10px;
  color: var(--ueh-muted);
  font-size: 1rem;
  line-height: 1.62;
}

.ueh3-proof-band {
  position: relative;
  min-height: clamp(680px, 82vw, 940px);
  display: flex;
  align-items: flex-end;
  padding-block: clamp(92px, 12vw, 168px);
  overflow: hidden;
  background: var(--ueh-navy);
  color: var(--ueh-white);
  isolation: isolate;
}

.elementor-widget.ueh3-proof-image {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.elementor-widget.ueh3-proof-image .elementor-widget-container,
.elementor-widget.ueh3-proof-image img {
  height: 100%;
  min-height: inherit;
}

.ueh3-proof-band::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background: rgba(18, 57, 86, 0.62);
}

.ueh3-proof-content {
  position: relative;
  z-index: 1;
}

.elementor-widget.ueh3-proof-title .elementor-heading-title {
  max-width: 820px;
  font-size: clamp(2.9rem, 6.2vw, 5.5rem);
  line-height: 0.95;
}

.e-con.ueh3-proof-grid,
.e-con-inner.ueh3-proof-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: clamp(38px, 5vw, 60px);
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  overflow: hidden;
}

.ueh3-proof-grid .ueh3-copy {
  min-height: 190px;
  padding: clamp(24px, 3vw, 34px);
  background: rgba(33, 69, 107, 0.84);
}

.ueh3-proof-grid .ueh3-copy p {
  color: rgba(255, 255, 255, 0.78);
}

.ueh3-benefit-list {
  border-top: 1px solid rgba(33, 69, 107, 0.16);
}

.ueh3-benefit-row {
  display: grid !important;
  grid-template-columns: 54px 1fr;
  gap: 22px;
  align-items: start;
  padding-block: 24px;
  border-bottom: 1px solid rgba(33, 69, 107, 0.16);
}

.elementor-widget.ueh3-benefit-icon img {
  width: 42px;
  height: 42px;
}

.elementor-widget.ueh3-room-image,
.elementor-widget.ueh3-contact-image {
  overflow: hidden;
  border-radius: 8px;
}

.elementor-widget.ueh3-room-image img,
.elementor-widget.ueh3-contact-image img {
  min-height: clamp(460px, 52vw, 640px);
}

.ueh3-section-navy .ueh3-room-image {
  border: 8px solid rgba(255, 255, 255, 0.08);
}

.e-con.ueh3-team-strip,
.e-con-inner.ueh3-team-strip {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: clamp(34px, 5vw, 56px);
  background: rgba(33, 69, 107, 0.18);
  border: 1px solid rgba(33, 69, 107, 0.18);
  border-radius: 8px;
  overflow: hidden;
}

.ueh3-person {
  background: var(--ueh-white);
}

.elementor-widget.ueh3-person-photo img {
  aspect-ratio: 4 / 4.8;
  object-position: top center;
}

.ueh3-person-body {
  padding: 22px;
}

.ueh3-person-credo p {
  color: var(--ueh-navy);
  font-style: italic;
  font-weight: 800;
}

.ueh3-member-copy .ueh3-btn-primary {
  margin-top: 28px;
}

.ueh3-price-panel {
  padding: clamp(28px, 4vw, 44px);
  border: 1px solid rgba(33, 69, 107, 0.16);
  border-radius: 8px;
  background: #fbfaf7;
}

.ueh3-price-list {
  margin-top: 28px;
  border-top: 1px solid rgba(33, 69, 107, 0.18);
}

.ueh3-price-row {
  display: grid !important;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: baseline;
  padding-block: 15px;
  border-bottom: 1px solid rgba(33, 69, 107, 0.18);
}

.ueh3-price-name p,
.ueh3-price-amount p {
  margin: 0;
  color: var(--ueh-ink);
  font-size: 1rem;
  line-height: 1.35;
}

.ueh3-price-amount p {
  color: var(--ueh-navy);
  font-weight: 800;
  white-space: nowrap;
}

.ueh3-contact {
  position: relative;
  padding-block: clamp(84px, 10vw, 144px);
  background: var(--ueh-navy);
  color: var(--ueh-white);
  overflow: hidden;
}

.ueh3-contact::before {
  position: absolute;
  inset: auto 0 0 52%;
  height: 74%;
  content: "";
  background: rgba(199, 190, 174, 0.22);
  clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%, 9% 52%);
}

.ueh3-contact-grid {
  position: relative;
  z-index: 1;
}

.ueh3-contact-panel {
  max-width: 620px;
}

.elementor-widget.ueh3-contact-title .elementor-heading-title {
  font-size: clamp(3rem, 6vw, 5.2rem);
  line-height: 0.94;
}

.ueh3-contact-panel p {
  margin-top: 22px;
  font-size: clamp(1.05rem, 1.6vw, 1.2rem);
  line-height: 1.72;
}

.ueh3-contact-panel a {
  color: var(--ueh-white);
  text-underline-offset: 4px;
}

.ueh3-reveal {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: no-preference) {
  .ueh3-reveal {
    animation: ueh3-rise 720ms var(--ueh-ease-out) both;
  }
}

@keyframes ueh3-rise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1080px) {
  .e-con.ueh3-team-strip,
  .e-con-inner.ueh3-team-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 940px) {
  .ueh3-hero {
    min-height: auto;
  }

  .ueh3-hero::before {
    inset: 44% 0 0;
    clip-path: polygon(0 12%, 100% 0, 100% 100%, 0 100%);
  }

  .e-con.ueh3-hero-grid,
  .e-con-inner.ueh3-hero-grid,
  .e-con.ueh3-intro-grid,
  .e-con-inner.ueh3-intro-grid,
  .e-con.ueh3-flow-grid,
  .e-con-inner.ueh3-flow-grid,
  .e-con.ueh3-easy-grid,
  .e-con-inner.ueh3-easy-grid,
  .e-con.ueh3-room-grid,
  .e-con-inner.ueh3-room-grid,
  .e-con.ueh3-member-grid,
  .e-con-inner.ueh3-member-grid,
  .e-con.ueh3-contact-grid,
  .e-con-inner.ueh3-contact-grid,
  .e-con.ueh3-proof-grid,
  .e-con-inner.ueh3-proof-grid {
    grid-template-columns: 1fr;
  }

  .ueh3-hero-media {
    min-height: 560px;
  }

  .ueh3-quote-panel {
    min-height: 320px;
  }

  .ueh3-proof-band {
    align-items: center;
  }
}

@media (max-width: 640px) {
  .ueh3-wrap {
    width: min(100% - 28px, var(--ueh-width));
  }

  .ueh3-section,
  .ueh3-contact {
    padding-block: 68px;
  }

  .elementor-widget.ueh3-title .elementor-heading-title {
    font-size: clamp(3rem, 15vw, 4.7rem);
  }

  .ueh3-hero-media {
    min-height: 440px;
  }

  .elementor-widget.ueh3-photo-main {
    inset: 0 0 14% 0;
  }

  .elementor-widget.ueh3-photo-small {
    width: 44%;
  }

  .ueh3-hero-note {
    width: min(280px, 76%);
    padding: 18px;
  }

  .ueh3-process-row {
    grid-template-columns: 58px 1fr;
  }

  .ueh3-benefit-row {
    grid-template-columns: 44px 1fr;
    gap: 16px;
  }

  .e-con.ueh3-team-strip,
  .e-con-inner.ueh3-team-strip {
    grid-template-columns: 1fr;
  }

  .ueh3-price-row {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .ueh3-price-amount p {
    white-space: normal;
  }
}

/* =============================================
   ONEPAGER V9 - LIQUID MATERIAL PASS
   Purposeful glass: navigation, cues, proof, contact.
   ============================================= */

.ueh3-liquid-page {
  background:
    linear-gradient(122deg, rgba(199, 190, 174, 0.16) 0 18%, transparent 18% 100%),
    linear-gradient(180deg, #fbfaf7 0%, #f7f2ea 46%, #fbfaf7 100%);
}

.ueh3-liquid-stage {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.52), rgba(255, 255, 255, 0)),
    #fbfaf7;
}

.ueh3-liquid-stage::after {
  position: absolute;
  inset: 9% auto 7% calc(50% - 1px);
  width: 1px;
  content: "";
  background: linear-gradient(180deg, transparent, rgba(33, 69, 107, 0.18), transparent);
  pointer-events: none;
}

.ueh3-glass {
  --ueh3-glass-x: 50%;
  --ueh3-glass-y: 20%;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.44);
  background:
    radial-gradient(circle at var(--ueh3-glass-x) var(--ueh3-glass-y), rgba(255, 255, 255, 0.58), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.62), rgba(250, 247, 242, 0.2));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.62),
    inset 0 -1px 0 rgba(33, 69, 107, 0.08),
    0 16px 44px rgba(33, 69, 107, 0.1);
  backdrop-filter: blur(18px) saturate(1.16);
  -webkit-backdrop-filter: blur(18px) saturate(1.16);
}

.ueh3-section-navy .ueh3-glass,
.ueh3-proof-band .ueh3-glass,
.ueh3-contact .ueh3-glass,
.ueh3-hero-note.ueh3-glass {
  border-color: rgba(255, 255, 255, 0.2);
  background:
    radial-gradient(circle at var(--ueh3-glass-x) var(--ueh3-glass-y), rgba(255, 255, 255, 0.25), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(18, 57, 86, 0.58));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    inset 0 -1px 0 rgba(255, 255, 255, 0.08),
    0 18px 50px rgba(18, 57, 86, 0.22);
}

.ueh3-glass::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  background:
    linear-gradient(112deg, rgba(255, 255, 255, 0.42), transparent 22% 66%, rgba(255, 255, 255, 0.16)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.22), transparent 42%);
  opacity: 0.62;
  pointer-events: none;
  transition: opacity 220ms var(--ueh-ease-out);
}

.ueh3-glass > * {
  position: relative;
  z-index: 1;
}

.elementor-widget.ueh3-glass .elementor-widget-container {
  position: relative;
  z-index: 1;
}

@supports not ((backdrop-filter: blur(18px)) or (-webkit-backdrop-filter: blur(18px))) {
  .ueh3-glass {
    background: rgba(255, 255, 255, 0.88);
  }

  .ueh3-section-navy .ueh3-glass,
  .ueh3-proof-band .ueh3-glass,
  .ueh3-contact .ueh3-glass,
  .ueh3-hero-note.ueh3-glass {
    background: rgba(33, 69, 107, 0.88);
  }
}

.ueh3-chapter-nav {
  width: min(100%, 620px);
  margin-top: 34px;
  padding: 8px;
  border-radius: 999px;
}

.ueh3-chapter-links {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  align-items: center;
}

.ueh3-chapter-links a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 13px;
  border-radius: 999px;
  color: var(--ueh-navy);
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition: background-color 180ms var(--ueh-ease-out), transform 160ms var(--ueh-ease-out);
}

.ueh3-chapter-links a:hover,
.ueh3-chapter-links a.is-active {
  background: rgba(33, 69, 107, 0.1);
}

.ueh3-mood {
  position: absolute;
  top: 10%;
  left: 0;
  width: min(260px, 42%);
  padding: 12px;
  border-radius: 999px;
}

.ueh3-mood-stack {
  display: grid;
  gap: 4px;
}

.ueh3-mood-stack span {
  display: block;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.54);
  color: var(--ueh-navy);
  font-family: var(--ueh-font-display);
  font-size: clamp(1.15rem, 2vw, 1.65rem);
  line-height: 1;
}

.ueh3-hero-note.ueh3-glass {
  background-color: rgba(33, 69, 107, 0.72);
}

.ueh3-proof-kicker {
  display: inline-flex;
  width: auto;
  margin-bottom: 22px;
  padding: 9px 16px;
  border-radius: 999px;
}

.ueh3-proof-kicker p {
  margin: 0;
}

.ueh3-process.ueh3-glass,
.ueh3-benefit-list.ueh3-glass {
  border-radius: 10px;
}

.ueh3-process.ueh3-glass {
  padding-inline: clamp(18px, 3vw, 30px);
  background:
    radial-gradient(circle at var(--ueh3-glass-x) var(--ueh3-glass-y), rgba(255, 255, 255, 0.66), transparent 28%),
    rgba(255, 255, 255, 0.34);
}

.ueh3-benefit-list.ueh3-glass {
  padding-inline: clamp(18px, 3vw, 28px);
}

.ueh3-proof-grid.ueh3-glass {
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.08);
}

.ueh3-proof-grid.ueh3-glass .ueh3-copy {
  background: transparent;
}

.ueh3-price-panel.ueh3-glass {
  background:
    radial-gradient(circle at var(--ueh3-glass-x) var(--ueh3-glass-y), rgba(255, 255, 255, 0.7), transparent 32%),
    rgba(251, 250, 247, 0.62);
}

.ueh3-contact-panel.ueh3-glass {
  padding: clamp(30px, 5vw, 54px);
  border-radius: 10px;
}

.ueh3-flow-grid > .ueh3-copy {
  align-self: start;
}

@media (min-width: 941px) {
  .ueh3-flow-grid > .ueh3-copy {
    position: sticky;
    top: 112px;
  }

  .ueh3-team-strip {
    padding-bottom: 34px;
  }

  .ueh3-team-strip > .ueh3-person:nth-child(even) {
    margin-top: 34px;
  }
}

.ueh3-team-strip {
  overflow: visible;
  border: 0;
  background: transparent;
}

.ueh3-person {
  border: 1px solid rgba(33, 69, 107, 0.16);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: none;
}

.ueh3-room-grid {
  position: relative;
}

.ueh3-room-grid::after {
  position: absolute;
  right: -5%;
  bottom: -10%;
  width: min(420px, 36vw);
  aspect-ratio: 1.08;
  content: "";
  background: rgba(199, 190, 174, 0.2);
  clip-path: polygon(18% 0, 100% 0, 78% 100%, 0 100%);
  pointer-events: none;
}

.ueh3-reveal {
  animation: none !important;
}

.ueh-js .ueh3-reveal {
  opacity: 0.001;
  transform: translateY(24px);
  transition:
    opacity 720ms var(--ueh-ease-out),
    transform 720ms var(--ueh-ease-out),
    filter 720ms var(--ueh-ease-out);
  filter: blur(4px);
}

.ueh-js .ueh3-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.ueh-js .ueh3-hero .ueh3-lines-ready .ueh3-hero-line {
  display: block;
  overflow: hidden;
  animation: ueh3-line-rise 860ms var(--ueh-ease-out) both;
  animation-delay: calc(var(--line-i, 0) * 160ms + 120ms);
}

@keyframes ueh3-line-rise {
  from {
    opacity: 0;
    transform: translateY(0.38em);
    clip-path: inset(0 0 100% 0);
  }
  to {
    opacity: 1;
    transform: none;
    clip-path: inset(0 0 -6% 0);
  }
}

@media (hover: hover) and (pointer: fine) {
  .ueh3-chapter-nav,
  .ueh3-hero-note,
  .ueh3-price-panel,
  .ueh3-contact-panel {
    transition: transform 240ms var(--ueh-ease-out), box-shadow 240ms var(--ueh-ease-out);
  }

  .ueh3-chapter-nav:hover,
  .ueh3-hero-note:hover,
  .ueh3-price-panel:hover,
  .ueh3-contact-panel:hover {
    transform: translateY(-2px);
  }
}

.ueh3-cursor-glow {
  background: radial-gradient(
    circle,
    rgba(199, 190, 174, 0.22) 0%,
    rgba(33, 69, 107, 0.06) 43%,
    transparent 72%
  );
  mix-blend-mode: multiply;
}

@media (prefers-reduced-motion: reduce) {
  .ueh-js .ueh3-reveal,
  .ueh-js .ueh3-reveal.is-visible,
  .ueh-js .ueh3-hero .ueh3-lines-ready .ueh3-hero-line {
    opacity: 1;
    transform: none;
    filter: none;
    clip-path: none;
    animation: none;
    transition: none;
  }
}

@media (max-width: 940px) {
  .ueh3-liquid-stage::after,
  .ueh3-room-grid::after {
    content: none;
  }

  .ueh3-mood {
    top: auto;
    bottom: 18%;
    width: min(330px, 68%);
  }

  .ueh3-chapter-nav {
    border-radius: 10px;
  }

  .ueh3-chapter-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ueh3-chapter-links a {
    justify-content: center;
  }
}

@media (max-width: 640px) {
  .ueh3-mood {
    display: none;
  }

  .ueh3-chapter-links {
    grid-template-columns: 1fr;
  }

  .ueh3-glass {
    backdrop-filter: blur(12px) saturate(1.08);
    -webkit-backdrop-filter: blur(12px) saturate(1.08);
  }
}

/* =============================================
   HEADER / FOOTER V9 - LIQUID NATIVE
   ============================================= */

.ueh3-progress-line {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--ueh-beige), var(--ueh-navy));
  transform: scaleX(0);
  transform-origin: left center;
  pointer-events: none;
}

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

.ueh3-header {
  position: sticky;
  top: 14px;
  z-index: 90;
  width: min(var(--ueh-width), calc(100% - 36px));
  margin: 14px auto -92px;
  border-radius: 999px;
  color: var(--ueh-navy);
  transform: translateY(0);
  transition:
    transform 240ms var(--ueh-ease-out),
    background-color 240ms var(--ueh-ease-out),
    box-shadow 240ms var(--ueh-ease-out);
}

.ueh3-header.ueh3-glass {
  overflow: visible;
}

.ueh3-header.is-scrolled {
  transform: translateY(-4px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.62),
    0 18px 44px rgba(33, 69, 107, 0.14);
}

.ueh3-header .elementor-widget,
.ueh3-footer .elementor-widget {
  margin-block-end: 0;
}

.ueh3-header .elementor-widget-container,
.ueh3-footer .elementor-widget-container {
  height: auto;
}

.ueh3-header__inner {
  min-height: 68px;
  display: flex !important;
  flex-direction: row !important;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 8px 10px 8px 18px;
}

.ueh3-logo {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  min-width: 190px;
}

.ueh3-logo img {
  display: block;
  width: min(226px, 42vw);
  height: auto;
  transition: width 220ms var(--ueh-ease-out), transform 160ms var(--ueh-ease-out);
}

.ueh3-header.is-scrolled .ueh3-logo img {
  width: min(198px, 39vw);
}

.ueh3-logo a:active img,
.ueh3-logo:active img {
  transform: scale(0.98);
}

.ueh3-nav {
  display: flex !important;
  flex-direction: row !important;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  min-width: 0;
}

.ueh3-nav .elementor-widget-button {
  width: auto;
}

.ueh3-nav .elementor-button,
.ueh3-menu-toggle .elementor-button,
.ueh3-footer-nav .elementor-button {
  box-shadow: none;
}

.ueh3-nav .elementor-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 9px 12px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--ueh-navy);
  font-family: var(--ueh-font-body);
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition:
    transform 150ms var(--ueh-ease-out),
    background-color 180ms var(--ueh-ease-out),
    color 180ms var(--ueh-ease-out);
}

.ueh3-nav .elementor-button:hover,
.ueh3-nav a.is-active .elementor-button,
.ueh3-nav .is-active .elementor-button {
  background: rgba(33, 69, 107, 0.1);
  color: var(--ueh-navy-dark);
}

.ueh3-nav .elementor-button:active,
.ueh3-menu-toggle .elementor-button:active,
.ueh3-footer-nav .elementor-button:active {
  transform: scale(0.97);
}

.ueh3-nav-cta .elementor-button {
  min-height: 44px;
  margin-left: 6px;
  padding-inline: 18px;
  background:
    radial-gradient(circle at var(--ueh3-glass-x, 50%) var(--ueh3-glass-y, 20%), rgba(255, 255, 255, 0.24), transparent 34%),
    var(--ueh-navy);
  color: var(--ueh-white);
}

.ueh3-nav-cta .elementor-button:hover {
  background:
    radial-gradient(circle at var(--ueh3-glass-x, 50%) var(--ueh3-glass-y, 20%), rgba(255, 255, 255, 0.28), transparent 34%),
    var(--ueh-navy-dark);
  color: var(--ueh-white);
}

.ueh3-menu-toggle {
  display: none;
  position: relative;
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
}

.ueh3-menu-toggle .elementor-widget-container,
.ueh3-menu-toggle .elementor-button-wrapper,
.ueh3-menu-toggle .elementor-button {
  width: 100%;
  height: 100%;
}

.ueh3-menu-toggle .elementor-button {
  position: relative;
  padding: 0;
  border-radius: 999px;
  background: var(--ueh-navy);
  color: var(--ueh-white);
  font-size: 0;
}

.ueh3-menu-toggle .elementor-button::before,
.ueh3-menu-toggle .elementor-button::after {
  position: absolute;
  left: 50%;
  width: 18px;
  height: 2px;
  content: "";
  background: currentColor;
  border-radius: 999px;
  transition: transform 180ms var(--ueh-ease-out), box-shadow 180ms var(--ueh-ease-out);
}

.ueh3-menu-toggle .elementor-button::before {
  top: 17px;
  transform: translateX(-50%);
  box-shadow: 0 6px 0 currentColor;
}

.ueh3-menu-toggle .elementor-button::after {
  top: 29px;
  transform: translateX(-50%);
}

.ueh3-header.is-open .ueh3-menu-toggle .elementor-button::before {
  top: 23px;
  transform: translateX(-50%) rotate(45deg);
  box-shadow: none;
}

.ueh3-header.is-open .ueh3-menu-toggle .elementor-button::after {
  top: 23px;
  transform: translateX(-50%) rotate(-45deg);
}

.ueh3-footer {
  position: relative;
  overflow: hidden;
  padding-block: clamp(76px, 9vw, 132px) 28px;
  background:
    linear-gradient(135deg, rgba(199, 190, 174, 0.2), transparent 34%),
    var(--ueh-navy-dark);
  color: var(--ueh-white);
  isolation: isolate;
}

.ueh3-footer::before {
  position: absolute;
  right: -8%;
  bottom: -22%;
  z-index: -1;
  width: min(760px, 54vw);
  aspect-ratio: 1.1;
  content: "";
  background: rgba(199, 190, 174, 0.18);
  clip-path: polygon(18% 0, 100% 0, 78% 100%, 0 100%);
}

.ueh3-footer__grid {
  display: grid !important;
  grid-template-columns: minmax(280px, 0.95fr) minmax(360px, 1.1fr) minmax(220px, 0.55fr);
  gap: clamp(34px, 6vw, 76px);
  align-items: start;
}

.ueh3-footer-logo img {
  display: block;
  width: min(260px, 64vw);
  height: auto;
  filter: brightness(0) invert(1);
}

.ueh3-footer-brand {
  display: flex !important;
  flex-direction: column !important;
  gap: clamp(18px, 2.8vw, 32px);
  min-width: 0;
}

.elementor-widget.ueh3-footer-title .elementor-heading-title {
  max-width: 560px;
  margin: clamp(34px, 5vw, 56px) 0 0;
  color: var(--ueh-white);
  font-family: var(--ueh-font-display);
  font-size: clamp(3rem, 7vw, 5.4rem);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: 0;
}

.ueh3-footer-copy p {
  max-width: 44ch;
  margin-top: 26px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.04rem;
  line-height: 1.68;
}

.ueh3-footer-info .ueh3-label,
.ueh3-footer-nav .ueh3-label {
  color: var(--ueh-beige);
}

.ueh3-footer-cards {
  display: grid !important;
  gap: 12px;
}

.ueh3-footer-card {
  padding: 18px 20px;
  border-radius: 10px;
}

.ueh3-footer-card p,
.ueh3-footer-bottom p,
.ueh3-footer-nav p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.98rem;
  line-height: 1.6;
}

.ueh3-footer-card strong {
  display: block;
  margin-bottom: 4px;
  color: var(--ueh-white);
  font-size: 0.86rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.ueh3-footer-card a,
.ueh3-footer-bottom a {
  color: var(--ueh-white);
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.ueh3-footer-nav {
  display: grid !important;
  gap: 8px;
  padding: 18px;
  border-radius: 12px;
}

.ueh3-footer-nav .elementor-widget-button {
  width: 100%;
}

.ueh3-footer-link {
  width: 100%;
}

.ueh3-footer-nav .elementor-button {
  width: 100%;
  justify-content: flex-start;
  min-height: 40px;
  padding: 9px 12px;
  border-radius: 999px;
  background: transparent;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 800;
  transition:
    transform 150ms var(--ueh-ease-out),
    background-color 180ms var(--ueh-ease-out),
    color 180ms var(--ueh-ease-out);
}

.ueh3-footer-nav .elementor-button:hover {
  background: rgba(255, 255, 255, 0.1);
  color: var(--ueh-white);
}

.ueh3-footer-cta .elementor-button {
  justify-content: center;
  margin-top: 8px;
  background: var(--ueh-white);
  color: var(--ueh-navy);
}

.ueh3-footer-cta .elementor-button:hover {
  background: var(--ueh-beige);
  color: var(--ueh-navy-dark);
}

.ueh3-footer-bottom {
  display: flex !important;
  flex-direction: row !important;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  margin-top: clamp(44px, 7vw, 84px);
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.ueh3-footer-bottom span {
  color: rgba(255, 255, 255, 0.32);
}

@media (max-width: 1120px) {
  .ueh3-header {
    width: min(calc(100% - 24px), var(--ueh-width));
  }

  .ueh3-menu-toggle {
    display: block;
  }

  .ueh3-nav {
    position: fixed;
    top: 86px;
    right: 12px;
    left: 12px;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.46);
    border-radius: 16px;
    background:
      radial-gradient(circle at var(--ueh3-glass-x, 50%) var(--ueh3-glass-y, 20%), rgba(255, 255, 255, 0.62), transparent 34%),
      rgba(250, 247, 242, 0.88);
    box-shadow: 0 18px 44px rgba(33, 69, 107, 0.16);
    backdrop-filter: blur(18px) saturate(1.14);
    -webkit-backdrop-filter: blur(18px) saturate(1.14);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px) scale(0.98);
    transform-origin: top right;
    transition:
      opacity 180ms var(--ueh-ease-out),
      transform 180ms var(--ueh-ease-out);
  }

  .ueh3-header.is-open .ueh3-nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1);
  }

  .ueh3-nav .elementor-widget-button {
    width: 100%;
  }

  .ueh3-nav .elementor-button {
    width: 100%;
  }

  .ueh3-nav-cta .elementor-button {
    margin-left: 0;
  }
}

@media (max-width: 980px) {
  .ueh3-footer__grid {
    grid-template-columns: 1fr;
  }

  .ueh3-footer-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ueh3-footer-nav .ueh3-label {
    grid-column: 1 / -1;
  }

  .ueh3-footer-cta {
    grid-column: 1 / -1;
  }
}

@media (max-width: 620px) {
  .ueh3-header {
    top: 8px;
    margin-top: 8px;
    margin-bottom: -76px;
    border-radius: 18px;
  }

  .ueh3-header__inner {
    min-height: 58px;
    padding: 7px 8px 7px 12px;
  }

  .ueh3-logo {
    min-width: 0;
  }

  .ueh3-logo img {
    width: min(190px, 58vw);
  }

  .ueh3-menu-toggle {
    width: 42px;
    height: 42px;
  }

  .ueh3-nav {
    top: 74px;
    grid-template-columns: 1fr;
  }

  .ueh3-footer-bottom {
    flex-direction: column !important;
    align-items: flex-start;
  }

  .ueh3-footer-nav {
    grid-template-columns: 1fr;
  }
}

/* Ueh4 combined flyer onepager, Hello Elementor child theme layer */
.ueh4-page,
.ueh4-header,
.ueh4-footer,
.ueh4-mobile-popup {
  --ueh4-navy: #123956;
  --ueh4-navy-2: #0d2d45;
  --ueh4-brand: #21456b;
  --ueh4-ink: #132d43;
  --ueh4-muted: #51697a;
  --ueh4-paper: #f8f8f6;
  --ueh4-plain: #ffffff;
  --ueh4-stone: #c7beae;
  --ueh4-stone-soft: #e4ded5;
  --ueh4-violet: #4d259e;
  --ueh4-violet-dark: #321369;
  --ueh4-leaf: #8f8879;
  --ueh4-lime: #c7beae;
  --ueh4-line: rgba(19, 45, 67, 0.14);
  --ueh4-glass: rgba(255, 255, 255, 0.44);
  --ueh4-body: var(--ueh-font-body);
  --ueh4-display: var(--ueh4-body);
  --ueh4-step-number: #a8d466;
  --ueh4-step-number-bg: rgba(121, 154, 119, 0.34);
  --ueh4-step-number-bg-active: rgba(149, 177, 131, 0.42);
  --ueh4-width: 1180px;
  --ueh4-radius: 10px;
  --ueh4-header-safe: clamp(76px, 8vw, 92px);
  --ueh4-ease-out: cubic-bezier(0.23, 1, 0.32, 1);
  --ueh4-ease-in-out: cubic-bezier(0.77, 0, 0.175, 1);
}

.ueh4-page *,
.ueh4-page *::before,
.ueh4-page *::after,
.ueh4-header *,
.ueh4-header *::before,
.ueh4-header *::after,
.ueh4-footer *,
.ueh4-footer *::before,
.ueh4-footer *::after,
.ueh4-mobile-popup *,
.ueh4-mobile-popup *::before,
.ueh4-mobile-popup *::after {
  box-sizing: border-box;
}

:where(.ueh4-page) {
  margin: 0;
  overflow-x: clip;
  background: var(--ueh4-paper);
  color: var(--ueh4-ink);
  font-family: var(--ueh4-body);
  font-size: 17px;
  line-height: 1.68;
  font-kerning: normal;
  text-rendering: optimizeLegibility;
}

:where(.ueh4-header, .ueh4-footer) {
  font-family: var(--ueh4-body);
  text-rendering: optimizeLegibility;
}

.ueh4-page img,
.ueh4-header img,
.ueh4-footer img {
  display: block;
  max-width: 100%;
}

.ueh4-page a,
.ueh4-header a,
.ueh4-footer a {
  color: inherit;
}

.ueh4-page a:focus-visible,
.ueh4-header a:focus-visible,
.ueh4-footer a:focus-visible,
.ueh4-page button:focus-visible,
.ueh4-header button:focus-visible {
  outline: 3px solid rgba(199, 190, 174, 0.86);
  outline-offset: 3px;
}

.ueh4-wrap {
  width: min(var(--ueh4-width), calc(100% - 40px));
  max-width: var(--ueh4-width);
  margin-inline: auto;
}

.ueh4-glass {
  border: 1px solid rgba(255, 255, 255, 0.46);
  background:
    radial-gradient(circle at var(--ueh4-glass-x, 35%) var(--ueh4-glass-y, 18%), rgba(255, 255, 255, 0.56), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.52), rgba(255, 255, 255, 0.2)),
    var(--ueh4-glass);
  box-shadow:
    0 18px 46px rgba(13, 45, 69, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.58),
    inset 0 -1px 0 rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(24px) saturate(1.24);
  -webkit-backdrop-filter: blur(24px) saturate(1.24);
}

.ueh4-progress-line {
  position: fixed;
  inset: 0 auto auto 0;
  z-index: 1000;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--ueh4-stone), var(--ueh4-brand), var(--ueh4-navy));
  transform: scaleX(0);
  transform-origin: left center;
  pointer-events: none;
}

.ueh4-header {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 990;
  --ueh4-header-inner-width: min(var(--ueh4-width), calc(100% - 28px));
  width: 100%;
  max-width: none;
  border-top: 0;
  border-radius: 0 0 18px 18px;
  transform: translateX(-50%);
  transition: background-color 190ms var(--ueh4-ease-out), box-shadow 190ms var(--ueh4-ease-out);
}

.ueh4-header.ueh4-header-wide {
  --ueh4-header-inner-width: calc(100% - clamp(24px, 4vw, 72px));
}

.ueh4-header.ueh4-header-contained {
  --ueh4-header-inner-width: min(var(--ueh4-width), calc(100% - 28px));
}

.ueh4-header.ueh4-header-edge {
  --ueh4-header-inner-width: 100%;
}

.ueh4-header.is-scrolled {
  box-shadow:
    0 18px 46px rgba(13, 45, 69, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.54),
    inset 0 -1px 0 rgba(255, 255, 255, 0.18);
}

.ueh4-header__inner {
  width: var(--ueh4-header-inner-width);
  margin-inline: auto;
  min-height: 66px;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 8px 10px 8px 18px;
}

.ueh4-logo {
  min-width: 190px;
}

.ueh4-logo img {
  width: min(218px, 43vw);
  height: auto;
}

.ueh4-menu-toggle {
  display: none;
}

.ueh4-nav-overlay {
  position: fixed;
  inset: 0;
  z-index: 980;
  border: 0;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 74% 16%, rgba(199, 190, 174, 0.18), transparent 28%),
    rgba(13, 45, 69, 0.34);
  backdrop-filter: blur(10px) saturate(1.06);
  -webkit-backdrop-filter: blur(10px) saturate(1.06);
  transition: opacity 240ms var(--ueh-ease-out);
}

.ueh4-nav-overlay.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.ueh4-nav {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
}

.ueh4-nav-intro,
.ueh4-nav-meta {
  display: none;
}

.ueh4-nav .elementor-widget-button,
.ueh4-actions .elementor-widget-button,
.ueh4-footer-nav .elementor-widget-button {
  width: auto;
}

:where(
  .ueh4-nav .elementor-button,
  .ueh4-footer-nav .elementor-button,
  .ueh4-menu-toggle .elementor-button,
  .ueh4-btn-primary .elementor-button,
  .ueh4-btn-secondary .elementor-button
) {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  letter-spacing: 0;
  text-decoration: none;
  transition:
    transform 150ms var(--ueh4-ease-out),
    background-color 180ms var(--ueh4-ease-out),
    color 180ms var(--ueh4-ease-out),
    border-color 180ms var(--ueh4-ease-out);
}

.ueh4-nav .elementor-button,
.ueh4-footer-nav .elementor-button {
  padding: 9px 13px;
  background: transparent;
  color: var(--ueh4-brand);
}

.ueh4-nav .elementor-button:hover,
.ueh4-nav .elementor-button:focus-visible,
.ueh4-nav .elementor-button.is-active {
  background: rgba(33, 69, 107, 0.1);
  color: var(--ueh4-navy);
}

.ueh4-nav-cta .elementor-button,
.ueh4-btn-primary .elementor-button {
  border: 1px solid var(--ueh4-navy);
  background: var(--ueh4-navy);
  color: var(--ueh4-plain);
}

.ueh4-nav-cta .elementor-button:hover,
.ueh4-btn-primary .elementor-button:hover {
  background: var(--ueh4-navy-2);
  color: var(--ueh4-plain);
}

.ueh4-btn-secondary .elementor-button {
  border: 1px solid rgba(18, 57, 86, 0.28);
  background: rgba(255, 255, 255, 0.62);
  color: var(--ueh4-navy);
}

.ueh4-nav .elementor-button:active,
.ueh4-footer-nav .elementor-button:active,
.ueh4-btn-primary .elementor-button:active,
.ueh4-btn-secondary .elementor-button:active {
  transform: scale(0.97);
}

.ueh4-page h1,
.ueh4-page h2,
.ueh4-page h3,
.ueh4-page p {
  margin-top: 0;
}

:where(
  .ueh4-title,
  .ueh4-entry-title .elementor-heading-title,
  .ueh4-statement-words,
  .ueh4-script h2,
  .ueh4-script h3
) {
  font-family: var(--ueh4-display);
  font-weight: 700;
  letter-spacing: 0;
  text-wrap: balance;
}

.ueh4-label,
.ueh4-label p,
.ueh4-label h1 {
  margin: 0 0 16px;
  color: var(--ueh4-brand);
  font-size: inherit;
  font-weight: 760;
  line-height: inherit;
  letter-spacing: 0;
}

:where(
  .ueh4-title h1,
  .ueh4-title h2,
  .ueh4-title h3,
  .ueh4-section-title h2
) {
  margin-bottom: 22px;
  color: var(--ueh4-brand);
  font-family: var(--ueh4-display);
  font-size: clamp(3rem, 6.2vw, 5.35rem);
  font-weight: 700;
  line-height: 0.96;
  letter-spacing: 0;
  text-wrap: balance;
}

:where(
  .ueh4-copy,
  .ueh4-copy p,
  .ueh4-lead,
  .ueh4-lead p
) {
  max-width: 66ch;
  color: var(--ueh4-ink);
  font-size: 1.08rem;
  line-height: 1.74;
  text-wrap: pretty;
}

.ueh4-copy p:last-child,
.ueh4-lead p:last-child {
  margin-bottom: 0;
}

.ueh4-actions {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.ueh4-entry {
  min-height: 270dvh;
  background:
    linear-gradient(90deg, var(--ueh4-paper) 0 44%, #ffffff 44% 100%);
}

.ueh4-entry-sticky {
  position: sticky;
  top: 0;
  /* min-height statt fester height: im Normalfall exakt viewporthoch (Bild-
     unterschriften sichtbar), bei sehr flachen Bildschirmen darf die Zeile aber
     mitwachsen statt den Text zu beschneiden. Wichtig ist nur, dass die Hoehe an
     der ZEILE haengt - dann bleiben beide Spalten dank stretch gleich hoch und
     es entsteht kein Versatz zwischen Navy-Flaeche und Bild. */
  min-height: 100vh;
  min-height: 100svh;
  display: grid !important;
  grid-template-columns: minmax(300px, 0.48fr) minmax(0, 0.92fr);
  align-items: stretch;
  padding-top: var(--ueh4-header-safe);
}

.ueh4-entry-copy {
  position: relative;
  z-index: 2;
  /* Hoehe kommt aus der Grid-Zeile (Viewporthoehe), nicht aus eigener min-height. */
  min-height: 0;
  display: grid !important;
  align-content: center;
  padding: clamp(26px, 5vw, 66px);
  background: var(--ueh4-navy);
  color: var(--ueh4-plain);
}

.ueh4-entry-copy .ueh4-label,
.ueh4-entry-copy .ueh4-label p,
.ueh4-entry-copy .ueh4-label h1 {
  color: rgba(255, 255, 255, 0.78);
}

:where(.ueh4-entry-title .elementor-heading-title) {
  max-width: 620px;
  margin: 0;
  color: var(--ueh4-plain);
  font-size: clamp(1.85rem, 2.9vw, 3.3rem);
  line-height: 1.04;
}

.ueh4-entry-lead p {
  max-width: 43ch;
  margin: clamp(18px, 3vh, 24px) 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-family: var(--ueh4-body);
  font-style: italic;
  font-weight: 560;
  line-height: 1.62;
}

.ueh4-entry-claim p {
  max-width: 43ch;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(1.35rem, 2vw, 1.9rem);
  font-weight: 760;
  line-height: 1.12;
}

.ueh4-entry-steps .elementor-widget-container {
  display: grid;
  gap: 8px;
  margin-top: clamp(22px, 4vh, 34px);
}

.ueh4-entry-step {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 12px;
  align-items: center;
  min-height: 54px;
  padding: 8px;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.72);
  font-family: var(--ueh4-body);
  font-style: italic;
  font-weight: 750;
  line-height: 1.18;
  transition: background-color 180ms var(--ueh4-ease-out), color 180ms var(--ueh4-ease-out), transform 180ms var(--ueh4-ease-out);
}

.ueh4-entry-step.is-active {
  background: rgba(255, 255, 255, 0.12);
  color: var(--ueh4-plain);
  transform: translateX(4px);
}

.ueh4-entry-step b {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: var(--ueh4-step-number-bg);
  color: var(--ueh4-step-number);
  font-style: italic;
  font-weight: 800;
  line-height: 1;
}

.ueh4-entry-step.is-active b {
  background: var(--ueh4-step-number-bg-active);
  color: var(--ueh4-step-number);
}

.ueh4-entry-media {
  position: relative;
  overflow: hidden;
  /* Fuellt die Grid-Zeile, die durch .ueh4-entry-sticky auf Viewporthoehe fixiert
     ist. Dadurch liegen die bottom-positionierten Bildunterschriften immer im
     sichtbaren Bereich. */
  min-height: 0;
  min-width: 0;
  background: #efece7;
}

.ueh4-entry-track {
  position: absolute;
  inset: 0;
  display: grid !important;
  /* Vier gleich breite Panels zu je ~63% der Bildflaeche (wie frueher ~42vw), der
     Track ist entsprechend 4 x 63.5% breit. Bewusst containerrelativ statt in vw:
     mit vw-Minimum passten die Spalten frueher nicht in die Trackbreite und das
     vierte Bild lag ausserhalb des scrollbaren Bereichs. Die Verschiebung dazu
     rechnet site.js aus der echten Geometrie aus, nicht aus einem festen Wert. */
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: 254%;
  transform: translateX(var(--ueh4-entry-x, 0%));
  transition: transform 190ms var(--ueh4-ease-out);
  will-change: transform;
}

.ueh4-entry-panel {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  margin: 0;
}

.ueh4-entry-panel .elementor-widget-image,
.ueh4-entry-panel .elementor-widget-image .elementor-widget-container {
  height: 100%;
}

.ueh4-entry-panel img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  transform: scale(var(--ueh4-entry-scale, 1.04));
  transition: transform 190ms var(--ueh4-ease-out);
}

.ueh4-entry-caption {
  position: absolute;
  right: auto;
  bottom: clamp(14px, 2vw, 22px);
  left: 50%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: max-content;
  max-width: min(calc(100% - 36px), 680px);
  min-height: 0;
  padding: clamp(10px, 0.95vw, 14px) clamp(14px, 1.35vw, 20px);
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 14px 4px 18px 6px;
  background: rgba(18, 57, 86, 0.86);
  color: var(--ueh4-plain);
  font-family: var(--ueh4-body);
  font-style: italic;
  font-weight: 760;
  line-height: 1.32;
  text-align: center;
  box-shadow: 0 18px 44px rgba(10, 30, 48, 0.28);
  clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%, 0 10px);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transform: translateX(-50%);
}

/* Elementor's optimized markup can omit .elementor-widget-container; when it exists, let it pass through instead of nesting a second box. */
.ueh4-entry-caption .elementor-widget-container {
  display: contents;
}

.ueh4-entry-caption p {
  margin: 0;
}

.ueh4-entry-meter {
  position: absolute;
  right: 22px;
  top: 118px;
  z-index: 2;
  width: 7px;
  height: min(60dvh, 520px);
  border-radius: 999px;
  background: rgba(18, 57, 86, 0.16);
}

.ueh4-entry-meter::after {
  display: block;
  width: 100%;
  height: var(--ueh4-entry-percent, 0%);
  border-radius: inherit;
  background: linear-gradient(180deg, var(--ueh4-stone), var(--ueh4-brand));
  content: "";
}

/* Flache Bildschirme (Laptops): Der Hero-Text laeuft sonst ueber die Viewport-
   hoehe hinaus, wodurch die CTA-Buttons unsichtbar werden und die Sticky-Sektion
   nicht mehr sauber pinnen kann. Nur Abstaende und Schriftgroessen werden
   verdichtet, der Inhalt bleibt unveraendert. */
@media (min-width: 1061px) and (max-height: 1000px) {
  .ueh4-entry-copy {
    /* Oben ausrichten statt zentrieren: bei knappem Platz wuerde zentrierter
       Inhalt oben UND unten gleichzeitig abgeschnitten. Bewusst KEIN overflow -
       ein Scrollbalken mitten in der Navy-Flaeche wirkt wie ein Defekt; die
       Sektion darf im Extremfall lieber mitwachsen. */
    align-content: start;
    padding-block: clamp(18px, 3vh, 36px);
  }

  .ueh4-entry-title .elementor-heading-title {
    font-size: clamp(1.6rem, 2.3vw, 2.5rem);
  }

  .ueh4-entry-lead p {
    margin-top: 10px;
    font-size: 0.94rem;
    line-height: 1.5;
  }

  .ueh4-entry-claim p {
    margin-top: 8px;
    font-size: clamp(1.1rem, 1.4vw, 1.4rem);
  }

  .ueh4-entry-steps .elementor-widget-container {
    gap: 4px;
    margin-top: 12px;
  }

  .ueh4-entry-step {
    min-height: 40px;
    padding: 5px;
  }

  .ueh4-entry-step b {
    width: 30px;
    height: 30px;
  }

  .ueh4-actions {
    gap: 8px;
    margin-top: 14px;
  }

  .ueh4-actions .elementor-button {
    min-height: 42px;
    padding: 9px 16px;
  }
}

@media (min-width: 1061px) and (max-height: 820px) {
  .ueh4-entry-title .elementor-heading-title {
    font-size: clamp(1.45rem, 2vw, 2.1rem);
  }

  .ueh4-entry-lead p {
    font-size: 0.9rem;
    line-height: 1.45;
  }

  .ueh4-entry-lead p + p {
    margin-top: 8px;
  }

  .ueh4-entry-step {
    min-height: 36px;
  }
}

.ueh4-statement {
  position: relative;
  overflow: hidden;
  min-height: 135dvh;
  padding-block: clamp(92px, 14vw, 180px);
  background: #ffffff;
}

.ueh4-statement::before {
  position: absolute;
  inset: 12% auto 8% -7%;
  width: min(360px, 34vw);
  content: "";
  background: rgba(199, 190, 174, 0.46);
  clip-path: polygon(18% 0, 100% 0, 78% 100%, 0 100%);
  transform: translateY(var(--ueh4-statement-mark-y, 0px));
}

.ueh4-statement-grid {
  position: sticky;
  top: 0;
  z-index: 1;
  display: grid !important;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 0.7fr);
  gap: clamp(36px, 7vw, 92px);
  align-items: start;
  padding-top: calc(var(--ueh4-header-safe) + clamp(28px, 6vw, 64px));
  min-height: 100dvh;
}

.ueh4-statement-words {
  color: var(--ueh4-brand);
  font-size: clamp(2.1rem, 4.6vw, 3.7rem);
  line-height: 1.06;
}

.ueh4-statement-words .elementor-heading-title {
  margin: 0;
  color: inherit;
  font: inherit;
  letter-spacing: 0;
  line-height: inherit;
}

.ueh4-statement-words span {
  display: block;
  clip-path: inset(0 var(--ueh4-statement-clip, 0%) 0 0);
  transform: translateY(var(--ueh4-statement-y, 0px));
  transition: clip-path 170ms var(--ueh4-ease-out), transform 170ms var(--ueh4-ease-out);
}

.ueh4-statement-words span:nth-child(2) {
  transition-delay: 45ms;
}

.ueh4-statement-words span:nth-child(3) {
  transition-delay: 90ms;
}

.ueh4-statement-card {
  padding: clamp(24px, 4vw, 38px);
  border-radius: var(--ueh4-radius);
  color: var(--ueh4-ink);
}

.ueh4-section {
  padding-block: clamp(84px, 11vw, 150px);
}

.ueh4-section-stone {
  background:
    linear-gradient(125deg, rgba(255, 255, 255, 0.24) 0 18%, transparent 18%),
    var(--ueh4-stone-soft);
}

.ueh4-section-white {
  background: #ffffff;
}

.ueh4-section-navy {
  background: var(--ueh4-navy);
  color: var(--ueh4-plain);
}

.ueh4-section-navy .ueh4-title h2,
.ueh4-section-navy .ueh4-section-title h2,
.ueh4-section-navy .ueh4-label,
.ueh4-section-navy .ueh4-label p {
  color: var(--ueh4-plain);
}

.ueh4-section-navy .ueh4-copy,
.ueh4-section-navy .ueh4-copy p,
.ueh4-section-navy .ueh4-lead,
.ueh4-section-navy .ueh4-lead p {
  color: rgba(255, 255, 255, 0.84);
}

.ueh4-split {
  display: grid !important;
  grid-template-columns: minmax(0, 0.88fr) minmax(320px, 0.78fr);
  gap: clamp(40px, 7vw, 86px);
  align-items: center;
}

.ueh4-copy-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: start;
}

.ueh4-benefit-list {
  display: grid !important;
  gap: 12px;
}

.ueh4-benefit {
  display: grid !important;
  grid-template-columns: 74px 1fr;
  gap: 18px;
  align-items: start;
  padding: 22px;
  border: 1px solid var(--ueh4-line);
  border-radius: var(--ueh4-radius);
  background: rgba(255, 255, 255, 0.72);
}

.ueh4-benefit-mark {
  width: 72px;
  height: 62px;
  position: relative;
  display: grid;
  place-items: center;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.ueh4-benefit-mark::after {
  width: 72px;
  height: 62px;
  display: block;
  background-image: url("assets/icons/original-sketch/zeit.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

.ueh4-benefit--arrive .ueh4-benefit-mark::after {
  background-image: url("assets/icons/original-sketch/komm-wie-du-bist.png");
}

.ueh4-benefit--guided .ueh4-benefit-mark::after {
  background-image: url("assets/icons/original-sketch/geraet-sitzend.png");
}

.ueh4-benefit--encounter .ueh4-benefit-mark::after {
  background-image: url("assets/icons/original-sketch/begegnung-haende.png");
}

.ueh4-benefit--continue .ueh4-benefit-mark::after {
  background-image: url("assets/icons/original-sketch/trainingsnachmittag.png");
}

.ueh4-benefit--clothes .ueh4-benefit-mark::after {
  background-image: url("assets/icons/original-sketch/alltagskleidung.png");
}

.ueh4-benefit--shoes .ueh4-benefit-mark::after {
  background-image: url("assets/icons/original-sketch/schuhe.png");
}

.ueh4-benefit--parking .ueh4-benefit-mark::after {
  background-image: url("assets/icons/original-sketch/parken.png");
}

.ueh4-benefit--quiet .ueh4-benefit-mark::after {
  background-image: url("assets/icons/original-sketch/ruhe.png");
}

.ueh4-benefit--sequence .ueh4-benefit-mark::after {
  background-image: url("assets/icons/original-sketch/zirkel.png");
}

.ueh4-benefit--whole-body .ueh4-benefit-mark::after {
  background-image: url("assets/icons/original-sketch/koerper.png");
}

.ueh4-benefit--guidance .ueh4-benefit-mark::after {
  background-image: url("assets/icons/original-sketch/begegnung-haende.png");
}

.ueh4-benefit--afternoon .ueh4-benefit-mark::after {
  background-image: url("assets/icons/original-sketch/trainingsnachmittag.png");
}

.ueh4-benefit--time .ueh4-benefit-mark::after {
  background-image: url("assets/icons/original-sketch/zeit.png");
}

.ueh4-benefit--chip .ueh4-benefit-mark::after {
  background-image: url("assets/icons/original-sketch/zugang.png");
}

.ueh4-benefit--contact .ueh4-benefit-mark::after {
  background-image: url("assets/icons/original-sketch/kontakt.png");
}

.ueh4-benefit--mirror .ueh4-benefit-mark::after {
  background-image: url("assets/icons/original-sketch/spiegel.png");
}

/* Auch `.elementor-heading-title` ansprechen, nicht nur `h3`: Die Kartentitel
   werden seit der SEO-Heading-Bereinigung als `div` gerendert, wodurch diese
   Regel ins Leere lief - Titel und Text klebten ohne Abstand aneinander. Die
   Klasse setzt Elementor unabhaengig vom gewaehlten Tag. */
.ueh4-benefit h3,
.ueh4-benefit .elementor-heading-title,
.ueh4-price-panel h3,
.ueh4-price-panel .elementor-heading-title,
.ueh4-person h3,
.ueh4-person .elementor-heading-title,
.ueh4-proof-item h3,
.ueh4-proof-item .elementor-heading-title {
  margin-bottom: 8px;
  color: var(--ueh4-navy);
  font-size: clamp(1.24rem, 2vw, 1.55rem);
  line-height: 1.18;
}

.ueh4-benefit p,
.ueh4-price-panel p,
.ueh4-person p,
.ueh4-proof-item p {
  margin-bottom: 0;
  color: var(--ueh4-muted);
}

.ueh4-proof-grid {
  display: grid !important;
  /* auto-fit statt fester Spaltenzahl: die Boxen stehen in der schmalen
     Textspalte der Zirkel-Sektion, wo drei feste Spalten auf rund 140px
     schrumpfen und fast jedes Wort einzeln umbricht. So brechen sie stattdessen
     selbstaendig um, sobald es unter 210px ginge - unabhaengig davon, wie breit
     der umgebende Container gerade ist. */
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 1px;
  overflow: hidden;
  border-radius: var(--ueh4-radius);
  background: var(--ueh4-line);
}

.ueh4-proof-item {
  padding: clamp(22px, 4vw, 34px);
  background: rgba(255, 255, 255, 0.86);
}

.ueh4-compass {
  min-height: 230dvh;
  background:
    radial-gradient(circle at 58% 44%, rgba(77, 37, 158, 0.1), transparent 32%),
    #ffffff;
}

.ueh4-compass-sticky {
  position: sticky;
  top: 0;
  min-height: 100dvh;
  display: grid !important;
  grid-template-columns: minmax(300px, 0.54fr) minmax(0, 0.86fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: center;
  padding: 98px clamp(20px, 4vw, 54px) 48px;
}

.ueh4-compass-copy {
  max-width: 720px;
}

.ueh4-orbit {
  position: relative;
  width: min(540px, 80vw);
  aspect-ratio: 1;
  margin-inline: auto;
  border-radius: 999px;
  perspective: 1100px;
  transform-style: preserve-3d;
}

.ueh4-orbit-photo {
  position: absolute;
  inset: 17%;
  overflow: hidden;
  border-radius: 999px;
  background: var(--ueh4-stone-soft);
  box-shadow: 0 0 0 1px rgba(18, 57, 86, 0.12);
}

.ueh4-orbit-photo .elementor-widget-container,
.ueh4-orbit-photo img {
  width: 100%;
  height: 100%;
}

.ueh4-orbit-photo img {
  object-fit: cover;
  transform: scale(1.08) rotate(var(--ueh4-compass-photo-angle, 0deg));
  transition: transform 220ms var(--ueh4-ease-out);
}

.ueh4-orbit-ring {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(33, 69, 107, 0.16);
  border-radius: inherit;
  transform: rotate(var(--ueh4-compass-angle, 0deg));
  transition: transform 220ms var(--ueh4-ease-out);
}

.ueh4-station {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 74px;
  min-height: 74px;
  display: grid;
  place-items: center;
  padding: 7px;
  border: 1px solid rgba(255, 255, 255, 0.54);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
  color: var(--ueh4-brand);
  font-weight: 850;
  font-size: 0.92rem;
  text-align: center;
  transform:
    translate(-50%, -50%)
    rotate(var(--ueh4-station-angle, var(--ueh4-angle)))
    translateX(min(240px, 30vw))
    rotate(var(--ueh4-station-reverse, 0deg));
  transition: transform 220ms var(--ueh4-ease-out), background-color 180ms var(--ueh4-ease-out), color 180ms var(--ueh4-ease-out);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.ueh4-station.is-lit,
.ueh4-station:hover {
  background: var(--ueh4-navy);
  color: var(--ueh4-plain);
}

.ueh4-orbit-center {
  position: absolute;
  inset: 37%;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(18, 57, 86, 0.86);
  color: var(--ueh4-plain);
  text-align: center;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.ueh4-orbit-center strong {
  display: block;
  color: var(--ueh4-stone);
  font-family: var(--ueh4-display);
  font-size: clamp(2rem, 3.4vw, 3.15rem);
  font-weight: 800;
  line-height: 0.98;
}

.ueh4-orbit-center span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 850;
}

.ueh4-dayband {
  min-height: 245dvh;
  background:
    linear-gradient(180deg, #eef5f0 0%, #f8f5ef 28%, #cad6c6 54%, #375d71 78%, #123956 100%);
  color: var(--ueh4-plain);
}

.ueh4-day-sticky {
  position: sticky;
  top: 0;
  min-height: 100dvh;
  display: grid !important;
  grid-template-columns: minmax(280px, 0.44fr) minmax(0, 0.9fr);
  align-items: stretch;
  padding-top: 88px;
}

.ueh4-day-copy {
  display: grid !important;
  align-content: center;
  padding: clamp(30px, 6vw, 76px);
  background: rgba(18, 57, 86, 0.84);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.ueh4-day-copy .ueh4-title h2,
.ueh4-day-copy .ueh4-label,
.ueh4-day-copy .ueh4-label p {
  color: var(--ueh4-plain);
}

.ueh4-day-copy .ueh4-copy,
.ueh4-day-copy .ueh4-copy p {
  color: rgba(255, 255, 255, 0.84);
}

.ueh4-time-pill .elementor-widget-container,
.ueh4-time-pill p {
  display: inline-flex;
  width: max-content;
  margin-bottom: 22px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(199, 190, 174, 0.18);
  color: var(--ueh4-stone-soft);
  font-weight: 780;
}

.ueh4-time-line .elementor-widget-container {
  display: grid;
  gap: 10px;
  margin-top: 34px;
}

.ueh4-time-point {
  display: grid;
  grid-template-columns: 56px minmax(30px, 1fr) auto;
  gap: 12px;
  align-items: center;
  color: rgba(255, 255, 255, 0.72);
}

.ueh4-time-point b {
  color: var(--ueh4-plain);
}

.ueh4-time-point i {
  display: block;
  height: 2px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
}

.ueh4-time-point i::after {
  display: block;
  width: var(--ueh4-day-percent, 0%);
  height: 100%;
  background: var(--ueh4-stone);
  content: "";
}

.ueh4-day-gallery {
  position: relative;
  overflow: hidden;
}

.ueh4-day-card {
  position: absolute;
  overflow: hidden;
  border-radius: var(--ueh4-radius);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.35);
  transition: transform 190ms var(--ueh4-ease-out), clip-path 220ms var(--ueh4-ease-in-out);
}

.ueh4-day-card .elementor-widget-container,
.ueh4-day-card img {
  width: 100%;
  height: 100%;
}

.ueh4-day-card img {
  object-fit: cover;
}

.ueh4-day-card-one {
  inset: 14% 34% 18% 8%;
  clip-path: inset(var(--ueh4-day-clip, 18%) 0 0 0);
  transform: translateY(var(--ueh4-day-card-y, 28px));
}

.ueh4-day-card-two {
  inset: 23% 8% 44% 58%;
  transform: translateY(var(--ueh4-day-card-two-y, 0px));
}

.ueh4-day-card-three {
  inset: 62% 12% 9% 47%;
  transform: translateY(var(--ueh4-day-card-three-y, 0px));
}

.ueh4-day-loupe {
  position: absolute;
  right: 10%;
  top: 13%;
  width: min(260px, 30vw);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(18px) saturate(1.15);
  -webkit-backdrop-filter: blur(18px) saturate(1.15);
  transform: translate3d(var(--ueh4-day-loupe-x, 0px), var(--ueh4-day-loupe-y, 0px), 0);
  transition: transform 190ms var(--ueh4-ease-out);
  pointer-events: none;
}

.ueh4-day-loupe::after {
  position: absolute;
  inset: 44%;
  border-radius: 999px;
  background: var(--ueh4-stone);
  box-shadow: 0 0 0 10px rgba(199, 190, 174, 0.16);
  content: "";
}

.ueh4-team-strip {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 38px;
  border: 1px solid var(--ueh4-line);
  background: var(--ueh4-line);
}

.ueh4-team-lead-photo {
  margin-top: 34px;
  overflow: hidden;
  border: 1px solid var(--ueh4-line);
  border-radius: var(--ueh4-radius);
  background: var(--ueh4-stone-soft);
}

.ueh4-team-lead-photo .elementor-widget-container,
.ueh4-team-lead-photo img {
  width: 100%;
}

.ueh4-team-lead-photo img {
  aspect-ratio: 16 / 7;
  object-fit: cover;
  object-position: center;
}

.ueh4-person {
  min-height: 100%;
  background: #ffffff;
}

.ueh4-person-photo img {
  width: 100%;
  aspect-ratio: 4 / 4.8;
  object-fit: cover;
  object-position: top center;
  background: var(--ueh4-stone-soft);
}

.ueh4-person-body {
  padding: 20px;
}

.ueh4-person-credo,
.ueh4-person-credo p {
  margin-top: 12px;
  color: var(--ueh4-brand);
  font-weight: 760;
}

.ueh4-faq-section {
  border-top: 1px solid var(--ueh4-line);
  background:
    linear-gradient(180deg, rgba(228, 222, 213, 0.34), rgba(255, 255, 255, 0) 34%),
    #ffffff;
}

.ueh4-faq-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 34px;
  overflow: hidden;
  border: 1px solid var(--ueh4-line);
  border-radius: var(--ueh4-radius);
  background: var(--ueh4-line);
}

.ueh4-faq-item {
  min-height: 100%;
  padding: clamp(24px, 4vw, 36px);
  background: rgba(255, 255, 255, 0.88);
}

.ueh4-faq-item h3 {
  margin: 0 0 10px;
  color: var(--ueh4-navy);
  font-size: 1.32rem;
  line-height: 1.2;
}

.ueh4-faq-item p {
  margin: 0;
  color: var(--ueh4-muted);
}

.ueh4-legal-page {
  background: var(--ueh4-paper);
}

.ueh4-legal-hero {
  min-height: 48svh;
  display: grid !important;
  align-items: end;
  padding-block: calc(var(--ueh4-header-safe) + 52px) clamp(54px, 8vw, 92px);
  background:
    linear-gradient(135deg, rgba(199, 190, 174, 0.18) 0 18%, transparent 18%),
    linear-gradient(180deg, #ffffff 0%, var(--ueh4-stone-soft) 100%);
}

.ueh4-legal-hero .ueh4-copy,
.ueh4-legal-hero .ueh4-copy p {
  max-width: 72ch;
}

.ueh4-legal-shell {
  padding-block: clamp(60px, 8vw, 104px);
  background: #ffffff;
}

.ueh4-legal-grid {
  display: grid !important;
  grid-template-columns: minmax(220px, 0.32fr) minmax(0, 0.9fr);
  gap: clamp(34px, 7vw, 86px);
  align-items: start;
}

.ueh4-legal-aside {
  position: sticky;
  top: calc(var(--ueh4-header-safe) + 22px);
  display: grid !important;
  gap: 16px;
}

.ueh4-legal-note,
.ueh4-legal-toc {
  padding: 20px;
  border: 1px solid var(--ueh4-line);
  border-radius: var(--ueh4-radius);
  background: rgba(228, 222, 213, 0.42);
}

.ueh4-legal-note p,
.ueh4-legal-toc p {
  margin: 0;
  color: var(--ueh4-muted);
  font-size: 0.96rem;
  line-height: 1.58;
}

.ueh4-legal-toc a {
  display: block;
  margin-top: 9px;
  color: var(--ueh4-brand);
  font-weight: 760;
  text-decoration: none;
}

.ueh4-legal-content {
  display: grid !important;
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--ueh4-line);
  border-radius: var(--ueh4-radius);
  background: var(--ueh4-line);
}

.ueh4-legal-block {
  padding: clamp(26px, 5vw, 48px);
  background: rgba(255, 255, 255, 0.94);
}

.ueh4-legal-block h2,
.ueh4-legal-block h3 {
  margin: 0 0 14px;
  color: var(--ueh4-navy);
  font-family: var(--ueh4-display);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.12;
}

.ueh4-legal-block h2 {
  font-size: 1.9rem;
}

.ueh4-legal-block h3 {
  margin-top: 24px;
  font-size: 1.24rem;
}

.ueh4-legal-block p,
.ueh4-legal-block li {
  max-width: 78ch;
  color: var(--ueh4-ink);
  font-size: 1.02rem;
  line-height: 1.72;
}

.ueh4-legal-block p:last-child,
.ueh4-legal-block ul:last-child {
  margin-bottom: 0;
}

.ueh4-legal-block ul {
  display: grid;
  gap: 8px;
  margin: 0 0 18px;
  padding-left: 1.15em;
}

.ueh4-legal-meta {
  display: grid;
  grid-template-columns: minmax(150px, 0.32fr) minmax(0, 1fr);
  gap: 1px;
  overflow: hidden;
  margin-block: 18px 0;
  border: 1px solid var(--ueh4-line);
  border-radius: var(--ueh4-radius);
  background: var(--ueh4-line);
}

.ueh4-legal-meta p {
  display: contents;
  max-width: none;
  margin: 0;
}

.ueh4-legal-meta b,
.ueh4-legal-meta span {
  padding: 13px 15px;
  background: rgba(248, 248, 246, 0.86);
}

.ueh4-legal-meta b {
  color: var(--ueh4-brand);
  font-weight: 760;
}

.ueh4-price-contact {
  display: grid !important;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 0.72fr);
  gap: clamp(34px, 7vw, 78px);
  align-items: start;
}

.ueh4-price-panel,
.ueh4-contact-panel,
.ueh4-quiet-panel {
  padding: clamp(28px, 5vw, 50px);
  border-radius: var(--ueh4-radius);
}

.ueh4-price-list,
.ueh4-contact-list {
  display: grid !important;
  gap: 1px;
  margin-top: 24px;
  overflow: hidden;
  border: 1px solid var(--ueh4-line);
  border-radius: var(--ueh4-radius);
  background: var(--ueh4-line);
}

.ueh4-price-row,
.ueh4-contact-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  padding: 15px 18px;
  background: rgba(255, 255, 255, 0.74);
  color: var(--ueh4-navy);
  font-weight: 850;
}

/* Jede Zeile ist ein eigenes Grid, Spaltenbreiten werden also pro Zeile
   berechnet. Mit `auto` wuerde ein kuerzerer Betrag ("69,00 EUR einmalig") ans
   Zeilenende gedrueckt und begaenne weiter rechts als die anderen. Feste
   Mindestbreite plus linksbuendiger Text = alle Betraege starten auf derselben
   Position, wie an einem Tabstopp. */
.ueh4-price-row {
  grid-template-columns: 1fr minmax(10.5rem, max-content);
}

.ueh4-price-row > span:last-child {
  text-align: left;
}

.ueh4-contact-row {
  grid-template-columns: 96px 1fr;
  font-weight: 650;
}

.ueh4-contact-row b {
  color: var(--ueh4-brand);
}

.ueh4-list .elementor-widget-container {
  display: grid;
  gap: 12px;
}

.ueh4-list p {
  margin: 0;
  padding: 16px 18px;
  border-radius: var(--ueh4-radius);
  background: rgba(255, 255, 255, 0.72);
  color: var(--ueh4-ink);
}

.ueh4-footer {
  --ueh4-footer-inner-width: min(var(--ueh4-width), calc(100% - 40px));
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-block: clamp(58px, 8vw, 96px) 28px;
  background:
    radial-gradient(circle at 16% 8%, rgba(199, 190, 174, 0.24), transparent 34%),
    linear-gradient(136deg, #123956 0%, #183f5d 48%, #0d2d45 100%);
  color: rgba(255, 255, 255, 0.78);
}

.ueh4-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(112deg, rgba(255, 255, 255, 0.08), transparent 34%),
    linear-gradient(158deg, transparent 0 58%, rgba(199, 190, 174, 0.13) 58% 76%, transparent 76%);
  pointer-events: none;
}

.ueh4-footer::after {
  content: "";
  position: absolute;
  right: clamp(22px, 7vw, 140px);
  bottom: clamp(40px, 9vw, 120px);
  z-index: -1;
  width: clamp(180px, 24vw, 360px);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  opacity: 0.58;
  pointer-events: none;
}

.ueh4-footer.ueh4-footer-wide {
  --ueh4-footer-inner-width: calc(100% - clamp(32px, 7vw, 144px));
}

.ueh4-footer.ueh4-footer-contained {
  --ueh4-footer-inner-width: min(var(--ueh4-width), calc(100% - 40px));
}

.ueh4-footer.ueh4-footer-edge {
  --ueh4-footer-inner-width: 100%;
}

.ueh4-footer__inner {
  width: var(--ueh4-footer-inner-width);
  margin-inline: auto;
}

.ueh4-footer__grid {
  display: grid !important;
  grid-template-columns: minmax(280px, 1.05fr) minmax(230px, 0.72fr) minmax(190px, 0.5fr);
  gap: clamp(30px, 4.5vw, 68px);
  align-items: start;
}

.ueh4-footer-side {
  display: grid !important;
  justify-items: start;
}

.ueh4-footer-logo img {
  width: min(218px, 58vw);
  filter: brightness(0) invert(1);
}

:where(.ueh4-footer-kicker p) {
  margin: clamp(26px, 4vw, 42px) 0 10px;
  color: rgba(255, 255, 255, 0.58);
  letter-spacing: 0;
}

:where(.ueh4-footer-title h2) {
  margin: 0;
  color: var(--ueh4-plain);
  font-size: clamp(2.35rem, 4.4vw, 4.2rem);
  font-weight: 650;
  line-height: 1.02;
  letter-spacing: 0;
  text-wrap: balance;
}

:where(.ueh4-footer-lead p) {
  max-width: 36rem;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.04rem;
  line-height: 1.75;
}

.ueh4-footer-info {
  display: grid !important;
  gap: 0;
}

.ueh4-footer-label p {
  color: rgba(255, 255, 255, 0.52);
}

.ueh4-footer-detail {
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.ueh4-footer-label + .ueh4-footer-detail {
  border-top-color: rgba(255, 255, 255, 0.28);
}

.ueh4-footer-detail p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.68;
}

.ueh4-footer-detail strong {
  display: block;
  margin-bottom: 4px;
  color: var(--ueh4-plain);
  font-size: 1rem;
  line-height: 1.2;
}

.ueh4-footer-detail a {
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
}

:where(.ueh4-footer p, .ueh4-footer a, .ueh4-footer strong) {
  letter-spacing: 0;
}

.ueh4-footer-nav {
  display: grid !important;
  gap: 2px;
  align-content: start;
}

/* Erste Navigationszeile traegt die Trennlinie, damit das Label darueber frei steht
   und die Spalte optisch gleich beginnt wie die Kontaktspalte daneben. */
.ueh4-footer-nav .ueh4-footer-label + .elementor-widget-button {
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
}

.ueh4-footer-nav .elementor-button {
  justify-content: flex-start;
  min-height: 36px;
  padding: 7px 0;
  border-radius: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.74);
}

.ueh4-footer-nav .elementor-button:hover,
.ueh4-footer-nav .elementor-button:focus-visible {
  background: transparent;
  color: var(--ueh4-plain);
  transform: translateX(4px);
}

.ueh4-footer-cta .elementor-button {
  justify-content: center;
  min-height: 44px;
  margin-top: 12px;
  padding: 10px 18px;
  border-radius: 999px;
  background: var(--ueh4-stone);
  color: var(--ueh4-navy);
}

.ueh4-footer-cta .elementor-button:hover,
.ueh4-footer-cta .elementor-button:focus-visible {
  background: var(--ueh4-stone-soft);
  color: var(--ueh4-navy);
  transform: translateY(-1px);
}

.ueh4-footer-bottom {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: clamp(42px, 6vw, 72px);
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.94rem;
}

/* Elementor Pro mobile navigation popup. */
body.ueh-popup-open {
  overflow: hidden !important;
  overscroll-behavior: none;
}

.ueh4-page [id] {
  scroll-margin-top: calc(var(--ueh4-header-safe, 88px) + 18px);
}

[data-elementor-type="popup"][inert] {
  display: none !important;
}

.ueh4-popup-shell[hidden] {
  display: none !important;
}

.ueh4-popup-shell {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: block;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 220ms ease,
    visibility 0s linear 320ms;
}

.ueh4-popup-shell.is-open {
  opacity: 1;
  visibility: visible;
  transition:
    opacity 220ms ease,
    visibility 0s;
}

.ueh4-popup-shell__backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: rgba(18, 57, 86, 0.86);
  cursor: pointer;
}

.ueh4-popup-shell__backdrop:focus {
  outline: 0;
}

.ueh4-popup-shell__dialog {
  position: absolute;
  inset: 0 0 0 auto;
  width: min(100%, 420px);
  height: 100svh;
  height: 100dvh;
  overflow: hidden;
  transform: translateX(102%);
  transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.ueh4-popup-shell.is-open .ueh4-popup-shell__dialog {
  transform: translateX(0);
}

.elementor-popup-modal:has(.ueh4-mobile-popup) .dialog-widget-content {
  width: min(100vw, 420px) !important;
  max-width: 100vw !important;
  margin-left: auto;
  border-radius: 0;
  background: transparent;
  overflow: visible;
}

.elementor-popup-modal:has(.ueh4-mobile-popup) .dialog-message {
  width: 100%;
  max-height: 100dvh;
  padding: 0;
  overflow: visible;
}

.elementor-popup-modal:has(.ueh4-mobile-popup) .dialog-close-button {
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.ueh4-mobile-popup {
  --flex-direction: column;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  min-height: 100svh;
  min-height: 100dvh;
  max-height: 100dvh;
  display: flex !important;
  flex-direction: column !important;
  flex-wrap: nowrap !important;
  gap: 0 !important;
  padding:
    calc(env(safe-area-inset-top) + clamp(22px, 5vw, 34px))
    clamp(22px, 6vw, 34px)
    calc(env(safe-area-inset-bottom) + clamp(24px, 6vw, 38px));
  overflow-y: auto;
  overscroll-behavior: contain;
  color: var(--ueh4-navy);
  border: 1px solid rgba(255, 255, 255, 0.74);
  background: rgba(247, 246, 242, 0.94);
  box-shadow:
    -32px 0 90px rgba(13, 45, 69, 0.28),
    inset 1px 0 0 rgba(255, 255, 255, 0.72);
  clip-path: polygon(15px 0, 100% 0, 100% calc(100% - 22px), calc(100% - 22px) 100%, 0 100%, 0 15px);
  scrollbar-width: thin;
  scrollbar-color: rgba(18, 57, 86, 0.28) transparent;
}

.ueh4-mobile-popup > .e-con-inner {
  width: 100%;
  min-height: 100%;
  display: flex !important;
  flex-direction: column !important;
  flex-wrap: nowrap !important;
}

.ueh4-mobile-popup > .elementor-element,
.ueh4-mobile-popup > .e-con-inner > .elementor-element {
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 auto !important;
  align-self: stretch !important;
}

.ueh4-popup-top {
  order: 1;
  position: sticky;
  top: 0;
  z-index: 2;
  width: 100%;
  min-height: 48px;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: clamp(18px, 4vh, 28px);
  background: rgba(247, 246, 242, 0.94);
  border-bottom: 1px solid rgba(18, 57, 86, 0.14);
}

.ueh4-popup-logo img {
  width: min(172px, 48vw);
  height: auto;
  filter: none;
}

.ueh4-popup-logo {
  flex: 0 1 auto;
  min-width: 0;
}

.ueh4-popup-close {
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
}

.ueh4-popup-close .elementor-button {
  min-width: 48px;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 10px;
  border: 0;
  border-bottom: 1px solid rgba(18, 57, 86, 0.24);
  border-radius: 0;
  background: transparent;
  color: var(--ueh4-navy);
  font-family: var(--ueh4-body);
  font-size: 0.78rem;
  font-weight: 750;
}

.ueh4-popup-close .elementor-button::before {
  content: "\00d7";
  display: block;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
}

.ueh4-popup-close .elementor-button-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.ueh4-popup-close .elementor-button:hover,
.ueh4-popup-close .elementor-button:focus-visible {
  border-bottom-color: var(--ueh4-navy);
  background: transparent;
  color: var(--ueh4-navy);
}

.ueh4-popup-intro {
  order: 2;
  width: 100%;
  min-width: 0;
  gap: 0 !important;
  padding: clamp(24px, 5vh, 42px) 0 clamp(20px, 4vh, 30px);
}

.ueh4-popup-intro .ueh4-label {
  width: 100%;
  max-width: 30ch;
  margin-bottom: 10px;
}

.ueh4-popup-intro .ueh4-label p {
  white-space: normal;
  overflow-wrap: anywhere;
}

.ueh4-popup-title .elementor-heading-title {
  margin: 0;
  max-width: 8ch;
  color: var(--ueh4-navy);
  font-family: var(--ueh4-body);
  font-size: clamp(2.55rem, 12vw, 4.4rem);
  font-weight: 680;
  line-height: 0.9;
  letter-spacing: 0;
}

.ueh4-popup-nav {
  order: 3;
  width: 100%;
  display: flex !important;
  flex-direction: column !important;
  counter-reset: ueh-popup-link;
  border-top: 1px solid rgba(18, 57, 86, 0.17);
}

.ueh4-popup-nav .elementor-widget-button {
  width: 100%;
  counter-increment: ueh-popup-link;
}

.ueh4-popup-link .elementor-button {
  width: 100%;
  min-height: 54px;
  display: grid;
  grid-template-columns: 34px 1fr 14px;
  align-items: center;
  gap: 10px;
  padding: 12px 2px;
  border: 0;
  border-bottom: 1px solid rgba(18, 57, 86, 0.17);
  border-radius: 0;
  background: transparent;
  color: var(--ueh4-navy);
  font-family: var(--ueh4-body);
  font-size: clamp(1.02rem, 4.7vw, 1.22rem);
  font-weight: 680;
  text-align: left;
  box-shadow: none;
}

.ueh4-popup-link .elementor-button::before {
  content: "0" counter(ueh-popup-link);
  color: var(--ueh4-muted);
  font-size: 0.76rem;
  font-weight: 760;
  line-height: 1;
}

.ueh4-popup-link .elementor-button::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  opacity: 0.54;
  transform: rotate(45deg);
}

.ueh4-popup-link .elementor-button:hover,
.ueh4-popup-link .elementor-button:focus-visible {
  padding-left: 8px;
  background: rgba(255, 255, 255, 0.48);
  color: var(--ueh4-navy);
}

.ueh4-popup-footer {
  order: 4;
  width: 100%;
  max-width: 100%;
  display: flex !important;
  flex: 0 0 auto !important;
  flex-direction: column !important;
  align-self: stretch !important;
  clear: both;
  margin-top: auto;
  padding-top: clamp(24px, 5vh, 38px);
}

.ueh4-popup-cta,
.ueh4-popup-cta .elementor-button {
  width: 100%;
}

.ueh4-popup-cta .elementor-button {
  min-height: 58px;
  justify-content: center;
  padding: 15px 18px;
  border: 1px solid var(--ueh4-navy);
  border-radius: 4px 4px 16px 4px;
  background: var(--ueh4-navy);
  color: var(--ueh4-plain);
  font-family: var(--ueh4-body);
  font-weight: 760;
  box-shadow: 0 16px 34px rgba(13, 45, 69, 0.18);
}

.ueh4-popup-meta {
  margin-top: 18px;
}

:where(.ueh4-popup-meta p) {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3px;
  margin: 0;
  color: var(--ueh4-muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

.ueh4-popup-meta strong,
.ueh4-popup-meta a {
  color: var(--ueh4-navy);
}

.ueh4-popup-legal {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid rgba(18, 57, 86, 0.12);
}

:where(.ueh4-popup-legal p) {
  display: flex;
  gap: 8px;
  margin: 0;
  color: var(--ueh4-muted);
  font-size: 0.78rem;
}

.ueh4-popup-legal a {
  color: inherit;
}

@media (max-width: 480px) {
  .ueh4-mobile-popup {
    padding:
      calc(env(safe-area-inset-top) + 20px)
      22px
      calc(env(safe-area-inset-bottom) + 22px);
    clip-path: none;
  }

  .ueh4-popup-top {
    padding-bottom: 16px;
  }

  .ueh4-popup-intro {
    padding: 20px 0 16px;
  }

  .ueh4-popup-title .elementor-heading-title {
    font-size: clamp(2.35rem, 12vw, 3.25rem);
  }

  .ueh4-popup-link .elementor-button {
    min-height: 48px;
    padding-block: 9px;
  }

  .ueh4-popup-footer {
    padding-top: 20px;
  }

  .ueh4-popup-close .elementor-button-text {
    clip: rect(0 0 0 0);
  }
}

.ueh-js .ueh4-reveal {
  opacity: 0.72;
  filter: blur(2px);
  transform: translateY(12px);
  transition:
    opacity 320ms var(--ueh4-ease-out),
    filter 320ms var(--ueh4-ease-out),
    transform 320ms var(--ueh4-ease-out);
}

.ueh-js .ueh4-reveal.is-visible {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .ueh4-page,
  .ueh4-page *,
  .ueh4-page *::before,
  .ueh4-page *::after,
  .ueh4-header,
  .ueh4-header *,
  .ueh4-nav-overlay,
  .ueh4-mobile-popup,
  .ueh4-mobile-popup *,
  .ueh4-footer,
  .ueh4-footer * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .ueh4-entry-track,
  .ueh4-statement-words span,
  .ueh4-orbit-ring,
  .ueh4-orbit-photo img,
  .ueh4-station,
  .ueh4-day-card,
  .ueh4-day-loupe,
  .ueh-js .ueh4-reveal {
    filter: none !important;
    clip-path: none !important;
    transform: none !important;
  }
}

@media (max-width: 1060px) {
  .ueh4-page,
  .ueh4-header,
  .ueh4-footer {
    --ueh4-header-safe: clamp(88px, 12vw, 112px);
  }

  .ueh4-header {
    border-radius: 0 0 18px 18px;
  }

  .ueh4-header__inner {
    min-height: 70px;
    align-items: center;
    flex-direction: row !important;
    padding: 10px 14px;
  }

  .ueh4-menu-toggle {
    position: relative;
    z-index: 1004;
    margin-left: auto;
    display: block;
  }

  .ueh4-menu-toggle .elementor-button {
    min-width: 48px;
    min-height: 48px;
    padding: 10px 15px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.34);
    background: var(--ueh4-navy);
    color: var(--ueh4-plain);
    box-shadow:
      0 12px 30px rgba(13, 45, 69, 0.2),
      inset 0 1px 0 rgba(255, 255, 255, 0.22);
  }

  .ueh4-header.ueh4-popup-managed .ueh4-nav {
    display: none !important;
  }

  .ueh4-header.is-open .ueh4-menu-toggle .elementor-button {
    background: rgba(18, 57, 86, 0.92);
    color: var(--ueh4-plain);
  }

  .ueh4-nav {
    position: fixed;
    inset: 0 0 auto auto;
    z-index: 1003;
    width: min(88vw, 390px);
    height: 100svh;
    height: 100dvh;
    display: grid !important;
    grid-template-columns: 1fr;
    align-content: start;
    gap: 8px;
    padding: calc(env(safe-area-inset-top) + 88px) clamp(20px, 6vw, 30px) calc(env(safe-area-inset-bottom) + 28px);
    overflow-y: auto;
    overscroll-behavior: contain;
    border-left: 1px solid rgba(255, 255, 255, 0.42);
    background:
      radial-gradient(circle at 18% 10%, rgba(255, 255, 255, 0.82), transparent 28%),
      linear-gradient(145deg, rgba(248, 248, 246, 0.92), rgba(228, 222, 213, 0.74) 48%, rgba(255, 255, 255, 0.7)),
      rgba(255, 255, 255, 0.72);
    box-shadow:
      -34px 0 84px rgba(13, 45, 69, 0.24),
      inset 1px 0 0 rgba(255, 255, 255, 0.6),
      inset -1px 0 0 rgba(18, 57, 86, 0.08);
    backdrop-filter: blur(30px) saturate(1.16);
    -webkit-backdrop-filter: blur(30px) saturate(1.16);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(calc(100% + 18px));
    transition:
      transform 420ms var(--ueh4-ease-out),
      opacity 220ms var(--ueh4-ease-out),
      visibility 0s linear 420ms;
  }

  .ueh4-header.is-open .ueh4-nav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(0);
    transition:
      transform 420ms var(--ueh4-ease-out),
      opacity 220ms var(--ueh4-ease-out),
      visibility 0s;
  }

  .ueh4-nav-intro {
    display: block;
    margin: 0 0 14px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(18, 57, 86, 0.14);
  }

  :where(.ueh4-nav-intro p) {
    margin: 0 0 8px;
    color: var(--ueh4-muted);
    font-size: 0.78rem;
    font-weight: 850;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: uppercase;
  }

  :where(.ueh4-nav-intro strong) {
    display: block;
    max-width: 8ch;
    color: var(--ueh4-navy);
    font-size: clamp(2.25rem, 14vw, 4.1rem);
    font-weight: 700;
    line-height: 0.94;
  }

  .ueh4-nav .elementor-widget-button,
  :where(.ueh4-nav .elementor-button) {
    width: 100%;
  }

  .ueh4-nav .elementor-widget-button {
    opacity: 0;
    transform: translateX(18px);
    transition:
      opacity 220ms var(--ueh4-ease-out),
      transform 280ms var(--ueh4-ease-out);
  }

  .ueh4-header.is-open .ueh4-nav .elementor-widget-button {
    opacity: 1;
    transform: translateX(0);
  }

  .ueh4-header.is-open .elementor-element-h4nav1 {
    transition-delay: 70ms;
  }

  .ueh4-header.is-open .elementor-element-h4nav2 {
    transition-delay: 100ms;
  }

  .ueh4-header.is-open .elementor-element-h4nav3 {
    transition-delay: 130ms;
  }

  .ueh4-header.is-open .elementor-element-h4nav4 {
    transition-delay: 160ms;
  }

  .ueh4-header.is-open .elementor-element-h4nav5 {
    transition-delay: 190ms;
  }

  .ueh4-header.is-open .elementor-element-h4nav6,
  .ueh4-header.is-open .elementor-element-h4nav99 {
    transition-delay: 220ms;
  }

  .ueh4-nav .elementor-button {
    min-height: 56px;
    justify-content: space-between;
    padding: 15px 16px;
    border: 1px solid rgba(18, 57, 86, 0.12);
    border-radius: var(--ueh4-radius);
    background: rgba(255, 255, 255, 0.56);
    color: var(--ueh4-navy);
    box-shadow:
      0 10px 28px rgba(13, 45, 69, 0.08),
      inset 0 1px 0 rgba(255, 255, 255, 0.62);
  }

  .ueh4-nav .elementor-button::after {
    content: "";
    width: 8px;
    height: 8px;
    margin-left: 12px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    opacity: 0.48;
    transform: rotate(45deg);
  }

  .ueh4-nav .elementor-button:hover,
  .ueh4-nav .elementor-button:focus-visible,
  .ueh4-nav .elementor-button.is-active {
    border-color: rgba(18, 57, 86, 0.22);
    background: rgba(255, 255, 255, 0.78);
  }

  .ueh4-nav-cta {
    margin-top: 6px;
  }

  .ueh4-nav-cta .elementor-button {
    min-height: 58px;
    border-color: var(--ueh4-navy);
    background: var(--ueh4-navy);
    color: var(--ueh4-plain);
  }

  .ueh4-nav-meta {
    display: block;
    margin-top: 16px;
    padding: 16px;
    border: 1px solid rgba(18, 57, 86, 0.13);
    border-radius: var(--ueh4-radius);
    background:
      linear-gradient(135deg, rgba(199, 190, 174, 0.18), transparent 52%),
      rgba(255, 255, 255, 0.48);
  }

  :where(.ueh4-nav-meta p) {
    margin: 0;
    color: var(--ueh4-muted);
    font-size: 0.95rem;
    line-height: 1.46;
  }

  .ueh4-nav-meta b,
  .ueh4-nav-meta span {
    display: block;
  }

  :where(.ueh4-nav-meta b) {
    margin-bottom: 4px;
    color: var(--ueh4-navy);
    font-size: 1rem;
  }

  .ueh4-entry-sticky,
  .ueh4-statement-grid,
  .ueh4-split,
  .ueh4-copy-grid,
  .ueh4-compass-sticky,
  .ueh4-day-sticky,
  .ueh4-price-contact,
  .ueh4-faq-grid,
  .ueh4-legal-grid,
  .ueh4-footer__grid,
  .ueh4-footer-side {
    grid-template-columns: 1fr;
  }

  .ueh4-legal-aside {
    position: relative;
    top: auto;
  }

  .ueh4-entry {
    min-height: 0;
  }

  .ueh4-entry-sticky {
    position: relative;
    height: auto;
    min-height: 0;
    grid-template-rows: auto auto;
    padding-top: var(--ueh4-header-safe);
  }

  .ueh4-entry-copy {
    min-height: 0;
    padding: clamp(22px, 4vw, 42px);
  }

  .ueh4-entry-media {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scroll-padding-inline-start: clamp(22px, 4vw, 42px);
    align-self: stretch;
    height: auto;
    min-height: 0;
  }

  .ueh4-entry-track {
    position: static;
    grid-auto-flow: column;
    grid-template-columns: none;
    grid-auto-columns: 86%;
    width: auto;
    gap: 14px;
    padding: 0 clamp(22px, 4vw, 42px) clamp(34px, 6vw, 54px);
    transform: none;
    transition: none;
  }

  .ueh4-entry-panel {
    min-height: 0;
    aspect-ratio: 4 / 3;
    border-radius: var(--ueh4-radius);
    overflow: hidden;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .ueh4-entry-meter {
    display: none;
  }

  .ueh4-compass,
  .ueh4-dayband {
    min-height: 0;
  }

  .ueh4-compass-sticky,
  .ueh4-day-sticky {
    position: relative;
    min-height: 0;
  }

  .ueh4-statement {
    min-height: 0;
  }

  .ueh4-statement-grid {
    position: relative;
    min-height: 0;
    padding-top: 0;
  }

  .ueh4-day-gallery {
    min-height: 78dvh;
  }

  .ueh4-team-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ueh4-team-lead-photo img {
    aspect-ratio: 16 / 9;
  }
}

@media (max-width: 680px) {
  .ueh4-page,
  .ueh4-header,
  .ueh4-footer {
    --ueh4-header-safe: clamp(76px, 17vw, 96px);
  }

  .ueh4-page {
    font-size: 16px;
  }

  .ueh4-wrap {
    width: min(100% - 28px, var(--ueh4-width));
  }

  .ueh4-footer.ueh4-footer-wide {
    --ueh4-footer-inner-width: min(100% - 28px, var(--ueh4-width));
  }

  .ueh4-header {
    top: 0;
    width: 100%;
  }

  .ueh4-logo {
    min-width: 0;
  }

  .ueh4-logo img {
    width: min(174px, 58vw);
  }

  .ueh4-nav {
    grid-template-columns: 1fr;
  }

  :where(
    .ueh4-entry-title .elementor-heading-title,
    .ueh4-title h2,
    .ueh4-title h3,
    .ueh4-section-title h2,
    .ueh4-statement-words
  ) {
    font-size: clamp(1.7rem, 6.4vw, 2.5rem);
    line-height: 1.08;
  }

  .ueh4-entry-title .elementor-heading-title {
    font-size: clamp(1.55rem, 5.6vw, 2.2rem);
    line-height: 1.1;
  }

  .ueh4-entry-copy {
    padding: 16px 18px 20px;
  }

  .ueh4-entry-lead p {
    max-width: none;
    margin-top: 12px;
    font-size: 0.96rem;
    line-height: 1.55;
  }

  .ueh4-entry-lead p + p {
    margin-top: 14px;
  }

  .ueh4-entry-steps .elementor-widget-container {
    gap: 6px;
    margin-top: 14px;
  }

  .ueh4-entry-step {
    min-height: 42px;
    grid-template-columns: 34px 1fr;
    padding: 6px;
  }

  .ueh4-entry-step b {
    width: 34px;
    height: 34px;
  }

  .ueh4-actions {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 18px;
  }

  .ueh4-actions .elementor-widget-button {
    width: 100%;
  }

  .ueh4-actions .elementor-button {
    width: 100%;
    min-height: 48px;
    padding: 12px 16px;
  }

  .ueh4-entry-caption {
    right: auto;
    bottom: 12px;
    left: 50%;
    width: max-content;
    max-width: calc(100% - 24px);
    transform: translateX(-50%);
  }

  .ueh4-station {
    width: 56px;
    min-height: 56px;
    padding: 5px;
    font-size: 0.75rem;
    transform:
      translate(-50%, -50%)
      rotate(var(--ueh4-station-angle, var(--ueh4-angle)))
      translateX(min(178px, 38vw))
      rotate(var(--ueh4-station-reverse, 0deg));
  }

  .ueh4-orbit {
    width: min(420px, 92vw);
  }

  .ueh4-orbit-center {
    inset: 34%;
  }

  .ueh4-day-sticky {
    padding-top: 156px;
  }

  .ueh4-day-card-one {
    inset: 8% 18% 42% 5%;
  }

  .ueh4-day-card-two {
    inset: 42% 5% 24% 38%;
  }

  .ueh4-day-card-three {
    inset: 68% 22% 4% 10%;
  }

  .ueh4-day-loupe {
    width: 150px;
    right: 6%;
  }

  .ueh4-team-strip,
  .ueh4-price-row,
  .ueh4-contact-row,
  .ueh4-faq-grid,
  .ueh4-legal-grid,
  .ueh4-legal-meta,
  .ueh4-legal-meta p {
    grid-template-columns: 1fr;
  }

  .ueh4-legal-hero {
    min-height: 42svh;
    padding-block: calc(var(--ueh4-header-safe) + 28px) 48px;
  }

  .ueh4-legal-meta b,
  .ueh4-legal-meta span {
    padding: 12px 14px;
  }

  .ueh4-team-lead-photo img {
    aspect-ratio: 4 / 3;
  }

  .ueh4-footer-bottom {
    flex-direction: column !important;
    align-items: flex-start;
  }
}
