@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
.lrsite-footer{background:#0A0D16;color:rgba(255,255,255,.6);font-family:'Inter',system-ui,-apple-system,'Segoe UI',sans-serif;padding:30px 24px;font-size:13px;line-height:1.6;}
.lrsite-footer *{box-sizing:border-box;}
.lrsite-footer__inner{max-width:1240px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap;}
.lrsite-footer__brand{display:flex;align-items:center;gap:12px;}
.lrsite-footer__logo{width:40px;height:auto;display:block;}
.lrsite-footer a{color:rgba(255,255,255,.72)!important;text-decoration:none;}
.lrsite-footer a:hover{color:#fff!important;}
.lrsite-footer__links{display:flex;flex-wrap:wrap;gap:8px 16px;}
@media(max-width:640px){.lrsite-footer__inner{flex-direction:column;align-items:flex-start;}}

/* Erori formular AJAX (real-time) */
.js-field-error{color:#c0392b;font-size:13px;margin-top:5px;}
.js-form-msg{background:#fde8e6;color:#c0392b;padding:11px 14px;border-radius:9px;font-size:14px;margin-bottom:14px;line-height:1.45;}
.js-form-msg--ok{background:#e7f7ec;color:#1c7c3b;}

/* Confirmare inscriere (inline, in cardul formularului) */
.js-confirm{text-align:center;background:#fff;border-radius:14px;padding:26px 20px;animation:js-confirm-in .3s ease;}
.js-confirm__icon{width:56px;height:56px;border-radius:50%;background:#e7f7ec;color:#1c7c3b;font-size:30px;line-height:56px;margin:0 auto 14px;font-weight:700;}
.js-confirm__title{font-size:21px;font-weight:800;letter-spacing:-.01em;color:#101421;margin-bottom:8px;font-family:'Manrope','Inter',system-ui,sans-serif;}
.js-confirm__msg{color:#5B6474;font-size:15px;line-height:1.55;margin:0 auto 20px;max-width:430px;}
.js-confirm__btn{display:inline-block;background:#25D366;color:#fff;font-weight:700;font-size:15.5px;padding:13px 24px;border-radius:11px;text-decoration:none;transition:background .15s;}
.js-confirm__btn:hover{background:#1da851;}
@keyframes js-confirm-in{from{opacity:0;transform:translateY(8px);}to{opacity:1;transform:none;}}
