/* =========================================================
   SSS – Futuristic Glassy
   Scope: .site-sss …
   Keine :root-Variablen
   ========================================================= */

.site-sss {
  color: #e9ecff;
  font-family: "Inter", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial;
  line-height: 1.65;
              min-height: 80vh;
      background: url(../img/background-one.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/* Karte / Wrapper */
.site-sss .frame-g {
  position: relative;
  max-width: 980px;
  margin:  auto;
  padding: 26px 22px;
  border-radius: 20px;
  border: 1px solid rgba(185,198,255,.26);
  background:
    radial-gradient(140% 140% at 15% -10%, rgba(124,113,255,.12), transparent 60%),
    radial-gradient(140% 140% at 85% 120%, rgba(76,201,240,.08), transparent 60%),
    linear-gradient(180deg, rgba(16,20,36,.86), rgba(10,12,24,.94));
  box-shadow:
    0 26px 60px rgba(0,0,0,.45),
    inset 0 0 0 1px rgba(255,255,255,.03);
  overflow: hidden;
}

/* Shine */
.site-sss .frame-g::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(120deg, rgba(255,255,255,.06), rgba(255,255,255,0) 30%, rgba(255,255,255,.08) 70%, rgba(255,255,255,0));
  mix-blend-mode: screen;
}

/* Haupttitel */
.site-sss .text-wrapper {
  margin: 0 0 12px 0;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: .35px;
  color: #f5f7ff;
  text-shadow: 0 0 18px rgba(124,113,255,.28);
}

/* Frage-Heading – nutzt deine bestehende .div */
.site-sss .div {
  margin-top: 18px;
  margin-bottom: 6px;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: .2px;
  color: #eaf0ff;
  display: inline-block;
  padding: 6px 12px;
  border-radius: 12px;
  border: 1px solid rgba(185,198,255,.32);
  background: linear-gradient(180deg, rgba(26,30,48,.8), rgba(16,20,36,.85));
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.03);
}

/* Antwort-Text – nutzt deine .text-wrapper-2 */
.site-sss .text-wrapper-2 {
  color: #cfd6ff;
  font-size: 14.6px;
  letter-spacing: .15px;
  background: linear-gradient(180deg, rgba(14,18,32,.5), rgba(10,12,24,.5));
  border: 1px solid rgba(185,198,255,.18);
  border-radius: 12px;
  padding: 12px 14px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.02);
}

/* Mikro-Interaktionen */
.site-sss .div:hover {
  border-color: rgba(220,230,255,.7);
  box-shadow: 0 12px 26px rgba(80,110,220,.24), inset 0 0 0 1px rgba(255,255,255,.06);
}
.site-sss .text-wrapper-2:hover {
  border-color: rgba(185,198,255,.28);
}

/* A11y Fokus */
.site-sss .div:focus-visible,
.site-sss .text-wrapper-2:focus-visible {
  outline: 2px solid rgba(255,255,255,.85);
  outline-offset: 2px;
}

/* Abstände */
.site-sss .text-wrapper + .div { margin-top: 10px; }
.site-sss .text-wrapper-2 + .div { margin-top: 18px; }

/* Responsive */
@media (max-width: 720px) {
  .site-sss .frame-g { padding: 18px 14px; border-radius: 16px; }
  .site-sss .text-wrapper { font-size: 24px; }
  .site-sss .div { font-size: 16px; }
  .site-sss .text-wrapper-2 { font-size: 14px; }
}
