@charset "UTF-8";
:root {
  --mega-h: 50vh;
  --fly-gap: 0px;
  --anchor-offset: 120px;
}

html {
  scroll-padding-top: var(--anchor-offset);
}

.nav .flyout-panel {
  display: none;
}

#referenzen,
#kontakt {
  scroll-margin-top: var(--anchor-offset);
}

@media (min-width: 768px) {
  .nav li.has-flyout {
    position: static;
  }
  .nav li.has-flyout a:hover {
    color: #FFD130;
  }
  .nav li.has-flyout::after {
    content: "";
    position: absolute;
    left: -16px;
    right: -16px;
    height: 24px;
    top: 100%;
  }
  .nav .flyout-panel {
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    width: 100vw;
    height: var(--mega-h);
    transform: translate(-50%, var(--fly-gap)) scale(0.995);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s ease, pointer-events 0s linear 0.5s;
    z-index: 90;
    padding-inline: clamp(24px, 5vw, 48px);
    padding-block: 12px 20px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.22));
    backdrop-filter: blur(10px);
    box-shadow: inset 0 16px 40px rgba(0, 0, 0, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header-container {
    z-index: 100;
  }
  .logo.show ~ .nav li.has-flyout:hover > .flyout-panel,
  .logo.show ~ .nav li.has-flyout:focus-within > .flyout-panel,
  .logo.show ~ .nav .flyout-panel:hover {
    opacity: 1;
    transform: translate(-50%, 0) scale(1);
    pointer-events: auto;
    transition: opacity 0.3s ease, transform 0.3s ease;
  }
  .flyout-grid {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: min(1280px, 86vw);
    margin-inline: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: clamp(16px, 2vw, 28px);
    place-content: center;
    justify-items: center;
    align-content: center;
  }
}
@media (min-width: 768px) and (min-width: 1280px) {
  .flyout-grid {
    max-width: min(1400px, 84vw);
  }
}
@media (min-width: 768px) {
  .flyout-grid li {
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 0.3s ease, transform 0.3s ease;
  }
  .nav li.has-flyout:hover > .flyout-panel .flyout-grid li,
  .nav li.has-flyout:focus-within > .flyout-panel .flyout-grid li {
    opacity: 1;
    transform: translateY(0);
  }
  .flyout-grid li:nth-child(1) {
    transition-delay: 0ms;
  }
  .flyout-grid li:nth-child(2) {
    transition-delay: 60ms;
  }
  .flyout-grid li:nth-child(3) {
    transition-delay: 120ms;
  }
  .flyout-grid li:nth-child(4) {
    transition-delay: 180ms;
  }
  .flyout-grid li:nth-child(5) {
    transition-delay: 240ms;
  }
  .flyout-grid li:nth-child(6) {
    transition-delay: 300ms;
  }
  .flyout-grid a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none;
    color: #fff;
    padding: clamp(14px, 2.2vw, 18px);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.06);
    transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
  }
  .flyout-grid a:hover,
  .flyout-grid a:focus {
    transform: translateY(-4px);
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
  }
  .flyout-grid img.thumb {
    width: clamp(56px, 8vw, 88px);
    height: clamp(56px, 8vw, 88px);
    object-fit: contain;
    filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.25));
  }
  .flyout-grid span.label {
    font-size: clamp(0.95rem, 1.2vw, 1.05rem);
    text-align: center;
  }
}
@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .nav .flyout-panel {
    transition: none;
    transform: none;
  }
  .flyout-grid li {
    transition: none;
    transform: none;
    opacity: 1;
  }
}
@media (max-width: 767px) {
  :root {
    --anchor-offset: 90px;
  }
}
:root {
  --mega-h: 50vh;
  --fly-gap: 0px;
  --bubble-h: 320px;
  --bubble-lines: 10;
  --brand: #FFD130;
  --accent: #7C6FF6;
  --teal: #13B0A6;
  --link: #3B82F6;
  --glass-light: rgba(255, 255, 255, .55);
  --glass-border: rgba(255, 255, 255, .22);
  --card-bg: #ffffff;
  --text-on-hero: #0f1a2a;
  --ink: #0e0e0e;
  --muted: #6b7a85;
  --radius: 16px;
  --cta-yellow: #ffd233;
  --cta-yellow-2: #ffbf00;
  --ring: rgba(255, 255, 255, .75);
  --text-dark: #1b1b1b;
  --pad: 16px;
  --fly-duration: 800ms;
}

*, *::before, *::after {
  box-sizing: border-box;
}

html, body {
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
  min-height: 100%;
  background: linear-gradient(135deg, #00c6ff, #7d2ae8);
}

body {
  margin: 0;
  min-height: 100vh;
  min-height: 100dvh;
  font-family: sans-serif;
  color: rgb(255, 255, 255);
  background: transparent;
}

.nav .flyout-panel {
  display: none;
}

.main .container,
.profiles-rail .container {
  max-width: 1400px;
  margin-inline: auto;
  position: relative;
  margin-top: 80px;
}

.s-hero {
  margin: 30px 15px 20px 15px;
}

.s-hero .container {
  position: relative;
}

.s-hero .eyebrow {
  font-size: 0.9rem;
  opacity: 0.8;
  margin: 0 0 10px;
}

.s-hero .title {
  color: var(--brand);
  font-size: clamp(28px, 4.2vw, 46px);
  line-height: 1.15;
  margin: 0 0 14px;
}

.s-hero .lead {
  margin: 0 0 20px;
  max-width: 60ch;
  color: black;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.services-hero__title {
  color: #FFD130;
  max-width: 700px;
}

.services-hero__lead,
.about-hero__lead {
  color: #15131f;
}

.services-hero__eyebrow {
  margin: 0 0 8px;
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.85;
}

.services-hero__lead {
  margin: 0 0 20px;
  font-size: clamp(0.95rem, 1.1vw, 1rem);
  max-width: 60ch;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  transition: transform 0.15s ease, box-shadow 0.2s ease, background 0.2s ease, filter 0.2s ease;
  will-change: transform;
}

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

.btn-primary {
  background: var(--brand);
  color: #1c1c1c;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
}

.btn-primary:hover {
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
}

.btn-ghost {
  border: 1px solid #1f2a44;
  color: #1f2a44;
}

.btn-ghost:hover {
  background: rgba(15, 26, 42, 0.08);
}

.profiles-rail {
  margin-bottom: clamp(8px, 3vw, 18px);
  position: relative;
  z-index: 5;
}

.profiles-rail .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(12px, 2vw, 20px);
}

.profile-card.profile-card--teal {
  display: grid;
  grid-template-columns: 1fr 200px;
  gap: 14px;
  align-items: center;
  padding: 0;
}

.profile-card.profile-card--violet {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 14px;
  align-items: center;
  padding: 0;
  margin-bottom: -295px;
}

.profile-card__photo {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid rgb(255, 255, 255);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.22);
  margin: 0;
}

.profile-card__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile-card--violet .profile-card__photo img {
  width: 120%;
  height: 120%;
  object-fit: cover;
  object-position: center 20%;
}

.profile-card__body header strong {
  display: block;
  color: var(--brand);
  font-size: 20px;
  margin-bottom: 10px;
}

.profile-card__body header span {
  color: black;
  opacity: 1;
  font-size: 0.9rem;
  font-weight: bold;
}

.profile-card__body p {
  margin: 6px 0 10px;
  font-size: 0.95rem;
  color: rgb(255, 255, 255);
  line-height: 20px;
}

.profile-card__links {
  list-style: none;
  padding: 0;
  margin: 4px 0 10px;
  display: grid;
  gap: 6px;
}

.profile-card__links a {
  color: var(--brand);
  text-decoration: none;
}

.profile-card__links a:hover {
  text-decoration: underline;
}

.profile-card__links ul {
  display: flex;
  align-items: center;
}

.profile-card__links li {
  display: flex;
  align-items: center;
}

.profile-card__links li p {
  color: rgb(255, 255, 255);
  margin: 0 10px;
}

.badge-cta {
  display: inline-block;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  color: rgb(255, 255, 255);
  padding: 8px 10px;
  border-radius: 10px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18);
}

.profile-card__social {
  list-style: none;
  display: flex;
  gap: 8px;
  padding: 0;
  margin: 12px 0 0;
}

.profile-card__social li {
  margin: 0;
}

.profile-card__social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  position: relative;
}

.profile-social-icon {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}

.profile-card__social a:hover {
  background: var(--brand);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
}

.profile-card__social a[data-tooltip]::before {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(-8px);
  background: rgba(0, 0, 0, 0.9);
  color: rgb(255, 255, 255);
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 0.85rem;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 100;
}

.profile-card__social a[data-tooltip]::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(2px);
  border: 5px solid transparent;
  border-top-color: rgba(0, 0, 0, 0.9);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 100;
}

.profile-card__social a[data-tooltip]:hover::before {
  opacity: 1;
  transform: translateX(-50%) translateY(-12px);
}

.profile-card__social a[data-tooltip]:hover::after {
  opacity: 1;
  transform: translateX(-50%) translateY(-2px);
}

.profile-card--teal .badge-cta {
  background: var(--teal);
}

.s-benefits {
  background-color: #15131f;
  padding: 20px;
  margin-top: 20px;
}

.s-benefits .container {
  position: relative;
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 100%;
  margin-top: 20px;
}

.s-benefits .section-title {
  color: rgb(255, 255, 255);
  font-size: 30px;
  font-weight: 300;
  text-align: center;
  margin: 0 0 clamp(24px, 4vw, 40px);
  transition: transform 0.3s ease;
}

.s-benefits .section-title.highlight {
  animation: titlePulse 3s ease-out forwards;
  color: var(--brand); /* gelb während Highlight */
}

@keyframes titlePulse {
  0% {
    transform: scale(1);
    color: rgb(255, 255, 255);
  }
  10% {
    transform: scale(1.15);
    color: var(--brand);
  }
  90% {
    transform: scale(1.15);
    color: var(--brand);
  }
  100% {
    transform: scale(1);
    color: rgb(255, 255, 255);
  }
}
.benefit-card {
  background: var(--card-bg);
  color: var(--ink);
}

.client-slider {
  --per-view: 2;
  --gap: 12px;
  --step-ms: 700ms;
  position: relative;
  overflow: visible;
  isolation: isolate;
}

.client-viewport {
  overflow: hidden;
  width: 100%;
  padding-inline: clamp(70px, 6vw, 110px);
  position: relative; /* NEU */
  z-index: 1; /* NEU: sicher unter Overlay/Buttons */
}

.client-slider::before,
.client-slider::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: clamp(70px, 6vw, 110px); /* muss zum viewport-padding passen */
  z-index: 9; /* über Logos, unter Buttons */
  pointer-events: auto; /* wichtig: Klick wird gefangen */
  touch-action: pan-y; /* scrollt auf mobile trotzdem sauber */
}

.client-slider::before {
  left: 0;
  background: linear-gradient(90deg, #15131f 80%, rgba(21, 19, 31, 0));
}

.client-slider::after {
  right: 0;
  background: linear-gradient(270deg, #15131f 80%, rgba(21, 19, 31, 0));
}

.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--brand);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}
.slider-btn span {
  font-size: 2rem;
  color: #15131f;
  font-weight: 300;
  line-height: 1;
}
.slider-btn:hover {
  background: #ffdb5c;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
  transform: translateY(-50%) scale(1.1);
}
.slider-btn:active {
  transform: translateY(-50%) scale(0.95);
}

.slider-btn--prev {
  left: 10px;
}

.slider-btn--next {
  right: 10px;
}

.client-track {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: var(--gap);
  will-change: transform;
  transition: transform var(--step-ms) ease;
}

.client-item {
  padding: 16px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
  flex: 0 0 calc((100% - var(--gap) * (var(--per-view) - 1)) / var(--per-view));
  min-width: calc((100% - var(--gap) * (var(--per-view) - 1)) / var(--per-view));
}

.client-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.client-item img {
  max-width: 100%;
  max-height: 80px;
  width: auto;
  height: auto;
  object-fit: contain;
  opacity: 0.85;
  transition: opacity 0.3s ease, transform 0.2s ease;
}

.client-item:hover {
  transform: translateY(-2px);
}

.client-item:hover img {
  opacity: 1;
  transform: scale(1.08);
}

.shopware-love {
  display: flex;
  justify-content: center;
  padding: 20px;
  text-align: center;
  cursor: pointer;
  border-top: 1px solid #ffd233;
}
.shopware-love p {
  margin: 0;
  transition: color 0.3s ease, transform 0.3s ease;
}
.shopware-love:hover p {
  color: #ffbf00;
  transform: translateY(-2px);
}

.falling-heart {
  position: fixed;
  top: -5vh;
  left: 0;
  font-size: 16px;
  color: #ffbf00;
  pointer-events: none;
  z-index: 9999;
  animation-name: heart-fall;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes heart-fall {
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  100% {
    transform: translate3d(0, 110vh, 0);
    opacity: 0;
  }
}
.check {
  inline-size: 22px;
  block-size: 22px;
  border-radius: 6px;
  background: color-mix(in oklab, var(--brand), white 15%);
  box-shadow: inset 0 0 0 2px color-mix(in oklab, var(--brand), black 30%);
  position: relative;
  top: 2px;
}

.check::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(45deg, transparent 42%, #0e0e0e 43% 56%, transparent 57%) center/70% 2px no-repeat, linear-gradient(-45deg, transparent 42%, #0e0e0e 43% 56%, transparent 57%) center/70% 2px no-repeat;
  opacity: 0.8;
}

.fiverr-dots {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 16px;
}

.fiverr-dot {
  --size: 72px;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  text-align: center;
  background: radial-gradient(120% 180% at 20% -40%, rgba(255, 255, 255, 0.55) 0%, transparent 60%), linear-gradient(180deg, var(--cta-yellow), var(--cta-yellow-2));
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 12px 30px -12px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transform: translateZ(0);
  transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
}

.fiverr-dot .fi-logo {
  width: 56%;
  line-height: 1;
  display: flex;
  font-weight: 800;
  color: #000;
  justify-content: center;
  font-size: 22px;
}

.fiverr-dot .fi-logo p {
  margin: 0;
  color: #1dbf73;
}

.fiverr-dot .fi-text {
  color: var(--text-dark);
  line-height: 1;
}

.fiverr-dot .fi-text b {
  display: block;
  font-size: 0.72rem;
  text-transform: uppercase;
  opacity: 0.8;
  letter-spacing: 0.03em;
}

.fiverr-dot .fi-text small {
  display: block;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.fiverr-dot:hover {
  transform: translateY(-2px);
  filter: saturate(1.05);
}

.fiverr-dot:active {
  transform: translateY(0);
  filter: saturate(0.98);
}

.fiverr-dot:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px var(--ring), 0 0 0 6px rgba(0, 0, 0, 0.5), 0 12px 30px -12px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  transition: box-shadow 0.15s ease;
}

.fiverr-dot.first {
  width: 100px;
  height: 100px;
}

.fiverr-dot.second {
  width: 150px;
  height: 150px;
  margin-top: 100px;
}

.hero {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
}

.header {
  height: 130px;
}

.typewriter {
  display: inline-block;
  border-right: 0.15em solid rgb(255, 255, 255);
  font-size: 2rem;
  line-height: 1.2;
  clip-path: inset(0 100% 0 0);
  animation: reveal 1.5s steps(30, end) forwards, blink 0.7s step-end infinite;
  will-change: transform;
  z-index: 2;
  white-space: normal;
  text-align: center;
  overflow-wrap: break-word;
}

@keyframes reveal {
  from {
    clip-path: inset(0 100% 0 0);
  }
  to {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes blink {
  0%, 100% {
    border-color: transparent;
  }
  50% {
    border-color: rgb(255, 255, 255);
  }
}
.typewriter.to-corner {
  position: fixed;
  top: var(--pad);
  left: var(--pad);
  transform-origin: top left;
  font-size: 1.2rem;
  border-right: 0;
}

.typewriter.fading {
  transition: transform var(--fly-duration) ease, opacity var(--fly-duration) ease;
  opacity: 0;
}

.header-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: var(--pad);
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
  z-index: 20;
  background-color: #15131f;
}

.header-container-wrapper {
  display: flex;
  max-width: 1400px;
  width: 100%;
  align-items: flex-end;
}

.logo {
  display: inline-block;
  width: 160px;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  text-decoration: none;
}

.logo img {
  width: 100%;
  height: auto;
  display: block;
}

.logo.show {
  opacity: 1;
}

.burger {
  margin-left: auto;
  width: 32px;
  height: 32px;
  position: relative;
  border: 0;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 40;
}

.burger .icon,
.burger .icon::before,
.burger .icon::after {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 2px;
  background: #FFD130;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.burger .icon::before {
  transform: translateY(-7px);
}

.burger .icon::after {
  transform: translateY(7px);
}

.logo.show ~ .burger {
  opacity: 1;
  pointer-events: auto;
}

.burger.open .icon {
  background: transparent;
}

.burger.open .icon::before {
  transform: rotate(45deg);
}

.burger.open .icon::after {
  transform: rotate(-45deg);
}

.nav {
  position: fixed;
  top: 0;
  right: 0;
  height: 100dvh;
  width: 78%;
  max-width: 340px;
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(8px);
  transform: translateX(100%);
  transition: transform 0.35s ease, opacity 0.35s ease;
  padding: 80px 20px 20px;
  opacity: 0;
  pointer-events: none;
  z-index: 30;
}

.logo.show ~ .nav {
  opacity: 1;
}

.nav.open {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}

.nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 16px;
}

.nav a {
  color: rgb(255, 255, 255);
  text-decoration: none;
  font-size: 1.125rem;
}

.main {
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition: opacity 0.35s ease 0.05s, transform 0.35s ease 0.05s;
}

html.app-ready .main {
  opacity: 1;
  transform: none;
  pointer-events: auto;
}

html.app-ready .hero {
  pointer-events: none;
  display: none;
}

.site-footer {
  background-color: #15131f;
  color: rgb(255, 255, 255);
  padding-block: clamp(40px, 6vw, 72px) 0;
  font-size: 0.95rem;
  padding-left: 15px;
  padding-top: 20px;
  padding-right: 15px;
}

.site-footer .container {
  max-width: 1400px;
  margin: 0 auto;
}

.site-footer .footer-bottom-inner {
  display: flex;
  justify-content: center;
}
.site-footer .footer-bottom-inner small {
  margin-right: 20px;
}

.footer-main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(32px, 5vw, 40px);
  padding-bottom: 20px;
  margin-top: 20px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-cta {
  max-width: 420px;
}

.footer-title {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  line-height: 1.2;
  margin: 0 0 16px;
  transition: transform 0.3s ease;
}

.footer-title.highlight {
  animation: titlePulse 3s ease-out forwards;
}

.footer-subtitle {
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.8);
}

.footer-cta-btn {
  margin-top: 8px;
  padding-inline: 28px;
  border-radius: 999px;
}

.footer-location-label {
  margin: 0 0 8px;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.8);
  position: relative;
  display: inline-block;
}
.footer-location-label::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 40px;
  height: 2px;
  background: var(--brand);
  border-radius: 999px;
}

.footer-address {
  display: grid;
  gap: 4px;
  max-width: 260px;
}

.footer-city {
  margin: 0 0 2px;
  font-weight: 600;
}

.footer-phone,
.footer-email,
.footer-link {
  margin: 4px 0 0;
}

.footer-address a {
  color: rgb(255, 255, 255);
  text-decoration: none;
}

.footer-address a:hover {
  text-decoration: underline;
}

.footer-social {
  list-style: none;
  display: flex;
  gap: 12px;
  padding: 0;
  margin: 16px 0 0;
}

.footer-social li {
  margin: 0;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.footer-social-icon {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}

.footer-social a:hover {
  background: var(--brand);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
}

.footer-social a[data-tooltip] {
  position: relative;
}

.footer-social a[data-tooltip]::before {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(-8px);
  background: rgba(0, 0, 0, 0.9);
  color: rgb(255, 255, 255);
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 0.85rem;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 100;
}

.footer-social a[data-tooltip]::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(2px);
  border: 5px solid transparent;
  border-top-color: rgba(0, 0, 0, 0.9);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 100;
}

.footer-social a[data-tooltip]:hover::before {
  opacity: 1;
  transform: translateX(-50%) translateY(-12px);
}

.footer-social a[data-tooltip]:hover::after {
  opacity: 1;
  transform: translateX(-50%) translateY(-2px);
}

.footer-bottom {
  background: rgba(0, 0, 0, 0.3);
  margin-top: clamp(24px, 4vw, 40px);
  padding-block: 14px;
  font-size: 0.85rem;
}

.main .container.footer-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 0;
}
.main .container.footer-bottom-inner small {
  margin-right: 10px;
}

.footer-bottom small {
  color: rgba(255, 255, 255, 0.75);
}

.footer-legal {
  list-style: none;
  display: flex;
  gap: 18px;
  padding: 0;
  margin: 0;
}

.footer-legal a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
}

.footer-legal a:hover {
  color: rgb(255, 255, 255);
  text-decoration: underline;
}

.about-page {
  background: transparent;
  min-height: 100vh;
  padding-block: clamp(40px, 8vw, 100px);
  margin-top: -100px;
  margin-bottom: 0;
}

.about-hero {
  margin-bottom: clamp(40px, 6vw, 72px);
}

.about-hero__inner {
  max-width: 900px;
  margin-top: 80px;
  text-align: left;
  color: rgb(255, 255, 255);
}

.about-hero__eyebrow {
  margin: 0 0 8px;
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.85;
}

.about-hero__title {
  margin: 0 0 14px;
  font-size: clamp(1.9rem, 3.3vw, 2.4rem);
  line-height: 1.2;
  color: #ffd130;
}

.about-hero__lead {
  margin: 0 0 20px;
  font-size: clamp(0.95rem, 1.1vw, 1rem);
  max-width: 60ch;
}

.about-hero__saly {
  border-radius: 16px;
  padding: 14px 18px;
  margin-top: 50px;
}

.about-hero__saly-title {
  margin: 0 0 6px;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  opacity: 0.85;
  display: flex;
  justify-content: center;
}

.about-hero__saly-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 4px;
  font-size: 0.95rem;
  justify-content: center;
}
.about-hero__saly-list li {
  margin-right: 15px;
}

.about-hero__saly-list strong {
  color: rgb(255, 255, 255);
  background-color: #ffd130;
  border-radius: 37px;
  font-size: 27px;
  padding: 5px 12px;
  margin-right: 6px;
}

.about-team {
  margin-bottom: 0;
}

.about-team__grid {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 32px);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(20px, 3vw, 32px);
}

.team-card {
  background: transparent;
  border-radius: 18px;
  padding: clamp(12px, 2vw, 18px);
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: clamp(16px, 2.2vw, 24px);
  align-items: flex-start;
  color: #2b3850;
}

.team-card--right {
  grid-template-columns: minmax(0, 1fr) 180px;
}
.team-card--right .team-card__photo {
  margin-top: 150px;
}
.team-card--right .team-card__body {
  margin-top: -170px;
}

.team-card__photo {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #ffffff;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);
  margin: 0;
}

.team-card--right .team-card__photo {
  grid-column: 2;
}

.team-card__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-card--right .team-card__photo img {
  width: 120%;
  height: 120%;
  object-fit: cover;
  object-position: center 20%;
}

.about-team__grid .team-card:first-child .team-card__photo {
  margin-top: 24px;
}

.team-card__body {
  min-width: 0;
  background: #ffffff;
  border-radius: 18px;
  padding: clamp(18px, 2.4vw, 24px);
  position: relative;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.18);
}

.team-card__body::before {
  content: "";
  position: absolute;
  left: -18px;
  top: 40px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 18px 12px 0;
  border-color: transparent #ffffff transparent transparent;
}

.team-card--right .team-card__body::before {
  left: auto;
  right: -18px;
  border-width: 12px 0 12px 18px;
  border-color: transparent transparent transparent #ffffff;
}

.team-card__header h2 {
  margin: 0 0 4px;
  font-size: 1.1rem;
  color: #0f172a;
}

.team-card__header p {
  margin: 0 0 10px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #6b7280;
}

.team-card__text p {
  margin: 0 0 10px;
  font-size: 0.95rem;
  line-height: 1.6;
}

.team-card__text p:last-child {
  margin-bottom: 0;
}

@media (max-width: 980px) {
  .header {
    max-height: 50px;
  }
  .profiles-rail {
    margin: 0;
  }
  .profiles-rail .container {
    display: block;
    max-width: 100%;
    margin-inline: 0;
  }
  .profile-card {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .profile-card__body {
    order: 1;
    width: 100%;
    max-width: 100%;
    text-align: left;
    overflow-wrap: break-word;
    padding: 0 15px;
  }
  .profile-card__photo {
    order: 0;
    width: 160px;
    max-width: 60%;
    margin: 0 0 8px;
  }
  .profile-card.profile-card--violet {
    margin-bottom: 0;
  }
  .about-team__grid {
    grid-template-columns: 1fr;
  }
  .about-page {
    margin-top: 0;
    padding-top: 120px;
    padding-bottom: 60px;
  }
  .team-card,
  .team-card--right {
    grid-template-columns: 1fr !important;
  }
  .team-card__photo,
  .team-card--right .team-card__photo {
    width: 150px;
    height: 150px;
    margin: 0 auto 12px !important;
    grid-column: auto !important;
  }
  .team-card__body,
  .team-card--right .team-card__body {
    margin-top: 0 !important;
    grid-column: auto !important;
  }
  .team-card__body::before {
    display: none;
  }
  .profile-card__links {
    max-width: 100%;
  }
  /* 1 Zeile -> 3 Zeilen */
  .profile-card__links li {
    display: flex;
    flex-direction: column; /* <-- untereinander */
    align-items: flex-start; /* linksbündig */
    gap: 8px; /* Abstand zwischen den 3 Links */
  }
  /* Punkte auf Mobile raus */
  .profile-card__links li p {
    display: none;
  }
  /* jeder Link wie Block (volle Breite, sauberer Tap-Target) */
  .profile-card__links a {
    display: block;
    width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
  }
}
@media (max-width: 767px) {
  .slider-btn {
    width: 36px;
    height: 36px;
  }
  .slider-btn span {
    font-size: 1.5rem;
  }
  .client-slider::before,
  .client-slider::after {
    width: 56px; /* muss exakt zum Mobile-padding passen */
  }
  .slider-btn--prev {
    left: 5px;
  }
  .slider-btn--next {
    right: 5px;
  }
  .fiverr-dots {
    position: relative !important;
    justify-content: center;
    margin-top: 24px;
  }
  .about-hero__saly-list {
    flex-wrap: wrap;
    gap: 12px;
  }
  .about-hero__saly-list li {
    margin-right: 0;
    flex: 1 1 calc(50% - 12px);
    min-width: 140px;
  }
  .about-hero__saly-list strong {
    font-size: 22px;
    padding: 4px 10px;
  }
  .about-hero__lead,
  .team-card__header,
  .team-card__text,
  .team-card__text p {
    overflow-wrap: anywhere;
    word-break: break-word;
    hyphens: auto;
  }
  .testimonial {
    grid-template-rows: auto auto;
  }
  .testimonial__bubble {
    height: auto;
    display: block;
  }
  .testimonial__bubble p {
    display: block;
    -webkit-line-clamp: unset;
  }
  .client-slider {
    --per-view: 1;
    --gap: 12px; /* optional */
  }
  /* optional: mehr Platz fürs Logo (weniger “Padding links/rechts”) */
  .client-viewport {
    padding-inline: 56px; /* vorher clamp(70px...) -> macht Logos kleiner */
  }
  /* optional: Logo etwas höher erlauben */
  .client-item img {
    max-height: 96px;
  }
  .container.about-hero__inner {
    padding: 20px 10px 0 10px;
  }
  .about-hero__lead {
    color: #000;
  }
  .main.about-page {
    padding-top: 90px;
  }
  .about-hero__saly-title {
    margin-bottom: 30px;
  }
  .site-footer {
    padding: 0 10px;
  }
  .site-footer .footer-bottom-inner small {
    margin-bottom: 15px;
  }
}
@media (max-width: 640px) {
  .footer-bottom-inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-legal {
    flex-wrap: wrap;
    gap: 10px 18px;
  }
  .footer-cta {
    margin-top: 30px;
  }
}
@media (max-width: 420px) {
  .about-hero__saly-list li {
    flex-basis: 100%;
  }
  .testimonials-grid .testimonial__bubble p {
    margin-top: -75px;
  }
}
@media (min-width: 768px) {
  .nav li.has-flyout {
    position: static;
  }
  .nav li.has-flyout a:hover {
    color: #FFD130;
  }
  .nav li.has-flyout::after {
    content: "";
    position: absolute;
    left: -16px;
    right: -16px;
    height: 24px;
    top: 100%;
  }
  .container.about-hero__inner {
    padding: 50px 10px 0 10px;
  }
  .nav .flyout-panel {
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    width: 100vw;
    height: var(--mega-h);
    transform: translate(-50%, var(--fly-gap)) scale(0.995);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s ease, pointer-events 0s linear 0.5s;
    z-index: 90;
    padding-inline: clamp(24px, 5vw, 48px);
    padding-block: 12px 20px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.22));
    backdrop-filter: blur(10px);
    box-shadow: inset 0 16px 40px rgba(0, 0, 0, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header-container {
    z-index: 100;
  }
  .logo.show ~ .nav li.has-flyout:hover > .flyout-panel,
  .logo.show ~ .nav li.has-flyout:focus-within > .flyout-panel,
  .logo.show ~ .nav .flyout-panel:hover {
    opacity: 1;
    transform: translate(-50%, 0) scale(1);
    pointer-events: auto;
    transition: opacity 0.3s ease, transform 0.3s ease;
  }
  .flyout-grid {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: min(1280px, 86vw);
    margin-inline: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: clamp(16px, 2vw, 28px);
    place-content: center;
    justify-items: center;
    align-content: center;
  }
  .flyout-grid li {
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 0.3s ease, transform 0.3s ease;
  }
  .nav li.has-flyout:hover > .flyout-panel .flyout-grid li,
  .nav li.has-flyout:focus-within > .flyout-panel .flyout-grid li {
    opacity: 1;
    transform: translateY(0);
  }
  .flyout-grid li:nth-child(1) {
    transition-delay: 0ms;
  }
  .flyout-grid li:nth-child(2) {
    transition-delay: 60ms;
  }
  .flyout-grid li:nth-child(3) {
    transition-delay: 120ms;
  }
  .flyout-grid li:nth-child(4) {
    transition-delay: 180ms;
  }
  .flyout-grid li:nth-child(5) {
    transition-delay: 240ms;
  }
  .flyout-grid li:nth-child(6) {
    transition-delay: 300ms;
  }
  .flyout-grid a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none;
    color: rgb(255, 255, 255);
    padding: clamp(14px, 2.2vw, 18px);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.06);
    transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
  }
  .flyout-grid a:hover,
  .flyout-grid a:focus {
    transform: translateY(-4px);
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
  }
  .flyout-grid img.thumb {
    width: clamp(56px, 8vw, 88px);
    height: clamp(56px, 8vw, 88px);
    object-fit: contain;
    filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.25));
  }
  .flyout-grid span.label {
    font-size: clamp(0.95rem, 1.2vw, 1.05rem);
    text-align: center;
  }
  .client-slider {
    --per-view: 4;
  }
  .typewriter {
    font-size: 2.2rem;
    white-space: nowrap;
    text-align: left;
  }
  .typewriter.to-corner {
    font-size: 1.4rem;
  }
  .burger {
    display: none;
  }
  .nav {
    position: static;
    height: auto;
    width: auto;
    max-width: none;
    background: transparent;
    backdrop-filter: none;
    transform: none;
    opacity: 0;
    pointer-events: none;
    padding: 0;
    margin-left: auto;
  }
  .logo.show ~ .nav {
    opacity: 1;
    pointer-events: auto;
  }
  .nav ul {
    display: flex;
    gap: 24px;
    flex-wrap: nowrap;
  }
  .nav a {
    font-size: 1rem;
  }
  .fiverr-dots {
    position: absolute;
    right: 0;
    top: 10%;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
  .fiverr-dot.is-sm {
    --size: 58px;
  }
}
@media (min-width: 900px) {
  .footer-main {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(0, 1.4fr) auto;
    align-items: flex-start;
    gap: clamp(32px, 5vw, 80px);
  }
  .footer-social-col {
    align-self: flex-start;
    justify-self: flex-start;
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  .profiles-rail .container {
    margin-bottom: 200px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .profile-card__body header span {
    opacity: 1;
    font-size: 0.9rem;
    font-weight: bold;
  }
  .container.about-hero__inner {
    padding: 0px 10px 0 10px;
  }
}
@media (min-width: 1024px) {
  .typewriter {
    font-size: 2.5rem;
  }
  .typewriter.to-corner {
    font-size: 1.5rem;
  }
  .logo {
    width: 200px;
  }
  .nav ul {
    gap: 32px;
  }
  .nav a {
    font-size: 1.05rem;
  }
}
@media (min-width: 1200px) {
  .client-slider {
    --per-view: 6;
  }
}
@media (min-width: 1280px) {
  .flyout-grid {
    max-width: min(1400px, 84vw);
  }
}
@media (min-width: 1400px) {
  .profiles-rail .container {
    padding: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .nav .flyout-panel {
    transition: none;
    transform: none;
  }
  .flyout-grid li {
    transition: none;
    transform: none;
    opacity: 1;
  }
  .client-track {
    transition: none !important;
    transform: none !important;
  }
}
.client-item img {
  filter: grayscale(1) saturate(0) brightness(1.6) contrast(1.05);
  opacity: 0.85;
}

.client-item:hover img {
  filter: none;
  opacity: 1;
}

.s-testimonials {
  padding: clamp(28px, 4vw, 56px) 20px;
}

.s-testimonials .container {
  max-width: 1400px;
  margin-inline: auto;
  margin-top: 0;
  padding: 0;
  position: relative;
}

.testimonials-title {
  margin: 0 0 clamp(22px, 3vw, 36px);
  text-align: center;
  color: rgb(255, 255, 255);
  font-size: clamp(22px, 3vw, 34px);
  font-weight: 300;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.testimonials-grid {
  display: grid;
  gap: clamp(14px, 2.2vw, 22px);
  grid-template-columns: 1fr;
  align-items: stretch; /* <-- statt start */
}

.testimonial {
  height: 100%;
  display: grid;
  grid-template-rows: var(--bubble-h, 230px) auto; /* Bubble fix + Person darunter */
  justify-items: center;
  text-align: center;
}

.testimonial__bubble {
  width: 100%;
  max-width: 420px;
  position: relative;
  padding: 18px 18px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.18);
  transform: translateZ(0);
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
  height: var(--bubble-h, 230px); /* <-- NEU */
  display: grid; /* <-- NEU */
  grid-template-rows: auto 1fr; /* <-- NEU (Sterne oben, Text füllt) */
}

.testimonial__bubble::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -12px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 12px 0 12px;
  border-color: rgba(255, 255, 255, 0.18) transparent transparent transparent;
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.18));
}

.testimonial__bubble::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -11px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 11px 0 11px;
  border-color: rgba(255, 255, 255, 0.1) transparent transparent transparent;
}

.testimonial__stars {
  color: var(--brand);
  letter-spacing: 0.08em;
  font-size: 0.95rem;
  margin-bottom: 10px;
  opacity: 0.95;
}

.testimonial__bubble p {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.2;
  font-size: 0.95rem;
  margin-top: -25px;
  align-self: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: var(--bubble-lines, 7); /* <-- Anzahl Zeilen */
}

.testimonial__person {
  margin-top: 35px;
  display: grid;
  gap: 8px;
  justify-items: center;
  align-self: start; /* <-- Text direkt unter die Sterne */
  padding-top: 4px; /* optional: minimal Abstand zu den Sternen */
  min-height: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: var(--bubble-lines, 7);
}

.testimonial__avatar {
  width: 120px;
  height: 120px;
  border-radius: 999px;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.testimonial__meta strong {
  display: block;
  color: #FFD130;
  font-size: 1rem;
  margin-top: 15px;
}

.testimonial__meta span {
  display: block;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
}

@media (min-width: 768px) {
  .testimonials-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1100px) {
  .testimonials-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1400px) {
  .testimonials-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .site-footer {
    padding-left: 0;
    padding-right: 0;
  }
}
.logo:focus {
  outline: none;
  box-shadow: none;
}

.logo:focus-visible {
  outline: 2px solid rgba(255, 209, 48, 0.9);
  outline-offset: 6px;
  border-radius: 8px;
}

.testimonial__avatar {
  object-fit: cover;
  object-position: center 50%;
}

.testimonial__avatar.avatar--down {
  object-position: center 30%;
}

.services-showcase__inner {
  max-width: 1400px;
  margin-inline: auto;
  margin-top: 0;
}

.services-showcase__title {
  margin: 0 0 clamp(18px, 3vw, 28px);
  text-align: center;
  color: rgb(255, 255, 255);
  font-size: clamp(22px, 3vw, 34px);
  font-weight: 300;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.svc-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(14px, 3vw, 36px);
  align-items: center;
  margin: clamp(16px, 3.2vw, 34px) 0;
  padding: 0 15px;
}

.svc-media {
  margin: 0;
  overflow: hidden;
}

.svc-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 20px;
}

/* Platzhalter (bis du echte Bilder hast) */
.svc-media__ph {
  aspect-ratio: 16/9;
  display: grid;
  place-content: center;
  gap: 6px;
  text-align: center;
  color: rgba(255, 255, 255, 0.92);
}

.svc-media__ph span {
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.svc-media__ph small {
  opacity: 0.85;
  font-size: 16px;
}

.services-cta .services-cta__inner {
  padding: 15px;
}

/* --- Services: Text-Karten wie Bild-Container (Glass) --- */
.svc-card {
  border-radius: 18px;
  padding: clamp(16px, 2.4vw, 22px);
  /* wie svc-media */
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.18);
  /* Text auf dunkel -> hell */
  color: rgba(255, 255, 255, 0.92);
}

/* Typo auf dunklem Glass */
.svc-kicker {
  color: rgba(255, 255, 255, 0.75);
}

.svc-title {
  color: var(--brand);
}

.svc-lead {
  color: rgba(255, 255, 255, 0.88);
}

.svc-points li {
  color: rgba(255, 255, 255, 0.92);
}

/* Desktop: alternierend links/rechts */
@media (min-width: 960px) {
  .svc-row {
    grid-template-columns: 1.15fr 0.95fr;
  }
  .svc-row:nth-of-type(even) {
    grid-template-columns: 0.95fr 1.15fr;
  }
  .svc-row:nth-of-type(even) .svc-media {
    order: 2;
  }
}
@media (min-width: 960px) {
  .services-cta {
    width: 100%;
    margin-bottom: 50px;
  }
  .services-cta .services-cta__inner {
    width: 500px;
    margin-top: 0;
  }
  .services-cta a {
    display: flex;
  }
  .services-cta__title,
  .services-cta__lead {
    justify-content: center;
    display: flex;
    text-align: center;
  }
}
:root {
  --pad: 16px;
  --fly-duration: 800ms;
}

/* Smooth scrolling für Anker-Links */
html {
  scroll-behavior: smooth;
}

/* Konsistentes Box-Modell, verhindert Abschneiden bei width:100% + padding */
*, *::before, *::after {
  box-sizing: border-box;
}

/* ====== Grundlayout ====== */
html {
  scroll-behavior: smooth; /* hast du schon – darf hier bleiben */
  min-height: 100%;
  background: linear-gradient(135deg, #00c6ff, #7d2ae8);
}

body {
  margin: 0;
  min-height: 100vh;
  min-height: 100dvh; /* mobile safe */
  font-family: sans-serif;
  color: rgb(255, 255, 255);
  background: transparent; /* wichtig: Background nur 1x (auf html) */
}

.hero {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
}

.header {
  height: 100px;
}

.typewriter {
  display: inline-block;
  border-right: 0.15em solid #fff;
  font-size: 2rem; /* mobile kleiner */
  line-height: 1.2;
  clip-path: inset(0 100% 0 0);
  animation: reveal 1.5s steps(30, end) forwards, blink 0.7s step-end infinite;
  will-change: transform;
  z-index: 2;
  white-space: normal; /* mobile: darf umbrechen */
  text-align: center;
  overflow-wrap: break-word;
}

@keyframes reveal {
  from {
    clip-path: inset(0 100% 0 0);
  }
  to {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes blink {
  0%, 100% {
    border-color: transparent;
  }
  50% {
    border-color: white;
  }
}
.typewriter.to-corner {
  position: fixed;
  top: var(--pad);
  left: var(--pad);
  transform-origin: top left;
  font-size: 1.2rem; /* mobile Zielgröße */
  border-right: 0;
}

.typewriter.fading {
  transition: transform var(--fly-duration) ease, opacity var(--fly-duration) ease;
  opacity: 0;
}

/* ====== HEADER / NAV ====== */
.header-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: var(--pad);
  display: flex;
  align-items: center;
  gap: 12px;
  display: flex;
  justify-content: center;
  z-index: 20;
  background-color: #15131f;
}

/* Logo erscheint nach deiner Animation (per .show) */
.logo {
  display: inline-block;
  width: 160px; /* mobile */
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  text-decoration: none;
}

.logo img {
  width: 100%;
  height: auto;
  display: block;
}

.logo.show {
  opacity: 1;
}

/* Burger: sichtbar auf Mobile, rechts ausgerichtet */
.burger {
  margin-left: auto;
  width: 32px;
  height: 32px;
  position: relative;
  border: 0;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 40; /* über Nav */
}

/* die 3 Balken */
.burger .icon,
.burger .icon::before,
.burger .icon::after {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 2px;
  background: #FFD130;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.burger .icon::before {
  transform: translateY(-7px);
}

.burger .icon::after {
  transform: translateY(7px);
}

/* Wenn Logo sichtbar ist -> Burger aktiv */
.logo.show ~ .burger {
  opacity: 1;
  pointer-events: auto;
}

/* --- Zustand: geöffnet (X) --- */
.burger.open .icon {
  background: transparent;
}

.burger.open .icon::before {
  transform: rotate(45deg);
}

.burger.open .icon::after {
  transform: rotate(-45deg);
}

/* NAV: Mobile als Drawer von rechts, erstmal verborgen */
.nav {
  position: fixed;
  top: 0;
  right: 0;
  height: 100dvh;
  width: 78%;
  max-width: 340px;
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(8px);
  transform: translateX(100%);
  transition: transform 0.35s ease, opacity 0.35s ease;
  padding: 80px 20px 20px; /* Platz für Header */
  opacity: 0; /* Sicherheit, bis Logo da ist */
  pointer-events: none;
  z-index: 30;
}

.logo.show ~ .nav {
  opacity: 1;
} /* aktivierbar, sobald Logo sichtbar */
.nav.open {
  transform: translateX(0);
  opacity: 1; /* wichtig */
  pointer-events: auto; /* wichtig */
}

.nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 16px;
}

.nav a {
  color: #fff;
  text-decoration: none;
  font-size: 1.125rem;
}

/* MAIN ist anfangs unsichtbar - außer about-page */
.main:not(.about-page) {
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition: opacity 0.35s ease 0.05s, transform 0.35s ease 0.05s;
}

/* Sobald JS 'app-ready' setzt, alles einblenden */
html.app-ready .main {
  opacity: 1;
  transform: none;
  pointer-events: auto;
}

.about-page {
  background: transparent; /* <- statt gradient */
  min-height: 100vh;
  padding-block: clamp(40px, 8vw, 100px);
  margin-top: -100px;
}

/* Damit die vollflächige .hero nach dem Intro nicht mehr Klicks blockt */
html.app-ready .hero {
  pointer-events: none;
}

/* ====== AB TABLET ====== */
@media (min-width: 768px) {
  .typewriter {
    font-size: 2.2rem;
    white-space: nowrap;
    text-align: left;
  }
  .typewriter.to-corner {
    font-size: 1.4rem;
  }
  /* Burger ausblenden, Nav inline rechtsbündig */
  .burger {
    display: none;
  }
  .nav {
    position: static;
    height: auto;
    width: auto;
    max-width: none;
    background: transparent;
    backdrop-filter: none;
    transform: none;
    opacity: 0;
    pointer-events: none; /* erst nach Logo */
    padding: 0;
    margin-left: auto; /* schiebt nach rechts */
  }
  .logo.show ~ .nav {
    opacity: 1;
    pointer-events: auto;
  }
  .nav ul {
    display: flex;
    gap: 24px;
    flex-wrap: nowrap;
  }
  .nav a {
    font-size: 1rem;
  }
}
/* ====== AB DESKTOP ====== */
@media (min-width: 1024px) {
  .typewriter {
    font-size: 2.5rem;
  }
  .typewriter.to-corner {
    font-size: 1.5rem;
  }
  .logo {
    width: 200px;
  }
  .nav ul {
    gap: 32px;
  }
  .nav a {
    font-size: 1.05rem;
  }
}
.header-container-wrapper {
  display: flex;
  max-width: 1400px;
  width: 100%;
  align-items: flex-end;
}

@media (max-width: 980px) {
  .header {
    max-height: 50px;
  }
}

/*# sourceMappingURL=scss.css.map */
