/* ================================================================
   Online Experience – Hochschulmarketing Landingpage
   Design-System nach Canva-Mockup DAHP0S7NEfs (V2)
   ================================================================ */

/* Typografie nach OE Brandbook (Dez24):
   Headline  = Helvetica Neue LT Pro 63 Medium Extended
   Subline   = Helvetica Neue LT Pro 43 Light Extended
   Fließtext = Helvetica Neue LT Pro 45 Light */
@font-face {
  font-family: 'HNLT Pro 63 MdEx';
  src: url('../assets/fonts/HelveticaNeueLTPro-63MdEx.0f24e094.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'HNLT Pro 43 LtEx';
  src: url('../assets/fonts/HelveticaNeueLTPro-43LtEx.1bd71066.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'HNLT Pro 45 Lt';
  src: url('../assets/fonts/HelveticaNeueLTPro-45Lt.6f613ac2.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root {
  --ink: #1b1f29;               /* Grau-Schwarz aus Nicoles Verlaufs-PNG */
  --ink-soft: #12161d;
  --blue-ci: #083294;           /* CI-Blau (Brandbook) — Mitte des Verlaufs */
  --blue-deep: #082458;
  --blue-mid: #0a53b4;
  --blue-bright: #14a9ec;
  --cyan-bg: #0bc2f3;           /* Verlaufsende unten (aus Hintergrund.png gesampelt) */
  --cyan: #35d3f9;              /* Buttons */
  --cyan-text: #3ecdf8;
  --cyan-card: #7ce4ff;         /* helleres Cyan fuer Card-Titel: besteht AA auch am hellen Verlaufsende */
  --cyan-border: rgba(80, 216, 255, .75);
  --yellow: #f2ee20;
  --white: #ffffff;
  --text: rgba(255, 255, 255, .92);
  --text-dim: rgba(255, 255, 255, .78);
  --radius: 18px;
  --radius-sm: 12px;
  --container: 1200px;
  --font: 'HNLT Pro 45 Lt', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --font-head: 'HNLT Pro 63 MdEx', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --font-sub: 'HNLT Pro 43 LtEx', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font);
  font-size: 17px;
  line-height: 1.55;
  color: var(--text);
  background: var(--ink);
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 32px;
}

/* ---------- Typografie ---------- */

/* Headlines: 63 Medium Extended ist bereits medium/extended geschnitten —
   kein synthetisches Bold darüber legen */
h1, h2, h3 { font-family: var(--font-head); font-weight: normal; line-height: 1.18; letter-spacing: .005em; }

h1 { font-size: clamp(2rem, 4.2vw, 3.1rem); color: var(--white); }
h2 { font-size: clamp(1.7rem, 3.4vw, 2.6rem); color: var(--white); }
h3 { font-size: 1.12rem; }
h1, h2 { text-wrap: balance; }

.yellow { color: var(--yellow); }
.cyan { color: var(--cyan-text); }
.center { text-align: center; }
.sub { margin-top: 14px; color: var(--text-dim); font-family: var(--font-sub); }

.sr-only {
  position: absolute; width: 1px; height: 1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 100;
  background: var(--cyan);
  color: #04364e;
  padding: 12px 22px;
  border-radius: 0 0 10px 0;
  text-decoration: none;
  font-family: var(--font-head);
}
.skip-link:focus { left: 0; }

/* ---------- Buttons ---------- */

.btn {
  display: inline-block;
  background: var(--cyan);
  color: #04364e;
  font-family: var(--font-head);
  font-weight: normal;
  font-size: .95rem;
  padding: 13px 30px;
  border: 0;
  border-radius: 999px;
  text-decoration: none;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
  box-shadow: 0 6px 24px rgba(53, 211, 249, .35);
}
.btn:hover {
  transform: translateY(-2px);
  background: #5cdcff;
  box-shadow: 0 10px 32px rgba(53, 211, 249, .5);
}
.btn:focus-visible {
  outline: 3px solid var(--white);
  outline-offset: 3px;
}

/* ---------- Sektions-Hintergründe ----------
   Verläufe laufen im CSS statt als gezerrtes PNG (Hintergrund.png nur Referenz):
   oben Grau-Schwarz #1b1f29 → CI-Blau #083294 → Cyan #0bc2f3 */

.section-blue {
  background: linear-gradient(178deg, var(--blue-deep) 0%, var(--blue-mid) 42%, var(--blue-bright) 78%, var(--cyan-bg) 100%);
  position: relative;
  overflow: hidden;
}

.section-blue-flat {
  background: linear-gradient(180deg, #0a4dad 0%, #0e77d4 55%, #1fb9f2 100%);
  position: relative;
  overflow: hidden;
}

.section-dark {
  background:
    radial-gradient(900px 480px at 82% 18%, rgba(20, 90, 190, .28), transparent 65%),
    radial-gradient(700px 420px at 12% 85%, rgba(18, 140, 220, .18), transparent 60%),
    var(--ink);
  position: relative;
  overflow: hidden;
}

.section-dark-blue {
  background: linear-gradient(180deg, #0b0f16 0%, var(--blue-ci) 44%, #0d67c4 72%, #23bdf2 100%);
  position: relative;
  overflow: hidden;
}

/* Leucht-Wellen (Welle.png als überlagerte Glow-Grafik) */
.wave {
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(60% 38% at 78% 8%, rgba(64, 156, 255, .35), transparent 70%),
    radial-gradient(42% 30% at 8% 32%, rgba(40, 190, 255, .22), transparent 70%);
  filter: blur(2px);
}

.team::after, .faq::after {
  content: '';
  position: absolute; inset: auto 0 auto 0;
  top: 10%;
  height: 60%;
  background: url('../assets/deko/welle.0e6d1c00.webp') center / cover no-repeat;
  opacity: .5;
  pointer-events: none;
}
.team .container, .faq .container { position: relative; z-index: 1; }

/* ---------- Laptop-Mockup (Frame + eingesetzter Screen) ---------- */

/* Im Frame-PNG ist die Screen-Fläche ausgestanzt (transparent) — der echte
   Inhalt liegt DAHINTER, Bezel + Notch des Frames bleiben davor sichtbar */
.laptop { position: relative; }
.laptop .laptop-frame { position: relative; z-index: 1; pointer-events: none; }
/* Screen-Oeffnung, per Floodfill aus dem Frame-Alpha vermessen:
   x 162..1439 / y 34..865 von 1600x973 — Eckradius oben ~18px.
   ::before fuellt exakt dieses Loch schwarz (kuenstlicher Bezel), der Inhalt
   sitzt ein Stueck kleiner darin; Toleranzen zeigen Schwarz statt Ueberstand.
   Radius aspektkorrekt in %, damit er mit jeder Render-Groesse skaliert. */
.laptop::before {
  content: '';
  position: absolute;
  z-index: 0;
  left: 10.1%; right: 10%;
  top: 3.4%; bottom: 11%;
  background: #020407;
  border-radius: 1.4% 1.4% .5% .5% / 2.3% 2.3% .8% .8%;
}
.laptop .laptop-screen {
  position: absolute;
  z-index: 0;
  left: 10.5%; right: 10.4%;
  top: 4.1%; bottom: 11.6%;
  width: 79.1%; height: 84.3%;
  object-fit: cover;
  border-radius: 1.2% / 2%;
  overflow: hidden;
}

/* Videos: echtes 16:9, vertikal mittig im Loch — oben/unten bleibt der
   schwarze ::before-Bezel sichtbar (wie Video-Vollbild auf echtem Laptop).
   Verhindert Streckung; die Notch verschwindet im schwarzen Balken. */
.laptop .video-embed.laptop-screen {
  top: 46%;
  bottom: auto;
  height: auto;
  aspect-ratio: 16 / 9;
  transform: translateY(-50%);
}

/* ---------- Video-Embeds (YouTube, Klick-Aktivierung / DSGVO) ---------- */

.video-embed { position: relative; background: #06101f; border-radius: 8px; overflow: hidden; }
.video-embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

.video-poster {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  gap: 14px;
  background:
    radial-gradient(70% 70% at 50% 40%, rgba(11, 84, 180, .55), transparent 90%),
    #06101f;
  border: 0;
  color: var(--white);
  font-family: var(--font);
  cursor: pointer;
}
.video-poster[disabled] { cursor: default; opacity: .75; }
.video-play {
  width: 62px; height: 62px;
  border-radius: 50%;
  border: 2.5px solid var(--cyan);
  color: var(--cyan);
  display: grid; place-items: center;
  font-size: 1.4rem;
  padding-left: 5px;
  transition: transform .2s ease, background .2s ease;
}
.video-poster:not([disabled]):hover .video-play { transform: scale(1.12); background: rgba(53, 211, 249, .18); }
.video-caption { font-size: .88rem; color: var(--text-dim); }

/* ---------- 1. Hero ---------- */

.hero {
  background: linear-gradient(174deg, #060a12 0%, #0a2158 34%, #0a58b8 66%, #21b6f0 100%);
  position: relative;
  overflow: hidden;
  padding: 96px 0 84px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 48px;
  align-items: center;
  position: relative;
}

.h1-sub { font-size: .72em; }

.hero-copy p { margin: 22px 0 30px; max-width: 46ch; color: var(--text-dim); }

.hero-visual .laptop { filter: drop-shadow(0 30px 60px rgba(0, 0, 0, .45)); }

/* ---------- 2. Logo-Marquee ---------- */

.logobar {
  background: #fff;
  padding: 18px 0 26px;
  text-align: center;
  overflow: hidden;
}
.logobar p {
  color: #3b3f46;
  font-size: .92rem;
  margin-bottom: 18px;
}

.marquee { overflow: hidden; }
.marquee-track {
  display: flex;
  align-items: center;
  gap: 64px;
  width: max-content;
  padding-right: 64px;              /* Lücke vor der Nahtstelle der Duplikat-Hälfte */
  animation: marquee-scroll 70s linear infinite;   /* bewusst langsam */
}
.marquee:hover .marquee-track,
.marquee:focus-visible .marquee-track,
.marquee.is-paused .marquee-track { animation-play-state: paused; }  /* Hover, Tastatur-Fokus, Tipp/Klick */
.marquee:focus-visible { outline: 2px solid var(--cyan); outline-offset: -2px; border-radius: 6px; }

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

.marquee-track img {
  height: 48px;
  width: auto;
  max-width: 190px;
  object-fit: contain;
  flex: 0 0 auto;
  transition: transform .25s ease;
}
.marquee-track img:hover { transform: scale(1.14); }  /* leichte Vergrößerung */

@media (prefers-reduced-motion: reduce) {
  .marquee-track { animation: none; flex-wrap: wrap; justify-content: center; width: auto; }
}

/* ---------- 3. Leistungen ---------- */

.services { padding: 110px 0 120px; }

.services-grid {
  display: grid;
  grid-template-columns: .9fr 1.6fr;
  gap: 56px;
  align-items: start;
}

.services-copy { position: sticky; top: 48px; }
.services-copy p { margin: 20px 0 30px; color: var(--text-dim); }

.services-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

/* ---------- Cards (global) ---------- */

/* Deckkraft .6 + --cyan-card: WCAG-AA auch dort, wo Cards auf dem hellen
   Verlaufsende liegen (untere Reihe der Blau-Sektionen) */
.card {
  background: rgba(4, 26, 66, .6);
  border: 1.5px solid var(--cyan-border);
  border-radius: var(--radius);
  padding: 22px 20px 24px;
  transition: transform .2s ease, box-shadow .2s ease;
}
.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 40px rgba(10, 40, 90, .45);
}
.card-icon { width: 48px; height: 48px; object-fit: contain; display: block; margin-bottom: 12px; }
.card h3 { color: var(--cyan-card); margin-bottom: 8px; }
.card p, .card li { font-size: .92rem; color: rgba(255, 255, 255, .84); }
.card ul { list-style: disc; padding-left: 18px; display: grid; gap: 6px; }

.card-yellow h3 { color: var(--yellow); }
.card-yellow .card-icon { width: 44px; height: 44px; }

/* ---------- 4. Personalmarketing ---------- */

.personal {
  background:
    linear-gradient(90deg, rgba(5, 10, 22, .82) 0%, rgba(5, 10, 22, .45) 46%, rgba(5, 10, 22, .25) 100%),
    url('../assets/photos/vortrag.1e19b3eb.jpg') center / cover no-repeat;
  padding: 92px 0;
}
.personal-copy { max-width: 560px; }
.personal-copy h2 { line-height: 1.15; }
.personal-copy p { margin: 20px 0 28px; color: var(--text); }

/* ---------- Checklisten ---------- */

.checklist { list-style: none; display: grid; gap: 18px; }

.checklist li {
  position: relative;
  padding-left: 52px;
  font-size: .98rem;
  color: var(--text);
  min-height: 39px;              /* Kreis-Hoehe: 1-Zeiler zentrieren sauber */
  display: grid;
  align-content: center;
}
/* Haken als gezeichnetes SVG statt Font-Glyph — rendert auf jedem System gleich.
   Kreis vertikal mittig zum Textblock (Kommentar Nutzer: Text um Icon zentrieren) */
.checklist li::before {
  content: '';
  position: absolute;
  left: 0; top: 50%;
  transform: translateY(-50%);
  width: 34px; height: 34px;
  border: 2.5px solid #fff;
  border-radius: 50%;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M3.5 8.5 6.8 11.8 12.8 4.8' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 15px no-repeat;
}

.checklist-titled li strong {
  display: block;
  color: var(--white);
  margin-bottom: 4px;
  font-family: var(--font-head);
  font-weight: normal;
}
/* Titel-Listen (Einzigartig): Icon sitzt auf Hoehe der Titelzeile, nicht Blockmitte */
.checklist-titled li::before { top: 0; transform: none; }

/* ---------- 5. Über 6 Jahre Erfahrung ---------- */

.experience { padding: 110px 0; }
.experience-sub {
  font-family: var(--font-sub);
  font-size: 1.25rem;
  color: var(--white);
  margin: 14px 0 44px;
  max-width: 44ch;
}

.experience-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 48px;
  align-items: center;
}

.experience-panel {
  border: 1.5px solid var(--cyan-border);
  border-radius: var(--radius);
  padding: 40px 38px;
  background: rgba(10, 14, 22, .55);
}
.experience-panel .btn { margin-top: 32px; margin-left: 52px; }

.experience-visual {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.experience-visual img {
  border-radius: var(--radius-sm);
  filter: drop-shadow(0 18px 44px rgba(0, 0, 0, .45));
}
.experience-visual img:first-child { grid-column: 1 / -1; }

/* ---------- 6. Einzigartig ---------- */

.unique { padding: 110px 0; }

.unique-grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 64px;
  align-items: center;
}

.unique-visual { position: relative; display: grid; gap: 20px; }
.unique-photo { border-radius: var(--radius); }
.unique-badge {
  position: absolute;
  top: -26px; right: -18px;
  width: 130px;
  border-radius: var(--radius-sm);
  box-shadow: 0 12px 32px rgba(0, 0, 0, .4);
  transform: rotate(3deg);
}
.video-embed-small { aspect-ratio: 16 / 9; border-radius: var(--radius-sm); }

.unique-copy p { margin: 18px 0 30px; color: var(--text-dim); }
.unique-copy .btn { margin-top: 30px; }

/* ---------- 7. Was uns unterscheidet ---------- */

.difference { padding: 110px 0 120px; }

.difference-grid {
  display: grid;
  grid-template-columns: .95fr 1.35fr;
  gap: 56px;
  align-items: start;
}

.difference-group {
  margin-top: 44px;
  filter: drop-shadow(0 24px 48px rgba(0, 0, 0, .4));
}

.difference-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
}

/* ---------- 8. Testimonials ---------- */

.testimonials { padding: 104px 0 96px; }

.carousel { margin-top: 56px; }

.carousel-track { position: relative; }

.slide {
  display: none;
  grid-template-columns: 1.05fr .95fr;
  gap: 40px;
  align-items: center;
}
.slide.is-active { display: grid; animation: slide-in .45s ease; }

@keyframes slide-in {
  from { opacity: 0; transform: translateX(24px); }
  to { opacity: 1; transform: none; }
}

.slide-visual .laptop { filter: drop-shadow(0 24px 48px rgba(0, 0, 0, .4)); }

.slide-quote {
  border: 1.5px solid var(--cyan-border);
  border-radius: var(--radius);
  padding: 34px 36px;
  background: rgba(6, 30, 80, .55);
}
.slide-logo-text {
  font-family: var(--font-head);
  font-size: 1.3rem;
  color: var(--white);
  margin-bottom: 20px;
}
.slide-quote h3 { color: var(--cyan-text); font-size: 1.05rem; }
.slide-meta { color: var(--text); font-size: .92rem; margin: 4px 0 18px; }
.slide-label { color: var(--cyan-text); font-size: .95rem; margin-bottom: 10px; }
.slide-quote p:last-child { font-size: .95rem; color: rgba(255, 255, 255, .88); }

.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 0;                        /* 24px-Buttons bringen den optischen Abstand selbst mit */
  margin-top: 40px;
  background: rgba(8, 12, 20, .55);
  width: max-content;
  margin-inline: auto;
  padding: 4px 8px;
  border-radius: 999px;
}
/* 24px Hit-Area (WCAG 2.5.8), Punkt bleibt optisch 9px */
.carousel-dots button {
  width: 24px; height: 24px;
  border-radius: 50%;
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 0;
  display: grid;
  place-items: center;
}
.carousel-dots button::before {
  content: '';
  width: 9px; height: 9px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .45);
  transition: background .2s, transform .2s;
}
.carousel-dots button[aria-selected="true"]::before { background: #fff; transform: scale(1.25); }

/* ---------- 9. Team-Carousel ---------- */

.team { padding: 104px 0 130px; }

.team-carousel {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 64px;
}

.team-nav {
  flex: 0 0 auto;
  width: 44px; height: 44px;
  border-radius: 50%;
  border: 1.5px solid var(--cyan-border);
  background: rgba(8, 20, 46, .6) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M9.8 3.5 5.8 8l4 4.5' fill='none' stroke='%233ecdf8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 18px no-repeat;
  cursor: pointer;
  transition: background-color .2s, transform .2s;
}
.team-next { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M6.2 3.5 10.2 8l-4 4.5' fill='none' stroke='%233ecdf8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); }
.team-nav:hover { background-color: rgba(53, 211, 249, .25); transform: scale(1.08); }
/* Marquee liegt auf weissem Streifen — der behaelt seinen cyan Fokus-Ring */
.team-nav:focus-visible, .carousel-dots button:focus-visible, .video-poster:focus-visible {
  outline: 2.5px solid var(--white);
  outline-offset: 2px;
}

.team-row {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 26px;
  min-height: 560px;
}

.team-member { position: relative; width: 13%; margin-top: 60px; }
.team-member img {
  width: 100%;
  border-radius: 8px;
  border: 1.5px solid transparent;
  object-fit: cover;
  aspect-ratio: 5 / 7;
  object-position: top;
  background: rgba(8, 20, 46, .4);
}
.frame-cyan img { outline: 1.5px solid var(--cyan-border); outline-offset: -1px; }
.frame-yellow img { outline: 1.5px solid rgba(242, 238, 32, .8); outline-offset: -1px; }

.team-active { width: 21%; margin-top: 0; z-index: 2; }
.team-active img { aspect-ratio: 3 / 4; outline: 2px solid var(--cyan); outline-offset: -1px; border-radius: 8px 8px 0 0; }

.team-card {
  border: 1.5px solid var(--cyan-border);
  border-top: 0;
  border-radius: 0 0 var(--radius-sm) var(--radius-sm);
  background: rgba(8, 20, 46, .92);
  padding: 14px 16px 18px;
  display: grid;
  gap: 4px;
}
.team-card strong { color: var(--cyan-text); font-size: .98rem; font-family: var(--font-head); font-weight: normal; }
.team-card .role { color: var(--cyan-text); font-size: .8rem; opacity: .85; margin-bottom: 6px; }
.team-card ul { list-style: disc; padding-left: 18px; display: grid; gap: 3px; }
.team-card li { font-size: .8rem; color: var(--text); }

/* ---------- 10. FAQ ---------- */

.faq { padding: 110px 0 120px; }

.faq-sub { max-width: 62ch; margin: 18px 0 52px; color: var(--text-dim); font-family: var(--font-sub); }

.faq-grid {
  display: grid;
  grid-template-columns: 1.6fr .8fr;
  gap: 48px;
  align-items: end;
}

.faq-list { display: grid; gap: 26px; }

.faq-row {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 26px;
  align-items: stretch;
}

.faq-q, .faq-a {
  border-radius: var(--radius-sm);
  padding: 18px 20px;
  font-size: .93rem;
  display: flex;
  align-items: center;
  gap: 14px;
}
.faq-q {
  border: 1.5px solid var(--cyan-border);
  background: rgba(8, 22, 46, .5);
  color: var(--white);
}
.faq-avatar {
  flex: 0 0 auto;
  width: 34px; height: 34px;
  border-radius: 50%;
  border: 2px solid var(--cyan-text);
  display: grid;
  place-items: center;
}
.faq-avatar img { width: 17px; height: 19px; object-fit: contain; }
.faq-a {
  border: 1px solid rgba(255, 255, 255, .85);
  background: rgba(14, 16, 20, .6);
  color: var(--text-dim);
  text-align: right;
}

.faq-cta { margin-top: 18px; text-align: center; }

.faq-visual img { filter: drop-shadow(0 20px 48px rgba(0, 0, 0, .5)); }

/* ---------- 11. Downloads ---------- */

.downloads { padding: 104px 0 110px; }

.downloads-grid {
  margin: 60px 0 48px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1.5px solid var(--cyan-border);
  border-radius: var(--radius-sm);
  overflow: hidden;
}

.download-cell {
  padding: 44px 46px 48px;
  border: 0 solid var(--cyan-border);
}
.download-cell:nth-child(1) { border-right-width: 1.5px; border-bottom-width: 1.5px; }
.download-cell:nth-child(2) { border-bottom-width: 1.5px; }
.download-cell:nth-child(3) { border-right-width: 1.5px; }

.download-cell h3 {
  color: var(--cyan-text);
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  font-size: 1.08rem;
}
.dl-icon { flex: 0 0 auto; width: 32px; height: 32px; object-fit: contain; }
.download-cell ul {
  list-style: disc;
  padding-left: 22px;
  display: grid;
  gap: 8px;
  font-size: .95rem;
  color: var(--text);
}

/* ---------- 12. CTA ---------- */

.cta { padding: 110px 0 0; }

.cta-grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 48px;
  align-items: end;
}

.cta-copy { padding-bottom: 56px; }
.cta-copy p {
  margin-top: 22px;
  color: var(--text-dim);
  max-width: 52ch;
}
.cta-copy .btn { margin-top: 26px; }

.cta-visual {
  display: flex;
  align-items: flex-end;
  gap: 22px;
}
.cta-visual img {
  max-height: 480px;
  width: auto;
  filter: drop-shadow(0 20px 50px rgba(0, 0, 0, .5));
}
.cta-name { display: grid; gap: 2px; padding-bottom: 46px; }
.cta-name strong { color: var(--white); font-family: var(--font-head); font-weight: normal; }
.cta-name span { color: var(--cyan-text); font-size: .9rem; }

.cta-line {
  border: 0;
  border-top: 1.5px solid var(--cyan-border);
  margin: 0;
}

/* ---------- 13. Kontakt ---------- */

.contact { padding: 100px 0 120px; }

.contact-grid {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 56px;
  align-items: center;
}

.contact-form-wrap {
  border: 1.5px solid var(--cyan-border);
  border-radius: var(--radius);
  padding: 44px 42px 48px;
  background: rgba(8, 12, 20, .55);
}
.contact-form-wrap h2 { font-size: 1.7rem; margin-bottom: 30px; }

.form-hint { font-size: .85rem; color: var(--text-dim); margin: -18px 0 22px; }

#bedarfsanalyse-form { display: grid; gap: 16px; }

.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

.form-field { display: grid; gap: 6px; }
.form-field label { font-size: .85rem; color: var(--cyan-card); }

#bedarfsanalyse-form input,
#bedarfsanalyse-form select {
  width: 100%;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, .75);
  border-radius: 10px;
  color: var(--white);
  font-family: var(--font);
  font-size: .95rem;
  padding: 13px 16px;
  transition: border-color .2s, box-shadow .2s;
}
#bedarfsanalyse-form select { appearance: none; cursor: pointer; }
#bedarfsanalyse-form select:invalid { color: rgba(255, 255, 255, .65); }
#bedarfsanalyse-form select option { color: #10141c; background: #fff; }
#bedarfsanalyse-form input::placeholder { color: rgba(255, 255, 255, .65); }
#bedarfsanalyse-form input:focus,
#bedarfsanalyse-form select:focus {
  outline: none;
  border-color: var(--cyan);
  box-shadow: 0 0 0 3px rgba(53, 211, 249, .25);
}
#bedarfsanalyse-form .btn { justify-self: end; margin-top: 8px; }

.form-status { min-height: 1.4em; font-size: .9rem; color: var(--cyan-text); }

.contact-visual img { border-radius: var(--radius); }

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

.footer {
  background: #05070b;
  border-top: 1px solid rgba(255, 255, 255, .08);
  padding: 48px 0 22px;
  font-size: .9rem;
  color: rgba(255, 255, 255, .65);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr .6fr;
  gap: 40px;
  align-items: start;
  padding-bottom: 36px;
  margin-bottom: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}
.footer-brand img { width: 180px; }
.footer-address { font-style: normal; line-height: 1.7; }
.footer-address strong, .footer-hours strong {
  color: var(--white);
  font-family: var(--font-head);
  font-weight: normal;
  display: block;
  margin-bottom: 6px;
}
.footer-hours { line-height: 1.7; }
.footer-legal { display: grid; gap: 8px; justify-items: start; }

.footer-inner { display: flex; justify-content: space-between; font-size: .85rem; color: rgba(255, 255, 255, .55); }
.footer a { color: var(--cyan-text); text-decoration: none; }

/* ---------- Rechtsseiten (Impressum / Datenschutz) ---------- */

.legal { padding: 72px 0 96px; }
.legal .container { max-width: 820px; }
.legal h1 { font-size: clamp(1.8rem, 3.4vw, 2.4rem); margin-bottom: 36px; }
.legal h2 { font-size: 1.35rem; color: var(--cyan-text); margin: 44px 0 14px; }
.legal h3 { font-size: 1.05rem; color: var(--white); margin: 26px 0 8px; }
.legal p, .legal li { color: var(--text-dim); font-size: .95rem; margin-bottom: 12px; overflow-wrap: break-word; }
.legal ul { padding-left: 22px; margin-bottom: 12px; }
.legal a { color: var(--cyan-text); text-decoration: none; }
.legal a:hover { text-decoration: underline; }
.legal-back { display: inline-block; margin-bottom: 32px; color: var(--cyan-text); text-decoration: none; font-size: .9rem; }
.legal-back:hover { text-decoration: underline; }

.legal-toc {
  border: 1.5px solid var(--cyan-border);
  border-radius: var(--radius-sm);
  background: rgba(8, 20, 46, .5);
  padding: 20px 24px;
  margin-bottom: 40px;
}
.legal-toc strong { color: var(--white); font-family: var(--font-head); font-weight: normal; display: block; margin-bottom: 10px; }
.legal-toc ol { padding-left: 22px; display: grid; gap: 4px; }
.legal-toc li { font-size: .92rem; margin: 0; }

/* ---------- Scroll-Reveal ---------- */

.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s cubic-bezier(.16, 1, .3, 1), transform .6s cubic-bezier(.16, 1, .3, 1); }
.js .reveal.is-visible { opacity: 1; transform: none; }

/* Card-Grids: gestaffelter Einlauf statt identischer Entrance ueberall */
.services-cards .card:nth-child(3n+2), .difference-cards .card:nth-child(2) { transition-delay: .09s; }
.services-cards .card:nth-child(3n+3), .difference-cards .card:nth-child(3) { transition-delay: .18s; }
.difference-cards .card:nth-child(4) { transition-delay: .27s; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .slide.is-active { animation: none; }
}

/* ---------- Responsive ---------- */

@media (max-width: 1024px) {
  .services-cards { grid-template-columns: 1fr 1fr; }
  .team-row { min-height: 440px; }
  .team-member { width: 17%; }
  .team-active { width: 30%; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 860px) {
  .hero-grid, .services-grid, .unique-grid, .experience-grid,
  .difference-grid, .contact-grid, .cta-grid { grid-template-columns: 1fr; }
  .slide { grid-template-columns: 1fr; }
  .services-copy { position: static; }
  .faq-grid { grid-template-columns: 1fr; }
  .faq-visual { display: none; }
  .faq-row { grid-template-columns: 1fr; gap: 10px; }
  .faq-a { text-align: left; }
  .downloads-grid { grid-template-columns: 1fr; }
  .download-cell { border-right-width: 0 !important; border-bottom-width: 1.5px; }
  .download-cell:last-child { border-bottom-width: 0; }
  .cta-grid { grid-template-columns: 1fr; }
  .cta-copy { padding-bottom: 0; order: -1; }
  .cta-visual img { max-height: 380px; }
  .cta-name { padding-bottom: 12px; }
  .form-row { grid-template-columns: 1fr; }
  .team-row { min-height: 0; flex-wrap: nowrap; }
  .team-member:not(.team-active) { display: none; }
  .team-active { width: min(320px, 80%); margin-top: 0; }
  .unique-badge { top: -14px; right: 0; width: 100px; }
}

@media (max-width: 560px) {
  .services-cards, .difference-cards { grid-template-columns: 1fr; }
  .container { padding: 0 20px; }
  .hero { padding: 64px 0 56px; }
  .marquee-track { gap: 40px; animation-duration: 45s; }
  .marquee-track img { height: 36px; }
  /* "Studierendengewinnung" passt sonst nicht in 390px */
  h1 { font-size: 1.5rem; }
  h2 { font-size: 1.45rem; }
  h1, h2 { overflow-wrap: break-word; hyphens: auto; }
}
