.widerruf-page {
  --wr-ink: #fffaf2;
  --wr-muted: rgba(255, 255, 255, 0.76);
  --wr-soft: rgba(255, 255, 255, 0.08);
  --wr-line: rgba(255, 255, 255, 0.16);
  --wr-gold: #ffd766;
  --wr-gold-2: #ffe6c3;
  --wr-blue: #71b7ff;
  min-height: 100vh;
  color: var(--wr-ink);
  background: #02040a;
}

.widerruf-page * { box-sizing: border-box; }
.widerruf-page [hidden] { display: none !important; }

.widerruf-header {
  position: absolute;
  z-index: 50;
}

.widerruf-brand { pointer-events: auto; }

.widerruf-logo-shell {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 6px;
  background: transparent !important;
  box-shadow: none !important;
}

.widerruf-logo-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
  opacity: 0;
  transition: opacity 180ms ease;
}

.widerruf-brand.is-video-ready .widerruf-logo-video {
  opacity: 1;
}

.widerruf-logo-fallback {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  opacity: 1;
  transition: opacity 180ms ease;
  pointer-events: none;
}

.widerruf-brand.is-video-ready .widerruf-logo-fallback {
  opacity: 0;
}

.widerruf-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 100svh;
  background: #02040a;
}

.widerruf-video-wrap {
  position: absolute;
  inset: 0;
  z-index: -3;
  overflow: hidden;
}

.widerruf-bg-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  opacity: 1;
  filter: saturate(1.08) contrast(1.03) brightness(0.98);
}

.widerruf-bg-video-mobile { display: none; }

.widerruf-video-overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(2, 4, 10, 0.34) 0%, rgba(2, 4, 10, 0.08) 24%, rgba(2, 4, 10, 0.24) 68%, rgba(2, 4, 10, 0.88) 100%),
    linear-gradient(90deg, rgba(2, 4, 10, 0.46) 0%, rgba(2, 4, 10, 0.06) 46%, rgba(2, 4, 10, 0.16) 100%);
}

.widerruf-stage {
  min-height: 100svh;
  padding-top: clamp(112px, 14vh, 154px);
  padding-bottom: clamp(42px, 6vh, 76px);
  display: grid;
  align-content: center;
}

.widerruf-page.is-wizard-active .widerruf-stage {
  align-content: start;
  padding-top: clamp(88px, 10vh, 116px);
}

.widerruf-intro {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 390px);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}

.widerruf-intro-copy {
  max-width: 760px;
}

.widerruf-intro h1 {
  max-width: 820px;
  margin-bottom: 18px;
  font-size: clamp(3rem, 5.4vw, 5.35rem);
  line-height: 0.98;
  letter-spacing: -0.064em;
  text-wrap: balance;
}

.widerruf-lead {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.06rem, 1.7vw, 1.26rem);
  line-height: 1.52;
  margin-bottom: 28px;
}

.widerruf-hero-cta {
  width: 100%;
  max-width: 390px;
  justify-self: end;
  display: grid;
  gap: 14px;
  padding: clamp(14px, 2vw, 18px);
  border: 1px solid rgba(244, 210, 173, 0.16);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255,255,255,.11), rgba(255,255,255,.055));
  box-shadow: 0 24px 78px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.08);
  backdrop-filter: blur(16px);
}

.widerruf-hero-url {
  display: grid;
  gap: 8px;
  color: rgba(255,255,255,.82);
  font-size: 0.86rem;
  font-weight: 850;
}

.widerruf-hero-url input {
  width: 100%;
  min-height: 58px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  background: rgba(0,0,0,.28);
  color: var(--wr-ink);
  padding: 0 20px;
  font: inherit;
  font-size: 1rem;
  font-weight: 760;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.07);
}

.widerruf-hero-url input::placeholder { color: rgba(255,255,255,.48); }
.widerruf-hero-url input:focus { outline: 3px solid rgba(244, 210, 173, 0.45); outline-offset: 3px; }

.widerruf-actions { margin-top: 0; }
.widerruf-actions.hero-actions-single .btn-primary { width: 100%; }

.widerruf-guard,
.widerruf-note,
.widerruf-contact-copy {
  color: var(--wr-muted);
  line-height: 1.55;
}


.widerruf-page .btn { cursor: pointer; }
.widerruf-actions .btn-primary { width: 100%; }

.widerruf-free-note {
  margin: 0;
  padding: 12px 14px;
  border: 1px solid rgba(244, 210, 173, 0.22);
  border-radius: 18px;
  color: #fff4df;
  background: rgba(244, 210, 173, 0.09);
  line-height: 1.5;
  font-weight: 800;
}

.widerruf-guard {
  margin: 0;
  font-size: 0.96rem;
  text-align: center;
}

.footer-static-brand {
  width: clamp(220px, 22vw, 320px);
  min-height: 44px;
}

.footer-static-logo {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.widerruf-wizard {
  width: min(760px, 100%);
  display: grid;
  gap: 12px;
}

.widerruf-progress {
  display: grid;
  gap: 7px;
  color: var(--wr-gold-2);
  font-size: 0.78rem;
  font-weight: 820;
  letter-spacing: 0;
  text-transform: none;
}

.widerruf-progress-track {
  display: block;
  height: 3px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.widerruf-progress-track span {
  display: block;
  width: 16%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #fff8ea, var(--wr-gold), #71b7ff);
  transition: width 180ms ease;
}

.widerruf-panel {
  border: 1px solid rgba(244, 210, 173, 0.18);
  border-radius: 22px;
  background:
    radial-gradient(circle at 78% 8%, rgba(113, 183, 255, 0.18), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.07));
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(18px);
  padding: clamp(16px, 2.8vw, 26px);
}

.widerruf-step,
.widerruf-lead-form,
.widerruf-result,
.widerruf-success {
  display: grid;
  gap: 14px;
}

.widerruf-panel h2 {
  margin: 0 0 4px;
  font-size: clamp(1.55rem, 2.8vw, 2.35rem);
  line-height: 1.04;
  letter-spacing: -0.046em;
  text-wrap: balance;
}

.widerruf-panel h3 {
  margin-bottom: 10px;
  font-size: 1.05rem;
  letter-spacing: -0.02em;
}

.widerruf-panel label,
.widerruf-options legend {
  display: grid;
  max-width: 100%;
  gap: 8px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 900;
  line-height: 1.3;
  overflow-wrap: anywhere;
  word-break: normal;
}

.widerruf-panel input:not([type="checkbox"]):not([type="radio"]),
.widerruf-panel select,
.widerruf-panel textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.28);
  color: var(--wr-ink);
  padding: 15px 16px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.widerruf-panel select option { color: #07111f; }

.widerruf-panel input:focus,
.widerruf-panel select:focus,
.widerruf-panel textarea:focus {
  outline: 3px solid rgba(244, 210, 173, 0.45);
  outline-offset: 3px;
}

.widerruf-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
  padding: 10px;
  border: 1px solid rgba(244, 210, 173, 0.16);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.035)),
    rgba(0, 0, 0, 0.18);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

.widerruf-options legend {
  grid-column: 1 / -1;
  padding: 0 2px 4px;
  font-size: clamp(1rem, 1.5vw, 1.08rem);
}

.widerruf-options label {
  position: relative;
  isolation: isolate;
  min-height: 52px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 13px 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.74) !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.035)),
    rgba(0, 0, 0, 0.26);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07), 0 10px 26px rgba(0, 0, 0, 0.16);
  font-weight: 950 !important;
  letter-spacing: 0.01em;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  user-select: none;
  transition: border-color 160ms ease, background 160ms ease, box-shadow 160ms ease, color 160ms ease, transform 160ms ease;
}

.widerruf-options label::before {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: -1;
  border-radius: inherit;
  background: radial-gradient(circle at 50% 0%, rgba(255, 237, 195, 0.24), transparent 62%);
  opacity: 0;
  transition: opacity 160ms ease;
}

.widerruf-options label:hover {
  border-color: rgba(244, 210, 173, 0.30);
  color: rgba(255, 255, 255, 0.90) !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.05)),
    rgba(0, 0, 0, 0.22);
  transform: translateY(-1px);
}

.widerruf-options label:has(input:checked) {
  border-color: rgba(255, 220, 174, 0.82);
  color: #fff8e8 !important;
  background:
    linear-gradient(135deg, rgba(255, 248, 234, 0.18), rgba(255, 215, 102, 0.16) 48%, rgba(160, 112, 44, 0.16)),
    rgba(15, 12, 8, 0.50);
  box-shadow:
    inset 0 0 0 1px rgba(255, 248, 234, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.13),
    0 0 0 1px rgba(255, 215, 102, 0.06),
    0 14px 34px rgba(255, 202, 122, 0.13);
  transform: translateY(-1px);
}

.widerruf-options label:has(input:checked)::before {
  opacity: 1;
}

.widerruf-options label:focus-within {
  outline: 3px solid rgba(255, 215, 102, 0.38);
  outline-offset: 3px;
}

.widerruf-options input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.widerruf-consent {
  display: flex !important;
  align-items: flex-start;
  gap: 10px;
  color: var(--wr-muted) !important;
  font-weight: 800 !important;
}

.widerruf-consent input {
  width: 19px;
  height: 19px;
  margin-top: 2px;
  accent-color: var(--wr-gold);
  flex: 0 0 auto;
}

.widerruf-status {
  min-height: 22px;
  margin: 0;
  color: var(--wr-muted);
}

.widerruf-status:empty { display: none; }
.widerruf-status[data-state="error"] { color: #ffd0c2; }
.widerruf-status[data-state="success"] { color: #c7ffd8; }

.widerruf-nav {
  display: grid;
  grid-template-columns: minmax(0, auto) minmax(0, auto);
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  margin-top: 26px;
  padding-top: 2px;
}

.widerruf-nav .btn-primary:last-child { justify-self: end; }
.widerruf-nav .btn-secondary:first-child { justify-self: start; }
.widerruf-nav .btn-primary:first-child:last-child,
.widerruf-nav .btn:not([hidden]):only-child { justify-self: end; }

.widerruf-nav .btn,
.widerruf-result .btn,
.widerruf-success .btn {
  min-height: 54px;
}

.widerruf-status-pill {
  width: max-content;
  margin: 0;
  padding: 7px 12px;
  border: 1px solid rgba(244, 210, 173, 0.3);
  border-radius: 999px;
  color: #1b130b;
  background: linear-gradient(135deg, #fff4df 0%, var(--wr-gold) 60%, #edbc87 100%);
  font-size: 0.82rem;
  font-weight: 900;
}

.widerruf-result-boxes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 8px;
}

.widerruf-result-boxes > div {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.05);
  padding: 18px;
}

.widerruf-result-boxes p {
  display: grid;
  gap: 8px;
  margin: 0;
  color: var(--wr-muted);
}

.widerruf-result-summary {
  color: rgba(255, 255, 255, 0.84);
  font-size: 1rem;
  line-height: 1.55;
}


.widerruf-honey {
  position: absolute !important;
  left: -10000px !important;
}

.widerruf-faq { background: #02040a; }
.widerruf-faq::after { display: none; }
.widerruf-faq-shell { display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); gap: clamp(24px, 5vw, 64px); align-items: start; }
.widerruf-faq-head h2 { margin: 0 0 14px; font-size: clamp(2.1rem, 4.2vw, 4.5rem); line-height: .95; letter-spacing: -.065em; }
.widerruf-faq-head p { max-width: 520px; color: rgba(255,255,255,.72); }
.widerruf-faq-list { display: grid; gap: 12px; }
.widerruf-faq-list details { border: 1px solid rgba(244, 210, 173, .17); border-radius: 22px; background: linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,.045)); box-shadow: inset 0 1px 0 rgba(255,255,255,.08); overflow: hidden; }
.widerruf-faq-list summary { min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 16px 18px; color: #fffaf2; font-weight: 900; cursor: pointer; list-style: none; }
.widerruf-faq-list summary::-webkit-details-marker { display: none; }
.widerruf-faq-list summary::after { content: "+"; width: 30px; height: 30px; flex: 0 0 30px; display: grid; place-items: center; border-radius: 999px; color: #1b130b; background: linear-gradient(135deg,#fff4df 0%,var(--gold) 54%,#edbc87 100%); }
.widerruf-faq-list details[open] summary::after { content: "–"; }
.widerruf-faq-list p { margin: 0; padding: 0 18px 18px; color: rgba(255,255,255,.74); line-height: 1.65; }

@media (max-width: 768px) {
  .widerruf-bg-video-desktop { display: none; }
  .widerruf-bg-video-mobile { display: block; }
  .widerruf-stage {
    padding-top: 112px;
    align-content: start;
  }
  .widerruf-intro {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .widerruf-hero-cta {
    max-width: 100%;
    justify-self: stretch;
  }
  .widerruf-intro h1 {
    font-size: clamp(2.45rem, 11vw, 3.35rem);
    line-height: 1.02;
    letter-spacing: -0.056em;
  }
  .widerruf-lead {
    font-size: 1rem;
    line-height: 1.48;
  }
  .widerruf-result-boxes,
  .widerruf-faq-shell {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .widerruf-stage {
    width: min(var(--max), calc(100% - 28px));
    padding-top: 104px;
    padding-bottom: 34px;
  }
  .widerruf-page.is-wizard-active .widerruf-stage {
    padding-top: 82px;
  }
  .widerruf-wizard {
    gap: 10px;
  }
  .widerruf-progress {
    font-size: 0.74rem;
    gap: 6px;
  }
  .widerruf-panel {
    border-radius: 20px;
    padding: 20px 18px;
  }
  .widerruf-step,
  .widerruf-lead-form,
  .widerruf-result,
  .widerruf-success {
    gap: 16px;
  }
  .widerruf-panel h2 {
    font-size: clamp(1.55rem, 7.4vw, 2.1rem);
    letter-spacing: -0.035em;
  }
  .widerruf-panel label,
  .widerruf-options legend {
    gap: 6px;
    font-size: 1rem;
    line-height: 1.28;
  }
  .widerruf-panel input:not([type="checkbox"]):not([type="radio"]),
  .widerruf-panel select,
  .widerruf-panel textarea {
    border-radius: 14px;
    padding: 12px 13px;
  }
  .widerruf-options {
    gap: 8px;
    padding: 12px;
    border-radius: 17px;
  }
  .widerruf-options label {
    min-height: 48px;
    padding: 11px 6px;
    font-size: 0.88rem;
    line-height: 1;
  }
  .widerruf-consent {
    gap: 8px;
    font-size: 0.92rem;
  }
  .widerruf-consent input {
    width: 17px;
    height: 17px;
  }
  .widerruf-nav .btn,
  .widerruf-result .btn,
  .widerruf-success .btn {
    min-height: 52px;
  }
  .widerruf-nav {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 10px;
    margin-top: 24px;
  }
  .widerruf-nav .btn {
    width: 100%;
  }
  .widerruf-hero-cta {
    padding: 12px;
    border-radius: 22px;
    gap: 12px;
  }
  .widerruf-hero-url input {
    min-height: 52px;
    padding: 0 16px;
  }
  .widerruf-note,
  .widerruf-guard {
    font-size: 0.86rem;
  }
  .widerruf-result-boxes {
    gap: 10px;
  }
  .widerruf-result-boxes > div {
    border-radius: 17px;
    padding: 13px;
  }
  .widerruf-result-summary {
    font-size: 0.94rem;
    line-height: 1.48;
  }
  .widerruf-status-pill {
    font-size: 0.78rem;
  }
}

@media (max-width: 360px) {
  .widerruf-nav { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .widerruf-logo-video,
  .widerruf-bg-video {
    animation: none;
  }
}

@media (max-width: 820px) {
  .widerruf-video-overlay {
    background: linear-gradient(180deg, rgba(2,4,10,.28) 0%, rgba(2,4,10,.04) 24%, rgba(2,4,10,.22) 70%, rgba(2,4,10,.88) 100%), linear-gradient(90deg, rgba(2,4,10,.34) 0%, rgba(2,4,10,.04) 46%, rgba(2,4,10,.16) 100%);
  }
}

@media (max-width: 560px) {
  .widerruf-faq-list summary { min-height: 54px; padding: 14px; font-size: .96rem; line-height: 1.25; }
  .widerruf-faq-list p { padding: 0 14px 14px; font-size: .94rem; }
}
