.acw-newsletter{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%;min-height:430px;padding:30px 24px 34px;overflow:hidden;border:1px solid #e4edf8;border-radius:18px;background:#f2f7ff;direction:rtl}
.acw-newsletter *{box-sizing:border-box}
.acw-newsletter--pattern::before{content:"";position:absolute;inset:0;pointer-events:none;background-image:radial-gradient(circle at 18% 85%,rgba(23,105,224,.08) 0 1px,transparent 1.5px),linear-gradient(135deg,transparent 0 65%,rgba(23,105,224,.035) 65% 66%,transparent 66%);background-size:16px 16px,100% 100%;opacity:.7}
.acw-newsletter__content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;width:100%;text-align:center}
.acw-newsletter__title{margin:0;color:#1769e0;font-size:20px;font-weight:800;line-height:1.5}
.acw-newsletter__description{max-width:330px;margin-top:12px;color:#667085;font-size:13px;line-height:1.9}
.acw-newsletter__form{display:flex;flex-direction:column;width:100%;margin-top:20px;gap:10px}
.acw-newsletter__input{width:100%;height:52px;padding:0 16px;border:1px solid #dfe7f2;border-radius:10px;background:#fff;color:#374151;font-size:13px;text-align:right;outline:none;transition:border-color .2s ease,box-shadow .2s ease}
.acw-newsletter__input:focus{border-color:#1769e0;box-shadow:0 0 0 3px rgba(23,105,224,.12)}
.acw-newsletter__button{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;min-height:52px;padding:10px 18px;border:0;border-radius:10px;background:#1769e0;color:#fff;font-size:14px;font-weight:700;cursor:pointer;transition:background .2s ease,transform .2s ease}
.acw-newsletter__button:hover{background:#0f56c6;transform:translateY(-1px)}
.acw-newsletter__button:disabled{opacity:.7;cursor:wait}
.acw-newsletter__button-icon{display:inline-flex}
.acw-newsletter__button-icon svg{width:1em;height:1em;fill:currentColor}
.acw-newsletter__status{min-height:18px;font-size:12px;line-height:1.5}
.acw-newsletter__status.is-success{color:#0f8a52}
.acw-newsletter__status.is-error{color:#c62828}
.acw-newsletter__privacy{margin-top:8px;color:#9aa4b2;font-size:11px;line-height:1.7}
.acw-newsletter__envelope{position:relative;z-index:1;width:180px;max-width:80%;margin-top:auto;transform:translateY(18px);filter:drop-shadow(0 16px 22px rgba(65,95,143,.12))}
.acw-newsletter__envelope img,.acw-newsletter__envelope svg{display:block;width:100%;height:auto}
.acw-newsletter__honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important}
@media(max-width:1024px){.acw-newsletter{min-height:380px;padding:26px 20px 30px}.acw-newsletter__content{min-width:0}.acw-newsletter__form{max-width:100%}}
@media(max-width:767px){.acw-newsletter{min-height:360px;padding:24px 16px 26px}.acw-newsletter__description{font-size:12.5px}.acw-newsletter__envelope{transform:translateY(10px)}}
