[hidden] { display: none !important; }

.af-page {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #0f172a;
  background: #f8fafc;
  line-height: 1.5;
}
.af-embed {
  background: transparent;
}
.af-header {
  max-width: 560px;
  margin: 0 auto;
  padding: 20px 20px 0;
  display: flex;
  align-items: center;
  gap: 18px;
}
.af-back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 600;
  color: #334155;
  text-decoration: none;
  white-space: nowrap;
}
.af-back::before {
  content: "←";
  font-size: 16px;
  line-height: 1;
}
.af-back:hover {
  color: #0f172a;
}
.af-logo-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
}
.af-logo {
  max-height: 40px;
  width: auto;
}
.af-brand {
  font-weight: 700;
  font-size: 18px;
}
.af-wrap {
  max-width: 560px;
  margin: 0 auto;
  padding: 24px 20px 48px;
}
.af-wrap h1 {
  font-size: 28px;
  letter-spacing: -0.03em;
  margin: 0 0 18px;
}
.af-form {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 22px;
}
.af-intro {
  margin: 0 0 18px;
  color: #475569;
}
.af-hp {
  position: absolute;
  left: -9999px;
  height: 0;
  overflow: hidden;
}
.af-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 14px;
}
.af-field label {
  font-size: 13px;
  font-weight: 600;
  color: #334155;
}
.af-field input,
.af-field textarea {
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  padding: 10px 12px;
  font: inherit;
  color: inherit;
  background: #fff;
}
.af-field input:focus,
.af-field textarea:focus {
  outline: 2px solid var(--af-primary, #0f172a);
  outline-offset: 1px;
}
.af-voice-card {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 16px;
  margin: 6px 0 16px;
}
.af-voice-head {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #0f172a;
  margin-bottom: 10px;
}
.af-voice {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 8px;
}
.af-ctrl {
  border: 1px solid #cbd5e1;
  background: #fff;
  color: #0f172a;
  border-radius: 999px;
  padding: 8px 14px;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
}
.af-text-toggle-wrap {
  margin: 0 0 14px;
}
.af-text-toggle {
  border: 0;
  background: none;
  color: #64748b;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  padding: 0;
}
.af-wahl-wrap h1 {
  font-size: 32px;
  margin-bottom: 8px;
}
.af-wahl-kicker {
  margin: 0 0 8px;
  font-size: 12px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #94a3b8;
}
.af-wahl-sub {
  margin: 0 0 28px;
  color: #64748b;
}
.af-wahl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.af-wahl-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  padding: 24px 20px;
  text-decoration: none;
  color: inherit;
  min-height: 210px;
  transition: border-color .15s ease, transform .15s ease;
}
.af-wahl-card:hover {
  border-color: #0f172a;
  transform: translateY(-2px);
}
.af-wahl-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: #0f172a;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.af-wahl-title {
  font-size: 20px;
  font-weight: 700;
}
.af-wahl-text {
  color: #64748b;
  font-size: 14px;
}
@media (max-width: 640px) {
  .af-wahl { grid-template-columns: 1fr; }
}
.af-mic {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #0f172a;
  background: #0f172a;
  color: #fff;
  border-radius: 999px;
  padding: 10px 16px;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
}
.af-mic[aria-pressed="true"] {
  background: #b91c1c;
  border-color: #b91c1c;
}
.af-mic-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
}
.af-mic[aria-pressed="true"] .af-mic-dot {
  background: #fecaca;
  animation: af-pulse 1s infinite;
}
@keyframes af-pulse {
  50% { opacity: .35; }
}
.af-voice-time {
  font-variant-numeric: tabular-nums;
  color: #64748b;
  font-size: 13px;
}
.af-voice-clear {
  border: 0;
  background: none;
  color: #64748b;
  text-decoration: underline;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
}
.af-voice-hint {
  margin: 0 0 14px;
  font-size: 13px;
  color: #94a3b8;
}
.af-preview {
  width: 100%;
  margin-bottom: 14px;
}
.af-files {
  margin: 4px 0 16px;
  padding: 14px 16px;
  border: 1px dashed #cbd5e1;
  border-radius: 14px;
  background: #fff;
}
.af-files-head {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #0f172a;
  margin-bottom: 4px;
}
.af-files-hint {
  margin: 0 0 10px;
  font-size: 13px;
  color: #94a3b8;
}
.af-files-pick {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.af-files-pick input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.af-files-pick span {
  display: inline-flex;
  border: 1px solid #0f172a;
  background: #fff;
  color: #0f172a;
  border-radius: 999px;
  padding: 8px 14px;
  font-weight: 600;
  font-size: 14px;
}
.af-files-list {
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
}
.af-files-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  padding: 6px 0;
  border-top: 1px solid #e2e8f0;
}
.af-files-remove {
  border: 0;
  background: none;
  color: #64748b;
  text-decoration: underline;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
}
.af-error {
  color: #b91c1c;
  font-size: 14px;
  margin: 0 0 12px;
}
.af-ok {
  color: #166534;
  font-size: 14px;
  margin: 0 0 12px;
}
.af-submit {
  width: 100%;
  border: 0;
  border-radius: 10px;
  background: var(--af-primary, #0f172a);
  color: #fff;
  font: inherit;
  font-weight: 700;
  padding: 12px 16px;
  cursor: pointer;
}
.af-submit:disabled {
  opacity: .55;
  cursor: not-allowed;
}

.sf-anfrage {
  max-width: 1100px;
  margin: 48px auto 0;
  padding: 36px 28px;
  border-radius: 20px;
  background: #0f172a;
  color: #fff;
  text-align: center;
}
.sf-anfrage-kicker {
  margin: 0 0 8px;
  font-size: 13px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #94a3b8;
}
.sf-anfrage-title {
  margin: 0 0 22px;
  font-size: 28px;
  line-height: 1.25;
  letter-spacing: -0.03em;
  font-weight: 650;
}
.sf-anfrage-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.sf-anfrage-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 999px;
  background: #fff;
  color: #0f172a;
  font-weight: 700;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
}
.sf-anfrage-mic {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.35);
  background: transparent;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
}
.sf-anfrage-mic:hover,
.sf-anfrage-btn:hover {
  filter: brightness(1.06);
}
.sf-anfrage-panel {
  display: none;
  margin-top: 22px;
  text-align: left;
}
.sf-anfrage-panel.is-open {
  display: block;
}
.sf-anfrage .af-form {
  background: #fff;
  color: #0f172a;
}
@media (max-width: 640px) {
  .sf-anfrage-title { font-size: 22px; }
  .sf-anfrage { padding: 28px 18px; }
}
