@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Inter+Tight:wght@400;500;600&display=swap');

  /* ---------- SN base ---------- */
  .sn { font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    color: #101319; background: #fff; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
  .sn * { box-sizing: border-box; margin: 0; }
  .sn a { color: inherit; text-decoration: none; }
  /* height:auto ist Pflicht neben max-width — sonst behaelt ein <img> mit height-Attribut
     seine Attributhoehe, waehrend die Breite schrumpft, und wird verzerrt. */
  .sn img { max-width: 100%; height: auto; display: block; }
  .sn .snw { max-width: 1200px; margin: 0 auto; padding: 0 36px; }
  .sn .snw-n { max-width: 880px; margin: 0 auto; padding: 0 36px; }
  .sn .snw-x { max-width: 1360px; margin: 0 auto; padding: 0 36px; }

  /* Typography */
  .sn .sn-d1 { font-family: 'Inter Tight', 'Inter', sans-serif; font-size: clamp(46px, 6.6vw, 88px);
    font-weight: 500; line-height: 1.04; letter-spacing: -.028em; text-wrap: balance; }
  .sn .sn-d2 { font-family: 'Inter Tight', 'Inter', sans-serif; font-size: clamp(34px, 4vw, 56px);
    font-weight: 500; line-height: 1.1; letter-spacing: -.022em; text-wrap: balance; }
  .sn .sn-d3 { font-family: 'Inter Tight', 'Inter', sans-serif; font-size: clamp(24px, 2.6vw, 34px);
    font-weight: 500; line-height: 1.18; letter-spacing: -.018em; text-wrap: balance; }
  .sn .sn-lead { font-size: clamp(17px, 1.55vw, 20px); line-height: 1.55; color: #5d6370; }
  .sn p { font-size: 16px; line-height: 1.6; color: #5d6370; }
  .sn .sn-eyebrow { display: block; font-size: 13px; font-weight: 600; letter-spacing: .14em;
    text-transform: uppercase; color: #98a0ab; }
  .sn .sn-blue { color: #00b4f7; }

  /* Buttons */
  /* Hover-Prinzip (Juergen 06.09.): NICHT anheben, NICHT schatten.
     Stattdessen wandert der Pfeil nach rechts und ein Ring legt sich aussen herum. */
  .sn .sn-btn { position: relative; display: inline-flex; align-items: center; gap: 9px;
    padding: 14px 26px; border-radius: 999px;
    background: #101319; color: #fff; font-size: 15px; font-weight: 500; line-height: 1; white-space: nowrap;
    transition: background-color .22s ease; }
  .sn .sn-btn::after { content: ''; position: absolute; inset: -6px; border-radius: 999px;
    border: 1px solid rgba(16,19,25,.18); opacity: 0; pointer-events: none;
    transition: opacity .22s ease, inset .22s cubic-bezier(.16,1,.3,1); }
  .sn .sn-btn:hover::after { opacity: 1; inset: -4px; }
  .sn .sn-btn .ar { font-size: 12px; opacity: .7; transform: translateY(.5px);
    transition: transform .22s cubic-bezier(.16,1,.3,1), opacity .22s ease; }
  .sn .sn-btn:hover .ar { transform: translate(4px, .5px); opacity: 1; }
  .sn .sn-btn--ghost { background: transparent; color: #101319; box-shadow: inset 0 0 0 1px rgba(16,19,25,.16); }
  .sn .sn-btn--ghost:hover { box-shadow: inset 0 0 0 1px rgba(16,19,25,.34); }
  .sn .sn-btn--ghost::after { display: none; }
  .sn .sn-btn--white { background: #fff; color: #101319; }
  /* Auf dunklem Grund muss der Ring hell sein, sonst ist er unsichtbar */
  .sn .sn-btn--white::after,
  .sn .sn-sec--dark .sn-btn::after,
  .sn .sn-cta .sn-btn::after { border-color: rgba(255,255,255,.32); }
  /* Bunter Button mit Verlaufsflaeche — Brand-Verlauf als Grundflaeche */
  .sn .sn-btn--brand { background: linear-gradient(95deg, #006d96 0%, #00b4f7 32%, #6ece53 100%);
    background-size: 150% 100%; background-position: 0% 50%; color: #fff;
    transition: background-position .5s cubic-bezier(.16,1,.3,1); }
  .sn .sn-btn--brand:hover { background-position: 100% 50%; }
  .sn .sn-btn--brand::after { border-color: rgba(0,180,247,.5); }
  .sn .sn-btn--brand .ar { opacity: .9; }
  /* Talent-Base-Karte: Mini-Hub. Zentral hier, weil die Karte auf mehreren Seiten steht. */
  .sn .minihub { position: relative; height: 400px; }
  .sn .minihub svg.wires { position: absolute; inset: 0; width: 100%; height: 100%; }
  .sn .minihub .mh-av { position: absolute; transform: translate(-50%, -50%);
    width: 46px; height: 46px; border-radius: 50%; object-fit: cover;
    border: 2px solid rgba(255,255,255,.3); animation: snFloatC 6s ease-in-out infinite; }
  @keyframes snFloatC { 0%,100% { transform: translate(-50%,-50%) translateY(0); }
    50% { transform: translate(-50%,-50%) translateY(-6px); } }
  .sn .minihub .mh-av:nth-child(odd) { animation-delay: -3s; }
  @media (prefers-reduced-motion: reduce) { .sn .minihub .mh-av { animation: none; } }
  .sn .minihub .mh-core { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
    width: 190px; background: #fff; color: #14171f; border-radius: 16px; padding: 14px 16px;
    box-shadow: 0 30px 70px -30px rgba(0,10,25,.7); }
  .sn .minihub .mh-core b { display: block; font-size: 13px; font-weight: 600; letter-spacing: -.01em; }
  .sn .minihub .mh-core i { font-style: normal; font-size: 11px; color: #9aa1ac; }
  .sn .minihub .mh-orb { width: 22px; height: 22px; border-radius: 50%; margin-bottom: 8px;
    background: conic-gradient(from 180deg, #00b4f7, #6ece53, #006d96, #00b4f7); opacity: .9; }
  .sn .minihub .mh-lbl { position: absolute; transform: translate(-50%, -50%); white-space: nowrap;
    font-size: 11px; font-weight: 500; color: rgba(242,244,247,.72); background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.14); padding: 3px 10px; border-radius: 999px; }
  .sn .minihub .mh-sys { position: absolute; transform: translate(-50%, -50%); white-space: nowrap;
    display: inline-flex; align-items: center; gap: 7px; font-size: 12px; font-weight: 500;
    color: rgba(242,244,247,.9); background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.16);
    padding: 7px 12px; border-radius: 11px; }
  .sn .minihub .mh-sys img { width: 16px; height: 16px; border-radius: 4px; object-fit: contain; background: #fff; }
  @media (max-width: 1000px) { .sn .minihub { margin: 0; height: 340px; } }

  /* Watch-Video-Button — portiert von der alten People-Search-Seite (.sl-upv__watch).
     Dunkle Pille in einem rotierenden Brand-Ring. Haus-Standard fuer JEDES "Video ansehen". */
  .sn .sn-watch { position: relative; display: inline-block; border-radius: 999px; padding: 3.5px;
    overflow: hidden; isolation: isolate; }
  .sn .sn-watch::before { content: ''; position: absolute; top: 50%; left: 50%;
    width: 420px; height: 420px; margin: -210px 0 0 -210px; z-index: -1;
    background: conic-gradient(from 0deg, #006d96 0deg, #00b4f7 90deg, #6ece53 200deg, #003e5c 290deg, #006d96 360deg);
    animation: snWatchSpin 3s linear infinite; }
  @keyframes snWatchSpin { to { transform: rotate(360deg); } }
  .sn .sn-watch__btn { position: relative; z-index: 1; display: inline-flex; align-items: center; gap: 12px;
    padding: 14px 28px 14px 14px; border-radius: 999px; background: rgba(8,11,18,.84);
    backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
    color: #fff; font-size: 15px; font-weight: 500; line-height: 1; white-space: nowrap;
    border: 0; font-family: inherit; cursor: pointer; transition: background .2s ease; }
  .sn .sn-watch__btn:hover { background: rgba(8,11,18,.97); }
  .sn .sn-watch__play { width: 36px; height: 36px; border-radius: 50%; background: #fff; color: #0b1420;
    display: grid; place-items: center; flex: none; }
  .sn .sn-watch__play::after { content: ''; width: 0; height: 0; margin-left: 3px;
    border-top: 7px solid transparent; border-bottom: 7px solid transparent; border-left: 12px solid currentColor; }
  .sn .sn-watch--lg .sn-watch__btn { font-size: 16.5px; padding: 17px 34px 17px 17px; gap: 14px; }
  .sn .sn-watch--lg .sn-watch__play { width: 42px; height: 42px; }
  .sn .sn-watch--sm .sn-watch__btn { font-size: 13.5px; padding: 10px 20px 10px 12px; gap: 10px; }
  .sn .sn-watch--sm .sn-watch__play { width: 24px; height: 24px; }
  .sn .sn-watch--sm .sn-watch__play::after { border-top-width: 4px; border-bottom-width: 4px;
    border-left-width: 8px; margin-left: 2px; }
  /* Ruhige Variante — gleicher Ring, langsam und zurueckhaltend. Fuer Formular-/Suchbuttons,
     wo der Ring nicht die Hauptrolle spielen soll. */
  .sn .sn-watch--calm { padding: 2px; }
  .sn .sn-watch--calm::before { animation-duration: 11s; opacity: .8; }
  .sn .sn-watch--calm .sn-watch__btn { background: #101319; }
  .sn .sn-watch--calm .sn-watch__btn:hover { background: #1b2029; }
  @media (prefers-reduced-motion: reduce) { .sn .sn-watch::before { animation: none; } }
  /* Mobile: der Ring deckte im Hero das halbe Hintergrundbild zu (Juergen 08.09.).
     Pille, Schrift und Play-Kreis eine Stufe kleiner — --calm (Formular-Buttons) und
     --sm (ohnehin klein) bleiben unberuehrt. */
  @media (max-width: 620px) {
    .sn .sn-watch:not(.sn-watch--calm):not(.sn-watch--sm) { padding: 2.5px; }
    .sn .sn-watch:not(.sn-watch--calm):not(.sn-watch--sm)::before { width: 300px; height: 300px;
      margin: -150px 0 0 -150px; }
    .sn .sn-watch:not(.sn-watch--calm):not(.sn-watch--sm) .sn-watch__btn { font-size: 13.5px;
      padding: 10px 20px 10px 10px; gap: 10px; }
    .sn .sn-watch:not(.sn-watch--calm):not(.sn-watch--sm) .sn-watch__play { width: 28px; height: 28px; }
    .sn .sn-watch:not(.sn-watch--calm):not(.sn-watch--sm) .sn-watch__play::after {
      border-top-width: 5.5px; border-bottom-width: 5.5px; border-left-width: 9.5px; margin-left: 2.5px; }
  }

  .sn .sn-btnrow { display: flex; align-items: center; justify-content: center; gap: 14px; flex-wrap: wrap; }
  .sn .sn-btnnote { font-size: 13.5px; color: #9aa1ac; }

  /* Sections */
  .sn .sn-sec { padding: 130px 0; }
  .sn .sn-sec--tight { padding: 90px 0; }
  .sn .sn-sec--tint { background: #f6f6f4; }
  .sn .sn-sec--dark { background: #081120; color: #f2f4f7; }
  .sn .sn-sec--dark p, .sn .sn-sec--dark .sn-lead { color: rgba(242,244,247,.64); }
  .sn .sn-secquote { padding: 110px 0; text-align: center; }
  .sn .sn-head { max-width: 780px; }
  .sn .sn-head--c { margin-left: auto; margin-right: auto; text-align: center; }
  .sn .sn-head .sn-lead { margin-top: 22px; max-width: 56ch; }
  .sn .sn-head--c .sn-lead { margin-left: auto; margin-right: auto; }

  /* Verb tiles (Sana pattern) */
  .sn .sn-verbs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
  .sn .sn-verbs--3 { grid-template-columns: repeat(3, 1fr); }
  .sn .sn-verb { padding: 30px 26px 28px; border-radius: 18px; background: #f6f6f4;
    box-shadow: inset 0 0 0 1px transparent;
    transition: box-shadow .22s ease, background-color .22s ease; }
  .sn .sn-verb:hover { box-shadow: inset 0 0 0 1px rgba(16,19,25,.15); background: #f2f1ec; }
  .sn .sn-verb h3 { font-family: 'Inter Tight', sans-serif; font-size: 21px; font-weight: 500; letter-spacing: -.02em; }
  .sn .sn-verb p { margin-top: 9px; font-size: 14.5px; line-height: 1.5; }

  /* Browser-frame mockup */
  .sn .sn-shot { border-radius: 18px; background: #fbfbfa; border: 1px solid rgba(16,19,25,.08);
    box-shadow: 0 40px 90px -48px rgba(16,19,25,.35), 0 10px 30px -22px rgba(16,19,25,.18); overflow: hidden; }
  .sn .sn-shot__bar { display: flex; align-items: center; gap: 6px; padding: 12px 16px;
    border-bottom: 1px solid rgba(16,19,25,.06); background: #fff; }
  .sn .sn-shot__bar i { width: 9px; height: 9px; border-radius: 50%; background: #e4e2dd; }
  .sn .sn-shot__url { margin-left: 12px; font-size: 11.5px; color: #b6bcc6; letter-spacing: .01em; }
  .sn .sn-shot__body { padding: 0; }

  /* Mock-UI primitives (inside shots) */
  .sn .mk { font-size: 13px; color: #3f4450; }
  .sn .mk-card { background: #fff; border: 1px solid rgba(16,19,25,.06); border-radius: 14px; padding: 16px 18px;
    box-shadow: 0 1px 2px rgba(16,19,25,.03); }
  .sn .mk-row { display: flex; align-items: center; gap: 10px; }
  .sn .mk-av { width: 26px; height: 26px; border-radius: 50%; flex: none;
    background: linear-gradient(150deg, #e3e7ec, #cdd4dc); }
  .sn .mk-b { font-weight: 600; color: #14171f; }
  .sn .mk-dim { color: #9aa1ac; font-size: 11.5px; }
  .sn .mk-pill { margin-left: auto; font-size: 10.5px; font-weight: 600; padding: 3px 9px; border-radius: 999px;
    background: rgba(0,180,247,.12); color: #006d96; }
  .sn .mk-pill--g { background: rgba(110,206,83,.16); color: #2f7d33; }
  .sn .mk-pill--n { background: rgba(16,19,25,.06); color: #83868c; }
  .sn .mk-line { height: 7px; border-radius: 4px; background: #eceef0; }
  .sn .mk-ring { width: 20px; height: 20px; border-radius: 50%; flex: none; border: 2.5px solid #e3e7ec; }
  .sn .mk-ring--b { border-color: #cfeefd; border-top-color: #00b4f7; }

  /* Split (text + visual) */
  .sn .sn-split { display: grid; grid-template-columns: 5fr 7fr; gap: 72px; align-items: center; }
  .sn .sn-split--flip { grid-template-columns: 7fr 5fr; }
  .sn .sn-split__txt .sn-lead { margin-top: 18px; }
  .sn .sn-split__txt .sn-link { margin-top: 26px; }
  .sn .sn-link { display: inline-flex; align-items: center; gap: 8px; font-size: 15px; font-weight: 500; color: #101319; }
  .sn .sn-link .ar { width: 22px; height: 22px; border-radius: 50%; display: grid; place-items: center;
    background: rgba(16,19,25,.07); font-size: 11px; transition: transform .2s; }
  .sn .sn-link:hover .ar { transform: translateX(3px); }

  /* Logo wall */
  .sn .sn-logos { display: flex; flex-wrap: wrap; align-items: center; justify-content: center;
    gap: 20px 54px; }
  .sn .sn-logos img { height: 24px; width: auto; filter: grayscale(1) contrast(.16) brightness(.44); opacity: .55; }
  .sn .sn-logos .lg-t { font-family: 'Inter Tight', sans-serif; font-size: 17px; font-weight: 600;
    letter-spacing: -.01em; color: #9aa1ac; opacity: .8; }

  /* Stats */
  .sn .sn-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px; text-align: center; }
  .sn .sn-stat b { display: block; font-family: 'Inter Tight', sans-serif; font-size: clamp(44px, 5vw, 68px);
    font-weight: 500; letter-spacing: -.045em; line-height: 1; color: #101319; }
  .sn .sn-stat span { display: block; margin-top: 12px; font-size: 14.5px; line-height: 1.5; color: #7c828c; }
  .sn .sn-sec--dark .sn-stat b { color: #fff; }
  .sn .sn-sec--dark .sn-stat span { color: rgba(242,244,247,.55); }

  /* Quote */
  .sn .sn-quote { font-family: 'Inter Tight', sans-serif; font-size: clamp(22px, 2.6vw, 34px); font-weight: 500;
    line-height: 1.3; letter-spacing: -.022em; max-width: 26em; margin: 0 auto; text-wrap: balance; }
  .sn .sn-quote-by { margin-top: 26px; font-size: 14px; color: #9aa1ac; }

  /* Steps */
  .sn .sn-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; counter-reset: snstep; }
  .sn .sn-step { counter-increment: snstep; padding: 30px 28px 32px; border-radius: 18px; background: #fff;
    border: 1px solid rgba(16,19,25,.07); }
  .sn .sn-step::before { content: counter(snstep, decimal-leading-zero); font-family: 'Inter Tight', sans-serif;
    font-size: 13px; font-weight: 600; letter-spacing: .08em; color: #b6bcc6; }
  .sn .sn-step h3 { margin-top: 16px; font-family: 'Inter Tight', sans-serif; font-size: 20px; font-weight: 500;
    letter-spacing: -.018em; }
  .sn .sn-step p { margin-top: 10px; font-size: 14.5px; line-height: 1.55; }

  /* The One Talent Base box (sehr dunkles Sprad-Blau, wiederkehrend) */
  .sn .sn-db { border-radius: 26px; background: #081120;
    color: #fff; padding: 76px 72px; position: relative; overflow: hidden; }
  .sn .sn-db .sn-db__feat b, .sn .sn-db .sn-eyebrow { color: rgba(255,255,255,.92); }
  .sn .sn-db .sn-eyebrow { color: #4fc3f0; }
  .sn .sn-db::after { content: none; }
  .sn .sn-db .sn-eyebrow { color: rgba(255,255,255,.55); }
  .sn .sn-db h2 { margin-top: 18px; }
  .sn .sn-db .sn-lead { color: rgba(255,255,255,.78); }
  .sn .sn-db__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; position: relative; z-index: 1; }
  .sn .sn-db__feats { margin-top: 34px; display: grid; gap: 14px; }
  .sn .sn-db__feat { display: flex; gap: 12px; align-items: baseline; font-size: 15.5px; color: rgba(255,255,255,.92); }
  .sn .sn-db__feat::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: #fff;
    flex: none; transform: translateY(-2px); opacity: .85; }
  .sn .sn-db__feat b { font-weight: 600; }
  .sn .sn-db__feat span { color: rgba(255,255,255,.62); }
  .sn .sn-db__lead { margin-top: 18px; font-size: 16.5px; line-height: 1.6;
    color: rgba(255,255,255,.72); max-width: 46ch; }
  /* ATS-Leiste unter dem Mini-Hub — zeigt, woran die Base andockt. */
  .sn .sn-db__ats { margin-top: 24px; display: flex; flex-wrap: wrap; gap: 8px;
    align-items: center; justify-content: center; }
  .sn .sn-db__ats-lbl { font-size: 10.5px; letter-spacing: .12em; text-transform: uppercase;
    color: rgba(255,255,255,.42); margin-right: 4px; }
  .sn .sn-db__sys { display: inline-flex; align-items: center; gap: 7px; white-space: nowrap;
    font-size: 12.5px; font-weight: 500; color: rgba(242,244,247,.9);
    background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14);
    padding: 6px 11px; border-radius: 10px; }
  .sn .sn-db__sys img { width: 15px; height: 15px; border-radius: 4px; object-fit: contain; background: #fff; }
  .sn .sn-db__sys--more { background: none; border-style: dashed; color: rgba(255,255,255,.55); }

  /* Profile card (Atlas visual) */
  .sn .sn-profile { background: #fff; color: #14171f; border-radius: 20px; padding: 26px;
    box-shadow: 0 34px 80px -34px rgba(0,20,40,.5); }
  .sn .sn-profile__hd { display: flex; align-items: center; gap: 14px; }
  .sn .sn-profile__av { width: 46px; height: 46px; border-radius: 50%;
    background: linear-gradient(150deg, #dfe4ea, #c3ccd6); }
  .sn .sn-profile__nm { font-weight: 600; font-size: 15.5px; }
  .sn .sn-profile__rl { font-size: 12px; color: #9aa1ac; margin-top: 2px; }
  .sn .sn-profile__tags { margin-top: 18px; display: flex; flex-wrap: wrap; gap: 7px; }
  .sn .sn-profile__tags i { font-style: normal; font-size: 11.5px; font-weight: 500; padding: 5px 11px;
    border-radius: 999px; background: #f2f4f6; color: #4c525e; }
  .sn .sn-profile__foot { margin-top: 18px; padding-top: 14px; border-top: 1px solid #eef0f2;
    display: flex; align-items: center; justify-content: space-between; font-size: 11.5px; color: #9aa1ac; }
  .sn .sn-profile__live { display: inline-flex; align-items: center; gap: 6px; color: #2f7d33; font-weight: 600; }
  .sn .sn-profile__live::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: #4cb944; }

  /* Feature board (kleines Grid) */
  .sn .sn-board { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
  .sn .sn-board div { padding: 20px 22px; border-radius: 14px; border: 1px solid rgba(16,19,25,.07);
    font-size: 14.5px; font-weight: 500; color: #2c313b; background: #fff; }
  .sn .sn-board div span { display: block; font-weight: 400; font-size: 13px; color: #8b929d; margin-top: 5px; }

  /* Final CTA */
  .sn .sn-cta { text-align: center; padding: 150px 0 170px; }
  .sn .sn-cta .sn-lead { margin: 24px auto 0; max-width: 44ch; }
  .sn .sn-cta .sn-btnrow { margin-top: 42px; }

  /* Elegante Icons (frameless, stroke) */
  .sn .sn-ico { width: 26px; height: 26px; stroke: currentColor; stroke-width: 1.6; fill: none;
    stroke-linecap: round; stroke-linejoin: round; display: block; }

  /* App-Icon-Module (Hero) */
  .sn .sn-modgroups { display: flex; justify-content: center; align-items: flex-start; gap: 56px; }
  .sn .sn-modgroup__lbl { font-size: 12px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase;
    color: #98a0ab; margin-bottom: 18px; text-align: center; }
  .sn .sn-appics { display: flex; gap: 10px; justify-content: center; }
  .sn .sn-appic { display: grid; justify-items: center; gap: 9px; width: 84px; text-decoration: none; }
  /* App-Icon-Kachel: schlicht und elegant, Hairline statt Effekt */
  .sn .sn-appic i { width: 58px; height: 58px; border-radius: 17px; display: grid; place-items: center;
    color: #14171f; background: linear-gradient(180deg, #fdfdfc, #f4f4f1);
    border: 1px solid rgba(16,19,25,.09);
    transition: border-color .22s ease, box-shadow .22s ease; }
  .sn .sn-appic:hover i { border-color: rgba(16,19,25,.24); box-shadow: 0 0 0 5px rgba(16,19,25,.05); }
  .sn .sn-appic span { font-size: 12.5px; font-weight: 500; color: #5d6370; line-height: 1.25; text-align: center; }
  .sn .sn-modgroups .sep { width: 1px; align-self: stretch; background: rgba(16,19,25,.08); margin-top: 30px; }

  /* Verb-Kachel-Icon (über der Box, ohne Rahmen) */
  .sn .sn-verb .sn-ico { margin-bottom: 14px; color: #14171f; opacity: .8; }

  /* MacBook-Frame */
  .sn .sn-mac { max-width: 1060px; margin: 0 auto; }
  .sn .sn-mac__screen { border-radius: 22px 22px 0 0; background: #0d0f14; padding: 14px 14px 0;
    border: 1px solid rgba(16,19,25,.2); border-bottom: 0;
    box-shadow: 0 50px 110px -50px rgba(16,19,25,.45); }
  .sn .sn-mac__cam { width: 5px; height: 5px; border-radius: 50%; background: #2a2e38; margin: 0 auto 9px; }
  .sn .sn-mac__view { border-radius: 8px 8px 0 0; overflow: hidden; background: #f4f5f7; }
  .sn .sn-mac__view img { width: 100%; display: block; }
  .sn .sn-mac__base { height: 16px; border-radius: 0 0 14px 14px; margin: 0 -26px;
    background: linear-gradient(180deg, #e8e9eb, #c9ccd1); position: relative;
    box-shadow: 0 18px 40px -22px rgba(16,19,25,.4); }
  .sn .sn-mac__base::before { content: ''; position: absolute; left: 50%; top: 0; transform: translateX(-50%);
    width: 120px; height: 7px; border-radius: 0 0 8px 8px; background: #b7bbc2; }

  /* Echte Screenshots (bringen eigenes Browser-Chrome mit — kein zweiter Frame!) */
  .sn .sn-shotimg { border-radius: 18px; overflow: hidden; border: 1px solid rgba(16,19,25,.08);
    box-shadow: 0 40px 90px -48px rgba(16,19,25,.35); background: #fff; }
  .sn .sn-shotimg img { width: 100%; display: block; }
  /* Breite Produkt-Screenshots, seitlich angeschnitten (Muster vom alten Layout) */
  .sn .sn-bleedwrap { overflow: hidden; }
  .sn .sn-bleed img { width: 140%; max-width: none; display: block; border-radius: 18px;
    border: 1px solid rgba(16,19,25,.08); box-shadow: 0 40px 90px -48px rgba(16,19,25,.35); }
  .sn .sn-bleed--l img { margin-left: -40%; }
  @media (max-width: 1000px) {
    .sn .sn-bleed img { width: 100%; }
    .sn .sn-bleed--l img { margin-left: 0; }
  }

  /* Screenshot ohne Box: unten weich ausblenden, geht in die nächste Section über */
  .sn .sn-shotcrop { max-height: 580px; overflow: hidden;
    -webkit-mask-image: linear-gradient(180deg, #000 72%, transparent 100%);
    mask-image: linear-gradient(180deg, #000 72%, transparent 100%); }
  .sn .sn-shotcrop img { width: 100%; display: block; border-radius: 18px 18px 0 0; }

  /* Video-Ring — 1:1 die Mechanik der Live-Seite (product-frame): Pill mit overflow hidden,
     innen ein übergroßes rotierendes Conic-Quadrat als Border */
  .sn .sn-vring { position: relative; display: inline-block; border-radius: 999px; padding: 2px;
    overflow: hidden; transition: transform .3s cubic-bezier(.16,1,.3,1), box-shadow .3s; }
  .sn .sn-vring:hover { transform: scale(1.05); box-shadow: 0 16px 48px -8px rgba(0,180,247,.32); }
  .sn .sn-vring::before { content: ''; position: absolute; top: 50%; left: 50%;
    width: 420px; height: 420px; margin: -210px 0 0 -210px;
    background: conic-gradient(from 0deg, #006d96 0deg, #00b4f7 90deg, #6ece53 200deg, #003e5c 290deg, #006d96 360deg);
    animation: snRingSpin 3s linear infinite; }
  @keyframes snRingSpin { to { transform: rotate(360deg); } }
  @media (prefers-reduced-motion: reduce) { .sn .sn-vring::before { animation: none; } }
  .sn .sn-vring .sn-vbtn { position: relative; z-index: 1; background: rgba(8,11,18,.82); color: #fff;
    border: 0; padding: 14px 28px 14px 14px; gap: 12px; font-size: 15px;
    backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); box-shadow: none; }
  .sn .sn-vring .sn-vbtn:hover { transform: none; background: rgba(8,11,18,.96); }
  .sn .sn-vring .sn-vbtn .pl { width: 32px; height: 32px; background: #fff; }
  .sn .sn-vring .sn-vbtn .pl svg { fill: #101319; width: 12px; height: 12px; margin-left: 2px; }

  /* Watch-Video-Button (Play-Pill) */
  .sn .sn-vbtn { display: inline-flex; align-items: center; gap: 11px; padding: 12px 22px 12px 14px;
    border-radius: 999px; background: #fff; color: #14171f; font-size: 14.5px; font-weight: 500;
    white-space: nowrap;
    border: 1px solid rgba(16,19,25,.12); box-shadow: 0 10px 26px -16px rgba(16,19,25,.3);
    transition: box-shadow .22s ease, border-color .22s ease; }
  .sn .sn-vbtn:hover { border-color: rgba(16,19,25,.24); box-shadow: 0 10px 26px -16px rgba(16,19,25,.3), 0 0 0 5px rgba(16,19,25,.05); }
  /* flex:none + nowrap sind Pflicht: .vwrap auf der Startseite ist absolut mit left:50% gesetzt,
     die verfuegbare Breite ist damit nur die halbe Seite. Ohne beides bricht der Text um UND der
     Play-Kreis wird als schrumpfbares Flex-Item zum Oval gequetscht (Mobile-Bug 08.09.). */
  .sn .sn-vbtn .pl { width: 30px; height: 30px; border-radius: 50%; background: #101319; color: #fff;
    display: grid; place-items: center; flex: none; }
  .sn .sn-vbtn .pl svg { width: 11px; height: 11px; fill: #fff; display: block; margin-left: 1px; }

  /* Integration-Marquee (Logo-Slider) */
  .sn .sn-marq { overflow: hidden; position: relative;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
  .sn .sn-marq__track { display: flex; gap: 12px; width: max-content; animation: sn-marq 36s linear infinite; }
  .sn .sn-marq:hover .sn-marq__track { animation-play-state: paused; }
  @keyframes sn-marq { to { transform: translateX(-50%); } }
  @media (prefers-reduced-motion: reduce) { .sn .sn-marq__track { animation: none; } }
  .sn .sn-marq__item { display: inline-flex; align-items: center; gap: 10px; padding: 12px 20px;
    border-radius: 14px; background: #fff; border: 1px solid rgba(16,19,25,.08); font-size: 14px;
    font-weight: 500; color: #3c414c; white-space: nowrap; }
  .sn .sn-marq__item img { width: 20px; height: 20px; border-radius: 5px; object-fit: contain; }

  /* FAQ */
  .sn .sn-faq { max-width: 780px; margin: 48px auto 0; }
  .sn .sn-faq details { border-top: 1px solid rgba(16,19,25,.1); }
  .sn .sn-faq details:last-child { border-bottom: 1px solid rgba(16,19,25,.1); }
  .sn .sn-faq summary { list-style: none; cursor: pointer; display: flex; align-items: center;
    justify-content: space-between; gap: 20px; padding: 22px 4px; font-size: 16.5px; font-weight: 500;
    color: #14171f; }
  .sn .sn-faq summary::-webkit-details-marker { display: none; }
  .sn .sn-faq summary::after { content: '+'; font-family: 'Inter Tight', sans-serif; font-size: 22px;
    font-weight: 400; color: #9aa1ac; transition: transform .2s; flex: none; }
  .sn .sn-faq details[open] summary::after { transform: rotate(45deg); }
  .sn .sn-faq details p { padding: 0 4px 24px; max-width: 64ch; font-size: 15px; }

  /* Vergleichstabelle (Wir vs. Andere, ohne Wettbewerber-Namen in Negativ-Spalten) */
  .sn .sn-cmpwrap { overflow-x: auto; margin-top: 48px; }
  .sn .sn-cmp { width: 100%; min-width: 640px; border-collapse: separate; border-spacing: 0;
    font-size: 14.5px; border: 1px solid rgba(16,19,25,.09); border-radius: 16px; overflow: hidden;
    background: #fff; }
  .sn .sn-cmp th { text-align: left; font-size: 12.5px; font-weight: 600; letter-spacing: .04em;
    text-transform: uppercase; color: #9aa1ac; padding: 16px 20px;
    border-bottom: 1px solid rgba(16,19,25,.1); background: #fafafa; }
  .sn .sn-cmp th.us { color: #006d96; background: #eaf6fd; }
  .sn .sn-cmp td { padding: 15px 20px; border-bottom: 1px solid rgba(16,19,25,.06); color: #8b929d;
    vertical-align: top; background: #fff; }
  .sn .sn-cmp tr:last-child td { border-bottom: 0; }
  .sn .sn-cmp td:first-child { color: #14171f; font-weight: 550; }
  .sn .sn-cmp .us { background: #f2f9fe; }
  .sn .sn-cmp td.us { border-left: 1px solid rgba(0,140,200,.14); border-right: 1px solid rgba(0,140,200,.14); }
  .sn .sn-cmp th.us { border-left: 1px solid rgba(0,140,200,.14); border-right: 1px solid rgba(0,140,200,.14); }
  .sn .sn-cmp .y { color: #14671f; font-weight: 550; }
  .sn .sn-cmp .y { color: #1f7a3f; }
  .sn .sn-cmp .n { color: #a7adb6; }

  /* Feature-Wall (Icon + Titel + 1 Zeile) */
  .sn .sn-fwall { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 48px; }
  .sn .sn-fwall > div { padding: 24px 24px 26px; border-radius: 16px; border: 1px solid rgba(16,19,25,.07);
    background: #fff; }
  .sn .sn-fwall .sn-ico { width: 22px; height: 22px; color: #14171f; opacity: .75; margin-bottom: 14px; }
  .sn .sn-fwall b { display: block; font-size: 15px; font-weight: 600; color: #14171f; letter-spacing: -.01em; }
  .sn .sn-fwall span { display: block; margin-top: 5px; font-size: 13.5px; color: #8b929d; line-height: 1.5; }
  @media (max-width: 900px) { .sn .sn-fwall { grid-template-columns: 1fr 1fr; } }
  @media (max-width: 620px) { .sn .sn-fwall { grid-template-columns: 1fr; } }

  /* Generierte Konzept-Fotos (ersetzen die Platzhalter) */
  .sn .sn-imgfoto { width: 100%; display: block; border-radius: 22px; }
  .sn .sn-imgfoto--full { border-radius: 0; max-height: 620px; object-fit: cover; }

  /* Platzhalter für generierte Konzept-Bilder (Prompt annotiert) */
  .sn .sn-imgph { border-radius: 22px; background: linear-gradient(180deg, #f2f3f4, #e9eaec);
    min-height: 380px; display: grid; place-items: center; position: relative; overflow: hidden; }
  /* Full-Bleed-Variante (100% Breite, wie Sana) */
  .sn .sn-imgph--full { border-radius: 0; min-height: 560px; }
  .sn .sn-imgph__hint { max-width: 46ch; text-align: center; padding: 30px; }
  .sn .sn-imgph__hint .lbl { display: inline-block; font-size: 10.5px; font-weight: 600; letter-spacing: .12em;
    text-transform: uppercase; color: #7c828c; background: #fff; border: 1px solid rgba(16,19,25,.1);
    padding: 5px 12px; border-radius: 999px; margin-bottom: 14px; }
  .sn .sn-imgph__hint p { font-size: 13.5px; color: #8b929d; line-height: 1.55; }

  /* ---------- NAV ---------- */
  /* Fixed statt sticky: in Webflow sitzt die Nav in einem Collection-List-Wrapper, der genau so hoch ist wie
     sie selbst — sticky wuerde dort sofort mitscrollen. Der Platzhalter .sn-navspacer haelt den Platz frei.
     Oben: weiss und ohne Linie; nach dem ersten Scrollen: Glas mit Blur, feiner Linie und Schatten. */
  .sn.sn-navwrap { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; background: #fff;
    border-bottom: 1px solid transparent;
    transition: background-color .3s ease, border-color .3s ease, box-shadow .3s ease; }
  .sn.sn-navwrap.is-scrolled { background: rgba(255,255,255,.72);
    -webkit-backdrop-filter: saturate(180%) blur(16px); backdrop-filter: saturate(180%) blur(16px);
    border-bottom-color: rgba(16,19,25,.07); box-shadow: 0 10px 30px -22px rgba(16,19,25,.35); }
  .sn-navspacer { height: 66px; }
  html { scroll-padding-top: 84px; }
  /* Webflow erbt sonst die hoehere Site-Zeilenhoehe in jeden Block */
  .sn { line-height: 1.5; }
  .sn .sn-nav { display: flex; align-items: center; gap: 36px; height: 66px; }
  /* Echtes Sprad-Logo (aus der Webflow-Seite). Wortmarke faerbt sich ueber currentColor,
     der Balken bleibt Brand-Blau — dadurch traegt dasselbe Markup hell und dunkel. */
  .sn .sn-nav__logo { display: inline-flex; align-items: center; margin-right: 6px; color: #14171f; }
  .sn .sn-logo { height: 26px; width: auto; display: block; }
  .sn .sn-nav__links { display: flex; align-items: center; gap: 4px; }
  .sn .sn-nav__item { position: relative; }
  .sn .sn-nav__item > a, .sn .sn-nav__item > button { display: inline-flex; align-items: center; gap: 5px;
    padding: 9px 13px; border-radius: 9px; font-size: 14.5px; font-weight: 500; color: #3c414c;
    background: none; border: 0; cursor: pointer; font-family: inherit; }
  .sn .sn-nav__item > a:hover, .sn .sn-nav__item > button:hover { background: rgba(16,19,25,.05); color: #101319; }
  .sn .sn-nav__car { font-size: 8.5px; opacity: .55; transform: translateY(1px); }
  .sn .sn-menu { position: absolute; left: 0; top: calc(100% + 8px); min-width: 300px; padding: 10px;
    border-radius: 16px; background: #fff; border: 1px solid rgba(16,19,25,.07);
    box-shadow: 0 30px 70px -30px rgba(16,19,25,.35); opacity: 0; visibility: hidden;
    transform: translateY(6px); transition: .18s ease; }
  .sn .sn-nav__item:hover .sn-menu, .sn .sn-nav__item:focus-within .sn-menu { opacity: 1; visibility: visible; transform: none; }
  .sn .sn-menu a { display: block; padding: 9px 13px; border-radius: 11px; line-height: 1.3; }
  .sn .sn-menu a:hover { background: #f5f6f7; }
  .sn .sn-menu b { display: block; font-size: 14.5px; font-weight: 550; color: #14171f; line-height: 1.3; }
  .sn .sn-menu span { display: block; font-size: 12.5px; color: #8b929d; margin-top: 2px; line-height: 1.4; }
  .sn .sn-menu__lbl { padding: 10px 13px 4px; font-size: 11px; font-weight: 600; letter-spacing: .12em;
    text-transform: uppercase; color: #b6bcc6; }
  .sn .sn-nav__item--customers { display: none; }
  /* Resources: zwei Gruppen nebeneinander, am rechten Rand des Reiters ausgerichtet */
  .sn .sn-menu--res { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; width: 620px;
    left: auto; right: -120px; padding: 12px; }
  .sn .sn-menu--res .sn-menu__grp { display: flex; flex-direction: column; min-width: 0; }
  .sn .sn-menu--res .sn-menu__grp + .sn-menu__grp { border-left: 1px solid #eef0f2; padding-left: 6px; }
  .sn .sn-menu__sep { height: 1px; margin: 8px 13px; background: #eef0f2; }
  /* Mega-Menü (Product): zwei Spalten + Atlas-Box */
  .sn .sn-menu--mega { display: flex; gap: 10px; padding: 12px; width: max-content; align-items: stretch; }
  .sn .sn-menu__cols { display: flex; gap: 2px; }
  /* Rechter Block: die Talent Base ist der Fokus, der Agent haengt darunter */
  .sn .sn-menu__hero { display: flex; flex-direction: column; gap: 8px; width: 288px; margin-left: 8px; }
  .sn .sn-menu--mega a.sn-menu__tb { flex: 0 0 auto; border-radius: 16px; padding: 22px 24px 20px;
    background: #081120; color: #fff; position: relative; overflow: hidden;
    display: flex; flex-direction: column; gap: 7px; }
  .sn .sn-menu--mega a.sn-menu__tb::before { content: ''; position: absolute; left: -30%; top: -70%;
    width: 220px; height: 220px; border-radius: 50%; pointer-events: none;
    background: radial-gradient(circle, rgba(0,180,247,.30), transparent 66%); }
  .sn .sn-menu--mega a.sn-menu__tb:hover { background: #0d1b31; }
  .sn .sn-menu__tb > * { position: relative; }
  /* span.markc, weil `.sn .sn-menu--mega a.sn-menu__tb span` sonst die gedimmte Textfarbe
     vererbt und das Strich-Icon (currentColor) grau statt weiss zeichnet. */
  .sn .sn-menu--mega a.sn-menu__tb span.markc { width: 44px; height: 44px; border-radius: 50%;
    background: #00b4f7; display: flex; align-items: center; justify-content: center;
    line-height: 0; margin-bottom: 6px; margin-top: 0; color: #fff; }
  .sn .sn-menu__tb .markc img { width: 24px; height: 24px; display: block; margin: 0; }
  /* Talent-Base-Marke: ein Knoten, an dem alle anderen haengen. Gleiche Strichstaerke (1.6)
     und optische Groesse (24px) wie .sn-ico und wie die uebrigen Menue-Marken. */
  .sn .sn-netico { width: 24px; height: 24px; display: block; flex: none;
    stroke: currentColor; stroke-width: 1.6; fill: none; stroke-linecap: round; stroke-linejoin: round; }
  .sn .sn-menu--mega a.sn-menu__tb b { font-family: 'Inter Tight', sans-serif; font-size: 17.5px;
    font-weight: 600; letter-spacing: -.015em; color: #fff; }
  .sn .sn-menu--mega a.sn-menu__tb span { font-size: 12.5px; color: rgba(242,244,247,.62); margin-top: 0; line-height: 1.45; }
  .sn .sn-menu--mega a.sn-menu__tb i { font-style: normal; margin-top: 4px; padding-top: 8px;
    font-size: 12.5px; font-weight: 550; color: #7fd8fb; }
  /* Agent: schmale Zeile unter der Base */
  .sn .sn-menu--mega a.sn-menu__ag { display: flex; align-items: center; gap: 11px; border-radius: 13px;
    padding: 13px 15px; background: #f5f6f7; }
  .sn .sn-menu--mega a.sn-menu__ag:hover { background: #eef0f2; }
  .sn .sn-menu__ag .chip { width: 30px; height: 30px; border-radius: 50%; background: #00b4f7; flex: none;
    display: flex; align-items: center; justify-content: center; line-height: 0; }
  .sn .sn-menu__ag .chip img { width: 16px; height: 16px; display: block; margin: 0; }
  .sn .sn-menu--mega a.sn-menu__ag b { font-size: 13.5px; font-weight: 600; }
  .sn .sn-menu--mega a.sn-menu__ag span { font-size: 11.5px; margin-top: 1px; }
  .sn .sn-menu--sol { width: max-content; }
  .sn .sn-menu__col { min-width: 225px; }
  .sn .sn-menu__atlas { width: 252px; margin-left: 10px; border-radius: 14px; background: #081120;
    color: #fff; padding: 22px 24px 20px; display: flex; flex-direction: column; gap: 8px; }
  .sn .sn-menu__atlas span.markc { width: 44px; height: 44px; border-radius: 50%; background: #00b4f7;
    display: flex; align-items: center; justify-content: center; line-height: 0;
    margin-top: 0; margin-bottom: 8px; }
  .sn .sn-menu__atlas .markc img { width: 24px; height: 24px; display: block; margin: 0; }
  .sn .sn-menu a b:has(.sn-menu__atlchip) { display: flex; align-items: center; gap: 8px; }
  /* span.<klasse>, weil `.sn .sn-menu span` (oben) sonst display:block gewinnt (hoehere Spezifitaet) */
  .sn .sn-menu span.sn-menu__atlchip { display: inline-flex; align-items: center; justify-content: center;
    width: 22px; height: 22px; line-height: 0; margin-top: 0;
    flex: none; border-radius: 50%; background: #00b4f7; }
  .sn .sn-menu__atlchip img { width: 13px; height: 13px; display: block; margin: 0; }
  .sn .sn-menu--mega a.sn-menu__atlas:hover { background: #0d1b31; }
  .sn .sn-menu__atlas .orb { width: 30px; height: 30px; border-radius: 50%; margin-bottom: 7px;
    background: conic-gradient(from 180deg, #00b4f7, #6ece53, #006d96, #00b4f7); opacity: .9; }
  .sn .sn-menu__atlas b { font-size: 15px; font-weight: 600; color: #fff; }
  .sn .sn-menu__atlas span { font-size: 12.5px; color: rgba(255,255,255,.62); line-height: 1.45; }
  .sn .sn-menu__atlas i { font-style: normal; margin-top: auto; padding-top: 20px; font-size: 12.5px;
    font-weight: 550; color: #7fd8fb; }
  /* Solutions-Menü: Industrie-Grid */
  .sn .sn-menu--sol { min-width: 440px; }
  .sn .sn-menu__grid { display: grid; grid-template-columns: 1fr 1fr; }
  .sn .sn-menu__grid a { padding: 7px 13px; font-size: 13.5px; color: #3c414c; border-radius: 8px; }
  .sn .sn-menu__grid a:hover { background: #f5f6f7; }
  .sn .sn-nav__cta { margin-left: auto; display: flex; align-items: center; gap: 18px; }
  .sn .sn-nav__demo { font-size: 14.5px; font-weight: 500; color: #3c414c; }
  .sn .sn-nav__demo:hover { color: #101319; }
  .sn .sn-nav__cta .sn-btn { padding: 10px 20px; font-size: 14px; }
  /* Sprachumschalter: eine kleine Flagge der jeweils anderen Sprache, links neben den CTAs.
     Bleibt auch mobil sichtbar (neben dem Burger). */
  .sn .sn-lang { display: inline-flex; align-items: center; justify-content: center; flex: none;
    width: 34px; height: 34px; margin-right: -6px; border-radius: 50%; transition: background-color .2s ease; }
  .sn .sn-lang:hover { background: rgba(16,19,25,.05); }
  .sn .sn-lang:focus-visible { outline: 2px solid #00b4f7; outline-offset: 2px; }
  /* Runde Flagge: weisser Innenrand, feiner Ring, leichter Schatten und ein Glanz von oben */
  .sn .sn-lang svg { display: block; width: 22px; height: 22px; border-radius: 50%; overflow: hidden;
    box-shadow: 0 0 0 1.5px #fff, 0 0 0 2.5px rgba(16,19,25,.12), 0 2px 6px -1px rgba(16,19,25,.28);
    transition: transform .25s cubic-bezier(.16,1,.3,1), box-shadow .25s ease; }
  .sn .sn-lang { position: relative; }
  .sn .sn-lang::after { content: ''; position: absolute; left: 50%; top: 50%; width: 22px; height: 22px;
    margin: -11px 0 0 -11px; border-radius: 50%; pointer-events: none;
    background: radial-gradient(120% 90% at 30% 15%, rgba(255,255,255,.45), rgba(255,255,255,0) 55%); }
  .sn .sn-lang:hover svg { transform: scale(1.08);
    box-shadow: 0 0 0 1.5px #fff, 0 0 0 2.5px rgba(0,180,247,.45), 0 4px 10px -2px rgba(16,19,25,.3); }
  @media (prefers-reduced-motion: reduce) { .sn .sn-lang svg { transition: none; } }

  /* ---------- Mobile-Nav: Burger + Panel ----------
     Unter 1000px verschwindet .sn-nav__links. Der Burger sitzt rechts NEBEN "Book a demo"
     und oeffnet ein Panel mit dem kompletten Menue-Inhalt. Das Panel liegt bewusst
     AUSSERHALB von <header> im Markup: .sn-navwrap traegt backdrop-filter und wuerde
     sonst als Containing Block fuer position:fixed wirken. */
  .sn .sn-nav__burger { display: none; position: relative; width: 44px; height: 44px; flex: none;
    align-items: center; justify-content: center; padding: 0; border: 0; cursor: pointer;
    background: none; border-radius: 12px; color: #14171f; -webkit-tap-highlight-color: transparent;
    transition: background-color .18s ease; }
  .sn .sn-nav__burger:hover { background: rgba(16,19,25,.05); }
  .sn .sn-nav__burger:focus-visible { outline: 2px solid #00b4f7; outline-offset: 2px; }
  .sn .sn-nav__burger i { position: absolute; left: 13px; width: 18px; height: 1.7px; border-radius: 2px;
    background: currentColor;
    transition: transform .24s cubic-bezier(.16,1,.3,1), opacity .14s ease; }
  .sn .sn-nav__burger i:nth-child(1) { transform: translateY(-5.5px); }
  .sn .sn-nav__burger i:nth-child(3) { transform: translateY(5.5px); }
  .sn .sn-nav__burger[aria-expanded="true"] i:nth-child(1) { transform: rotate(45deg); }
  .sn .sn-nav__burger[aria-expanded="true"] i:nth-child(2) { opacity: 0; }
  .sn .sn-nav__burger[aria-expanded="true"] i:nth-child(3) { transform: rotate(-45deg); }

  body.sn-mnav-open { overflow: hidden; }

  .sn.sn-mnav { display: none; position: fixed; left: 0; right: 0; top: 66px; bottom: 0; z-index: 999;
    background: #fff; overflow-y: auto; overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch; outline: none; }
  .sn.sn-mnav.is-open { display: block; }
  @media (min-width: 1001px) { .sn.sn-mnav { display: none !important; } }
  .sn .sn-mnav__inner { max-width: 720px; margin: 0 auto; padding: 8px 22px 48px;
    animation: snMnavIn .26s cubic-bezier(.16,1,.3,1) both; }
  @keyframes snMnavIn { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: none; } }
  .sn .sn-mnav__lbl { padding: 20px 4px 6px; font-size: 11px; font-weight: 600; letter-spacing: .12em;
    text-transform: uppercase; color: #b6bcc6; }
  .sn .sn-mnav__inner > .sn-mnav__lbl:first-child { padding-top: 10px; }
  .sn .sn-mnav__link { display: flex; align-items: center; gap: 14px; min-height: 52px;
    padding: 10px 14px; border-radius: 13px; color: #14171f;
    transition: background-color .18s ease; }
  .sn .sn-mnav__link:hover, .sn .sn-mnav__link:focus-visible { background: #f5f6f7; }
  .sn .sn-mnav__link:focus-visible { outline: 2px solid #00b4f7; outline-offset: -2px; }
  .sn .sn-mnav__link b { display: block; font-size: 15.5px; font-weight: 550; letter-spacing: -.01em; }
  .sn .sn-mnav__link .tx { flex: 1 1 auto; min-width: 0; }
  .sn .sn-mnav__link i { display: block; font-style: normal; font-size: 12.5px; color: #8b929d;
    margin-top: 2px; line-height: 1.4; }
  .sn .sn-mnav__link .ar { margin-left: auto; flex: none; font-size: 13px; color: #c8ccd3;
    transition: transform .22s cubic-bezier(.16,1,.3,1); }
  .sn .sn-mnav__link:hover .ar { transform: translateX(3px); }
  /* Industrie-Raster: zwei Spalten, ruhig, ohne Beschreibung (wie auf dem Desktop) */
  .sn .sn-mnav__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; }
  .sn .sn-mnav__grid a { display: flex; align-items: center; min-height: 46px; padding: 10px 14px;
    border-radius: 11px; font-size: 14px; line-height: 1.3; color: #3c414c;
    transition: background-color .18s ease; }
  .sn .sn-mnav__grid a:hover, .sn .sn-mnav__grid a:focus-visible { background: #f5f6f7; color: #101319; }
  .sn .sn-mnav__grid a:focus-visible { outline: 2px solid #00b4f7; outline-offset: -2px; }
  /* Atlas-Block: dieselbe Hierarchie wie im Mega-Menue — Base gross, Agent als Zeile darunter */
  .sn .sn-mnav__tb { display: block; position: relative; overflow: hidden; margin-top: 12px;
    border-radius: 16px; background: #081120; color: #fff; padding: 20px 22px 18px;
    transition: background-color .2s ease; }
  .sn .sn-mnav__tb::before { content: ''; position: absolute; left: -26%; top: -70%;
    width: 220px; height: 220px; border-radius: 50%; pointer-events: none;
    background: radial-gradient(circle, rgba(0,180,247,.30), transparent 66%); }
  .sn .sn-mnav__tb:hover { background: #0d1b31; }
  .sn .sn-mnav__tb:focus-visible { outline: 2px solid #00b4f7; outline-offset: 2px; }
  .sn .sn-mnav__tb > * { position: relative; }
  .sn .sn-mnav__tb .markc { width: 42px; height: 42px; border-radius: 50%; background: #00b4f7; color: #fff;
    display: flex; align-items: center; justify-content: center; line-height: 0; }
  .sn .sn-mnav__tb b { display: block; margin-top: 12px; font-family: 'Inter Tight', sans-serif;
    font-size: 17.5px; font-weight: 600; letter-spacing: -.015em; color: #fff; }
  .sn .sn-mnav__tb em { display: block; font-style: normal; margin-top: 5px; font-size: 12.5px;
    line-height: 1.45; color: rgba(242,244,247,.62); }
  .sn .sn-mnav__tb i { display: block; font-style: normal; margin-top: 12px; font-size: 12.5px;
    font-weight: 550; color: #7fd8fb; }
  .sn .sn-mnav__tb i .ar { display: inline-block; transition: transform .22s cubic-bezier(.16,1,.3,1); }
  .sn .sn-mnav__tb:hover i .ar { transform: translateX(3px); }
  .sn .sn-mnav__ag { display: flex; align-items: center; gap: 12px; min-height: 56px; margin-top: 8px;
    padding: 12px 15px; border-radius: 13px; background: #f5f6f7; color: #14171f;
    transition: background-color .18s ease; }
  .sn .sn-mnav__ag:hover, .sn .sn-mnav__ag:focus-visible { background: #eef0f2; }
  .sn .sn-mnav__ag:focus-visible { outline: 2px solid #00b4f7; outline-offset: -2px; }
  .sn .sn-mnav__ag .chip { width: 32px; height: 32px; border-radius: 50%; background: #00b4f7; flex: none;
    display: flex; align-items: center; justify-content: center; line-height: 0; }
  .sn .sn-mnav__ag .chip img { width: 17px; height: 17px; display: block; }
  .sn .sn-mnav__ag .tx { flex: 1 1 auto; min-width: 0; }
  .sn .sn-mnav__ag b { display: block; font-size: 14.5px; font-weight: 600; }
  .sn .sn-mnav__ag i { display: block; font-style: normal; font-size: 12px; color: #8b929d; margin-top: 1px; }
  .sn .sn-mnav__cta { margin-top: 28px; padding-top: 22px; border-top: 1px solid rgba(16,19,25,.08);
    display: grid; gap: 10px; }
  .sn .sn-mnav__cta .sn-btn { justify-content: center; padding: 15px 24px; font-size: 15px; }
  @media (prefers-reduced-motion: reduce) {
    .sn .sn-mnav__inner { animation: none; }
    .sn .sn-nav__burger i, .sn .sn-mnav__link .ar, .sn .sn-mnav__tb i .ar { transition: none; }
  }

  /* ---------- How-it-works Auto-Slider (Sana-Muster) ----------
     Pills mit Fortschritt oben, Slides wechseln automatisch, farbiger Full-Bleed-Hintergrund.
     Markup: <section class="sn-hiw sn-hiw--blue sn-hiw--n4"> <div class="snw">
       <div class="sn-hiw__pills"><span class="sn-hiw__pill p1">…</span> ×N </div>
       <div class="sn-hiw__stage"> <div class="sn-hiw__slide s1"> <h2 class="sn-hiw__h">…</h2>
         <div class="sn-hiw__shot">…Mock/Screenshot…</div> </div> ×N </div> </div> </section>
     Varianten: --n3 (18s Loop) / --n4 (24s) · Farben: --blue / --green / --sand */
  .sn .sn-hiw { position: relative; overflow: hidden; padding: 100px 0 110px; text-align: center; }
  .sn .sn-hiw--blue { background: #c3d8ee url('https://assets.sprad.io/concept/texture-blue.png') center/cover; }
  .sn .sn-hiw--green { background: #cfe3d5 url('https://assets.sprad.io/concept/texture-green.png') center/cover; }
  .sn .sn-hiw--sand { background: #e8dcc5 url('https://assets.sprad.io/concept/texture-sand.png') center/cover; }
  .sn .sn-hiw__pills { display: flex; justify-content: center; gap: 6px; flex-wrap: wrap; }
  .sn .sn-hiw__pill { position: relative; overflow: hidden; padding: 10px 22px; border-radius: 999px;
    font-size: 15px; font-weight: 500; color: rgba(16,19,25,.6); isolation: isolate; }
  .sn .sn-hiw__pill::before { content: ''; position: absolute; inset: 0; z-index: -2; background: #fff;
    opacity: 0; border-radius: 999px; }
  .sn .sn-hiw__pill::after { content: ''; position: absolute; left: 0; top: 0; bottom: 0; z-index: -1;
    width: 0; background: rgba(16,19,25,.1); }
  .sn .sn-hiw__stage { position: relative; min-height: 620px; margin-top: 44px; }
  .sn .sn-hiw__slide { position: absolute; inset: 0; opacity: 0; }
  .sn .sn-hiw__h { font-family: 'Inter Tight', sans-serif; font-size: clamp(32px, 3.6vw, 52px);
    font-weight: 500; line-height: 1.08; letter-spacing: -.022em; color: #22303f; text-wrap: balance; }
  .sn .sn-hiw--blue .sn-hiw__h { color: #1f4468; }
  .sn .sn-hiw--green .sn-hiw__h { color: #35523e; }
  .sn .sn-hiw--sand .sn-hiw__h { color: #4a3f2c; }
  .sn .sn-hiw__sub { margin: 14px auto 0; max-width: 52ch; font-size: 15.5px; color: rgba(16,19,25,.55); }
  .sn .sn-hiw__shot { max-width: 880px; margin: 36px auto 0; text-align: left;
    border-radius: 14px; background: #fff; border: 1px solid rgba(16,19,25,.1);
    box-shadow: 0 50px 110px -50px rgba(15,30,55,.55); overflow: hidden;
    position: relative; padding-top: 38px; }
  /* Safari-Chrome auf jedem Slider-Shot (Sana-Muster) */
  .sn .sn-hiw__shot::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 38px;
    background: #f7f7f6; border-bottom: 1px solid rgba(16,19,25,.07); }
  .sn .sn-hiw__shot::after { content: ''; position: absolute; top: 15px; left: 18px;
    width: 8px; height: 8px; border-radius: 50%; background: #ff5f56;
    box-shadow: 14px 0 0 #ffbd2e, 28px 0 0 #27c93f; }
  /* Bild-Screenshots (MacBook-/Produktbilder) stehen frei — kein Browser-Rahmen, keine Karte, keine Leiste.
     HTML-Mockups (.mk) behalten ihre Karte, sonst schwebt der Text ohne Grund. (Juergen 15.09.) */
  .sn .sn-hiw__shot:has(> img), .sn .sn-hiw__shot:has(> picture) {
    background: transparent; border: 0; box-shadow: none; border-radius: 0; padding-top: 0; overflow: visible; }
  .sn .sn-hiw__shot:has(> img)::before, .sn .sn-hiw__shot:has(> img)::after,
  .sn .sn-hiw__shot:has(> picture)::before, .sn .sn-hiw__shot:has(> picture)::after { display: none; }
  .sn .sn-hiw__shot > img { display: block; width: 100%; height: auto; }
  /* JS-gesteuerter Slider (klickbare Pills + Pause) — Prototyp-Script am Dateiende */
  .sn .sn-hiw--js .sn-hiw__slide,
  .sn .sn-hiw--js .sn-hiw__pill::before,
  .sn .sn-hiw--js .sn-hiw__pill::after { animation: none !important; }
  .sn .sn-hiw--js .sn-hiw__slide { opacity: 0; transition: opacity .45s ease; pointer-events: none; }
  .sn .sn-hiw--js .sn-hiw__slide.is-on { opacity: 1; z-index: 2; pointer-events: auto; }
  .sn .sn-hiw--js .sn-hiw__pill { cursor: pointer; }
  .sn .sn-hiw--js .sn-hiw__pill.is-on::before { opacity: 1; }
  .sn .sn-hiw--js .sn-hiw__pill .prog { position: absolute; left: 0; top: 0; bottom: 0; z-index: -1;
    width: 0; background: rgba(16,19,25,.1); }
  .sn .sn-hiw__ctrl { width: 38px; height: 38px; border-radius: 50%; border: 0; cursor: pointer;
    background: rgba(255,255,255,.7); color: #14171f; display: inline-grid; place-items: center;
    margin-left: 6px; vertical-align: middle; }
  .sn .sn-hiw__ctrl:hover { background: #fff; }
  .sn .sn-hiw__ctrl svg { width: 12px; height: 12px; fill: currentColor; display: block; }
  /* 4 Slides · 24s */
  .sn .sn-hiw--n4 .sn-hiw__slide { animation: snHiwS4 24s linear infinite; }
  .sn .sn-hiw--n4 .sn-hiw__slide.s2 { animation-delay: 6s; }
  .sn .sn-hiw--n4 .sn-hiw__slide.s3 { animation-delay: 12s; }
  .sn .sn-hiw--n4 .sn-hiw__slide.s4 { animation-delay: 18s; }
  @keyframes snHiwS4 { 0% { opacity: 0; z-index: 2; } 1.5% { opacity: 1; } 25% { opacity: 1; }
    27% { opacity: 0; z-index: 1; } 100% { opacity: 0; } }
  .sn .sn-hiw--n4 .sn-hiw__pill::before { animation: snHiwP4 24s linear infinite; }
  .sn .sn-hiw--n4 .sn-hiw__pill::after { animation: snHiwF4 24s linear infinite; }
  .sn .sn-hiw--n4 .sn-hiw__pill.p2::before, .sn .sn-hiw--n4 .sn-hiw__pill.p2::after { animation-delay: 6s; }
  .sn .sn-hiw--n4 .sn-hiw__pill.p3::before, .sn .sn-hiw--n4 .sn-hiw__pill.p3::after { animation-delay: 12s; }
  .sn .sn-hiw--n4 .sn-hiw__pill.p4::before, .sn .sn-hiw--n4 .sn-hiw__pill.p4::after { animation-delay: 18s; }
  @keyframes snHiwP4 { 0% { opacity: 1; } 25% { opacity: 1; } 26% { opacity: 0; } 100% { opacity: 0; } }
  @keyframes snHiwF4 { 0% { width: 0; } 25% { width: 100%; } 25.5% { width: 0; } 100% { width: 0; } }
  /* 3 Slides · 18s */
  .sn .sn-hiw--n3 .sn-hiw__slide { animation: snHiwS3 18s linear infinite; }
  .sn .sn-hiw--n3 .sn-hiw__slide.s2 { animation-delay: 6s; }
  .sn .sn-hiw--n3 .sn-hiw__slide.s3 { animation-delay: 12s; }
  @keyframes snHiwS3 { 0% { opacity: 0; z-index: 2; } 2% { opacity: 1; } 33.3% { opacity: 1; }
    35.5% { opacity: 0; z-index: 1; } 100% { opacity: 0; } }
  .sn .sn-hiw--n3 .sn-hiw__pill::before { animation: snHiwP3 18s linear infinite; }
  .sn .sn-hiw--n3 .sn-hiw__pill::after { animation: snHiwF3 18s linear infinite; }
  .sn .sn-hiw--n3 .sn-hiw__pill.p2::before, .sn .sn-hiw--n3 .sn-hiw__pill.p2::after { animation-delay: 6s; }
  .sn .sn-hiw--n3 .sn-hiw__pill.p3::before, .sn .sn-hiw--n3 .sn-hiw__pill.p3::after { animation-delay: 12s; }
  @keyframes snHiwP3 { 0% { opacity: 1; } 33.3% { opacity: 1; } 34.3% { opacity: 0; } 100% { opacity: 0; } }
  @keyframes snHiwF3 { 0% { width: 0; } 33.3% { width: 100%; } 33.8% { width: 0; } 100% { width: 0; } }
  @media (prefers-reduced-motion: reduce) {
    .sn .sn-hiw__slide, .sn .sn-hiw__pill::before, .sn .sn-hiw__pill::after { animation: none !important; }
    .sn .sn-hiw__slide.s1 { opacity: 1; position: relative; }
    .sn .sn-hiw__pill.p1::before { opacity: 1; }
  }
  @media (max-width: 760px) { .sn .sn-hiw__stage { min-height: 720px; } }

  /* Zitat: Monogramm statt Foto (keine Fake-Bilder fuer echte Personen) */
  .sn .sn-quote-av { width: 60px; height: 60px; border-radius: 50%; object-fit: cover; margin: 0 auto 22px; }
  .sn .sn-quote-mono { width: 56px; height: 56px; border-radius: 50%; margin: 0 auto 22px;
    display: grid; place-items: center; background: #eef1f3; color: #5d6370;
    font-family: 'Inter Tight', sans-serif; font-size: 16px; font-weight: 600; letter-spacing: .02em; }

  /* Video-Modal: Player + Buchungs-Streifen (Muster der Live-Seite) */
  .sn.sn-vmodal { position: fixed; inset: 0; z-index: 2147482000; display: none; }
  .sn.sn-vmodal.is-open { display: block; }
  .sn .sn-vmodal__back { position: absolute; inset: 0; background: rgba(5,9,17,.8);
    backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); }
  /* Groesser: Juergen wollte das Popup-Video deutlich praesenter (06.09.).
     Hoehe mitgedeckelt, damit das Video auf flachen Schirmen nicht unten rausrutscht. */
  .sn .sn-vmodal__panel { position: relative; width: min(1320px, 94vw); margin: max(5vh, 84px) auto 0;
    padding: 0 20px; }
  @media (min-height: 700px) { .sn .sn-vmodal__panel { width: min(1320px, min(94vw, 158vh)); } }
  .sn .sn-vmodal__frame { aspect-ratio: 16 / 9; background: #000; border-radius: 18px 18px 0 0; overflow: hidden; }
  .sn .sn-vmodal__strip { display: flex; align-items: center; justify-content: space-between; gap: 20px;
    background: #fff; border-radius: 0 0 18px 18px; padding: 18px 24px; }
  .sn .sn-vmodal__strip b { display: block; font-family: 'Inter Tight', sans-serif; font-size: 17px;
    font-weight: 600; color: #14171f; letter-spacing: -.015em; }
  .sn .sn-vmodal__strip span { display: block; font-size: 13.5px; color: #5d6370; margin-top: 2px; }
  .sn .sn-vmodal__close { position: absolute; top: -46px; right: 20px; width: 36px; height: 36px;
    border-radius: 50%; border: 0; background: rgba(255,255,255,.16); color: #fff; font-size: 20px;
    line-height: 1; cursor: pointer; }
  .sn .sn-vmodal__close:hover { background: rgba(255,255,255,.3); }
  @media (max-width: 640px) { .sn .sn-vmodal__strip { flex-direction: column; align-items: flex-start; } }

  /* ---------- Footer ---------- */
  .sn .sn-foot { border-top: 1px solid rgba(16,19,25,.07); padding: 70px 0 60px; }
  .sn .sn-foot__grid { display: grid; grid-template-columns: 1.5fr repeat(5, 1fr); gap: 40px 32px; }
  @media (max-width: 1180px) and (min-width: 1001px) {
    .sn .sn-foot__grid { grid-template-columns: repeat(3, 1fr); }
    .sn .sn-foot__brand { grid-column: 1 / -1; }
    .sn .sn-foot__guides { grid-template-columns: 1fr; gap: 14px; }
  }
  .sn .sn-foot h4 { font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: #b6bcc6; }
  .sn .sn-foot ul { list-style: none; padding: 0; margin: 16px 0 0; display: grid; gap: 10px; }
  .sn .sn-foot ul a { font-size: 14px; color: #5d6370; }
  .sn .sn-foot ul a:hover { color: #101319; }
  .sn .sn-foot__brand p { margin-top: 12px; font-size: 13.5px; max-width: 30ch; }
  .sn .sn-foot__logo { display: inline-flex; color: #14171f; }
  .sn .sn-foot__logo .sn-logo { height: 24px; width: auto; }
  .sn .sn-foot__social { margin-top: 20px; display: flex; gap: 10px; }
  .sn .sn-foot__social a { width: 32px; height: 32px; border-radius: 9px; display: grid; place-items: center;
    border: 1px solid rgba(16,19,25,.10); color: #5d6370; transition: color .2s ease, border-color .2s ease; }
  .sn .sn-foot__social a:hover { color: #101319; border-color: rgba(16,19,25,.26); }
  .sn .sn-foot__social svg { width: 16px; height: 16px; fill: currentColor; }
  /* Guides laufen als eine ruhige Zeile unter dem Raster, damit es nicht siebenspaltig wird. */
  .sn .sn-foot__guides { margin-top: 46px; padding-top: 24px; border-top: 1px solid rgba(16,19,25,.07);
    display: grid; grid-template-columns: 1.5fr 5fr; gap: 32px; align-items: baseline; }
  .sn .sn-foot__guides > div { display: flex; flex-wrap: wrap; gap: 8px 22px; }
  .sn .sn-foot__guides a { font-size: 14px; color: #5d6370; }
  .sn .sn-foot__guides a:hover { color: #101319; }
  .sn .sn-foot__meta { margin-top: 46px; padding-top: 22px; border-top: 1px solid rgba(16,19,25,.07);
    display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; font-size: 12.5px; color: #9aa1ac; }
  .sn .sn-foot__legal { display: flex; flex-wrap: wrap; gap: 6px 18px; }
  .sn .sn-foot__legal a { color: #5d6370; }
  .sn .sn-foot__legal a:hover { color: #101319; }
  /* Im Webflow-Footer (<footer class="footer">) erzwingt sprad-custom.css `.footer * { color: #2b2b2b !important }`.
     Die Graustufen des Footers kommen deshalb hier mit !important und hoeherer Spezifitaet zurueck. */
  .footer .sn .sn-foot h4 { color: #b6bcc6 !important; }
  .footer .sn .sn-foot ul a, .footer .sn .sn-foot__social a,
  .footer .sn .sn-foot__guides a, .footer .sn .sn-foot__legal a { color: #5d6370 !important; }
  .footer .sn .sn-foot ul a:hover, .footer .sn .sn-foot__social a:hover,
  .footer .sn .sn-foot__guides a:hover, .footer .sn .sn-foot__legal a:hover { color: #101319 !important; }
  .footer .sn .sn-foot__meta, .footer .sn .sn-foot__meta * { color: #9aa1ac !important; }
  .footer .sn .sn-foot__meta .sn-foot__legal a { color: #5d6370 !important; }
  .footer .sn .sn-foot__logo, .footer .sn .sn-foot__logo * { color: #14171f !important; }
  .footer .sn .sn-foot__brand p { color: #5d6370 !important; }

  /* ---------- Responsive ---------- */
  @media (max-width: 1000px) {
    .sn .sn-verbs, .sn .sn-verbs--3 { grid-template-columns: repeat(2, 1fr); }
    .sn .sn-split, .sn .sn-split--flip { grid-template-columns: 1fr; gap: 44px; }
    .sn .sn-db__grid { grid-template-columns: 1fr; gap: 44px; }
    .sn .sn-db { padding: 52px 36px; }
    .sn .sn-stats { grid-template-columns: 1fr; gap: 36px; }
    .sn .sn-steps { grid-template-columns: 1fr; }
    .sn .sn-board { grid-template-columns: repeat(2, 1fr); }
    .sn .sn-foot__grid { grid-template-columns: 1fr 1fr; }
    .sn .sn-nav__links { display: none; }
    .sn .sn-nav__burger { display: inline-flex; }
    .sn .sn-nav__cta { gap: 12px; }
  }
  @media (max-width: 620px) {
    .sn .sn-verbs, .sn .sn-verbs--3, .sn .sn-board { grid-template-columns: 1fr; }
    .sn .sn-foot__grid { grid-template-columns: 1fr 1fr; gap: 32px 24px; }
    .sn .sn-foot__brand { grid-column: 1 / -1; }
    .sn .sn-foot__guides { grid-template-columns: 1fr; gap: 14px; }
    .sn .snw, .sn .snw-n, .sn .snw-x { padding: 0 22px; }
    .sn .sn-sec { padding: 90px 0; }
    /* Im Header bleiben auf Mobile nur Logo, "Book a demo" und der Burger — "Start for free"
       brach in zwei Zeilen um (Juergen 08.09.). Es steht unten im Panel. */
    .sn .sn-nav__demo { display: none; }
    .sn .sn-nav__cta { gap: 8px; }
    .sn .sn-nav__cta .sn-btn { padding: 10px 17px; }
  }

  /* ---------- Warteliste-Fenster ----------------------------------------------
     Faengt die Self-Service-Knoepfe ab ("Start for free", "Try it live",
     "Get your free base", …), solange der freie Zugang gedrosselt ist.
     Markup hier, Logik in shared/app.js (Abschnitt "Warteliste"). Die einzelnen
     Sections tragen dafuer KEIN Attribut — app.js erkennt die Knoepfe am Text.
     Bedienung 1:1 wie das Mobilmenue: Escape, Klick ausserhalb, Scroll-Sperre. */
  body.sn-wl-open { overflow: hidden; }
  .sn.sn-wl { position: fixed; inset: 0; z-index: 2147482500; display: grid; place-items: center;
    padding: 22px; }
  .sn.sn-wl[hidden] { display: none; }
  /* Einblendung per Keyframes, nicht per Transition: Ruhezustand ist SICHTBAR. Laeuft die Animation nicht
     (Hintergrund-Tab, blockierter Main-Thread beim Cal-Laden), steht trotzdem ein fertiges Fenster da —
     vorher blieb es halbtransparent ueber einem grauen Schleier haengen (Juergen 15.09.2026). */
  @keyframes snOvIn { from { opacity: 0; } to { opacity: 1; } }
  @keyframes snOvOut { from { opacity: 1; } to { opacity: 0; } }
  @keyframes snCardIn { from { opacity: 0; transform: translateY(18px) scale(.98); } to { opacity: 1; transform: none; } }
  @keyframes snCardOut { from { opacity: 1; transform: none; } to { opacity: 0; transform: translateY(8px) scale(.99); } }
  /* Die Overlay-Container tragen die Klasse .sn — und .sn setzt den weissen Seitenhintergrund. Ohne dieses
     `transparent` lag der Scrim auf Weiss und die Seite verschwand hinter einer grauen Vollflaeche. */
  .sn.sn-wl, .sn.sn-demo, .sn.sn-vmodal { background: transparent; }
  .sn .sn-wl__scrim { position: absolute; inset: 0; background: rgba(9,13,22,.42);
    -webkit-backdrop-filter: blur(6px) saturate(115%); backdrop-filter: blur(6px) saturate(115%); }
  .sn .sn-wl__card { position: relative; width: 100%; max-width: 468px; max-height: calc(100vh - 44px);
    overflow-y: auto; overscroll-behavior: contain; scrollbar-width: none; background: #fff; border-radius: 22px;
    padding: 34px 32px 28px; outline: none;
    box-shadow: 0 50px 120px -40px rgba(0,0,0,.6), 0 0 0 1px rgba(16,19,25,.06); }
  .sn .sn-wl__card::-webkit-scrollbar { display: none; }
  .sn.sn-wl.is-shown .sn-wl__scrim { animation: snOvIn .28s ease both; }
  .sn.sn-wl.is-shown .sn-wl__card { animation: snCardIn .42s cubic-bezier(.16,1,.3,1) both; }
  .sn.sn-wl:not(.is-shown) .sn-wl__scrim { animation: snOvOut .22s ease both; }
  .sn.sn-wl:not(.is-shown) .sn-wl__card { animation: snCardOut .2s ease both; }
  .sn .sn-wl__x { position: absolute; top: 14px; right: 14px; width: 32px; height: 32px; border: 0;
    border-radius: 50%; background: transparent; color: #98a0ab; font-size: 22px; line-height: 1;
    cursor: pointer; font-family: inherit; transition: background-color .18s ease, color .18s ease; }
  .sn .sn-wl__x:hover { background: #f1f3f5; color: #101319; }
  .sn .sn-wl__x:focus-visible { outline: 2px solid #00b4f7; outline-offset: 2px; }
  .sn .sn-wl h2 { margin-top: 12px; }
  .sn .sn-wl__lead { margin-top: 10px; font-size: 15px; line-height: 1.55; color: #5d6370; }
  .sn .sn-wl__form { margin-top: 22px; display: grid; gap: 14px; }
  .sn .sn-wl__field { display: grid; gap: 6px; }
  .sn .sn-wl__field > span { font-size: 12.5px; font-weight: 600; letter-spacing: .04em;
    text-transform: uppercase; color: #98a0ab; }
  .sn .sn-wl__field > span i { font-style: normal; font-weight: 500; text-transform: none;
    letter-spacing: 0; color: #b6bcc6; }
  .sn .sn-wl__in { width: 100%; padding: 12px 14px; border-radius: 11px; font: inherit; font-size: 15px;
    color: #101319; background: #fff; border: 1px solid rgba(16,19,25,.16);
    transition: border-color .18s ease; }
  .sn .sn-wl__in::placeholder { color: #b6bcc6; }
  .sn .sn-wl__in:hover { border-color: rgba(16,19,25,.3); }
  .sn .sn-wl__in:focus-visible { outline: 2px solid #00b4f7; outline-offset: 1px; border-color: #00b4f7; }
  .sn .sn-wl__in[aria-invalid="true"] { border-color: #006d96; }
  .sn .sn-wl__picks { border: 0; padding: 0; margin: 4px 0 0; display: grid; gap: 8px; }
  .sn .sn-wl__picks legend { padding: 0; margin-bottom: 8px; font-size: 12.5px; font-weight: 600;
    letter-spacing: .04em; text-transform: uppercase; color: #98a0ab; }
  .sn .sn-wl__picks legend i { font-style: normal; font-weight: 500; text-transform: none;
    letter-spacing: 0; color: #b6bcc6; }
  /* Das Site-CSS von Webflow setzt global `label { text-transform: uppercase; letter-spacing: 1px;
     font-size: 12px; margin-bottom: 10px }` — Felder und Optionen sind <label>, also zuruecksetzen. */
  .sn .sn-wl__field, .sn .sn-wl__pick { text-transform: none; letter-spacing: 0; margin: 0;
    font-weight: 400; line-height: 1.4; }
  .sn .sn-wl__pick { display: flex; align-items: center; gap: 11px; padding: 10px 13px;
    border-radius: 11px; border: 1px solid rgba(16,19,25,.12); cursor: pointer;
    font-size: 14.5px; color: #101319; transition: border-color .18s ease, background-color .18s ease; }
  .sn .sn-wl__pick:hover { border-color: rgba(16,19,25,.28); background: #fafbfc; }
  .sn .sn-wl__pick input { position: absolute; opacity: 0; width: 0; height: 0; }
  .sn .sn-wl__box { flex: none; width: 19px; height: 19px; border-radius: 6px;
    border: 1px solid rgba(16,19,25,.24); display: grid; place-items: center;
    transition: background-color .16s ease, border-color .16s ease; }
  .sn .sn-wl__box::after { content: ''; width: 9px; height: 5px; margin-top: -2px;
    border-left: 2px solid #fff; border-bottom: 2px solid #fff; transform: rotate(-45deg) scale(.4);
    opacity: 0; transition: opacity .16s ease, transform .16s cubic-bezier(.16,1,.3,1); }
  .sn .sn-wl__pick input:checked ~ .sn-wl__box { background: #00b4f7; border-color: #00b4f7; }
  .sn .sn-wl__pick input:checked ~ .sn-wl__box::after { opacity: 1; transform: rotate(-45deg) scale(1); }
  .sn .sn-wl__pick input:focus-visible ~ .sn-wl__box { outline: 2px solid #00b4f7; outline-offset: 2px; }
  .sn .sn-wl__pick:has(input:checked) { border-color: rgba(0,180,247,.55); background: rgba(0,180,247,.05); }
  /* Honeypot: fuer Menschen und Screenreader weg, fuer Bots verfuehrerisch. */
  .sn .sn-wl__hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
  /* Fehler: kein Rot in der Palette — also Ink-Text in einem ruhigen Blaustich-Feld,
     damit es nach Hinweis aussieht und nicht nach Link. */
  .sn .sn-wl__err { margin-top: 2px; padding: 10px 13px; border-radius: 10px;
    border-left: 2px solid #006d96; background: rgba(0,109,150,.07);
    font-size: 13.5px; line-height: 1.5; font-weight: 500; color: #14171f; }
  .sn .sn-wl__submit { width: 100%; justify-content: center; margin-top: 4px; }
  .sn .sn-wl__submit[disabled] { opacity: .55; cursor: default; }
  .sn .sn-wl__submit:focus-visible { outline: 2px solid #00b4f7; outline-offset: 3px; }
  .sn .sn-wl__note { margin-top: 2px; font-size: 12.5px; color: #b6bcc6; text-align: center; }
  .sn.sn-wl [data-wl-close]:focus-visible { outline: 2px solid #00b4f7; outline-offset: 3px; }
  .sn .sn-wl__tick { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%;
    background: rgba(110,206,83,.14); }
  .sn .sn-wl__tick::after { content: ''; width: 15px; height: 8px; margin-top: -4px;
    border-left: 2.5px solid #6ece53; border-bottom: 2.5px solid #6ece53; transform: rotate(-45deg); }
  .sn .sn-wl__done .sn-btn { margin-top: 22px; }
  @media (max-width: 480px) {
    .sn.sn-wl { padding: 0; place-items: end stretch; }
    .sn .sn-wl__card { max-width: none; max-height: 92vh; border-radius: 22px 22px 0 0; padding: 30px 22px 24px; }
  }
  /* ---------- Demo-Popup (Kalender kommt vom Cal.com-Skript im Custom Code) ---------- */
  .sn.sn-demo { position: fixed; inset: 0; z-index: 2147483000; display: flex; align-items: center; justify-content: center;
    padding: 24px; }
  .sn.sn-demo[hidden] { display: none; }
  /* Scrim + Karte teilen die Einblendung mit der Warteliste (snOvIn/snCardIn, siehe unten). Die Karte ist so
     breit, dass Cal.com sein Desktop-Layout zeigt (Kalender + Zeiten nebeneinander) statt der gestapelten
     1.000px-Fassung mit Scrollbalken (Juergen 15.09.2026: "sah komisch aus"). */
  .sn .sn-demo__scrim { position: absolute; inset: 0; background: rgba(9,13,22,.42);
    -webkit-backdrop-filter: blur(6px) saturate(115%); backdrop-filter: blur(6px) saturate(115%); }
  .sn .sn-demo__card { position: relative; width: min(1040px, 100%); max-height: calc(100vh - 48px); overflow-y: auto;
    scrollbar-width: none; overscroll-behavior: contain;
    background: #fff; border-radius: 24px; padding: 30px 28px 10px; outline: none;
    box-shadow: 0 50px 120px -40px rgba(0,0,0,.6), 0 0 0 1px rgba(16,19,25,.06); }
  .sn .sn-demo__card::-webkit-scrollbar { display: none; }
  .sn.sn-demo.is-open .sn-demo__scrim { animation: snOvIn .28s ease both; }
  .sn.sn-demo.is-open .sn-demo__card { animation: snCardIn .42s cubic-bezier(.16,1,.3,1) both; }
  .sn.sn-demo.is-leaving .sn-demo__scrim { animation: snOvOut .22s ease both; }
  .sn.sn-demo.is-leaving .sn-demo__card { animation: snCardOut .2s ease both; }
  .sn .sn-demo__x { position: absolute; top: 14px; right: 14px; width: 38px; height: 38px; border-radius: 50%;
    font-size: 24px; line-height: 1; color: #5d6370; background: #f4f5f7; border: 0; cursor: pointer;
    transition: background-color .2s ease, color .2s ease; }
  .sn .sn-demo__x:hover { background: #e9ebef; color: #101319; }
  .sn .sn-demo__x:focus-visible { outline: 2px solid #00b4f7; outline-offset: 2px; }
  .sn .sn-demo__head { text-align: center; max-width: 46ch; margin: 0 auto; }
  .sn .sn-demo__dot { display: block; width: 10px; height: 10px; margin: 0 auto 14px; border-radius: 50%;
    background: linear-gradient(135deg, #006d96, #00b4f7 45%, #6ece53); box-shadow: 0 0 0 5px rgba(0,180,247,.12); }
  .sn .sn-demo__title { font-family: 'Inter Tight', 'Inter', sans-serif; font-size: clamp(24px, 3vw, 32px); font-weight: 500;
    letter-spacing: -.02em; color: #101319; }
  .sn .sn-demo__sub { margin-top: 10px; font-size: 15.5px; line-height: 1.55; color: #5d6370; }
  .sn .sn-demo__cal { margin-top: 20px; min-height: 560px; border-radius: 16px;
    background: linear-gradient(90deg, #f6f7f8 0%, #eef0f2 50%, #f6f7f8 100%); background-size: 200% 100%;
    animation: snDemoShimmer 1.6s ease-in-out infinite; }
  .sn .sn-demo__cal:has(iframe), .sn .sn-demo__cal[data-cal-inited="1"] { animation: none; background: transparent; }
  @keyframes snDemoShimmer { 0% { background-position: 100% 0; } 100% { background-position: -100% 0; } }
  @media (max-width: 640px) {
    .sn.sn-demo { padding: 0; align-items: flex-end; }
    .sn .sn-demo__card { width: 100%; max-height: 92vh; border-radius: 22px 22px 0 0; padding: 30px 16px 10px; }
  }
  @media (prefers-reduced-motion: reduce) {
    .sn .sn-demo__card, .sn .sn-demo__scrim { transition: none; }
    .sn .sn-demo__cal { animation: none; }
  }
  @media (prefers-reduced-motion: reduce) {
    .sn .sn-wl__card { transition: none; opacity: 1; transform: none; }
    .sn .sn-wl__box::after { transition: none; }
  }
