/**
 * Nowoczesne Terapie Zabiegowe Skóry — isolated sales landing.
 * Scope: body.sp-ntzs-landing only.
 */

body.sp-ntzs-landing {
	--ntzs-ink: #173537;
	--ntzs-ink-deep: #0d292b;
	--ntzs-forest: #315e57;
	--ntzs-sage: #dce8df;
	--ntzs-cream: #f7f2e9;
	--ntzs-paper: #fffdf9;
	--ntzs-white: #ffffff;
	--ntzs-coral: #d96345;
	--ntzs-coral-dark: #b84b33;
	--ntzs-gold: #c89f67;
	--ntzs-muted: #607173;
	--ntzs-line: rgba(23, 53, 55, 0.14);
	--ntzs-shadow: 0 22px 70px rgba(13, 41, 43, 0.11);
	margin: 0;
	background: var(--ntzs-paper);
	color: var(--ntzs-ink);
	font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}

body.sp-ntzs-landing *,
body.sp-ntzs-landing *::before,
body.sp-ntzs-landing *::after { box-sizing: border-box; }
body.sp-ntzs-landing h1,
body.sp-ntzs-landing h2,
body.sp-ntzs-landing h3,
body.sp-ntzs-landing p,
body.sp-ntzs-landing ul,
body.sp-ntzs-landing ol,
body.sp-ntzs-landing figure,
body.sp-ntzs-landing blockquote { margin-top: 0; }
body.sp-ntzs-landing img { display: block; max-width: 100%; height: auto; }
body.sp-ntzs-landing a { color: inherit; }
body.sp-ntzs-landing h1,
body.sp-ntzs-landing h2,
body.sp-ntzs-landing h3 {
	color: var(--ntzs-ink-deep);
	font-family: "Cormorant Garamond", Georgia, serif;
	font-weight: 600;
	letter-spacing: -0.025em;
}
body.sp-ntzs-landing h1 { margin-bottom: 1rem; font-size: clamp(3.15rem, 14vw, 5.8rem); line-height: 0.91; }
body.sp-ntzs-landing h2 { margin-bottom: 1.2rem; font-size: clamp(2.2rem, 8vw, 4rem); line-height: 1; }
body.sp-ntzs-landing h3 { margin-bottom: 0.6rem; font-size: 1.65rem; line-height: 1.1; }
body.sp-ntzs-landing p { margin-bottom: 1.25rem; }

.ntzs-container { width: min(100% - 40px, 1160px); margin-inline: auto; }
.ntzs-narrow { max-width: 900px; }
.ntzs-section { position: relative; padding: 68px 0; scroll-margin-top: 72px; }
.ntzs-kicker,
.ntzs-eyebrow {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	margin-bottom: 1rem;
	color: var(--ntzs-coral-dark);
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.15em;
	line-height: 1.3;
	text-transform: uppercase;
}
.ntzs-eyebrow span { width: 30px; height: 1px; background: currentColor; }
.ntzs-kicker--light { color: #f5c6b7; }
.ntzs-intro { max-width: 760px; color: var(--ntzs-muted); font-size: 1.08rem; }

.ntzs-skip-link {
	position: fixed;
	top: 12px;
	left: 12px;
	z-index: 99999;
	padding: 12px 18px;
	border-radius: 8px;
	background: var(--ntzs-white);
	color: var(--ntzs-ink-deep);
	box-shadow: var(--ntzs-shadow);
	font-weight: 700;
	transform: translateY(-160%);
}
.ntzs-skip-link:focus { transform: translateY(0); }
body.sp-ntzs-landing :focus-visible { outline: 3px solid #1d6fa5; outline-offset: 4px; }

.ntzs-sitebar {
	position: relative;
	z-index: 20;
	border-bottom: 1px solid rgba(255,255,255,.12);
	background: var(--ntzs-ink-deep);
	color: var(--ntzs-white);
}
.ntzs-sitebar__inner { display: flex; min-height: 68px; align-items: center; justify-content: space-between; gap: 18px; }
.ntzs-brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ntzs-white) !important; font-weight: 800; text-decoration: none; }
.ntzs-brand__mark { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; font-family: Georgia, serif; }
.ntzs-sitebar__cta { color: var(--ntzs-white) !important; font-size: .82rem; font-weight: 800; text-decoration: underline; text-decoration-color: var(--ntzs-coral); text-underline-offset: 5px; }

.ntzs-hero { padding-top: 56px; overflow: hidden; background: var(--ntzs-cream); }
.ntzs-hero::before {
	position: absolute;
	top: -130px;
	right: -170px;
	width: 430px;
	height: 430px;
	border: 1px solid rgba(200,159,103,.36);
	border-radius: 50%;
	content: "";
}
.ntzs-hero__grid { display: grid; gap: 44px; }
.ntzs-hero__lead { margin-bottom: .4rem !important; color: var(--ntzs-coral-dark); font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(1.9rem, 8vw, 2.7rem); font-weight: 600; line-height: 1.05; }
.ntzs-hero__description { max-width: 680px; color: #40585a; font-size: 1.08rem; }
.ntzs-hero__actions { display: flex; flex-direction: column; align-items: stretch; gap: 18px; margin: 28px 0 36px; }
.ntzs-button {
	display: inline-flex;
	min-height: 54px;
	align-items: center;
	justify-content: center;
	padding: 15px 24px;
	border: 2px solid transparent;
	border-radius: 999px;
	font-size: .9rem;
	font-weight: 800;
	line-height: 1.25;
	text-align: center;
	text-decoration: none !important;
	transition: background-color .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease;
}
.ntzs-button--primary { background: var(--ntzs-coral); color: var(--ntzs-white) !important; box-shadow: 0 12px 28px rgba(184,75,51,.23); }
.ntzs-button--primary:hover { background: var(--ntzs-coral-dark); color: var(--ntzs-white); transform: translateY(-2px); box-shadow: 0 16px 34px rgba(184,75,51,.3); }
.ntzs-button--wide { width: 100%; }
.ntzs-text-link { align-self: center; color: var(--ntzs-ink) !important; font-size: .88rem; font-weight: 800; text-decoration: none; }
.ntzs-text-link span { margin-left: 5px; color: var(--ntzs-coral); }
.ntzs-hero__trust { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; padding: 0; border-radius: 14px; background: var(--ntzs-line); list-style: none; overflow: hidden; }
.ntzs-hero__trust li { display: flex; min-width: 0; flex-direction: column; justify-content: center; padding: 15px 8px; background: rgba(255,253,249,.76); text-align: center; }
.ntzs-hero__trust strong { color: var(--ntzs-ink-deep); font-size: 1rem; line-height: 1.2; }
.ntzs-hero__trust span { color: var(--ntzs-muted); font-size: .66rem; line-height: 1.3; }
.ntzs-hero__portrait { position: relative; margin: 0; padding: 0 0 14px 14px; }
.ntzs-hero__portrait::before { position: absolute; inset: 14px 14px 0 0; z-index: 0; border: 1px solid rgba(200,159,103,.5); border-radius: 24px; content: ""; }
.ntzs-hero__portrait picture { position: relative; z-index: 1; display: block; }
.ntzs-hero__portrait img { display: block; width: min(100%, 460px); margin-inline: auto; aspect-ratio: 3 / 4; border-radius: 24px; object-fit: cover; object-position: 50% 18%; box-shadow: var(--ntzs-shadow); }
.ntzs-hero__panel { position: relative; margin-top: 40px; padding: 28px 22px; border-radius: 26px; background: var(--ntzs-ink-deep); color: var(--ntzs-white); box-shadow: var(--ntzs-shadow); }
.ntzs-hero__panel::after { position: absolute; right: 20px; bottom: 18px; width: 66px; height: 66px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; content: ""; }
.ntzs-panel-label { color: #b8cbc8; font-size: .7rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.ntzs-decision-path { position: relative; z-index: 1; padding: 0; list-style: none; }
.ntzs-decision-path li { display: flex; align-items: center; gap: 16px; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.ntzs-decision-path > li > span { display: grid; width: 38px; height: 38px; flex: 0 0 38px; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; color: #f5c6b7; font-size: .7rem; font-weight: 800; }
.ntzs-decision-path strong,
.ntzs-decision-path small { display: block; }
.ntzs-decision-path strong { color: var(--ntzs-white); font-size: .9rem; }
.ntzs-decision-path small { color: #9fb5b2; font-size: .75rem; }
.ntzs-hero__quote { position: relative; z-index: 1; margin: 22px 0 0 !important; max-width: 240px; color: #f5c6b7; font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.3rem; line-height: 1.15; }

.ntzs-problem { background: var(--ntzs-white); text-align: center; }
.ntzs-problem .ntzs-kicker { justify-content: center; }
.ntzs-problem .ntzs-intro { margin-inline: auto; }
.ntzs-problem__grid { display: grid; gap: 14px; margin-top: 38px; text-align: left; }
.ntzs-problem__grid article { padding: 26px 22px; border: 1px solid var(--ntzs-line); border-radius: 18px; background: var(--ntzs-paper); }
.ntzs-problem__grid article > span { display: block; margin-bottom: 22px; color: var(--ntzs-coral); font-size: .7rem; font-weight: 800; }
.ntzs-problem__grid p { margin-bottom: 0; color: var(--ntzs-muted); font-size: .9rem; }

.ntzs-split { display: grid; gap: 34px; }

.ntzs-audience { background: var(--ntzs-paper); }
.ntzs-audience__grid { display: grid; gap: 18px; margin-top: 32px; }
.ntzs-check-card,
.ntzs-not-for-card { padding: 28px 22px; border-radius: 22px; }
.ntzs-check-card { border: 1px solid var(--ntzs-line); background: var(--ntzs-white); }
.ntzs-not-for-card { border: 1px solid rgba(184,75,51,.24); background: var(--ntzs-cream); }
.ntzs-check-list { display: grid; gap: 12px; padding: 0; list-style: none; }
.ntzs-check-list li { position: relative; padding-left: 30px; }
.ntzs-check-list li::before { position: absolute; top: .05em; left: 0; display: grid; width: 20px; height: 20px; place-items: center; border-radius: 50%; background: var(--ntzs-sage); color: var(--ntzs-forest); content: "✓"; font-size: .7rem; font-weight: 900; }
.ntzs-check-list--negative li::before { background: rgba(217,99,69,.12); color: var(--ntzs-coral-dark); content: "—"; }

.ntzs-learn { background: var(--ntzs-white); }
.ntzs-heading-row { display: grid; gap: 12px; margin-bottom: 34px; }
.ntzs-heading-row > p { color: var(--ntzs-muted); }
.ntzs-scope-note { display: grid; gap: 8px; margin: -6px 0 30px; padding: 22px; border-left: 4px solid var(--ntzs-coral); border-radius: 0 16px 16px 0; background: var(--ntzs-sage); }
.ntzs-scope-note h3 { margin-bottom: 0; font-size: 1.35rem; }
.ntzs-scope-note p { margin-bottom: 0; color: #40585a; font-size: .88rem; }
.ntzs-learning-grid { display: grid; gap: 1px; padding: 1px; border-radius: 20px; background: var(--ntzs-line); list-style: none; overflow: hidden; }
.ntzs-learning-grid li { position: relative; min-height: 144px; padding: 26px 22px 26px 50px; background: var(--ntzs-paper); }
.ntzs-learning-grid li::before { position: absolute; top: 30px; left: 22px; color: var(--ntzs-coral); content: "↗"; font-weight: 900; }
.ntzs-learning-grid strong,
.ntzs-learning-grid span { display: block; }
.ntzs-learning-grid strong { margin-bottom: 6px; color: var(--ntzs-ink-deep); }
.ntzs-learning-grid span { color: var(--ntzs-muted); font-size: .88rem; }

.ntzs-program { background: var(--ntzs-cream); }
.ntzs-curriculum__hint { margin: 30px 0 10px; color: var(--ntzs-muted); font-size: .78rem; }
.ntzs-curriculum { border-top: 1px solid var(--ntzs-line); }
.ntzs-module { border-bottom: 1px solid var(--ntzs-line); }
.ntzs-module > summary {
	display: grid;
	grid-template-columns: 40px minmax(0, 1fr) 28px;
	align-items: center;
	gap: 4px 14px;
	padding: 20px 0;
	cursor: pointer;
	list-style: none;
}
.ntzs-module > summary::-webkit-details-marker { display: none; }
.ntzs-module > summary:focus-visible { border-radius: 8px; outline: 3px solid var(--ntzs-coral); outline-offset: 4px; }
.ntzs-module__badge { grid-area: 1 / 1; color: var(--ntzs-coral); font-size: .75rem; font-weight: 800; }
.ntzs-module__title {
	grid-area: 1 / 2;
	color: var(--ntzs-ink-deep);
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: -.025em;
	line-height: 1.12;
}
.ntzs-module__meta { grid-area: 2 / 2; color: var(--ntzs-muted); font-size: .76rem; }
.ntzs-module__toggle { grid-area: 1 / 3 / span 2 / span 1; justify-self: end; color: var(--ntzs-coral); font-size: 1.5rem; line-height: 1; transition: transform .2s ease; }
.ntzs-module[open] .ntzs-module__toggle { transform: rotate(45deg); }
.ntzs-lessons { margin: 0 0 24px; padding: 0; list-style: none; }
.ntzs-lessons li { display: grid; grid-template-columns: 40px minmax(0, 1fr) auto; align-items: baseline; gap: 14px; padding: 10px 0; border-top: 1px dashed var(--ntzs-line); }
.ntzs-lesson__no { color: var(--ntzs-muted); font-size: .72rem; font-variant-numeric: tabular-nums; }
.ntzs-lesson__name { font-size: .9rem; line-height: 1.45; }
.ntzs-lesson__time { color: var(--ntzs-muted); font-size: .74rem; font-variant-numeric: tabular-nums; white-space: nowrap; }

.ntzs-cases { background: var(--ntzs-white); }
.ntzs-case-grid { display: grid; gap: 12px; margin-top: 34px; padding: 0; list-style: none; }
.ntzs-case-grid li { display: flex; min-height: 92px; align-items: center; gap: 16px; padding: 20px; border: 1px solid var(--ntzs-line); border-radius: 16px; }
.ntzs-case-grid span { display: grid; width: 38px; height: 38px; flex: 0 0 38px; place-items: center; border-radius: 50%; background: var(--ntzs-sage); color: var(--ntzs-forest); font-size: .67rem; font-weight: 800; }
.ntzs-case-grid strong { font-size: .9rem; line-height: 1.35; }

.ntzs-materials { background: var(--ntzs-paper); }
.ntzs-material-list { display: grid; gap: 10px; padding: 0; list-style: none; }
.ntzs-material-list li { display: flex; align-items: center; gap: 15px; padding: 17px; border: 1px solid var(--ntzs-line); border-radius: 14px; background: var(--ntzs-white); }
.ntzs-material-list > li > span { display: grid; width: 32px; height: 32px; flex: 0 0 32px; place-items: center; border-radius: 50%; background: var(--ntzs-coral); color: var(--ntzs-white); font-size: .7rem; }
.ntzs-material-list strong,
.ntzs-material-list small { display: block; }
.ntzs-material-list strong { color: var(--ntzs-ink-deep); font-size: .86rem; }
.ntzs-material-list small { color: var(--ntzs-muted); font-size: .73rem; }

.ntzs-proof { background: var(--ntzs-ink-deep); color: #cfdbda; }
.ntzs-proof h2 { color: var(--ntzs-white); }
.ntzs-proof__grid { display: grid; gap: 32px; margin-top: 34px; }
.ntzs-proof__intro { max-width: 520px; margin-bottom: 0 !important; color: #f1b7a5; font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(1.7rem, 6vw, 2.35rem); line-height: 1.15; }
.ntzs-proof__grid ul { display: grid; gap: 12px; padding: 0; list-style: none; }
.ntzs-proof__grid li { padding-bottom: 12px; border-bottom: 1px solid rgba(255,255,255,.13); font-size: .9rem; }
.ntzs-proof__grid li::before { margin-right: 10px; color: #f1b7a5; content: "—"; }

.ntzs-expert { background: var(--ntzs-cream); }
.ntzs-expert__grid { display: grid; gap: 36px; }
/* Portrait frame. The offset outline sits inside the figure so it can never
   widen the document — the previous circular frame used a negative right inset
   and pushed the page a couple of percent past the viewport. */
.ntzs-expert__portrait { position: relative; margin-bottom: 0; padding: 0 0 14px 14px; }
.ntzs-expert__portrait::before { position: absolute; inset: 14px 14px 0 0; z-index: 0; border: 1px solid rgba(200,159,103,.55); border-radius: 22px; content: ""; }
.ntzs-expert__portrait picture { position: relative; z-index: 1; display: block; }
.ntzs-expert__portrait img { display: block; width: min(100%, 420px); margin-inline: auto; aspect-ratio: 4 / 5; border-radius: 22px; object-fit: cover; object-position: 50% 22%; box-shadow: var(--ntzs-shadow); }
.ntzs-expert__lead { color: var(--ntzs-ink-deep); font-size: 1.15rem; font-weight: 700; }
.ntzs-expert blockquote { margin: 28px 0 0; padding: 18px 0 0 20px; border-top: 1px solid var(--ntzs-line); border-left: 3px solid var(--ntzs-coral); color: var(--ntzs-forest); font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.5rem; line-height: 1.25; }

/* Author's book — authority anchor. Deliberately styled in forest/sage rather
   than coral so the publisher promotion never outranks the course CTA. */
.ntzs-book { background: var(--ntzs-paper); }
.ntzs-book__grid { display: grid; gap: 34px; }
.ntzs-book__cover { margin: 0; }
.ntzs-book__cover img { width: min(230px, 60%); border-radius: 6px; box-shadow: var(--ntzs-shadow); }
.ntzs-book h2 { margin-bottom: .5rem; }
.ntzs-book__subtitle { margin-bottom: 1.3rem; color: var(--ntzs-muted); font-size: .95rem; }
.ntzs-book__subtitle span { display: block; margin-top: 8px; color: var(--ntzs-forest); font-size: .72rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.ntzs-book__promo {
	margin: 26px 0 22px;
	padding: 20px 22px;
	border: 1px solid rgba(49, 94, 87, .3);
	border-left: 4px solid var(--ntzs-forest);
	border-radius: 14px;
	background: rgba(220, 232, 223, .5);
}
.ntzs-book__promo p { margin-bottom: 0; }
.ntzs-book__promo-label { color: var(--ntzs-forest); font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.ntzs-book__promo-main { margin-top: 6px !important; color: var(--ntzs-ink-deep); font-size: .95rem; }
.ntzs-book__promo-main strong { margin-right: 8px; color: var(--ntzs-forest); font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.9rem; font-weight: 600; letter-spacing: -.02em; }
.ntzs-book__promo-code { margin-top: 10px !important; color: var(--ntzs-muted); font-size: .82rem; }
.ntzs-book__promo-code code {
	display: inline-block;
	padding: 4px 10px;
	border: 1px solid rgba(49, 94, 87, .3);
	border-radius: 7px;
	background: var(--ntzs-white);
	color: var(--ntzs-ink-deep);
	font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
	font-size: .84rem;
	font-weight: 700;
	letter-spacing: .01em;
}
.ntzs-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.ntzs-access { background: var(--ntzs-white); }
.ntzs-access__grid { display: grid; gap: 14px; margin-top: 34px; }
.ntzs-access__grid article { padding: 24px 22px; border: 1px solid var(--ntzs-line); border-radius: 18px; }
.ntzs-access__grid article > span { color: var(--ntzs-coral); font-size: .72rem; font-weight: 800; }
.ntzs-access__grid h3 { margin-top: 22px; }
.ntzs-access__grid p { margin-bottom: 0; color: var(--ntzs-muted); font-size: .88rem; }

.ntzs-offer { background: var(--ntzs-forest); color: #e2ebe8; }
.ntzs-offer h2 { color: var(--ntzs-white); }
.ntzs-offer__grid { display: grid; gap: 36px; }
.ntzs-offer__list { display: grid; gap: 10px; padding: 0; list-style: none; }
.ntzs-offer__list li::before { margin-right: 10px; color: #f5c6b7; content: "✓"; font-weight: 900; }
.ntzs-price-card { padding: 30px 22px; border-radius: 22px; background: var(--ntzs-white); color: var(--ntzs-ink); box-shadow: var(--ntzs-shadow); text-align: center; }
.ntzs-price-card__reference { margin-bottom: 0 !important; color: var(--ntzs-muted); font-size: .86rem; }
.ntzs-price-card__price { margin: 3px 0 0 !important; color: var(--ntzs-ink-deep); font-weight: 700; line-height: 1; }
.ntzs-price-card__price span { font-family: "Cormorant Garamond", Georgia, serif; font-size: 4.2rem; font-weight: 600; letter-spacing: -.04em; }
.ntzs-price-card__tax { margin: 4px 0 24px !important; color: var(--ntzs-muted); font-size: .73rem; }
.ntzs-price-card__note { margin: 16px auto 0 !important; max-width: 360px; color: var(--ntzs-muted); font-size: .72rem; }

.ntzs-faq { background: var(--ntzs-paper); }
.ntzs-faq__list { margin-top: 34px; border-top: 1px solid var(--ntzs-line); }
.ntzs-faq details { border-bottom: 1px solid var(--ntzs-line); }
.ntzs-faq summary { display: flex; min-height: 68px; align-items: center; justify-content: space-between; gap: 20px; padding: 10px 0; color: var(--ntzs-ink-deep); cursor: pointer; font-weight: 800; line-height: 1.35; list-style: none; }
.ntzs-faq summary::-webkit-details-marker { display: none; }
.ntzs-faq summary span { color: var(--ntzs-coral); font-size: 1.5rem; font-weight: 400; transition: transform .2s ease; }
.ntzs-faq details[open] summary span { transform: rotate(45deg); }
.ntzs-faq details p { padding-right: 34px; color: var(--ntzs-muted); font-size: .9rem; }

.ntzs-safety { background: var(--ntzs-sage); }
.ntzs-safety__grid { display: grid; gap: 30px; }
.ntzs-safety__list { display: grid; gap: 10px; padding: 0; list-style: none; }
.ntzs-safety__list li { display: flex; align-items: center; gap: 14px; padding: 16px; border-radius: 14px; background: rgba(255,255,255,.55); }
.ntzs-safety__list > li > span { display: grid; width: 32px; height: 32px; flex: 0 0 32px; place-items: center; border-radius: 50%; background: var(--ntzs-forest); color: var(--ntzs-white); font-size: .7rem; }
.ntzs-safety__list strong,
.ntzs-safety__list small { display: block; }
.ntzs-safety__list strong { color: var(--ntzs-ink-deep); font-size: .86rem; }
.ntzs-safety__list small { color: var(--ntzs-muted); font-size: .72rem; }

.ntzs-final { background: var(--ntzs-cream); text-align: center; }
.ntzs-final__inner { max-width: 900px; }
.ntzs-final .ntzs-kicker { justify-content: center; }
.ntzs-final p { max-width: 670px; margin-inline: auto; color: var(--ntzs-muted); }
.ntzs-final .ntzs-button { margin-top: 12px; }
.ntzs-final small { display: block; margin-top: 15px; color: var(--ntzs-muted); }

.ntzs-legal { padding: 42px 0 112px; background: var(--ntzs-ink-deep); color: #adbfbd; }
.ntzs-legal__inner { display: grid; gap: 26px; }
.ntzs-legal strong { color: var(--ntzs-white); }
.ntzs-legal p { max-width: 520px; margin: 8px 0 0 !important; font-size: .78rem; }
.ntzs-legal nav { display: flex; flex-wrap: wrap; gap: 15px 24px; }
.ntzs-legal a { color: var(--ntzs-white) !important; font-size: .78rem; }

.ntzs-mobile-cta {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9998;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	min-height: 72px;
	padding: 10px max(14px, env(safe-area-inset-right)) calc(10px + env(safe-area-inset-bottom)) max(14px, env(safe-area-inset-left));
	border-top: 1px solid rgba(255,255,255,.13);
	background: rgba(13,41,43,.97);
	box-shadow: 0 -12px 30px rgba(13,41,43,.18);
	color: var(--ntzs-white);
}
.ntzs-mobile-cta div { display: flex; min-width: 68px; flex-direction: column; line-height: 1.15; }
.ntzs-mobile-cta span { color: #a9bdb9; font-size: .65rem; font-weight: 800; letter-spacing: .12em; }
.ntzs-mobile-cta strong { color: var(--ntzs-white); font-size: .9rem; }
.ntzs-mobile-cta a { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 10px 18px; border-radius: 999px; background: var(--ntzs-coral); color: var(--ntzs-white) !important; font-size: .74rem; font-weight: 800; line-height: 1.15; text-align: center; text-decoration: none; }

/* Keep the persistent privacy control clear of the mobile purchase action.
   The consent control has a higher stacking layer by design, so spacing—not
   z-index—is the safe way to prevent the two required controls overlapping. */
body.sp-ntzs-landing #sp-cv2-reopen { bottom: calc(84px + env(safe-area-inset-bottom)) !important; }

@media (min-width: 600px) {
	.ntzs-container { width: min(100% - 64px, 1160px); }
	.ntzs-hero__actions { flex-direction: row; align-items: center; }
	.ntzs-button { padding-inline: 30px; }
	.ntzs-problem__grid,
	.ntzs-access__grid { grid-template-columns: repeat(3, 1fr); }
	.ntzs-learning-grid,
	.ntzs-case-grid { grid-template-columns: repeat(2, 1fr); }
	.ntzs-legal__inner { grid-template-columns: 1fr auto; align-items: end; }
	.ntzs-legal nav { justify-content: flex-end; }
}

@media (min-width: 860px) {
	body.sp-ntzs-landing h1 { font-size: clamp(4.6rem, 7vw, 6.5rem); }
	.ntzs-section { padding: 92px 0; }
	.ntzs-hero { min-height: calc(100vh - 68px); display: flex; flex-direction: column; justify-content: center; padding: 82px 0; }
	.ntzs-hero__grid { grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr); align-items: center; gap: 68px; }
	.ntzs-hero__description { font-size: 1.2rem; }
	/* The decision model runs as two short rows under the hero so all six
	   decisions stay scannable without turning into a dense single line. */
	.ntzs-hero__panel { margin-top: 56px; padding: 34px 38px; }
	.ntzs-decision-path { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; margin-top: 20px; }
	.ntzs-decision-path li { align-items: flex-start; padding: 18px 26px; border-bottom: 1px solid rgba(255,255,255,.12); border-left: 1px solid rgba(255,255,255,.12); }
	.ntzs-decision-path li:nth-child(3n+1) { padding-left: 0; border-left: 0; }
	.ntzs-decision-path li:nth-child(n+4) { border-bottom: 0; }
	.ntzs-hero__quote { max-width: none; margin-top: 26px !important; text-align: right; }
	.ntzs-hero__trust { max-width: 620px; }
	.ntzs-hero__trust li { padding: 18px 10px; }
	.ntzs-hero__trust strong { font-size: 1.2rem; }
	.ntzs-hero__trust span { font-size: .73rem; }
	.ntzs-split,
	.ntzs-offer__grid,
	.ntzs-safety__grid { grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); align-items: start; gap: 80px; }
	.ntzs-audience__grid { grid-template-columns: 1.12fr .88fr; }
	.ntzs-check-card,
	.ntzs-not-for-card { padding: 38px; }
	.ntzs-heading-row { grid-template-columns: minmax(0, 1.25fr) minmax(250px, .55fr); align-items: end; gap: 70px; }
	.ntzs-scope-note { grid-template-columns: minmax(220px, .7fr) minmax(0, 1.3fr); align-items: start; gap: 36px; padding: 26px 30px; }
	.ntzs-learning-grid { grid-template-columns: repeat(3, 1fr); }
	.ntzs-learning-grid li:last-child { grid-column: span 3; min-height: auto; }
	.ntzs-module > summary { grid-template-columns: 80px minmax(0, 1fr) 40px; gap: 6px 30px; padding: 24px 0; }
	.ntzs-module__title { font-size: 2rem; }
	.ntzs-module__meta { font-size: .82rem; }
	.ntzs-lessons { margin-bottom: 32px; padding-left: 110px; }
	.ntzs-lessons li { grid-template-columns: 34px minmax(0, 1fr) auto; gap: 20px; padding: 11px 0; }
	.ntzs-lesson__name { font-size: .95rem; }
	.ntzs-case-grid { grid-template-columns: repeat(3, 1fr); }
	.ntzs-case-grid li { min-height: 118px; }
	.ntzs-proof__grid { grid-template-columns: .8fr 1.2fr; align-items: end; gap: 90px; }
	.ntzs-expert__grid { grid-template-columns: minmax(320px, .8fr) minmax(0, 1.2fr); align-items: center; gap: 100px; }
	.ntzs-book__grid { grid-template-columns: minmax(200px, .5fr) minmax(0, 1.5fr); align-items: center; gap: 80px; }
	.ntzs-book__cover img { width: min(100%, 300px); margin-inline: auto; }
	.ntzs-price-card { padding: 46px; }
	.ntzs-mobile-cta { display: none; }
	body.sp-ntzs-landing #sp-cv2-reopen { bottom: 14px !important; }
	.ntzs-legal { padding-bottom: 42px; }
}

@media (prefers-reduced-motion: reduce) {
	body.sp-ntzs-landing *,
	body.sp-ntzs-landing *::before,
	body.sp-ntzs-landing *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
