.crp-wrapper{position:fixed;bottom:2rem;left:2rem;z-index:9999;display:flex;align-items:flex-end;pointer-events:none}.crp-wrapper.rtl{left:auto;right:2rem}.crp-card{pointer-events:auto;background:#2d1b22d9;backdrop-filter:blur(20px) saturate(1.5);-webkit-backdrop-filter:blur(20px) saturate(1.5);border:1px solid rgba(112,77,98,.3);border-radius:20px;padding:1.25rem;width:320px;box-shadow:0 20px 40px #0006,0 0 30px #704d6226,inset 0 1px #ffffff1a;display:flex;flex-direction:column;gap:1rem;position:relative;overflow:hidden}.crp-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at top left,rgba(112,77,98,.2),transparent 70%);pointer-events:none}.crp-close{position:absolute;top:.75rem;right:.75rem;background:#fff3;border:1px solid rgba(255,255,255,.1);border-radius:50%;width:28px;height:28px;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;transition:all .2s ease;z-index:2;box-shadow:0 4px 12px #0000004d}.crp-wrapper.rtl .crp-close{right:auto;left:.75rem}.crp-close:hover{background:#ffffff4d;transform:scale(1.05)}.crp-content{display:flex;gap:1rem;align-items:flex-start;z-index:1}.crp-icon-wrapper{flex-shrink:0;width:48px;height:48px;background:linear-gradient(135deg,#704d624d,#704d621a);border:1px solid rgba(112,77,98,.5);border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--brand-pink);box-shadow:0 4px 15px #704d6233}.crp-text{display:flex;flex-direction:column;gap:.25rem;padding-right:1.5rem}.crp-wrapper.rtl .crp-text{padding-right:0;padding-left:1.5rem}.crp-headline{font-size:1.15rem;font-weight:700;color:#fff;margin:0;line-height:1.2}.crp-message{font-size:.8rem;color:var(--text-muted);margin:0;line-height:1.4}.crp-btn{background:var(--brand-coral);color:#fff;border:none;padding:.75rem 1rem;border-radius:10px;font-weight:600;font-size:.85rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #e06c4d4d;text-align:center;z-index:1;font-family:inherit;animation:crp-btn-pulse 2.5s infinite}.crp-btn:hover{background:#f07e5c;transform:translateY(-2px);box-shadow:0 6px 16px #e06c4d66;animation:none}@keyframes crp-btn-pulse{0%{transform:scale(1);box-shadow:0 4px 12px #e06c4d4d,0 0 #e06c4d66}70%{transform:scale(1.02);box-shadow:0 4px 12px #e06c4d4d,0 0 0 10px #e06c4d00}to{transform:scale(1);box-shadow:0 4px 12px #e06c4d4d,0 0 #e06c4d00}}@media (max-width: 640px){.crp-wrapper{bottom:1rem;left:1rem;right:1rem}.crp-wrapper.rtl{left:1rem;right:1rem}.crp-card{width:100%}}html[dir=rtl] .crp-headline{line-height:1.5}.crp-hero-image{width:calc(100% + 2.5rem);margin:-1.25rem -1.25rem 0;border-radius:20px 20px 0 0;aspect-ratio:1 / 1;object-fit:cover;display:block}
