/* ------------------------------------------------------------
   Base
   ------------------------------------------------------------ */

:root {
  --bg-dark: #090909;
  --card-bg: #1a1a1a4f;
  --card-border: #ffffff1f;
  --text: #ffffff;
  --muted: #ffffffc7;
  --font-primary: "Inter Tight", sans-serif;
  --bp-phone: 480px;
  --bp-tablet: 768px;
  --bp-desktop: 1024px;
  --page-gutter: clamp(16px, 3vw, 32px);
}

* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  margin: 0;
  overflow-x: hidden;
}

body {
  font-family: Arial, sans-serif;
  color: var(--text);
  background: black;
  position: relative;
  overflow-x: hidden;
}

img,
video,
iframe {
  max-width: 100%;
}

a,
button,
input,
textarea,
select {
  min-height: 44px;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 2px solid rgba(153, 199, 255, 0.95);
  outline-offset: 3px;
}

h1 {
  margin: 0 0 12px;
  font-size: clamp(28px, 5vw, 42px);
  line-height: 1.05;
}

h2 {
  margin: 0;
  font-family: "Inter Tight", sans-serif;
  color: #fdfdfd;
  font-size: 3rem;
  line-height: 1;
  font-weight: 800;
}

.glass-card {
  border-radius: 28px;
  backdrop-filter: blur(10px) saturate(150%);
  -webkit-backdrop-filter: blur(10px) saturate(150%);
  background-color: var(--card-bg);
  border: 1px solid var(--card-border);
  box-shadow:
    inset 0 0 0 1px #ffffff08,
    inset 1.8px 3px 1px -2.5px #ffffff40,
    inset -2px -2px 2px -2px #fff3,
    inset -3px -8px 1px -7px #ffffff26,
    inset -0.3px -1px 4px #0000001f,
    inset -1.5px 2.5px 3px -2px #0000002e,
    inset 0 3px 6px -2px #0000002e,
    inset 2px -6.5px 3px -4px #00000017,
    0 1px 6px #00000014,
    0 6px 18px #0000000f,
    inset 0 4px 31.2px -3px #2841597a;
}

/* ============================================================
   Fixed Header Elements (Logo + Nav)
   ============================================================ */

.site-logo {
  position: fixed;
  top: 15px;
  left: 30px;
  z-index: 100;
  width: 70px;
}

.site-logo img {
  display: block;
  width: 100%;
  height: auto;
  filter: invert(1);
}

.glass-nav {
  position: fixed;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 110;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.25rem;
  border-radius: 999px;
  background-color: #1a1a1a5e;
  border: 1px solid #ffffff2b;
  backdrop-filter: blur(14px) saturate(150%);
  -webkit-backdrop-filter: blur(14px) saturate(150%);
  box-shadow:
    inset 0 0 0 1px #ffffff08,
    inset 1.8px 3px 1px -2.5px #ffffff40,
    inset -2px -2px 2px -2px #fff3,
    inset -3px -8px 1px -7px #ffffff26,
    inset -0.3px -1px 4px #0000001f,
    inset -1.5px 2.5px 3px -2px #0000002e,
    inset 0 3px 6px -2px #0000002e,
    inset 2px -6.5px 3px -4px #00000017,
    0 1px 6px #00000014,
    0 6px 18px #0000000f,
    inset 0 4px 31.2px -3px #2841597a;
}

.glass-nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.24rem;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #f7f7f7;
  cursor: pointer;
}

.glass-nav-toggle-bar {
  display: block;
  width: 18px;
  height: 1.5px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

.glass-nav-links {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.glass-nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 0.85rem;
  border-radius: 999px;
  color: #f7f7f7;
  text-decoration: none;
  font-family: var(--font-primary);
  font-size: 0.88rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  transition: background-color 180ms ease, transform 180ms ease;
}

.glass-nav-link:hover {
  background-color: #ffffff14;
  transform: translateY(-1px);
}

.rotating-cards-embed {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
}

.rotating-cards-frame {
  position: relative;
  width: min(100%, 1200px);
  height: 100vh;
}

#rotating-cards-iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  pointer-events: none;
}

.rotating-cards-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: transparent;
}

/* ============================================================
   Hero Section (#hero)
   ============================================================ */
   
#hero {
  background: #000;
  -webkit-mask-image: linear-gradient(
    to bottom,
    #000 0%,
    #000 90%,
    transparent 100%
  );
  mask-image: linear-gradient(
    to bottom,
    #000 0%,
    #000 90%,
    transparent 100%
  );
}

#hero .section-heading{
  position: relative;
  z-index: 999;
  width: min(800px, 92vw);
  align-self: self-end;
  margin-bottom: 3rem;
}

#hero .section-heading h2 {
  background:
    radial-gradient(circle at left center, rgba(0, 47, 91, 0.6), rgba(103, 181, 255, 0) 54%),
    radial-gradient(circle at right center, rgba(0, 47, 91, 0.6), rgba(103, 181, 255, 0) 54%),
    linear-gradient(90deg, #dff3ff 0%, #f7fbff 50%, #dff3ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.stage {
  position: relative;
  isolation: isolate;
  overflow-x: hidden;
  overflow-y: visible;
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px var(--page-gutter);
}

.hero-video-wrap {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0;
  pointer-events: none;
}

.hero-video-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom, rgba(0, 0, 0, 0.32), rgba(0, 0, 0, 0.58)),
    radial-gradient(circle at center, transparent 0%, rgba(0, 0, 0, 0.35) 100%);
}

.hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-card {
  position: relative;
  z-index: 1;
  width: min(800px, 92vw);
  padding: 0 clamp(16px, 3vw, 32px);
  text-align: center;
  align-self: self-start;
}

.headline {
  font-family: var(--font-primary);
  font-weight: 300;
  line-height: 1;
  font-size: 1.2rem;
  color: #e3e3e3;
}

/* ============================================================
   Leistungen Section (#leistungen)
   ============================================================ */

.lg-wrap {
  margin-top: 10vh;
  padding: 1.5rem 5rem 5rem;
}

.section-text-box {
  margin-bottom: clamp(20px, 4vw, 48px);
}

.section-heading {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0.25rem 0;
}

.lg-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 3rem;
  grid-row-gap: 5rem;
  margin: 0;
}

.lg-card {
  position: relative;
  display: flex;
  flex-flow: column;
  gap: 1rem;
  width: 100%;
  height: 30rem;
  overflow: hidden;
}

.lg-frame {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0.2em;
  border-radius: 1rem;
  overflow: hidden;
  transition: opacity 0.5s ease;
  box-shadow:
    inset 0 0 0 1px #ffffff08,
    inset 1.8px 3px 1px -2.5px #ffffff40,
    inset -2px -2px 2px -2px #fff3,
    inset -3px -8px 1px -7px #ffffff26,
    inset -0.3px -1px 4px #0000001f,
    inset -1.5px 2.5px 3px -2px #0000002e,
    inset 0 3px 6px -2px #0000002e,
    inset 2px -6.5px 3px -4px #00000017,
    0 1px 6px #00000014,
    0 6px 18px #0000000f,
    inset 0 4px 31.2px -3px #2841597a;
}

.lg-frame:hover {
  opacity: 0.6;
}

.lg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.75rem;
}

.lg-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: #0000004d;
}

.lg-meta {
  position: absolute;
  inset: auto 5% 5%;
  z-index: 20;
  display: flex;
  justify-content: space-between;
  color: #fff;
}

.lg-meta-col {
  display: flex;
  flex-flow: column;
  gap: 0.2em;
  justify-content: space-between;
  align-items: flex-start;
}

.lg-title {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.15;
  font-weight: 400;
}

.lg-tag {
  color: #9f9e9e;
  font-size: 1.1rem;
}

.lg-pill {
  cursor: pointer;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  padding: 0.25rem 0.75rem;
  border-radius: 5rem;
  background-color: #1a1a1a4f;
  backdrop-filter: blur(20px) saturate(150%);
  -webkit-backdrop-filter: blur(20px) saturate(150%);
  box-shadow:
    inset 0 0 0 1px #ffffff08,
    inset 1.8px 3px 1px -2.5px #ffffff40,
    inset -2px -2px 2px -2px #fff3,
    inset -3px -8px 1px -7px #ffffff26,
    inset -0.3px -1px 4px #0000001f,
    inset -1.5px 2.5px 3px -2px #0000002e,
    inset 0 3px 6px -2px #0000002e,
    inset 2px -6.5px 3px -4px #00000017,
    0 1px 6px #00000014,
    0 6px 18px #0000000f,
    inset 0 4px 31.2px -3px #2841597a;
  transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.lg-pill:hover {
  transform: translateY(-0.25rem);
}

.lg-pill-track {
  height: 1.5rem;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  overflow-y: clip;
}

.lg-arrow {
  min-height: 100%;
  transform: rotate(180deg);
}

.lg-plus {
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f7f7f7;
  font-family: var(--font-primary);
  font-size: 3.5rem;
  font-weight: 200;
  line-height: 1;
}


/* ============================================================
   ueber-uns-section
   ============================================================ */

#ueber-uns-section {
  position: relative;
  padding: 2.5rem 4rem 0;
  overflow: hidden;
}

.ueber-uns-shell {
  position: relative;
  z-index: 1;
  max-width: 1720px;
  margin: 0 auto;
}

#ueber-uns-section .section-text-box {
  margin-bottom: 0;
}

#ueber-uns-section .section-heading {
  max-width: 1420px;
  margin-bottom: 0;
}

#ueber-uns-section .section-heading h2 {
  max-width: none;
  font-size: 3.5rem;
  line-height: 1.1;
  background-image: linear-gradient(180deg, #9099b8 0%, #fcfcfe 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  white-space: nowrap;
  font-weight: 700;
  text-align: center;
  margin-bottom: 5rem;
}

.team-stage {
  position: relative;
  min-height: 500px;
  padding: 0;
  margin-top: -3.5rem;
  overflow: hidden;
}

.team-stage-bg {
  position: absolute;
  top: 3.5rem;
  width: 45vw;
  height: 520px;
  opacity: 0.16;
  filter: blur(1px);
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.team-stage-bg-left {
  left: 0;
  background-image: url("assets/bg-left.png");
}

.team-stage-bg-right {
  right: 10vw;
  width: 30vw;
  height: 420px;
  background-image: url("assets/bg-right.png");
}

.team-stage-pill {
  position: absolute;
  left: 50%;
  top: 1rem;
  transform: translateX(-50%);
  z-index: 4;
  padding: 0.7rem 1.55rem;
  border-radius: 999px;
  font-family: var(--font-primary);
  font-size: clamp(1.15rem, 1.8vw, 1.9rem);
  color: #d9e6ff;
  border: 2px solid rgba(105, 145, 255, 0.96);
  background: rgba(8, 11, 22, 0.8);
  box-shadow: 0 0 0 6px rgba(60, 94, 198, 0.14);
}

.team-stage-columns {
  position: absolute;
  inset: 1rem 0 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: start;
}

.team-column {
  position: absolute;
  top: -4.5rem;
  width: min(50%, 760px);
  height: 470px;
}

.team-column-left {
  left: 2%;
}

.team-column-right {
  right: 2%;
}

.team-card,
.team-figure {
  position: absolute;
  bottom: 0;
}

.team-card {
  min-height: 460px;
  overflow: visible;
  display: flex;
  align-items: flex-end;
  padding: 0;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.team-card-primary {
  width: clamp(260px, 28vw, 460px);
  height: 100%;
  z-index: 2;
  overflow: hidden;
}

.team-column-left .team-card-primary {
  right: 0;
}

.team-column-right .team-card-primary {
  left: 0;
}

.team-card-primary .team-meta {
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
}

.team-card-primary::before,
.team-figure::before {
  content: "";
  position: absolute;
  inset: 20% 10% 0;
  z-index: 0;
  background: radial-gradient(circle at center, rgba(44, 59, 112, 0.46), transparent 64%);
  filter: blur(30px);
}

.team-photo {
  position: absolute;
  left: 50%;
  bottom: 2.5rem;
  width: 90%;
  height: 100%;
  transform: translateX(-50%) scale(1.06);
  object-fit: contain;
  object-position: center bottom;
  z-index: 1;
  transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1), filter 260ms ease;
  filter: saturate(1.06) contrast(1.04);
}

.team-image-trigger {
  position: absolute;
  inset: 0;
  z-index: 2;
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  cursor: pointer;
}

.team-meta {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  width: 100%;
  margin: 0;
  padding: 1.15rem 1.25rem;
  border-radius: 18px;
  background: rgba(10, 10, 13, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  text-align: left;
  box-shadow:
    0 20px 34px rgba(0, 0, 0, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.team-meta-copy {
  flex: 1 1 auto;
  min-width: 0;
}

.team-meta h3 {
  margin: 0;
  font-family: var(--font-primary);
  font-size: clamp(1.35rem, 2vw, 2rem);
  font-weight: 700;
  letter-spacing: 0.01em;
}

.team-meta p {
  margin: 0.35rem 0 0;
  color: #ffffffcf;
  font-size: 1rem;
  line-height: 1.35;
}

.team-meta .lg-pill {
  flex: 0 0 auto;
  margin-left: auto;
}

.team-meta .team-pill-trigger {
  border: 0;
}

.team-meta .lg-pill-track {
  height: 100%;
  justify-content: center;
}

.team-meta .lg-plus {
  position: relative;
  display: block;
  width: 1.55rem;
  height: 1.55rem;
  min-height: auto;
  font-size: 0;
  line-height: 0;
}

.team-meta .lg-plus::before,
.team-meta .lg-plus::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: #f7f7f7;
  transform: translate(-50%, -50%);
  border-radius: 999px;
}

.team-meta .lg-plus::before {
  width: 100%;
  height: 1.5px;
}

.team-meta .lg-plus::after {
  width: 1.5px;
  height: 100%;
}

#ueber-uns-section .lg-pill {
  transition: none;
}

#ueber-uns-section .lg-pill:hover {
  transform: none;
}

.team-figure {
  width: clamp(160px, 18vw, 300px);
  height: clamp(220px, 34vw, 420px);
  opacity: 0.82;
  filter: saturate(0.92);
  z-index: 1;
}

.team-column-left .team-figure-small {
  left: 0;
  transform: scale(0.82);
  transform-origin: center bottom;
}

.team-column-right .team-figure-small {
  right: 0;
  transform: scale(0.82);
  transform-origin: center bottom;
}

.team-figure .team-photo {
  transform: translateX(-50%) scale(0.98);
}

.team-figure .team-meta-small {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  width: 100%;
  margin: 0;
  padding: 0.5rem 0.5rem;
  border-radius: 14px;
}

.team-figure .team-meta-small h3 {
  font-size: clamp(1rem, 1.15vw, 1.2rem);
}

.team-figure .team-meta-small p {
  margin-top: 0.2rem;
  font-size: 0.78rem;
}

.team-figure .team-pill-static {
  width: 2.8rem;
  height: 2.8rem;
  flex: 0 0 auto;
}

.team-figure .team-pill-static .lg-pill-track {
  height: 100%;
  justify-content: center;
}

.team-figure .team-pill-static .lg-plus {
  position: relative;
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  min-height: auto;
  font-size: 0;
  line-height: 0;
}

.team-figure .team-pill-static .lg-plus::before,
.team-figure .team-pill-static .lg-plus::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: #f7f7f7;
  transform: translate(-50%, -50%);
  border-radius: 999px;
}

.team-figure .team-pill-static .lg-plus::before {
  width: 100%;
  height: 1.5px;
}

.team-figure .team-pill-static .lg-plus::after {
  width: 1.5px;
  height: 100%;
}

.team-card-josh .team-photo,
.team-figure-josh .team-photo {
  object-position: center bottom;
}

.team-stage-dots {
  position: absolute;
  left: 50%;
  bottom: 1.8rem;
  transform: translateX(-50%);
  display: flex;
  gap: 0.65rem;
}

.team-stage-dots span {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.team-stage-dots span:nth-child(2),
.team-stage-dots span:nth-child(3) {
  opacity: 0.82;
}

.team-popup-backdrop {
  position: fixed;
  inset: 0;
  z-index: 220;
  display: none;
  place-items: center;
  padding: 1.25rem;
  background: #040404a8;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.team-popup-backdrop.is-open {
  display: grid;
}

.team-popup {
  position: relative;
  width: min(560px, 100%);
  padding: 2rem;
}

.team-popup h3 {
  margin: 0;
  font-size: clamp(1.55rem, 2.5vw, 2rem);
}

.team-popup-role {
  margin: 0.45rem 0 2rem;
  color: #ffffffcf;
  font-size: 1rem;
}

.team-popup-copy {
  margin: 1.05rem 0 1rem;
  color: #ffffffd9;
  line-height: 1.5;
}

.team-popup-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  margin: 0;
  border: 0;
  padding: 0.25rem 0.75rem;
  appearance: none;
  cursor: pointer;
}

.team-popup-close .lg-pill-track {
  height: 1.5rem;
  justify-content: center;
}

.team-popup-close-x {
  position: relative;
  display: block;
  width: 1.15rem;
  height: 1.15rem;
}

.team-popup-close-x::before,
.team-popup-close-x::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 1.5px;
  background: #f3f6f8;
  border-radius: 999px;
  transform-origin: center;
}

.team-popup-close-x::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.team-popup-close-x::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.team-card:hover {
  transform: translateY(-4px);
}

.team-card:hover .team-photo {
  transform: translateX(-50%) scale(1.11);
}

#text-section {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
  padding: 0 4rem 8rem;
  margin: -1.5rem auto 0;
  max-width: 1720px;
}

#text-section h2 {
  font-size: 3rem;
  font-weight: 500;
}

#text-section .info-card {
  position: relative;
  min-height: 340px;
  padding: 2rem 2.25rem 2.4rem;
  text-align: left;
  font-weight: 400;
  transition: background-color 180ms ease, transform 180ms ease;
  overflow: hidden;
}

#text-section .info-card:hover {
  transform: translateY(-4px);
}

#text-section .info-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(169, 193, 255, 0.14), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.info-card {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  align-items: start;
  gap: 1.5rem;
}

.info-card-icon {
  position: relative;
  z-index: 1;
  width: 104px;
  height: 104px;
  border-radius: 28px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.16);
}

.info-card-icon img {
  width: 66%;
  height: 66%;
  object-fit: contain;
}

.info-card-copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1.5rem;
}

.info-card-copy p {
  margin: 0;
  font-family: var(--font-primary);
  font-size: clamp(1.2rem, 1.8vw, 1.9rem);
  line-height: 1.05;
  color: rgba(255, 255, 255, 0.88);
  letter-spacing: -0.02em;
}

.info-card-tech .info-card-copy,
.info-card-brand .info-card-copy {
  display: contents;
}

.info-card-tech .info-card-copy h2,
.info-card-brand .info-card-copy h2 {
  grid-column: 2;
}

.info-card-tech .info-card-copy p,
.info-card-brand .info-card-copy p {
  grid-column: 1 / -1;
}


/* ============================================================
        Foot-in-the-Door Section 
   ============================================================ */

.shared-bg {
  position: relative;
}

.shared-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 100% 0%, rgba(181, 124, 246, 0.13), transparent 35%),
    radial-gradient(circle at 0% 25%, rgba(124, 128, 246, 0.17), transparent 35%),
    radial-gradient(circle at 100% 55%, rgba(60%, 99.22%, 100%, 0.14), transparent 25%),
    radial-gradient(circle at 0% 80%, rgba(181, 124, 246, 0.13), transparent 25%);
  z-index: -1;
}


#Foot-in-the-Door-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 1.15fr) minmax(280px, 0.85fr);
  gap: 1.5rem 2rem;
  align-items: start;
  padding: 2rem 6rem 6rem;
  max-width: 1400px;
  margin: 5rem auto;
}

#Foot-in-the-Door-section .section-heading,
#Foot-in-the-Door-section .section-subheading {
  grid-column: 1 / -1;
}

#Foot-in-the-Door-section .section-heading {
  justify-content: flex-start;
  text-align: left;
}

#Foot-in-the-Door-section .section-heading h2 {
  font-size: clamp(2rem, 4.4vw, 3.4rem);
  line-height: 1.08;
  padding-bottom: 0.06em;
  color: white;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(230deg, #ffffff 30%, #99fdffcc 40%, #b57cf69a 100%);
}

#Foot-in-the-Door-section .section-subheading {
  justify-content: flex-start;
  text-align: left;
}

#Foot-in-the-Door-section .section-subheading h2 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(1.02rem, 1.5vw, 1.35rem);
  line-height: 1.42;
  font-weight: 400;
  color: #ffffffc7;
}

.fitd2-benefits {
  grid-column: 1 / 2;
  grid-row: 3;
  width: min(640px, 100%);
  padding: 1.8rem;
  background:
    radial-gradient(circle at 0% 0%, #99fdff19 0%, #99fdff00 55%),
    radial-gradient(circle at 100% 100%, #b57cf61c 0%, #b57cf600 40%),
    #16161666;
}

.fitd2-benefits-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.8rem;
}

.fitd2-benefits-list li {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin: 0;
  color: #f5f7ff;
  font-size: clamp(1rem, 1.8vw, 1.18rem);
  line-height: 1.35;
}

.fitd-card {
  width: min(420px, 92vw);
  padding: 4rem 1.5rem;
  text-align: center;
  background-image:
    radial-gradient(circle closest-side, #ffffff08, #010101),
    url("assets/insight-card/background-lines.svg");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.fitd-metric {
  margin-bottom: 0.1em;
  font-family: var(--font-primary);
  font-size: clamp(3rem, 8vw, 4.5rem);
  line-height: 0.8;
  font-weight: 800;
  background-image: linear-gradient(#fff, #fff0);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.fitd-label {
  margin-bottom: 0.8rem;
  color: #fdfdfd;
  font-size: clamp(1.3rem, 4vw, 2.2rem);
  font-weight: 600;
  text-transform: capitalize;
}

.fitd-copy {
  margin: 0;
  color: #ffffffc7;
  font-size: 1rem;
  line-height: 1.5;
}

.fitd2-price {
  grid-column: 2 / 3;
  grid-row: 3;
  align-self: start;
  justify-self: end;
  background-image:
    radial-gradient(circle at 130% 80%, #99fdff17 0%, #99fdff00 55%),
    radial-gradient(circle at -10% 50%, #b57cf620 0%, #b57cf600 50%),
    radial-gradient(circle closest-side, #ffffff08, #010101),
    url("assets/insight-card/background-lines.svg");
  background-position: 0 0, 0 0, 0 0, 50%;
  background-repeat: no-repeat, no-repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
}

.button-wrapper {
  box-shadow: inset 0 0 0 7px white;
  width: max-content;
  border-radius: 999px;
  padding: 3px 3px 0 3px;
  margin: 0;
}

.button-wrapper:hover {
  transform: translateY(-2px);
}

.animated-button-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.65rem;
  width: max-content;
  overflow: visible;
  margin: -100px 0 0 clamp(0px, 14vw, 200px);
}

.animated-button-wrapper {
  position: relative;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7rem;
  height: 7rem;
  border-radius: 5rem;
  overflow: hidden;
  isolation: isolate;
}

#animation-trigger {
  position: absolute;
  inset: 0;
  display: block;
  border: 0;
  background: transparent;
  appearance: none;
  z-index: 3;
  width: 100%;
  height: 100%;
  padding: 0;
  border-radius: inherit;
  cursor: pointer;
}

.animation-trigger-caption {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.15rem;
  text-align: center;
  width: max-content;
  overflow: visible;
}

.animation-trigger-caption h2 {
  z-index: 3;
  margin: 0;
  white-space: nowrap;
  font-family: "Inter Tight", sans-serif;
  font-size: clamp(1.15rem, 1.9vw, 1.6rem);
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0;
  background:
    radial-gradient(circle at left center, rgba(0, 47, 91, 0.6), rgba(103, 181, 255, 0) 54%),
    radial-gradient(circle at right center, rgba(0, 47, 91, 0.6), rgba(103, 181, 255, 0) 54%),
    linear-gradient(90deg, #dff3ff 0%, #f7fbff 50%, #dff3ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.animation-trigger-arrow {
  display: block;
  font-size: 1.4rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.9);
}

.animation-trigger-button {
  line-height: 0;
}

.animation-trigger-media {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  pointer-events: none;
}

.animation-trigger-cover {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  border-radius: inherit;
  background:
    radial-gradient(circle at center, rgba(26, 26, 26, 0.01) 0%, rgba(26, 26, 26, 0.03) 42%, rgba(26, 26, 26, 0.16) 72%, rgba(26, 26, 26, 0.42) 100%),
    radial-gradient(circle at 35% 30%, rgba(255, 255, 255, 0.08), transparent 12%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.28));
  backdrop-filter: blur(20px) saturate(150%);
  -webkit-backdrop-filter: blur(20px) saturate(150%);
  box-shadow:
    inset 0 0 0 1.5px rgba(255, 255, 255, 0.1),
    inset 0 0 0 3px rgba(255, 255, 255, 0.035),
    inset 1px 2px 1px -2px #ffffff3a,
    inset -1px -1px 1px -1px #ffffff2b,
    inset -2px -4px 1px -5px #ffffff1f,
    inset 0 -0.5px 2px #00000012,
    inset -1px 1.5px 2px -2px #00000020,
    inset 0 2px 3px -3px #0000001f,
    inset 1px -3px 2px -4px #00000012,
    0 1px 6px #00000014,
    0 6px 18px #0000000f,
    0 0 10px rgba(255, 255, 255, 0.05);
  pointer-events: none;
  opacity: 0.80;
}

.animation-trigger-video {
  display: block;
  width: 70%;
  height: 70%;
  object-fit: contain;
  object-position: center;
  filter: brightness(4);
  -webkit-mask-image: linear-gradient(
    to bottom,
    #000 0%,
    #000 10%,
    transparent 100%
  );
  mask-image: linear-gradient(
    to bottom,
    #000 0%,
    #000 10%,
    transparent 100%
  );
}

@media (max-width: 720px) {
  .animated-button-stack {
    width: min(280px, 62vw);
    margin-left: 0;
  }

  .animated-button-wrapper {
    width: 7rem;
    height: 7rem;
  }
}

#Foot-in-the-Door-section .button-wrapper {
  grid-column: 1 / 2;
  grid-row: 4;
  justify-self: center;
  margin-top: -7rem;
}

/* ============================================================
   Strategy Call Section
   ============================================================ */

#strategy-call-section {
  position: relative;
  padding: 0rem 0 1.35rem;
  isolation: isolate;
}

.strategy-call-shell {
  width: min(1420px, calc(100% - 6.5rem));
  margin: 0 auto;
}

.strategy-call-card {
  position: relative;
  min-height: 522px;
  padding: 1rem;
  border-radius: 54px;
  display: grid;
  grid-template-columns: minmax(0, 1.52fr) minmax(324px, 0.78fr);
  gap: 0;
  align-items: stretch;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0) 10%, rgba(52, 64, 149, 0.2) 100%),
    linear-gradient(180deg, rgba(11, 11, 18, 0.94) 0%, rgba(4, 4, 8, 0.98) 100%);
  border: 1px solid rgba(204, 207, 255, 0.16);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    inset 0 0 0 1px rgba(255, 255, 255, 0.05),
    0 30px 80px rgba(0, 0, 0, 0.38);
  overflow: visible;
}

.strategy-call-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(180deg, rgba(230, 233, 255, 0.24), rgba(230, 233, 255, 0) 10%, rgba(230, 233, 255, 0) 90%, rgba(132, 140, 255, 0.2)),
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.11), transparent 32%),
    radial-gradient(circle at bottom left, rgba(255, 255, 255, 0.05), transparent 24%),
    radial-gradient(circle at bottom right, rgba(88, 95, 196, 0.18), transparent 30%);
  pointer-events: none;
  z-index: 2;
}

.strategy-call-card::after {
  content: "";
  position: absolute;
  inset: -7px;
  border-radius: 63px;
  border: 10px solid rgba(160, 165, 208, 0.14);
  box-shadow:
    inset 0 14px 24px rgba(255, 255, 255, 0.08),
    inset 0 -14px 24px rgba(67, 72, 129, 0.24);
  pointer-events: none;
  z-index: -1;
}

.strategy-call-tag {
  position: absolute;
  top: -1.5rem;
  left: 7.75rem;
  z-index: 5;
  padding: 0.16rem 1.3rem 0.34rem;
  font-family: var(--font-primary);
  font-size: clamp(1.3rem, 1.8vw, 2.05rem);
  font-weight: 300;
  color: rgba(255, 255, 255, 0.78);
  background: #080312;
  letter-spacing: -0.03em;
  line-height: 1;
  white-space: nowrap;
}

.strategy-call-copy {
  position: relative;
  z-index: 5;
  display: grid;
  align-content: center;
  justify-items: center;
  text-align: center;
  gap: 1.9rem;
  padding: 4.2rem 1.6rem 2.9rem 2.9rem;
}

.strategy-call-copy h2 {
  max-width: 17ch;
  margin: 0;
  font-size: clamp(3.15rem, 3.6vw, 4.6rem);
  line-height: 0.9;
  font-weight: 600;
  background-image: linear-gradient(180deg, #c4c5cb 0%, #f7f7fb 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  letter-spacing: -0.06em;
}

.strategy-call-copy p {
  max-width: 24ch;
  margin: 0;
  font-family: var(--font-primary);
  font-size: clamp(1.4rem, 1.55vw, 2rem);
  line-height: 0.96;
  color: rgba(255, 255, 255, 0.62);
  letter-spacing: -0.03em;
}

.strategy-call-button {
  width: min(100%, 468px);
}

.strategy-call-button cta-button {
  display: block;
  width: 100%;
}

.strategy-call-media {
  position: relative;
  z-index: 1;
  min-height: 100%;
  border-radius: 30px 43px 43px 30px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(7, 7, 12, 0.06), rgba(7, 7, 12, 0.22));
  box-shadow:
    inset 0 0 100px rgba(0, 0, 0, 0.24),
    inset -90px 0 140px rgba(0, 0, 0, 0.36),
    inset 0 0 60px rgba(0, 0, 0, 0.18);
}

.strategy-call-media-overlay {
  display: none;
}

.strategy-call-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
  filter: saturate(0.9) contrast(1.02) brightness(0.94);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0) 3%, rgba(0, 0, 0, 0.55) 22%, rgba(0, 0, 0, 0.9) 32%, #000 42%, #000 100%);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0) 3%, rgba(0, 0, 0, 0.55) 22%, rgba(0, 0, 0, 0.9) 32%, #000 42%, #000 100%);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.strategy-call-mark-clip {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: inherit;
  pointer-events: none;
  z-index: 3;
}

.strategy-call-mark {
  position: absolute;
  left: -8rem;
  bottom: -5rem;
  width: min(30vw, 500px);
  opacity: 0.07;
  filter: brightness(1.45);
}

/* ============================================================
   Growth System Section
   ============================================================ */

#growth-system-section {
  position: relative;
  isolation: isolate;
  margin: 0 auto 0;
  padding: 2rem 0 1rem;
  justify-content: center;
  font-family: "Canva Sans", "Inter Tight", sans-serif;
}

#leistungen-bg-img {
  position: absolute;
  max-width: 45vw;
  height: auto;
  bottom: 0;
  right: -23vw;
  z-index: -1;
  opacity: 0.1;
}

#growth-system-section::before {
  content: "";
  position: absolute;
  top: -2rem;
  bottom: 0;
  left: 50%;
  z-index: -2;
  width: 100vw;
  transform: translateX(-50%);
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: 0 0, 0 0, 0 0, 0 0, 0 0;
  background-size: 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%;
  background-blend-mode: normal, screen, screen, normal, normal;
  opacity: 0.94;
  pointer-events: none;
}

#growth-system-section .section-heading {
  justify-content: center;
  text-align: left;
  margin-bottom: 3rem;
  width: min(1320px, calc(100vw - 3rem));
  margin-left: 50%;
  transform: translateX(-50%);
}

#growth-system-section .section-heading h2 {
  max-width: none;
  font-size: 3.5rem;
  line-height: 1.1;
  background-image: linear-gradient(180deg, #9099b8 0%, #fcfcfe 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  white-space: nowrap;
  font-weight: 700;
}

.growth-system-layout {
  width: min(880px, calc(100% - 3rem));
  margin-inline: auto;
  display: grid;
  grid-template-columns: 0.86fr 0.56fr 0.86fr;
  grid-template-areas:
    "feature feature tall"
    "web partner tall"
    "web ai ai";
  gap: 0.8rem;
  align-items: stretch;
}

.growth-card {
  position: relative;
  overflow: hidden;
  min-height: 200px;
  padding: 1.35rem;
  background-color: rgba(24, 24, 34, 0.58);
  isolation: isolate;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    0 10px 24px rgba(0, 0, 0, 0.16);
}


.growth-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(8, 8, 16, 0.18) 0%, rgba(7, 7, 14, 0.74) 100%),
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.12), transparent 36%),
    radial-gradient(circle at bottom right, rgba(77, 96, 255, 0.16), transparent 36%),
    var(--growth-card-image, none);
  background-size: auto, auto, auto, cover;
  background-position: 0 0, 0 0, 0 0, center;
  background-repeat: no-repeat;
  filter: blur(var(--growth-card-blur, 0px));
  transform: scale(calc(1 + (var(--growth-card-blur, 0px) / 40)));
  border-radius: 28px;
}

.growth-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0) 52%),
    radial-gradient(circle at center, rgba(0, 0, 0, 0) 46%, rgba(0, 0, 0, 0.5) 78%, rgba(0, 0, 0, 0.82) 100%);
  box-shadow:
    inset 0 0 38px rgba(39, 48, 62, 0.34),
    inset 0 0 76px rgba(39, 48, 62, 0.52),
    inset 0 0 120px rgba(39, 48, 62, 0.42);
}

.growth-card > * {
  position: relative;
  z-index: 2;
}

.growth-card-video {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.92) brightness(0.98);
  pointer-events: none;
}

.growth-card h3 {
  max-width: 12ch;
  margin: 0;
  font-family: "Canva Sans", "Inter Tight", sans-serif;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 500;
  background-image: linear-gradient(180deg, #b8bac3 0%, #fcfcfe 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  letter-spacing: -0.03em;
}

.growth-pill-trigger {
  position: absolute;
  right: 1.35rem;
  bottom: 1.35rem;
  border: 0;
  padding: 0;
}

.growth-pill-trigger .lg-pill-track {
  height: 1.5rem;
}

.growth-card-feature {
  grid-area: feature;
  min-height: 260px;
  --growth-card-image: url("assets/leistungen-section/top_left.jpeg");
  --growth-card-blur: 2px;
}

.growth-card-tall {
  grid-area: tall;
  min-height: 540px;
  --growth-card-image: url("assets/leistungen-section/top_right.jpeg");
  --growth-card-blur: 2px;
}

.growth-card-web {
  grid-area: web;
  min-height: 280px;
  --growth-card-image: url("assets/leistungen-section/bottom-left.jpeg");
  --growth-card-blur: 2px;
}

.growth-card-partner {
  grid-area: partner;
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background:
    radial-gradient(circle at 50% 35%, rgba(255, 255, 255, 0.12), transparent 20%),
    radial-gradient(circle at 50% 100%, rgba(98, 121, 255, 0.18), transparent 42%),
    rgba(18, 18, 34, 0.48);
}

.growth-card-partner h3 {
  max-width: none;
  font-size: clamp(2.4rem, 4.2vw, 3rem);
}

.growth-card-ai {
  grid-area: ai;
  min-height: 220px;
  --growth-card-image: url("assets/leistungen-section/bottom_right.jpeg");
  --growth-card-blur: 2px;
}

@media (max-width: 1100px) {
  #growth-system-section {
    width: min(100%, calc(100% - 3rem));
  }

  .growth-system-layout {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "feature feature"
      "tall partner"
      "web ai";
  }

  .growth-card-tall {
    min-height: 360px;
  }

  .growth-card-web,
  .growth-card-ai {
    min-height: 280px;
  }
}

@media (max-width: 720px) {
  #growth-system-section {
    width: min(100%, calc(100% - 2rem));
    margin-bottom: 4rem;
  }

  #growth-system-section::before {
    top: -1.5rem;
    bottom: 0;
    width: calc(100vw - 1rem);
    opacity: 0.58;
    background-position: center top;
  }

  #growth-system-section .section-heading {
    width: 100%;
    margin-left: 0;
    transform: none;
  }

  .growth-system-layout {
    grid-template-columns: 1fr;
    grid-template-areas:
      "feature"
      "tall"
      "web"
      "partner"
      "ai";
  }

  .growth-card,
  .growth-card-feature,
  .growth-card-tall,
  .growth-card-web,
  .growth-card-partner,
  .growth-card-ai {
    min-height: 220px;
  }

  .growth-card h3 {
    max-width: 13ch;
    font-size: clamp(1.8rem, 8vw, 2.8rem);
  }

  #growth-system-section .section-heading h2 {
    white-space: normal;
  }
}


/* ============================================================
                          Footer
   ============================================================ */
footer {
  padding: 3.5rem 0 2.5rem;
  color: #111;
  background: #fff;
}

.wrapper {
  width: min(1300px, 92%);
  margin: 0 auto;
}

.grid-2 {
  display: grid;
  align-items: start;
  gap: 2.5rem;
  grid-template-columns: 1.2fr 1fr;
}

footer h2 {
  margin: 0 0 1rem 0;
  font-size: 2rem;
}

.muted {
  line-height: 1.6;
  color: #444;
}

.small p {
  margin: 0.2rem 0;
  font-size: 0.95rem;
}

.card {
  display: grid;
  gap: 1rem;
  min-height: 220px;
  padding: 1.5rem;
  border: 2px solid #111;
  border-radius: 1.25rem;
  background: #fff;
}

#map {
  background: url("../assets/Karte.png") center / cover no-repeat;
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  width: fit-content;
  max-height: 50px;
  padding: 0.45rem 0.9rem;
  border: 2px solid white;
  border-radius: 999px;
  font-weight: 600;
  color: white;
  background: rgba(0, 0, 0, 0.35);
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid #111;
  font-size: 0.9rem;
  color: #222;
}
footer a {
 text-decoration: underline;
}

@media (max-width: 900px) {
  .grid-2 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  footer {
    padding: 2.5rem 0 2rem;
  }
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* ============================================================
                          Footer
   ============================================================ */

footer  {
  background: #000;
  width: 100vw;
  margin: 3.5rem auto 4.5rem;
  padding: 2.5rem 0;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
  color: white;
}
footer h1 {
  margin: 0 0 1.5rem;
  font-size: clamp(2rem, 4vw, 3.25rem);
  letter-spacing: 0.08rem;
  text-transform: uppercase;
  color: white;
}
footer p {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.8;
  color: white;
  white-space: pre-line;
}
footer a {
  text-decoration: underline;
  color: rgb(110, 143, 255);
}
.footer-bottom {
  color: white;
}
footer img {
  width: 10vw;
  position: absolute;
  right: 0;
}
.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.small2 {
  text-align: end;
}
@media (max-width: 700px) {
  footer {
    padding: 2rem 1.5rem;
  }
  footer h1 {
    letter-spacing: 0.05rem;
  }
}

@media (max-width: 1024px) {
  h2 {
    font-size: clamp(2rem, 5vw, 3rem);
  }

  .stage {
    padding-top: 104px;
  }

  #ueber-uns-section .section-heading h2,
  #growth-system-section .section-heading h2 {
    white-space: normal;
  }

  #text-section {
    width: min(100%, 1720px);
    grid-template-columns: 1fr;
    padding: 0 var(--page-gutter) 5rem;
    margin-top: 0;
    overflow-x: clip;
  }

  .info-card {
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 1.25rem;
  }

  #Foot-in-the-Door-section {
    width: min(100%, 1400px);
    grid-template-columns: 1fr;
    gap: 1.25rem;
    padding: 2rem var(--page-gutter) 4rem;
    margin: 4rem auto;
    overflow-x: clip;
  }

  .fitd2-benefits,
  .fitd2-price,
  #Foot-in-the-Door-section .button-wrapper {
    grid-column: 1;
    grid-row: auto;
  }

  .fitd2-price,
  #Foot-in-the-Door-section .button-wrapper {
    justify-self: stretch;
  }

  #Foot-in-the-Door-section .button-wrapper {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
  }

  #Foot-in-the-Door-section cta-button {
    display: block;
    width: 100%;
    max-width: 100%;
  }

  .oce-container {
    height: auto;
    padding: 120px var(--page-gutter) 40px;
    gap: 20px;
    align-items: stretch;
    overflow-x: clip;
  }

  .oce-section-heading {
    position: static;
    max-width: 100%;
    margin: 0 auto 0.5rem;
  }

  .oce-card-wrap {
    width: min(100%, 340px);
    margin: 0;
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }

  .oce-card {
    width: 100%;
    height: 480px;
  }

  .oce-fitd-card .fitd-metric {
    font-size: clamp(7rem, 16vw, 10rem);
  }

  .oce-fitd-card .fitd-label {
    margin-top: -1.75rem;
    font-size: clamp(2.3rem, 5vw, 3rem);
  }

  .oce-fitd-card .fitd-copy {
    font-size: clamp(1rem, 2vw, 1.2rem);
  }

  footer img {
    position: static;
    display: block;
    width: min(180px, 48vw);
    margin: 2rem 0 0 auto;
  }

  .strategy-call-shell {
    width: min(100%, calc(100% - 2rem));
  }

  .strategy-call-card {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: 1.1rem;
    border-radius: 48px;
  }

  .strategy-call-tag {
    left: 3rem;
    top: -1.35rem;
    font-size: clamp(1.35rem, 3vw, 2rem);
  }

  .strategy-call-copy {
    padding: 4.2rem 1.5rem 0;
  }

  .strategy-call-copy h2 {
    max-width: 12ch;
    font-size: clamp(3rem, 6vw, 4.6rem);
  }

  .strategy-call-copy p {
    max-width: 24ch;
    font-size: clamp(1.4rem, 2.8vw, 2.1rem);
  }

  .strategy-call-media {
    min-height: 520px;
    border-radius: 36px;
  }

  .strategy-call-mark {
    width: min(22vw, 180px);
  }
}

@media (max-width: 768px) {
  .site-logo {
    top: 16px;
    left: 16px;
    width: 38px;
  }

  .glass-nav {
    top: 10px;
    left: auto;
    right: 16px;
    transform: none;
    width: 54px;
    height: 54px;
    max-width: none;
    padding: 0;
    justify-content: center;
    border-radius: 999px;
  }

  .glass-nav-toggle {
    display: inline-flex;
    width: 54px;
    height: 54px;
  }

  .glass-nav-links {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    min-width: min(280px, calc(100vw - 28px));
    padding: 0.35rem;
    border-radius: 24px;
    background-color: #1a1a1ae8;
    border: 1px solid #ffffff2b;
    backdrop-filter: blur(18px) saturate(150%);
    -webkit-backdrop-filter: blur(18px) saturate(150%);
    box-shadow:
      inset 0 0 0 1px #ffffff08,
      0 8px 24px rgba(0, 0, 0, 0.25);
  }

  .glass-nav.is-open .glass-nav-links {
    display: flex;
  }

  .glass-nav.is-open .glass-nav-toggle-bar:nth-child(1) {
    transform: translateY(5.5px) rotate(45deg);
  }

  .glass-nav.is-open .glass-nav-toggle-bar:nth-child(2) {
    opacity: 0;
  }

  .glass-nav.is-open .glass-nav-toggle-bar:nth-child(3) {
    transform: translateY(-5.5px) rotate(-45deg);
  }

  .glass-nav-link {
    width: 100%;
    justify-content: flex-start;
    min-height: 44px;
    padding: 0.65rem 0.95rem;
    font-size: 0.95rem;
  }

  #hero .section-heading {
    align-self: center;
    margin-bottom: 1.5rem;
  }

  #hero .section-heading h2 {
    font-size: clamp(2.2rem, 10vw, 3.2rem);
    line-height: 0.95;
  }

  .hero-card {
    width: min(100%, 640px);
    padding: 0 0.25rem;
  }

  .headline {
    font-size: clamp(1rem, 4vw, 1.15rem);
    line-height: 1.15;
  }

  .rotating-cards-embed {
    height: auto;
    min-height: 0;
    padding: 0 var(--page-gutter) 1rem;
  }

  .rotating-cards-frame {
    width: 100%;
    height: var(--rotating-height, min(88vh, 860px));
    overflow: hidden;
  }

  .rotating-cards-frame.is-scaled-mobile #rotating-cards-iframe {
    position: absolute;
    top: 0;
    left: 50%;
    width: 900px;
    height: 900px;
    max-width: none;
    transform: translateX(-50%) scale(var(--rotating-scale, 1));
    transform-origin: top center;
  }

  .animated-button-stack {
    width: min(100%, 280px);
    margin: -0 auto 0;
  }

  .animation-trigger-caption h2 {
    font-size: clamp(1rem, 5vw, 1.35rem);
  }

  #ueber-uns-section {
    padding: 2rem var(--page-gutter) 0;
  }

  #growth-system-section .section-heading,
  #Foot-in-the-Door-section .section-heading,
  #Foot-in-the-Door-section .section-subheading,
  #text-section .section-heading,
  .oce-section-heading {
    justify-content: center;
    text-align: center;
  }

  #growth-system-section .section-heading h2,
  #Foot-in-the-Door-section .section-heading h2,
  #Foot-in-the-Door-section .section-subheading h2 {
    text-align: center;
    margin-inline: auto;
  }

  .team-stage {
    min-height: auto;
    margin-top: 0;
    padding-top: 0;
    overflow: visible;
  }

  .team-stage-pill {
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 1.5rem;
  }

  .team-stage-columns {
    position: static;
    inset: auto;
    display: grid;
    gap: 1.5rem;
  }

  .team-column {
    position: static;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
  }

  .team-card,
  .team-card-primary {
    position: relative;
    width: min(100%, 320px);
    min-height: 420px;
    height: 420px;
  }

  .team-column-left .team-card-primary,
  .team-column-right .team-card-primary {
    left: auto;
    right: auto;
    transform: none;
  }

  .team-photo {
    width: 92%;
    bottom: 1.5rem;
    transform: translateX(-50%) scale(1);
  }

  .team-meta {
    width: 100%;
    padding: 1rem 1rem 0.95rem;
    background: rgba(6, 7, 10, 0.86);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    align-items: flex-end;
  }

  .info-card {
    grid-template-columns: 1fr;
  }

  #text-section .info-card {
    min-height: 0;
    padding: 1.5rem 1.25rem 1.75rem;
    gap: 1rem;
  }

  #text-section .info-card h2 {
    font-size: clamp(2rem, 10vw, 2.8rem);
    line-height: 0.95;
    text-align: center;
    word-break: normal;
    overflow-wrap: anywhere;
  }

  #text-section .info-card-copy {
    gap: 1rem;
  }

  #text-section .info-card-copy p {
    text-align: center;
    line-height: 1.3;
  }

  #text-section .info-card-icon {
    margin: 0 auto;
  }

  .info-card-tech .info-card-copy,
  .info-card-brand .info-card-copy {
    display: grid;
  }

  .info-card-tech .info-card-copy h2,
  .info-card-brand .info-card-copy h2,
  .info-card-tech .info-card-copy p,
  .info-card-brand .info-card-copy p {
    grid-column: auto;
    text-align: center;
  }

  #growth-system-section {
    width: min(100%, calc(100% - (var(--page-gutter) * 2)));
    margin-bottom: 3rem;
  }

  #leistungen-bg-img {
    display: none;
  }

  .three-pillar-section {
    overflow-x: clip;
  }

  #growth-system-section .section-heading {
    width: 100%;
    margin-bottom: 2rem;
    margin-left: 0;
    transform: none;
  }

  .growth-system-layout {
    width: 100%;
    grid-template-columns: 1fr;
    grid-template-areas:
      "feature"
      "tall"
      "web"
      "partner"
      "ai";
  }

  .growth-card,
  .growth-card-feature,
  .growth-card-tall,
  .growth-card-web,
  .growth-card-partner,
  .growth-card-ai {
    min-height: 220px;
  }

  .growth-card h3 {
    max-width: 12ch;
    font-size: clamp(1.8rem, 7vw, 2.5rem);
  }

  #three-pillar-section {
    padding: 0 0 2.5rem;
  }

  .oce-container {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    align-items: start;
    gap: 1rem;
    padding: 2rem var(--page-gutter) 0;
    height: auto;
  }

  .oce-gradient-black-country {
    display: none;
  }

  .oce-section-heading {
    position: static;
    max-width: 22rem;
    margin: 0 auto 0.5rem;
  }

  .oce-card-wrap {
    justify-self: center;
    width: min(100%, 320px);
  }

  .oce-card {
    height: 420px;
    border-radius: 32px;
  }

  .oce-card-info {
    padding: 1.4rem;
  }

  .oce-fitd-card .fitd-metric {
    font-size: clamp(7rem, 25vw, 9rem);
  }

  .oce-fitd-card .fitd-label {
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-size: clamp(1.8rem, 9vw, 2.4rem);
  }

  .oce-fitd-card .fitd-copy {
    font-size: 1rem;
    line-height: 1.4;
  }

  #Foot-in-the-Door-section {
    padding-top: 0;
    gap: 1rem;
  }

  #Foot-in-the-Door-section .section-heading {
    margin-bottom: 0.25rem;
  }

  #Foot-in-the-Door-section .section-subheading h2 {
    max-width: 32ch;
  }

  .fitd-card {
    width: 100%;
    padding: 2.75rem 1.25rem;
  }

  .fitd2-benefits,
  .fitd2-price,
  #Foot-in-the-Door-section .button-wrapper {
    width: 100%;
    max-width: 340px;
    margin-inline: auto;
  }

  .fitd2-benefits {
    order: 1;
  }

  .fitd2-price {
    order: 2;
  }

  #Foot-in-the-Door-section .button-wrapper {
    order: 3;
    margin-top: 0.5rem;
  }

  .fitd2-benefits {
    padding: 1.25rem;
  }

  .fitd2-benefits-list {
    gap: 0.65rem;
  }

  .fitd2-benefits-list li {
    align-items: flex-start;
    font-size: 0.98rem;
    text-align: left;
  }

  .button-wrapper {
    box-shadow: inset 0 0 0 5px white;
    padding: 3px;
  }

  #Foot-in-the-Door-section .section-heading h2,
  #Foot-in-the-Door-section .section-subheading h2 {
    max-width: none;
  }

  .grid-2 {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .small2 {
    text-align: start;
  }

  #strategy-call-section {
    padding-top: 3rem;
  }

  .strategy-call-card {
    padding: 1rem;
    border-radius: 36px;
  }

  .strategy-call-tag {
    position: static;
    justify-self: center;
    margin: 0 0 0.5rem;
    padding: 0;
    background: transparent;
    white-space: normal;
    text-align: center;
  }

  .strategy-call-copy {
    padding: 0 0.5rem;
    gap: 1.4rem;
  }

  .strategy-call-copy h2 {
    max-width: 11ch;
    font-size: clamp(2.5rem, 9vw, 3.6rem);
  }

  .strategy-call-copy p {
    max-width: 22ch;
    font-size: clamp(1.15rem, 4.4vw, 1.55rem);
  }

  .strategy-call-button {
    width: 100%;
  }

  .strategy-call-media {
    min-height: 380px;
    border-radius: 28px;
  }

  .strategy-call-mark {
    width: 110px;
    left: 0.6rem;
    bottom: 0.6rem;
  }
}

@media (max-width: 480px) {
  .stage {
    min-height: auto;
    padding-top: 96px;
    padding-bottom: 40px;
  }

  h2 {
    font-size: clamp(1.7rem, 9vw, 2.4rem);
  }

  .section-heading,
  .section-subheading {
    text-align: center;
  }

  .rotating-cards-frame {
    height: var(--rotating-height, 390px);
  }

  .team-stage {
    min-height: auto;
  }

  .team-column {
    height: auto;
  }

  .team-card-primary {
    width: min(100%, 300px);
    min-height: 390px;
    height: 390px;
  }

  .team-meta {
    padding: 1rem;
  }

  .team-meta h3 {
    font-size: 1.2rem;
  }

  .team-meta p,
  .team-popup-copy,
  .fitd-copy,
  #Foot-in-the-Door-section .section-subheading h2,
  .info-card-copy p {
    font-size: 0.95rem;
  }

  #text-section .info-card {
    padding: 1.35rem 1rem 1.5rem;
  }

  #text-section .info-card h2 {
    font-size: clamp(1.75rem, 9vw, 2.4rem);
  }

  .fitd2-benefits {
    padding: 1.25rem;
  }

  .oce-card {
    height: 392px;
  }

  .glass-nav {
    width: 50px;
    height: 50px;
  }

  .glass-nav-toggle {
    width: 50px;
    height: 50px;
  }

  .site-logo {
    width: 32px;
  }

  .strategy-call-card {
    border-radius: 30px;
  }

  .strategy-call-copy h2 {
    font-size: clamp(2rem, 10vw, 2.8rem);
  }

  .strategy-call-media {
    min-height: 320px;
  }

  .strategy-call-mark {
    width: 90px;
  }

  footer {
    margin: 0 auto 3rem;
    padding: 0 0;
  }

  footer img {
    max-width: 30vw;
    margin-top: -3rem;
    z-index: -999;
  }
}




/* ============================================================
   Responsive
   ============================================================ */

@media (max-width: 991px) {
  .lg-card {
    height: 25rem;
  }
}

@media (max-width: 767px) {
  .lg-grid {
    grid-template-columns: 1fr;
    grid-row-gap: 3rem;
  }
}

@media (max-width: 900px) {
  .bg-video-left,
  .bg-video-right {
    display: none;
  }

  .site-logo {
    top: 16px;
    left: 16px;
    right: auto;
    width: 38px;
  }

  .glass-nav {
    top: 10px;
    left: auto;
    right: 16px;
    transform: none;
    width: 54px;
    height: 54px;
    max-width: none;
    padding: 0;
    justify-content: center;
    border-radius: 999px;
  }

  .glass-nav-link {
    flex: 1 1 auto;
    padding: 0 0.75rem;
    font-size: 0.88rem;
  }

  .fitd-card {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  #text-section {
    grid-template-columns: 1fr;
    padding: 0 1.5rem 4rem;
    margin-top: 0;
  }

  #ueber-uns-section {
    padding: 3rem 1.5rem 0;
  }

  #ueber-uns-section .section-heading {
    margin-bottom: -7rem;
  }


  .info-card {
    grid-template-columns: 1fr;
  }

  .info-card-icon {
    width: 88px;
    height: 88px;
    justify-self: center;
  }

  .info-card-copy p {
    max-width: none;
  }

  .team-stage {
    min-height: 820px;
    padding-top: 4.5rem;
  }

  .team-stage-bg {
    width: 54vw;
    height: 300px;
    top: 11rem;
  }

  .team-stage-pill {
    top: 0;
    text-align: center;
    max-width: 70vw;
  }

  .team-stage-columns {
    inset: 7rem 0 0;
    grid-template-columns: 1fr;
  }

  .team-column {
    position: relative;
    width: 100%;
    height: 330px;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .team-card-primary {
    width: min(100%, 360px);
  }

  .team-column-left .team-card-primary,
  .team-column-right .team-card-primary {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }

  .team-column-left .team-figure-small,
  .team-column-right .team-figure-small {
    display: none;
  }

  .team-meta {
    width: calc(100% - 1rem);
  }

  .team-stage-dots {
    bottom: 0.75rem;
  }

  .fitd-flower-video {
    width: min(420px, 92vw);
    min-height: 220px;
  }

  #flower-section {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 1.5rem;
  }

  #flower-section > .fitd-flower-video {
    justify-self: center;
  }

  #prozess-section {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 1rem 1.5rem 4rem;
  }

  #prozess-section .section-heading,
  #prozess-section .section-subheading {
    justify-content: center;
    text-align: center;
  }

  #prozess-section .section-subheading h2 {
    max-width: none;
  }

  .fitd2-benefits {
    width: 100%;
  }

  .fitd2-price {
    justify-self: stretch;
  }

  .fitd3-card {
    min-height: 220px;
  }
}
