  <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap" rel="stylesheet" />

  <style>
    /* ─── Reset ─────────────────────────────────────────────── */
    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

    /* ─── Module wrapper ────────────────────────────────────── */
    .nl-module {
      width: 100%;
/*       background: #71A060; */
      font-family: 'Poppins', sans-serif;
      position: relative;
      overflow: hidden;
    }

    .nl-inner {
      max-width: 1440px;
      height: auto;
      margin: 0 auto;
      display: flex;
      align-items: normal;
      justify-content: center;
      position: relative;
    }

    /* ─── Price badge (desktop) ─────────────────────────────── */
    .nl-badge {
      position: absolute;
      left: calc(50% - 1128px/2 + 544px - 156px);
      top: 60px;
      width: 120px;
      height: 120px;
      z-index: 10;
      pointer-events: none;
    }
    .nl-badge img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      display: block;
    }

    /* ─── Content row ───────────────────────────────────────── */
    .nl-content {
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      justify-content: center;
      gap: 184px;
      width: 1128px;
    }

    /* ─── Left column ───────────────────────────────────────── */
    .nl-left {
      width: 497px;
      display: flex;
      flex-direction: column;
      gap: 8px;
    }

/*     .nl-heading {
      font-size: 32px;
      font-weight: 600;
      line-height: 130%;
      color: #fff;
    } */

/*     .nl-heading .nl-pill {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: #FFC700;
      border-radius: 999px;
      padding: 2px 16px;
      color: #212121;
      font-size: 32px;
      font-weight: 600;
      line-height: 130%;
      white-space: nowrap;
    } */

/*     .nl-sub {
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
      color: #fff;
    } */

    /* ─── Right column – HubSpot host ───────────────────────── */
    .nl-right {
      width: 447px;
      display: flex;
      flex-direction: column;
      gap: 0;
    }

    /* ─── HubSpot form overrides ────────────────────────────── */
    .nl-right .hbspt-form,
    .nl-right form {
      width: 100% !important;
    }

    /* Email input field */
    .nl-right .hs-input[type="email"],
    .nl-right .hs-input[type="text"] {
      width: 391px !important;
      height: 64px !important;
      background: #fff !important;
      border: 1.5px solid #fff !important;
      border-radius: 4px !important;
      padding: 12px 20px !important;
      font-family: 'Poppins', sans-serif !important;
      font-size: 16px !important;
      font-weight: 400 !important;
      color: #212121 !important;
      outline: none !important;
      box-shadow: none !important;
    }

    .nl-right .hs-input[type="email"]::placeholder,
    .nl-right .hs-input[type="text"]::placeholder {
      color: #737475 !important;
    }

    /* Hide default HS labels if needed */
    .nl-right .hs-form-field > label {
      display: none !important;
    }

    /* Checkbox wrapper */
    .nl-right .hs-form-booleancheckbox,
    .nl-right .hs-form-checkbox {
      display: flex !important;
      align-items: flex-start !important;
      gap: 10px !important;
      margin-bottom: 8px !important;
    }

    .nl-right .hs-form-booleancheckbox input[type="checkbox"],
    .nl-right .hs-form-checkbox   input[type="checkbox"] {
      width: 20px !important;
      height: 20px !important;
      min-width: 20px !important;
      appearance: none !important;
      -webkit-appearance: none !important;
      background: #fff !important;
      border: 1.5px solid #fff !important;
      border-radius: 2px !important;
      cursor: pointer !important;
      margin-top: 1px !important;
      position: relative !important;
      flex-shrink: 0 !important;
    }

    .nl-right .hs-form-booleancheckbox input[type="checkbox"]:checked::after,
    .nl-right .hs-form-checkbox   input[type="checkbox"]:checked::after {
      content: '✓' !important;
      position: absolute !important;
      top: 50% !important; left: 50% !important;
      transform: translate(-50%, -50%) !important;
      font-size: 13px !important;
      color: #71A060 !important;
      font-weight: 700 !important;
    }

    .nl-right .hs-form-booleancheckbox label,
    .nl-right .hs-form-checkbox   label {
      font-family: 'Poppins', sans-serif !important;
      font-size: 12px !important;
      font-weight: 400 !important;
      line-height: 18px !important;
      color: #fff !important;
      cursor: pointer !important;
      display: block !important;
    }

    /* Field groups / rows */
    .nl-right .hs-form-field {
      margin-bottom: 16px !important;
    }

    .nl-right .hs-email .hs-form-field,
    .nl-right fieldset {
      max-width: 100% !important;
    }

    .nl-right fieldset { border: none !important; padding: 0 !important; }

    /* Submit button */
    .nl-right .hs-submit,
    .nl-right .hs-button,
    .nl-right input[type="submit"] {
      display: flex !important;
      align-items: center !important;
      justify-content: center !important;
      width: min-content;
      height: auto !important;
      background: #fff !important;
      border: 1px solid #212121 !important;
      border-radius: 6px !important;
      font-family: 'Poppins', sans-serif !important;
      font-size: 16px !important;
      font-weight: 600 !important;
      letter-spacing: 0.01em !important;
      color: #212121 !important;
      cursor: pointer !important;
     
      transition: background .18s, color .18s !important;
      white-space: nowrap !important;
      box-shadow: none !important;
      outline: none !important;
    }
      div.hs_submit.hs-submit > div.actions > input {
        padding: 10px 20px;
    }

    .nl-right .hs-button:hover,
    .nl-right input[type="submit"]:hover {
      background: #212121 !important;
      color: #fff !important;
    }

    /* Error messages */
    .nl-right .hs-error-msgs {
      list-style: none !important;
      margin: 4px 0 0 !important;
      padding: 0 !important;
    }
    .nl-right .hs-error-msgs li label {
      color: #FFE680 !important;
      font-size: 11px !important;
      font-weight: 500 !important;
    }

    /* Success message */
    .nl-right .submitted-message {
      font-family: 'Poppins', sans-serif !important;
      font-size: 16px !important;
      font-weight: 600 !important;
      color: #fff !important;
      padding: 20px 0 !important;
    }
     div.hs_wyra_am_zgod_na_otrzymywanie_informacji_handlowych_newsletter_na_podany_adres_e_mail_zgodnie_z_usta.hs-wyra_am_zgod_na_otrzymywanie_informacji_handlowych_newsletter_na_podany_adres_e_mail_zgodnie_z_usta.hs-fieldtype-booleancheckbox.field.hs-form-field > div > ul > li > label > span {
      margin-left: 10px;
    }

    /* ─── MOBILE ≤ 1130px ────────────────────────────────────── */
    @media (max-width: 1130px) {
      .nl-inner {
        height: auto;
        padding: 36px 0;
        align-items: flex-start;
      }

      .nl-badge {
        display: none; /* hidden on mobile per spec (display:none on .Cena z dupy) */
      }

      /* Visible mobile price badge */
      .nl-badge-mobile {
        display: flex !important;
      }

      .nl-content {
        width: 320px;
        flex-direction: column;
        gap: 16px;
      }

      .nl-left {
        width: 100%;
        gap: 4px;
      }

/*       .nl-heading {
        font-size: 20.86px;
        line-height: 150%;
        width: 211px;
      } */

/*       .nl-heading .nl-pill {
        font-size: 20.86px;
        padding: 1.3px 10.4px;
        border-radius: 651px;
      } */

/*       .nl-sub {
        font-size: 12px;
        line-height: 18px;
        width: 296px;
      } */

      .nl-right {
        width: 320px;
      }

      /* Mobile – widen input */
      .nl-right .hs-input[type="email"],
      .nl-right .hs-input[type="text"] {
        width: 100% !important;
        height: 50px !important;
        font-size: 12px !important;
        padding: 16px 20px !important;
      }

      .nl-right .hs-button,
      .nl-right input[type="submit"] {
        width: 100% !important;
      }
      div.hs_submit.hs-submit > div.actions {
        width: 100% !important;
      }
      div.hs_submit.hs-submit {
        width: 100% !important;
      }
    }

    /* ─── Mobile badge (hidden on desktop) ─────────────────── */
    .nl-badge-mobile {
      display: none;
      position: absolute;
      right: calc(50% - 296px/2 - 16px);
      top: 53px;
      width: 80px;
      height: 80px;
      z-index: 10;
      pointer-events: none;
    }
    .nl-badge-mobile img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      display: block;
    }
    .nl-badge-mobile .nl-badge__label { font-size: 7.5px; }
    .nl-badge-mobile .nl-badge__value { font-size: 32px; }
    .nl-badge-mobile .nl-badge__unit  { font-size: 7.5px; }
    
    @media (min-width: 1130px) {
      .nl-module {
        padding: 40px 0;
      }
      .nl-left {
        top: 60px;
        position: relative;
      }
      .nl-content {
/*         height: 351px; */
      }
    }