/* CyberLex Sicherheitscheck — Landing + Fragebogen */

.cl-sc-body {
  background: #f4f6fb;
  color: #0f172a;
  --cl-sc-brand: #ea580c;
  --cl-sc-brand-dark: #c2410c;
  --cl-sc-brand-darker: #9a3412;
  --cl-sc-brand-light: #fb923c;
  --cl-sc-brand-pale: #fff7ed;
  --cl-sc-brand-pale-2: #ffedd5;
  --cl-sc-brand-border: #fed7aa;
  --cl-sc-brand-muted: #fdba74;
  --cl-sc-brand-on-dark: #ffedd5;
}

.cl-sc-content.topbar-content {
  background: #f4f6fb !important;
  min-height: 0 !important;
  padding-bottom: 0 !important;
  overflow: visible !important;
}

.cl-sc-content.topbar-content > .cl-app-hero-fade {
  background: #050a12;
}

/* Topbar: orange accent statt Blau auf der Sicherheitscheck-Seite */
.cl-sc-body .topbar-brand-title {
  color: var(--cl-sc-brand);
}
.cl-sc-body .topbar-brand:hover .topbar-brand-title {
  color: var(--cl-sc-brand-light);
}
.cl-sc-body .topbar-nav-link.active::after {
  background: var(--cl-sc-brand);
}
/* Initialen-Badge in der Seiten-Hauptfarbe (Orange) */
.cl-sc-body .topbar-user-avatar {
  background: var(--cl-sc-brand) !important;
  color: #fff !important;
}

.cl-sc-body .cl-app-hero-fade--course .cl-app-hero-fade-photo {
  width: min(100vw, calc(var(--cl-hero-h) * 3414 / 1307));
  object-fit: cover;
  object-position: 72% center;
}

@media (max-width: 1199px) {
  .cl-sc-body .cl-app-hero-fade--course .cl-app-hero-fade-photo {
    width: clamp(620px, 64vw, 980px);
  }
}

@media (max-width: 1100px) {
  .cl-sc-body .cl-app-hero-fade--course .cl-app-hero-fade-photo {
    width: clamp(600px, 72vw, 920px);
    object-position: 68% center;
  }
}

@media (max-width: 900px) {
  .cl-sc-body .cl-app-hero-fade--course .cl-app-hero-fade-photo {
    width: clamp(480px, 92vw, 100vw);
    object-position: 62% center;
  }
}

@media (max-width: 900px) {
  .cl-sc-body .cl-app-hero-fade--course .cl-app-hero-fade-photo {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    filter: brightness(0.62) saturate(0.9);
    transform: scale(1.07);
    transform-origin: center center;
    -webkit-mask-image:
      linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.5) 9%, #000 26%, #000 74%, rgba(0, 0, 0, 0.5) 91%, transparent 100%),
      linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.5) 9%, #000 24%, #000 76%, rgba(0, 0, 0, 0.5) 91%, transparent 100%);
    mask-image:
      linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.5) 9%, #000 26%, #000 74%, rgba(0, 0, 0, 0.5) 91%, transparent 100%),
      linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.5) 9%, #000 24%, #000 76%, rgba(0, 0, 0, 0.5) 91%, transparent 100%);
    -webkit-mask-composite: source-in;
    mask-composite: intersect;
  }

  .cl-sc-body .cl-app-hero-fade--course .cl-app-hero-fade-overlay {
    background:
      radial-gradient(ellipse 130% 125% at 50% 50%, rgba(20, 8, 4, 0) 30%, rgba(20, 8, 4, 0.6) 100%),
      linear-gradient(
        180deg,
        rgba(20, 8, 4, 0.28) 0%,
        rgba(67, 20, 7, 0.1) 50%,
        rgba(20, 8, 4, 0.64) 100%
      ) !important;
  }
}

@media (max-width: 900px) {
  .cl-sc-body .cl-app-hero-fade--course {
    --cl-hero-h: clamp(460px, 125vw, 640px);
  }
}

.cl-badge-orange,
.cl-sc-body .cl-badge-green {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(234, 88, 12, 0.22);
  border: 1px solid rgba(251, 146, 60, 0.35);
  color: var(--cl-sc-brand-on-dark);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.cl-sc-hero-title em {
  font-style: normal;
  color: var(--cl-sc-brand-light);
}

.cl-sc-hero-desc {
  margin-bottom: 24px !important;
  line-height: 1.64 !important;
  max-width: 430px !important;
}

.cl-sc-hero-stats {
  flex-wrap: nowrap;
  gap: 16px;
  margin: 0 !important;
}

.cl-sc-hero-stats .cl-course-stat {
  flex: 0 1 155px;
  min-width: 0;
  max-width: 155px;
}

.cl-sc-hero-stats .cl-course-stat svg {
  color: var(--cl-sc-brand-light);
  opacity: 1;
}

.cl-sc-hero-stats .cl-course-stat small {
  font-size: 10px;
  line-height: 1.35;
}

@media (max-width: 768px) {
  .cl-sc-hero-stats {
    flex-wrap: wrap;
  }

  .cl-sc-hero-stats .cl-course-stat {
    flex: 1 1 calc(50% - 8px);
    max-width: none;
  }
}

/* Start-Banner */
.cl-sc-start-banner {
  position: relative;
  z-index: 12;
  max-width: 980px;
  margin: -48px auto 0;
  padding: 0 24px;
  box-sizing: border-box;
}

.cl-sc-start-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 20px 24px;
  align-items: center;
  padding: 22px 28px;
  border-radius: 16px;
  background: linear-gradient(135deg, #431407 0%, var(--cl-sc-brand-darker) 55%, #431407 100%);
  border: 1px solid rgba(251, 146, 60, 0.22);
  box-shadow: 0 20px 48px rgba(2, 6, 23, 0.35);
}

.cl-sc-start-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--cl-sc-brand);
  color: #fff;
  flex-shrink: 0;
}

.cl-sc-start-title {
  margin: 0 0 4px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

.cl-sc-start-copy p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.72);
}

.cl-sc-start-btn {
  white-space: nowrap;
  background: linear-gradient(135deg, var(--cl-sc-brand) 0%, var(--cl-sc-brand-dark) 100%) !important;
  box-shadow: 0 8px 22px rgba(234, 88, 12, 0.35);
}

/* Seite */
.cl-sc-page {
  background: #f4f6fb;
  padding: 40px 16px 48px;
}

.cl-sc-shell {
  max-width: 980px;
  margin: 0 auto;
}

.cl-sc-section {
  margin-bottom: 56px;
}

.cl-sc-section-head {
  text-align: center;
  max-width: 560px;
  margin: 0 auto 36px;
}

.cl-sc-section-head h2 {
  margin: 0 0 8px;
  font-size: clamp(24px, 3.5vw, 30px);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #0f172a;
}

.cl-sc-section-head p {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: #64748b;
}

/* So funktioniert's */
.cl-sc-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 12px;
  align-items: stretch;
}

.cl-sc-step-card {
  position: relative;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 28px 20px 22px;
  text-align: center;
  box-shadow: 0 4px 18px rgba(15, 23, 42, 0.04);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.cl-sc-step-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
  border-color: var(--cl-sc-brand-border);
}

.cl-sc-step-num {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--cl-sc-brand), var(--cl-sc-brand-dark));
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 4px 12px rgba(234, 88, 12, 0.35);
}

.cl-sc-step-icon {
  width: 56px;
  height: 56px;
  margin: 8px auto 14px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--cl-sc-brand-pale);
  color: var(--cl-sc-brand);
}

.cl-sc-step-card h3 {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 700;
  color: #0f172a;
}

.cl-sc-step-card p {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
  color: #64748b;
}

.cl-sc-step-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: var(--cl-sc-brand-muted);
  font-weight: 700;
  padding-top: 24px;
}

/* Bereiche-Karten */
.cl-sc-area-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.cl-sc-area-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 20px 14px 18px;
  text-align: center;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cl-sc-area-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
}

.cl-sc-area-card-icon {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  font-size: 22px;
  margin-bottom: 12px;
}

.cl-sc-area-card--green .cl-sc-area-card-icon { background: #f0fdf4; border: 1px solid #bbf7d0; }
.cl-sc-area-card--orange .cl-sc-area-card-icon { background: #fff7ed; border: 1px solid #fed7aa; }
.cl-sc-area-card--blue .cl-sc-area-card-icon { background: #eff6ff; border: 1px solid #bfdbfe; }
.cl-sc-area-card--purple .cl-sc-area-card-icon { background: #faf5ff; border: 1px solid #e9d5ff; }
.cl-sc-area-card--red .cl-sc-area-card-icon { background: #fef2f2; border: 1px solid #fecaca; }
.cl-sc-area-card--teal .cl-sc-area-card-icon { background: #f0fdfa; border: 1px solid #99f6e4; }

.cl-sc-area-card h3 {
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.35;
}

.cl-sc-area-card-desc {
  margin: 0;
  font-size: 11px;
  line-height: 1.45;
  color: #64748b;
}

/* Beispiel-Fragen */
.cl-sc-section--examples {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  padding: 28px 22px;
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.04);
}

.cl-sc-example-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}

.cl-sc-example-card {
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 12px 10px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.cl-sc-example-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
  border-color: var(--cl-sc-brand-border);
}

.cl-sc-example-head {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 8px;
}

.cl-sc-example-icon {
  font-size: 16px;
  flex-shrink: 0;
}

.cl-sc-example-head h3 {
  margin: 0;
  font-size: 11px;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.3;
}

.cl-sc-example-q {
  margin: 0 0 10px;
  font-size: 11px;
  line-height: 1.4;
  color: #334155;
  font-weight: 600;
}

.cl-sc-example-answers {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 5px;
}

.cl-sc-example-answer {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  font-size: 10px;
  line-height: 1.3;
  color: #64748b;
  padding: 5px 6px;
  border-radius: 7px;
  background: #fff;
  border: 1px solid #e5e7eb;
}

.cl-sc-example-answer-icon {
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  font-weight: 800;
}

.cl-sc-example-answer--good .cl-sc-example-answer-icon {
  background: #dcfce7;
  color: #16a34a;
}

.cl-sc-example-answer--warn .cl-sc-example-answer-icon {
  background: #fef9c3;
  color: #ca8a04;
}

.cl-sc-example-answer--bad .cl-sc-example-answer-icon {
  background: #fee2e2;
  color: #dc2626;
}

/* Fragebogen — tauscht mit Landing-Inhalt */
.cl-sc-questionnaire {
  scroll-margin-top: 80px;
}

.cl-sc-questionnaire .cl-sec-check-wrap {
  max-width: 720px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 28px 24px 32px;
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.06);
}

.cl-sc-questionnaire .cl-sc-section-head {
  margin-bottom: 28px;
}

.cl-sc-body.is-check-active .cl-sc-page {
  padding-top: 24px;
}

/* Ergebnis-Vorschau — 2 Karten wie Referenz */
.cl-sc-result-preview {
  margin-bottom: 40px;
  padding-top: 8px;
}

.cl-sc-preview-row {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(260px, 1fr);
  gap: 16px;
  align-items: stretch;
}

.cl-sc-preview-card-title {
  margin: 0 0 16px;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #0f172a;
  line-height: 1.25;
}

/* Karte 1: Ergebnis */
.cl-sc-preview-result-card {
  padding: 20px 22px;
  background: linear-gradient(135deg, var(--cl-sc-brand-pale) 0%, #fff7ed 55%, var(--cl-sc-brand-pale) 100%);
  border: 1px solid var(--cl-sc-brand-border);
  border-radius: 16px;
  box-shadow: 0 6px 22px rgba(234, 88, 12, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.cl-sc-preview-result-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 32px rgba(234, 88, 12, 0.12);
}

.cl-sc-preview-result-body {
  display: grid;
  grid-template-columns: minmax(190px, 240px) minmax(0, 1fr);
  gap: 14px;
  align-items: stretch;
}

.cl-sc-preview-score {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 16px 14px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04);
  text-align: center;
}

.cl-sc-preview-gauge {
  position: relative;
  width: 120px;
  height: 120px;
  margin: 0 auto 4px;
  flex-shrink: 0;
}

.cl-sc-preview-gauge-svg {
  width: 100%;
  height: 100%;
}

.cl-sc-preview-gauge-center {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.cl-sc-preview-gauge-center strong {
  font-size: 30px;
  font-weight: 800;
  color: #0f172a;
  line-height: 1;
}

.cl-sc-preview-gauge-center span {
  font-size: 12px;
  color: #64748b;
}

.cl-sc-preview-score-copy {
  width: 100%;
  margin-top: 12px;
  padding-top: 14px;
  border-top: 1px solid #eef2f7;
  text-align: left;
}

.cl-sc-preview-label {
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.3;
}

.cl-sc-preview-summary {
  margin: 0;
  font-size: 12px;
  line-height: 1.55;
  color: #475569;
}

.cl-sc-preview-bars-panel {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 14px 16px;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04);
  height: 100%;
  box-sizing: border-box;
}

.cl-sc-preview-bars {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.cl-sc-preview-bar {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr) auto;
  grid-template-rows: auto auto;
  gap: 4px 10px;
  align-items: center;
}

.cl-sc-preview-bar-icon {
  grid-row: span 2;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  align-self: center;
}

.cl-sc-preview-bar-title {
  font-size: 12px;
  font-weight: 600;
  color: #0f172a;
  line-height: 1.25;
}

.cl-sc-preview-bar-status {
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
  justify-self: end;
}

.cl-sc-preview-bar--good .cl-sc-preview-bar-status { color: #16a34a; }
.cl-sc-preview-bar--warn .cl-sc-preview-bar-status { color: #ca8a04; }
.cl-sc-preview-bar--bad .cl-sc-preview-bar-status { color: #dc2626; }

.cl-sc-preview-bar-track {
  grid-column: 2 / -1;
  height: 5px;
  background: #f1f5f9;
  border-radius: 999px;
  overflow: hidden;
}

.cl-sc-preview-bar-fill {
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #16a34a, #4ade80);
}

.cl-sc-preview-bar--warn .cl-sc-preview-bar-fill {
  background: linear-gradient(90deg, #ca8a04, #facc15);
}

.cl-sc-preview-bar--bad .cl-sc-preview-bar-fill {
  background: linear-gradient(90deg, #dc2626, #f87171);
}

/* Karte 2: So funktioniert das Ergebnis */
.cl-sc-preview-lead-card {
  display: flex;
  flex-direction: column;
  padding: 20px 22px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  box-shadow: 0 6px 22px rgba(15, 23, 42, 0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.cl-sc-preview-lead-card:hover {
  transform: translateY(-3px);
  border-color: var(--cl-sc-brand-border);
  box-shadow: 0 14px 32px rgba(234, 88, 12, 0.1);
}

.cl-sc-preview-lead-note {
  margin: 0 0 16px;
  font-size: 13px;
  line-height: 1.55;
  color: #475569;
}

.cl-sc-preview-lead-note strong {
  color: #0f172a;
}

.cl-sc-preview-lead-steps {
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
  display: grid;
  gap: 10px;
}

.cl-sc-preview-lead-steps li {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  font-size: 12px;
  line-height: 1.45;
  color: #334155;
}

.cl-sc-preview-lead-step-num {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--cl-sc-brand-pale);
  color: var(--cl-sc-brand);
  font-size: 12px;
  font-weight: 800;
  flex-shrink: 0;
}

.cl-sc-preview-cta {
  width: 100%;
  justify-content: center;
  padding: 12px 16px !important;
  font-size: 13px !important;
  background: linear-gradient(135deg, var(--cl-sc-brand) 0%, var(--cl-sc-brand-dark) 100%) !important;
  box-shadow: 0 4px 14px rgba(234, 88, 12, 0.28) !important;
  margin-top: auto;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.cl-sec-check-step {
  display: none;
}

.cl-sec-check-step.is-active {
  display: block;
  animation: clSecCheckFadeIn 0.35s ease;
}

@keyframes clSecCheckFadeIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Kurs-Banner — Vollflächen-Hintergrund */
.cl-sc-course-banner {
  position: relative;
  border-radius: 20px;
  border: 1px solid rgba(96, 165, 250, 0.15);
  box-shadow: 0 16px 48px rgba(2, 6, 23, 0.28);
  overflow: hidden;
}

.cl-sc-course-banner-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.cl-sc-course-banner-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.cl-sc-course-banner-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px 32px;
  min-height: 280px;
  padding: 32px;
}

.cl-sc-course-copy {
  flex: 1 1 0;
  max-width: min(480px, 52%);
  min-width: 0;
}

.cl-sc-course-copy h2 {
  margin: 0 0 12px;
  font-size: clamp(22px, 2.8vw, 28px);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #fff;
  line-height: 1.15;
}

.cl-sc-course-copy p {
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.78);
  max-width: 420px;
}

.cl-sc-course-stats {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 16px;
}

.cl-sc-course-stats li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.3;
}

.cl-sc-course-stats svg {
  flex-shrink: 0;
  color: #93c5fd;
  opacity: 0.95;
}

.cl-sc-course-card {
  flex: 0 0 auto;
  width: min(100%, 220px);
  background: #fff;
  border-radius: 16px;
  padding: 18px 16px;
  box-shadow: 0 12px 36px rgba(2, 6, 23, 0.22);
  text-align: center;
}

.cl-sc-course-card-title {
  margin: 0 0 6px;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #0f172a;
}

.cl-sc-course-card-sub {
  margin: 0 0 10px;
  font-size: 12px;
  line-height: 1.45;
  color: #64748b;
}

.cl-sc-course-card-note {
  margin: 0 0 14px;
  font-size: 11px;
  line-height: 1.5;
  color: #64748b;
}

.cl-sc-course-card-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 11px 14px;
  border-radius: 12px;
  background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(37, 99, 235, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cl-sc-course-card-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(37, 99, 235, 0.42);
  color: #fff !important;
}

/* ── Fragebogen (bestehende Styles, angepasst) ── */
.cl-sc-body :is(.cl-sc-page, .cl-sec-check-wrap) label {
  color: #334155;
  margin-bottom: 6px;
}

.cl-sc-body :is(.cl-sc-page, .cl-sec-check-wrap) input[type="text"],
.cl-sc-body :is(.cl-sc-page, .cl-sec-check-wrap) input[type="email"],
.cl-sc-body :is(.cl-sc-page, .cl-sec-check-wrap) input[type="password"] {
  background: #fff !important;
  color: #0f172a !important;
  border: 1px solid #dbe3ef !important;
  margin-bottom: 0;
}

.cl-sc-body .cl-sec-check-wrap input[type="checkbox"],
.cl-sc-body .cl-sec-check-wrap input[type="radio"] {
  appearance: auto;
  -webkit-appearance: auto;
  width: 16px !important;
  height: 16px !important;
  min-width: 16px !important;
  max-width: 16px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  accent-color: var(--cl-sc-brand);
  cursor: pointer;
  flex-shrink: 0;
}

.cl-sc-body :is(.cl-app-hero-fade, .cl-sc-start-banner, .cl-sc-page) .cl-btn-secondary {
  background: #fff !important;
  color: #0f172a !important;
  border: 1.5px solid #dbe3ef !important;
}

.cl-sc-body :is(.cl-app-hero-fade, .cl-sc-start-banner, .cl-sc-page) .cl-btn-primary {
  background: linear-gradient(135deg, var(--cl-sc-brand) 0%, var(--cl-sc-brand-dark) 100%) !important;
  box-shadow: 0 4px 16px rgba(234, 88, 12, 0.28);
}

.cl-sc-body :is(.cl-app-hero-fade, .cl-sc-start-banner, .cl-sc-page) .cl-btn-primary:hover {
  background: linear-gradient(135deg, var(--cl-sc-brand-dark) 0%, #9a3412 100%) !important;
  box-shadow: 0 6px 22px rgba(234, 88, 12, 0.35);
}

/* Topbar-Anmelden-Dropdown: nimmt die Seitenfarbe (Orange) an – analog zum Gelb auf der Downloads-Seite */
.cl-sc-body .topbar-login-panel .topbar-login-submit.cl-btn-primary {
  background: linear-gradient(135deg, var(--cl-sc-brand) 0%, var(--cl-sc-brand-dark) 100%) !important;
  box-shadow: 0 4px 14px rgba(234, 88, 12, 0.28) !important;
}

.cl-sc-body .topbar-login-panel .topbar-login-submit.cl-btn-primary:hover {
  background: linear-gradient(135deg, var(--cl-sc-brand-dark) 0%, #9a3412 100%) !important;
  box-shadow: 0 6px 22px rgba(234, 88, 12, 0.35) !important;
}

.cl-sc-body .topbar-login-panel label {
  margin-bottom: 0;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.65) !important;
}

.cl-sc-body .topbar-login-panel input[type="email"],
.cl-sc-body .topbar-login-panel input[type="password"] {
  width: 100%;
  box-sizing: border-box;
  padding: 9px 11px !important;
  border-radius: 10px !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: rgba(255, 255, 255, 0.05) !important;
  color: #fff !important;
  font-size: 14px;
  line-height: 1.35;
  margin-bottom: 0 !important;
}

.cl-sc-body .topbar-login-panel input::placeholder {
  color: rgba(255, 255, 255, 0.42) !important;
}

.cl-sc-body .topbar-login-panel input:focus {
  outline: none;
  border-color: var(--cl-sc-brand) !important;
  box-shadow: 0 0 0 3px rgba(234, 88, 12, 0.18) !important;
}

.cl-sc-body .topbar-login-panel .topbar-login-footer a {
  color: #fdba74 !important;
}

.cl-sc-body .topbar-login-panel .topbar-login-footer-register {
  color: #fed7aa !important;
}

.cl-sc-body .topbar-login-panel .pw-toggle {
  position: absolute !important;
  right: 5px !important;
  top: 0 !important;
  bottom: 0 !important;
  width: 28px !important;
  height: 28px !important;
  margin: auto 0 !important;
  padding: 0 !important;
  min-width: 0 !important;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
}

.cl-sc-body .topbar-login-panel .pw-field {
  position: relative !important;
  display: block !important;
  width: 100% !important;
}

.cl-sc-body .topbar-login-panel .pw-field > input {
  display: block !important;
  margin-bottom: 0 !important;
  padding-right: 40px !important;
}

.cl-sec-check-progress {
  height: 6px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  overflow: hidden;
  margin-bottom: 22px;
}

.cl-sec-check-progress-bar {
  height: 100%;
  background: linear-gradient(90deg, var(--cl-sc-brand), var(--cl-sc-brand-light));
  border-radius: 999px;
  transition: width 0.3s ease;
}

.cl-sec-check-area-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
  padding: 18px 20px;
  background: #fff;
  border: 1px solid #dbe3ef;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.cl-sec-check-area-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--cl-sc-brand-pale) 0%, var(--cl-sc-brand-pale-2) 100%);
  border: 1px solid var(--cl-sc-brand-border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
}

.cl-sec-check-area-kicker {
  font-size: 12px;
  font-weight: 700;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 4px;
}

.cl-sec-check-area-head h3 {
  margin: 0;
  font-size: 22px;
  color: #0f172a;
}

.cl-sec-check-question {
  background: #fff;
  border: 1px solid #dbe3ef;
  border-radius: 14px;
  padding: 20px 18px;
  margin-bottom: 12px;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
}

.cl-sec-check-question.is-error {
  border-color: #fca5a5;
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.12);
}

.cl-sec-check-question h4 {
  margin: 0 0 16px;
  font-size: 17px;
  line-height: 1.45;
  color: #0f172a;
}

.cl-sec-check-options {
  display: grid;
  gap: 10px;
}

.cl-sec-check-option {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  cursor: pointer;
  transition: border-color 0.15s, background 0.15s;
  background: #fff;
}

.cl-sec-check-option span {
  flex: 1;
  font-size: 15px;
  line-height: 1.5;
  color: #334155;
}

.cl-sec-check-option:hover {
  border-color: var(--cl-sc-brand-muted);
  background: #f8fafc;
}

.cl-sec-check-option input:checked + span {
  font-weight: 600;
  color: var(--cl-sc-brand-dark);
}

.cl-sec-check-option:has(input:checked) {
  border-color: var(--cl-sc-brand);
  background: var(--cl-sc-brand-pale);
}

.cl-sec-check-nav {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 24px;
}

.cl-sec-check-lead-card {
  background: #fff;
  border: 1px solid #dbe3ef;
  border-radius: 18px;
  padding: 28px;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
}

.cl-sec-check-lead-card h3 {
  margin: 0 0 12px;
  font-size: clamp(22px, 4vw, 28px);
  color: #0f172a;
}

.cl-sec-check-lead-intro {
  margin: 0 0 24px;
  font-size: 15px;
  line-height: 1.65;
  color: #475569;
}

.cl-sec-check-form input[type="text"],
.cl-sec-check-form input[type="email"] {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #dbe3ef !important;
  border-radius: 12px;
  padding: 12px 14px;
  font-size: 15px;
  margin-bottom: 16px;
}

.cl-sec-check-name-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 4px;
}

.cl-sec-check-form label:not(.cl-sec-check-opt-in) {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #334155;
  margin-bottom: 6px;
}

.cl-sc-body label.cl-sec-check-opt-in {
  display: grid;
  grid-template-columns: 16px minmax(0, 1fr);
  column-gap: 12px;
  align-items: start;
  margin: 20px 0 14px;
  padding: 16px 18px;
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  cursor: pointer;
}

.cl-sec-check-opt-in-text {
  font-size: 14px;
  line-height: 1.55;
  color: #475569;
}

.cl-sec-check-privacy {
  font-size: 13px;
  color: #64748b;
  line-height: 1.55;
  margin: 0 0 20px;
}

.cl-sec-check-form-error {
  background: #fef2f2;
  border: 1px solid #fca5a5;
  color: #b91c1c;
  border-radius: 10px;
  padding: 12px 14px;
  font-size: 14px;
  margin-bottom: 16px;
}

.cl-sec-check-result-card {
  border: 1px solid;
  border-radius: 18px;
  padding: 28px 24px;
  margin-bottom: 20px;
  text-align: center;
}

.cl-sec-check-result-level {
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 8px;
}

.cl-sec-check-result-score {
  font-size: 34px;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 10px;
}

.cl-sec-check-result-summary {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: #334155;
}

.cl-sec-check-account-note,
.cl-sec-check-email-note {
  font-size: 14px;
  line-height: 1.55;
  color: #475569;
  margin: 0 0 12px;
}

.cl-sec-check-rec-title {
  margin: 28px 0 16px;
  font-size: 20px;
  color: #0f172a;
  text-align: center;
}

.cl-sec-check-rec-grid {
  display: grid;
  gap: 14px;
}

.cl-sec-check-rec-card {
  display: block;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 18px 20px;
  text-decoration: none;
  color: inherit;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.cl-sec-check-rec-card:hover {
  transform: translateY(-3px);
  border-color: var(--cl-sc-brand-muted);
  box-shadow: 0 8px 24px rgba(234, 88, 12, 0.08);
}

.cl-sec-check-rec-area {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  color: #64748b;
  margin-bottom: 6px;
}

.cl-sec-check-rec-name {
  font-size: 17px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 8px;
}

.cl-sec-check-rec-card p {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.55;
  color: #64748b;
}

.cl-sec-check-rec-cta {
  font-size: 14px;
  font-weight: 700;
  color: var(--cl-sc-brand);
}

.cl-sec-check-result-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
}

.cl-sc-saved-result {
  padding: 0 0 8px;
}

.cl-sc-saved-result-meta {
  margin: 0 0 12px;
  color: #64748b;
  font-size: 14px;
  text-align: right;
}

.cl-sc-saved-result .cl-sc-result-card {
  margin-bottom: 20px;
}

.cl-sc-saved-result .cl-sec-check-email-note,
.cl-sc-saved-result .cl-sec-check-account-note {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.cl-sc-saved-result .cl-sec-check-rec-title {
  margin-top: 28px;
}

.cl-sc-compare {
  margin: 0 0 20px;
  padding: 18px 20px 20px;
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  text-align: center;
}

.cl-sc-compare--better {
  background: linear-gradient(135deg, #f0fdf4 0%, #ecfdf5 100%);
  border-color: #86efac;
}

.cl-sc-compare--worse {
  background: linear-gradient(135deg, #fef2f2 0%, #fff7ed 100%);
  border-color: #fca5a5;
}

.cl-sc-compare--same {
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  border-color: #cbd5e1;
}

.cl-sc-compare-head {
  margin-bottom: 10px;
}

.cl-sc-compare-badge {
  display: inline-block;
  margin-bottom: 8px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.06);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #475569;
}

.cl-sc-compare-title {
  margin: 0 auto;
  max-width: 520px;
  font-size: 18px;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.25;
}

.cl-sc-compare-summary {
  margin: 0 auto 18px;
  max-width: 640px;
  font-size: 14px;
  line-height: 1.6;
  color: #475569;
}

.cl-sc-compare-scores {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 14px 18px;
  margin: 0 auto 4px;
  max-width: 420px;
}

.cl-sc-compare-middle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex: 0 0 auto;
  min-width: 72px;
}

.cl-sc-compare-score-box {
  flex: 1 1 0;
  min-width: 0;
  max-width: 160px;
  padding: 10px 14px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(15, 23, 42, 0.08);
  text-align: center;
  box-sizing: border-box;
}

.cl-sc-compare-score-box strong {
  display: block;
  font-size: 24px;
  font-weight: 800;
  color: #0f172a;
  line-height: 1;
}

.cl-sc-compare-score-box small {
  display: block;
  margin-top: 4px;
  font-size: 11px;
  color: #64748b;
  line-height: 1.3;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.cl-sc-compare-score-label {
  display: block;
  margin-bottom: 4px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #64748b;
}

.cl-sc-compare-arrow {
  font-size: 22px;
  font-weight: 700;
  color: #94a3b8;
  line-height: 1;
}

.cl-sc-compare-delta {
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
  line-height: 1.2;
}

.cl-sc-compare--better .cl-sc-compare-delta {
  background: #dcfce7;
  color: #15803d;
}

.cl-sc-compare--worse .cl-sc-compare-delta {
  background: #fee2e2;
  color: #b91c1c;
}

.cl-sc-compare--same .cl-sc-compare-delta {
  background: #e2e8f0;
  color: #475569;
}

.cl-sc-compare-areas {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 18px auto 0;
  max-width: 720px;
  text-align: left;
}

.cl-sc-compare-area-group h4 {
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 800;
  color: #0f172a;
}

.cl-sc-compare-area-group ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.cl-sc-compare-area-group li {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 4px 8px;
  align-items: start;
  padding: 8px 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(15, 23, 42, 0.06);
  font-size: 12px;
}

.cl-sc-compare-area-icon {
  grid-row: span 2;
  align-self: center;
  text-align: center;
}

.cl-sc-compare-area-name {
  font-weight: 700;
  color: #0f172a;
  line-height: 1.3;
}

.cl-sc-compare-area-change {
  grid-column: 2;
  color: #64748b;
  line-height: 1.35;
}

.cl-sc-compare-area-group--up h4 { color: #15803d; }
.cl-sc-compare-area-group--down h4 { color: #b45309; }

@media (max-width: 720px) {
  .cl-sc-compare {
    padding: 14px 14px 16px;
  }

  .cl-sc-compare-title {
    font-size: 16px;
  }

  .cl-sc-compare-summary {
    font-size: 13px;
    margin-bottom: 14px;
  }

  .cl-sc-compare-areas {
    grid-template-columns: 1fr;
  }

  .cl-sc-compare-scores {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-areas:
      "compare-prev compare-next"
      "compare-mid compare-mid";
    gap: 10px 12px;
    width: 100%;
    max-width: 100%;
  }

  .cl-sc-compare-score-box:first-child {
    grid-area: compare-prev;
  }

  .cl-sc-compare-middle {
    grid-area: compare-mid;
    flex-direction: row;
    min-width: 0;
    padding: 2px 0;
  }

  .cl-sc-compare-score-box--current {
    grid-area: compare-next;
  }

  .cl-sc-compare-arrow {
    display: none;
  }

  .cl-sc-compare-score-box {
    min-width: 0;
    max-width: none;
    width: auto;
    padding: 8px 10px;
  }

  .cl-sc-compare-score-box strong {
    font-size: 22px;
  }
}

@media (max-width: 400px) {
  .cl-sc-compare-scores {
    grid-template-columns: 1fr;
    grid-template-areas:
      "compare-prev"
      "compare-mid"
      "compare-next";
  }
}

@media (max-width: 960px) {
  .cl-sc-steps {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .cl-sc-step-arrow {
    display: none;
  }

  .cl-sc-area-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .cl-sc-example-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .cl-sc-preview-row {
    grid-template-columns: 1fr;
  }

  .cl-sc-preview-result-body {
    grid-template-columns: minmax(170px, 200px) minmax(0, 1fr);
    gap: 14px;
  }

  .cl-sc-start-banner {
    margin-top: 20px;
    padding: 0 12px;
  }

  .cl-sc-start-inner {
    grid-template-columns: 1fr;
    flex-direction: column;
    text-align: center;
    gap: 12px;
    padding: 14px 14px 16px;
    border-radius: 12px;
    box-shadow: 0 10px 28px rgba(2, 6, 23, 0.22);
  }

  .cl-sc-start-icon {
    width: 40px;
    height: 40px;
    margin: 0 auto;
  }

  .cl-sc-start-icon svg {
    width: 20px;
    height: 20px;
  }

  .cl-sc-start-title {
    font-size: 15px;
    margin-bottom: 2px;
  }

  .cl-sc-start-copy p {
    font-size: 13px;
    line-height: 1.45;
  }

  .cl-sc-start-btn {
    width: 100%;
    padding: 10px 16px !important;
    font-size: 13px !important;
    white-space: normal;
  }

  .cl-sc-course-banner-inner {
    flex-direction: column;
    align-items: stretch;
    padding: 24px 20px;
    min-height: 0;
    text-align: left;
  }

  .cl-sc-course-copy {
    max-width: none;
  }

  .cl-sc-course-card {
    width: 100%;
    max-width: 280px;
    align-self: center;
  }

  .cl-sc-course-stats {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .cl-sc-preview-result-card,
  .cl-sc-preview-lead-card {
    padding: 16px;
  }

  .cl-sc-preview-result-body {
    grid-template-columns: 1fr;
  }

  .cl-sc-preview-score {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0 14px;
    align-items: start;
    padding: 14px;
  }

  .cl-sc-preview-gauge {
    grid-row: span 2;
    margin: 0;
    width: 100px;
    height: 100px;
  }

  .cl-sc-preview-score-copy {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
    align-self: center;
  }

  .cl-sc-area-grid,
  .cl-sc-example-grid {
    grid-template-columns: 1fr;
  }

  .cl-sc-start-banner {
    margin-top: 16px;
    padding: 0 10px;
  }

  .cl-sc-start-inner {
    padding: 12px;
    gap: 10px;
  }

  .cl-sc-start-icon {
    width: 36px;
    height: 36px;
  }

  .cl-sc-start-icon svg {
    width: 18px;
    height: 18px;
  }

  .cl-sc-start-title {
    font-size: 14px;
  }

  .cl-sc-start-copy p {
    font-size: 12px;
  }

  .cl-sc-start-action {
    width: 100%;
  }

  .cl-sc-start-btn {
    width: 100%;
    white-space: normal;
    text-align: center;
    padding: 10px 14px !important;
    font-size: 13px !important;
  }

  .cl-sec-check-result-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .cl-sec-check-result-actions .cl-btn-primary,
  .cl-sec-check-result-actions .cl-btn-secondary {
    width: 100%;
    justify-content: center;
  }

  .cl-sc-saved-result-meta {
    text-align: center;
  }

  .cl-sc-section--examples {
    padding: 24px 16px;
    margin-left: -16px;
    margin-right: -16px;
  }

  .cl-sec-check-name-row {
    grid-template-columns: 1fr;
  }

  .cl-sec-check-nav {
    flex-direction: column-reverse;
  }

  .cl-sec-check-nav .cl-btn-primary,
  .cl-sec-check-nav .cl-btn-secondary {
    width: 100%;
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cl-sec-check-step.is-active {
    animation: none;
    opacity: 1;
    transform: none;
    transition: none;
  }

  .cl-sc-step-card:hover,
  .cl-sc-area-card:hover,
  .cl-sc-example-card:hover,
  .cl-sc-preview-result-card:hover,
  .cl-sc-preview-lead-card:hover,
  .cl-sec-check-rec-card:hover {
    transform: none;
  }
}

/* ── Glücksrad nach Sicherheitscheck (CyberLex-Stil) ───────────────────────── */
.cl-sc-wheel-cta {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 16px 20px;
  align-items: center;
  margin: 0 0 20px;
  padding: 18px 20px;
  border-radius: 16px;
  border: 1px solid rgba(26, 95, 255, 0.35);
  background: linear-gradient(135deg, #0a1020 0%, #111827 55%, #0c1630 100%);
  box-shadow: 0 12px 32px rgba(12, 63, 217, 0.18);
}

.cl-sc-wheel-cta--hero {
  position: relative;
  overflow: hidden;
  display: block;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 20px;
  background:
    linear-gradient(155deg, #060b16 0%, #0c1428 42%, #0a1638 100%) padding-box,
    linear-gradient(
      125deg,
      rgba(26, 95, 255, 0.9),
      rgba(251, 191, 36, 0.8),
      rgba(34, 197, 94, 0.7),
      rgba(26, 95, 255, 0.9)
    ) border-box;
  background-size: 100% 100%, 240% 240%;
  animation:
    cl-sc-wheel-cta-glow-pulse 2.8s ease-in-out infinite,
    cl-sc-wheel-cta-border-shift 6s linear infinite;
}

.cl-sc-wheel-cta-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 28px 32px 26px;
}

.cl-sc-wheel-cta-head {
  display: flex;
  align-items: center;
  gap: 20px 24px;
}

.cl-sc-wheel-cta-glow {
  position: absolute;
  inset: -30%;
  background:
    radial-gradient(circle at 20% 50%, rgba(26, 95, 255, 0.28) 0%, transparent 45%),
    radial-gradient(circle at 80% 40%, rgba(251, 191, 36, 0.18) 0%, transparent 40%);
  pointer-events: none;
  animation: cl-sc-wheel-cta-glow-drift 5s ease-in-out infinite alternate;
}

.cl-sc-wheel-cta-shine {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    transparent 38%,
    rgba(255, 255, 255, 0.07) 48%,
    rgba(147, 197, 253, 0.14) 50%,
    transparent 62%
  );
  transform: translateX(-120%);
  animation: cl-sc-wheel-cta-shine-sweep 4.5s ease-in-out infinite;
  pointer-events: none;
}

.cl-sc-wheel-cta-icon-wrap,
.cl-sc-wheel-cta-inner,
.cl-sc-wheel-cta-btn {
  position: relative;
  z-index: 1;
}

.cl-sc-wheel-cta-icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: clamp(64px, 9vw, 80px);
  height: clamp(64px, 9vw, 80px);
  border-radius: 50%;
  background: radial-gradient(circle at 35% 28%, rgba(26, 95, 255, 0.45) 0%, rgba(8, 14, 28, 0.95) 72%);
  box-shadow:
    0 0 0 1px rgba(96, 165, 250, 0.35) inset,
    0 0 28px rgba(26, 95, 255, 0.5);
  animation: cl-sc-wheel-cta-icon-wobble 4s ease-in-out infinite;
}

.cl-sc-wheel-cta-icon {
  font-size: clamp(36px, 5vw, 44px);
  line-height: 1;
  filter: drop-shadow(0 0 12px rgba(251, 191, 36, 0.6));
}

.cl-sc-wheel-cta-slogan {
  margin: 0;
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.03em;
}

.cl-sc-wheel-cta-slogan-line {
  display: block;
  font-size: clamp(30px, 5.2vw, 52px);
  color: #f8fafc;
  text-shadow: 0 2px 24px rgba(26, 95, 255, 0.35);
}

.cl-sc-wheel-cta-slogan-line--accent {
  font-size: clamp(32px, 5.6vw, 56px);
  background: linear-gradient(92deg, #93c5fd 0%, #fbbf24 45%, #fde68a 70%, #93c5fd 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: cl-sc-wheel-cta-slogan-shine 3.5s linear infinite;
}

.cl-sc-wheel-cta-exclusive {
  margin: 0;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
  text-align: center;
  color: #cbd5e1;
  background: rgba(15, 23, 42, 0.55);
  border: 1px solid rgba(251, 191, 36, 0.28);
  border-radius: 12px;
}

.cl-sc-wheel-cta-exclusive strong {
  color: #fde68a;
  font-weight: 800;
}

.cl-sc-wheel-cta-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.cl-sc-wheel-cta-action {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  width: 100%;
}

.cl-sc-wheel-cta-badges {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 0;
  width: 100%;
}

.cl-sc-wheel-cta-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #e2e8f0;
  background: linear-gradient(135deg, rgba(26, 95, 255, 0.28) 0%, rgba(12, 63, 217, 0.15) 100%);
  border: 1px solid rgba(96, 165, 250, 0.4);
  text-align: center;
}

.cl-sc-wheel-cta-badge-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.6em;
  padding: 2px 6px;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  background: rgba(26, 95, 255, 0.85);
}

.cl-sc-wheel-cta-badge--jackpot {
  background: linear-gradient(135deg, rgba(34, 197, 94, 0.22) 0%, rgba(22, 163, 74, 0.12) 100%);
  border-color: rgba(74, 222, 128, 0.45);
  animation: cl-sc-wheel-cta-badge-pulse 2s ease-in-out infinite;
}

.cl-sc-wheel-cta-badge--jackpot .cl-sc-wheel-cta-badge-num {
  background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
}

.cl-sc-wheel-cta-offer {
  margin: 0;
  max-width: 52ch;
  font-size: 14px;
  line-height: 1.55;
  text-align: center;
  color: #94a3b8;
}

.cl-sc-wheel-cta-offer strong {
  color: #e2e8f0;
  font-weight: 700;
}

.cl-sc-wheel-cta-legal {
  margin: 10px 0 0;
  max-width: 52ch;
  font-size: 11px;
  line-height: 1.45;
  text-align: center;
  color: rgba(100, 116, 139, 0.9);
}

.cl-sc-wheel-cta-title {
  margin: 0 0 4px;
  font-size: 17px;
  font-weight: 800;
  color: #e2e8f0;
}

.cl-sc-wheel-cta-copy p {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
  color: #94a3b8;
}

.cl-sc-wheel-cta-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  min-width: 240px;
  max-width: 100%;
  margin: 0 auto;
  padding: 16px 32px;
  border-radius: 14px;
  font-weight: 800;
  text-align: center;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.14) inset,
    0 10px 28px rgba(234, 88, 12, 0.5);
  animation: cl-sc-wheel-cta-btn-pulse 2.2s ease-in-out infinite;
}

.cl-sc-wheel-cta-btn-label {
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1.2;
}

.cl-sc-wheel-cta-btn-sub {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  opacity: 0.88;
}

@keyframes cl-sc-wheel-cta-glow-pulse {
  0%, 100% {
    box-shadow:
      0 12px 36px rgba(12, 63, 217, 0.22),
      0 0 0 0 rgba(26, 95, 255, 0.2);
  }
  50% {
    box-shadow:
      0 18px 44px rgba(12, 63, 217, 0.38),
      0 0 28px 6px rgba(26, 95, 255, 0.22);
  }
}

@keyframes cl-sc-wheel-cta-border-shift {
  0% { background-position: 0 0, 0% 50%; }
  100% { background-position: 0 0, 200% 50%; }
}

@keyframes cl-sc-wheel-cta-glow-drift {
  0% { transform: translate(0, 0) scale(1); opacity: 0.85; }
  100% { transform: translate(3%, -2%) scale(1.06); opacity: 1; }
}

@keyframes cl-sc-wheel-cta-shine-sweep {
  0%, 35% { transform: translateX(-120%); }
  55% { transform: translateX(120%); }
  100% { transform: translateX(120%); }
}

@keyframes cl-sc-wheel-cta-slogan-shine {
  0% { background-position: 0% center; }
  100% { background-position: 200% center; }
}

@keyframes cl-sc-wheel-cta-icon-wobble {
  0%, 78%, 100% { transform: rotate(0deg) scale(1); }
  82% { transform: rotate(14deg) scale(1.05); }
  88% { transform: rotate(-8deg) scale(1.03); }
  94% { transform: rotate(4deg) scale(1.01); }
}

@keyframes cl-sc-wheel-cta-badge-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(74, 222, 128, 0); }
  50% { box-shadow: 0 0 14px 2px rgba(74, 222, 128, 0.35); }
}

@keyframes cl-sc-wheel-cta-btn-pulse {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-2px) scale(1.02); }
}

@media (prefers-reduced-motion: reduce) {
  .cl-sc-wheel-cta--hero,
  .cl-sc-wheel-cta-glow,
  .cl-sc-wheel-cta-shine,
  .cl-sc-wheel-cta-icon-wrap,
  .cl-sc-wheel-cta-slogan-line--accent,
  .cl-sc-wheel-cta-badge--jackpot,
  .cl-sc-wheel-cta-btn {
    animation: none !important;
  }

  .cl-sc-wheel-cta-slogan-line--accent {
    color: #fbbf24;
    background: none;
    -webkit-text-fill-color: #fbbf24;
  }
}

.cl-sc-wheel-open-btn {
  white-space: nowrap;
}

.cl-sc-wheel-modal {
  position: fixed;
  inset: 0;
  z-index: 12000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
}

.cl-sc-wheel-modal[hidden] {
  display: none !important;
}

.cl-sc-wheel-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 6, 14, 0.92);
  backdrop-filter: blur(8px);
}

.cl-sc-wheel-dialog {
  position: relative;
  z-index: 1;
  width: min(98vw, 1680px);
  height: min(96vh, 920px);
  max-height: 96vh;
  padding: 28px 32px 32px;
  border-radius: 24px;
  background: linear-gradient(180deg, #0c1220 0%, #060a12 100%);
  border: 1px solid rgba(26, 95, 255, 0.28);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.04) inset,
    0 28px 70px rgba(0, 0, 0, 0.55),
    0 0 48px rgba(12, 63, 217, 0.15);
  color: #e2e8f0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.cl-sc-wheel-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: clamp(20px, 4vw, 48px);
  align-items: center;
  flex: 1;
  min-height: 0;
  height: 100%;
}

.cl-sc-wheel-col-wheel {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
  height: 100%;
  position: relative;
  background: transparent;
  overflow: visible;
}

.cl-sc-wheel-col-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
  min-height: 0;
  max-height: 100%;
  overflow-y: auto;
  padding-right: 8px;
}

.cl-sc-wheel-close {
  position: absolute;
  top: 14px;
  right: 16px;
  z-index: 5;
  border: none;
  background: transparent;
  font-size: 32px;
  line-height: 1;
  color: #64748b;
  cursor: pointer;
}

.cl-sc-wheel-close:hover {
  color: #cbd5e1;
}

.cl-sc-wheel-title {
  margin: 0 0 12px;
  font-size: clamp(26px, 3.2vw, 42px);
  font-weight: 800;
  color: #f8fafc;
  letter-spacing: 0.02em;
  line-height: 1.15;
}

.cl-sc-wheel-sub {
  margin: 0 0 28px;
  font-size: clamp(15px, 1.5vw, 20px);
  color: #94a3b8;
  line-height: 1.55;
  max-width: 42ch;
}

.cl-sc-wheel-stage {
  position: relative;
  width: min(70vh, 44vw, 580px);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex-shrink: 0;
  isolation: isolate;
}

.cl-sc-wheel-stage--loading .cl-sc-wheel-disk {
  animation: cl-sc-wheel-wait-pulse 0.9s ease-in-out infinite;
}

@keyframes cl-sc-wheel-wait-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.82; }
}

.cl-sc-wheel-wheel-zone {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  flex-shrink: 0;
  container-type: size;
}

.cl-sc-wheel-stand-zone {
  position: relative;
  width: 100%;
  height: clamp(68px, 13vw, 92px);
  margin-top: 6px;
  flex-shrink: 0;
}

.cl-sc-wheel-fx {
  position: absolute;
  inset: -22%;
  pointer-events: none;
  z-index: 0;
  overflow: visible;
}

.cl-sc-wheel-sparkles,
.cl-sc-wheel-sparkles-outer,
.cl-sc-wheel-shards {
  position: absolute;
  inset: 0;
  overflow: visible;
  pointer-events: none;
}

.cl-sc-wheel-sparkles {
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(26, 95, 255, 0.22) 0%, rgba(12, 63, 217, 0.08) 42%, transparent 70%);
  mask-image: radial-gradient(circle, #000 32%, transparent 76%);
  -webkit-mask-image: radial-gradient(circle, #000 32%, transparent 76%);
  animation: clWheelFxShimmer 5s ease-in-out infinite alternate;
}

@keyframes clWheelFxShimmer {
  0% { opacity: 0.75; transform: scale(0.98); }
  100% { opacity: 1; transform: scale(1.02); }
}

.cl-sc-wheel-sparkles-outer {
  mask-image: none;
  -webkit-mask-image: none;
  animation: clWheelFxShimmer 3.5s ease-in-out infinite alternate-reverse;
}

.cl-sc-wheel-sparkle {
  position: absolute;
  border-radius: 50%;
  background: #eff6ff;
  box-shadow:
    0 0 4px 1px rgba(147, 197, 253, 0.85),
    0 0 10px 2px rgba(59, 130, 246, 0.45);
  opacity: 0;
  animation: clWheelSparkleDrift linear infinite;
  transform: translate(-50%, -50%);
}

.cl-sc-wheel-sparkle--alt {
  animation-name: clWheelSparkleDriftAlt;
}

.cl-sc-wheel-sparkle--bright {
  background: #dbeafe;
  box-shadow:
    0 0 5px 1px rgba(191, 219, 254, 0.9),
    0 0 12px 2px rgba(37, 99, 235, 0.5);
  animation-name: clWheelSparkleDriftBright;
}

.cl-sc-wheel-shard {
  position: absolute;
  border-radius: 1px;
  background: linear-gradient(135deg, #f0f9ff 0%, #60a5fa 50%, #1d4ed8 100%);
  opacity: 0;
  box-shadow:
    0 0 6px 1px rgba(96, 165, 250, 0.75),
    0 0 12px 2px rgba(29, 78, 216, 0.35);
  transform: rotate(var(--shard-rot, 0deg));
  animation: clWheelShardFly linear infinite;
}

.cl-sc-wheel-shard--alt {
  animation-name: clWheelShardFlyAlt;
}

@keyframes clWheelSparkleDrift {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) translate(0, 0) scale(0.35);
  }
  12% { opacity: 0.95; }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) translate(var(--drift-x, 0), var(--drift-y, -20px)) scale(0.65);
  }
}

@keyframes clWheelSparkleDriftAlt {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) translate(0, 0) scale(0.3);
  }
  8% { opacity: 0.8; }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) translate(calc(var(--drift-x, 0) * -1), calc(var(--drift-y, -20px) * 0.7)) scale(0.55);
  }
}

@keyframes clWheelSparkleDriftBright {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) translate(0, 4px) scale(0.25);
  }
  10% { opacity: 1; }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) translate(calc(var(--drift-x, 0) * 1.2), var(--drift-y, -24px)) scale(0.75);
  }
}

@keyframes clWheelShardFly {
  0% {
    opacity: 0;
    transform: rotate(var(--shard-rot, 0deg)) translate(0, 0) scale(0.5);
  }
  15% { opacity: 0.85; }
  100% {
    opacity: 0;
    transform: rotate(calc(var(--shard-rot, 0deg) + 25deg)) translate(var(--shard-drift, 0), var(--shard-lift, -18px)) scale(0.85);
  }
}

@keyframes clWheelShardFlyAlt {
  0% {
    opacity: 0;
    transform: rotate(var(--shard-rot, 0deg)) translate(0, 0) scale(0.45);
  }
  12% { opacity: 0.75; }
  100% {
    opacity: 0;
    transform: rotate(calc(var(--shard-rot, 0deg) - 30deg)) translate(calc(var(--shard-drift, 0) * -1.1), var(--shard-lift, -16px)) scale(0.8);
  }
}

.cl-sc-wheel-stage-glow {
  position: absolute;
  inset: -14%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(26, 95, 255, 0.28) 0%, rgba(12, 63, 217, 0.1) 50%, transparent 72%),
    radial-gradient(ellipse at 88% 6%, rgba(96, 165, 250, 0.22) 0%, transparent 42%);
  pointer-events: none;
  z-index: 0;
  animation: clWheelGlowPulse 2.2s ease-in-out infinite alternate;
}

@keyframes clWheelGlowPulse {
  0% { opacity: 0.55; transform: scale(0.97) rotate(0deg); }
  100% { opacity: 0.95; transform: scale(1.04) rotate(3deg); }
}

.cl-sc-wheel-pointer {
  position: absolute;
  top: clamp(0px, 0.4%, 4px);
  left: 50%;
  transform: translateX(-50%);
  width: clamp(40px, 5.2vw, 58px);
  z-index: 10;
  pointer-events: none;
}

.cl-sc-wheel-pointer-svg {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}

.cl-sc-wheel-disk-wrap {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cl-sc-wheel-disk {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  border: clamp(8px, 1vw, 12px) solid #08080c;
  box-shadow:
    0 0 0 2px rgba(26, 95, 255, 0.25),
    0 0 40px rgba(12, 63, 217, 0.4),
    inset 0 0 24px rgba(0, 0, 0, 0.45);
  transform: rotate(0deg);
  transform-origin: center center;
  overflow: hidden;
  background: #08080c;
}

.cl-sc-wheel-svg {
  display: block;
  width: 100%;
  height: 100%;
}

.cl-sc-wheel-line-sensor {
  display: none;
}

.cl-sc-wheel-line-trigger {
  pointer-events: none;
}

.cl-sc-wheel--debug .cl-sc-wheel-line-trigger {
  fill: rgba(255, 40, 40, 0.9);
}

.cl-sc-wheel--debug .cl-sc-wheel-line-sensor {
  display: block;
  position: absolute;
  left: 50%;
  top: calc(clamp(8px, 1vw, 12px) + (100cqw - 2 * clamp(8px, 1vw, 12px)) * 0.055);
  z-index: 15;
  width: 14px;
  height: 14px;
  margin-left: -7px;
  margin-top: -7px;
  border-radius: 50%;
  pointer-events: none;
  background: rgba(0, 255, 80, 0.65);
  border: 2px solid #0f0;
  box-shadow: 0 0 8px rgba(0, 255, 80, 0.8);
}

.cl-sc-wheel-svg-text {
  font-family: "Segoe UI", system-ui, -apple-system, sans-serif;
  letter-spacing: 0.05em;
}

.cl-sc-wheel-svg .cl-sc-wheel-led {
  animation: clWheelLedPulse 2.1s ease-in-out infinite;
}

.cl-sc-wheel-svg .cl-sc-wheel-led-halo {
  animation: clWheelLedHalo 2.1s ease-in-out infinite;
}

@keyframes clWheelLedPulse {
  0%, 100% {
    opacity: 0.55;
    fill: #3b82f6;
  }
  50% {
    opacity: 1;
    fill: #f0f9ff;
  }
}

@keyframes clWheelLedHalo {
  0%, 100% { opacity: 0.2; }
  50% { opacity: 0.55; }
}

.cl-sc-wheel-hub {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: clamp(136px, 33%, 204px);
  height: clamp(136px, 33%, 204px);
  border-radius: 50%;
  background: #08080c;
  border: 2px solid rgba(255, 255, 255, 0.92);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2%;
  z-index: 5;
  box-shadow:
    0 0 0 3px rgba(26, 95, 255, 0.5),
    0 0 24px rgba(26, 95, 255, 0.4),
    inset 0 0 16px rgba(0, 0, 0, 0.7);
  pointer-events: none;
}

.cl-sc-wheel-hub-logo {
  display: block;
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  transform: translateZ(0);
}

.cl-sc-wheel-reflection-wrap {
  position: absolute;
  left: 6%;
  right: 6%;
  top: -118%;
  height: 140%;
  overflow: hidden;
  z-index: 2;
  pointer-events: none;
  mask-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0.72) 28%,
    rgba(0, 0, 0, 0.35) 48%,
    rgba(0, 0, 0, 0.08) 68%,
    transparent 92%
  );
  -webkit-mask-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0.72) 28%,
    rgba(0, 0, 0, 0.35) 48%,
    rgba(0, 0, 0, 0.08) 68%,
    transparent 92%
  );
  filter: blur(7px) brightness(1.4) saturate(1.2);
  opacity: 0.82;
  mix-blend-mode: screen;
}

.cl-sc-wheel-reflection-disk {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  aspect-ratio: 1;
  transform: scaleY(-1) rotate(0deg);
  transform-origin: center top;
}

.cl-sc-wheel-reflection-disk .cl-sc-wheel-svg-text,
.cl-sc-wheel-reflection-disk foreignObject {
  opacity: 0;
  visibility: hidden;
}

/* Sockel — flache Scheibe direkt unter dem Rad */
.cl-sc-wheel-pedestal {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%) translateY(-48%);
  width: 40%;
  height: clamp(18px, 3.2vw, 26px);
  z-index: 2;
  pointer-events: none;
}

.cl-sc-wheel-pedestal-disc {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  transform: scaleY(0.38);
  transform-origin: center center;
  background: linear-gradient(180deg, #1a2234 0%, #0c0e16 55%, #040406 100%);
  box-shadow:
    0 8px 20px rgba(0, 0, 0, 0.7),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.cl-sc-wheel-pedestal-disc::before {
  content: "";
  position: absolute;
  left: 6%;
  right: 6%;
  top: 0;
  height: 55%;
  border-radius: 50%;
  background: radial-gradient(
    ellipse at 50% 0%,
    rgba(96, 165, 250, 0.38) 0%,
    rgba(26, 95, 255, 0.12) 42%,
    transparent 72%
  );
  filter: blur(1px);
  opacity: 0.85;
}

.cl-sc-wheel-pedestal-disc::after {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  top: 2px;
  height: 1px;
  border-radius: 50%;
  background: rgba(147, 197, 253, 0.35);
  box-shadow: 0 0 6px rgba(59, 130, 246, 0.35);
  opacity: 0.7;
}

/* Glänzender Steg unter dem Sockel */
.cl-sc-wheel-steeg {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 96%;
  height: 72%;
  z-index: 1;
  pointer-events: none;
  border-radius: 50%;
  overflow: hidden;
  background: linear-gradient(
    180deg,
    rgba(18, 26, 44, 0.82) 0%,
    rgba(8, 10, 18, 0.96) 50%,
    #020204 100%
  );
  box-shadow:
    inset 0 10px 28px rgba(26, 95, 255, 0.14),
    0 -6px 24px rgba(26, 95, 255, 0.2);
}

.cl-sc-wheel-steeg::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 0;
  height: 18%;
  border-radius: 50%;
  background: radial-gradient(
    ellipse at 50% 0%,
    rgba(59, 130, 246, 0.22) 0%,
    transparent 72%
  );
  filter: blur(3px);
  z-index: 4;
  pointer-events: none;
}

.cl-sc-wheel-steeg-grid {
  position: absolute;
  inset: 0;
  z-index: 3;
  opacity: 0.32;
  background-image:
    linear-gradient(rgba(59, 130, 246, 0.32) 1px, transparent 1px),
    linear-gradient(90deg, rgba(59, 130, 246, 0.26) 1px, transparent 1px);
  background-size: 24px 14px;
  mask-image: radial-gradient(ellipse at 50% 0%, #000 12%, transparent 68%);
  -webkit-mask-image: radial-gradient(ellipse at 50% 0%, #000 12%, transparent 68%);
  pointer-events: none;
}

.cl-sc-wheel-steeg-shine {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 22%;
  height: 95%;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(96, 165, 250, 0.55) 0%,
    rgba(37, 99, 235, 0.28) 35%,
    transparent 100%
  );
  filter: blur(4px);
  opacity: 0.9;
  pointer-events: none;
}

.cl-sc-wheel-steeg-shine::before,
.cl-sc-wheel-steeg-shine::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 36%;
  height: 80%;
  background: linear-gradient(180deg, rgba(59, 130, 246, 0.38) 0%, transparent 100%);
  filter: blur(3px);
}

.cl-sc-wheel-steeg-shine::before {
  left: -85%;
}

.cl-sc-wheel-steeg-shine::after {
  right: -85%;
}

.cl-sc-wheel-spin-btn {
  width: min(100%, 360px);
  margin-top: 0;
  border: none;
  border-radius: 14px;
  padding: 16px 22px;
  font-size: clamp(15px, 1.4vw, 18px);
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  background: linear-gradient(180deg, #1a5fff 0%, #0c3fd9 100%);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.08) inset,
    0 8px 24px rgba(12, 63, 217, 0.45);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.cl-sc-wheel-spin-btn:hover:not(:disabled) {
  transform: translateY(-1px);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.12) inset,
    0 12px 28px rgba(12, 63, 217, 0.55);
}

.cl-sc-wheel-spin-btn:disabled {
  opacity: 0.65;
  cursor: wait;
}

.cl-sc-wheel-result {
  margin-top: 24px;
  width: 100%;
  max-width: 480px;
}

.cl-sc-wheel-result-inner {
  padding: 20px;
  border-radius: 16px;
  background: rgba(15, 23, 42, 0.65);
  border: 1px solid rgba(51, 65, 85, 0.8);
  text-align: left;
}

.cl-sc-wheel-result-inner--free {
  background: linear-gradient(135deg, rgba(12, 63, 217, 0.22) 0%, rgba(26, 95, 255, 0.12) 100%);
  border-color: rgba(26, 95, 255, 0.45);
}

.cl-sc-wheel-result-badge {
  font-size: 13px;
  font-weight: 700;
  color: #60a5fa;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.cl-sc-wheel-result-inner--free .cl-sc-wheel-result-badge {
  color: #93c5fd;
}

.cl-sc-wheel-result-title {
  margin: 0 0 8px;
  font-size: clamp(22px, 2.5vw, 32px);
  font-weight: 800;
  color: #f8fafc;
}

.cl-sc-wheel-result-text {
  margin: 0 0 12px;
  font-size: clamp(14px, 1.2vw, 16px);
  color: #94a3b8;
  line-height: 1.5;
}

.cl-sc-wheel-code-wrap {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 14px;
  flex-wrap: wrap;
}

.cl-sc-wheel-code {
  display: inline-block;
  padding: 10px 14px;
  border-radius: 10px;
  background: #08080c;
  border: 1px solid rgba(26, 95, 255, 0.35);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.cl-sc-wheel-copy {
  border: 1px solid rgba(26, 95, 255, 0.35);
  background: rgba(12, 63, 217, 0.15);
  color: #e2e8f0;
  border-radius: 10px;
  padding: 10px 14px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.cl-sc-wheel-email-delivery {
  margin: 0 0 14px;
  padding: 14px 16px;
  border-radius: 12px;
  background: rgba(12, 63, 217, 0.12);
  border: 1px solid rgba(26, 95, 255, 0.28);
  text-align: left;
}

.cl-sc-wheel-email-delivery p {
  margin: 0;
  font-size: clamp(14px, 1.2vw, 15px);
  color: #cbd5e1;
  line-height: 1.55;
}

.cl-sc-wheel-email-delivery strong {
  color: #f8fafc;
}

.cl-sc-wheel-course-link {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  margin-top: 4px;
  text-decoration: none;
  border-radius: 12px;
  padding: 12px 16px;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(180deg, #1a5fff 0%, #0c3fd9 100%);
  box-shadow: 0 8px 20px rgba(12, 63, 217, 0.35);
}

.cl-sc-wheel-later-link {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  margin-top: 10px;
  text-decoration: none;
  color: #94a3b8;
  font-size: 14px;
}

.cl-sc-wheel-debug-retest {
  display: block;
  width: 100%;
  margin-top: 14px;
  padding: 10px 16px;
  border: 1px solid #1a5fff;
  border-radius: 10px;
  background: transparent;
  color: #1a5fff;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.cl-sc-wheel-debug-retest:hover {
  background: rgba(26, 95, 255, 0.08);
}

.cl-sc-wheel-validity-note {
  margin: 0 0 14px;
  font-size: 12px;
  line-height: 1.5;
  color: #64748b;
}

.cl-wheel-legal-note {
  margin: 12px 0 0;
  font-size: 11px;
  line-height: 1.45;
  color: rgba(100, 116, 139, 0.92);
}

.cl-wheel-legal-note--modal {
  margin-top: 16px;
  max-width: 42ch;
}

.cl-sc-wheel-col-content .cl-wheel-legal-note--modal {
  align-self: stretch;
}

.cl-sc-wheel-result-inner .cl-wheel-legal-note {
  margin-top: 14px;
}

.cl-sc-wheel-confetti {
  position: fixed;
  inset: 0;
  z-index: 13000;
  pointer-events: none;
}

@media (max-width: 900px) {
  .cl-sc-wheel-dialog {
    width: min(100vw - 16px, 100%);
    height: auto;
    max-height: 96vh;
    overflow-y: auto;
    padding: 20px 18px 24px;
  }

  .cl-sc-wheel-layout {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .cl-sc-wheel-col-content {
    align-items: stretch;
    text-align: center;
    overflow: visible;
  }

  .cl-sc-wheel-sub {
    max-width: none;
    margin-bottom: 20px;
  }

  .cl-sc-wheel-stage {
    width: min(88vw, 420px);
    margin: 0 auto;
  }

  .cl-sc-wheel-spin-btn {
    width: 100%;
    margin: 0 auto;
  }

  .cl-sc-wheel-code-wrap {
    justify-content: center;
  }

  .cl-sc-wheel-result {
    max-width: none;
  }

  .cl-sc-wheel-result-inner {
    text-align: center;
  }
}

@media (max-width: 720px) {
  .cl-sc-wheel-cta-inner {
    padding: 22px 20px 20px;
    gap: 14px;
  }

  .cl-sc-wheel-cta-head {
    flex-direction: column;
    text-align: center;
    gap: 12px;
  }

  .cl-sc-wheel-cta-badges {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .cl-sc-wheel-cta-badge {
    flex-direction: column;
    gap: 6px;
    padding: 10px 8px;
    font-size: 12px;
  }

  .cl-sc-wheel-cta-btn {
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 640px) {
  .cl-sc-wheel-cta {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .cl-sc-wheel-cta-icon-wrap {
    justify-self: center;
  }

  .cl-sc-wheel-cta-icon {
    justify-self: center;
  }

  .cl-sc-wheel-open-btn,
  .cl-sc-wheel-cta-btn {
    width: 100%;
  }
}
