/* Growth additions use the existing theme tokens; existing surfaces are unchanged. */
.newsletter-footer{width:min(650px,100%);margin:28px auto;text-align:left}
.public-page .newsletter-footer h2,.public-page .newsletter-card h2{font-size:1.35rem;line-height:1.3;margin-bottom:14px}
.newsletter-fields{display:flex;flex-wrap:wrap;gap:12px}
.newsletter-fields>div{flex:1 1 200px;min-width:0}
.newsletter-form input{width:100%;font-size:16px;background:#fff;color:var(--ink);border:1px solid var(--muted);border-radius:5px}
.newsletter-form label{display:block;font-size:14px;margin-bottom:5px}
.newsletter-form .newsletter-note,.newsletter-form [role=status],.privacy-note{font-size:14px;line-height:1.6}
.newsletter-form a,.privacy-note a{text-decoration:underline;text-underline-offset:3px}
.newsletter-form .button{font-size:16px;padding:12px 20px}
.newsletter-form button:disabled{opacity:.65;cursor:wait}
.newsletter-form [role=status]:empty{display:none}
.newsletter-trap{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}
.newsletter-card.glass{position:fixed;left:18px;bottom:20px;z-index:95;width:min(390px,calc(100vw - 36px));padding:24px;background:#f3efe8f5;max-height:calc(100dvh - 120px);overflow:auto;box-shadow:0 18px 60px #30251a33}
.newsletter-card [data-newsletter-dismiss]{float:right;min-width:44px;min-height:44px;margin:-12px -12px 4px 8px;background:transparent;color:var(--ink);font-size:24px}
.mobile-call{display:none}
@media(prefers-reduced-motion:no-preference){
 .newsletter-card:not([hidden]){animation:newsletter-enter 220ms var(--ease-out)}
 .mobile-call:not([hidden]){animation:newsletter-enter 200ms var(--ease-out)}
 @keyframes newsletter-enter{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}
}
@media(max-width:700px){
 .mobile-call:not([hidden]){position:fixed;display:flex;align-items:center;justify-content:center;gap:10px;inset:auto 0 0;z-index:101;border-radius:10px 10px 0 0;min-height:58px;padding:12px 16px calc(12px + env(safe-area-inset-bottom));background:#f3efe8ed;color:var(--ink);border-top:2px solid var(--orange);font-weight:800}
 .mobile-call .icon{color:var(--orange)}
 .mobile-call span{font-size:14px}
 .has-mobile-call .assistant{bottom:calc(76px + env(safe-area-inset-bottom))}
 .has-mobile-call .back-top{bottom:calc(150px + env(safe-area-inset-bottom))}
 .has-mobile-call{padding-bottom:calc(70px + env(safe-area-inset-bottom))}
 .newsletter-card.glass{bottom:calc(140px + env(safe-area-inset-bottom));max-height:calc(100dvh - 230px)}
 .has-mobile-call .assistant-panel.glass{max-height:calc(100dvh - 185px)}
 .newsletter-card .newsletter-fields{gap:8px}
 .newsletter-card .newsletter-form.stack>*+*{margin-top:10px}
}
