.nsd-info-page {
	width: min(100%, 1180px);
	margin: clamp(2rem, 5vw, 4.5rem) auto;
	font-family: "DM Sans", "Segoe UI", system-ui, -apple-system, sans-serif;
}

.nsd-info-page__hero {
	padding: clamp(2rem, 5vw, 4.5rem);
	background: #171a1d;
	color: #fff;
}

.nsd-info-page__eyebrow {
	margin: 0 0 1rem;
	color: #f2a65f;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.nsd-info-page__hero h2 {
	max-width: 760px;
	margin: 0;
	color: #fff;
	font-family: "Fraunces", Georgia, serif;
	font-size: clamp(2.25rem, 6vw, 4.75rem);
	font-weight: 500;
	line-height: 1;
}

.nsd-info-page__hero > p:not(.nsd-info-page__eyebrow) {
	max-width: 720px;
	margin: 1.35rem 0 0;
	color: rgba(255, 255, 255, 0.74);
	font-size: clamp(1rem, 2vw, 1.15rem);
	line-height: 1.7;
}

.nsd-info-page__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 1.75rem;
}

.nsd-info-page__button {
	display: inline-flex;
	min-height: 48px;
	align-items: center;
	justify-content: center;
	padding: 0.75rem 1.15rem;
	border: 1px solid #85be14;
	border-radius: 2px;
	background: #85be14;
	color: #172006;
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-align: center;
	text-transform: uppercase;
}

.nsd-info-page__button:hover,
.nsd-info-page__button:focus-visible {
	background: #72a810;
	color: #fff;
}

.nsd-info-page__button--secondary {
	border-color: rgba(255, 255, 255, 0.5);
	background: transparent;
	color: #fff;
}

.nsd-info-page__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border: 1px solid #dedbd4;
	border-top: 0;
}

.nsd-info-page__grid article {
	display: grid;
	gap: 0.4rem;
	padding: 1.5rem;
	border-right: 1px solid #dedbd4;
}

.nsd-info-page__grid article:last-child {
	border-right: 0;
}

.nsd-info-page__grid strong {
	color: #252a2e;
	font-size: 1rem;
}

.nsd-info-page__grid span {
	color: #60676c;
	font-size: 0.86rem;
	line-height: 1.55;
}

.nsd-info-page .gallery {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
	margin: clamp(2rem, 5vw, 4rem) 0 0;
}

.nsd-info-page .gallery-item {
	width: auto !important;
	margin: 0 !important;
}

.nsd-info-page .gallery-icon {
	aspect-ratio: 4 / 3;
	overflow: hidden;
}

.nsd-info-page .gallery-icon img {
	width: 100%;
	height: 100%;
	border: 0 !important;
	object-fit: cover;
}

@media (max-width: 767px) {
	.nsd-info-page__actions,
	.nsd-info-page__button {
		width: 100%;
	}

	.nsd-info-page__grid,
	.nsd-info-page .gallery {
		grid-template-columns: 1fr;
	}

	.nsd-info-page__grid article {
		border-right: 0;
		border-bottom: 1px solid #dedbd4;
	}

	.nsd-info-page__grid article:last-child {
		border-bottom: 0;
	}
}

.nsd-product-trust,
.nsd-trust-strip {
	font-family: "DM Sans", "Segoe UI", system-ui, -apple-system, sans-serif;
}

.nsd-product-trust {
	margin: 1rem 0 0;
	padding: 1rem;
	border: 1px solid #d9ddd2;
	border-radius: 4px;
	background: #f7f6f4;
}

.nsd-trust-strip {
	padding: 1.1rem max(1rem, calc((100% - 1220px) / 2));
	border-block: 1px solid #dedbd4;
	background: #f2efe8;
}

.nsd-trust-list {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.75rem;
}

.nsd-trust-item {
	display: flex;
	min-width: 0;
	min-height: 54px;
	align-items: center;
	gap: 0.65rem;
	color: #252a2e;
}

.nsd-trust-item__icon {
	display: inline-flex;
	flex: 0 0 2.35rem;
	width: 2.35rem;
	height: 2.35rem;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #85be14;
	color: #172006;
}

.nsd-trust-item__icon svg {
	width: 1.25rem;
	height: 1.25rem;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.nsd-trust-item__icon--text {
	font-size: 0.76rem;
	font-weight: 800;
}

.nsd-trust-item > span:last-child {
	display: grid;
	min-width: 0;
	gap: 0.08rem;
}

.nsd-trust-item strong {
	color: #252a2e;
	font-size: 0.78rem;
	line-height: 1.25;
}

.nsd-trust-item small {
	color: #60676c;
	font-size: 0.69rem;
	line-height: 1.3;
}

@media (max-width: 767px) {
	.nsd-payment-banner {
		flex-wrap: wrap;
		gap: 0.25rem 0.55rem;
		padding-block: 0.55rem;
		font-size: 0.75rem;
	}

	.nsd-payment-banner > span:last-child {
		flex: 1 0 100%;
	}

	.nsd-trust-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0.7rem 0.5rem;
	}

	.nsd-trust-item {
		align-items: flex-start;
	}

	.nsd-trust-item__icon {
		flex-basis: 2rem;
		width: 2rem;
		height: 2rem;
	}
}

.nsd-project {
	--project-ink: #171a1d;
	--project-muted: #60676c;
	--project-line: #dedbd4;
	--project-paper: #f4f1ea;
	--project-green: #85be14;
	--project-orange: #d96f0d;
	width: min(100% - 2rem, 1220px);
	margin: clamp(1.5rem, 4vw, 3.5rem) auto;
	color: var(--project-ink);
	font-family: "DM Sans", "Segoe UI", system-ui, -apple-system, sans-serif;
}

.nsd-project__breadcrumb {
	display: flex;
	align-items: center;
	gap: 0.55rem;
	margin-bottom: 1rem;
	color: var(--project-muted);
	font-size: 0.74rem;
}

.nsd-project__breadcrumb a {
	display: inline-flex;
	min-width: 44px;
	min-height: 44px;
	align-items: center;
	color: var(--project-ink);
	font-weight: 700;
}

.nsd-project__hero {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
	min-height: 620px;
	background: var(--project-ink);
	overflow: hidden;
}

.nsd-project__hero-copy {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	padding: clamp(2rem, 5vw, 5rem);
}

.nsd-project__eyebrow,
.nsd-project__section-heading > p,
.nsd-project__local > div > p,
.nsd-project__cta > div > p {
	margin: 0 0 0.9rem;
	color: #f2a65f;
	font-size: 0.7rem;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.nsd-project__hero h1 {
	max-width: 720px;
	margin: 0;
	color: #fff;
	font-family: "Fraunces", Georgia, serif;
	font-size: clamp(2.5rem, 5.4vw, 5rem);
	font-weight: 500;
	line-height: 0.98;
}

.nsd-project__hero-copy > p:not(.nsd-project__eyebrow) {
	max-width: 640px;
	margin: 1.4rem 0 0;
	color: rgba(255, 255, 255, 0.76);
	font-size: clamp(1rem, 1.6vw, 1.12rem);
	line-height: 1.7;
}

.nsd-project__actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.7rem;
	margin-top: 1.7rem;
}

.nsd-project__button {
	display: inline-flex;
	min-height: 48px;
	align-items: center;
	justify-content: center;
	padding: 0.75rem 1.15rem;
	border: 1px solid var(--project-green);
	border-radius: 2px;
	background: var(--project-green);
	color: #172006;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-align: center;
	text-transform: uppercase;
}

.nsd-project__button:hover,
.nsd-project__button:focus-visible {
	background: #72a810;
	color: #fff;
}

.nsd-project__button--ghost {
	border-color: rgba(255, 255, 255, 0.55);
	background: transparent;
	color: #fff;
}

.nsd-project__territories {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin: 2rem 0 0;
	padding: 0;
	list-style: none;
}

.nsd-project__territories li {
	padding: 0.35rem 0.6rem;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 99px;
	color: rgba(255, 255, 255, 0.8);
	font-size: 0.68rem;
	font-weight: 700;
}

.nsd-project__hero-media {
	position: relative;
	min-height: 460px;
	background: #272b2f;
}

.nsd-project__hero-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.nsd-project__hero-note {
	position: absolute;
	right: 1rem;
	bottom: 1rem;
	left: 1rem;
	display: grid;
	gap: 0.15rem;
	padding: 0.9rem 1rem;
	background: rgba(23, 26, 29, 0.9);
	color: #fff;
	backdrop-filter: blur(8px);
}

.nsd-project__hero-note strong {
	color: #fff;
	font-size: 0.9rem;
}

.nsd-project__hero-note span {
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.72rem;
}

.nsd-project__benefits {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border: 1px solid var(--project-line);
	border-top: 0;
}

.nsd-project__benefits article {
	display: flex;
	gap: 0.9rem;
	padding: 1.4rem;
	border-right: 1px solid var(--project-line);
}

.nsd-project__benefits article:last-child {
	border-right: 0;
}

.nsd-project__benefits article > span {
	color: var(--project-orange);
	font-family: "Fraunces", Georgia, serif;
	font-size: 1.65rem;
	font-weight: 600;
	line-height: 1;
}

.nsd-project__benefits h2 {
	margin: 0;
	font-size: 0.9rem;
	font-weight: 800;
}

.nsd-project__benefits p {
	margin: 0.35rem 0 0;
	color: var(--project-muted);
	font-size: 0.75rem;
	line-height: 1.5;
}

.nsd-project__solutions,
.nsd-project__selection,
.nsd-project__local {
	padding: clamp(3rem, 7vw, 6rem) 0 0;
}

.nsd-project__section-heading {
	max-width: 820px;
	margin-bottom: 2rem;
}

.nsd-project__section-heading > p,
.nsd-project__local > div > p {
	color: var(--project-orange);
}

.nsd-project__section-heading h2,
.nsd-project__local h2,
.nsd-project__cta h2 {
	margin: 0;
	font-family: "Fraunces", Georgia, serif;
	font-size: clamp(2rem, 4vw, 3.5rem);
	font-weight: 500;
	line-height: 1.05;
}

.nsd-project__section-heading > span,
.nsd-project__cta > div > span {
	display: block;
	max-width: 720px;
	margin-top: 0.9rem;
	color: var(--project-muted);
	font-size: 0.95rem;
	line-height: 1.7;
}

.nsd-project__solution-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	border-top: 1px solid var(--project-line);
	border-left: 1px solid var(--project-line);
}

.nsd-project__solution-grid > a {
	display: grid;
	min-height: 220px;
	align-content: space-between;
	gap: 1rem;
	padding: clamp(1.5rem, 3vw, 2.5rem);
	border-right: 1px solid var(--project-line);
	border-bottom: 1px solid var(--project-line);
	background: #fff;
	color: var(--project-ink);
}

.nsd-project__solution-grid > a:hover,
.nsd-project__solution-grid > a:focus-visible {
	background: var(--project-paper);
}

.nsd-project__solution-grid span {
	color: var(--project-orange);
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.nsd-project__solution-grid strong {
	font-family: "Fraunces", Georgia, serif;
	font-size: clamp(1.55rem, 3vw, 2.4rem);
	font-weight: 500;
}

.nsd-project__solution-grid small {
	font-size: 0.75rem;
	font-weight: 800;
	text-transform: uppercase;
}

.nsd-project__product-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

.nsd-project-card {
	display: flex;
	min-width: 0;
	flex-direction: column;
	border: 1px solid var(--project-line);
	background: #fff;
}

.nsd-project-card__media {
	display: block;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: var(--project-paper);
}

.nsd-project-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 240ms ease;
}

.nsd-project-card:hover .nsd-project-card__media img {
	transform: scale(1.025);
}

.nsd-project-card__body {
	display: flex;
	flex: 1 1 auto;
	align-items: flex-start;
	flex-direction: column;
	padding: 1.2rem;
}

.nsd-project-card__body > p {
	margin: 0 0 0.5rem;
	color: var(--project-orange);
	font-size: 0.64rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.nsd-project-card h3 {
	margin: 0;
	font-size: 1rem;
	line-height: 1.35;
}

.nsd-project-card h3 a {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	color: var(--project-ink);
}

.nsd-project-card__price {
	margin-top: 0.8rem;
	font-size: 0.9rem;
}

.nsd-project-card__pay {
	display: block;
	margin-top: 0.35rem;
	color: var(--project-muted);
	font-size: 0.7rem;
}

.nsd-project-card__link {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	margin-top: auto;
	padding-top: 1rem;
	color: var(--project-ink);
	font-size: 0.72rem;
	font-weight: 800;
	text-transform: uppercase;
}

.nsd-project__local {
	display: grid;
	grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
	gap: clamp(2rem, 5vw, 5rem);
	align-items: start;
}

.nsd-project__local-grid {
	display: grid;
	gap: 0.75rem;
}

.nsd-project__local-grid article {
	display: grid;
	gap: 0.35rem;
	padding: 1.3rem;
	border-left: 3px solid var(--project-green);
	background: var(--project-paper);
}

.nsd-project__local-grid span {
	color: var(--project-muted);
	font-size: 0.82rem;
	line-height: 1.55;
}

.nsd-project__cta {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 2rem;
	align-items: end;
	margin-top: clamp(3rem, 8vw, 7rem);
	padding: clamp(2rem, 5vw, 4rem);
	background: var(--project-ink);
	color: #fff;
}

.nsd-project__cta h2 {
	max-width: 760px;
	color: #fff;
}

.nsd-project__cta > div > span {
	color: rgba(255, 255, 255, 0.72);
}

.nsd-project__cta .nsd-project__actions {
	margin: 0;
}

@media (max-width: 991px) {
	.nsd-project__hero {
		grid-template-columns: 1fr;
	}

	.nsd-project__hero-media {
		min-height: min(72vw, 520px);
	}

	.nsd-project__benefits {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.nsd-project__benefits article:nth-child(2) {
		border-right: 0;
	}

	.nsd-project__benefits article:nth-child(-n + 2) {
		border-bottom: 1px solid var(--project-line);
	}

	.nsd-project__product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.nsd-project__cta {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	.nsd-project {
		width: min(100% - 1rem, 1220px);
	}

	.nsd-project__hero {
		min-height: 0;
	}

	.nsd-project__hero-copy {
		padding: 2rem 1.25rem;
	}

	.nsd-project__hero h1 {
		font-size: clamp(2.35rem, 12vw, 3.5rem);
	}

	.nsd-project__actions,
	.nsd-project__button {
		width: 100%;
	}

	.nsd-project__benefits,
	.nsd-project__solution-grid,
	.nsd-project__product-grid,
	.nsd-project__local {
		grid-template-columns: 1fr;
	}

	.nsd-project__benefits article,
	.nsd-project__benefits article:nth-child(2) {
		border-right: 0;
		border-bottom: 1px solid var(--project-line);
	}

	.nsd-project__benefits article:last-child {
		border-bottom: 0;
	}

	.nsd-project__solution-grid > a {
		min-height: 180px;
	}

	.nsd-project__cta {
		padding: 2rem 1.25rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.nsd-project-card__media img {
		transition: none;
	}
}


