.zw-np,
.zw-np * {
box-sizing: border-box;
}
.zw-np {
--zw-green-900: #0a3e2b;
--zw-green-800: #0f5138;
--zw-green-700: #146b48;
--zw-green-100: #edf6f0;
--zw-green-050: #f5faf7;
--zw-cream: #fcfbf7;
--zw-white: #ffffff;
--zw-text: #203129;
--zw-muted: #66736c;
--zw-border: #dce6df;
--zw-gold: #f7cf66;
position: fixed;
inset: 0;
z-index: 999999;
display: none;
align-items: center;
justify-content: center;
padding: 16px;
color: var(--zw-text);
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
font-size: 16px;
line-height: 1.45;
-webkit-font-smoothing: antialiased;
}
.zw-np.zw-np-open {
display: flex;
animation: zwNpFadeIn .18s ease-out;
}
.zw-np-overlay {
position: absolute;
inset: 0;
background: rgba(12, 24, 18, .66);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
}
.zw-np-box {
position: relative;
width: min(100%, 520px);
max-height: calc(100vh - 32px);
max-height: calc(100dvh - 32px);
overflow-y: auto;
overscroll-behavior: contain;
border: 1px solid rgba(255, 255, 255, .65);
border-radius: 24px;
background: var(--zw-cream);
box-shadow: 0 30px 90px rgba(0, 0, 0, .30), 0 6px 24px rgba(0, 0, 0, .10);
animation: zwNpSlideUp .28s cubic-bezier(.16, 1, .3, 1);
scrollbar-width: thin;
scrollbar-color: #cfd9d2 transparent;
}
.zw-np-box.zw-np-edge {
padding: 0;
}
.zw-np-close {
position: absolute;
z-index: 20;
top: 12px;
right: 12px;
display: grid;
width: 44px;
height: 44px;
place-items: center;
padding: 0;
border: 1px solid rgba(10, 62, 43, .08);
border-radius: 50%;
color: var(--zw-green-900);
background: rgba(252, 251, 247, .94);
box-shadow: 0 4px 14px rgba(0, 0, 0, .06);
cursor: pointer;
transition: transform .16s ease, background .16s ease, box-shadow .16s ease;
}
.zw-np-close:hover,
.zw-np-close:focus-visible {
background: #fff;
box-shadow: 0 7px 20px rgba(0, 0, 0, .10);
outline: 3px solid rgba(20, 107, 72, .16);
transform: translateY(-1px);
}
.zw-np-form,
.zw-np-state,
.zw-np-step {
width: 100%;
margin: 0;
}
.zw-np-stepbar {
position: relative;
display: flex;
min-height: 62px;
align-items: center;
justify-content: flex-start;
gap: 8px;
padding: 10px 64px 10px 20px;
border-bottom: 1px solid #ebece7;
background: rgba(252, 251, 247, .98);
}
.zw-np-stepbar > span {
display: inline-flex;
min-height: 30px;
align-items: center;
padding: 5px 11px;
border-radius: 999px;
color: var(--zw-green-900);
background: #edf2ec;
font-size: 11px;
font-weight: 800;
letter-spacing: .055em;
text-transform: uppercase;
}
.zw-np-back {
display: grid;
width: 40px;
height: 40px;
place-items: center;
margin-left: -8px;
padding: 0;
border: 0;
border-radius: 50%;
color: var(--zw-green-700);
background: transparent;
cursor: pointer;
}
.zw-np-back:hover,
.zw-np-back:focus-visible {
background: var(--zw-green-100);
outline: 3px solid rgba(20, 107, 72, .12);
}
.zw-np-back svg {
width: 24px;
fill: none;
stroke: currentColor;
stroke-width: 2.1;
stroke-linecap: round;
stroke-linejoin: round;
} .zw-np-person {
display: grid;
grid-template-columns: 168px 1fr;
min-height: 142px;
overflow: hidden;
background: linear-gradient(125deg, #f2ebdd 0%, #f8f4ea 56%, #f0eadf 100%);
}
.zw-np-person-photo {
position: relative;
min-width: 0;
height: 142px;
overflow: hidden;
background: #d8ddd7;
}
.zw-np-person-photo::after {
content: "";
position: absolute;
inset: 0;
background: linear-gradient(90deg, transparent 72%, rgba(248, 244, 234, .50) 100%);
pointer-events: none;
}
.zw-np-person-photo img {
width: 100%;
height: 100%;
display: block;
object-fit: cover;
object-position: 31% 46%;
transform: scale(1.02);
}
.zw-np-person-copy {
display: flex;
min-width: 0;
flex-direction: column;
justify-content: center;
padding: 18px 22px;
}
.zw-np-person-copy small {
align-self: flex-start;
margin: 0 0 9px;
padding: 6px 10px;
border-radius: 999px;
color: var(--zw-green-900);
background: var(--zw-gold);
font-size: 10px;
font-weight: 900;
letter-spacing: .05em;
text-transform: uppercase;
}
.zw-np-person-copy strong {
color: var(--zw-green-900);
font-family: "Playfair Display", Georgia, serif;
font-size: 23px;
font-weight: 700;
line-height: 1.08;
}
.zw-np-person-copy span {
margin-top: 5px;
color: var(--zw-muted);
font-size: 13px;
font-weight: 500;
}
.zw-np-content {
padding: 24px 28px 26px;
}
.zw-np-content-topic {
padding-top: 24px;
}
.zw-np-eyebrow {
width: fit-content;
margin: 0 auto 9px;
color: var(--zw-green-700);
font-size: 11px;
font-weight: 850;
letter-spacing: .075em;
text-align: center;
text-transform: uppercase;
}
.zw-np-title {
max-width: 430px;
margin: 0 auto 9px;
color: var(--zw-green-900);
font-family: "Playfair Display", Georgia, serif;
font-size: clamp(27px, 5vw, 34px);
font-weight: 700;
line-height: 1.08;
text-align: center;
letter-spacing: -.024em;
}
.zw-np-lead {
max-width: 430px;
margin: 0 auto 19px;
color: #56645c;
font-size: 15px;
line-height: 1.55;
text-align: center;
}
.zw-np-topics {
display: grid;
gap: 10px;
}
.zw-np-topic {
display: grid;
width: 100%;
min-height: 68px;
grid-template-columns: 44px 1fr 20px;
gap: 12px;
align-items: center;
padding: 10px 13px;
border: 1px solid #bfd0c4;
border-radius: 14px;
color: var(--zw-green-900);
background: #fff;
font: inherit;
text-align: left;
cursor: pointer;
transition: transform .16s ease, border-color .16s ease, background .16s ease, box-shadow .16s ease;
}
.zw-np-topic:hover,
.zw-np-topic:focus-visible,
.zw-np-topic[aria-pressed="true"] {
border-color: var(--zw-green-700);
background: var(--zw-green-050);
box-shadow: 0 6px 20px rgba(15, 81, 56, .08);
outline: 3px solid rgba(20, 107, 72, .10);
transform: translateY(-1px);
}
.zw-np-topic-icon {
display: grid;
width: 42px;
height: 42px;
place-items: center;
border-radius: 50%;
background: var(--zw-green-100);
}
.zw-np-topic-icon svg,
.zw-np-arrow {
width: 21px;
fill: none;
stroke: var(--zw-green-700);
stroke-width: 1.85;
stroke-linecap: round;
stroke-linejoin: round;
}
.zw-np-topic-copy {
display: block;
min-width: 0;
}
.zw-np-topic-copy strong {
display: block;
color: var(--zw-green-900);
font-size: 15px;
font-weight: 800;
line-height: 1.25;
}
.zw-np-topic-copy small {
display: block;
margin-top: 3px;
color: #748078;
font-size: 12px;
font-weight: 500;
line-height: 1.3;
}
.zw-np-arrow {
width: 18px;
transition: transform .16s ease;
}
.zw-np-topic:hover .zw-np-arrow {
transform: translateX(2px);
}
.zw-np-value-row {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 8px 14px;
margin-top: 16px;
color: #647168;
font-size: 12px;
font-weight: 650;
}
.zw-np-value-row span::first-letter {
color: var(--zw-green-700);
} .zw-np-content-details {
padding-top: 22px;
}
.zw-np-choice {
width: fit-content;
max-width: 100%;
margin: 0 auto 12px;
padding: 6px 11px;
border-radius: 999px;
color: var(--zw-green-800);
background: var(--zw-green-100);
font-size: 12px;
line-height: 1.35;
text-align: center;
}
.zw-np-choice > span {
font-weight: 900;
}
.zw-np-label {
display: block;
margin: 12px 0 6px;
color: var(--zw-text);
font-size: 14px;
font-weight: 750;
}
.zw-np-label > span {
color: #b33b32;
}
.zw-np-input {
display: block;
width: 100%;
min-height: 56px;
margin: 0 0 11px;
padding: 13px 15px;
border: 1px solid #aebeb3;
border-radius: 12px;
color: var(--zw-text);
background: #fff;
font: inherit;
font-size: 16px;
outline: none;
transition: border-color .15s ease, box-shadow .15s ease, background .15s ease;
}
.zw-np-input::placeholder {
color: #98a39c;
}
.zw-np-input:focus {
border-color: var(--zw-green-700);
box-shadow: 0 0 0 4px rgba(20, 107, 72, .12);
}
.zw-np-consent {
display: grid;
grid-template-columns: 24px 1fr;
gap: 10px;
align-items: flex-start;
margin: 5px 0 15px;
color: #526058;
font-size: 13px;
line-height: 1.45;
cursor: pointer;
}
.zw-np-consent input {
width: 21px;
height: 21px;
margin: 1px 0 0;
accent-color: var(--zw-green-700);
cursor: pointer;
}
.zw-np-optional {
margin: 18px 0 14px;
padding: 15px;
border: 1px solid #e0e7e1;
border-radius: 14px;
background: #f6f7f2;
}
.zw-np-optional-head {
display: flex;
align-items: flex-start;
justify-content: space-between;
gap: 12px;
margin-bottom: 10px;
}
.zw-np-optional-head > div {
min-width: 0;
}
.zw-np-optional-head strong {
display: block;
color: #31443a;
font-size: 13px;
line-height: 1.25;
}
.zw-np-optional-head span {
display: inline-block;
margin-top: 3px;
color: var(--zw-green-700);
font-size: 11px;
font-weight: 800;
text-transform: uppercase;
}
.zw-np-optional-head small {
flex: 0 0 auto;
max-width: 150px;
color: #7a857e;
font-size: 11px;
line-height: 1.35;
text-align: right;
}
.zw-np-optional .zw-np-label {
margin-top: 0;
}
.zw-np-phone-field {
display: flex;
width: 100%;
min-height: 54px;
align-items: stretch;
margin: 0 0 10px;
overflow: hidden;
border: 1px solid #aebeb3;
border-radius: 12px;
background: #fff;
transition: border-color .15s ease, box-shadow .15s ease;
}
.zw-np-phone-field:focus-within {
border-color: var(--zw-green-700);
box-shadow: 0 0 0 4px rgba(20, 107, 72, .12);
}
.zw-np-phone-prefix {
display: flex;
align-items: center;
justify-content: center;
min-width: 62px;
padding: 0 13px;
border-right: 1px solid #d9e2dc;
color: #4e5b54;
background: #f5f8f5;
font-size: 16px;
font-weight: 800;
}
.zw-np-phone-field .zw-np-input {
flex: 1 1 auto;
min-width: 0;
min-height: 54px;
margin: 0;
border: 0;
border-radius: 0;
box-shadow: none;
}
.zw-np-phone-field .zw-np-input:focus {
box-shadow: none;
}
.zw-np-consent-sms {
margin-bottom: 6px;
}
.zw-np-phone-note {
margin: 0;
color: #7a857e;
font-size: 11px;
line-height: 1.4;
}
.zw-np-error {
display: none;
margin: 0 0 11px;
padding: 10px 12px;
border: 1px solid #f3c9c4;
border-radius: 10px;
color: #8a2922;
background: #fff1ef;
font-size: 13px;
line-height: 1.4;
}
.zw-np-error.zw-np-error-show {
display: block;
}
.zw-np-submit {
display: flex;
width: 100%;
min-height: 58px;
align-items: center;
justify-content: center;
gap: 8px;
padding: 14px 18px;
border: 0;
border-radius: 13px;
color: #fff;
background: linear-gradient(180deg, #16784f 0%, #0f6543 100%);
box-shadow: 0 10px 24px rgba(15, 101, 67, .20);
font: inherit;
font-size: 16px;
font-weight: 850;
cursor: pointer;
transition: transform .16s ease, box-shadow .16s ease, background .16s ease;
}
.zw-np-submit svg {
width: 20px;
fill: none;
stroke: currentColor;
stroke-width: 2;
stroke-linecap: round;
stroke-linejoin: round;
}
.zw-np-submit:hover,
.zw-np-submit:focus-visible {
background: var(--zw-green-900);
box-shadow: 0 12px 28px rgba(10, 62, 43, .24);
outline: 3px solid rgba(20, 107, 72, .16);
transform: translateY(-1px);
}
.zw-np-submit:disabled {
opacity: .62;
cursor: wait;
transform: none;
}
.zw-np-trust,
.zw-np-legal,
.zw-np-footnote {
margin: 9px 0 0;
color: #7a857e;
font-size: 11px;
line-height: 1.4;
text-align: center;
}
.zw-np-legal {
margin-top: 4px;
}
.zw-np-legal a,
.zw-np-footnote a {
color: var(--zw-green-700);
text-decoration: underline;
text-underline-offset: 2px;
} .zw-np-content-success {
padding: 28px 28px 26px;
text-align: center;
}
.zw-np-success-icon {
display: grid;
width: 64px;
height: 64px;
place-items: center;
margin: 0 auto 12px;
border-radius: 50%;
background: var(--zw-green-100);
box-shadow: inset 0 0 0 1px rgba(20, 107, 72, .08);
}
.zw-np-success-icon svg {
width: 34px;
fill: none;
stroke: var(--zw-green-700);
stroke-width: 2.4;
stroke-linecap: round;
stroke-linejoin: round;
}
.zw-np-success-email {
margin-bottom: 8px;
}
.zw-np-success-email strong {
color: var(--zw-green-900);
font-weight: 800;
}
.zw-np-success-msg {
max-width: 420px;
margin: 0 auto 16px;
padding: 10px 12px;
border-radius: 10px;
color: #496055;
background: #f1f6f2;
font-size: 12px;
line-height: 1.45;
}
.zw-np-success-msg:empty {
display: none;
}
.zw-np-success-msg-warning {
color: #785b1f;
background: #fff7df;
}
.zw-np-code-card {
margin: 0 0 14px;
padding: 18px 16px 16px;
border: 1px solid #a8c8b2;
border-radius: 15px;
background: linear-gradient(145deg, #f5fbf6 0%, #eef7f0 100%);
text-align: center;
}
.zw-np-code-card > span {
display: block;
color: #6a776f;
font-size: 11px;
font-weight: 800;
letter-spacing: .065em;
text-transform: uppercase;
}
.zw-np-code-card strong {
display: block;
overflow-wrap: anywhere;
margin: 4px 0 10px;
color: var(--zw-green-900);
font-size: 30px;
font-weight: 850;
letter-spacing: .075em;
}
.zw-np-copy {
display: inline-flex;
min-height: 40px;
align-items: center;
justify-content: center;
gap: 7px;
padding: 8px 13px;
border: 1px solid #c1d5c7;
border-radius: 10px;
color: var(--zw-green-800);
background: #fff;
font: inherit;
font-size: 13px;
font-weight: 800;
cursor: pointer;
}
.zw-np-copy:hover,
.zw-np-copy:focus-visible {
border-color: var(--zw-green-700);
outline: 3px solid rgba(20, 107, 72, .10);
}
.zw-np-copy svg {
width: 17px;
fill: none;
stroke: currentColor;
stroke-width: 1.8;
stroke-linecap: round;
stroke-linejoin: round;
}
.zw-np-shop {
display: flex;
width: 100%;
min-height: 56px;
align-items: center;
justify-content: center;
gap: 8px;
padding: 13px 16px;
border-radius: 13px;
color: #fff !important;
background: var(--zw-green-700);
box-shadow: 0 9px 22px rgba(20, 107, 72, .18);
font-size: 15px;
font-weight: 850;
text-decoration: none !important;
transition: transform .16s ease, background .16s ease;
}
.zw-np-shop:hover,
.zw-np-shop:focus-visible {
color: #fff !important;
background: var(--zw-green-900);
outline: 3px solid rgba(20, 107, 72, .16);
transform: translateY(-1px);
}
.zw-np-finish {
min-height: 44px;
margin-top: 8px;
padding: 8px 14px;
border: 0;
color: var(--zw-green-700);
background: transparent;
font: inherit;
font-size: 13px;
font-weight: 750;
text-decoration: underline;
text-underline-offset: 3px;
cursor: pointer;
}
.zw-np-honeypot,
.zw-np-sr {
position: absolute !important;
width: 1px !important;
height: 1px !important;
overflow: hidden !important;
clip: rect(0, 0, 0, 0) !important;
white-space: nowrap !important;
}
body.zw-np-lock {
overflow: hidden !important;
} @media (max-width: 680px) {
.zw-np {
padding: 10px;
}
.zw-np-box {
width: min(100%, 500px);
max-height: calc(100vh - 20px);
max-height: calc(100dvh - 20px);
border-radius: 21px;
}
.zw-np-content {
padding-left: 22px;
padding-right: 22px;
}
} @media (max-width: 480px) {
.zw-np {
align-items: center;
padding: 8px;
}
.zw-np-box {
width: min(100%, 430px);
max-height: calc(100vh - 16px);
max-height: calc(100dvh - 16px);
border-radius: 20px;
}
.zw-np-stepbar {
min-height: 56px;
padding: 8px 58px 8px 16px;
}
.zw-np-close {
top: 8px;
right: 8px;
width: 40px;
height: 40px;
}
.zw-np-person {
grid-template-columns: 125px 1fr;
min-height: 122px;
}
.zw-np-person-photo {
height: 122px;
}
.zw-np-person-copy {
padding: 14px 14px;
}
.zw-np-person-copy small {
margin-bottom: 7px;
padding: 5px 8px;
font-size: 9px;
}
.zw-np-person-copy strong {
font-size: 20px;
}
.zw-np-person-copy span {
font-size: 12px;
}
.zw-np-content {
padding: 19px 17px 20px;
}
.zw-np-title {
font-size: clamp(25px, 7.4vw, 30px);
}
.zw-np-lead {
margin-bottom: 16px;
font-size: 14px;
}
.zw-np-topic {
min-height: 64px;
grid-template-columns: 40px 1fr 18px;
gap: 10px;
padding: 9px 10px;
border-radius: 13px;
}
.zw-np-topic-icon {
width: 38px;
height: 38px;
}
.zw-np-topic-copy strong {
font-size: 14px;
}
.zw-np-topic-copy small {
font-size: 11px;
}
.zw-np-value-row {
gap: 6px 10px;
margin-top: 13px;
font-size: 11px;
}
.zw-np-choice {
margin-bottom: 10px;
font-size: 11px;
}
.zw-np-input,
.zw-np-phone-field {
min-height: 54px;
font-size: 16px;
}
.zw-np-consent {
font-size: 12px;
line-height: 1.45;
}
.zw-np-optional {
margin-top: 15px;
padding: 13px;
}
.zw-np-optional-head {
gap: 8px;
}
.zw-np-optional-head small {
max-width: 118px;
font-size: 10px;
}
.zw-np-submit {
min-height: 56px;
font-size: 15px;
}
.zw-np-content-success {
padding-top: 22px;
}
.zw-np-success-icon {
width: 58px;
height: 58px;
}
.zw-np-code-card strong {
font-size: 27px;
}
} @media (max-width: 360px) {
.zw-np {
padding: 4px;
}
.zw-np-box {
max-height: calc(100vh - 8px);
max-height: calc(100dvh - 8px);
border-radius: 16px;
}
.zw-np-person {
grid-template-columns: 108px 1fr;
min-height: 112px;
}
.zw-np-person-photo {
height: 112px;
}
.zw-np-person-copy {
padding: 11px 12px;
}
.zw-np-person-copy strong {
font-size: 18px;
}
.zw-np-person-copy span {
font-size: 11px;
}
.zw-np-content {
padding: 16px 13px 17px;
}
.zw-np-title {
font-size: 24px;
}
.zw-np-optional-head {
display: block;
}
.zw-np-optional-head small {
display: block;
max-width: none;
margin-top: 4px;
text-align: left;
}
}
@media (prefers-reduced-motion: reduce) {
.zw-np,
.zw-np-box,
.zw-np-topic,
.zw-np-submit,
.zw-np-shop {
animation: none !important;
transition: none !important;
}
}
@keyframes zwNpFadeIn {
from { opacity: 0; }
to { opacity: 1; }
}
@keyframes zwNpSlideUp {
from { opacity: 0; transform: translateY(14px) scale(.985); }
to { opacity: 1; transform: translateY(0) scale(1); }
}