/* DesiHerbal Popup Styles */
.dh-popup{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;visibility:hidden;opacity:0;transition:.4s}
.dh-popup.show{visibility:visible;opacity:1}
.dh-popup__overlay{position:absolute;inset:0;background:rgba(0,0,0,.65);backdrop-filter:blur(4px)}
.dh-popup__box{position:relative;background:linear-gradient(135deg,#062B1F,#0a4530);border-radius:16px;max-width:440px;width:90%;padding:44px 36px;text-align:center;transform:scale(.85);transition:transform .4s cubic-bezier(.34,1.56,.64,1);box-shadow:0 24px 80px rgba(0,0,0,.5);border:1px solid rgba(212,175,55,.3);color:#fff;overflow:hidden}
.dh-popup.show .dh-popup__box{transform:scale(1)}
.dh-popup__close{position:absolute;top:14px;right:16px;background:none;border:none;color:rgba(255,255,255,.5);font-size:24px;cursor:pointer;transition:.3s;z-index:2}.dh-popup__close:hover{color:#fff}
.dh-popup__sparkle{position:absolute;top:-50px;right:-50px;width:150px;height:150px;background:radial-gradient(circle,rgba(212,175,55,.15),transparent);border-radius:50%}
.dh-popup__sparkle2{position:absolute;bottom:-30px;left:-30px;width:100px;height:100px;background:radial-gradient(circle,rgba(212,175,55,.1),transparent);border-radius:50%}
.dh-popup__icon{font-size:3.5rem;margin-bottom:16px;animation:float 3s ease-in-out infinite}
.dh-popup__title{font-family:'Playfair Display',serif;font-size:1.6rem;color:#D4AF37;margin-bottom:8px}
.dh-popup__subtitle{font-size:2rem;font-weight:800;color:#fff;margin-bottom:8px;font-family:'Playfair Display',serif}
.dh-popup__text{opacity:.8;font-size:.9rem;line-height:1.6;margin-bottom:24px}
.dh-popup__form{display:flex;gap:0;border-radius:8px;overflow:hidden;margin-bottom:16px;box-shadow:0 4px 20px rgba(0,0,0,.3)}
.dh-popup__form input{flex:1;padding:14px 16px;border:none;outline:none;font-size:.95rem;background:#fff;color:#333}
.dh-popup__form button{background:#D4AF37;color:#fff;border:none;padding:14px 22px;font-weight:700;cursor:pointer;text-transform:uppercase;font-size:.85rem;letter-spacing:.5px;transition:.3s;white-space:nowrap}
.dh-popup__form button:hover{background:#e8cc6e}
.dh-popup__disclaimer{font-size:.75rem;opacity:.5}
.dh-popup__features{display:flex;gap:16px;justify-content:center;margin-bottom:20px;font-size:.8rem;opacity:.7}
