/* style */

      .tiv-nl-lb{position:fixed;inset:0;z-index:99998;display:none;align-items:center;justify-content:center;
        background:rgba(10,74,74,.55);padding:18px;backdrop-filter:blur(2px)}
      .tiv-nl-lb.tiv-show{display:flex}
      .tiv-nl-lb-card{position:relative;background:#fbf5ec;border-radius:20px;max-width:460px;width:100%;
        padding:34px 32px 26px;box-shadow:0 24px 60px rgba(10,74,74,.32);
        font-family:Inter,-apple-system,'Segoe UI',Helvetica,Arial,sans-serif;
        animation:tivNlIn .28s cubic-bezier(.2,.8,.3,1)}
      @keyframes tivNlIn{from{opacity:0;transform:translateY(14px) scale(.98)}to{opacity:1;transform:none}}
      @media (prefers-reduced-motion: reduce){.tiv-nl-lb-card{animation:none}}
      .tiv-nl-lb-close{position:absolute;top:12px;right:14px;background:none;border:0;font-size:30px;
        line-height:1;color:#7a8f8c;cursor:pointer;padding:4px 8px}
      .tiv-nl-lb-close:hover{color:#0a4a4a}
      .tiv-nl-lb-eyebrow{margin:0 0 8px;font-size:12.5px;font-weight:700;letter-spacing:.14em;
        text-transform:uppercase;color:#e59875}
      .tiv-nl-lb-card h2{margin:0 0 10px;font-size:25px;line-height:1.2;font-weight:800;color:#0a4a4a}
      .tiv-nl-lb-sub{margin:0 0 18px;font-size:15.5px;line-height:1.55;color:#3a4f4c}
      .tiv-nl-lb-card form{display:flex;flex-direction:column;gap:12px}
      .tiv-nl-lb-card input[type=email]{width:100%;padding:13px 15px;font-size:16px;border:1px solid #e0cdbb;
        border-radius:10px;background:#fff;color:#0a4a4a;box-sizing:border-box}
      .tiv-nl-lb-card input[type=email]:focus{outline:2px solid #1f6f5c;outline-offset:1px}
      .tiv-nl-lb-consent{display:flex;gap:10px;align-items:flex-start;font-size:13px;line-height:1.5;color:#4a5a57}
      .tiv-nl-lb-consent input{margin-top:3px;flex:0 0 auto}
      .tiv-nl-lb-consent a{color:#1f6f5c}
      .tiv-nl-lb-submit{background:#1f6f5c;color:#fff;border:0;border-radius:999px;padding:14px 20px;
        font-size:16px;font-weight:700;cursor:pointer}
      .tiv-nl-lb-submit:hover{background:#18594a}
      .tiv-nl-lb-decline{display:block;margin:14px auto 0;background:none;border:0;color:#7a8f8c;
        font-size:13.5px;text-decoration:underline;cursor:pointer}
      .tiv-nl-lb .tiv-nl-msg{font-size:14px;margin-top:4px}
      .tiv-nl-lb .tiv-nl-msg.is-success{color:#1a7a4f;font-weight:600}
      .tiv-nl-lb .tiv-nl-msg.is-error{color:#b3372b}
    