:root { --accent: #3b82f6; --accent-dark: #1d4ed8; --accent-light: #93c5fd; }

    /* ── SPLIT HERO ─────────────────────────────────────────── */
    .sp-hero {
      min-height: auto;
      padding: calc(72px + 2.75rem) 1.5rem 3.25rem;
      background: linear-gradient(145deg, #020817 0%, #0f172a 45%, #1a1040 100%);
      overflow: hidden;
    }
    .sp-hero-inner {
      display: grid;
      grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
      gap: 2.5rem 3rem;
      align-items: center;
      min-height: 460px;
      max-width: 1280px;
      margin: 0 auto;
      width: 100%;
    }
    @media (max-width: 900px) {
      .sp-hero { padding: calc(72px + 1.25rem) 1.25rem 1.75rem; }
      .sp-hero-inner { grid-template-columns: 1fr; gap: 0; }
      .sp-hero-visual { display: none; }
      .sp-hero-left { max-width: none; }
    }
    .sp-hero-left {
      display: flex;
      flex-direction: column;
      justify-content: center;
      max-width: none;
      width: 100%;
      padding: .5rem 0;
    }
    .sp-hero-right {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: .5rem 0;
      align-self: center;
    }
    .sp-badge { display: inline-flex; align-items: center; gap: .5rem; background: rgba(59,130,246,.12); border: 1px solid rgba(59,130,246,.25); color: #93c5fd; padding: .4rem 1rem; border-radius: 999px; font-size: .8rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; margin-bottom: 1rem; }
    .sp-title { font-size: clamp(2.2rem, 4vw, 3.8rem); font-weight: 800; line-height: 1.08; letter-spacing: -.03em; color: #fff; margin-bottom: 1rem; }
    .sp-title em { font-style: normal; background: linear-gradient(135deg, #60a5fa, #818cf8, #c084fc); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
    .sp-sub { font-size: 1.1rem; color: rgba(255,255,255,.6); line-height: 1.7; margin-bottom: 1.25rem; max-width: 580px; }
    .sp-cta-row { display: flex; gap: .875rem; flex-wrap: wrap; margin-bottom: 1.25rem; }
    .sp-btn-primary { padding: .8rem 1.8rem; background: linear-gradient(135deg, #3b82f6, #6366f1); color: #fff; border-radius: 999px; font-weight: 700; font-size: .95rem; box-shadow: 0 4px 20px rgba(59,130,246,.35); transition: transform .2s, box-shadow .2s; }
    .sp-btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(59,130,246,.45); }
    .sp-btn-ghost { padding: .8rem 1.8rem; border: 1.5px solid rgba(255,255,255,.2); color: rgba(255,255,255,.7); border-radius: 999px; font-weight: 600; font-size: .95rem; transition: border-color .2s, color .2s; }
    .sp-btn-ghost:hover { border-color: rgba(255,255,255,.5); color: #fff; }
    .sp-trust { display: flex; gap: 1rem 1.5rem; flex-wrap: wrap; }
    .sp-trust-item { display: flex; align-items: center; gap: .5rem; font-size: .8rem; color: rgba(255,255,255,.4); }
    .sp-trust-dot { width: 6px; height: 6px; border-radius: 50%; background: #22c55e; }

    /* ── HERO MEDIA WRAP ────────────────────────────────────── */
    .sp-hero-video { width: 100%; border-radius: 12px; display: block; }
    .sp-css-fallback {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      padding: 0;
    }
    .sp-cal-card {
      position: relative;
      display: flex;
      flex-direction: column;
      width: 100%;
      min-height: 0;
      padding: 0;
      overflow: hidden;
      border-radius: 16px;
      box-shadow: 0 24px 60px rgba(0, 0, 0, .35), 0 0 0 1px rgba(255, 255, 255, .06);
    }
    .sp-cal-card.mockup-card--light { background: #f8fafc; }
    .sp-cal-card .mockup-header { flex-shrink: 0; border-radius: 16px 16px 0 0; }
    .hero-media-wrap {
      position: relative; z-index: 1;
      display: flex;
      flex-direction: column;
      align-items: stretch;
      justify-content: center;
      width: 100%;
      max-width: 560px;
    }
    @media (min-width: 901px) {
      .sp-hero-right .hero-media-wrap { max-width: none; }
    }

    /* Schichten-Dashboard Mock – wie /shifts + CanvasCalendar */
    .sp-shifts-body { display: flex; flex-direction: column; padding: .55rem .6rem .5rem; gap: .45rem; }
    .sp-shifts-kpis { display: grid; grid-template-columns: repeat(4, 1fr); gap: .35rem; }
    .sp-shifts-kpi {
      padding: .35rem .4rem; border-radius: 8px;
      background: #f9fafb; border: 1px solid #e5e7eb;
    }
    .sp-shifts-kpi-val { font-size: .85rem; font-weight: 700; color: #111827; line-height: 1.1; }
    .sp-shifts-kpi-val.orange { color: #fb923c; }
    .sp-shifts-kpi-val.green { color: #059669; }
    .sp-shifts-kpi-val.blue { color: #2563eb; }
    .sp-shifts-kpi-lbl { font-size: .48rem; color: #6b7280; margin-top: .1rem; line-height: 1.2; }

    .sp-shifts-legend { display: flex; flex-wrap: wrap; align-items: center; gap: .5rem .65rem; }
    .sp-shifts-legend-lbl { font-size: .5rem; font-weight: 600; color: #9ca3af; }
    .sp-shifts-legend-item { display: inline-flex; align-items: center; gap: .3rem; font-size: .5rem; color: #6b7280; }
    .sp-shifts-legend-bar { width: 14px; height: 5px; border-radius: 999px; flex-shrink: 0; }
    .sp-shifts-legend-bar--green { background: linear-gradient(90deg, #10b981, #14b8a6); }
    .sp-shifts-legend-bar--amber { background: linear-gradient(90deg, #fbbf24, #fb923c); }
    .sp-shifts-legend-bar--gray { background: #9ca3af; }

    .sp-shifts-cal-nav { display: flex; align-items: center; justify-content: space-between; gap: .4rem; }
    .sp-shifts-cal-nav-l { display: flex; align-items: center; gap: .2rem; }
    .sp-shifts-nav-btn {
      font-size: .55rem; padding: .18rem .35rem; border-radius: 6px;
      background: #f3f4f6; color: #4b5563; border: none; line-height: 1;
    }
    .sp-shifts-nav-btn--heute {
      font-size: .52rem; font-weight: 600; padding: .22rem .5rem;
      background: #dbeafe; color: #2563eb;
    }
    .sp-shifts-cal-range { font-size: .5rem; color: #9ca3af; white-space: nowrap; }

    .sp-shifts-cal {
      flex: 1; min-height: 0;
      border: 1px solid #e5e7eb; border-radius: 10px; overflow: hidden;
      display: flex; flex-direction: column; background: #fff;
    }
    .sp-shifts-cal-hd { display: flex; border-bottom: 1px solid #e5e7eb; background: #f9fafb; }
    .sp-shifts-day-hd {
      flex: 1; min-width: 0; padding: .35rem .15rem .3rem;
      text-align: center; border-right: 1px solid #e5e7eb;
    }
    .sp-shifts-day-hd:last-child { border-right: none; }
    .sp-shifts-day-hd.is-weekend { background: #f3f4f6; }
    .sp-shifts-day-hd.is-today { background: #dbeafe; }
    .sp-shifts-day-hd-wd {
      font-size: .46rem; font-weight: 600; text-transform: uppercase;
      letter-spacing: .08em; color: #6b7280; line-height: 1.2;
    }
    .sp-shifts-day-hd.is-today .sp-shifts-day-hd-wd { color: #2563eb; }
    .sp-shifts-day-hd-num {
      font-size: .58rem; font-weight: 700; color: #111827; margin-top: .08rem; line-height: 1;
    }
    .sp-shifts-day-hd-num.today {
      display: inline-flex; align-items: center; justify-content: center;
      width: 1.15rem; height: 1.15rem; border-radius: 50%;
      background: #2563eb; color: #fff; font-size: .52rem;
    }

    .sp-shifts-cal-grid { display: flex; flex: 1; min-height: 0; overflow: hidden; }
    .sp-shifts-day-col {
      flex: 1; min-width: 0; border-right: 1px solid #e5e7eb;
      display: flex; flex-direction: column; min-height: 140px;
    }
    .sp-shifts-day-col:last-child { border-right: none; }
    .sp-shifts-day-col.is-weekend { background: #f9fafb; }
    .sp-shifts-day-col.is-today { background: #fff; }
    .sp-shifts-day-stack { padding: .35rem .28rem; display: flex; flex-direction: column; gap: .3rem; flex: 1; }

    .sp-shift-card {
      position: relative; border-radius: 10px; overflow: hidden;
      border: 1px solid #e5e7eb; background: #fff;
      box-shadow: 0 1px 2px rgba(0,0,0,.04);
    }
    .sp-shift-card-bar {
      position: absolute; top: 0; left: 0; right: 0; height: 5px;
    }
    .sp-shift-card-bar--green { background: linear-gradient(90deg, #10b981, #14b8a6); }
    .sp-shift-card-bar--amber { background: linear-gradient(90deg, #fbbf24, #fb923c); }
    .sp-shift-card-inner { padding: .55rem .4rem .4rem; position: relative; }
    .sp-shift-card-top { display: flex; align-items: center; justify-content: space-between; gap: .2rem; min-width: 0; }
    .sp-shift-card-time { font-size: .5rem; font-weight: 600; color: #111827; white-space: nowrap; }
    .sp-shift-card-badge {
      font-size: .44rem; font-weight: 700; padding: .1rem .28rem;
      border-radius: 4px; line-height: 1.1; flex-shrink: 0;
    }
    .sp-shift-card-badge--green { background: #d1fae5; color: #047857; }
    .sp-shift-card-badge--amber { background: #ffedd5; color: #c2410c; }
    .sp-shift-card-role { font-size: .5rem; font-weight: 600; color: #111827; margin-top: .35rem; line-height: 1.2; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
    .sp-shift-card-client { font-size: .46rem; color: #6b7280; margin-top: .12rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
    .sp-shift-card-draft {
      display: inline-block; margin-top: .25rem;
      font-size: .44rem; font-weight: 600; padding: .08rem .3rem;
      border-radius: 5px; background: #fef3c7; color: #b45309;
    }
    .sp-shift-card-people {
      margin-top: .35rem; padding-top: .3rem;
      border-top: 1px solid #f3f4f6;
    }
    .sp-shift-card-person {
      display: flex; align-items: center; gap: .28rem;
      font-size: .44rem; font-weight: 500; color: #6b7280;
      margin-bottom: .15rem;
    }
    .sp-shift-card-person:last-child { margin-bottom: 0; }
    .sp-shift-card-av {
      width: 14px; height: 14px; border-radius: 50%;
      background: #e5e7eb; color: #4b5563;
      font-size: .38rem; font-weight: 700;
      display: flex; align-items: center; justify-content: center; flex-shrink: 0;
    }
    .sp-shift-card-open {
      display: flex; align-items: center; gap: .2rem;
      font-size: .44rem; font-weight: 600; color: #ea580c; margin-top: .12rem;
    }
    .sp-shifts-day-empty {
      flex: 1; display: flex; flex-direction: column;
      align-items: center; justify-content: center;
      color: #d1d5db; font-size: .44rem; padding: .5rem 0;
    }

    /* Overlay micro-animation badges */
    .sp-overlay-badge {
      position: absolute; display: flex; align-items: center; gap: .45rem;
      font-size: .7rem; font-weight: 700; border-radius: 10px; padding: .5rem .9rem;
      pointer-events: none; opacity: 0;
    }
    .sp-conflict-badge {
      bottom: .75rem; left: .75rem; right: auto;
      background: #fef2f2; border: 1px solid #fecaca; color: #dc2626;
      box-shadow: 0 4px 12px rgba(0, 0, 0, .08);
      animation: sp-conflict-cycle 9s ease-in-out infinite;
    }
    .sp-publish-toast {
      bottom: .75rem; left: .75rem; right: auto;
      background: #f0fdf4; border: 1px solid #bbf7d0; color: #059669;
      box-shadow: 0 4px 12px rgba(0, 0, 0, .08);
      white-space: nowrap;
      animation: sp-publish-cycle 9s ease-in-out infinite;
    }
    @keyframes sp-conflict-cycle {
      0%   { opacity:0; transform: translateY(6px); }
      6%   { opacity:1; transform: translateY(0); }
      24%  { opacity:1; transform: translateY(0); }
      33%  { opacity:0; transform: translateY(6px); }
      100% { opacity:0; }
    }
    @keyframes sp-publish-cycle {
      0%   { opacity:0; transform: translateY(6px); }
      62%  { opacity:0; transform: translateY(6px); }
      70%  { opacity:1; transform: translateY(0); }
      89%  { opacity:1; transform: translateY(0); }
      96%  { opacity:0; transform: translateY(6px); }
      100% { opacity:0; transform: translateY(6px); }
    }

    @keyframes float { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-6px)} }

    /* ── SHIFT TYPES ─────────────────────────────────────────── */
    .shift-types { padding: 3.5rem 0; background: #f8fafc; }
    @media (max-width: 768px) { .shift-types, .sp-stats, .sp-showcase, .sp-benefits, .sp-compare-section, .sp-scrolly { padding: 2.5rem 0; } }
    .st-icon { width: 52px; height: 52px; border-radius: 14px; display: flex; align-items: center; justify-content: center; margin-bottom: .85rem; }
    .st-early .st-icon { background: rgba(59,130,246,.15); color: #60a5fa; }
    .st-late  .st-icon { background: rgba(34,197,94,.15);  color: #4ade80; }
    .st-night .st-icon { background: rgba(139,92,246,.15); color: #c4b5fd; }
    .st-label { display: inline-flex; align-items: center; gap: .5rem; background: rgba(59,130,246,.1); border: 1px solid rgba(59,130,246,.2); color: #2563eb; padding: .3rem .9rem; border-radius: 999px; font-size: .72rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; margin-bottom: 1rem; }
    .st-title { font-size: clamp(1.6rem, 3vw, 2.4rem); font-weight: 800; color: #0f172a; letter-spacing: -.02em; margin-bottom: .75rem; }
    .st-sub { color: #64748b; font-size: 1rem; margin-bottom: 1.5rem; max-width: 600px; }
    .st-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
    @media (max-width: 768px) { .st-grid { grid-template-columns: 1fr; } }
    .st-card { border-radius: 16px; padding: 2rem; position: relative; overflow: hidden; }
    .st-card::before { content:''; position: absolute; top: 0; left: 0; right: 0; height: 3px; }
    .st-early { background: #fff; border: 1px solid #e2e8f0; box-shadow: 0 4px 20px rgba(15,23,42,.04); }
    .st-early::before { background: linear-gradient(90deg, #3b82f6, #6366f1); }
    .st-late  { background: #fff; border: 1px solid #e2e8f0; box-shadow: 0 4px 20px rgba(15,23,42,.04); }
    .st-late::before  { background: linear-gradient(90deg, #22c55e, #14b8a6); }
    .st-night { background: #fff; border: 1px solid #e2e8f0; box-shadow: 0 4px 20px rgba(15,23,42,.04); }
    .st-night::before { background: linear-gradient(90deg, #8b5cf6, #ec4899); }
    .st-time { font-size: 1.75rem; font-weight: 800; letter-spacing: -.03em; margin: .75rem 0 .5rem; }
    .st-name { font-size: .8rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; margin-bottom: .5rem; }
    .st-early .st-time, .st-early .st-name { color: #2563eb; }
    .st-late  .st-time, .st-late  .st-name { color: #059669; }
    .st-night .st-time, .st-night .st-name { color: #7c3aed; }
    .st-features { list-style: none; margin-top: 1rem; display: flex; flex-direction: column; gap: .4rem; }
    .st-features li { font-size: .85rem; color: #64748b; padding-left: 1rem; position: relative; }
    .st-features li::before { content: '›'; position: absolute; left: 0; color: #94a3b8; }
    .st-zuschlag { display: inline-flex; align-items: center; gap: .3rem; background: #f1f5f9; border-radius: 6px; padding: .25rem .65rem; font-size: .72rem; font-weight: 700; color: #475569; margin-top: 1rem; }

    /* ── STATS ───────────────────────────────────────────────── */
    .sp-stats { padding: 3.5rem 0; background: #f8fafc; }
    .sp-stats .st-title { color: #0f172a; }
    .stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; margin-top: 1.75rem; }
    @media (max-width: 900px) { .stats-grid { grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 500px) { .stats-grid { grid-template-columns: 1fr; } }
    .stat-card { text-align: center; padding: 1.75rem; border: 1px solid #e2e8f0; border-radius: 16px; background: #fff; box-shadow: 0 4px 20px rgba(15,23,42,.04); }
    .stat-number { font-size: clamp(2.5rem, 5vw, 4rem); font-weight: 800; letter-spacing: -.04em; background: linear-gradient(135deg, #2563eb, #6366f1); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; line-height: 1; margin-bottom: .5rem; }
    .stat-label { font-size: .85rem; color: #64748b; font-weight: 500; line-height: 1.4; }

    /* ── SHOWCASE SECTIONS ───────────────────────────────────── */
    .sp-showcase { padding: 3.5rem 0; }
    .sp-showcase--alt { background: #f8fafc; }
    .sp-showcase-grid {
      display: grid;
      grid-template-columns: 1fr 1.1fr;
      gap: 3rem;
      align-items: center;
    }
    .sp-showcase-grid--reverse .sp-showcase-copy { order: 2; }
    .sp-showcase-grid--reverse .sp-showcase-visual { order: 1; }
    @media (max-width: 900px) {
      .sp-showcase-grid { grid-template-columns: 1fr; gap: 2rem; }
      .sp-showcase-grid--reverse .sp-showcase-copy,
      .sp-showcase-grid--reverse .sp-showcase-visual { order: unset; }
    }
    .sp-showcase-label {
      display: inline-flex; align-items: center; gap: .5rem;
      background: rgba(59,130,246,.1); border: 1px solid rgba(59,130,246,.2);
      color: #2563eb; padding: .3rem .9rem; border-radius: 999px;
      font-size: .72rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase;
      margin-bottom: 1rem;
    }
    .sp-showcase-copy h2 {
      font-size: clamp(1.5rem, 2.5vw, 2rem); font-weight: 800; color: #0f172a;
      letter-spacing: -.02em; margin-bottom: .85rem; line-height: 1.15;
    }
    .sp-showcase-copy > p { color: #64748b; font-size: 1rem; line-height: 1.7; margin-bottom: 1rem; }
    .sp-showcase-list { list-style: none; display: flex; flex-direction: column; gap: .55rem; margin-bottom: 1rem; }
    .sp-showcase-list li {
      font-size: .9rem; color: #475569; padding-left: 1.25rem; position: relative; line-height: 1.5;
    }
    .sp-showcase-list li::before {
      content: ''; position: absolute; left: 0; top: .45rem;
      width: 6px; height: 6px; border-radius: 50%; background: #3b82f6;
    }
    .sp-showcase-hint {
      padding: .85rem 1rem; border-radius: 10px; font-size: .82rem; line-height: 1.55;
      background: rgba(59,130,246,.06); border: 1px solid rgba(59,130,246,.15); color: #475569;
    }
    .sp-showcase-hint strong { color: #1e40af; }
    .sp-showcase-visual .mockup-card { box-shadow: 0 24px 60px rgba(15,23,42,.1); }

    /* Auto-Zuweisung mock */
    .sp-aa-body { padding: 1rem 1.1rem 1.1rem; }
    .sp-aa-stats {
      display: flex; flex-wrap: wrap; gap: .5rem .75rem;
      font-size: .72rem; font-weight: 600; color: #64748b; margin-bottom: .85rem;
    }
    .sp-aa-stats span::after { content: '·'; margin-left: .75rem; color: #cbd5e1; }
    .sp-aa-stats span:last-child::after { content: none; margin: 0; }
    .sp-aa-stats .ok { color: #059669; }
    .sp-aa-stats .warn { color: #d97706; }
    .sp-aa-row {
      border: 1px solid #e2e8f0; border-radius: 10px; padding: .65rem .75rem;
      margin-bottom: .5rem; background: #fff;
    }
    .sp-aa-row--fail { border-color: #fecaca; background: #fef2f2; }
    .sp-aa-row-top { display: flex; justify-content: space-between; align-items: flex-start; gap: .5rem; margin-bottom: .35rem; }
    .sp-aa-meta { font-size: .68rem; color: #64748b; }
    .sp-aa-meta strong { display: block; font-size: .78rem; color: #0f172a; font-weight: 700; }
    .sp-aa-score {
      font-size: .58rem; font-weight: 700; padding: .15rem .4rem; border-radius: 5px;
      background: #d1fae5; color: #047857; white-space: nowrap;
    }
    .sp-aa-emp { font-size: .75rem; font-weight: 600; color: #0f172a; }
    .sp-aa-reasons { display: flex; flex-wrap: wrap; gap: .25rem; margin-top: .3rem; }
    .sp-aa-reason {
      font-size: .58rem; padding: .1rem .35rem; border-radius: 4px;
      background: #f1f5f9; color: #64748b;
    }
    .sp-aa-fail-msg { font-size: .72rem; font-weight: 600; color: #dc2626; }
    .sp-aa-footer { display: flex; justify-content: flex-end; gap: .5rem; margin-top: .75rem; padding-top: .75rem; border-top: 1px solid #e2e8f0; }
    .sp-aa-btn {
      font-size: .72rem; font-weight: 600; padding: .4rem .85rem; border-radius: 8px; border: 1px solid #e2e8f0;
      background: #fff; color: #64748b;
    }
    .sp-aa-btn--primary { background: #4f46e5; border-color: #4f46e5; color: #fff; }

    /* Veröffentlichen mock */
    .sp-pub-wrap { border-radius: 12px; overflow: hidden; border: 1px solid #e2e8f0; }
    .sp-pub-hd {
      background: linear-gradient(90deg, #10b981, #14b8a6);
      padding: 1rem 1.15rem;
    }
    .sp-pub-hd h3 { font-size: 1rem; font-weight: 700; color: #fff; margin: 0 0 .2rem; }
    .sp-pub-hd p { font-size: .72rem; color: rgba(255,255,255,.85); margin: 0; }
    .sp-pub-body { padding: 1rem 1.15rem; background: #fff; }
    .sp-pub-check {
      display: flex; align-items: flex-start; gap: .65rem;
      padding: .75rem; border: 2px dashed #e2e8f0; border-radius: 10px; margin-bottom: .85rem;
    }
    .sp-pub-check input { margin-top: .15rem; accent-color: #10b981; }
    .sp-pub-check-title { font-size: .78rem; font-weight: 600; color: #0f172a; }
    .sp-pub-check-sub { font-size: .68rem; color: #94a3b8; margin-top: .1rem; }
    .sp-pub-divider { text-align: center; font-size: .65rem; color: #94a3b8; margin: .75rem 0; position: relative; }
    .sp-pub-divider::before, .sp-pub-divider::after {
      content: ''; position: absolute; top: 50%; width: 38%; height: 1px; background: #e2e8f0;
    }
    .sp-pub-divider::before { left: 0; }
    .sp-pub-divider::after { right: 0; }
    .sp-pub-filters { display: grid; grid-template-columns: 1fr 1fr; gap: .5rem; margin-bottom: .65rem; }
    .sp-pub-filters label { font-size: .65rem; font-weight: 600; color: #64748b; display: block; margin-bottom: .2rem; }
    .sp-pub-filters input, .sp-pub-filters select {
      width: 100%; font-size: .7rem; padding: .35rem .5rem; border-radius: 6px;
      border: 1px solid #e2e8f0; background: #f9fafb; color: #334155;
    }
    .sp-pub-list { max-height: 140px; overflow-y: auto; border: 1px solid #e2e8f0; border-radius: 8px; }
    .sp-pub-day { padding: .4rem .6rem; font-size: .62rem; font-weight: 700; color: #64748b; background: #f8fafc; border-bottom: 1px solid #e2e8f0; }
    .sp-pub-item {
      display: flex; justify-content: space-between; align-items: center;
      padding: .45rem .6rem; font-size: .7rem; border-bottom: 1px solid #f1f5f9;
    }
    .sp-pub-item:last-child { border-bottom: none; }
    .sp-pub-item-time { font-weight: 600; color: #0f172a; }
    .sp-pub-item-cust { color: #94a3b8; font-size: .65rem; }
    .sp-pub-cta {
      display: block; width: 100%; margin-top: .85rem; padding: .55rem;
      font-size: .78rem; font-weight: 700; text-align: center; color: #fff;
      background: #10b981; border: none; border-radius: 8px;
    }

    /* Mobile mock */
    .sp-phone-wrap { display: flex; justify-content: center; padding: .5rem 0; }
    .sp-phone {
      width: 220px; background: #0f172a; border-radius: 28px; padding: 10px;
      box-shadow: 0 20px 50px rgba(0,0,0,.25);
    }
    .sp-phone-screen {
      background: #f8fafc; border-radius: 20px; overflow: hidden; min-height: 320px;
      padding: .65rem .55rem;
    }
    .sp-phone-status { font-size: .5rem; font-weight: 600; color: #94a3b8; text-align: center; margin-bottom: .5rem; }
    .sp-phone-push {
      background: #fff; border-radius: 12px; padding: .55rem .65rem;
      box-shadow: 0 4px 12px rgba(0,0,0,.08); margin-bottom: .45rem;
      border-left: 3px solid #3b82f6;
    }
    .sp-phone-push--amber { border-left-color: #f59e0b; }
    .sp-phone-push-app { font-size: .48rem; font-weight: 700; color: #64748b; text-transform: uppercase; margin-bottom: .15rem; }
    .sp-phone-push-title { font-size: .62rem; font-weight: 700; color: #0f172a; line-height: 1.3; }
    .sp-phone-push-sub { font-size: .55rem; color: #64748b; margin-top: .1rem; }
    .sp-phone-card {
      margin-top: .65rem; border-radius: 12px; overflow: hidden;
      border: 1px solid #e2e8f0; background: #fff;
    }
    .sp-phone-card-bar { height: 4px; background: linear-gradient(90deg, #10b981, #14b8a6); }
    .sp-phone-card-inner { padding: .55rem .6rem; }
    .sp-phone-card-time { font-size: .7rem; font-weight: 700; color: #0f172a; }
    .sp-phone-card-role { font-size: .6rem; font-weight: 600; color: #334155; margin-top: .25rem; }
    .sp-phone-card-loc { font-size: .55rem; color: #94a3b8; margin-top: .1rem; }
    .sp-phone-badge {
      display: inline-block; margin-top: .35rem; font-size: .5rem; font-weight: 700;
      padding: .12rem .35rem; border-radius: 4px; background: #d1fae5; color: #047857;
    }

    /* Attribute & Qualifikationen mock */
    .sp-req-body { padding: 1rem; display: flex; flex-direction: column; gap: .85rem; }
    .sp-req-card { border-radius: 12px; padding: 1rem; border: 1px solid #e2e8f0; background: #fff; }
    .sp-req-card--blue { border-color: #93c5fd; background: #f8fafc; }
    .sp-req-card--green { border-color: #6ee7b7; }
    .sp-req-card-hd { display: flex; align-items: center; gap: .4rem; margin-bottom: .5rem; }
    .sp-req-card-hd h4 { font-size: .85rem; font-weight: 700; color: #0f172a; margin: 0; }
    .sp-req-card-hd svg { width: 16px; height: 16px; flex-shrink: 0; }
    .sp-req-card--blue .sp-req-card-hd svg { color: #2563eb; }
    .sp-req-card--green .sp-req-card-hd svg { color: #059669; }
    .sp-req-desc { font-size: .72rem; color: #64748b; line-height: 1.5; margin-bottom: .65rem; }
    .sp-req-group { margin-bottom: .55rem; }
    .sp-req-group-name { font-size: .68rem; font-weight: 700; color: #475569; margin-bottom: .35rem; }
    .sp-req-pills { display: flex; flex-wrap: wrap; gap: .35rem; }
    .sp-req-pill {
      font-size: .65rem; font-weight: 600; padding: .28rem .55rem; border-radius: 8px;
    }
    .sp-req-pill--blue { background: #dbeafe; color: #1d4ed8; border: 1px solid #93c5fd; }
    .sp-req-pill--green { background: #d1fae5; color: #047857; border: 1px solid #6ee7b7; }
    .sp-req-footer { font-size: .68rem; font-weight: 600; color: #059669; margin-top: .5rem; padding-top: .5rem; border-top: 1px solid #a7f3d0; }

    /* Stammbesetzung mock */
    .sp-staff-body { padding: 1rem; }
    .sp-staff-form {
      padding: .75rem; border-radius: 10px; border: 1px solid #e2e8f0;
      background: #f8fafc; margin-bottom: .75rem;
    }
    .sp-staff-form-title { font-size: .72rem; font-weight: 700; color: #0f172a; margin-bottom: .5rem; }
    .sp-staff-form-row { display: flex; flex-wrap: wrap; gap: .4rem; align-items: flex-end; }
    .sp-staff-field { flex: 1; min-width: 70px; }
    .sp-staff-field label { font-size: .58rem; font-weight: 600; color: #64748b; display: block; margin-bottom: .15rem; }
    .sp-staff-field select, .sp-staff-field input {
      width: 100%; font-size: .65rem; padding: .3rem .4rem; border-radius: 6px;
      border: 1px solid #e2e8f0; background: #fff;
    }
    .sp-staff-add {
      font-size: .65rem; font-weight: 600; padding: .35rem .65rem; border-radius: 6px;
      background: #2563eb; color: #fff; border: none; white-space: nowrap;
    }
    .sp-staff-table { width: 100%; border-collapse: collapse; font-size: .68rem; border: 1px solid #e2e8f0; border-radius: 8px; overflow: hidden; }
    .sp-staff-table th {
      text-align: left; padding: .4rem .5rem; background: #f1f5f9;
      font-size: .58rem; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; color: #64748b;
    }
    .sp-staff-table td { padding: .45rem .5rem; border-top: 1px solid #e2e8f0; color: #334155; }
    .sp-staff-table td strong { color: #0f172a; }
    .sp-staff-info {
      margin-top: .75rem; padding: .65rem .75rem; border-radius: 10px;
      background: rgba(59,130,246,.06); border: 1px solid rgba(59,130,246,.15);
      font-size: .65rem; color: #475569; line-height: 1.55;
    }
    .sp-staff-info strong { display: block; color: #1e40af; margin-bottom: .35rem; font-size: .68rem; }
    .sp-staff-info ul { margin: 0; padding-left: 1rem; }

    /* ── BENEFITS ────────────────────────────────────────────── */
    .sp-benefits { padding: 3.5rem 0; background: #f8fafc; }
    .sp-benefits-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; margin-top: 1.5rem; }
    @media (max-width: 640px) { .sp-benefits-grid { grid-template-columns: 1fr; } }
    .sp-benefit-card { background: #fff; border: 1px solid #e2e8f0; border-radius: 16px; padding: 2rem; display: flex; gap: 1.25rem; align-items: flex-start; transition: all .2s; }
    .sp-benefit-card:hover { transform: translateY(-3px); box-shadow: 0 12px 40px rgba(0,0,0,.08); border-color: rgba(59,130,246,.2); }
    .sp-benefit-num { width: 36px; height: 36px; border-radius: 10px; background: linear-gradient(135deg, #3b82f6, #6366f1); color: #fff; font-size: .85rem; font-weight: 800; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
    .sp-benefit-body h3 { font-size: 1rem; font-weight: 700; color: #0f172a; margin-bottom: .4rem; }
    .sp-benefit-body p { font-size: .875rem; color: #64748b; line-height: 1.65; }

    /* ── COMPARE TABLE ───────────────────────────────────────── */
    .sp-compare-section { padding: 3.5rem 0; background: #0f172a; }
    .sp-compare-grid {
      display: grid; grid-template-columns: 1fr 1fr;
      gap: 1.25rem; margin-top: 2.5rem;
    }
    @media (max-width: 640px) { .sp-compare-grid { grid-template-columns: 1fr; } }
    .sp-compare-col {
      border-radius: 18px; padding: 1.75rem 2rem;
      display: flex; flex-direction: column;
      box-shadow: 0 12px 40px rgba(0,0,0,.35);
    }
    .sp-compare-bad  { background: linear-gradient(150deg, #160508 0%, #240a0e 100%); border: 1px solid rgba(239,68,68,.2); }
    .sp-compare-good { background: linear-gradient(150deg, #051510 0%, #0a2418 100%); border: 1px solid rgba(34,197,94,.2); }
    .sp-drag-hdr {
      font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
      padding: .35rem .85rem; border-radius: 999px; width: fit-content;
      margin-bottom: 1.25rem; display: flex; align-items: center; gap: .4rem;
    }
    .sp-drag-hdr-bad  { background: rgba(239,68,68,.15); border: 1px solid rgba(239,68,68,.3); color: #f87171; }
    .sp-drag-hdr-good { background: rgba(34,197,94,.15);  border: 1px solid rgba(34,197,94,.3);  color: #4ade80; }
    .sp-drag-row {
      display: grid; grid-template-columns: 1fr auto;
      align-items: center; gap: 1rem;
      padding: .7rem 0; border-bottom: 1px solid rgba(255,255,255,.06);
    }
    .sp-drag-row:last-child { border-bottom: none; }
    .sp-drag-criterion { font-size: .8rem; color: rgba(255,255,255,.45); font-weight: 500; }
    .sp-drag-val { font-size: .82rem; font-weight: 700; text-align: right; }
    .sp-val-bad  { color: #f87171; }
    .sp-val-good { color: #4ade80; }

    /* ── SCROLLYTELLING ──────────────────────────────────────── */
    .sp-scrolly { padding: 3.5rem 0 4rem; background: #f8fafc; }
    .sp-scrolly-rows { display: flex; flex-direction: column; margin-top: 2rem; }
    .sp-scrolly-row {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 2.5rem;
      align-items: center;
      min-height: 55vh;
      padding: 2.5rem 0;
      border-bottom: 1px solid #e2e8f0;
      opacity: .45;
      transition: opacity .35s ease;
    }
    .sp-scrolly-row:last-child { border-bottom: none; }
    .sp-scrolly-row.active { opacity: 1; }
    @media (max-width: 900px) {
      .sp-scrolly-row {
        grid-template-columns: 1fr;
        gap: 1.25rem;
        min-height: auto;
        padding: 2rem 0;
      }
    }
    .sp-scrolly-row .sp-step {
      min-height: 0;
      padding: 0;
      border: none;
      opacity: 1;
      cursor: default;
    }
    .sp-step-num {
      width: 44px; height: 44px; border-radius: 12px;
      background: rgba(59,130,246,.1); border: 1.5px solid rgba(59,130,246,.2);
      color: #3b82f6; font-size: 1rem; font-weight: 800;
      display: flex; align-items: center; justify-content: center;
      margin-bottom: 1.25rem; transition: background .3s, border-color .3s, color .3s;
    }
    .sp-scrolly-row.active .sp-step-num {
      background: linear-gradient(135deg, #3b82f6, #6366f1);
      border-color: transparent; color: #fff;
    }
    .sp-step h3 { font-size: 1.25rem; font-weight: 800; color: #0f172a; margin-bottom: .75rem; letter-spacing: -.02em; }
    .sp-step p  { font-size: .9375rem; color: #64748b; line-height: 1.7; max-width: 420px; }
    .tl-tag { display: inline-flex; align-items: center; gap: .3rem; background: rgba(59,130,246,.08); border: 1px solid rgba(59,130,246,.15); color: #3b82f6; padding: .2rem .65rem; border-radius: 999px; font-size: .72rem; font-weight: 600; margin-top: 1rem; }
    .sp-row-panel {
      border-radius: 18px;
      overflow: hidden;
      box-shadow: 0 16px 48px rgba(15,23,42,.08);
    }
    .sp-sticky-panel--light {
      background: #fff;
      border-color: #e2e8f0;
      box-shadow: 0 16px 48px rgba(15,23,42,.08);
    }
    .sp-sticky-panel--light .sp-pnl-chrome {
      background: #fff;
      border-bottom-color: #e2e8f0;
    }
    .sp-sticky-panel--light .sp-pnl-bar { color: #94a3b8; }
    .sp-sticky-panel--light .sp-pnl-body { background: #f8fafc; }
    .sp-sticky-panel--light .sp-mc-hdr div { color: #94a3b8; }
    .sp-sticky-panel--light .sp-mc-name { color: #475569; }
    .sp-sticky-panel--light .sp-mc-off { background: #f1f5f9; color: #94a3b8; border-color: #e2e8f0; }
    .sp-sticky-panel--light .sp-mc-empty { background: #fff; border-color: #cbd5e1; }
    .sp-sticky-panel--light .sp-mc-early { background: rgba(59,130,246,.12); color: #2563eb; border-color: rgba(59,130,246,.3); }
    .sp-sticky-panel--light .sp-mc-late { background: rgba(34,197,94,.12); color: #059669; border-color: rgba(34,197,94,.28); }
    .sp-sticky-panel--light .sp-mc-night { background: rgba(139,92,246,.12); color: #7c3aed; border-color: rgba(139,92,246,.28); }
    .sp-sticky-panel--light .sp-mc-done { background: rgba(34,197,94,.12); color: #059669; border-color: rgba(34,197,94,.3); }
    .sp-sticky-panel--light .sp-mc-conflict { background: rgba(239,68,68,.12); color: #dc2626; border-color: rgba(239,68,68,.35); }
    .sp-sticky-panel--light .sp-mc-assigning { background: rgba(59,130,246,.08); border-color: rgba(59,130,246,.35); }
    .sp-sticky-panel--light .sp-tmpl-item { background: #fff; border-color: #e2e8f0; }
    .sp-sticky-panel--light .sp-tmpl-item.sp-tmpl-sel { background: rgba(59,130,246,.08); border-color: rgba(59,130,246,.25); }
    .sp-sticky-panel--light .sp-tmpl-name { color: #0f172a; }
    .sp-sticky-panel--light .sp-tmpl-meta { color: #64748b; }
    .sp-sticky-panel--light .sp-conflict-card { background: #fff; border-color: #e2e8f0; color: #64748b; }
    .sp-sticky-panel--light .sp-assign-track { background: #e2e8f0; }
    .sp-sticky-panel--light .sp-assign-status { color: #2563eb; }
    .sp-sticky-panel--light .sp-warn-text { color: #dc2626; }
    .sp-sticky-panel--light .sp-warn-banner { background: rgba(239,68,68,.08); border-color: rgba(239,68,68,.2); }
    .sp-sticky-panel--light .sp-cfx-fix { background: rgba(59,130,246,.1); color: #2563eb; border-color: rgba(59,130,246,.25); }
    .sp-sticky-panel--light .sp-cfx-skip { background: #f1f5f9; color: #64748b; border: 1px solid #e2e8f0; }
    .sp-sticky-panel--light .sp-publish-success { background: rgba(34,197,94,.08); border-color: rgba(34,197,94,.2); }
    .sp-sticky-panel--light .sp-publish-success-title { color: #059669; }
    .sp-sticky-panel--light .sp-publish-success-sub { color: #64748b; }
    .sp-sticky-panel--light .sp-mc-assigning::after {
      border-color: rgba(59,130,246,.35);
      animation: assign-ring-anim-light 1.6s ease-in-out infinite;
    }
    @keyframes assign-ring-anim-light {
      0%, 100% { opacity: .45; transform: scale(1); }
      50% { opacity: 0; transform: scale(1.12); }
    }
    .sp-scrolly-row:not(.active) .sp-mc-conflict,
    .sp-scrolly-row:not(.active) .sp-mc-assigning::after,
    .sp-scrolly-row:not(.active) .sp-assign-fill,
    .sp-scrolly-row:not(.active) .sp-assign-dot,
    .sp-scrolly-row:not(.active) .sp-publish-success {
      animation: none !important;
    }
    /* Panel chrome */
    .sp-pnl-chrome {
      padding: .8rem 1.2rem;
      border-bottom: 1px solid rgba(255,255,255,.07);
      display: flex; align-items: center; gap: .75rem;
    }
    .sp-pnl-dots { display: flex; gap: .35rem; }
    .sp-pnl-dot { width: 10px; height: 10px; border-radius: 50%; }
    .sp-pnl-dot-r { background: #ef4444; } .sp-pnl-dot-y { background: #f59e0b; } .sp-pnl-dot-g { background: #22c55e; }
    .sp-pnl-bar { flex: 1; text-align: center; font-size: .68rem; color: rgba(255,255,255,.3); font-weight: 600; }
    .sp-pnl-badge { font-size: .62rem; font-weight: 700; padding: .18rem .55rem; border-radius: 999px; }
    .sp-pnl-badge-1 { background: rgba(59,130,246,.15); color: #93c5fd; }
    .sp-pnl-badge-2 { background: rgba(34,197,94,.15);  color: #4ade80; }
    .sp-pnl-badge-3 { background: rgba(245,158,11,.15); color: #fcd34d; }
    .sp-pnl-badge-4 { background: rgba(99,102,241,.15); color: #a5b4fc; }
    .sp-pnl-body { padding: 1.4rem; }
    /* Mini calendar */
    .sp-mc { width: 100%; margin-bottom: 1rem; }
    .sp-mc-hdr { display: grid; grid-template-columns: 68px repeat(3, 1fr); gap: 3px; margin-bottom: 3px; }
    .sp-mc-hdr div { font-size: .57rem; color: rgba(255,255,255,.3); text-align: center; padding: .2rem; font-weight: 600; }
    .sp-mc-row { display: grid; grid-template-columns: 68px repeat(3, 1fr); gap: 3px; margin-bottom: 3px; }
    .sp-mc-name { display: flex; align-items: center; gap: .35rem; font-size: .58rem; color: rgba(255,255,255,.5); }
    .sp-mc-av { width: 17px; height: 17px; border-radius: 50%; font-size: .42rem; font-weight: 800; color: #fff; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
    .sp-mc-cell { border-radius: 5px; padding: .3rem .2rem; font-size: .5rem; text-align: center; font-weight: 700; line-height: 1.3; }
    .sp-mc-early  { background: rgba(59,130,246,.25); color: #93c5fd; border: 1px solid rgba(59,130,246,.35); }
    .sp-mc-late   { background: rgba(34,197,94,.2);   color: #4ade80; border: 1px solid rgba(34,197,94,.28); }
    .sp-mc-night  { background: rgba(139,92,246,.2);  color: #c4b5fd; border: 1px solid rgba(139,92,246,.28); }
    .sp-mc-off    { background: rgba(255,255,255,.03); color: rgba(255,255,255,.18); border: 1px solid rgba(255,255,255,.05); }
    .sp-mc-empty  { background: rgba(255,255,255,.02); border: 1px dashed rgba(255,255,255,.1); }
    .sp-mc-done   { background: rgba(34,197,94,.18);  color: #4ade80; border: 1px solid rgba(34,197,94,.3); }
    .sp-mc-conflict {
      background: rgba(239,68,68,.2); color: #f87171; border: 1px solid rgba(239,68,68,.45);
      animation: conflict-pulse 1.4s ease-in-out infinite;
    }
    .sp-mc-assigning {
      background: rgba(59,130,246,.1); border: 1px dashed rgba(59,130,246,.4);
      position: relative;
    }
    .sp-mc-assigning::after {
      content: ''; position: absolute; inset: -3px; border-radius: 7px;
      border: 2px solid rgba(59,130,246,.55);
      animation: assign-ring-anim 1.1s ease-out infinite;
    }
    @keyframes conflict-pulse {
      0%,100% { background: rgba(239,68,68,.15); box-shadow: none; }
      50%      { background: rgba(239,68,68,.4);  box-shadow: 0 0 0 3px rgba(239,68,68,.2); }
    }
    @keyframes assign-ring-anim {
      0%   { transform: scale(1);   opacity: .8; }
      100% { transform: scale(1.8); opacity: 0;  }
    }
    /* Panel shared */
    .sp-pnl-btn {
      width: 100%; padding: .72rem; border-radius: 10px;
      font-size: .85rem; font-weight: 700; font-family: inherit; cursor: pointer; border: none;
    }
    .sp-pnl-btn-blue { background: linear-gradient(135deg, #3b82f6, #6366f1); color: #fff; }
    /* Template list (panel 1) */
    .sp-tmpl-list { display: flex; flex-direction: column; gap: .45rem; margin-bottom: 1.1rem; }
    .sp-tmpl-item {
      display: flex; align-items: center; gap: .7rem;
      padding: .6rem .85rem; border-radius: 10px;
      border: 1px solid rgba(255,255,255,.06); background: rgba(255,255,255,.03);
    }
    .sp-tmpl-item.sp-tmpl-sel { background: rgba(59,130,246,.12); border-color: rgba(59,130,246,.3); }
    .sp-tmpl-icon { font-size: 1rem; width: 26px; text-align: center; }
    .sp-tmpl-info { flex: 1; }
    .sp-tmpl-name { font-size: .78rem; font-weight: 700; color: rgba(255,255,255,.82); }
    .sp-tmpl-meta { font-size: .62rem; color: rgba(255,255,255,.38); margin-top: .1rem; }
    .sp-tmpl-check { width: 18px; height: 18px; border-radius: 50%; background: #3b82f6; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
    /* Assign progress (panel 2) */
    .sp-assign-status { display: flex; align-items: center; gap: .5rem; font-size: .75rem; color: #60a5fa; font-weight: 600; margin-bottom: .9rem; }
    .sp-assign-dot { width: 6px; height: 6px; border-radius: 50%; background: #3b82f6; animation: sp-blink 1s ease-in-out infinite; }
    @keyframes sp-blink { 0%,100%{opacity:1} 50%{opacity:.2} }
    .sp-assign-track { height: 5px; background: rgba(255,255,255,.07); border-radius: 999px; overflow: hidden; margin-bottom: 1rem; }
    .sp-assign-fill { height: 100%; background: linear-gradient(90deg, #3b82f6, #22c55e); border-radius: 999px; animation: sp-prog 2.2s ease-in-out infinite alternate; }
    @keyframes sp-prog { from{width:38%} to{width:82%} }
    .sp-assign-meta { font-size: .72rem; color: #64748b; text-align: center; margin-top: .5rem; }
    .sp-publish-meta { font-size: .72rem; color: #059669; text-align: center; margin-top: .6rem; font-weight: 600; }
    /* Conflict panel (panel 3) */
    .sp-warn-banner {
      display: flex; align-items: center; gap: .55rem;
      padding: .6rem .9rem; border-radius: 10px;
      background: rgba(239,68,68,.12); border: 1px solid rgba(239,68,68,.3);
      margin-bottom: .9rem;
    }
    .sp-warn-text { font-size: .78rem; font-weight: 700; color: #f87171; }
    .sp-conflict-card {
      background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.07);
      border-radius: 10px; padding: .65rem .9rem;
      font-size: .75rem; color: rgba(255,255,255,.55); margin-top: .9rem;
    }
    .sp-conflict-card strong { color: #fbbf24; }
    .sp-conflict-actions { display: flex; gap: .5rem; margin-top: .75rem; }
    .sp-cfx-btn { flex: 1; padding: .55rem; border-radius: 8px; font-size: .75rem; font-weight: 700; font-family: inherit; cursor: pointer; border: none; }
    .sp-cfx-fix { background: rgba(59,130,246,.15); color: #93c5fd; border: 1px solid rgba(59,130,246,.3); }
    .sp-cfx-skip { background: rgba(255,255,255,.06); color: rgba(255,255,255,.5); }
    /* Publish panel (panel 4) */
    .sp-publish-success {
      display: flex; align-items: flex-start; gap: .6rem;
      padding: .75rem 1rem; border-radius: 12px;
      background: rgba(34,197,94,.12); border: 1px solid rgba(34,197,94,.3);
      margin-bottom: 1rem; animation: toast-slide .4s ease .1s both;
    }
    @keyframes toast-slide { from{transform:translateY(-8px);opacity:0} to{transform:translateY(0);opacity:1} }
    .sp-publish-success-ico { margin-top: .05rem; flex-shrink: 0; }
    .sp-publish-success-title { font-size: .8rem; font-weight: 700; color: #4ade80; }
    .sp-publish-success-sub { font-size: .68rem; color: rgba(34,197,94,.65); margin-top: .1rem; }

    /* ── CTA ─────────────────────────────────────────────────── */
    .sp-cta { padding: 6rem 0; background: linear-gradient(135deg, #0f172a 0%, #1e1b4b 100%); text-align: center; }
    .sp-cta h2 { font-size: clamp(2rem, 4vw, 3rem); font-weight: 800; color: #fff; letter-spacing: -.03em; margin-bottom: 1rem; }
    .sp-cta p { color: rgba(255,255,255,.55); font-size: 1.0625rem; margin-bottom: 2.5rem; }
    .sp-cta-row-2 { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

    /* ── REDUCED MOTION ──────────────────────────────────────── */
    @media (prefers-reduced-motion: reduce) {
      *, *::before, *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
      }
      .sp-conflict-badge, .sp-publish-toast { opacity: 0 !important; }
      .sp-before { transition: none; }
    }
    @media (max-width: 768px) { footer .container > div:first-child { grid-template-columns: 1fr !important; } }
