/* ELITE PPF Anfrageformular – gescopte Styles (kollidieren nicht mit Avada) */
.elite-ppf-shell{
  --eppf-bg:#0a0a0c;--eppf-surface:#141418;--eppf-surface-2:#1b1b21;
  --eppf-line:rgba(255,255,255,.09);--eppf-text:#f4f4f6;--eppf-muted:#9a9aa6;
  --eppf-accent:#e3fb04;
  --eppf-ff-d:'Anton',sans-serif;--eppf-ff-h:'Archivo',sans-serif;--eppf-ff-b:'Manrope',sans-serif;
  width:100%;max-width:680px;margin-left:auto;margin-right:auto;
  background:var(--eppf-bg);color:var(--eppf-text);
  font-family:var(--eppf-ff-b);line-height:1.6;-webkit-font-smoothing:antialiased;
  padding:40px 22px;border-radius:24px;box-sizing:border-box;
  position:relative;overflow-x:hidden;
}
.elite-ppf-shell *{box-sizing:border-box}
.elite-ppf-shell .intro{text-align:center;margin-bottom:30px}
.elite-ppf-shell .arrow{display:inline-block;color:var(--eppf-accent);line-height:0;margin-bottom:8px}
.elite-ppf-shell .arrow svg{width:42px;height:42px;stroke:var(--eppf-accent);fill:none;stroke-width:2.4}
.elite-ppf-shell .eyebrow{font-family:var(--eppf-ff-h);font-weight:700;letter-spacing:.26em;text-transform:uppercase;font-size:.7rem;color:var(--eppf-accent);display:inline-flex;align-items:center;gap:10px}
.elite-ppf-shell .eyebrow::before,.elite-ppf-shell .eyebrow::after{content:"";width:22px;height:2px;background:var(--eppf-accent)}
.elite-ppf-shell .intro h2{font-family:var(--eppf-ff-d);font-weight:400;font-size:clamp(2rem,5vw,3.2rem);line-height:.95;margin:16px 0 12px;letter-spacing:.01em;text-transform:uppercase;color:var(--eppf-text)}
.elite-ppf-shell .intro h2 .accent{color:var(--eppf-accent)}
.elite-ppf-shell .intro p{color:var(--eppf-muted);max-width:46ch;margin:0 auto;font-size:.98rem}
.elite-ppf-shell .trust{display:flex;gap:22px;justify-content:center;flex-wrap:wrap;margin-top:20px}
.elite-ppf-shell .trust span{display:inline-flex;align-items:center;gap:8px;font-size:.82rem;color:var(--eppf-muted);font-weight:600}
.elite-ppf-shell .trust svg{width:16px;height:16px;stroke:var(--eppf-accent);fill:none;stroke-width:2}
.elite-ppf-shell .card{background:var(--eppf-surface);border:1px solid var(--eppf-line);border-radius:18px;padding:clamp(24px,4vw,40px);position:relative;overflow:hidden}
.elite-ppf-shell .steps-bar{display:flex;align-items:center;gap:0;margin-bottom:34px}
.elite-ppf-shell .pstep{display:flex;flex-direction:column;align-items:center;gap:9px;flex-shrink:0;z-index:2}
.elite-ppf-shell .pstep .dot{width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--eppf-surface-2);border:1px solid var(--eppf-line);font-family:var(--eppf-ff-h);font-weight:800;font-size:.9rem;color:var(--eppf-muted);transition:.35s}
.elite-ppf-shell .pstep .pl{font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;color:var(--eppf-muted);font-weight:700;transition:.3s}
.elite-ppf-shell .pstep.active .dot{background:var(--eppf-accent);color:#0a0a0c;border-color:var(--eppf-accent)}
.elite-ppf-shell .pstep.active .pl{color:var(--eppf-text)}
.elite-ppf-shell .pstep.done .dot{background:rgba(227,251,4,.15);border-color:var(--eppf-accent);color:var(--eppf-accent)}
.elite-ppf-shell .pstep .dot svg{width:18px;height:18px;stroke:var(--eppf-accent);fill:none;stroke-width:2.5}
.elite-ppf-shell .pline{flex:1;height:2px;background:var(--eppf-line);position:relative;margin:0 6px;margin-bottom:26px}
.elite-ppf-shell .pline .fill{position:absolute;inset:0;width:0;background:var(--eppf-accent);transition:.4s}
.elite-ppf-shell .step{display:none;animation:eppfFade .4s ease}
.elite-ppf-shell .step.show{display:block}
@keyframes eppfFade{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}
.elite-ppf-shell .step-title{font-family:var(--eppf-ff-d);font-weight:400;font-size:1.7rem;margin-bottom:6px;text-transform:uppercase;line-height:1;letter-spacing:.01em;color:var(--eppf-text)}
.elite-ppf-shell .step-sub{color:var(--eppf-muted);font-size:.92rem;margin-bottom:24px}
.elite-ppf-shell .opts{display:grid;gap:14px}
.elite-ppf-shell .opt-img{border:1px solid var(--eppf-line);border-radius:16px;overflow:hidden;cursor:pointer;transition:.25s;background:var(--eppf-surface-2);position:relative}
.elite-ppf-shell .opt-img:hover{border-color:rgba(227,251,4,.45)}
.elite-ppf-shell .opt-img.sel{border-color:var(--eppf-accent)}
.elite-ppf-shell .opt-img .pic{position:relative;width:100%;aspect-ratio:1000/520;overflow:hidden;background:#0a0a0c}
.elite-ppf-shell .opt-img .pic img{width:100%;height:100%;object-fit:cover;display:block}
.elite-ppf-shell .opt-img .pic .chk{position:absolute;top:12px;right:12px;width:28px;height:28px;border-radius:50%;border:2px solid rgba(255,255,255,.5);background:rgba(10,10,12,.5);display:flex;align-items:center;justify-content:center;transition:.25s}
.elite-ppf-shell .opt-img.sel .pic .chk{background:var(--eppf-accent);border-color:var(--eppf-accent)}
.elite-ppf-shell .opt-img .pic .chk svg{width:15px;height:15px;stroke:#0a0a0c;fill:none;stroke-width:3.5;opacity:0;transition:.2s}
.elite-ppf-shell .opt-img.sel .pic .chk svg{opacity:1}
.elite-ppf-shell .opt-img .info{padding:16px 18px}
.elite-ppf-shell .opt-img .info h4{font-family:var(--eppf-ff-h);font-weight:800;font-size:1.05rem;margin:0 0 4px;color:var(--eppf-text);text-transform:uppercase;letter-spacing:.01em}
.elite-ppf-shell .opt-img .info p{color:var(--eppf-muted);font-size:.85rem;line-height:1.4;margin:0}
.elite-ppf-shell .opt{border:1px solid var(--eppf-line);border-radius:14px;padding:20px 22px;cursor:pointer;transition:.25s;display:flex;align-items:center;gap:18px;background:var(--eppf-surface-2);position:relative}
.elite-ppf-shell .opt:hover{border-color:rgba(227,251,4,.45)}
.elite-ppf-shell .opt.sel{border-color:var(--eppf-accent);background:linear-gradient(120deg,rgba(227,251,4,.08),var(--eppf-surface-2))}
.elite-ppf-shell .oic{width:48px;height:48px;border-radius:12px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:rgba(227,251,4,.1);border:1px solid rgba(227,251,4,.22)}
.elite-ppf-shell .oic svg{width:24px;height:24px;stroke:var(--eppf-accent);fill:none;stroke-width:1.7}
.elite-ppf-shell .opt .oic{width:48px;height:48px}
.elite-ppf-shell .opt .oic svg{width:24px;height:24px;stroke:var(--eppf-accent);fill:none;stroke-width:1.7}
.elite-ppf-shell .opt .ot{flex:1}
.elite-ppf-shell .opt .ot h4{font-family:var(--eppf-ff-h);font-weight:700;font-size:1.08rem;margin:0 0 3px;color:var(--eppf-text)}
.elite-ppf-shell .opt .ot p{color:var(--eppf-muted);font-size:.86rem;line-height:1.4;margin:0}
.elite-ppf-shell .opt .chk{width:24px;height:24px;border-radius:50%;border:2px solid var(--eppf-line);flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:.25s}
.elite-ppf-shell .opt.sel .chk{background:var(--eppf-accent);border-color:var(--eppf-accent)}
.elite-ppf-shell .opt .chk svg{width:13px;height:13px;stroke:#0a0a0c;fill:none;stroke-width:3.5;opacity:0;transition:.2s}
.elite-ppf-shell .opt.sel .chk svg{opacity:1}
.elite-ppf-shell .opt.small{padding:14px 18px}
.elite-ppf-shell .opt.small .ot h4{font-size:.95rem}
.elite-ppf-shell .addon-toggle{margin-top:18px;border:1px dashed rgba(227,251,4,.4);border-radius:14px;padding:18px 20px;display:flex;align-items:center;gap:16px;cursor:pointer;transition:.25s;background:rgba(227,251,4,.03)}
.elite-ppf-shell .addon-toggle:hover{background:rgba(227,251,4,.06)}
.elite-ppf-shell .addon-toggle .ot{flex:1}
.elite-ppf-shell .addon-toggle h4{font-family:var(--eppf-ff-h);font-weight:700;font-size:1rem;margin:0 0 2px;color:var(--eppf-text)}
.elite-ppf-shell .addon-toggle p{color:var(--eppf-muted);font-size:.84rem;margin:0}
.elite-ppf-shell .switch{width:50px;height:28px;border-radius:30px;background:var(--eppf-surface-2);border:1px solid var(--eppf-line);flex-shrink:0;position:relative;transition:.3s}
.elite-ppf-shell .switch::after{content:"";position:absolute;top:3px;left:3px;width:20px;height:20px;border-radius:50%;background:var(--eppf-muted);transition:.3s}
.elite-ppf-shell .addon-toggle.on .switch{background:var(--eppf-accent);border-color:var(--eppf-accent)}
.elite-ppf-shell .addon-toggle.on .switch::after{left:25px;background:#0a0a0c}
.elite-ppf-shell .chips{display:flex;gap:10px;flex-wrap:wrap}
.elite-ppf-shell .chip{padding:11px 20px;border-radius:40px;border:1px solid var(--eppf-line);background:var(--eppf-surface-2);cursor:pointer;font-size:.9rem;font-weight:600;transition:.2s;display:inline-flex;align-items:center;gap:7px;color:var(--eppf-text)}
.elite-ppf-shell .chip:hover{border-color:rgba(227,251,4,.4)}
.elite-ppf-shell .chip.sel{background:var(--eppf-accent);color:#0a0a0c;border-color:var(--eppf-accent)}
.elite-ppf-shell .chip svg{width:15px;height:15px}
.elite-ppf-shell .field{margin-bottom:18px;width:100%}
.elite-ppf-shell .field label{display:block;height:18px;line-height:18px;font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;color:var(--eppf-muted);margin-bottom:8px;font-weight:700;white-space:nowrap;overflow:visible}
.elite-ppf-shell .field label span[style]{white-space:nowrap}
.elite-ppf-shell .field label .req{color:var(--eppf-accent);margin-left:3px}
.elite-ppf-shell .field input,.elite-ppf-shell .field textarea{display:block;width:100%;background:var(--eppf-bg);border:1px solid var(--eppf-line);border-radius:11px;padding:14px 16px;color:var(--eppf-text);font-family:var(--eppf-ff-b);font-size:.95rem;transition:.2s}
.elite-ppf-shell .field input:focus,.elite-ppf-shell .field textarea:focus{outline:none;border-color:var(--eppf-accent)}
.elite-ppf-shell .field input.err,.elite-ppf-shell .field textarea.err{border-color:#ff5a5a}
.elite-ppf-shell .field textarea{resize:vertical;min-height:100px}
.elite-ppf-shell .row{display:block}
.elite-ppf-shell .label-row{display:block;font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;color:var(--eppf-muted);margin-bottom:10px;font-weight:700}
.elite-ppf-shell .recap{background:var(--eppf-surface-2);border:1px solid var(--eppf-line);border-radius:12px;padding:16px 18px;margin-bottom:22px;display:flex;align-items:center;gap:12px}
.elite-ppf-shell .recap svg{width:20px;height:20px;stroke:var(--eppf-accent);fill:none;stroke-width:2;flex-shrink:0}
.elite-ppf-shell .recap .rt{font-size:.88rem}
.elite-ppf-shell .recap .rt b{font-family:var(--eppf-ff-h);font-weight:700;color:var(--eppf-accent)}
.elite-ppf-shell .consent{display:flex;gap:12px;align-items:flex-start;margin:6px 0 22px;cursor:pointer}
.elite-ppf-shell .consent .box{width:22px;height:22px;border-radius:6px;border:2px solid var(--eppf-line);flex-shrink:0;margin-top:1px;display:flex;align-items:center;justify-content:center;transition:.2s}
.elite-ppf-shell .consent.on .box{background:var(--eppf-accent);border-color:var(--eppf-accent)}
.elite-ppf-shell .consent .box svg{width:12px;height:12px;stroke:#0a0a0c;fill:none;stroke-width:3.5;opacity:0;transition:.2s}
.elite-ppf-shell .consent.on .box svg{opacity:1}
.elite-ppf-shell .consent.err .box{border-color:#ff5a5a}
.elite-ppf-shell .consent span{font-size:.82rem;color:var(--eppf-muted);line-height:1.5}
.elite-ppf-shell .consent a{color:var(--eppf-accent)}
.elite-ppf-shell .nav-btns{display:flex;gap:14px;margin-top:30px}
.elite-ppf-shell .btn{font-family:var(--eppf-ff-h);font-weight:800;font-size:.95rem;letter-spacing:.02em;padding:16px 28px;border-radius:50px;cursor:pointer;border:none;transition:.25s;text-transform:uppercase;display:inline-flex;align-items:center;justify-content:center;gap:9px}
.elite-ppf-shell .btn svg{width:18px;height:18px}
.elite-ppf-shell .btn-primary{background:var(--eppf-accent);color:#0a0a0c;flex:1}
.elite-ppf-shell .btn-primary:hover{transform:translateY(-2px);box-shadow:0 12px 34px -10px rgba(227,251,4,.6)}
.elite-ppf-shell .btn-ghost{background:transparent;color:var(--eppf-text);border:1px solid var(--eppf-line)}
.elite-ppf-shell .btn-ghost:hover{border-color:var(--eppf-accent);color:var(--eppf-accent)}
.elite-ppf-shell .btn:disabled{opacity:.4;cursor:not-allowed;transform:none;box-shadow:none}
.elite-ppf-shell .reassure{text-align:center;font-size:.8rem;color:var(--eppf-muted);margin-top:16px}
.elite-ppf-shell .reassure b{color:var(--eppf-text)}
.elite-ppf-shell .success{display:none;text-align:center;padding:20px 6px}
.elite-ppf-shell .success.show{display:block;animation:eppfFade .5s ease}
.elite-ppf-shell .success .ok{width:78px;height:78px;border-radius:50%;background:rgba(227,251,4,.12);border:1px solid rgba(227,251,4,.4);display:flex;align-items:center;justify-content:center;margin:0 auto 24px}
.elite-ppf-shell .success .ok svg{width:38px;height:38px;stroke:var(--eppf-accent);fill:none;stroke-width:2.5}
.elite-ppf-shell .success h3{font-family:var(--eppf-ff-d);font-weight:400;font-size:2.1rem;margin-bottom:12px;text-transform:uppercase;letter-spacing:.01em;color:var(--eppf-text)}
.elite-ppf-shell .success p{color:var(--eppf-muted);max-width:40ch;margin:0 auto 8px}
@media(max-width:540px){
  .elite-ppf-shell{padding:28px 16px;border-radius:18px}
  .elite-ppf-shell .pstep .pl{font-size:.62rem}
  .elite-ppf-shell .steps-bar{margin-bottom:28px}
  .elite-ppf-shell .nav-btns{flex-direction:column-reverse}
  .elite-ppf-shell .nav-btns .btn{width:100%}
  .elite-ppf-shell .opt{padding:16px;gap:14px}
  .elite-ppf-shell .trust{gap:14px}
  .elite-ppf-shell .card{padding:24px 18px}
}
@media(max-width:380px){
  .elite-ppf-shell .pstep .pl{display:none}
  .elite-ppf-shell .chips{gap:8px}
  .elite-ppf-shell .chip{padding:10px 16px;font-size:.85rem}
}
