/* emvation – site styles. Values taken from reference/css/webflow-original.css,
   layout rewritten: no hidden-by-default content, no horizontal overflow.
   Breakpoints: 991 / 767 / 479 px (Webflow). Tokens: tokens.css */

/* ---------- Fonts ---------- */
@font-face { font-family: "Resolve Sans"; src: url(/fonts/Resolve-RegularNrw.woff2) format("woff2"); font-weight: 400; font-display: swap; }
@font-face { font-family: "Resolve Sans"; src: url(/fonts/Resolve-SemiboldNrw.woff2) format("woff2"); font-weight: 600; font-display: swap; }
@font-face { font-family: "Resolve Sans"; src: url(/fonts/Resolve-BoldNrw.woff2) format("woff2"); font-weight: 700; font-display: swap; }
@font-face { font-family: "Roboto"; src: url(/fonts/Roboto-Light.woff2) format("woff2"); font-weight: 300; font-display: swap; }
@font-face { font-family: "Roboto"; src: url(/fonts/Roboto-Regular.woff2) format("woff2"); font-weight: 400; font-display: swap; }
@font-face { font-family: "Roboto"; src: url(/fonts/Roboto-Italic.woff2) format("woff2"); font-weight: 400; font-style: italic; font-display: swap; }
@font-face { font-family: "Roboto"; src: url(/fonts/Roboto-Medium.woff2) format("woff2"); font-weight: 500; font-display: swap; }
@font-face { font-family: "Roboto"; src: url(/fonts/Roboto-Bold.woff2) format("woff2"); font-weight: 700; font-display: swap; }
@font-face { font-family: "Roboto"; src: url(/fonts/Roboto-BoldItalic.woff2) format("woff2"); font-weight: 700; font-style: italic; font-display: swap; }

/* ---------- Base ---------- */
:root {
  --gutter: 24px;
  --radius: 10px;
  --shadow-card: 9px 5px 30px rgba(0, 0, 0, .15);
  /* Brand-decision hooks (docs/ux-spec.md K1/K3/K4/K6/K7). Kept as in the original;
     contrast alternatives are switched here and nowhere else. */
  --gradient-text: linear-gradient(to right, var(--emvation-teal), var(--emvation-blue));
  --gradient-text-dark: linear-gradient(to right, var(--emvation-teal) 16%, var(--emvation-blue));
  --gradient-surface: linear-gradient(to right, var(--emvation-teal), var(--emvation-blue));
  --phase-1: var(--emvation-blue);
  --phase-2: var(--spring-green);
  --phase-3: var(--orange);
  --phase-4: var(--crimson);
  --header-h: 88px;
}
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-padding-top: calc(var(--header-h) + 16px); }
@media (prefers-reduced-motion: no-preference) { html { scroll-behavior: smooth; } }
body { margin: 0; background: var(--white); color: var(--grey-500); font: 400 16px/24px var(--font-body); }
img, svg { max-width: 100%; height: auto; display: block; }
h1, h2, h3, h4, p, ul, figure { margin: 0; }
a { color: inherit; }
strong { font-weight: 700; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip-link { position: absolute; left: 16px; top: -100px; z-index: 1000; background: var(--grey-500); color: var(--white); padding: 12px 20px; border-radius: 50px; }
.skip-link:focus { top: 16px; }

.container { width: min(1172px, 100% - 2 * var(--gutter)); margin-inline: auto; }
.container--narrow { width: min(970px, 100% - 2 * var(--gutter)); }
.section { position: relative; padding-block: 100px; }
.section--cloud { background: var(--cloud); }
.section--dark { background: var(--grey-500); color: var(--white); }
.section--gradient { background: var(--gradient-surface); color: var(--white); }
.section--tight-top { padding-top: 0; }

/* ---------- Typography ---------- */
.eyebrow { display: block; margin-bottom: 30px; color: var(--grey-300); font: 400 18px/28px var(--font-display); letter-spacing: .8px; text-transform: uppercase; }
.h1 { font: 700 50px/50px var(--font-display); color: var(--grey-500); }
.h2 { font: 700 36px/40px var(--font-display); color: var(--grey-500); }
.h3 { font: 700 26px/32px var(--font-display); color: var(--grey-500); }
.lead { font-size: 20px; line-height: 32px; color: var(--grey-400); }
.text { font-size: 18px; line-height: 28px; color: var(--grey-500); }
.text p + p { margin-top: 1em; }
.muted { color: var(--grey-300); }
.gradient-text--dark { background-image: var(--gradient-text-dark) !important; }
.gradient-text { background-image: var(--gradient-text); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: var(--emvation-blue); }
.center { text-align: center; }

.intro { max-width: 800px; margin: 0 auto 70px; text-align: center; }
.intro--left { max-width: none; margin-left: 0; text-align: left; }
.intro .h1 + .lead, .intro .h1 + .text { margin-top: 30px; }

/* ---------- Buttons & links ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 0 30px; border: 0; border-radius: 50px; background: var(--grey-500); color: var(--white); font: 600 20px/1.2 var(--font-display); letter-spacing: .8px; text-decoration: none; text-align: center; cursor: pointer; transition: transform .4s, box-shadow .4s; }
.btn:hover { transform: translateY(-3px); box-shadow: 0 4px 16px rgba(0, 0, 0, .25); }
.btn--small { min-height: 40px; font-size: 18px; padding: 0 30px; }
.btn--light { background: var(--white); color: var(--emvation-blue); }
.btn--light::after, .btn--arrow::after { content: ""; width: 24px; height: 24px; background: url(/images/site/Icons_24x24-ic_arrow-right_24x24.svg) center / contain no-repeat; }
.btn--arrow::after { background-image: url(/images/site/Icons_24x24-Icons_24x24_white.svg); }
.btn--gradient { background: var(--gradient-surface); min-width: 282px; }

.btn-outline { display: inline-flex; padding: 2px; border-radius: 50px; background: linear-gradient(to bottom, var(--emvation-teal), var(--emvation-blue)); text-decoration: none; transition: transform .4s, box-shadow .4s; }
.btn-outline:hover { transform: translateY(-3px); box-shadow: 3px 3px 16px rgba(0, 0, 0, .25); }
.btn-outline > span { display: flex; align-items: center; justify-content: center; gap: 10px; width: 100%; padding: 0 28px; border-radius: 50px; background: var(--white); color: var(--grey-500); font: 700 18px/40px var(--font-display); letter-spacing: 1px; }
.btn-outline--dark > span { background: var(--grey-500); color: var(--white); }
.btn-outline--small > span { background: var(--grey-500); color: var(--white); padding: 0 20px; font: 400 16px/26px var(--font-display); letter-spacing: .5px; white-space: nowrap; }
.btn-outline--arrow > span::after { content: ""; width: 24px; height: 24px; background: url(/images/site/Icons_24x24-ic_arrow-right_24x24.svg) center / contain no-repeat; }

.link-arrow { display: inline-flex; align-items: center; gap: 8px; color: var(--emvation-blue); font: 600 18px/32px var(--font-display); letter-spacing: .54px; text-decoration: none; background: linear-gradient(90deg, var(--emvation-teal), var(--emvation-blue)) left bottom / 0 2px no-repeat; transition: background-size .3s; }
.link-arrow::after { content: ""; width: 24px; height: 24px; background: url(/images/site/Icons_24x24-ic_arrow-right_24x24.svg) center / contain no-repeat; }
.link-arrow:hover, a:hover > .link-arrow { background-size: 100% 2px; }

.text-small { margin-top: 14px; font-size: 16px; line-height: 22px; color: rgba(49, 49, 49, .7); }
.text-link { color: var(--grey-400); }
.text-link:hover { color: var(--emvation-blue); }

.badge { display: inline-block; padding: 0 20px; border-radius: 40px; background-image: var(--gradient-surface); color: var(--white); font: 400 18px/30px var(--font-display); letter-spacing: .5px; white-space: nowrap; }

/* ---------- Reveal (progressive enhancement, see site.js) ---------- */
/* 1:1 die Webflow-Presets aus reference/ix2.json: slideInBottom/Left/Right = 100px,
   growIn = scale .75, jeweils 1000 ms outQuart. --rd = Verzoegerung aus dem Trigger. */
/* Der Uebergang haengt am sichtbaren Zustand, nicht am Element: sonst wuerde auch das
   Verstecken beim Start animiert und das Einblenden faende quasi nicht statt. */
.reveal-ready .reveal.is-visible { transition: opacity 1s cubic-bezier(.165, .84, .44, 1) var(--rd, 0s), transform 1s cubic-bezier(.165, .84, .44, 1) var(--rd, 0s); }
.reveal-ready .reveal:not(.is-visible) { opacity: 0; transform: translateY(100px); }
.reveal-ready .reveal--left:not(.is-visible) { transform: translateX(-100px); }
.reveal-ready .reveal--right:not(.is-visible) { transform: translateX(100px); }
.reveal-ready .reveal--grow:not(.is-visible) { transform: scale(.75); }
/* Die seitlichen Varianten laufen 100px aus der Sektion heraus. Im Original faengt das
   body { overflow-x: hidden } ab — hier verboten, deshalb klippt die Sektion selbst. */
.section--clip { overflow-x: clip; }

/* Drehende Verlaufs-Blobs (IX2 a-15, 20 s linear, Endlosschleife). */
.js [class*="bg-gradient-blur-wrapper"] { animation: blob-spin 20s linear infinite; }
@keyframes blob-spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }

/* Einblenden der Seite beim Laden (IX2 a-31 "Page Delay", 500 ms). */
.js body { animation: page-in .5s ease; }
@keyframes page-in { from { opacity: 0; } }

@media (prefers-reduced-motion: reduce) {
  .reveal-ready .reveal, .reveal-ready .reveal:not(.is-visible) { opacity: 1; transform: none; transition: none; }
  .js [class*="bg-gradient-blur-wrapper"], .js body { animation: none; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .btn:hover, .btn-outline:hover, .post-card:hover, .featured:hover, .contact-icons a:hover, .slider-btn:hover { transform: none; }
}

/* ---------- Nach-oben-Knopf (Original: .top-button-link) ---------- */
.to-top { position: fixed; right: 16px; bottom: 16px; z-index: 100; display: none; width: 48px; height: 48px; border-radius: 50%;
  background-image: linear-gradient(to bottom, var(--emvation-teal), var(--emvation-blue)); box-shadow: 0 1px 2px rgba(48, 54, 77, .3); }
.to-top::after { content: ""; position: absolute; inset: 0; background: url(/images/site/Icons_24x24-ic_arrow-right_24x24.svg) center / 24px 24px no-repeat; transform: rotate(-90deg); }
.is-deep .to-top { display: block; }
@media (max-width: 767px) { .to-top { right: 12px; bottom: 12px; } }

/* ---------- Top banner ---------- */
.top-banner { display: flex; align-items: center; justify-content: center; gap: 30px; min-height: 50px; padding: 8px var(--gutter); background: var(--grey-500); color: var(--white); }
.top-banner__text { font-size: 16px; line-height: 24px; font-weight: 500; }
.top-banner__short, .top-banner__btn-short { display: none; }

/* ---------- Header / navigation ---------- */
.site-header { position: sticky; top: 0; z-index: 100; background: var(--white); transition: background-color .2s, box-shadow .2s, transform .25s linear; }
/* <=991px the original hides the navigation while scrolling down (IX2 navigation-leave: -120px / 500ms,
   banner -40px / 250ms) and brings it back on scroll up (navigation-appear: 0 / 250ms). Toggled in site.js. */
.site-header.is-hidden { transform: translateY(-120px); transition-duration: .2s, .2s, .5s; }
.top-banner { transition: transform .25s linear; }
.top-banner.is-hidden { transform: translateY(-40px); }
.site-header.is-scrolled { box-shadow: 0 4px 8px rgba(0, 0, 0, .03), 0 4px 30px rgba(0, 0, 0, .08); }
.js .site-header:not(.site-header--minimal):not(.is-scrolled):not(.menu-open) { background: transparent; }
.nav { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: var(--header-h); }
.nav__brand img { width: 170px; }
.nav__menu { display: flex; align-items: center; gap: 40px; }
.nav__link { position: relative; display: inline-flex; align-items: center; gap: 6px; padding: 8px 0; border: 0; background: none; color: var(--grey-500); font: 600 20px/24px var(--font-display); text-decoration: none; cursor: pointer; }
.nav__link:hover, .nav__link[aria-current="page"] { color: var(--emvation-blue); }
.nav__link--dot::after { content: ""; position: absolute; top: 4px; right: -10px; width: 8px; height: 8px; border-radius: 50%; background: var(--emvation-blue); }
.nav__toggle, .nav__cta-mobile { display: none; }

.nav-dropdown__toggle::after { content: ""; width: 10px; height: 10px; margin-top: -4px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg) scale(.7); }
.nav-dropdown__panel { display: none; position: absolute; top: calc(100% - 12px); left: 0; right: 0; background: var(--white); border-radius: 4px; box-shadow: 0 6px 24px rgba(48, 54, 77, .22); overflow: hidden; }
.nav-dropdown:hover .nav-dropdown__panel, .nav-dropdown:focus-within .nav-dropdown__panel, .nav-dropdown.is-open .nav-dropdown__panel { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
.js .nav-dropdown:not(.is-open) .nav-dropdown__panel { display: none; } /* with JS only .is-open decides (hover handled in site.js) */
.nav-dropdown__col { padding: 40px 40px 40px 32px; }
.nav-dropdown__title { display: block; margin-bottom: 16px; color: var(--grey-500); font: 700 22px/28px var(--font-display); }
.nav-dropdown__program { display: inline-flex; align-items: center; gap: 14px; margin-top: 8px; color: var(--grey-500); font-weight: 500; text-decoration: none; }
.nav-dropdown__program:hover { color: var(--emvation-blue); }
.nav-dropdown__icon { width: 50px; height: 50px; border-radius: 30px; background: url(/images/site/Icons_30x30-ic_bulb_30x30.svg) center no-repeat, linear-gradient(140deg, var(--emvation-blue) 19%, var(--emvation-teal) 63%, var(--spring-green)); }
.nav-dropdown__promo { display: flex; flex-direction: column; padding: 40px 90px 32px 40px; background: var(--cloud); text-decoration: none; }
.nav-dropdown__text { margin-bottom: 20px; color: var(--grey-300); line-height: 22px; }
.nav-dropdown__promo img { border-radius: var(--radius); }

/* ---------- Generic layout pieces ---------- */
.split { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px 60px; align-items: center; }
.cards-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px; }
.check-list { list-style: none; padding: 0; }
.check-list li { position: relative; padding-left: 34px; font-size: 18px; line-height: 32px; color: var(--grey-500); }
.check-list li::before { content: ""; position: absolute; left: 0; top: 6px; width: 20px; height: 20px; background: url(/images/site/Icons_14x14_ic_check-gradient_14x14.svg) 0 0 no-repeat; }
.check-circle { flex: none; width: 50px; height: 50px; border-radius: 50%; background: url(/images/site/Icons_34x34-ic_check_34x34.svg) center / cover no-repeat, linear-gradient(140deg, var(--emvation-teal), var(--emvation-blue)); }
.rich-text { font-size: 18px; line-height: 28px; color: var(--grey-500); overflow-wrap: anywhere; }
.rich-text > * + * { margin-top: 1em; }
.rich-text h2 { font: 700 32px/38px var(--font-display); margin-top: 1.5em; }
.rich-text h3 { font: 700 24px/30px var(--font-display); margin-top: 1.5em; }
.rich-text ul, .rich-text ol { padding-left: 1.4em; }
.rich-text img { border-radius: var(--radius); }
.rich-text a { color: var(--emvation-blue); }

/* ---------- Home: hero ---------- */
.hero { position: relative; isolation: isolate; padding: 128px 0 100px; }
/* Raster, Spaltenzuordnung und Bildmasse 1:1 vom Original (.main-grid, .main-hero-image). */
.hero__grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 30px; align-items: center; }
.hero__content { grid-column: span 5; }
.hero__title { margin-bottom: 30px; font: 700 80px/82px var(--font-display); color: var(--grey-500); }
.hero__title > span { display: block; }
.hero__typed { display: block; min-height: 82px; }
.hero__typed.is-typing::after { content: ""; display: inline-block; width: 4px; height: .8em; margin-left: 6px; background: var(--emvation-blue); vertical-align: -2px; animation: blink 1s steps(1) infinite; }
@keyframes blink { 50% { opacity: 0; } }
.hero__text { margin-bottom: 40px; }
.hero__img { grid-column: 6 / 13; justify-self: center; width: 630px; max-width: 100%; margin: 0 -42px 0 60px; }

/* ---------- Home: goals ---------- */
/* Raster 1:1 wie .inner-grid-goals: Text 6 Spalten (+30px Ueberhang), Bild 500px aussen. */
.goal { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: 30px; row-gap: 64px; align-items: center; margin-top: 70px; }
.goal > div { grid-area: 1 / 1 / 2 / 7; margin-right: -30px; }
.goal__img { grid-area: 1 / 7 / 2 / 13; justify-self: end; width: 500px; max-width: 100%; }
.goal--reverse > div { grid-area: 1 / 7 / 2 / 13; margin: 0 0 0 -30px; }
.goal--reverse .goal__img { grid-area: 1 / 1 / 2 / 7; justify-self: start; }
/* Ueber uns: Bilder 370px, der zweite Block hat 7 Textspalten (Original-Masse). */
.goal--sm .goal__img { width: 370px; }
.goal--sm:not(.goal--reverse) > div { grid-column: 1 / 8; }
.goal--sm:not(.goal--reverse) .goal__img { grid-column: 8 / 13; }
.goal .h2 { margin-bottom: 30px; }
.goal .lead { margin-bottom: 20px; color: var(--grey-500); font-size: 18px; line-height: 28px; }
.goal .bullet-list { padding-left: 30px; font-size: 18px; line-height: 30px; }

/* ---------- Home: results ---------- */
.results { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 40px 30px; }
.result { display: flex; align-items: flex-start; gap: 25px; }
.result .h3 { margin-bottom: 12px; }
.result p { font-size: 19.9px; line-height: 32px; color: var(--grey-400); }

/* ---------- Home: mission ---------- */
.mission { max-width: calc(75% - 7.5px); font: 700 58px/68px var(--font-display); color: var(--grey-600); }
/* Reading-pace reveal, see site.js. Opacity is set per word by JS only. */
.read-word { transition: opacity .3s linear; }

/* ---------- Home: vertical process ----------
   Desktop: static final frame of the original Lottie (550x1025, decorative) with the
   phase and validation texts as real HTML placed on its 4 rows. <=991px: stacked cards. */
/* ---------- Home: vertical process — 1:1 port of the original (.div-block-46/-70, .lottie-animation-3,
   .vertical-process-mobile, .text-block-40…47). Labels are placed in % of the Lottie box, so they stay on
   the Lottie label shapes at any width; font sizes scale with the graphic (container query units). */
.vp { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 30px; margin-top: 40px; }
.vp__texts { grid-column: span 4; display: flex; flex-direction: column; }
.vp__graphic { grid-column: span 8; }
.vp__phase { height: 25%; display: flex; flex-direction: column; align-items: flex-start; }
.vp__phase-title { margin: 25% 0 14px; font: 700 36px/32px var(--font-display); }
.vp__phase--3 .vp__phase-title { margin-top: 15%; }
.vp__phase--4 .vp__phase-title { margin-top: 10%; }
.vp__phase-text { font-size: 18px; line-height: 28px; color: var(--grey-400); }
.vp__lottie { position: relative; container-type: inline-size; }
.vp__lottie--desktop { aspect-ratio: 550 / 1025; }
.vp__lottie--mobile { display: none; aspect-ratio: 360 / 700; }
.vp__lottie > svg { width: 100%; height: 100%; }
.vp__label { position: absolute; z-index: 1; left: 57.15%; width: 41.49%; }
.vp__label--1 { top: 20.96%; } .vp__label--2 { top: 43.15%; } .vp__label--3 { top: 65.15%; } .vp__label--4 { top: 86.76%; }
.vp__label-title { display: flex; align-items: center; height: 7.27cqw; padding-left: 2.4cqw; white-space: nowrap;
  color: var(--white); font: 700 3.46cqw/1 var(--font-display); }
.vp__label-text { margin-top: 2.4cqw; font-size: 2.39cqw; line-height: 3.72cqw; color: var(--grey-500); }
/* Once the Lottie runs it renders labels + descriptions itself (as in the original); the HTML copy stays for screen readers. */
.vp__lottie.is-lottie .vp__label { width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.vp__goal { grid-column: 1 / -1; justify-self: center; text-align: center; font: 700 26px/32px var(--font-display); color: var(--grey-500); }
@media (max-width: 991px) {
  .vp { grid-template-columns: repeat(8, minmax(0, 1fr)); column-gap: 16px; row-gap: 17px; }
  .vp__texts { grid-column: 1 / 4; }
  .vp__graphic { grid-column: 4 / 9; }
  .vp__phase-title, .vp__phase--3 .vp__phase-title { margin-top: 10%; font-size: 32px; }
  .vp__phase--4 .vp__phase-title { margin-top: 5%; }
  .vp__phase-text { font-size: 16px; line-height: 24px; }
  .vp__label-text { display: none; }   /* original: hidden; no room below the labels at this size */
}
@media (max-width: 767px) {
  .vp { row-gap: 48px; }
  .vp__graphic { grid-column: 1 / -1; }
  .vp__texts { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); } /* texts live in the mobile Lottie */
  .vp__lottie--desktop { display: none; }
  .vp__lottie--mobile { display: block; }
}
@media (max-width: 479px) { .vp { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
.c-1 { color: var(--phase-1); } .c-2 { color: var(--phase-2); } .c-3 { color: var(--phase-3); } .c-4 { color: var(--phase-4); }

/* ---------- Home: horizontal process (services) ---------- */

/* Pinned variant (site.js adds
/* ---------- CTA card ---------- */
.cta-card { position: relative; overflow: hidden; border-radius: var(--radius); background: var(--gradient-surface); color: var(--white); box-shadow: 0 10px 30px rgba(0, 0, 0, .15); }
.cta-card__deco { position: absolute; pointer-events: none; }
.cta-card__deco--tl { top: 0; left: 8%; }
.cta-card__deco--br { right: 8%; bottom: 0; }
.cta-card__title { position: relative; font: 700 40px/46px var(--font-display); }
.cta-card__text { position: relative; font-size: 20px; line-height: 32px; }
.section--overlap { position: relative; z-index: 1; margin-top: -100px; padding-top: 0; }
.cta-process { display: grid; grid-template-columns: 301fr 431fr; column-gap: 100px; row-gap: 30px; align-items: center; max-width: 972px; margin-inline: auto; padding: 56px 70px; text-align: left; }
.cta-process .cta-card__text { margin-bottom: 32px; }
.cta-process .btn { position: relative; }

/* ---------- Testimonials ---------- */
.testimonials { position: relative; }
/* Masse 1:1 vom Original (.collection-item-6 / .inner-grid.review): Bild buendig an der
   Kartenkante, Zitatspalte 570px, Karte 464px hoch (min, damit nichts abgeschnitten wird). */
.testimonial { position: relative; display: grid; grid-template-columns: 300px minmax(0, 570px); min-height: 464px; max-width: 970px; margin: 30px auto 0; padding: 0; border-radius: 12px; background: rgba(255, 255, 255, .8); box-shadow: 7px 7px 30px rgba(0, 0, 0, .2); }
.testimonial > div { display: flex; flex-direction: column; }
.testimonial + .testimonial { margin-top: 90px; }
.testimonial[hidden] { display: none; }
.testimonial__photo { width: 300px; height: 300px; margin-top: -30px; object-fit: cover; border-radius: 100px 0 1000px 0; box-shadow: 5px 5px 15px rgba(0, 0, 0, .25); }
.testimonial__person { margin: auto 0 65px 70px; font-size: 16px; line-height: 24px; }
.testimonial__name { font-size: 18px; line-height: 26px; font-weight: 500; }
.testimonial__quote { align-self: center; margin: 0 -30px 0 0; padding-left: 40px; font-size: 18px; line-height: 28px; color: var(--grey-500); }
.testimonial__quote p + p { margin-top: 10px; }
.testimonial__link { position: absolute; right: 10%; bottom: -20px; min-height: 40px; font-size: 18px; font-weight: 400; }
.slider-nav { display: none; }
/* Wie im Original: runde Verlaufsknoepfe mittig an den Kartenkanten (.slider-arrow). */
.is-enhanced .slider-nav { display: flex; justify-content: space-between; gap: 16px; position: absolute; top: 52%; left: 0; right: 0; width: min(1026px, 100%); margin-inline: auto; transform: translateY(-50%); pointer-events: none; }
.slider-btn { pointer-events: auto; }
.slider-btn { width: 56px; height: 56px; border: 0; border-radius: 50%; background: url(/images/site/Icons_30x30-ic_arrow-right_30x30.svg) center / 28px no-repeat, linear-gradient(to bottom, var(--emvation-teal), var(--emvation-blue)); box-shadow: 0 2px 5px rgba(0, 0, 0, .16); cursor: pointer; transition: transform .2s; }
.slider-btn--prev { background-image: url(/images/site/Icons_30x30-ic_arrow-left_30x30.svg), linear-gradient(to bottom, var(--emvation-teal), var(--emvation-blue)); }
.slider-btn:hover { transform: scale(1.12); }

/* ---------- About / team teaser ---------- */
.about-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 30px; }
.about-grid > :nth-child(1) { grid-column: span 5; }
.about-grid > :nth-child(2) { grid-column: 7 / 10; }
.about-grid > :nth-child(3) { grid-column: 10 / 13; }
.about-grid .text-highlight { margin: 0 0 24px; font-size: 18px; line-height: 28px; font-weight: 700; color: var(--grey-400); }
.team-teaser { margin-top: 120px; text-align: center; display: flex; flex-direction: column; align-items: center; }
.team-teaser img { width: 240px; margin-bottom: 20px; }
.team-teaser .h3 { margin-bottom: 14px; }
.team-teaser p { margin-bottom: 8px; color: var(--grey-300); }
.facts { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 40px; padding: 30px 0; border: 1.2px solid var(--grey-200); border-radius: var(--radius); }
.fact { padding: 10px 16px; text-align: center; }
.fact + .fact { border-left: 1.2px solid var(--grey-200); }
.fact__value { display: block; font: 700 50px/50px var(--font-display); }
.fact__label { display: block; margin: 14px 0 0; font-size: 18px; line-height: 28px; font-weight: 500; color: var(--grey-400); }

/* ---------- USP / feature columns ---------- */
.feature-col { display: flex; flex-direction: column; align-items: center; text-align: center; }
.feature-col img { width: 170px; height: 170px; }
.feature-col .h3 { margin: 20px 0 14px; }
.feature-col p { font-size: 18px; line-height: 28px; color: var(--grey-500); }

/* ---------- Blog cards ---------- */
.post-card { position: relative; display: flex; flex-direction: column; height: 100%; border-radius: var(--radius); background: var(--white); box-shadow: 10px 0 30px rgba(0, 0, 0, .15); transition: transform .4s; }
.post-card:hover { transform: translateY(-6px); }
.post-card:focus-within { outline: auto; outline-offset: 4px; }
.post-card__title a { color: inherit; text-decoration: none; }
.post-card__title a::after { content: ""; position: absolute; inset: 0; z-index: 2; border-radius: var(--radius); }
.post-card__title a:focus-visible { outline: none; }
.post-card:hover .link-arrow { background-size: 100% 2px; }
.post-card__badge { position: absolute; top: 20px; right: 30px; z-index: 1; max-width: calc(100% - 60px); overflow: hidden; text-overflow: ellipsis; }
.post-card__img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; border-radius: var(--radius) var(--radius) 0 0; }
.post-card__body { display: flex; flex-direction: column; flex: 1; padding: 20px 30px 30px; text-align: left; }
.post-card__title { font: 700 26px/32px var(--font-display); color: var(--grey-500); }
.post-card__summary { margin: 14px 0 12px; color: var(--grey-500); }
.post-card__more { margin-top: auto; align-self: flex-start; }
.post-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 4px 16px; margin-top: 14px; color: var(--grey-300); font-size: 14px; line-height: 20px; }
.post-meta__author { display: inline-flex; align-items: center; gap: 8px; text-decoration: none; }
.post-meta__author img { width: 20px; height: 20px; border-radius: 50%; }
a.post-meta__author:hover { color: var(--emvation-blue); }
.post-meta__time { display: inline-flex; align-items: center; gap: 4px; }
.post-meta__time::before { content: ""; width: 16px; height: 16px; background: url(/images/site/Icons_16x16_ic_stopwatch_16x16.svg) no-repeat; }
.section-actions { display: flex; justify-content: center; margin-top: 60px; }

/* ---------- Blog overview ---------- */
.blog-hero { padding: 66px 0; min-height: 412px; display: flex; align-items: center; background: linear-gradient(162deg, rgba(0, 255, 223, .9), rgba(14, 100, 238, .9)), url(/images/site/pic_Karl-Barth_Coaching_DSC07902_web.jpg) center / cover; color: var(--white); text-align: center; }
.blog-hero .eyebrow { color: rgba(0, 0, 0, .5); }
.blog-hero .lead { margin: 30px 0 40px; color: var(--grey-400); font-weight: 700; font-size: 18px; line-height: 28px; }
.category-filter { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px 24px; list-style: none; padding: 0; margin-bottom: 60px; }
.chip { display: inline-block; padding: 2px; border-radius: 40px; background-image: var(--gradient-surface); text-decoration: none; }
.chip span { display: block; padding: 0 20px; border-radius: 40px; background: var(--white); color: var(--grey-500); font: 400 18px/40px var(--font-display); letter-spacing: .5px; transition: background-color .2s, color .2s; }
.chip:hover span, .chip[aria-current="page"] span { background: transparent; color: var(--white); }
.blog-empty { text-align: center; color: var(--grey-400); }

/* ---------- Blog post ---------- */
.post-top { position: relative; padding-top: 176px; }
.post-top::before { content: ""; position: absolute; inset: 0 0 auto; height: 480px; background: linear-gradient(rgba(0, 255, 223, .9), rgba(14, 100, 238, .9)), url(/images/site/pic_Karl-Barth_Coaching_DSC07902_web.jpg) center / cover; }
.post-hero { position: relative; margin-top: -58px; }
.post-hero__img { width: 100%; max-height: 680px; aspect-ratio: 16 / 9; object-fit: cover; border-radius: 9px; box-shadow: 0 20px 40px -10px rgba(48, 54, 77, .33); background: #e6e8f0; }
.post-hero .badge { position: absolute; top: -20px; right: 60px; }
.post-layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 48px 64px; padding: 50px 0 100px; }
.post-header { margin-bottom: 30px; text-align: center; }
.post-header .post-meta { justify-content: center; margin: 0 0 30px; }
.post-title { font: 700 50px/56px var(--font-display); color: var(--grey-500); overflow-wrap: anywhere; }
.sidebar-title { margin-bottom: 24px; }
.featured-list { display: grid; gap: 16px; list-style: none; padding: 0; }
.featured { display: flex; min-height: 90px; border-radius: var(--radius); color: inherit; text-decoration: none; transition: transform .4s, box-shadow .4s; }
.featured:hover { transform: translateY(-3px); box-shadow: 8px 6px 30px rgba(0, 0, 0, .15); }
.featured img { flex: none; width: 120px; object-fit: cover; border-radius: var(--radius) 0 0 var(--radius); }
.featured__body { min-width: 0; padding: 10px 14px 10px 16px; }
.featured .badge { font-size: 14px; line-height: 22px; padding: 0 10px; margin-bottom: 6px; }
.featured__title { display: block; font: 700 16px/18px var(--font-display); color: var(--grey-500); }

/* ---------- Team page ---------- */
.team-hero { position: relative; padding: 60px 0 0; background: linear-gradient(160deg, var(--emvation-teal) 15%, var(--emvation-blue)); color: var(--white); }
.team-hero .eyebrow { color: var(--grey-400); }
.team-hero__content { padding-bottom: 80px; }
.team-hero__grid { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: 30px 60px; align-items: end; }
.team-hero .h1 { font-size: 42px; line-height: 48px; }
.skills { display: flex; flex-wrap: wrap; gap: 12px; margin: 50px 0; list-style: none; padding: 0; }
.skill { display: inline-flex; align-items: center; gap: 4px; padding: 0 12px 0 6px; border-radius: 50px; background: rgba(37, 37, 37, .5); color: var(--white); font: 600 18px/40px var(--font-display); letter-spacing: 1px; }
.skill::before { content: ""; width: 34px; height: 34px; background: url(/images/site/Icons_34x34-ic_check_34x34.svg) center / 34px no-repeat; }
.contact-icons { display: flex; flex-wrap: wrap; gap: 20px; list-style: none; padding: 0; }
.contact-icons a { display: flex; align-items: center; justify-content: center; width: 60px; height: 60px; border-radius: 50%; background: var(--grey-500); transition: transform .4s; }
.contact-icons a:hover { transform: translateY(-3px); }
.contact-icons img { width: 30px; height: 30px; }
.team-hero__photo { text-align: center; }
.team-hero__photo img { margin: 0 auto; }
.team-hero__name { margin: 20px 0 40px; font: 700 50px/55px var(--font-display); }
.section--haze { background: #e7eef8; }
.section--high { padding-top: 128px; }
.legal-toc { font-weight: 400; line-height: 24px; }
.work--photos { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 800px; }
.checkbox { min-height: 44px; align-items: center; }
.chip--all { background-image: none; background-color: var(--emvation-blue); }
.team-bio { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 30px 60px; }
.team-bio__intro { align-self: start; position: sticky; top: 160px; }
.team-bio .rich-text h3:first-child { margin-top: 0; }
.gallery { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 30px; }
.gallery img { width: 100%; height: 100%; aspect-ratio: 3 / 4; object-fit: cover; border-radius: var(--radius); box-shadow: 0 10px 30px rgba(0, 0, 0, .15); }
.team-cta { margin-top: 60px; text-align: center; }
.team-cta .h2 { margin-bottom: 30px; }

/* ---------- About page ---------- */
/* Raster wie im Original: Text 6 Spalten (571px), Bild 5 Spalten (471px). */
.coach { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 30px; align-items: end; }
.coach__title { grid-column: 1 / 7; }
.coach__text { grid-column: 1 / 7; align-self: start; }
.coach__img { grid-column: 8 / 13; grid-row: 1 / 3; align-self: center; justify-self: center; max-width: 471px; width: 100%; border-radius: var(--radius); }
.coach--reverse .coach__title, .coach--reverse .coach__text { grid-column: 7 / 13; }
.coach--reverse .coach__img { grid-column: 1 / 6; }
.coach .text { color: var(--grey-400); margin-bottom: 30px; }
.values-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 90px 30px; }
.value { display: flex; flex-direction: column; align-items: center; text-align: center; padding-inline: 24px; }
.value .icon-circle { margin-bottom: 20px; }
.value .h3 { margin-bottom: 10px; }
.value strong { display: block; font-weight: 500; color: var(--grey-500); }
.value p { margin-top: 10px; padding-inline: 24px; color: var(--grey-300); }
.icon-circle { display: flex; align-items: center; justify-content: center; width: 60px; height: 60px; border-radius: 40px; background: linear-gradient(to bottom, var(--emvation-teal), var(--emvation-blue)); }
.icon-circle img { width: 30px; height: 30px; }
/* Raster 1:1 wie .main-grid im Original: Fotos je 4 Spalten, Text nur 3 (cols 10-12). */
.work { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 30px; align-items: start; }
.work > .photo-col { grid-column: span 4; }
.work--photos > .photo-col { grid-column: auto; }
.work__text { position: sticky; top: 160px; grid-column: 10 / 13; grid-row: 1; }
.work__text .h1 { margin-bottom: 30px; }
.photo-col { display: grid; gap: 50px; }
.photo-col--offset { margin-top: 160px; }
.photo-col img { width: 100%; height: 500px; object-fit: cover; border-radius: 8px; }

/* ---------- Kontakt ---------- */
.contact-grid { display: grid; grid-template-columns: minmax(0, 6fr) minmax(0, 5fr); gap: 40px 60px; align-items: start; }
.contact-grid .h1 { margin-bottom: 30px; }
.form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 16px; }
.field { display: flex; flex-direction: column; gap: 6px; min-width: 0; }
.field--full { grid-column: 1 / -1; }
.field label { color: var(--grey-400); }
.input { width: 100%; min-height: 48px; padding: 7px 24px 8px; border: 1px solid var(--grey-200); border-radius: var(--radius); background: var(--white); color: var(--grey-500); font: inherit; transition: border-color .4s; }
.input:focus { outline: 0; border-color: var(--emvation-teal); }
textarea.input { min-height: 224px; padding-block: 20px; resize: vertical; }
.checkbox { display: flex; align-items: flex-start; gap: 12px; grid-column: 1 / -1; color: var(--grey-400); font-size: 16px; line-height: 22px; }
.checkbox input { flex: none; width: 22px; height: 22px; margin: 0; accent-color: var(--emvation-blue); }
.form .btn { grid-column: 1 / -1; width: 100%; }
.hp-field { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-status { grid-column: 1 / -1; margin-bottom: 24px; padding: 20px 24px; border-radius: var(--radius); font-size: 18px; line-height: 28px; }
.form-status--ok { background: var(--cloud); text-align: center; }
.form-status--ok strong { display: block; margin-bottom: 12px; font: 600 32px/36px var(--font-display); }
.form-status--error { background: var(--crimson-light); }

/* ---------- Legal ---------- */
/* Textspalte wie im Original: 9 von 12 Rasterspalten (= 75% - 7.5px), linksbuendig. */
.legal > :not([aria-hidden]) { max-width: calc(75% - 7.5px); }
@media (max-width: 991px) { .legal > :not([aria-hidden]) { max-width: none; } }
.legal .h1 { margin-bottom: 30px; }
.legal h2 { margin: 30px 0 0; font: 700 26px/32px var(--font-display); }
.legal h3 { margin: 30px 0 0; font: 500 18px/28px var(--font-body); }
.legal p, .legal ul { margin-top: 20px; font-size: 18px; line-height: 28px; color: var(--grey-400); overflow-wrap: anywhere; }
.legal ul { padding-left: 18px; }
.legal a { color: var(--grey-400); }
.legal a:hover { color: var(--emvation-blue); }

/* ---------- Landing page (Testing Ideas) ---------- */
.lp-hero { position: relative; overflow: hidden; padding: 96px 0 80px; background: var(--grey-500); color: var(--white); }
.lp-hero__grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 30px; align-items: center; }
.lp-hero__content { grid-column: 1 / 7; }
.lp-hero__img { grid-column: 7 / 13; width: 539px; max-width: 100%; justify-self: end; }
.lp-hero .eyebrow { color: var(--grey-200); }
.lp-hero__title { margin-bottom: 40px; font: 700 76px/76px var(--font-display); }
.lp-hero__title span { display: block; }
.lp-hero .lead { margin-bottom: 40px; color: var(--white); }
.lp-hero .text-small { color: rgba(232, 232, 232, .7); max-width: 282px; }

.site-header--minimal { position: static; background: var(--grey-500); }
.goals-list { display: grid; gap: 40px; max-width: 970px; margin-inline: auto; list-style: none; padding: 0; }
.goals-list li { display: flex; align-items: center; gap: 20px; font-size: 20px; line-height: 32px; color: var(--grey-500); }
.cta-row { margin-top: 40px; }
.cta-row--center { display: flex; flex-direction: column; align-items: center; text-align: center; }
.audience { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 30px; align-items: center; }
.audience .h1 { margin-bottom: 40px; }
.accordion { display: grid; gap: 20px; }
.acc { border-radius: 8px; background: var(--white); box-shadow: var(--shadow-card); }
.acc h3 { margin: 0; }
.acc__head { display: flex; align-items: center; gap: 16px; width: 100%; min-height: 80px; padding: 20px 30px; border: 0; border-radius: 8px; background: none; text-align: left; cursor: pointer; font: inherit; color: inherit; }
.acc__head::after { content: ""; flex: none; width: 24px; height: 24px; margin-left: auto; opacity: .5; background: url(/images/site/right-dark.svg) center / 100% no-repeat; transform: rotate(90deg); transition: transform .3s; }
.acc__head[aria-expanded="false"]::after { transform: none; }
.acc__icon { flex: none; width: 60px; height: 60px; border-radius: 40px; background-position: center; background-repeat: no-repeat; }
.acc__icon--innovation { background-image: url(/images/site/Icons_30x30-ic_bulb_30x30.svg), linear-gradient(120deg, var(--yellow), var(--orange)); }
.acc__icon--founder { background-image: url(/images/site/Icons_24x24_ic_startup.svg), linear-gradient(120deg, var(--spring-green), var(--light-sea-green)); background-size: 30px, auto; }
.acc__icon--product { background-image: url(/images/site/Icons_30x30_ic_productpeople.svg), linear-gradient(120deg, var(--medium-orchid), var(--blue-violet)); background-size: 30px, auto; }
.acc__title { font: 700 26px/32px var(--font-display); color: var(--grey-500); }
.acc__body { padding: 0 30px 32px 106px; font-size: 18px; line-height: 28px; color: var(--grey-500); }
.acc__body[hidden] { display: none; }
.audience { align-items: start; }
.audience__text { grid-column: 1 / 9; grid-row: 1; }
.audience__img { grid-column: 8 / 13; grid-row: 1 / 3; align-self: center; justify-self: end; width: 405px; max-width: 100%; }
.audience__list { grid-column: 1 / 7; grid-row: 2; }
.benefits { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 90px 30px; }
.benefit { max-width: 351px; }
.cards-3--padded .feature-col { padding-inline: 21px; }
.benefit .check-circle { margin-bottom: 20px; }
.benefit .h3 { margin-bottom: 10px; }
.benefit p { font-size: 18px; line-height: 28px; color: var(--grey-500); }
.format-cards { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 30px; }
.format-card { overflow: hidden; border-radius: var(--radius); background: rgba(255, 255, 255, .8); box-shadow: 0 10px 30px rgba(0, 0, 0, .15); }
.format-card__head { display: flex; align-items: center; justify-content: center; min-height: 150px; padding: 20px 30px; background: var(--grey-500); }
.format-card__head .h1 { text-align: center; background-image: linear-gradient(to bottom, var(--emvation-teal), var(--emvation-blue)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.format-card__body { padding: 30px; font-size: 16px; line-height: 24px; }
.modules { position: relative; display: grid; gap: 30px; max-width: 771px; margin-inline: auto; list-style: none; padding: 0; }
.modules::before { content: ""; position: absolute; left: 23px; top: 26px; bottom: 26px; width: 4px; background: linear-gradient(to bottom, var(--emvation-blue), var(--emvation-teal)); }
.module { position: relative; display: flex; align-items: flex-start; gap: 20px; }
.module__num { flex: none; display: flex; align-items: center; justify-content: center; width: 50px; height: 50px; margin-top: 24px; border-radius: 40px; background: linear-gradient(to bottom, var(--emvation-blue), var(--emvation-teal)); color: var(--white); font: 400 26px/32px var(--font-body); }
.module__card { flex: 1; min-width: 0; padding: 30px; border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow-card); }
.module__card .h3 { margin-bottom: 14px; }
.module__card .text { color: var(--grey-300); margin-bottom: 16px; }
.module__card .check-list li { font-size: 16px; line-height: 30px; }
.module__card .check-list li::before { width: 26px; height: 24px; top: 4px; background: url(/images/site/ic_check-3x.svg) 0 0 / 26px 24px no-repeat; }
.lp-cta { position: relative; overflow: hidden; padding: 70px 0; background: var(--gradient-surface); color: var(--white); text-align: center; }
.lp-cta .h1 { color: var(--white); max-width: 900px; margin: 0 auto; }
.lp-cta .lead { margin: 16px 0 30px; font-size: 18px; line-height: 28px; color: var(--white); }
.lp-cta .text-small { color: rgba(26, 26, 26, .7); }
.lp-deco { position: absolute; pointer-events: none; }
.pricing { position: relative; overflow: hidden; padding: 65px 0; background: linear-gradient(45deg, var(--emvation-blue), var(--emvation-teal)); color: var(--white); }
.pricing__grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 30px; align-items: center; }
.pricing__grid > :first-child { grid-column: 2 / 7; }
.price-card { grid-column: 8 / 12; }
.pricing .eyebrow { color: var(--white); }
.pricing .h1 { color: var(--white); }
.pricing .lead { margin-top: 40px; font-size: 18px; line-height: 28px; color: var(--white); font-weight: 500; }
.price-card { overflow: hidden; border-radius: var(--radius); background: var(--white); box-shadow: 0 6px 12px rgba(48, 54, 77, .12); text-align: center; }
.price-card__head { padding: 40px 30px 20px; background: var(--grey-500); }
.price-card__label { display: inline-block; margin-bottom: 16px; padding: 4px 8px; border-radius: 5px; background: var(--gradient-surface); font-size: 14px; line-height: 16px; }
.price-card__old { color: var(--grey-200); font: 400 26px/32px var(--font-display); text-decoration: line-through; }
.price-card__price { font: 700 50px/50px var(--font-display); }
.price-card__vat { padding-top: 8px; color: var(--gray-200); font-weight: 300; line-height: 28px; }
.price-card__body { padding: 30px 40px 40px; color: var(--grey-500); text-align: left; }
.price-card__body .check-list li { padding-block: 8px; border-bottom: 1px solid var(--gray-200); font-size: 16px; line-height: 28px; }
.price-card__body .check-list li::before { top: 14px; }
.price-card__body .btn { width: 100%; margin-top: 30px; }
.faq { max-width: 970px; margin-inline: auto; }
.faq-section { background: linear-gradient(rgba(14, 100, 238, .04), rgba(14, 100, 238, .04)); }
.faq .acc__head { padding: 24px 28px; }
.faq .acc__title { flex: 1; }
.faq .acc__body { padding: 0 32px 32px; }
.faq .acc__body p + p { margin-top: 1em; }
.faq .acc__body a { color: var(--emvation-blue); }
.finish { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 30px; align-items: center; }
.finish > h2 { grid-column: 1 / 9; }
.finish > div { grid-column: 1 / 7; }
.finish > img { grid-column: 9 / 12; grid-row: 1 / 3; width: 270px; max-width: 100%; }
.finish .text { color: var(--grey-300); margin-bottom: 30px; }

/* ---------- Footer ---------- */

/* ================= Tablet ≤ 991px ================= */
@media (max-width: 991px) {
  :root { --header-h: 69px; }
  .h1 { font-size: 42px; line-height: 42px; }
  .eyebrow { margin-bottom: 10px; }
  .section { padding-block: 80px; }

  .nav__toggle { display: flex; align-items: center; justify-content: center; width: 48px; height: 48px; border: 0; background: none; cursor: pointer; }
  .nav__toggle-icon, .nav__toggle-icon::before, .nav__toggle-icon::after { display: block; width: 22px; height: 2px; border-radius: 1px; background: #30364d; transition: transform .25s, opacity .25s; }
  .nav__toggle-icon { position: relative; }
  .nav__toggle-icon::before, .nav__toggle-icon::after { content: ""; position: absolute; left: 0; }
  .nav__toggle-icon::before { top: -7px; } .nav__toggle-icon::after { top: 7px; }
  .nav__toggle[aria-expanded="true"] .nav__toggle-icon { background: transparent; }
  .nav__toggle[aria-expanded="true"] .nav__toggle-icon::before { transform: translateY(7px) rotate(45deg); }
  .nav__toggle[aria-expanded="true"] .nav__toggle-icon::after { transform: translateY(-7px) rotate(-45deg); }
  .nav { flex-wrap: wrap; }
  .nav__menu { order: 3; width: 100%; flex-direction: column; align-items: flex-start; gap: 0; padding: 0 0 16px; }
  .js .nav__menu { display: none; position: absolute; top: 100%; left: calc(-1 * var(--gutter)); right: calc(-1 * var(--gutter)); max-height: calc(100vh - var(--header-h)); overflow-y: auto; padding: 0 var(--gutter) 24px; background: var(--white); box-shadow: 0 12px 16px rgba(0, 0, 0, .06); }
  .js .menu-open .nav__menu { display: flex; }
  .nav__link { width: 100%; padding: 12px 0; min-height: 48px; }
  .nav__link--dot::after { position: static; margin-left: 4px; }
  .nav-dropdown { width: 100%; }
  .nav-dropdown__panel, .nav-dropdown:hover .nav-dropdown__panel, .nav-dropdown:focus-within .nav-dropdown__panel { position: static; box-shadow: none; }
  .nav-dropdown.is-open .nav-dropdown__panel, .nav-dropdown:focus-within .nav-dropdown__panel { display: grid; grid-template-columns: minmax(0, 1fr); }
  .js .nav-dropdown:not(.is-open) .nav-dropdown__panel { display: none; }
  .nav-dropdown__col { padding: 0 0 16px 16px; }
  .nav-dropdown__promo { padding: 24px; border-radius: var(--radius); }
  .nav__cta { margin-left: auto; }
  html:not(.js) .nav__toggle { display: none; }

  .audience { grid-template-areas: "text" "img" "list"; }
  .audience__img { width: min(100%, 560px); margin-inline: auto; }
  .split, .contact-grid, .team-hero__grid, .audience, .pricing__grid, .lp-hero__grid, .finish { grid-template-columns: minmax(0, 1fr); }
  .lp-hero__content, .lp-hero__img, .audience__text, .audience__img, .audience__list,
  .pricing__grid > :first-child, .price-card, .finish > h2, .finish > div, .finish > img { grid-column: auto; grid-row: auto; }
  .lp-hero__img, .audience__img { justify-self: center; }
  .goal { grid-template-columns: minmax(0, 1fr); }
  .goal > div, .goal--reverse > div { grid-area: auto; margin-inline: 0; }
  .goal__img, .goal--reverse .goal__img { grid-area: auto; justify-self: center; }
  .mission { max-width: none; }
  .about-grid { grid-template-columns: repeat(8, minmax(0, 1fr)); column-gap: 16px; row-gap: 17px; }
  .about-grid > :nth-child(1) { grid-column: span 8; }
  .about-grid > :nth-child(2) { grid-column: 1 / 5; }
  .about-grid > :nth-child(3) { grid-column: 5 / 9; }
  .cta-process { column-gap: 69px; padding-inline: 62px; }
  .hero { padding-top: 0; padding-bottom: 80px; }
  .hero__grid { grid-template-columns: repeat(8, minmax(0, 1fr)); column-gap: 16px; row-gap: 17px; }
  .hero__content { grid-area: 1 / 2 / 2 / 8; padding-right: 16px; }
  .hero__img { grid-column: span 8; margin: 50px 0 0; }
  .coach, .coach--reverse { grid-template-columns: minmax(0, 1fr); }
  .coach .h1 { font-size: 50px; line-height: 50px; }
  .coach__title, .coach__text, .coach--reverse .coach__title, .coach--reverse .coach__text { grid-column: auto; }
  .coach__img, .coach--reverse .coach__img { grid-column: auto; grid-row: auto; order: -1; }
  .goal { margin-top: 40px; }
  .goal { padding-inline: 8px; }
  .goal__img { width: 500px; max-width: 100%; margin-inline: auto; }
  .results { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mission { font-size: 44px; line-height: 54px; }
  .testimonial { grid-template-columns: 250px minmax(0, 1fr); padding-right: 30px; }
  .testimonial__quote { font-size: 16px; line-height: 26px; }
  .testimonial__person { margin: auto 0 65px 40px; }
  .testimonial__photo { width: 250px; height: 250px; }
  .team-teaser { margin-top: 0; }
  .facts { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 20px; }
  .fact:nth-child(3) { border-left: 0; }
  .fact__value { font-size: 42px; line-height: 42px; }
  .fact__label { font-size: 14px; line-height: 20px; }
  .cards-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cards-3--stack { grid-template-columns: minmax(0, 1fr); }
  .post-layout { grid-template-columns: minmax(0, 1fr); padding-top: 32px; }
  .post-top::before { height: 360px; }
  .post-top { padding-top: 146px; }
  .post-title { font-size: 40px; line-height: 46px; }
  .team-bio { grid-template-columns: minmax(0, 1fr); }
  .team-bio__intro { position: static; }
  .gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .values-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 60px 30px; }
  .work { grid-template-columns: repeat(8, minmax(0, 1fr)); column-gap: 16px; row-gap: 17px; }
  .work__text { grid-column: 6 / 9; padding-right: 16px; }
  .photo-col--offset { margin-top: 0; }
  .lp-hero__title { font-size: 60px; line-height: 62px; }
  .lp-hero__img { order: 0; width: min(100%, 520px); margin-inline: auto; }
  .benefits { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 60px 30px; }
  .format-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .goals-list { grid-template-columns: minmax(0, 1fr); }
  .finish { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .finish img { display: none; }
}

/* ================= Mobile landscape ≤ 767px ================= */
@media (max-width: 767px) {
  .section { padding-block: 64px; }
  .hero__grid { row-gap: 48px; }
  .hero__content { grid-area: auto; grid-column: span 8; }
  .hero__img { order: -1; }   /* im Original steht das Bild im Markup vorn */
  .intro { margin-bottom: 48px; }
  .top-banner { justify-content: space-between; gap: 12px; }
  .top-banner__text { font-size: 13px; line-height: 20px; }
  .top-banner__btn-long { display: none; }
  .top-banner__btn-short { display: inline; }
  .results, .cards-3, .values-grid, .benefits, .format-cards, .finish { grid-template-columns: minmax(0, 1fr); }
  .cta-process { grid-template-columns: minmax(0, 1fr); padding: 48px 8%; text-align: center; justify-items: center; }
  .about-grid { grid-template-columns: minmax(0, 1fr); }
  .about-grid > :nth-child(-n+3) { grid-column: auto; }
  .work { row-gap: 48px; }
  .work__text { position: static; grid-column: 1 / 7; }
  .photo-col { gap: 32px; }
  .photo-col--offset { margin-top: 160px; }
  .result p { font-size: 18px; line-height: 28px; }
  .mission { font-size: 20px; line-height: 28px; }
  .testimonial { grid-template-columns: minmax(0, 1fr); min-height: 0; padding: 0 24px 60px; }
  .testimonial__photo { margin-inline: auto; }
  .testimonial__person { margin: 24px 0 0; text-align: center; }
  .testimonial__quote { margin: 0; padding-left: 0; }
  .is-enhanced .slider-nav { position: static; width: auto; justify-content: center; margin-top: 48px; transform: none; }
  .testimonial__link { right: 50%; transform: translateX(50%); white-space: nowrap; }
  .team-teaser img { width: 200px; }
  .photo-col img { height: 380px; }
  .photo-col img { height: auto; aspect-ratio: 3 / 4; }
  .gallery { gap: 16px; }
  .form { grid-template-columns: minmax(0, 1fr); }
  .post-top::before { height: 240px; }
  .post-hero .badge { right: 24px; }
  .acc__head { min-height: 60px; padding: 12px 16px; }
  .acc__body { padding: 0 16px 24px 92px; }
  .faq .acc__body { padding: 0 20px 24px; }
  .acc__title { font-size: 22px; line-height: 28px; }
  .lp-deco { display: none; }
}

/* ================= Mobile portrait ≤ 479px ================= */
@media (max-width: 479px) {
  .work { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .work__text { grid-column: 1 / 5; }
  .photo-col--offset { margin-top: 0; }
  .h1 { font-size: 36px; line-height: 40px; }
  .h2 { font-size: 28px; line-height: 32px; }
  .h3 { font-size: 22px; line-height: 26px; }
  .feature-col { padding-inline: 4%; }
  .coach .h1 { font-size: 42px; line-height: 46px; }
  .value p { padding-inline: 8px; }
  .feature-col .h3, .team-teaser .h3, .value .h3, .benefit .h3, .module__card .h3 { font-size: 26px; line-height: 32px; }
  .audience .h1, .finish .h1 { font-size: 50px; line-height: 50px; }
  .lp-cta .lead { line-height: 24px; }
  .result .h3 { line-height: 24px; }
  .lead { font-size: 16px; line-height: 24px; }
  .blog-hero .lead { line-height: 24px; }
  .contact-grid .lead { font-size: 14px; line-height: 22px; }
  .text, .goal .lead, .check-list li, .rich-text, .legal p, .legal ul { font-size: 18px; line-height: 24px; }
  .goal .bullet-list { font-size: 14px; line-height: 22px; }
  .intro, .center-mobile { text-align: center; }
  .intro--left { text-align: left; }
  .btn { width: 100%; font-size: 18px; }
  .btn--gradient { min-width: 0; }
  .top-banner__long, .top-banner__btn-short { display: none; }
  .top-banner__short, .top-banner__btn-long { display: inline; }
  .top-banner__text { max-width: 9em; }
  .nav__toggle { margin-left: auto; }
  .nav__cta { display: none; }
  .nav__cta-mobile { display: inline-flex; margin-top: 16px; }
  .hero__grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .hero__content, .hero__img { grid-column: span 4; }
  .hero__title { font-size: 56px; line-height: 64px; }
  .hero__typed { min-height: 64px; }
  .hero__text { font-size: 14px; line-height: 22px; }
  .goal .h2 { text-align: center; }
  .goal .lead { text-align: center; }
  .result { flex-direction: column; align-items: center; gap: 16px; text-align: center; }
  .cta-card__deco { display: none; }
  .testimonial { padding-inline: 16px; }
  .testimonial__photo { width: 220px; height: 220px; }
  .testimonial__link { font-size: 16px; padding: 0 20px; width: auto; }
  .fact__value { font-size: 32px; line-height: 36px; }
  .post-card__body { padding: 20px 30px 24px; }
  .post-card__badge { right: 20px; max-width: calc(100% - 40px); }
  .category-filter { flex-direction: column; align-items: center; }
  .post-title { font-size: 32px; line-height: 38px; }
  .post-top { padding-top: 132px; }
  .post-top::before { height: 160px; }
  .post-hero .badge { top: -16px; right: 16px; font-size: 16px; }
  .featured img { width: 96px; }
  .skills { margin: 32px 0; }
  .skill { font-size: 13px; line-height: 32px; }
  .skill::before { width: 28px; height: 28px; background-size: 28px; }
  .team-hero .h1 { font-size: 30px; line-height: 36px; }
  .team-hero__name { font-size: 32px; line-height: 42px; }
  .gallery { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .lp-hero__title { font-size: 42px; line-height: 46px; }
  .goals-list li { flex-direction: column; align-items: flex-start; gap: 16px; font-size: 18px; line-height: 28px; }
  .acc__icon { width: 48px; height: 48px; }
  .acc__body { padding-left: 16px; }
  .module { flex-direction: column; align-items: center; }
  .modules::before { left: 50%; margin-left: -2px; }
  .module__num { margin-top: 0; }
  .module__card { padding: 30px 16px; }
  .price-card__body { padding: 24px 16px 30px; }
}

/* ---------- Misc ---------- */
.success-lottie { width: 80px; height: 80px; margin: 0 auto 16px; }
.success-lottie:empty { display: none; }

/* ---------- Photo gallery on /kontakt + /termin-vereinbaren — 1:1 port of the original
   .dynamic-column / .feature-card-* (min-height 500, background-size cover, anchored top-left,
   middle-left centred, 30% on mobile). Scoped to .work--photos so /about keeps its own layout. */
.work--photos { max-width: none; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 30px; }
.work--photos .photo-col { gap: 50px; }
.work--photos .photo-col--offset { margin-top: 160px; }
.work--photos .photo-col img { height: 500px; aspect-ratio: auto; object-position: 0 0; border-radius: 8px; box-shadow: 0 15px 30px rgba(48, 54, 77, .1); }
.work--photos .photo-col:not(.photo-col--offset) img:nth-child(2) { object-position: 50% 50%; }
@media (max-width: 991px) {
  .work--photos { column-gap: 16px; }
  .work--photos .photo-col { gap: 51px; }
  .work--photos .photo-col--offset { margin-top: 0; }
}
@media (max-width: 767px) {
  .work--photos { grid-template-columns: minmax(0, 1fr); row-gap: 48px; }
  .work--photos .photo-col { gap: 32px; }
  .work--photos .photo-col--offset { margin-top: 160px; }
  .work--photos .photo-col img, .work--photos .photo-col:not(.photo-col--offset) img:nth-child(2) { height: 500px; object-position: 30% 50%; }
}
@media (max-width: 479px) { .work--photos .photo-col--offset { margin-top: 0; } }

/* ---------- Footer — 1:1 port of the original footer symbol (.main-footer-section) ----------
   Class map: ft=.section.main-footer-section, ft__wrap=.wrapper, ft__cta-wrap=.wrapper.footer, ft__cta-grid=.main-grid,
   ft__cta=.cta-card.footer, ft__grid=.footer-grid, ft__info=.footer-info, ft__col=.footer-column, ft__bottom=.footer-bottom.
   Grid positions are the original w-node grid-areas. */
.ft { position: relative; display: flex; flex-direction: column; align-items: center; margin-top: 320px; background: var(--grey-500); border-top: 1px solid #e6e8f0; font-size: 16px; line-height: 24px; }
.ft--plain { margin-top: 0; margin-bottom: 64px; }
.ft__wrap { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; justify-content: center; width: 100%; max-width: 1220px; margin-inline: auto; padding-inline: 10px; text-align: center; }
.ft__cta-wrap { position: absolute; z-index: 5; top: -260px; left: 50%; transform: translateX(-50%); }
.ft__cta-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); grid-auto-columns: minmax(0, 1fr); column-gap: 30px; width: 100%; padding-inline: 14px; }
.ft__deco-1 { position: absolute; z-index: 3; top: 0; left: 131px; max-height: 100%; }
.ft__deco-2 { position: absolute; z-index: 3; right: 126px; bottom: 128px; margin-right: 16px; }
.ft__cta { position: relative; grid-column: 2 / 12; /* original CSS says top:-64px, measured result is flush with the wrapper top */ display: flex; flex-direction: column; align-items: center; justify-content: center; height: 320px; padding-inline: 40px;
  overflow: hidden; border-radius: 10px; background-image: linear-gradient(to right, var(--emvation-teal), var(--emvation-blue)); color: var(--white); text-align: center; box-shadow: 0 10px 30px rgba(0, 0, 0, .15); }
.ft__cta-title { margin: 0 0 14px -30px; color: var(--white); font: 700 40px/46px var(--font-display); }
.ft__cta-body { position: relative; z-index: 10; display: flex; flex-direction: column; align-items: center; width: 100%; }
.ft__cta-text { margin: 0 -10px 35px 0; color: var(--white); font-size: 20px; line-height: 32px; }
.ft__cta-btn { display: flex; align-items: center; justify-content: center; height: 48px; padding-inline: 30px; border-radius: 50px; background: var(--white); text-decoration: none; transition: box-shadow .4s, transform .4s; }
.ft__cta-btn:hover { transform: translateY(-3px); box-shadow: 0 4px 16px rgba(0, 0, 0, .25); }
.ft__cta-btn span { margin-right: 10px; color: var(--emvation-blue); font: 600 20px/48px var(--font-display); letter-spacing: .8px; }
.ft__grid { position: relative; display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: 30px; width: 100%; padding: 120px 15px 32px; }
.ft__info { grid-column: span 3; display: flex; flex-direction: column; align-items: flex-start; padding-bottom: 40px; }
.ft__col { display: flex; flex-direction: column; align-items: flex-start; }
.ft__col--pages { grid-area: 1 / 5 / 2 / 7; }
.ft__col--legal { grid-area: 1 / 8 / 2 / 10; }
.ft__col--programs { grid-area: 1 / 11 / 2 / 13; }
.ft__brand { display: flex; align-items: center; justify-content: center; margin-bottom: 64px; }
.ft__logo { width: 170px; max-height: 100%; }
.ft__text { margin: 0 0 30px; color: var(--white); text-align: left; font-size: 14px; font-weight: 400; line-height: 24px; }
.ft__text a { color: var(--white); text-decoration: underline; }
.ft__contact { display: inline-flex; justify-content: center; width: 100%; padding: 2px; border-radius: 50px; background-image: linear-gradient(to bottom, var(--emvation-teal), var(--emvation-blue)); text-decoration: none; transition: transform .4s, box-shadow .4s; }
.ft__contact:hover { transform: translateY(-3px); box-shadow: 3px 3px 16px rgba(0, 0, 0, .25); }
.ft__contact span { display: block; width: 100%; padding-inline: 28px; border-radius: 50px; background: var(--grey-500); color: var(--white); font: 700 18px/40px var(--font-display); letter-spacing: 1px; }
.ft__heading { margin: 10px 0 20px; color: var(--grey-200); font: 700 16px/20px var(--font-display); letter-spacing: .5px; text-transform: uppercase; }
.ft__link { padding: 10px 0 6px; color: var(--white); text-decoration: none; transition: color .2s; }
.ft__link:hover { text-decoration: underline; }
.ft__bottom { display: flex; align-items: center; justify-content: flex-start; align-self: stretch; margin: 48px 15px 0; padding-block: 28px; border-top: 1px solid var(--gainsboro); color: #798099; font-size: 12px; line-height: 20px; }
.ft__social-row { display: flex; align-items: center; width: 50%; }
.ft__social { display: flex; align-items: center; justify-content: center; margin-inline: -3px; }
.ft__social a { display: flex; align-items: center; justify-content: center; width: 24px; height: 24px; margin-right: 24px; }
.ft__hashtag { margin-left: 40px; color: var(--white); font-size: 14px; font-weight: 700; line-height: 24px; }
.ft__copy-row { display: flex; align-items: center; justify-content: flex-end; width: 50%; }
.ft__copy { color: var(--grey-300); }
.ft__copy--mobile { display: none; }
@media (max-width: 991px) {
  .ft__wrap { z-index: 4; }
  .ft__cta-grid { grid-template-columns: repeat(8, minmax(0, 1fr)); column-gap: 16px; padding-inline: 16px; }
  .ft__deco-1 { z-index: 6; left: 24px; }
  .ft__deco-2 { z-index: 10; right: 30px; bottom: 128px; }
  .ft__cta { grid-column: span 9; margin-inline: 8px; }
  .ft__cta-text { margin-right: 0; }
  .ft__grid { z-index: -2; grid-template-columns: repeat(8, minmax(0, 1fr)); column-gap: 16px; padding: 120px 8px 0; }
  .ft__info { grid-area: 1 / 2 / 2 / 5; justify-content: center; }
  .ft__col--pages { grid-area: 1 / 6 / 2 / 9; }
  .ft__col--legal { grid-area: 2 / 6 / 3 / 9; }
  .ft__col--programs { grid-area: 2 / 2 / 3 / 5; }
  .ft__social { margin-inline: 0; }
  .ft__bottom { margin: 40px 16px 0; padding-block: 20px; }
}
@media (max-width: 767px) {
  .ft__cta-wrap { z-index: 6; top: -270px; }
  .ft__deco-2 { bottom: 0; }
  .ft__cta { height: 350px; padding-inline: 12%; }
  .ft__cta-title { margin-top: 14px; }
  .ft__cta-body { z-index: 5; }
  .ft__cta-btn { z-index: 10; margin-bottom: 16px; }
  .ft__grid { justify-items: center; }
  .ft__info { grid-area: 1 / 3 / 2 / 9; }
  .ft__col--pages { grid-area: 2 / 2 / 3 / 5; justify-self: start; }
  .ft__col--legal, .ft__col--programs { grid-area: auto; grid-column: span 2; }
  .ft__link { font-size: 13px; line-height: 20px; }
  .ft__hashtag { margin-left: 0; }
}
@media (max-width: 479px) {
  .ft__wrap { padding-inline: 0; }
  .ft__cta-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); padding-inline: 24px; }
  .ft__deco-1, .ft__deco-2 { display: none; }
  .ft__cta { grid-column: span 4; height: 420px; margin-inline: 0; padding-inline: 8px; }
  .ft__cta-title { font-size: 36px; line-height: 40px; }
  .ft__cta-text { font-size: 18px; line-height: 28px; }
  .ft__cta-btn { position: static; z-index: 6; }
  .ft__grid { grid-template-columns: repeat(4, minmax(0, 1fr)); justify-items: center; padding-top: 150px; }
  .ft__info { grid-area: auto; grid-column: span 4; align-items: center; margin-top: 100px; }
  .ft__brand { margin-bottom: 32px; }
  .ft__text { text-align: center; }
  .ft__col, .ft__col--pages, .ft__col--legal, .ft__col--programs { grid-area: auto; grid-column: span 4; justify-self: center; align-items: center; margin-bottom: 24px; }
  .ft__social a { margin-right: 12px; }
  .ft__bottom { flex-flow: column wrap; justify-content: center; }
  .ft__social-row, .ft__copy-row { width: 100%; justify-content: center; }
  .ft__copy { display: none; white-space: normal; }
  .ft__copy--mobile { display: block; margin-top: 16px; }
}

/* ---------- Kontakt hero + form — 1:1 port (.section.high-space, .intro.left, .contact-form-card, .contact-form),
   values measured on emvation.webflow.io at 1440/820/375. Only deviation: checkbox text wraps on mobile
   (the original overflows the viewport by 38px at 375px). */
.cf-section { padding-top: 128px; padding-bottom: 100px; overflow-x: clip; } /* blobs spill sideways; vertical spill stays visible as in the original */
.cf-grid { position: relative; z-index: 2; }
.cf-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 30px; }
.cf-intro { position: relative; z-index: 1; grid-column: span 6; align-self: start; display: flex; flex-direction: column; align-items: flex-start; width: 100%; text-align: left; }
.cf-title { margin-bottom: 30px; color: var(--grey-300); font: 400 18px/28px var(--font-display); letter-spacing: .8px; text-transform: uppercase; }
.cf-h1 { margin: 0 0 30px; color: var(--grey-500); font: 700 50px/50px var(--font-display); }
.cf-gradient { background-image: linear-gradient(100deg, var(--emvation-teal), var(--emvation-blue)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.cf-lead { margin: 0 0 40px; color: var(--grey-400); font: 400 20px/32px var(--font-body); }
.cf-card { grid-column: 8 / 13; width: 100%; text-align: left; }
.cf-form { display: grid; grid-template-columns: minmax(0, 1fr); gap: 24px 16px; padding-top: 24px; }
.cf-pair { display: flex; }
.cf-half { width: 50%; min-width: 0; }
.cf-half:first-child { margin-right: 16px; }
.cf-label { display: block; margin-bottom: 5px; color: var(--grey-400); font: 400 16px/24px var(--font-body); }
.cf-input { display: block; width: 100%; height: 48px; padding: 7px 24px 8px; border: 1px solid var(--grey-200); border-radius: 10px; background: #fff; color: #333; font: 400 14px/20px var(--font-body); transition: color .4s, background-color .4s, border-color .4s; }
.cf-input:focus { outline: 0; border-color: var(--emvation-teal); }
.cf-textarea { height: auto; min-height: 224px; padding-block: 20px; resize: vertical; }
.cf-check { display: flex; align-items: flex-start; cursor: pointer; }
.cf-check__box { flex: none; width: 20px; height: 20px; margin: 0 8px 0 0; border: 1px solid #ccc; border-radius: 5px; background: transparent; -webkit-appearance: none; appearance: none; cursor: pointer; }
.cf-check__box:checked { border-color: var(--emvation-blue); background: var(--emvation-blue) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M5 10.5l3.2 3.2L15 7' fill='none' stroke='%23fff' stroke-width='2'/%3E%3C/svg%3E") center / 100% no-repeat; }
.cf-check__box:focus-visible { outline: 2px solid var(--emvation-blue); outline-offset: 2px; }
.cf-check__text { color: var(--grey-400); font: 400 16px/20px var(--font-body); }
.cf-link { color: var(--grey-400); }
.cf-link:hover { color: var(--emvation-teal); }
.cf-submit { display: flex; align-items: center; justify-content: center; width: 100%; height: 48px; padding: 0 24px; border: 1px solid transparent; border-radius: 50px; background: var(--grey-500); color: #fff;
  font: 600 20px/48px var(--font-display); letter-spacing: .8px; cursor: pointer; transition: border-color .4s, transform .4s, box-shadow .4s; }
.cf-submit:hover { transform: translateY(-3px); box-shadow: 0 4px 16px rgba(0, 0, 0, .25); }
@media (max-width: 991px) {
  .cf-grid { grid-template-columns: repeat(8, minmax(0, 1fr)); gap: 17px 16px; padding-inline: 2px; }
  .cf-intro { grid-column: 1 / -1; align-self: center; padding-right: 16px; }
  .cf-title { margin-bottom: 10px; }
  .cf-h1 { font-size: 42px; line-height: 42px; }
  .cf-gradient { display: inline-block; }
  .cf-card { grid-column: 1 / -1; margin-inline: 8px; padding-inline: 16px; width: auto; }
}
@media (max-width: 767px) {
  .cf-grid { row-gap: 48px; }
  .cf-card { margin-inline: 0; }
  .cf-check__text { min-width: 0; }
}
@media (max-width: 479px) {
  .cf-section { padding-bottom: 43px; }
  .cf-grid { padding-inline: 0; }
  .cf-title { align-self: center; }
  .cf-h1 { font-size: 36px; line-height: 40px; }
  .cf-lead { font-size: 14px; line-height: 22px; }
  .cf-submit { font-size: 18px; line-height: 24px; }
}

/* ---------- Unsere Leistungen — 1:1 port of the original .horizontal-process-* rules (generated from
   reference/css/webflow-original.css, scoped to .svc, image URLs mapped to /images/site). Element defaults below
   emulate the original h1 tags; the static fallback keeps all phases visible without the scroll choreography. */
.svc { text-align: center; }
.svc h3, .svc h4 { margin: 20px 0 10px; font-size: 38px; line-height: 44px; font-weight: 700; }
.svc p { margin: 0; }
.svc .text-big{font-size:20px;line-height:32px}
.svc .text-big.text-grey{color:var(--grey-400);flex:none;margin-bottom:0;font-size:18px;font-weight:400;line-height:28px}
.svc .text-big.text-grey.bottom-margin{margin-bottom:30px}
.svc .text-big.text-white{color:var(--white);font-size:18px;line-height:28px}
.svc .text-big.text-white.mobile{display:none}
.svc .text-grey{color:var(--grey-300);text-align:left;margin-bottom:30px;font-size:14px;font-weight:400;line-height:20px}
.svc .h2-heading{color:var(--grey-500);text-align:left;margin-top:0;margin-bottom:14px;font-family:Resolve Sans,sans-serif;font-size:26px;line-height:32px}
.svc .h2-heading.horizontal-process-heading{color:var(--orange);font-size:36px;line-height:40px}
.svc .h2-heading.horizontal-process-heading._04{color:var(--crimson)}
.svc .h2-heading.horizontal-process-heading._03{color:var(--orange)}
.svc .h2-heading.horizontal-process-heading._02{color:var(--spring-green)}
.svc .h2-heading.horizontal-process-heading._01{color:var(--emvation-blue)}
.svc .h2-heading.horizontal-process-validation-heading{color:var(--white);text-align:center;justify-content:center;align-items:center;margin-top:16px;margin-bottom:20px;font-size:36px;line-height:36px;display:flex}
.svc .h3-heading{opacity:1;color:var(--grey-500);margin-top:0;font-family:Resolve Sans,sans-serif;font-size:26px;font-weight:700;line-height:32px}
.svc .h3-heading.process{opacity:0}
.svc .format-feature-feature-icon{width:20px;height:20px;background-image:url(/images/site/Icons_14x14_ic_check-gradient_14x14.svg);background-position:0 0;background-repeat:no-repeat;background-size:auto;flex:none;align-self:flex-start;margin-top:6px}
.svc .format-feature-text{color:var(--grey-500);margin-left:14px;font-size:18px;line-height:32px}
.svc .emvation-horizontal-process{justify-content:center;align-items:stretch}
.svc .horizontal-process-wrapper{z-index:1;height:30vh;margin-bottom:58px}
.svc .horizontal-process-scroll-track{height:690vh}
.svc .horizontal-sticky-content{position:-webkit-sticky;position:sticky;top:12vh}
.svc .horizontal-process-phases{height:50vh;position:relative}
.svc .horizontal-process-phases.mobile{display:none}
.svc .horizontal-process-phase-1{z-index:4;background-color:var(--cloud);opacity:1;grid-template-rows:auto;grid-template-columns:1fr 1fr;grid-auto-columns:1fr;justify-content:space-between;display:flex;position:absolute;top:0%;bottom:0%;left:0%;right:0%}
.svc .horizontal-process-text-content{width:40%}
.svc .horizontal-process-validation-content{width:50%;background-image:url(/images/site/img_ideation_experiment_02.png);background-position:50% 0;background-repeat:no-repeat;background-size:contain;background-attachment:scroll}
.svc .horizontal-process-validation-content.step-01{background-image:url(/images/site/img_validierung_01.png)}
.svc .horizontal-process-validation-content.step-02{background-image:url(/images/site/img_ideation_experiment_02.png)}
.svc .horizontal-process-validation-content._03{background-image:url(/images/site/img_build_launch_03.png)}
.svc .horizontal-process-validation-content.step-04{background-image:url(/images/site/img_implement_scale_04.png)}
.svc .horizontal-process-validation-content.step-03{background-image:url(/images/site/img_build_launch_03.png)}
.svc .div-block-45{flex-direction:column;align-items:flex-start;display:flex}
.svc .process-phase-results{text-align:left;padding-bottom:30px}
.svc .process-phase-result{color:#30364d;align-items:center;display:flex}
.svc .process-phase-result-checkmark-icon{width:20px;height:20px;background-image:url(/images/site/Icons_14x14_ic_check-gradient_14x14.svg);background-position:0 20%;background-repeat:no-repeat;background-size:auto;flex:none;align-self:flex-start;margin-top:6px}
.svc .process-phase-result-checkmark-icon.green{background-image:url(/images/site/icons_14x14_ic_check_green_14x14.svg)}
.svc .process-phase-result-checkmark-icon.orange{background-image:url(/images/site/icons_14x14_ic_check_orange_14x14.svg)}
.svc .process-phase-result-checkmark-icon.red{background-image:url(/images/site/icons_14x14_ic_check_red_14x14.svg)}
.svc .process-phase-result-checkmark-icon.blue{background-position:0 0}
.svc .process-phase-result-text{color:var(--grey-500);margin-left:14px;font-size:18px;line-height:32px}
.svc .horizontal-process-validation-text{width:360px;height:360px;position:absolute;top:15%;bottom:auto;left:auto;right:7%}
.svc .vshape{display:none}
.svc .horizontal-process-phase-2{z-index:3;background-color:var(--cloud);opacity:0;grid-template-rows:auto;grid-template-columns:1fr 1fr;grid-auto-columns:1fr;justify-content:space-between;display:flex;position:absolute;top:0%;bottom:0%;left:0%;right:0%}
.svc .horizontal-process-phase-3{z-index:2;background-color:var(--cloud);opacity:0;grid-template-rows:auto;grid-template-columns:1fr 1fr;grid-auto-columns:1fr;justify-content:space-between;display:flex;position:absolute;top:0%;bottom:0%;left:0%;right:0%}
.svc .horizontal-process-phase-4{z-index:1;background-color:var(--cloud);opacity:0;grid-template-rows:auto;grid-template-columns:1fr 1fr;grid-auto-columns:1fr;justify-content:space-between;display:flex;position:absolute;top:0%;bottom:0%;left:0%;right:0%}
.svc .h3-heading-process-01-duration{opacity:1;color:var(--grey-500);margin-top:0;font-family:Resolve Sans,sans-serif;font-size:26px;font-weight:700;line-height:32px}
.svc .h3-heading-process-01-duration.process{opacity:0}
.svc .h3-heading-process-02-duration{opacity:1;color:var(--grey-500);margin-top:0;font-family:Resolve Sans,sans-serif;font-size:26px;font-weight:700;line-height:32px}
.svc .h3-heading-process-02-duration.process{opacity:0}
.svc .h3-heading-process-03-duration{opacity:1;color:var(--grey-500);margin-top:0;font-family:Resolve Sans,sans-serif;font-size:26px;font-weight:700;line-height:32px}
.svc .h3-heading-process-03-duration.process{opacity:0}
.svc .h3-heading-process-04-duration{opacity:1;color:var(--grey-500);margin-top:0;font-family:Resolve Sans,sans-serif;font-size:26px;font-weight:700;line-height:32px}
.svc .h3-heading-process-04-duration.process{opacity:0}
@media (max-width:991px) {
  .svc .text-big.text-grey.bottom-margin{font-size:14px;line-height:24px}
  .svc .text-big.text-white{flex:none;font-size:14px;line-height:24px;display:none}
  .svc .text-big.text-white.mobile{justify-content:center;align-items:center;margin-left:36px;line-height:22px;display:flex}
  .svc .h2-heading.horizontal-process-heading._04,.svc .h2-heading.horizontal-process-heading._03,.svc .h2-heading.horizontal-process-heading._02,.svc .h2-heading.horizontal-process-heading._01{font-size:24px}
  .svc .h2-heading.horizontal-process-validation-heading{margin-left:36px;font-size:24px;line-height:28px}
  .svc .h3-heading.process{opacity:1}
  .svc .h3-heading.process-duration,.svc .h3-heading.process-step-goal{font-size:20px;line-height:28px}
  .svc .horizontal-process-wrapper{height:auto;display:block}
  .svc .horizontal-process-phases{height:60vh;display:none}
  .svc .horizontal-process-phases.mobile{display:block}
  .svc .horizontal-process-phase-1{grid-template-rows:auto;grid-template-columns:1fr;grid-auto-columns:1fr}
  .svc .horizontal-process-phase-1.mobile{flex-direction:column}
  .svc .horizontal-process-text-content.mobile{width:100%;flex-direction:row;display:flex}
  .svc .horizontal-process-validation-content.step-01{width:56%}
  .svc .horizontal-process-validation-content.step-01.mobile{width:100%;background-position:50%;background-repeat:no-repeat;background-size:contain;background-attachment:scroll}
  .svc .horizontal-process-validation-content.step-02{width:56%}
  .svc .horizontal-process-validation-content.step-02.mobile{width:100%;background-position:50%}
  .svc .horizontal-process-validation-content.step-04{width:56%}
  .svc .horizontal-process-validation-content.step-04.mobile{width:100%}
  .svc .horizontal-process-validation-content.step-03{width:56%}
  .svc .horizontal-process-validation-content.step-03.mobile{width:100%;background-position:50%}
  .svc .div-block-45.mobile{flex-direction:row}
  .svc .process-phase-results.mobile{width:50%;margin-top:16px;margin-left:32px}
  .svc .process-phase-result-text{font-size:14px;line-height:24px}
  .svc .horizontal-process-validation-text.mobile{width:100%;position:relative;top:32px;right:auto}
  .svc .horizontal-process-phase-2{grid-template-rows:auto;grid-template-columns:1fr;grid-auto-columns:1fr}
  .svc .horizontal-process-phase-2.mobile{flex-direction:column}
  .svc .horizontal-process-phase-3{grid-template-rows:auto;grid-template-columns:1fr;grid-auto-columns:1fr}
  .svc .horizontal-process-phase-3.mobile{flex-direction:column}
  .svc .horizontal-process-phase-4{grid-template-rows:auto;grid-template-columns:1fr;grid-auto-columns:1fr}
  .svc .horizontal-process-phase-4.mobile{flex-direction:column}
  .svc .h3-heading-process-01-duration.process-duration{font-size:20px;line-height:28px}
  .svc .h3-heading-process-01-duration.process-duration.mobile{text-align:left}
  .svc .h3-heading-process-01-duration.process-step-goal,.svc .h3-heading-process-02-duration.process-duration,.svc .h3-heading-process-02-duration.process-step-goal{font-size:20px;line-height:28px}
  .svc .h3-heading-process-02-duration.process-step-goal.mobile{text-align:left}
  .svc .h3-heading-process-03-duration.process-duration,.svc .h3-heading-process-03-duration.process-step-goal{font-size:20px;line-height:28px}
  .svc .h3-heading-process-03-duration.process-step-goal.mobile{text-align:left}
  .svc .h3-heading-process-04-duration.process-duration,.svc .h3-heading-process-04-duration.process-step-goal{font-size:20px;line-height:28px}
  .svc .h3-heading-process-04-duration.process-step-goal.mobile{text-align:left}
  .svc .process-phase-content.mobile{width:50%;margin-right:32px}
}
@media (max-width:767px) {
  .svc .horizontal-process-wrapper{display:none}
  .svc .horizontal-process-scroll-track{height:auto}
  .svc .horizontal-sticky-content{position:static}
  .svc .horizontal-process-phases{height:auto}
  .svc .horizontal-process-phase-1,.svc .horizontal-process-phase-2,.svc .horizontal-process-phase-3,.svc .horizontal-process-phase-4{position:static}
}
@media (max-width:479px) {
  .svc .text-big.text-grey{text-align:left;font-size:18px;line-height:24px}
  .svc .text-big.text-white.mobile{margin-left:0;font-size:11px}
  .svc .text-grey{text-align:center;margin-bottom:0}
  .svc .h2-heading.horizontal-process-validation-heading{margin-left:0;font-size:22px}
  /* Original-Fehler nicht uebernommen: unter 480px blendet Webflow hier wieder den
     angehefteten Desktop-Block ein (height:100vh). Weil bei uns unter 768px nicht
     angeheftet wird, stapelten sich die vier Phasen ueber die Folgesektionen.
     .svc .horizontal-process-wrapper{display:block}
     .svc .horizontal-process-phases{height:100vh;display:block}
     .svc .horizontal-process-phases.mobile{display:none} */
  .svc .horizontal-process-phase-1{flex-direction:column;display:block}
  .svc .horizontal-process-text-content{width:100%}
  .svc .horizontal-process-validation-content.step-01{width:100%;background-image:url(/images/site/img_validierung_01.png);background-position:50%;background-repeat:no-repeat;background-attachment:scroll}
  .svc .horizontal-process-validation-text{width:100%;height:auto;position:static}
}
/* like the original Lottie embed: sized by width (Lottie 950x260), allowed to overflow the 30vh wrapper */
.svc .emvation-horizontal-process { aspect-ratio: 950 / 260; }
.svc .emvation-horizontal-process > svg { width: 100%; height: 100%; }
/* Not enhanced (no JS / reduced motion) and <=767px: phases stacked and all visible. The original fades phases 3/4
   out on phones although they are stacked there — not reproduced. */
.svc:not(.is-enhanced) .horizontal-process-scroll-track, .svc.is-unpinned .horizontal-process-scroll-track { height: auto; }
.svc:not(.is-enhanced) .horizontal-sticky-content, .svc.is-unpinned .horizontal-sticky-content { position: static; }
.svc:not(.is-enhanced) .horizontal-process-phases, .svc.is-unpinned .horizontal-process-phases { height: auto; }
.svc:not(.is-enhanced) [class*="horizontal-process-phase-"], .svc.is-unpinned [class*="horizontal-process-phase-"] { position: static; opacity: 1; }
/* Low screens (site.js svcLayout): phase box as tall as the tallest phase, Lottie shrunk into the remaining room. */
.svc.is-sized .horizontal-process-wrapper { height: var(--svc-graphic-h); }
.svc.is-sized .emvation-horizontal-process { width: auto; max-width: 100%; height: 100%; margin-inline: auto; }
.svc.is-sized .horizontal-process-phases { height: var(--svc-phases-h); }
/* 768-991px: the validation text is offset with position:relative; top:32px and pushed to the bottom by space-between,
   so it always stuck out 32px below the stacked phase box and overlapped the phases behind it. */
@media (min-width: 768px) and (max-width: 991px) { .svc .horizontal-process-phases.mobile > [class*="horizontal-process-phase-"] { padding-bottom: 32px; } }
@media (max-width: 767px) { .svc [class*="horizontal-process-phase-"] { opacity: 1; } }
@media (max-width: 767px) {
  /* Die Raute ist ein gedrehtes Quadrat, nutzbar ist nur das einbeschriebene Quadrat.
     Am Bild gemessen (570x511): die Raute liegt bei x 64..562, y 4..504, ihre Mitte also
     bei 54,9% / 49,7%. Daraus: Textspalte 60% breit, linksbuendig bei 25%, mittig in der
     Bildhoehe. Schriftgroessen wie im Original (11px Text, ~18px Ueberschrift). */
  .svc .horizontal-process-validation-content.mobile { position: relative; height: auto; display: block; padding: 89.6% 0 0; }
  /* Gleiche Spezifitaet wie die Original-Regeln je Schritt, sonst gewinnen dort
     background-size:contain und die mittige Position. */
  .svc .horizontal-process-validation-content.step-01.mobile,
  .svc .horizontal-process-validation-content.step-02.mobile,
  .svc .horizontal-process-validation-content.step-03.mobile,
  .svc .horizontal-process-validation-content.step-04.mobile { background-size: 100% auto; background-position: 50% 0; }
  .svc .horizontal-process-validation-text.mobile { position: absolute; top: .8%; bottom: 1.4%; left: 11.2%; right: auto; width: 87.3%; display: flex; flex-direction: column; justify-content: center; }
  /* In ein Rechteck passt nur die halbe Rautenflaeche. Zwei unsichtbare Formen links und
     rechts lassen den Text stattdessen der Rautenkante folgen — das verdoppelt den Platz.
     Ohne shape-outside bleibt es beim Rechteck (kein Schaden, nur enger). */
  @supports (shape-outside: polygon(0 0, 1px 0, 0 1px)) {
    .svc .horizontal-process-validation-text.mobile { display: block; padding-top: 15%; }
    .svc .vshape { width: 50%; height: 100%; shape-margin: 8px; }
    .svc .vshape--l { float: left; shape-outside: polygon(100% 0, 0 0, 0 100%, 100% 100%, 0 50%); }
    .svc .vshape--r { float: right; shape-outside: polygon(0 0, 100% 0, 100% 100%, 0 100%, 100% 50%); }
  }
  /* display:flex wuerde die Formen ignorieren und ueber die Rautenkante laufen. */
  .svc .horizontal-process-validation-content.mobile .h2-heading.horizontal-process-validation-heading { display: block; margin: 0 0 6px; font-size: 16px; line-height: 19px; }
  .svc .horizontal-process-validation-content.mobile .text-big.text-white.mobile { margin: 0; font-size: 10px; line-height: 13px; display: block; text-align: center; }
  /* Die festen Zeilenumbrueche stammen aus der breiten Desktop-Raute und kosten hier Hoehe. */
  .svc .horizontal-process-validation-text.mobile br { display: none; }
  .svc .vshape { display: block; }
}
@media (max-width: 360px) {
  /* Auf sehr schmalen Geraeten wird die Raute so klein, dass der Text sonst unten austritt:
     etwas kleinere Schrift und die Raute darf 16px in den Seitenrand ragen. */
  .svc .horizontal-process-validation-content.step-01.mobile,
  .svc .horizontal-process-validation-content.step-02.mobile,
  .svc .horizontal-process-validation-content.step-03.mobile,
  .svc .horizontal-process-validation-content.step-04.mobile { margin-inline: -16px; width: calc(100% + 32px); }
  .svc .horizontal-process-validation-content.mobile .h2-heading.horizontal-process-validation-heading { font-size: 14px; line-height: 17px; }
  .svc .horizontal-process-validation-content.mobile .text-big.text-white.mobile { font-size: 9px; line-height: 12px; }
  @supports (shape-outside: polygon(0 0, 1px 0, 0 1px)) {
    .svc .horizontal-process-validation-text.mobile { padding-top: 12%; }
  }
} /* stacked: base CSS would keep 2-4 at opacity 0 */

/* ---------- Section intros — per-section values measured on the original at 1440/820/375
   (.intro.intro-div-bottom-margin, .emvation-process-vertical, .services-horizontal-process, .margin-bottom, .landingpage).
   Not reproduced: two intros the original squeezes to 156px on phones, and intros without side gutter. */
.intro--wide { max-width: 972px; }                 /* 10 of 12 columns */
.intro--goals .lead { font-size: 20px; line-height: 28px; }
.intro--services { max-width: 827px; }
.intro--landing-center { max-width: 1000px; }
.intro--landing .h1 { font-size: 50px; line-height: 50px; } /* landing page headings keep 50px on every width */
@media (min-width: 992px) { .intro--process .h1 { margin-inline: -31px; } } /* original heading is 1034px, wider than its 972px intro */
@media (max-width: 991px) {
  .intro:not(.intro--landing) { padding-inline: 8px; }
  .intro--services { max-width: 82.5%; }
}
@media (max-width: 767px) { .intro--services { max-width: none; } }
@media (max-width: 479px) {
  .intro--goals .lead, .intro--process .lead { font-size: 14px; line-height: 22px; }
  .intro--services .lead, .intro--values .lead, .intro--landing .lead, .intro--validation .lead { font-size: 18px; line-height: 24px; }
  .intro.intro--validation { padding-inline: 0; } /* beats .intro:not(.intro--landing) */
}

/* ---------- Background blobs — 1:1 port of the original .bg-gradient-blur-wrapper-* / .bg-gradient-* rules
   (generated from reference/css/webflow-original.css). Markup via bg_blur() in partials/functions.php; the host
   container gets .bgb-host (stacking context like the original .wrapper), the section .bgb-section. */
.bgb-section { overflow-x: clip; } /* blobs spill sideways; vertical spill stays visible as in the original */
.bgb-host { position: relative; z-index: 2; }
[class*="bg-gradient-blur-wrapper"] { pointer-events: none; }
.bg-gradient-blur-wrapper-right{z-index:-2;width:100%;max-width:30%;min-height:60%;filter:blur(100px);justify-content:center;align-items:center;display:block;position:absolute;top:auto;bottom:20%;left:auto;right:-20%}
.bg-gradient-blur-wrapper-right.hidden{display:none}
.bg-gradient-blue{width:60%;max-height:60%;min-height:60%;min-width:60%;background-color:var(--blue-702);border-bottom-right-radius:500px;position:absolute;top:-18%;right:18%}
.bg-gradient-light-blue{width:60%;max-height:60%;min-height:60%;min-width:60%;background-color:var(--emvation-blue);border-bottom-right-radius:500px;position:absolute;top:auto;bottom:3%;right:-11%}
.bg-gradient-purple{width:57%;max-height:57%;min-height:57%;min-width:57%;background-color:#00a5ec;border-bottom-right-radius:500px;position:absolute;top:auto;bottom:-2%;right:auto}
.bg-gradient-blur-wrapper-left{z-index:-2;width:100%;max-width:25%;min-height:45%;filter:blur(80px);justify-content:center;align-items:center;display:block;position:absolute;top:73%;bottom:auto;left:-10%}
.bg-gradient-teal{width:60%;max-height:60%;min-height:60%;min-width:60%;background-color:var(--cyan);border-bottom-right-radius:500px;position:absolute;top:auto;bottom:-24%;left:-3%;right:auto}
.bg-gradient-purple-left{width:60%;max-height:60%;min-height:60%;min-width:60%;background-color:var(--dodger-blue);border-bottom-right-radius:500px;position:absolute;top:29%;left:57%}
.bg-gradient-light-blue-left{width:60%;max-height:60%;min-height:60%;min-width:60%;background-color:var(--aquamarine);border-bottom-right-radius:500px;position:absolute;top:2%;left:22%;right:auto}
.bg-gradient-blur-wrapper-center{z-index:-2;width:100%;max-width:40%;min-height:60%;filter:blur(100px);justify-content:center;align-items:center;display:block;position:absolute;top:35%;left:35%}
.bg-gradient-blur-wrapper-center.services{min-height:50%;top:30%}
.bg-gradient-blue-services{width:60%;max-height:60%;min-height:60%;min-width:60%;background-color:var(--blue-702);border-bottom-right-radius:500px;position:absolute;top:auto;right:100px}
.bg-gradient-light-blue-services{width:60%;max-height:60%;min-height:60%;min-width:60%;background-color:var(--bg-gradient-royal-blue);border-bottom-right-radius:500px;position:absolute;top:auto;bottom:30px;right:0}
.bg-gradient-purple-services{width:47%;max-height:47%;min-height:47%;min-width:47%;background-color:var(--dodger-blue);border-bottom-right-radius:500px;position:absolute;top:auto;bottom:0;right:auto}
.bg-gradient-aquamarine-services{width:40%;max-height:40%;min-height:40%;min-width:50%;background-color:var(--aquamarine);border-bottom-right-radius:500px;position:absolute;top:auto;bottom:100px;left:0;right:auto}
.bg-gradient-dodger-services{width:40%;max-height:40%;min-height:40%;min-width:50%;background-color:var(--dodger-blue);border-bottom-right-radius:500px;position:absolute;top:auto;bottom:0;left:120px;right:auto}
.bg-gradient-teal-services{width:40%;max-height:40%;min-height:40%;min-width:50%;background-color:var(--cyan);border-bottom-right-radius:500px;position:absolute}
.bg-gradient-blur-wrapper-funding{z-index:-2;width:100%;max-width:35%;min-height:90%;opacity:.7;filter:blur(100px);justify-content:center;align-items:center;display:none;position:absolute;top:auto;bottom:-200px;left:auto;right:-200px}
.bg-gradient-blur-wrapper-about-right{z-index:-2;width:100%;max-width:35%;min-height:25%;filter:blur(100px);justify-content:center;align-items:center;display:block;position:absolute;top:auto;bottom:-7%;left:auto;right:-18%}
.bg-gradient-blur-wrapper-about-left{z-index:-2;width:100%;max-width:30%;min-height:20%;filter:blur(100px);justify-content:center;align-items:center;display:block;position:absolute;top:1%;left:-10%}
.bg-gradient-blur-wrapper-right-team-details{z-index:-2;width:100%;max-width:35%;min-height:35%;filter:blur(100px);justify-content:center;align-items:center;display:block;position:absolute;top:auto;bottom:0%;left:auto;right:-20%;overflow:hidden}
.bg-gradient-blur-wrapper-left-team-details{z-index:-2;width:100%;max-width:35%;min-height:30%;filter:blur(100px);justify-content:center;align-items:center;display:block;position:absolute;top:26%;bottom:auto;left:-20%;overflow:hidden}
.bg-gradient-blur-wrapper-right-contact{z-index:-2;width:100%;max-width:35%;min-height:50%;filter:blur(100px);justify-content:center;align-items:center;display:block;position:absolute;top:auto;bottom:15%;left:auto;right:-20%}
.bg-gradient-blur-wrapper-left-contact{z-index:-2;width:100%;max-width:35%;min-height:30%;filter:blur(100px);justify-content:center;align-items:center;display:block;position:absolute;top:-30%;bottom:auto;left:-16%}
.bg-gradient-blur-wrapper-right-legal{z-index:-2;width:100%;max-width:30%;min-height:12%;filter:blur(100px);justify-content:center;align-items:center;display:block;position:absolute;top:9%;left:auto;right:-14%}
.bg-gradient-blur-wrapper-right-legal.data-privacy{min-height:2%;top:1%;right:-20%}
.bg-gradient-blur-wrapper-left-legal{z-index:-2;width:100%;max-width:25%;min-height:12%;filter:blur(100px);justify-content:center;align-items:center;display:block;position:absolute;top:-8%;bottom:auto;left:-9%;right:auto}
.bg-gradient-blur-wrapper-left-legal.data-privacy{min-height:2%;top:-2%;left:-10%}
.bg-gradient-blur-wrapper-center-copy{z-index:-2;width:100%;max-width:40%;min-height:80%;filter:blur(100px);justify-content:center;align-items:center;display:block;position:absolute;top:10%;left:30%}
.bg-gradient-blur-wrapper-center-copy.services{min-height:50%;top:30%}
@media (min-width:1920px) {
  .bg-gradient-teal{background-color:var(--cyan)}
}
@media (max-width:991px) {
  .bg-gradient-blur-wrapper-right{max-width:40%;min-height:30%;display:none;top:10%;bottom:auto;right:-21%}
  .bg-gradient-blur-wrapper-left{min-height:20%;display:none;top:82%}
  .bg-gradient-blur-wrapper-center{max-width:60%;min-height:60%;display:none;top:20%;left:28%}
  .bg-gradient-blur-wrapper-center.services{display:none}
  .bg-gradient-blur-wrapper-funding{min-height:420px}
  .bg-gradient-blur-wrapper-about-right{min-height:10%;display:none;bottom:-4%}
  .bg-gradient-blur-wrapper-about-left{min-height:10%;display:none}
  .bg-gradient-blur-wrapper-right-team-details,.bg-gradient-blur-wrapper-left-team-details,.bg-gradient-blur-wrapper-right-contact,.bg-gradient-blur-wrapper-left-contact,.bg-gradient-blur-wrapper-right-legal{min-height:420px;display:none}
  .bg-gradient-blur-wrapper-right-legal.data-privacy{min-height:1%}
  .bg-gradient-blur-wrapper-left-legal{min-height:420px;display:none}
  .bg-gradient-blur-wrapper-center-copy{max-width:60%;min-height:60%;display:none;top:20%;left:28%}
  .bg-gradient-blur-wrapper-center-copy.services{display:none}
}
@media (max-width:767px) {
  .bg-gradient-blur-wrapper-center{min-height:45%;top:30%;left:27%}
  .bg-gradient-blur-wrapper-right-legal.data-privacy{min-height:.5%}
  .bg-gradient-blur-wrapper-center-copy{min-height:45%;top:30%;left:27%}
}
@media (max-width:479px) {
  .bg-gradient-blur-wrapper-right{max-width:50%;min-height:20%}
  .bg-gradient-blur-wrapper-center.services{display:none}
  .bg-gradient-blur-wrapper-about-left{min-height:5%;top:5%}
  .bg-gradient-blur-wrapper-right-legal.data-privacy{min-height:.5%}
  .bg-gradient-blur-wrapper-center-copy.services{display:none}
}
