/* Vidastu capture popup — Eldeco Echoes of Eden. Self-contained, ~4KB. Fixed overlay = zero CLS. */
.vdcp-overlay{position:fixed;inset:0;z-index:2147483000;display:none;align-items:center;justify-content:center;padding:20px;background:rgba(12,22,17,.55);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);opacity:0;transition:opacity .25s cubic-bezier(.16,1,.3,1);font-family:'DM Sans',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif}
.vdcp-overlay.is-open{display:flex;opacity:1}
.vdcp-card{background:#fff;width:100%;max-width:420px;border-radius:18px;padding:26px 24px 20px;position:relative;box-shadow:0 24px 70px rgba(0,0,0,.32);transform:translateY(14px);transition:transform .32s cubic-bezier(.16,1,.3,1);max-height:calc(100vh - 40px);overflow-y:auto}
.vdcp-overlay.is-open .vdcp-card{transform:translateY(0)}
.vdcp-close{position:absolute;top:12px;right:12px;width:32px;height:32px;border-radius:50%;background:#f5f4f0;color:#6b6a63;display:flex;align-items:center;justify-content:center;font-size:19px;line-height:1;transition:background .2s ease,color .2s ease}
.vdcp-close:hover{background:#e2e0d8;color:#1a1a1a}
.vdcp-headline{font-size:19px;font-weight:700;letter-spacing:-0.02em;line-height:1.28;color:#1a1a1a;margin:0 26px 14px 0}
.vdcp-chips{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}
.vdcp-chip{border:1.5px solid #e2e0d8;background:#fff;color:#1a1a1a;font-size:12.5px;font-weight:600;padding:8px 13px;border-radius:999px;transition:background .18s ease,border-color .18s ease,color .18s ease}
.vdcp-chip:hover{border-color:#c9a84c}
.vdcp-chip.is-active{background:#1a3a2a;border-color:#1a3a2a;color:#fff}
.vdcp-fg{margin-bottom:10px}
.vdcp-fg input{width:100%;padding:13px 14px;border:1.5px solid #e2e0d8;border-radius:10px;font-size:16px;color:#1a1a1a;background:#fff;transition:border-color .18s ease}
.vdcp-fg input:focus{outline:none;border-color:#c9a84c}
.vdcp-err{color:#bf4040;font-size:12.5px;margin:2px 0 10px}
.vdcp-submit{width:100%;padding:14px;border-radius:10px;background:linear-gradient(135deg,#c9a84c,#a88a3a);color:#1a2a1f;font-size:15px;font-weight:700;letter-spacing:-0.01em;margin-top:2px;transition:opacity .18s ease,transform .18s ease}
.vdcp-submit:hover{opacity:.92}
.vdcp-submit:active{transform:scale(.98)}
.vdcp-success{text-align:center;padding-top:6px}
.vdcp-check{width:52px;height:52px;border-radius:50%;background:#e8f5ee;color:#1a8f5c;font-size:26px;display:flex;align-items:center;justify-content:center;margin:0 auto 14px}
.vdcp-success .vdcp-headline{text-align:center;margin:0 0 6px}
.vdcp-sub{font-size:14px;color:#54544e;line-height:1.5;margin-bottom:18px}
.vdcp-wa{display:inline-block;background:#25D366;color:#fff;font-weight:700;font-size:14.5px;padding:12px 22px;border-radius:9px}
.vdcp-trust{margin-top:16px;padding-top:14px;border-top:1px solid #ece9e1;font-size:11px;line-height:1.6;color:#8a887f;text-align:center}
.vdcp-trust strong{color:#54544e;font-weight:600}
.vdcp-trust a{color:#a88a3a;text-decoration:underline;text-underline-offset:2px}
.vdcp-overlay :focus-visible{outline:2px solid #c9a84c;outline-offset:2px}
@media (max-width:480px){.vdcp-card{padding:22px 18px 18px}.vdcp-headline{font-size:18px}}
@media (prefers-reduced-motion:reduce){.vdcp-overlay,.vdcp-card{transition:none!important}}
