.ntp-premium-home {
	--ntp-ink: #081018;
	--ntp-ink-2: #111923;
	--ntp-cream: #f5f1e8;
	--ntp-paper: #fbfaf6;
	--ntp-muted: #6f7780;
	--ntp-blue: #004f7a;
	--ntp-gold: #d8a84d;
	--ntp-gold-soft: #f2d58b;
	--ntp-rose: #d91468;
	--ntp-teal: #1aa6a6;
	--ntp-border: rgba(255, 255, 255, 0.16);
	--ntp-shadow: 0 24px 70px rgba(8, 16, 24, 0.22);
	background: var(--ntp-ink);
	color: var(--ntp-paper);
	font-family: "Quicksand", "Segoe UI", Roboto, Arial, sans-serif;
	letter-spacing: 0;
	overflow-x: hidden;
}

.ntp-premium-home .ntp-elementor-frame,
.ntp-premium-home .ntp-elementor-frame > .elementor-container,
.ntp-premium-home .ntp-elementor-frame .elementor-column,
.ntp-premium-home .ntp-elementor-frame .elementor-widget-wrap,
.ntp-premium-home .ntp-elementor-frame .elementor-widget,
.ntp-premium-home .ntp-elementor-frame .elementor-widget-container {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

.ntp-premium-home .ntp-elementor-frame .elementor-container {
	min-height: 0;
}

.ntp-premium-home .ntp-elementor-frame .elementor-widget:not(:last-child) {
	margin-bottom: 0;
}

.ntp-premium-home.admin-bar .ntp-site-header {
	top: 32px;
}

.ntp-premium-home * {
	box-sizing: border-box;
}

.ntp-premium-home a {
	color: inherit;
	text-decoration: none;
}

.ntp-premium-home img {
	display: block;
	max-width: 100%;
}

.ntp-shell {
	width: min(1180px, calc(100% - 40px));
	margin: 0 auto;
}

.ntp-section {
	position: relative;
	padding: clamp(76px, 9vw, 132px) 0;
	overflow: hidden;
}

.ntp-section-heading {
	max-width: 790px;
}

.ntp-section-heading--wide {
	max-width: 920px;
}

.ntp-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 18px;
	color: var(--ntp-gold-soft);
	font-size: 0.76rem;
	font-weight: 760;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.ntp-eyebrow::before {
	content: "";
	width: 34px;
	height: 1px;
	background: linear-gradient(90deg, var(--ntp-gold), var(--ntp-rose));
}

.ntp-section h2,
.ntp-hero h1 {
	margin: 0;
	font-weight: 760;
	line-height: 0.98;
	letter-spacing: 0;
}

.ntp-section h2 {
	color: var(--ntp-ink);
	font-size: clamp(2.25rem, 5.8vw, 5.8rem);
}

.ntp-site-header {
	position: fixed;
	z-index: 30;
	top: 18px;
	left: 50%;
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 24px;
	width: min(1180px, calc(100% - 32px));
	min-height: 74px;
	padding: 12px 14px 12px 18px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 8px;
	background: rgba(8, 16, 24, 0.56);
	backdrop-filter: blur(18px);
	box-shadow: 0 18px 54px rgba(0, 0, 0, 0.28);
	transform: translateX(-50%);
	transition: min-height 220ms ease, background 220ms ease, box-shadow 220ms ease, top 220ms ease;
}

.ntp-site-header.is-scrolled {
	top: 10px;
	min-height: 60px;
	background: rgba(8, 16, 24, 0.86);
	box-shadow: 0 14px 42px rgba(0, 0, 0, 0.34);
}

.ntp-brand {
	display: block;
	width: clamp(156px, 17vw, 228px);
	padding: 6px 0;
}

.ntp-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: clamp(14px, 2vw, 32px);
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.82rem;
	font-weight: 680;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.ntp-nav a {
	position: relative;
	padding: 8px 0;
	transition: color 180ms ease;
}

.ntp-nav a::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 3px;
	left: 0;
	height: 1px;
	background: var(--ntp-gold);
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 220ms ease;
}

.ntp-nav a:hover,
.ntp-nav a:focus-visible {
	color: #fff;
}

.ntp-nav a:hover::after,
.ntp-nav a:focus-visible::after {
	transform: scaleX(1);
	transform-origin: left;
}

.ntp-nav-cta,
.ntp-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 13px 19px;
	border-radius: 6px;
	font-size: 0.84rem;
	font-weight: 760;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.ntp-nav-cta,
.ntp-button--primary {
	border: 1px solid rgba(216, 168, 77, 0.82);
	background: linear-gradient(135deg, var(--ntp-gold), #f4d27c 52%, #aa7324);
	color: #101010;
	box-shadow: 0 14px 36px rgba(216, 168, 77, 0.24);
}

.ntp-button--ghost {
	border: 1px solid rgba(255, 255, 255, 0.28);
	background: rgba(255, 255, 255, 0.06);
	color: #fff;
}

.ntp-nav-cta:hover,
.ntp-nav-cta:focus-visible,
.ntp-button:hover,
.ntp-button:focus-visible {
	transform: translateY(-2px);
}

.ntp-button--ghost:hover,
.ntp-button--ghost:focus-visible {
	border-color: rgba(242, 213, 139, 0.72);
	background: rgba(255, 255, 255, 0.1);
}

.ntp-hero {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 94svh;
	padding: 126px 0 74px;
	background: var(--ntp-ink);
	overflow: hidden;
	isolation: isolate;
}

.ntp-hero__media,
.ntp-hero__shade,
.ntp-particle-canvas {
	position: absolute;
	inset: 0;
}

.ntp-hero__media {
	z-index: -4;
	background-image: var(--ntp-hero-image);
	background-position: center;
	background-size: cover;
	filter: saturate(1.08) contrast(1.08);
	transform: scale(1.08);
}

.ntp-hero__shade {
	z-index: -3;
	background:
		radial-gradient(circle at 78% 28%, rgba(217, 20, 104, 0.26), transparent 28%),
		radial-gradient(circle at 40% 78%, rgba(26, 166, 166, 0.17), transparent 33%),
		linear-gradient(90deg, rgba(8, 16, 24, 0.96) 0%, rgba(8, 16, 24, 0.82) 43%, rgba(8, 16, 24, 0.46) 100%),
		linear-gradient(180deg, rgba(8, 16, 24, 0.76), rgba(8, 16, 24, 0.92));
}

.ntp-particle-canvas {
	z-index: -1;
	opacity: 0.72;
}

.ntp-hero__inner {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.72fr);
	align-items: center;
	gap: clamp(36px, 6vw, 88px);
}

.ntp-hero__copy {
	max-width: 810px;
}

.ntp-hero h1 {
	max-width: 850px;
	color: #fff;
	font-size: clamp(3.2rem, 9vw, 8.6rem);
	text-wrap: balance;
}

.ntp-hero__lead {
	max-width: 650px;
	margin: 26px 0 0;
	color: rgba(255, 255, 255, 0.78);
	font-size: clamp(1.05rem, 1.45vw, 1.34rem);
	line-height: 1.7;
}

.ntp-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 34px;
}

.ntp-orbit {
	position: relative;
	width: min(38vw, 450px);
	aspect-ratio: 1;
	margin: 0 0 0 auto;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 50%;
	background:
		radial-gradient(circle at center, rgba(255, 255, 255, 0.13), transparent 38%),
		linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
	box-shadow: 0 34px 96px rgba(0, 0, 0, 0.36);
	transform-style: preserve-3d;
}

.ntp-orbit::before,
.ntp-orbit::after {
	content: "";
	position: absolute;
	border-radius: 50%;
	pointer-events: none;
}

.ntp-orbit::before {
	inset: 13%;
	border: 1px solid rgba(216, 168, 77, 0.42);
	animation: ntp-spin 28s linear infinite;
}

.ntp-orbit::after {
	inset: 28%;
	background: radial-gradient(circle, rgba(216, 168, 77, 0.2), transparent 68%);
	filter: blur(4px);
}

.ntp-orbit__ring {
	position: absolute;
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 50%;
}

.ntp-orbit__ring--outer {
	inset: 7%;
}

.ntp-orbit__ring--inner {
	inset: 22%;
}

.ntp-orbit__core {
	position: absolute;
	top: 50%;
	left: 50%;
	display: grid;
	place-items: center;
	width: 46%;
	aspect-ratio: 1;
	border: 1px solid rgba(216, 168, 77, 0.45);
	border-radius: 50%;
	background: rgba(8, 16, 24, 0.72);
	box-shadow: inset 0 0 42px rgba(216, 168, 77, 0.12);
	transform: translate(-50%, -50%) translateZ(38px);
}

.ntp-orbit__core span {
	color: rgba(255, 255, 255, 0.62);
	font-size: 0.74rem;
	font-weight: 740;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.ntp-orbit__core strong {
	color: var(--ntp-gold-soft);
	font-size: clamp(1.7rem, 3vw, 2.6rem);
	font-weight: 780;
	line-height: 1;
}

.ntp-orbit__metric {
	position: absolute;
	width: 156px;
	min-height: 62px;
	padding: 12px 14px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 8px;
	background: rgba(8, 16, 24, 0.72);
	color: rgba(255, 255, 255, 0.86);
	font-size: 0.78rem;
	font-weight: 720;
	line-height: 1.25;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	box-shadow: 0 18px 52px rgba(0, 0, 0, 0.26);
	transform: translateZ(54px);
}

.ntp-orbit__metric span {
	display: block;
	margin-bottom: 4px;
	color: var(--ntp-gold-soft);
}

.ntp-orbit__metric--one {
	top: 11%;
	left: -10%;
}

.ntp-orbit__metric--two {
	top: 46%;
	right: -14%;
}

.ntp-orbit__metric--three {
	bottom: 12%;
	left: 4%;
}

.ntp-hero__scroll {
	position: absolute;
	bottom: 24px;
	left: 50%;
	width: 24px;
	height: 42px;
	border: 1px solid rgba(255, 255, 255, 0.34);
	border-radius: 999px;
	transform: translateX(-50%);
}

.ntp-hero__scroll span {
	position: absolute;
	top: 8px;
	left: 50%;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: var(--ntp-gold-soft);
	transform: translateX(-50%);
	animation: ntp-scroll-dot 1.7s ease-in-out infinite;
}

.ntp-intro {
	background: var(--ntp-paper);
	color: var(--ntp-ink);
}

.ntp-intro__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.94fr) minmax(310px, 0.64fr);
	gap: clamp(36px, 8vw, 108px);
	align-items: start;
}

.ntp-intro .ntp-eyebrow,
.ntp-method .ntp-eyebrow,
.ntp-expertise .ntp-eyebrow,
.ntp-contact .ntp-eyebrow {
	color: var(--ntp-blue);
}

.ntp-intro__text {
	padding-top: 14px;
	color: #2c333a;
	font-size: clamp(1.02rem, 1.28vw, 1.2rem);
	line-height: 1.8;
}

.ntp-intro__text p {
	margin: 0 0 22px;
}

.ntp-method {
	background:
		linear-gradient(180deg, var(--ntp-paper), #ece7dc 100%);
	color: var(--ntp-ink);
}

.ntp-method__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin-top: 48px;
}

.ntp-method-card,
.ntp-expertise-card {
	position: relative;
	min-height: 430px;
	padding: clamp(24px, 3vw, 34px);
	border: 1px solid rgba(8, 16, 24, 0.1);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.68);
	box-shadow: 0 18px 64px rgba(8, 16, 24, 0.08);
	transform-style: preserve-3d;
	transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.ntp-method-card::before,
.ntp-expertise-card::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	background: linear-gradient(135deg, rgba(216, 168, 77, 0.22), rgba(217, 20, 104, 0.09), rgba(26, 166, 166, 0.1));
	opacity: 0;
	transition: opacity 180ms ease;
	pointer-events: none;
}

.ntp-method-card:hover,
.ntp-expertise-card:hover {
	border-color: rgba(216, 168, 77, 0.44);
	background: rgba(255, 255, 255, 0.9);
	box-shadow: var(--ntp-shadow);
}

.ntp-method-card:hover::before,
.ntp-expertise-card:hover::before {
	opacity: 1;
}

.ntp-method-card__top {
	position: relative;
	z-index: 1;
	min-height: 132px;
}

.ntp-method-card__top span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	margin-bottom: 24px;
	border: 1px solid rgba(216, 168, 77, 0.5);
	border-radius: 50%;
	color: var(--ntp-blue);
	font-weight: 780;
}

.ntp-method-card h3,
.ntp-expertise-card h3 {
	position: relative;
	z-index: 1;
	margin: 0;
	color: var(--ntp-ink);
	font-size: clamp(1.5rem, 2vw, 2.25rem);
	font-weight: 760;
	line-height: 1.02;
}

.ntp-method-card p,
.ntp-expertise-card p {
	position: relative;
	z-index: 1;
	margin: 0;
	color: #3e464d;
	font-size: 1rem;
	line-height: 1.65;
}

.ntp-method-card ul {
	position: relative;
	z-index: 1;
	display: grid;
	gap: 12px;
	margin: 28px 0 0;
	padding: 0;
	list-style: none;
}

.ntp-method-card li {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #1f2932;
	font-size: 0.92rem;
	font-weight: 700;
	line-height: 1.35;
}

.ntp-method-card li::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--ntp-gold), var(--ntp-rose));
	box-shadow: 0 0 0 4px rgba(216, 168, 77, 0.14);
	flex: 0 0 auto;
}

.ntp-standards {
	background: var(--ntp-ink);
	color: #fff;
	isolation: isolate;
}

.ntp-standards__texture {
	position: absolute;
	inset: 0;
	z-index: -2;
	background-image: var(--ntp-texture-image);
	background-position: center;
	background-size: cover;
	opacity: 0.34;
	transform: scale(1.1);
}

.ntp-standards::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		radial-gradient(circle at 78% 18%, rgba(217, 20, 104, 0.3), transparent 32%),
		linear-gradient(90deg, rgba(8, 16, 24, 0.94), rgba(8, 16, 24, 0.78));
}

.ntp-standards__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.46fr) minmax(360px, 0.54fr);
	gap: clamp(34px, 6vw, 80px);
	align-items: center;
}

.ntp-standards__panel h2 {
	margin: 0;
	color: #fff;
	font-size: clamp(2.3rem, 6vw, 6.4rem);
	font-weight: 760;
	line-height: 0.98;
}

.ntp-standards__panel p:not(.ntp-eyebrow) {
	max-width: 680px;
	margin: 28px 0 0;
	color: rgba(255, 255, 255, 0.76);
	font-size: clamp(1.02rem, 1.26vw, 1.2rem);
	line-height: 1.75;
}

.ntp-standards__copy p {
	max-width: 780px;
	margin: 0;
	color: rgba(255, 255, 255, 0.76);
	font-size: clamp(0.96rem, 1.05vw, 1.05rem);
	line-height: 1.66;
}

.ntp-standards-about-link {
	margin-top: 28px;
}

.ntp-compliance {
	display: grid;
	gap: 26px;
	min-height: 330px;
	padding: 28px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(18px);
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
	transform-style: preserve-3d;
}

.ntp-compliance img {
	width: min(190px, 58%);
	filter: drop-shadow(0 18px 34px rgba(0, 0, 0, 0.22));
}

.ntp-compliance span {
	display: block;
	margin-bottom: 12px;
	color: var(--ntp-gold-soft);
	font-size: 0.76rem;
	font-weight: 780;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.ntp-compliance strong {
	color: #fff;
	font-size: clamp(1.35rem, 2vw, 2.1rem);
	font-weight: 720;
	line-height: 1.12;
}

.ntp-expertise {
	background: #f6f3ec;
	color: var(--ntp-ink);
}

.ntp-expertise__layout {
	display: grid;
	grid-template-columns: minmax(310px, 0.76fr) minmax(0, 1fr);
	gap: 20px;
	margin-top: 50px;
	align-items: stretch;
}

.ntp-expertise__visual {
	position: relative;
	min-height: 650px;
	border-radius: 8px;
	background:
		linear-gradient(180deg, rgba(8, 16, 24, 0.16), rgba(8, 16, 24, 0.78)),
		var(--ntp-portrait-image) center / cover;
	overflow: hidden;
	box-shadow: var(--ntp-shadow);
}

.ntp-expertise__visual::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 30% 18%, rgba(216, 168, 77, 0.22), transparent 28%),
		radial-gradient(circle at 75% 80%, rgba(217, 20, 104, 0.2), transparent 30%);
	mix-blend-mode: screen;
}

.ntp-expertise__glass {
	position: absolute;
	right: 22px;
	bottom: 22px;
	left: 22px;
	padding: 22px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 8px;
	background: rgba(8, 16, 24, 0.62);
	backdrop-filter: blur(16px);
}

.ntp-expertise__glass span {
	display: block;
	margin-bottom: 8px;
	color: var(--ntp-gold-soft);
	font-size: 0.78rem;
	font-weight: 780;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.ntp-expertise__glass strong {
	display: block;
	color: #fff;
	font-size: clamp(1.55rem, 3vw, 3.1rem);
	font-weight: 760;
	line-height: 1;
}

.ntp-expertise__cards {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}

.ntp-expertise-card {
	min-height: 315px;
}

.ntp-expertise-card h3 {
	margin-bottom: 28px;
}

.ntp-linkedin {
	background: var(--ntp-ink);
	color: #fff;
}

.ntp-linkedin::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 18% 22%, rgba(0, 79, 122, 0.38), transparent 28%),
		radial-gradient(circle at 78% 18%, rgba(216, 168, 77, 0.18), transparent 24%),
		linear-gradient(135deg, rgba(8, 16, 24, 0), rgba(217, 20, 104, 0.12));
}

.ntp-linkedin__inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 30px;
	align-items: end;
}

.ntp-linkedin h2 {
	max-width: 820px;
	color: #fff;
	font-size: clamp(2.3rem, 5vw, 5.3rem);
}

.ntp-contact {
	background: var(--ntp-paper);
	color: var(--ntp-ink);
}

.ntp-contact__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.5fr);
	gap: clamp(34px, 7vw, 92px);
	align-items: end;
}

.ntp-contact__details {
	display: grid;
	gap: 14px;
	padding: 30px;
	border-left: 2px solid var(--ntp-gold);
	color: #1f2932;
	font-size: clamp(1.05rem, 1.6vw, 1.45rem);
	line-height: 1.45;
}

.ntp-contact__details a {
	color: var(--ntp-blue);
	font-weight: 760;
	overflow-wrap: anywhere;
}

.ntp-contact__details p {
	margin: 0;
	color: #3e464d;
}

.ntp-footer {
	background: #070c12;
	color: rgba(255, 255, 255, 0.62);
	padding: 34px 0;
}

.ntp-footer__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

.ntp-footer img {
	width: min(180px, 48vw);
}

.ntp-footer p {
	margin: 0;
	font-size: 0.9rem;
}

.ntp-js [data-reveal] {
	opacity: 0;
	transform: translateY(34px);
}

.ntp-js [data-reveal].is-visible {
	opacity: 1;
	transform: translateY(0);
	transition: opacity 720ms ease, transform 720ms cubic-bezier(0.19, 1, 0.22, 1);
}

[data-tilt] {
	transform: perspective(900px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)) translateY(var(--tilt-lift, 0));
}

@keyframes ntp-spin {
	to {
		transform: rotate(360deg);
	}
}

@keyframes ntp-scroll-dot {
	0%,
	100% {
		opacity: 0.2;
		transform: translate(-50%, 0);
	}
	45% {
		opacity: 1;
		transform: translate(-50%, 16px);
	}
}

@media (max-width: 1024px) {
	.ntp-site-header {
		grid-template-columns: auto auto;
		justify-content: space-between;
	}

	.ntp-nav {
		display: none;
	}

	.ntp-hero__inner,
	.ntp-intro__grid,
	.ntp-standards__grid,
	.ntp-expertise__layout,
	.ntp-contact__grid {
		grid-template-columns: 1fr;
	}

	.ntp-orbit {
		width: min(74vw, 430px);
		margin: 10px auto 0;
	}

	.ntp-method__grid {
		grid-template-columns: 1fr;
	}

	.ntp-method-card {
		min-height: 0;
	}

	.ntp-expertise__visual {
		min-height: 500px;
	}
}

@media (max-width: 760px) {
	.ntp-premium-home.admin-bar .ntp-site-header {
		top: 46px;
	}

	.ntp-shell {
		width: min(100% - 28px, 1180px);
	}

	.ntp-site-header {
		top: 10px;
		width: calc(100% - 20px);
		min-height: 58px;
		padding: 9px 10px;
		gap: 10px;
	}

	.ntp-brand {
		width: 142px;
	}

	.ntp-nav-cta {
		min-height: 40px;
		max-width: 148px;
		padding: 9px 11px;
		font-size: 0.68rem;
		line-height: 1.15;
		text-align: center;
	}

	.ntp-section {
		padding: 72px 0;
	}

	.ntp-hero {
		min-height: 94svh;
		padding: 106px 0 74px;
	}

	.ntp-hero h1 {
		font-size: clamp(3rem, 16vw, 4.9rem);
	}

	.ntp-hero__lead {
		font-size: 1rem;
		line-height: 1.62;
	}

	.ntp-hero__actions {
		display: grid;
	}

	.ntp-button {
		width: 100%;
		min-height: 48px;
	}

	.ntp-orbit {
		width: min(88vw, 360px);
	}

	.ntp-orbit__metric {
		width: 128px;
		min-height: 58px;
		padding: 10px;
		font-size: 0.68rem;
	}

	.ntp-orbit__metric--one {
		left: -2%;
	}

	.ntp-orbit__metric--two {
		right: -2%;
	}

	.ntp-section h2,
	.ntp-standards__panel h2,
	.ntp-linkedin h2 {
		font-size: clamp(2.35rem, 11vw, 4.1rem);
	}

	.ntp-method__grid,
	.ntp-expertise__cards {
		grid-template-columns: 1fr;
	}

	.ntp-method-card,
	.ntp-expertise-card {
		min-height: auto;
	}

	.ntp-expertise__visual {
		min-height: 420px;
	}

	.ntp-linkedin__inner {
		grid-template-columns: 1fr;
	}

	.ntp-contact__details {
		padding: 24px 0 0 20px;
	}

	.ntp-footer__inner {
		align-items: flex-start;
		flex-direction: column;
	}
}

/* Contatti: consensi più compatti. */
.ntp-premium-home .ntp-native-contact-form .ntp-native-form .elementor-form-fields-wrapper {
	row-gap: 10px !important;
}

.ntp-premium-home .ntp-native-contact-form .ntp-native-form .elementor-field-type-acceptance {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.ntp-premium-home .ntp-native-contact-form .ntp-native-form .elementor-field-type-acceptance + .elementor-field-type-acceptance {
	margin-top: -2px !important;
}

.ntp-premium-home .ntp-native-contact-form .ntp-native-form .elementor-field-type-submit {
	margin-top: 8px !important;
}

.ntp-premium-home .ntp-native-contact-form .ntp-native-form .elementor-field-type-acceptance .elementor-field-option {
	min-height: 18px !important;
}

/* Contatti: override definitivo per lista dati e consensi. */
.ntp-premium-home .ntp-native-contact-details .ntp-native-contact-list .elementor-icon-list-items {
	display: flex !important;
	flex-direction: column !important;
	flex-wrap: nowrap !important;
	grid-template-columns: none !important;
	gap: 14px !important;
	max-width: 620px !important;
}

.ntp-premium-home .ntp-native-contact-details .ntp-native-contact-list .elementor-icon-list-item,
.ntp-premium-home .ntp-native-contact-details .ntp-native-contact-list .elementor-icon-list-item:nth-child(2) {
	display: flex !important;
	width: 100% !important;
	grid-column: auto !important;
}

.ntp-premium-home .ntp-native-contact-form .ntp-native-form .elementor-field-type-acceptance > .elementor-field-label {
	display: none !important;
}

.ntp-premium-home .ntp-native-contact-form .ntp-native-form .elementor-field-type-acceptance .elementor-field-option {
	display: flex !important;
	align-items: flex-start !important;
	gap: 10px !important;
	font-size: 11.5px !important;
	line-height: 1.35 !important;
}

.ntp-premium-home .ntp-native-contact-form .ntp-native-form .elementor-field-type-acceptance label {
	font-size: 11.5px !important;
	line-height: 1.35 !important;
}

.ntp-premium-home .ntp-native-contact-form .ntp-native-form .elementor-field-type-acceptance input[type="checkbox"] {
	width: 15px !important;
	height: 15px !important;
	min-width: 15px !important;
	min-height: 15px !important;
	margin-top: 1px !important;
}

/* Contatti: dati in colonna singola e checkbox allineati. */
.ntp-premium-home .ntp-native-contact-details > .elementor-container {
	grid-template-columns: minmax(340px, 0.38fr) minmax(0, 0.62fr) !important;
	gap: clamp(34px, 4.6vw, 74px) !important;
}

.ntp-premium-home .ntp-native-contact-details .ntp-native-contact-list .elementor-icon-list-items {
	display: flex !important;
	flex-direction: column !important;
	gap: 16px !important;
	max-width: 560px;
	margin: 8px 0 0 !important;
}

.ntp-premium-home .ntp-native-contact-details .ntp-native-contact-list .elementor-icon-list-item,
.ntp-premium-home .ntp-native-contact-details .ntp-native-contact-list .elementor-icon-list-item:nth-child(2) {
	grid-column: auto !important;
	width: 100% !important;
}

.ntp-premium-home .ntp-native-contact-details .ntp-native-secondary {
	display: none !important;
}

.ntp-premium-home .ntp-native-contact-form .ntp-native-form .elementor-field-type-acceptance {
	margin-top: 12px;
}

.ntp-premium-home .ntp-native-contact-form .ntp-native-form .elementor-field-type-acceptance .elementor-field-subgroup {
	display: block !important;
	width: 100%;
}

.ntp-premium-home .ntp-native-contact-form .ntp-native-form .elementor-field-type-acceptance .elementor-field-option {
	display: flex !important;
	flex-direction: row !important;
	align-items: flex-start !important;
	gap: 12px !important;
	width: 100%;
	color: rgba(255, 255, 255, 0.74);
	font-size: 13px;
	line-height: 1.45;
}

.ntp-premium-home .ntp-native-contact-form .ntp-native-form .elementor-field-type-acceptance input[type="checkbox"] {
	order: 0;
	flex: 0 0 18px;
	width: 18px !important;
	height: 18px !important;
	min-width: 18px;
	min-height: 18px;
	margin: 2px 0 0 !important;
}

.ntp-premium-home .ntp-native-contact-form .ntp-native-form .elementor-field-type-acceptance label {
	order: 1;
	display: block !important;
	margin: 0 !important;
	color: rgba(255, 255, 255, 0.74);
}

@media (max-width: 1024px) {
	.ntp-premium-home .ntp-native-contact-details > .elementor-container {
		grid-template-columns: 1fr !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ntp-premium-home *,
	.ntp-premium-home *::before,
	.ntp-premium-home *::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}

	.ntp-js [data-reveal] {
		opacity: 1;
		transform: none;
	}
}

/* NTP Elementor widgets v3 */
.ntp-shell {
	width: min(1088px, calc(100% - 64px));
}

.ntp-site-header {
	width: min(1088px, calc(100% - 40px));
}

.ntp-section {
	padding: clamp(72px, 7vw, 112px) 0;
}

.ntp-section-heading {
	max-width: 700px;
}

.ntp-section-heading--wide {
	max-width: 820px;
}

.ntp-section-heading p:not(.ntp-eyebrow),
.ntp-page-hero p:not(.ntp-eyebrow),
.ntp-copy-block p {
	color: #46505a;
	font-size: clamp(1rem, 1.12vw, 1.13rem);
	line-height: 1.72;
}

.ntp-hero--executive {
	min-height: 88svh;
	padding: 132px 0 70px;
}

.ntp-hero--executive .ntp-hero__media {
	opacity: 0.55;
	background-position: 56% center;
}

.ntp-hero--executive .ntp-hero__shade {
	background:
		radial-gradient(circle at 70% 28%, rgba(216, 168, 77, 0.18), transparent 24%),
		radial-gradient(circle at 88% 72%, rgba(0, 79, 122, 0.26), transparent 28%),
		linear-gradient(90deg, rgba(8, 16, 24, 0.96) 0%, rgba(8, 16, 24, 0.91) 48%, rgba(8, 16, 24, 0.62) 100%),
		linear-gradient(180deg, rgba(8, 16, 24, 0.52), rgba(8, 16, 24, 0.94));
}

.ntp-hero--executive .ntp-hero__inner {
	grid-template-columns: minmax(0, 0.92fr) minmax(330px, 0.58fr);
	gap: clamp(36px, 5vw, 72px);
}

.ntp-hero--executive .ntp-hero__copy {
	max-width: 680px;
}

.ntp-hero--executive h1 {
	max-width: 700px;
	font-size: clamp(3.4rem, 6.4vw, 6.65rem);
	line-height: 0.95;
}

.ntp-hero--executive .ntp-hero__lead {
	max-width: 610px;
	font-size: clamp(1rem, 1.16vw, 1.16rem);
	line-height: 1.68;
}

.ntp-pill-strip {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 28px;
}

.ntp-pill-strip span {
	display: inline-flex;
	align-items: center;
	min-height: 32px;
	padding: 8px 11px;
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.055);
	color: rgba(255, 255, 255, 0.74);
	font-size: 0.75rem;
	font-weight: 680;
	line-height: 1;
}

.ntp-hero__visual {
	position: relative;
	min-height: 520px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 8px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
		rgba(255, 255, 255, 0.04);
	box-shadow: 0 28px 90px rgba(0, 0, 0, 0.34);
	overflow: hidden;
	transform-style: preserve-3d;
}

.ntp-hero__visual::before {
	content: "";
	position: absolute;
	inset: 18px;
	border: 1px solid rgba(216, 168, 77, 0.24);
	border-radius: 6px;
	pointer-events: none;
}

.ntp-hero__visual-image {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(8, 16, 24, 0.08), rgba(8, 16, 24, 0.82)),
		var(--ntp-texture-image) center / cover;
	filter: saturate(0.92) contrast(1.05);
	transform: scale(1.04);
}

.ntp-hero__index,
.ntp-hero__focus,
.ntp-hero__quote {
	position: absolute;
	z-index: 2;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 8px;
	background: rgba(8, 16, 24, 0.68);
	backdrop-filter: blur(18px);
	box-shadow: 0 18px 54px rgba(0, 0, 0, 0.2);
}

.ntp-hero__index {
	top: 34px;
	left: 34px;
	width: 128px;
	padding: 16px;
}

.ntp-hero__index span,
.ntp-hero__focus span,
.ntp-hero__quote span {
	display: block;
	color: var(--ntp-gold-soft);
	font-size: 0.72rem;
	font-weight: 760;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.ntp-hero__index strong {
	display: block;
	margin-top: 8px;
	color: #fff;
	font-size: 1.5rem;
	line-height: 1;
}

.ntp-hero__focus {
	right: 28px;
	bottom: 128px;
	width: min(300px, calc(100% - 56px));
	padding: 20px;
}

.ntp-hero__focus strong {
	display: block;
	margin-top: 10px;
	color: #fff;
	font-size: clamp(1.2rem, 1.9vw, 1.8rem);
	line-height: 1.08;
}

.ntp-hero__quote {
	right: 28px;
	bottom: 28px;
	left: 28px;
	padding: 18px 20px;
}

.ntp-hero__quote p {
	margin: 0 0 8px;
	color: rgba(255, 255, 255, 0.86);
	font-size: 1rem;
	line-height: 1.45;
}

.ntp-split {
	display: grid;
	grid-template-columns: minmax(0, 0.85fr) minmax(300px, 0.55fr);
	gap: clamp(36px, 6vw, 86px);
	align-items: start;
}

.ntp-cfe,
.ntp-detail,
.ntp-contact {
	background: var(--ntp-paper);
	color: var(--ntp-ink);
}

.ntp-cfe .ntp-eyebrow,
.ntp-scenarios .ntp-eyebrow,
.ntp-detail .ntp-eyebrow,
.ntp-founder .ntp-eyebrow {
	color: var(--ntp-blue);
}

.ntp-cfe-layout {
	display: grid;
	grid-template-columns: minmax(0, 0.48fr) minmax(360px, 0.52fr);
	gap: clamp(36px, 6vw, 86px);
	align-items: center;
}

.ntp-cfe-copy {
	max-width: 620px;
}

.ntp-cfe-copy p {
	margin: 0;
	color: #46505a;
	font-size: clamp(1rem, 1.12vw, 1.13rem);
	line-height: 1.72;
}

.ntp-cfe-copy strong {
	display: block;
	margin-bottom: 0;
	color: var(--ntp-ink);
	font-size: clamp(1.22rem, 1.65vw, 1.88rem);
	font-weight: 650;
	line-height: 1.24;
	text-wrap: balance;
}

.ntp-cfe-about-link {
	margin-top: 28px;
}

.ntp-cfe-stack {
	display: grid;
	border-top: 1px solid rgba(8, 16, 24, 0.13);
	border-bottom: 1px solid rgba(8, 16, 24, 0.13);
}

.ntp-cfe-stack article {
	min-height: 0;
	padding: 20px 0 22px;
	border-bottom: 1px solid rgba(8, 16, 24, 0.11);
}

.ntp-cfe-stack article:last-child {
	border-bottom: 0;
}

.ntp-cfe-item-title {
	display: flex;
	gap: 14px;
	align-items: center;
	margin-bottom: 10px;
}

.ntp-cfe-item-icon {
	position: relative;
	display: inline-flex;
	flex: 0 0 28px;
	width: 28px;
	height: 28px;
	border: 0;
	border-radius: 0;
	background: transparent;
}

.ntp-cfe-item-icon::before,
.ntp-cfe-item-icon::after {
	content: "";
	position: absolute;
	display: block;
}

.ntp-cfe-item-icon--clarity::before {
	top: 5px;
	left: 13px;
	width: 1.5px;
	height: 18px;
	border-radius: 999px;
	background: #a87e2c;
	transform: rotate(45deg);
	transform-origin: center;
}

.ntp-cfe-item-icon--clarity::after {
	top: 13px;
	left: 5px;
	width: 18px;
	height: 1.5px;
	border-radius: 999px;
	background: #a87e2c;
	transform: rotate(-45deg);
	transform-origin: center;
}

.ntp-cfe-item-icon--focus::before {
	top: 5px;
	left: 5px;
	width: 16px;
	height: 16px;
	border: 1.5px solid #a87e2c;
	border-radius: 50%;
}

.ntp-cfe-item-icon--focus::after {
	top: 12px;
	left: 12px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #a87e2c;
}

.ntp-cfe-item-icon--execution::before {
	top: 7px;
	left: 5px;
	width: 17px;
	height: 9px;
	border-bottom: 2px solid #a87e2c;
	border-left: 2px solid #a87e2c;
	transform: rotate(-45deg);
	transform-origin: center;
}

.ntp-cfe-stack h3 {
	margin: 0;
	color: var(--ntp-ink);
	font-size: clamp(1.05rem, 1.25vw, 1.36rem);
	font-weight: 700;
	line-height: 1.08;
}

.ntp-cfe-stack p {
	margin: 0;
	padding-left: 42px;
	color: #46505a;
	line-height: 1.55;
}

.ntp-cfe-grid,
.ntp-scenario-grid,
.ntp-service-grid,
.ntp-standard-grid,
.ntp-insight-grid {
	display: grid;
	gap: 16px;
	margin-top: 42px;
}

.ntp-cfe-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ntp-cfe-grid--five {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.ntp-cfe-grid article,
.ntp-scenario-grid article,
.ntp-standard-grid article,
.ntp-insight-grid article {
	min-height: 210px;
	padding: 24px;
	border: 1px solid rgba(8, 16, 24, 0.1);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.72);
	box-shadow: 0 18px 52px rgba(8, 16, 24, 0.06);
}

.ntp-cfe-grid span {
	display: inline-flex;
	margin-bottom: 22px;
	color: var(--ntp-blue);
	font-size: 0.82rem;
	font-weight: 800;
}

.ntp-cfe-grid h3,
.ntp-scenario-grid h3,
.ntp-standard-grid h3,
.ntp-insight-grid h3 {
	margin: 0 0 14px;
	color: var(--ntp-ink);
	font-size: clamp(1.25rem, 1.65vw, 1.75rem);
	font-weight: 760;
	line-height: 1.08;
}

.ntp-cfe-grid p,
.ntp-scenario-grid p,
.ntp-standard-grid p,
.ntp-insight-grid p {
	margin: 0;
	color: #46505a;
	line-height: 1.6;
}

.ntp-scenarios {
	background: #ede8dc;
	color: var(--ntp-ink);
}

.ntp-scenario-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ntp-service-grid--four {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
	margin-top: 42px;
}

.ntp-service-grid--four .ntp-method-card {
	min-height: 360px;
}

.ntp-section-action {
	margin-top: 32px;
}

.ntp-button--dark {
	border-color: rgba(8, 16, 24, 0.28);
	color: var(--ntp-ink);
}

.ntp-standard-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 24px;
}

.ntp-standard-grid article {
	border-color: rgba(255, 255, 255, 0.16);
	background: rgba(255, 255, 255, 0.08);
}

.ntp-standard-grid h3 {
	color: #fff;
}

.ntp-standard-grid p {
	color: rgba(255, 255, 255, 0.72);
}

.ntp-page-hero {
	min-height: 68svh;
	display: flex;
	align-items: end;
	padding-top: 150px;
	background: var(--ntp-ink);
	isolation: isolate;
}

.ntp-page-hero .ntp-shell {
	position: relative;
	z-index: 2;
	max-width: 840px;
	margin-left: max(calc((100vw - 1088px) / 2), 32px);
	margin-right: auto;
}

.ntp-page-hero h1 {
	margin: 0;
	color: #fff;
	font-size: clamp(3.2rem, 6vw, 6.3rem);
	font-weight: 780;
	line-height: 0.98;
}

.ntp-page-hero p:not(.ntp-eyebrow) {
	max-width: 650px;
	margin: 24px 0 28px;
	color: rgba(255, 255, 255, 0.76);
}

.ntp-detail-list {
	display: grid;
	gap: 18px;
	margin-top: 46px;
}

.ntp-detail-list article {
	display: grid;
	grid-template-columns: minmax(220px, 0.36fr) minmax(0, 0.74fr);
	gap: 28px;
	padding: 28px;
	border: 1px solid rgba(8, 16, 24, 0.1);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.74);
	box-shadow: 0 18px 52px rgba(8, 16, 24, 0.06);
}

.ntp-detail-list--two {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ntp-detail-list--two article {
	display: block;
	min-height: 260px;
}

.ntp-detail-list h3 {
	margin: 0;
	color: var(--ntp-ink);
	font-size: clamp(1.45rem, 2.2vw, 2.35rem);
	line-height: 1.02;
}

.ntp-detail-list p {
	margin: 0;
	color: #46505a;
	line-height: 1.65;
}

.ntp-mini-grid {
	grid-column: 2;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.ntp-mini-grid span {
	padding: 8px 10px;
	border-radius: 999px;
	background: rgba(0, 79, 122, 0.08);
	color: var(--ntp-blue);
	font-size: 0.78rem;
	font-weight: 740;
}

.ntp-detail--dark {
	background: var(--ntp-ink);
	color: #fff;
}

.ntp-detail--dark .ntp-section-heading h2,
.ntp-detail--dark .ntp-detail-list h3 {
	color: #fff;
}

.ntp-detail--dark .ntp-section-heading p:not(.ntp-eyebrow),
.ntp-detail--dark .ntp-detail-list p {
	color: rgba(255, 255, 255, 0.72);
}

.ntp-detail--dark .ntp-detail-list article {
	border-color: rgba(255, 255, 255, 0.14);
	background: rgba(255, 255, 255, 0.07);
}

.ntp-founder {
	background: #ede8dc;
	color: var(--ntp-ink);
}

.ntp-founder__grid {
	display: grid;
	grid-template-columns: minmax(300px, 0.52fr) minmax(0, 0.72fr);
	gap: clamp(30px, 5vw, 70px);
	align-items: center;
}

.ntp-founder__grid h2 {
	margin: 0 0 20px;
	color: var(--ntp-ink);
	font-size: clamp(2.6rem, 5vw, 5.3rem);
	line-height: 0.98;
}

.ntp-founder__grid p:not(.ntp-eyebrow) {
	color: #46505a;
	font-size: 1.1rem;
	line-height: 1.7;
}

.ntp-contact-page-grid {
	display: grid;
	grid-template-columns: minmax(300px, 0.48fr) minmax(0, 0.7fr);
	gap: clamp(28px, 5vw, 72px);
	align-items: start;
}

.ntp-contact-card,
.ntp-form {
	padding: 30px;
	border: 1px solid rgba(8, 16, 24, 0.1);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.78);
	box-shadow: 0 18px 52px rgba(8, 16, 24, 0.07);
}

.ntp-contact-card h2 {
	margin: 0 0 22px;
	color: var(--ntp-ink);
	font-size: clamp(2rem, 3.4vw, 3.5rem);
	line-height: 1;
}

.ntp-contact-card a,
.ntp-contact-card p {
	display: block;
	margin: 0 0 14px;
	color: #25313b;
	font-size: 1.05rem;
	line-height: 1.45;
	overflow-wrap: anywhere;
}

.ntp-form {
	display: grid;
	gap: 16px;
}

.ntp-form p {
	margin: 0 0 6px;
	color: #46505a;
	line-height: 1.6;
}

.ntp-form label {
	display: grid;
	gap: 8px;
	color: var(--ntp-ink);
	font-size: 0.82rem;
	font-weight: 760;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.ntp-form input,
.ntp-form textarea {
	width: 100%;
	border: 1px solid rgba(8, 16, 24, 0.16);
	border-radius: 6px;
	background: #fff;
	color: var(--ntp-ink);
	font: inherit;
	padding: 13px 14px;
	resize: vertical;
}

@media (max-width: 1180px) {
	.ntp-service-grid--four {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ntp-cfe-grid--five {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 1024px) {
	.ntp-shell {
		width: min(100% - 40px, 1088px);
	}

	.ntp-hero--executive .ntp-hero__inner,
	.ntp-cfe-layout,
	.ntp-split,
	.ntp-founder__grid,
	.ntp-contact-page-grid {
		grid-template-columns: 1fr;
	}

	.ntp-hero__visual {
		min-height: 420px;
	}

	.ntp-scenario-grid,
	.ntp-cfe-grid,
	.ntp-standard-grid,
	.ntp-detail-list--two {
		grid-template-columns: 1fr;
	}

	.ntp-detail-list article {
		grid-template-columns: 1fr;
	}

	.ntp-mini-grid {
		grid-column: auto;
	}
}

@media (max-width: 760px) {
	.ntp-shell {
		width: min(100% - 28px, 1088px);
	}

	.ntp-hero--executive {
		min-height: auto;
		padding: 108px 0 54px;
	}

	.ntp-hero--executive h1 {
		font-size: clamp(2.75rem, 13vw, 4.6rem);
	}

	.ntp-hero__visual {
		min-height: 360px;
	}

	.ntp-cfe-copy strong {
		margin-bottom: 14px;
		font-size: clamp(1.28rem, 6.5vw, 1.72rem);
	}

	.ntp-cfe-stack article {
		padding: 20px 0 22px;
	}

	.ntp-hero__index {
		top: 22px;
		left: 22px;
	}

	.ntp-hero__focus,
	.ntp-hero__quote {
		right: 18px;
		left: 18px;
	}

	.ntp-hero__focus {
		bottom: 122px;
		width: auto;
	}

	.ntp-service-grid--four,
	.ntp-cfe-grid--five {
		grid-template-columns: 1fr;
	}

	.ntp-page-hero {
		min-height: auto;
		padding: 122px 0 70px;
	}

	.ntp-page-hero .ntp-shell {
		margin-left: auto;
	}
}

/* NTP refined business direction v4 */
.ntp-premium-site {
	background: #0b0f13;
	color: #f6f1e7;
}

.ntp-premium-site .ntp-shell {
	width: min(1040px, calc(100% - 72px));
}

.ntp-line-stage {
	position: fixed;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	overflow: hidden;
}

.ntp-line-stage span {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 1px;
	background: rgba(255, 255, 255, 0.085);
}

.ntp-line-stage span:nth-child(1) {
	left: max(36px, calc((100vw - 1040px) / 2));
}

.ntp-line-stage span:nth-child(2) {
	left: calc(max(36px, calc((100vw - 1040px) / 2)) + 28%);
}

.ntp-line-stage span:nth-child(3) {
	left: calc(max(36px, calc((100vw - 1040px) / 2)) + 64%);
}

.ntp-line-stage span:nth-child(4) {
	right: max(36px, calc((100vw - 1040px) / 2));
}

.ntp-line-stage span::before {
	content: "";
	position: absolute;
	left: -1px;
	width: 3px;
	height: 22vh;
	background: linear-gradient(180deg, transparent, rgba(216, 168, 77, 0.8), transparent);
	animation: ntp-line-pass 7.5s cubic-bezier(0.7, 0, 0.3, 1) infinite;
}

.ntp-line-stage span:nth-child(2)::before {
	animation-delay: -2.2s;
}

.ntp-line-stage span:nth-child(3)::before {
	animation-delay: -4.4s;
}

.ntp-line-stage span:nth-child(4)::before {
	animation-delay: -1.1s;
}

@keyframes ntp-line-pass {
	0% {
		transform: translateY(-28vh);
		opacity: 0;
	}
	18%,
	72% {
		opacity: 1;
	}
	100% {
		transform: translateY(118vh);
		opacity: 0;
	}
}

.ntp-premium-site .ntp-site-header {
	z-index: 40;
	top: 22px;
	width: min(1040px, calc(100% - 72px));
	min-height: 58px;
	padding: 0;
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 0;
	background: transparent;
	backdrop-filter: none;
	box-shadow: none;
}

.ntp-premium-site .ntp-site-header.is-scrolled {
	top: 0;
	min-height: 62px;
	padding: 0 18px;
	border-bottom-color: rgba(216, 168, 77, 0.26);
	background: rgba(11, 15, 19, 0.86);
	backdrop-filter: blur(18px);
}

.ntp-premium-site .ntp-brand {
	width: clamp(132px, 12vw, 176px);
	padding: 0;
}

.ntp-premium-site .ntp-nav {
	justify-content: flex-end;
	gap: clamp(16px, 1.6vw, 24px);
	color: rgba(255, 255, 255, 0.62);
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.11em;
}

.ntp-premium-site .ntp-nav-cta {
	min-height: auto;
	padding: 0 0 0 18px;
	border: 0;
	border-left: 1px solid rgba(216, 168, 77, 0.42);
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	color: #f3d586;
	font-size: 0.68rem;
	letter-spacing: 0.11em;
}

.ntp-premium-site .ntp-nav-cta:hover,
.ntp-premium-site .ntp-nav-cta:focus-visible {
	transform: none;
	color: #fff;
}

.ntp-premium-site .ntp-section {
	z-index: 2;
	padding: clamp(74px, 7vw, 104px) 0;
}

.ntp-premium-site .ntp-eyebrow {
	margin-bottom: 16px;
	color: #d7aa55;
	font-size: 0.68rem;
	letter-spacing: 0.14em;
}

.ntp-premium-site .ntp-eyebrow::before {
	width: 24px;
	background: #d7aa55;
}

.ntp-premium-site .ntp-section h2,
.ntp-premium-site .ntp-standards__panel h2,
.ntp-premium-site .ntp-linkedin h2,
.ntp-premium-site .ntp-contact h2 {
	font-size: clamp(2rem, 4.1vw, 4.2rem);
	font-weight: 650;
	line-height: 1.02;
	letter-spacing: 0;
}

.ntp-premium-site .ntp-section-heading {
	max-width: 650px;
}

.ntp-premium-site .ntp-section-heading--wide {
	max-width: 760px;
}

.ntp-premium-site .ntp-section-heading p:not(.ntp-eyebrow),
.ntp-premium-site .ntp-copy-block p {
	max-width: 620px;
	color: rgba(15, 24, 32, 0.66);
	font-size: 0.98rem;
	line-height: 1.72;
}

.ntp-premium-site .ntp-button {
	min-height: 40px;
	padding: 12px 15px;
	border-radius: 0;
	font-size: 0.68rem;
	letter-spacing: 0.11em;
}

.ntp-premium-site .ntp-button--primary {
	border-color: #d8a84d;
	background: #d8a84d;
	box-shadow: none;
	color: #0b0f13;
}

.ntp-premium-site .ntp-button--ghost {
	border-color: rgba(255, 255, 255, 0.24);
	background: transparent;
	color: #fff;
}

.ntp-premium-site .ntp-button:hover,
.ntp-premium-site .ntp-button:focus-visible {
	transform: translateY(-1px);
}

.ntp-premium-site .ntp-hero--executive {
	min-height: 86svh;
	padding: 132px 0 66px;
	background:
		linear-gradient(180deg, rgba(11, 15, 19, 0.2), #0b0f13),
		#0b0f13;
}

.ntp-premium-site .ntp-hero--executive .ntp-hero__media {
	opacity: 0.3;
	background-position: center;
	filter: saturate(0.88) contrast(1.04);
	transform: scale(1.03);
}

.ntp-premium-site .ntp-hero--executive .ntp-hero__shade {
	background:
		linear-gradient(90deg, rgba(11, 15, 19, 0.98) 0%, rgba(11, 15, 19, 0.92) 56%, rgba(11, 15, 19, 0.62) 100%),
		radial-gradient(circle at 76% 30%, rgba(216, 168, 77, 0.14), transparent 26%);
}

.ntp-premium-site .ntp-hero--executive .ntp-hero__inner {
	grid-template-columns: minmax(0, 0.78fr) minmax(280px, 0.42fr);
	gap: clamp(42px, 6vw, 86px);
	align-items: end;
}

.ntp-premium-site .ntp-hero--executive .ntp-hero__copy {
	max-width: 650px;
	padding-top: 42px;
}

.ntp-premium-site .ntp-hero--executive h1 {
	max-width: 650px;
	font-size: clamp(3rem, 5.2vw, 5.35rem);
	font-weight: 640;
	line-height: 0.98;
}

.ntp-premium-site .ntp-hero--executive .ntp-hero__lead {
	max-width: 540px;
	margin-top: 24px;
	color: rgba(255, 255, 255, 0.7);
	font-size: 1rem;
	line-height: 1.72;
}

.ntp-premium-site .ntp-hero__actions {
	margin-top: 30px;
	gap: 10px;
}

.ntp-decision-rail {
	position: relative;
	padding: 12px 0 0 28px;
	border-left: 1px solid rgba(216, 168, 77, 0.42);
}

.ntp-decision-rail::before {
	content: "";
	position: absolute;
	top: 0;
	left: -2px;
	width: 3px;
	height: 86px;
	background: linear-gradient(180deg, #d8a84d, transparent);
}

.ntp-rail-item {
	position: relative;
	padding: 0 0 30px;
}

.ntp-rail-item::before {
	content: "";
	position: absolute;
	top: 5px;
	left: -33px;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #d8a84d;
	box-shadow: 0 0 0 6px rgba(216, 168, 77, 0.12);
}

.ntp-rail-item span,
.ntp-rail-note span {
	display: block;
	margin-bottom: 7px;
	color: #d8a84d;
	font-size: 0.66rem;
	font-weight: 760;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.ntp-rail-item strong {
	display: block;
	color: #fff;
	font-size: 1.12rem;
	font-weight: 640;
	line-height: 1.2;
}

.ntp-rail-item p {
	max-width: 260px;
	margin: 8px 0 0;
	color: rgba(255, 255, 255, 0.58);
	font-size: 0.88rem;
	line-height: 1.55;
}

.ntp-rail-note {
	margin-top: 8px;
	padding-top: 22px;
	border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.ntp-rail-note p {
	margin: 0 0 8px;
	color: rgba(255, 255, 255, 0.76);
	font-size: 0.95rem;
	line-height: 1.5;
}

.ntp-hero-proof {
	position: relative;
	padding: 22px 0 0 28px;
	border-left: 1px solid rgba(216, 168, 77, 0.42);
}

.ntp-hero-proof__line {
	position: absolute;
	top: 0;
	left: -2px;
	width: 3px;
	height: 94px;
	background: linear-gradient(180deg, #d8a84d, transparent);
}

.ntp-hero-proof ul {
	display: grid;
	gap: 18px;
	margin: 0;
	padding: 0 0 28px;
	list-style: none;
}

.ntp-hero-proof li {
	position: relative;
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.92rem;
	font-weight: 620;
	line-height: 1.35;
}

.ntp-hero-proof li::before {
	content: "";
	position: absolute;
	top: 0.45em;
	left: -33px;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #d8a84d;
	box-shadow: 0 0 0 6px rgba(216, 168, 77, 0.12);
}

.ntp-hero-proof blockquote {
	margin: 0;
	padding-top: 24px;
	border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.ntp-hero-proof blockquote p {
	margin: 0 0 10px;
	color: rgba(255, 255, 255, 0.78);
	font-size: 1rem;
	line-height: 1.48;
}

.ntp-hero-proof cite {
	color: #d8a84d;
	font-size: 0.72rem;
	font-style: normal;
	font-weight: 760;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.ntp-premium-site .ntp-cfe,
.ntp-premium-site .ntp-detail,
.ntp-premium-site .ntp-contact {
	background: #f6f2e9;
}

.ntp-premium-site .ntp-split {
	grid-template-columns: minmax(0, 0.62fr) minmax(280px, 0.38fr);
}

.ntp-premium-site .ntp-cfe-layout {
	grid-template-columns: minmax(0, 0.48fr) minmax(360px, 0.52fr);
	align-items: center;
}

.ntp-premium-site .ntp-cfe-copy strong {
	font-size: clamp(1.22rem, 1.55vw, 1.82rem);
	font-weight: 630;
	line-height: 1.26;
}

.ntp-premium-site .ntp-cfe-stack {
	border-color: rgba(15, 24, 32, 0.13);
}

.ntp-premium-site .ntp-cfe-stack article {
	border-bottom-color: rgba(15, 24, 32, 0.13);
}

.ntp-premium-site .ntp-cfe-grid,
.ntp-premium-site .ntp-scenario-grid {
	gap: 0;
	border-top: 1px solid rgba(15, 24, 32, 0.13);
	border-bottom: 1px solid rgba(15, 24, 32, 0.13);
}

.ntp-premium-site .ntp-cfe-grid article,
.ntp-premium-site .ntp-scenario-grid article {
	min-height: 0;
	padding: 26px 24px 28px;
	border: 0;
	border-right: 1px solid rgba(15, 24, 32, 0.13);
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.ntp-premium-site .ntp-cfe-grid article:last-child,
.ntp-premium-site .ntp-scenario-grid article:last-child {
	border-right: 0;
}

.ntp-premium-site .ntp-cfe-grid h3,
.ntp-premium-site .ntp-scenario-grid h3 {
	font-size: clamp(1.1rem, 1.45vw, 1.45rem);
	font-weight: 640;
}

.ntp-premium-site .ntp-cfe-grid p,
.ntp-premium-site .ntp-scenario-grid p {
	font-size: 0.92rem;
}

.ntp-premium-site .ntp-scenarios {
	background: #ebe5d8;
}

.ntp-premium-site .ntp-scenario-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ntp-premium-site .ntp-method {
	background: #0d141b;
	color: #fff;
}

.ntp-premium-site .ntp-method .ntp-section-heading h2,
.ntp-premium-site .ntp-method .ntp-section-heading p:not(.ntp-eyebrow) {
	color: #fff;
}

.ntp-service-list {
	margin-top: 42px;
	border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.ntp-service-list article {
	display: grid;
	grid-template-columns: 58px minmax(220px, 0.34fr) minmax(0, 0.66fr);
	gap: 22px;
	align-items: baseline;
	padding: 24px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.ntp-service-list span {
	color: #d8a84d;
	font-size: 0.78rem;
	font-weight: 760;
}

.ntp-service-list h3 {
	margin: 0;
	color: #fff;
	font-size: clamp(1.18rem, 1.7vw, 1.65rem);
	font-weight: 620;
	line-height: 1.12;
}

.ntp-service-list p {
	margin: 0;
	color: rgba(255, 255, 255, 0.62);
	font-size: 0.95rem;
	line-height: 1.65;
}

.ntp-premium-site .ntp-expertise {
	background: #f6f2e9;
}

.ntp-premium-list {
	display: grid;
	grid-template-columns: minmax(280px, 0.42fr) minmax(0, 0.58fr);
	gap: clamp(34px, 5vw, 64px);
	margin-top: 42px;
	align-items: stretch;
}

.ntp-premium-list .ntp-expertise__visual {
	min-height: 520px;
}

.ntp-premium-list article {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	gap: 18px;
	padding: 0 0 24px;
	margin-bottom: 24px;
	border-bottom: 1px solid rgba(15, 24, 32, 0.14);
}

.ntp-premium-list article span {
	color: var(--ntp-blue);
	font-size: 0.76rem;
	font-weight: 780;
}

.ntp-premium-list h3 {
	margin: 0 0 8px;
	color: var(--ntp-ink);
	font-size: clamp(1.15rem, 1.55vw, 1.55rem);
	font-weight: 640;
	line-height: 1.15;
}

.ntp-premium-list p {
	grid-column: 2;
	margin: 0;
	color: #47515a;
	font-size: 0.93rem;
	line-height: 1.62;
}

.ntp-premium-site .ntp-standards {
	background: #0b0f13;
}

.ntp-premium-site .ntp-standards__grid {
	grid-template-columns: minmax(0, 0.46fr) minmax(360px, 0.54fr);
	align-items: center;
}

.ntp-premium-site .ntp-standards__panel p:not(.ntp-eyebrow),
.ntp-premium-site .ntp-standards__copy p {
	font-size: 0.97rem;
	line-height: 1.66;
}

.ntp-premium-site .ntp-compliance {
	min-height: 260px;
	border-radius: 0;
	background: rgba(255, 255, 255, 0.06);
	box-shadow: none;
}

.ntp-premium-site .ntp-standard-grid {
	gap: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.14);
	border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.ntp-premium-site .ntp-standard-grid article {
	min-height: 0;
	padding: 22px 24px;
	border: 0;
	border-right: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.ntp-premium-site .ntp-standard-grid article:last-child {
	border-right: 0;
}

.ntp-premium-site .ntp-linkedin {
	background: #111922;
}

.ntp-premium-site .ntp-linkedin__inner {
	grid-template-columns: minmax(0, 0.74fr) auto;
	align-items: center;
}

.ntp-premium-site .ntp-linkedin h2 {
	max-width: 680px;
	font-size: clamp(1.7rem, 3.2vw, 3.3rem);
}

.ntp-premium-site .ntp-contact__grid {
	grid-template-columns: minmax(0, 0.62fr) minmax(280px, 0.38fr);
}

.ntp-premium-site .ntp-contact__details {
	border-left-color: #d8a84d;
	font-size: 1rem;
}

.ntp-premium-site .ntp-footer {
	position: relative;
	z-index: 2;
	background: #0b0f13;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}

@media (max-width: 1024px) {
	.ntp-premium-site .ntp-shell,
	.ntp-premium-site .ntp-site-header {
		width: min(100% - 40px, 1040px);
	}

	.ntp-premium-site .ntp-hero--executive .ntp-hero__inner,
	.ntp-premium-site .ntp-cfe-layout,
	.ntp-premium-site .ntp-split,
	.ntp-premium-list,
	.ntp-premium-site .ntp-standards__grid,
	.ntp-premium-site .ntp-contact__grid {
		grid-template-columns: 1fr;
	}

	.ntp-decision-rail {
		max-width: 620px;
	}

	.ntp-service-list article {
		grid-template-columns: 44px minmax(0, 1fr);
	}

	.ntp-service-list p {
		grid-column: 2;
	}
}

@media (max-width: 760px) {
	.ntp-premium-site .ntp-shell,
	.ntp-premium-site .ntp-site-header {
		width: min(100% - 28px, 1040px);
	}

	.ntp-premium-site .ntp-site-header {
		grid-template-columns: auto auto;
		min-height: 54px;
	}

	.ntp-premium-site .ntp-nav-cta {
		max-width: 128px;
		padding-left: 12px;
		font-size: 0.6rem;
		line-height: 1.25;
	}

	.ntp-premium-site .ntp-hero--executive h1 {
		font-size: clamp(2.45rem, 11vw, 4.1rem);
	}

	.ntp-premium-site .ntp-hero--executive .ntp-hero__lead {
		font-size: 0.95rem;
	}

	.ntp-premium-site .ntp-cfe-grid,
	.ntp-premium-site .ntp-scenario-grid,
	.ntp-premium-site .ntp-standard-grid {
		grid-template-columns: 1fr;
	}

	.ntp-premium-site .ntp-cfe-grid article,
	.ntp-premium-site .ntp-scenario-grid article,
	.ntp-premium-site .ntp-standard-grid article {
		border-right: 0;
		border-bottom: 1px solid rgba(15, 24, 32, 0.13);
	}

	.ntp-premium-site .ntp-standard-grid article {
		border-bottom-color: rgba(255, 255, 255, 0.14);
	}

	.ntp-premium-site .ntp-linkedin__inner {
		grid-template-columns: 1fr;
	}
}

/* Native Elementor editable site v7 */
.ntp-premium-home.ntp-premium-site {
	--ntp-native-ink: #090d11;
	--ntp-native-ink-2: #101820;
	--ntp-native-paper: #f4efe4;
	--ntp-native-white: #ffffff;
	--ntp-native-muted: rgba(255, 255, 255, 0.68);
	--ntp-native-dark-muted: rgba(17, 25, 35, 0.68);
	--ntp-native-gold: #d8a84d;
	--ntp-native-gold-soft: #f2cf77;
	--ntp-native-line: rgba(255, 255, 255, 0.105);
	--ntp-native-line-gutter: clamp(22px, 2.4vw, 36px);
	background: var(--ntp-native-ink);
	overflow-x: hidden;
}

.ntp-premium-home.ntp-premium-site::before,
.ntp-premium-home.ntp-premium-site::after {
	content: "";
	position: fixed;
	inset: 0;
	pointer-events: none;
}

.ntp-premium-home.ntp-premium-site::before {
	z-index: 0;
	background:
		linear-gradient(90deg, transparent calc(50% - 560px), var(--ntp-native-line) calc(50% - 560px), var(--ntp-native-line) calc(50% - 559px), transparent calc(50% - 559px)),
		linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.07) 50%, rgba(255, 255, 255, 0.07) calc(50% + 1px), transparent calc(50% + 1px)),
		linear-gradient(90deg, transparent calc(50% + 560px), var(--ntp-native-line) calc(50% + 560px), var(--ntp-native-line) calc(50% + 561px), transparent calc(50% + 561px));
}

.ntp-premium-home.ntp-premium-site::after {
	z-index: 3;
	opacity: 0.5;
	background:
		linear-gradient(180deg, transparent, rgba(216, 168, 77, 0.82), transparent) calc(50% - 560px) -28vh / 3px 24vh no-repeat,
		linear-gradient(180deg, transparent, rgba(216, 168, 77, 0.42), transparent) 50% -46vh / 3px 22vh no-repeat,
		linear-gradient(180deg, transparent, rgba(216, 168, 77, 0.62), transparent) calc(50% + 560px) -12vh / 3px 24vh no-repeat;
	animation: ntp-native-line-pass 8s cubic-bezier(0.72, 0, 0.22, 1) infinite;
}

@keyframes ntp-native-line-pass {
	100% {
		background-position: calc(50% - 560px) 128vh, 50% 114vh, calc(50% + 560px) 136vh;
	}
}

body.ntp-premium-site .elementor-location-header,
body.ntp-premium-site .elementor-location-footer {
	display: none !important;
}

.ntp-premium-home .ntp-native-hero::after,
.ntp-premium-home .ntp-native-page-hero::after,
.ntp-premium-home .ntp-native-intro::before,
.ntp-premium-home .ntp-native-card-section::before,
.ntp-premium-home .ntp-native-row::before,
.ntp-premium-home .ntp-native-marker::before,
.ntp-premium-home .ntp-native-action::before,
.ntp-premium-home .ntp-native-cta::before,
.ntp-premium-home .ntp-native-service-intro::before,
.ntp-premium-home .ntp-native-text-band::before,
.ntp-premium-home .ntp-native-founder::before,
.ntp-premium-home .ntp-native-contact-details::before,
.ntp-premium-home .ntp-native-contact-form::before,
.ntp-premium-home .ntp-native-footer::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	background:
		linear-gradient(90deg, transparent calc(50% - 560px), rgba(17, 25, 35, 0.11) calc(50% - 560px), rgba(17, 25, 35, 0.11) calc(50% - 559px), transparent calc(50% - 559px)),
		linear-gradient(90deg, transparent 50%, rgba(17, 25, 35, 0.075) 50%, rgba(17, 25, 35, 0.075) calc(50% + 1px), transparent calc(50% + 1px)),
		linear-gradient(90deg, transparent calc(50% + 560px), rgba(17, 25, 35, 0.11) calc(50% + 560px), rgba(17, 25, 35, 0.11) calc(50% + 561px), transparent calc(50% + 561px));
}

.ntp-premium-home .ntp-native-hero::after,
.ntp-premium-home .ntp-native-page-hero::after,
.ntp-premium-home .ntp-native-dark::before,
.ntp-premium-home .ntp-native-linkedin::before,
.ntp-premium-home .ntp-native-final::before,
.ntp-premium-home .ntp-native-founder::before,
.ntp-premium-home .ntp-native-footer::before {
	background:
		linear-gradient(90deg, transparent calc(50% - 560px), rgba(255, 255, 255, 0.105) calc(50% - 560px), rgba(255, 255, 255, 0.105) calc(50% - 559px), transparent calc(50% - 559px)),
		linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.07) 50%, rgba(255, 255, 255, 0.07) calc(50% + 1px), transparent calc(50% + 1px)),
		linear-gradient(90deg, transparent calc(50% + 560px), rgba(255, 255, 255, 0.105) calc(50% + 560px), rgba(255, 255, 255, 0.105) calc(50% + 561px), transparent calc(50% + 561px));
}

.ntp-premium-home .ntp-native-header,
.ntp-premium-home .ntp-native-hero,
.ntp-premium-home .ntp-native-page-hero,
.ntp-premium-home .ntp-native-intro,
.ntp-premium-home .ntp-native-card-section,
.ntp-premium-home .ntp-native-row,
.ntp-premium-home .ntp-native-marker,
.ntp-premium-home .ntp-native-action,
.ntp-premium-home .ntp-native-cta,
.ntp-premium-home .ntp-native-service-intro,
.ntp-premium-home .ntp-native-text-band,
.ntp-premium-home .ntp-native-founder,
.ntp-premium-home .ntp-native-contact-details,
.ntp-premium-home .ntp-native-contact-form,
.ntp-premium-home .ntp-native-footer {
	position: relative;
	z-index: 2;
}

.ntp-premium-home .ntp-native-header .elementor-widget-wrap,
.ntp-premium-home .ntp-native-hero .elementor-widget-wrap,
.ntp-premium-home .ntp-native-page-hero .elementor-widget-wrap,
.ntp-premium-home .ntp-native-intro .elementor-widget-wrap,
.ntp-premium-home .ntp-native-card-section .elementor-widget-wrap,
.ntp-premium-home .ntp-native-row .elementor-widget-wrap,
.ntp-premium-home .ntp-native-marker .elementor-widget-wrap,
.ntp-premium-home .ntp-native-service-intro .elementor-widget-wrap,
.ntp-premium-home .ntp-native-text-band .elementor-widget-wrap,
.ntp-premium-home .ntp-native-cta .elementor-widget-wrap,
.ntp-premium-home .ntp-native-founder .elementor-widget-wrap,
.ntp-premium-home .ntp-native-contact-details .elementor-widget-wrap,
.ntp-premium-home .ntp-native-contact-form .elementor-widget-wrap,
.ntp-premium-home .ntp-native-footer .elementor-widget-wrap {
	padding: 0;
}

.ntp-premium-home .ntp-native-header .elementor-widget:not(:last-child),
.ntp-premium-home .ntp-native-hero .elementor-widget:not(:last-child),
.ntp-premium-home .ntp-native-page-hero .elementor-widget:not(:last-child),
.ntp-premium-home .ntp-native-intro .elementor-widget:not(:last-child),
.ntp-premium-home .ntp-native-card-section .elementor-widget:not(:last-child),
.ntp-premium-home .ntp-native-row .elementor-widget:not(:last-child),
.ntp-premium-home .ntp-native-marker .elementor-widget:not(:last-child),
.ntp-premium-home .ntp-native-service-intro .elementor-widget:not(:last-child),
.ntp-premium-home .ntp-native-text-band .elementor-widget:not(:last-child),
.ntp-premium-home .ntp-native-cta .elementor-widget:not(:last-child),
.ntp-premium-home .ntp-native-founder .elementor-widget:not(:last-child),
.ntp-premium-home .ntp-native-contact-details .elementor-widget:not(:last-child),
.ntp-premium-home .ntp-native-contact-form .elementor-widget:not(:last-child),
.ntp-premium-home .ntp-native-footer .elementor-widget:not(:last-child) {
	margin-bottom: 0;
}

.ntp-premium-home .ntp-native-header {
	position: fixed !important;
	top: 10px;
	right: 0;
	left: 0;
	z-index: 90 !important;
	padding: 0 22px;
	border-bottom: 0;
	background: transparent;
	box-sizing: border-box;
	pointer-events: none;
	transition: top 220ms ease;
}

.ntp-premium-home .ntp-native-header *,
.ntp-premium-home .ntp-native-header *::before,
.ntp-premium-home .ntp-native-header *::after {
	box-sizing: border-box;
}

.ntp-premium-home.admin-bar .ntp-native-header {
	top: 42px;
}

.ntp-premium-home .ntp-native-header.is-scrolled {
	top: 8px;
}

.ntp-premium-home.admin-bar .ntp-native-header.is-scrolled {
	top: 40px;
}

.ntp-premium-home .ntp-native-header > .elementor-container {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: 220px minmax(0, 1fr) 254px;
	width: min(1240px, calc(100% - 44px)) !important;
	min-height: 74px;
	margin: 0 auto;
	padding: 8px 18px 8px 24px;
	align-items: center;
	gap: 30px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-bottom-color: rgba(216, 168, 77, 0.24);
	border-radius: 6px;
	background: linear-gradient(180deg, rgba(12, 16, 20, 0.72), rgba(8, 12, 16, 0.58));
	backdrop-filter: blur(28px) saturate(1.35);
	-webkit-backdrop-filter: blur(28px) saturate(1.35);
	box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.06);
	pointer-events: auto;
	transition: min-height 220ms ease, background 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.ntp-premium-home .ntp-native-header.is-scrolled > .elementor-container {
	min-height: 66px;
	border-color: rgba(255, 255, 255, 0.12);
	border-bottom-color: rgba(216, 168, 77, 0.36);
	background: linear-gradient(180deg, rgba(12, 16, 20, 0.78), rgba(8, 12, 16, 0.66));
	box-shadow: 0 16px 42px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.ntp-premium-home .ntp-native-header > .elementor-container > .elementor-column {
	width: auto !important;
	min-width: 0;
}

.ntp-premium-home .ntp-native-header .elementor-widget {
	width: 100%;
	max-width: 100%;
	margin: 0;
	box-sizing: border-box;
}

.ntp-premium-home .ntp-native-header .elementor-widget-container {
	box-sizing: border-box;
}

.ntp-premium-home .ntp-native-logo img {
	width: 186px;
	max-width: 100%;
	max-height: 62px;
	object-fit: contain;
}

.ntp-premium-home .ntp-native-header > .elementor-container > .elementor-column:first-child .elementor-widget-wrap,
.ntp-premium-home .ntp-native-logo,
.ntp-premium-home .ntp-native-logo .elementor-widget-container {
	display: flex !important;
	justify-content: flex-start !important;
	text-align: left !important;
}

.ntp-premium-home .ntp-native-logo img {
	display: block;
	margin: 0 !important;
}

.ntp-premium-home .ntp-native-logo a {
	display: inline-flex;
	align-items: center;
}

.ntp-premium-home .ntp-native-header .elementor-widget-wrap,
.ntp-premium-home .ntp-native-menu .elementor-widget-container,
.ntp-premium-home .ntp-native-menu-cta .elementor-widget-container,
.ntp-premium-home .ntp-native-menu-cta .elementor-button-wrapper {
	display: flex;
	align-items: center;
	width: 100%;
}

.ntp-premium-home .ntp-native-menu .elementor-widget-container,
.ntp-premium-home .ntp-native-menu-cta .elementor-widget-container,
.ntp-premium-home .ntp-native-menu-cta .elementor-button-wrapper {
	justify-content: flex-end;
}

.ntp-premium-home .ntp-native-menu .elementor-widget-container {
	justify-content: center;
}

.ntp-premium-home .ntp-native-menu .elementor-menu-toggle,
.ntp-premium-home .ntp-native-menu .elementor-nav-menu--dropdown {
	display: none;
}

.ntp-premium-home .ntp-menu-toggle-lines {
	display: inline-flex;
	width: 18px;
	flex-direction: column;
	gap: 4px;
}

.ntp-premium-home .ntp-menu-toggle-lines span {
	display: block;
	width: 100%;
	height: 2px;
	background: currentColor;
}

.ntp-premium-home .ntp-native-menu .elementor-nav-menu {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: clamp(14px, 1.25vw, 24px);
	flex-wrap: nowrap;
}

.ntp-premium-home .ntp-native-menu .elementor-nav-menu .elementor-item {
	position: relative;
	padding: 9px 8px !important;
	border-radius: 0;
	color: rgba(255, 255, 255, 0.64) !important;
	font-size: 11.7px;
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: 0.088em;
	text-transform: uppercase;
	white-space: nowrap;
	transition: color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.ntp-premium-home .ntp-native-menu .elementor-nav-menu--main .elementor-item {
	font-family: "Quicksand", "Segoe UI", Roboto, Arial, sans-serif;
}

.ntp-premium-home .ntp-native-menu .elementor-nav-menu .elementor-item::after {
	content: "";
	position: absolute;
	right: 8px;
	bottom: 2px;
	left: 8px;
	height: 2px;
	background: linear-gradient(90deg, #005985 0%, rgba(0, 79, 122, 0.88) 34%, rgba(216, 168, 77, 0.78) 74%, transparent 100%);
	opacity: 0;
	transform: scaleX(0.45);
	transition: opacity 180ms ease, transform 180ms ease;
}

.ntp-premium-home .ntp-native-menu .elementor-nav-menu--main .ntp-menu-linkedin {
	display: inline-flex;
	align-items: center;
}

.ntp-premium-home .ntp-native-menu .elementor-nav-menu--main .ntp-menu-appointment {
	display: none;
}

.ntp-premium-home .ntp-native-menu .elementor-nav-menu--main .ntp-menu-linkedin .elementor-item {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	margin-left: 14px;
	padding: 0 !important;
	border: 1px solid rgba(216, 168, 77, 0.46);
	border-radius: 0;
	background: rgba(255, 255, 255, 0.035);
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23f2cf77' d='M5.34 8.86H1.96V22h3.38V8.86ZM3.65 7.06c1.08 0 1.95-.88 1.95-1.97 0-1.08-.87-1.95-1.95-1.95S1.7 4.01 1.7 5.09c0 1.09.87 1.97 1.95 1.97ZM22.3 22v-7.2c0-3.54-.76-6.26-4.9-6.26-1.99 0-3.32 1.09-3.87 2.12h-.05v-1.8h-3.24V22h3.37v-6.5c0-1.71.33-3.37 2.45-3.37 2.09 0 2.12 1.96 2.12 3.48V22h3.38Z'/%3E%3C/svg%3E") !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: 15px 15px !important;
	color: transparent !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0 !important;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: none;
	line-height: 1;
	overflow: hidden;
	transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.ntp-premium-home .ntp-native-menu .elementor-nav-menu--main .ntp-menu-linkedin .elementor-item::before {
	content: "in";
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: var(--ntp-native-gold-soft);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: -0.05em;
	text-transform: none;
	transition: color 180ms ease;
}

.ntp-premium-home .ntp-native-menu .elementor-nav-menu--main .ntp-menu-linkedin .elementor-item::after {
	display: none !important;
}

.ntp-premium-home .ntp-native-menu .elementor-nav-menu--main .ntp-menu-linkedin .elementor-item:hover,
.ntp-premium-home .ntp-native-menu .elementor-nav-menu--main .ntp-menu-linkedin .elementor-item:focus-visible {
	background-color: rgba(216, 168, 77, 0.14) !important;
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23f2cf77' d='M5.34 8.86H1.96V22h3.38V8.86ZM3.65 7.06c1.08 0 1.95-.88 1.95-1.97 0-1.08-.87-1.95-1.95-1.95S1.7 4.01 1.7 5.09c0 1.09.87 1.97 1.95 1.97ZM22.3 22v-7.2c0-3.54-.76-6.26-4.9-6.26-1.99 0-3.32 1.09-3.87 2.12h-.05v-1.8h-3.24V22h3.37v-6.5c0-1.71.33-3.37 2.45-3.37 2.09 0 2.12 1.96 2.12 3.48V22h3.38Z'/%3E%3C/svg%3E") !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: 15px 15px !important;
	border-color: rgba(216, 168, 77, 0.82);
	color: transparent !important;
	transform: translateY(-1px);
	box-shadow: 0 10px 22px rgba(216, 168, 77, 0.12);
}

.ntp-premium-home .ntp-native-menu .elementor-nav-menu--main .ntp-menu-linkedin .elementor-item:hover::before,
.ntp-premium-home .ntp-native-menu .elementor-nav-menu--main .ntp-menu-linkedin .elementor-item:focus-visible::before {
	color: var(--ntp-native-gold-soft);
}

.ntp-premium-home .ntp-native-menu .elementor-nav-menu .elementor-item:hover,
.ntp-premium-home .ntp-native-menu .elementor-nav-menu .elementor-item.elementor-item-active {
	color: var(--ntp-native-gold-soft) !important;
	background: rgba(255, 255, 255, 0.055);
	box-shadow: inset 0 -1px 0 rgba(0, 79, 122, 0.24);
}

.ntp-premium-home .ntp-native-menu .elementor-nav-menu .elementor-item:hover::after,
.ntp-premium-home .ntp-native-menu .elementor-nav-menu .elementor-item.elementor-item-active::after {
	opacity: 1;
	transform: scaleX(1);
}

.ntp-premium-home .ntp-native-menu-cta .elementor-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	min-width: 236px;
	min-height: 40px;
	padding: 0 18px;
	border: 1px solid rgba(240, 199, 102, 0.74);
	border-radius: 0;
	background: linear-gradient(110deg, #d8a84d 0%, #f0c766 42%, #b9782a 100%);
	color: #0b0f13;
	font-size: 10.6px;
	font-weight: 820;
	line-height: 1.1;
	letter-spacing: 0.075em;
	text-transform: uppercase;
	white-space: nowrap;
	box-shadow: 0 14px 30px rgba(216, 168, 77, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.28);
	transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.ntp-premium-home .ntp-native-menu-cta .elementor-button:hover,
.ntp-premium-home .ntp-native-menu-cta .elementor-button:focus-visible {
	transform: translateY(-1px);
	filter: saturate(1.08);
	box-shadow: 0 18px 36px rgba(216, 168, 77, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.32);
}

.ntp-premium-home .ntp-native-hero,
.ntp-premium-home .ntp-native-page-hero {
	min-height: 88svh;
	padding: 142px 28px 82px;
	background-color: var(--ntp-native-ink);
	background-blend-mode: normal;
	background-position: center center !important;
	background-size: cover !important;
	overflow: hidden;
}

.ntp-premium-home .ntp-native-page-hero {
	min-height: 66svh;
}

.ntp-premium-home .ntp-native-hero {
	background-image: url("/wp-content/uploads/2024/09/sfondo-DEF-2048x1365.jpg") !important;
}

.ntp-premium-home .ntp-native-page-hero {
	background-image: url("/wp-content/uploads/2024/09/sfondo-DEF-2048x1365.jpg") !important;
}

.ntp-premium-home .ntp-native-hero::before,
.ntp-premium-home .ntp-native-page-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(9, 13, 17, 0.94) 0%, rgba(9, 13, 17, 0.8) 44%, rgba(9, 13, 17, 0.36) 74%, rgba(9, 13, 17, 0.14) 100%),
		linear-gradient(180deg, rgba(9, 13, 17, 0.14) 0%, rgba(9, 13, 17, 0.02) 42%, rgba(9, 13, 17, 0.34) 100%),
		radial-gradient(circle at 78% 28%, rgba(216, 168, 77, 0.18), transparent 34%);
	pointer-events: none;
}

.ntp-premium-home .ntp-native-hero > .elementor-container,
.ntp-premium-home .ntp-native-page-hero > .elementor-container,
.ntp-premium-home .ntp-native-intro > .elementor-container,
.ntp-premium-home .ntp-native-card-section > .elementor-container,
.ntp-premium-home .ntp-native-row > .elementor-container,
.ntp-premium-home .ntp-native-service-intro > .elementor-container,
.ntp-premium-home .ntp-native-text-band > .elementor-container,
.ntp-premium-home .ntp-native-action > .elementor-container,
.ntp-premium-home .ntp-native-cta > .elementor-container,
.ntp-premium-home .ntp-native-founder > .elementor-container,
.ntp-premium-home .ntp-native-contact-details > .elementor-container,
.ntp-premium-home .ntp-native-contact-form > .elementor-container,
.ntp-premium-home .ntp-native-footer > .elementor-container {
	width: min(1120px, 100%) !important;
	margin: 0 auto;
}

.ntp-premium-home .ntp-native-hero > .elementor-container,
.ntp-premium-home .ntp-native-page-hero > .elementor-container,
.ntp-premium-home .ntp-native-intro > .elementor-container,
.ntp-premium-home .ntp-native-card-section > .elementor-container,
.ntp-premium-home .ntp-native-row > .elementor-container,
.ntp-premium-home .ntp-native-service-intro > .elementor-container,
.ntp-premium-home .ntp-native-text-band > .elementor-container,
.ntp-premium-home .ntp-native-action > .elementor-container,
.ntp-premium-home .ntp-native-cta > .elementor-container,
.ntp-premium-home .ntp-native-founder > .elementor-container,
.ntp-premium-home .ntp-native-contact-details > .elementor-container,
.ntp-premium-home .ntp-native-contact-form > .elementor-container,
.ntp-premium-home .ntp-native-footer > .elementor-container {
	box-sizing: border-box;
	padding-right: var(--ntp-native-line-gutter);
	padding-left: var(--ntp-native-line-gutter);
}

.ntp-premium-home .ntp-native-hero > .elementor-container,
.ntp-premium-home .ntp-native-page-hero > .elementor-container {
	align-items: flex-end;
	gap: 64px;
}

.ntp-premium-home .ntp-native-page-hero > .elementor-container {
	align-items: center;
}

.ntp-premium-home .ntp-native-eyebrow .elementor-heading-title {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 18px;
	color: var(--ntp-native-gold);
	font-size: 10.5px;
	font-weight: 820;
	line-height: 1.2;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.ntp-premium-home .ntp-native-eyebrow .elementor-heading-title::before {
	content: "";
	display: inline-block;
	width: 24px;
	height: 1px;
	background: var(--ntp-native-gold);
}

.ntp-premium-home .ntp-native-hero-title .elementor-heading-title {
	max-width: 610px;
	margin: 0;
	color: #fff;
	font-family: "Quicksand", "Segoe UI", Roboto, Arial, sans-serif;
	font-size: clamp(42px, 4.45vw, 70px);
	font-weight: 650;
	line-height: 1.02;
	letter-spacing: 0;
	text-wrap: balance;
}

.ntp-premium-home .ntp-native-page-hero .ntp-native-hero-title .elementor-heading-title {
	max-width: 760px;
	font-size: clamp(46px, 4.8vw, 74px);
}

.ntp-premium-home .ntp-native-hero-text,
.ntp-premium-home .ntp-native-copy,
.ntp-premium-home .ntp-native-card-text,
.ntp-premium-home .ntp-native-row-text,
.ntp-premium-home .ntp-native-quote,
.ntp-premium-home .ntp-native-footer-text {
	color: var(--ntp-native-muted);
	font-size: 15.5px;
	line-height: 1.72;
}

.ntp-premium-home .ntp-native-hero-text {
	max-width: 610px;
	margin-top: 24px;
}

.ntp-premium-home .ntp-native-primary,
.ntp-premium-home .ntp-native-secondary {
	display: inline-flex;
	width: auto !important;
	margin-top: 22px;
	margin-right: 10px;
	vertical-align: top;
}

.ntp-premium-home .ntp-native-primary .elementor-button,
.ntp-premium-home .ntp-native-secondary .elementor-button {
	min-height: 42px;
	padding: 12px 16px;
	border-radius: 0;
	font-size: 11px;
	font-weight: 820;
	line-height: 1.1;
	letter-spacing: 0.085em;
	text-transform: uppercase;
	transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.ntp-premium-home .ntp-native-primary .elementor-button {
	border: 1px solid var(--ntp-native-gold);
	background: var(--ntp-native-gold);
	color: #0b0f13;
}

.ntp-premium-home .ntp-native-secondary .elementor-button {
	border: 1px solid rgba(255, 255, 255, 0.28);
	background: transparent;
	color: #fff;
}

.ntp-premium-home .ntp-native-primary .elementor-button:hover,
.ntp-premium-home .ntp-native-secondary .elementor-button:hover {
	transform: translateY(-2px);
}

.ntp-premium-home .ntp-native-hero-side,
.ntp-premium-home .ntp-native-page-side {
	padding-left: 30px;
	border-left: 1px solid rgba(216, 168, 77, 0.5);
}

.ntp-premium-home .ntp-native-hero-list .elementor-icon-list-items,
.ntp-premium-home .ntp-native-page-list .elementor-icon-list-items,
.ntp-premium-home .ntp-native-founder-list .elementor-icon-list-items,
.ntp-premium-home .ntp-native-contact-list .elementor-icon-list-items {
	display: grid;
	gap: 16px;
}

.ntp-premium-home .ntp-native-hero-list .elementor-icon-list-icon,
.ntp-premium-home .ntp-native-page-list .elementor-icon-list-icon,
.ntp-premium-home .ntp-native-founder-list .elementor-icon-list-icon,
.ntp-premium-home .ntp-native-contact-list .elementor-icon-list-icon {
	display: none;
}

.ntp-premium-home .ntp-native-hero-list .elementor-icon-list-text,
.ntp-premium-home .ntp-native-page-list .elementor-icon-list-text {
	color: rgba(255, 255, 255, 0.82);
	font-size: 15px;
	font-weight: 650;
}

.ntp-premium-home .ntp-native-quote {
	margin-top: 30px;
	padding-top: 24px;
	border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.ntp-premium-home .ntp-native-quote-author .elementor-heading-title {
	margin-top: 8px;
	color: var(--ntp-native-gold);
	font-size: 10.5px;
	font-weight: 820;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.ntp-premium-home .ntp-native-intro,
.ntp-premium-home .ntp-native-card-section,
.ntp-premium-home .ntp-native-action,
.ntp-premium-home .ntp-native-cta,
.ntp-premium-home .ntp-native-service-intro,
.ntp-premium-home .ntp-native-text-band,
.ntp-premium-home .ntp-native-founder,
.ntp-premium-home .ntp-native-contact-details,
.ntp-premium-home .ntp-native-contact-form {
	padding: clamp(72px, 7vw, 106px) 28px;
	background: var(--ntp-native-paper);
}

.ntp-premium-home .ntp-native-card-section,
.ntp-premium-home .ntp-native-row,
.ntp-premium-home .ntp-native-text-band {
	padding-top: 0;
}

.ntp-premium-home .ntp-native-card-section {
	padding-bottom: 0;
}

.ntp-premium-home .ntp-native-dark,
.ntp-premium-home .ntp-native-linkedin {
	background: #0d141b;
}

.ntp-premium-home .ntp-native-intro > .elementor-container,
.ntp-premium-home .ntp-native-service-intro > .elementor-container,
.ntp-premium-home .ntp-native-text-band > .elementor-container,
.ntp-premium-home .ntp-native-cta > .elementor-container,
.ntp-premium-home .ntp-native-founder > .elementor-container,
.ntp-premium-home .ntp-native-contact-details > .elementor-container,
.ntp-premium-home .ntp-native-contact-form > .elementor-container {
	align-items: flex-start;
	gap: 62px;
}

.ntp-premium-home .ntp-native-title .elementor-heading-title {
	margin: 0;
	color: #111923;
	font-size: clamp(34px, 3.7vw, 58px);
	font-weight: 650;
	line-height: 1.02;
	letter-spacing: 0;
	text-wrap: balance;
}

.ntp-premium-home .ntp-native-service-intro .ntp-native-title .elementor-heading-title {
	font-size: clamp(30px, 3vw, 46px);
}

.ntp-premium-home .ntp-native-best-intro .ntp-native-title .elementor-heading-title,
.ntp-premium-home .ntp-native-excellence-intro .ntp-native-title .elementor-heading-title {
	max-width: 420px;
	font-size: clamp(24px, 2.1vw, 34px);
	font-weight: 560;
	line-height: 1.12;
}

.ntp-premium-home .ntp-native-dark .ntp-native-title .elementor-heading-title,
.ntp-premium-home .ntp-native-dark .ntp-native-copy,
.ntp-premium-home .ntp-native-dark .ntp-native-card-title .elementor-heading-title,
.ntp-premium-home .ntp-native-dark .ntp-native-card-text,
.ntp-premium-home .ntp-native-dark .ntp-native-row-title .elementor-heading-title,
.ntp-premium-home .ntp-native-dark .ntp-native-row-text,
.ntp-premium-home .ntp-native-linkedin .ntp-native-title .elementor-heading-title,
.ntp-premium-home .ntp-native-linkedin .ntp-native-copy {
	color: #fff;
}

.ntp-premium-home .ntp-native-intro:not(.ntp-native-dark) .ntp-native-copy,
.ntp-premium-home .ntp-native-card-section:not(.ntp-native-dark) .ntp-native-card-text,
.ntp-premium-home .ntp-native-row:not(.ntp-native-dark) .ntp-native-row-text,
.ntp-premium-home .ntp-native-service-intro:not(.ntp-native-dark) .ntp-native-copy,
.ntp-premium-home .ntp-native-text-band:not(.ntp-native-dark) .ntp-native-row-text,
.ntp-premium-home .ntp-native-cta:not(.ntp-native-linkedin) .ntp-native-copy,
.ntp-premium-home .ntp-native-founder .ntp-native-copy,
.ntp-premium-home .ntp-native-contact-details .ntp-native-copy,
.ntp-premium-home .ntp-native-contact-form .ntp-native-copy {
	color: var(--ntp-native-dark-muted);
}

.ntp-premium-home .ntp-native-card-section > .elementor-container {
	border-top: 1px solid rgba(17, 25, 35, 0.14);
	border-bottom: 1px solid rgba(17, 25, 35, 0.14);
}

.ntp-premium-home .ntp-native-card-section + .ntp-native-card-section > .elementor-container {
	border-top: 0;
}

.ntp-premium-home .ntp-native-card-section.ntp-native-dark > .elementor-container,
.ntp-premium-home .ntp-native-key-grid.ntp-native-dark > .elementor-container {
	border-color: rgba(255, 255, 255, 0.16);
}

.ntp-premium-home .ntp-native-card {
	padding: 30px 24px;
	border-right: 1px solid rgba(17, 25, 35, 0.14);
	transition: transform 220ms cubic-bezier(0.19, 1, 0.22, 1), background 220ms ease;
}

.ntp-premium-home .ntp-native-card:last-child {
	border-right: 0;
}

.ntp-premium-home .ntp-native-dark .ntp-native-card {
	border-color: rgba(255, 255, 255, 0.16);
}

.ntp-premium-home .ntp-native-card:hover {
	background: rgba(255, 255, 255, 0.06);
	transform: perspective(900px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)) translateY(var(--tilt-lift, 0));
}

.ntp-premium-home .ntp-native-scenarios-intro {
	padding-top: clamp(58px, 5.8vw, 88px);
	padding-bottom: clamp(24px, 2.8vw, 38px);
}

.ntp-premium-home .ntp-native-scenarios-intro > .elementor-container {
	align-items: flex-start;
	gap: clamp(36px, 5vw, 70px);
}

.ntp-premium-home .ntp-native-scenarios-intro .ntp-native-title .elementor-heading-title {
	max-width: 440px;
	font-size: clamp(30px, 2.85vw, 46px);
	line-height: 1.05;
	letter-spacing: 0;
}

.ntp-premium-home .ntp-native-scenarios-intro .ntp-native-copy {
	max-width: 610px;
	padding-top: 2px;
	font-size: 15px;
	line-height: 1.62;
}

.ntp-premium-home .ntp-native-scenarios-grid.ntp-native-card-section {
	background: var(--ntp-native-paper);
}

.ntp-premium-home .ntp-native-scenarios-grid.ntp-native-card-section > .elementor-container {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	padding: 0 var(--ntp-native-line-gutter);
	border-top: 1px solid rgba(17, 25, 35, 0.12);
	border-bottom: 1px solid rgba(17, 25, 35, 0.12);
	background: transparent;
}

.ntp-premium-home .ntp-native-scenarios-grid .ntp-native-card {
	width: auto !important;
	min-width: 0;
	min-height: 190px;
	padding: clamp(24px, 2.25vw, 32px) clamp(24px, 2.75vw, 38px);
	border-right: 1px solid rgba(17, 25, 35, 0.11);
	border-bottom: 1px solid rgba(17, 25, 35, 0.11);
	background: transparent;
	cursor: default;
	transition: none;
}

.ntp-premium-home .ntp-native-scenarios-grid .ntp-native-card:nth-child(3n) {
	border-right: 0;
}

.ntp-premium-home .ntp-native-scenarios-grid .ntp-native-card:nth-last-child(-n + 3) {
	border-bottom: 0;
}

.ntp-premium-home .ntp-native-scenarios-grid .ntp-native-card:hover {
	background: transparent;
	box-shadow: none;
	transform: none !important;
}

.ntp-premium-home .ntp-native-standards-grid .ntp-native-card {
	cursor: default;
	transition: none;
}

.ntp-premium-home .ntp-native-standards-grid .ntp-native-card:hover {
	background: transparent;
	box-shadow: none;
	transform: none !important;
}

.ntp-premium-home .ntp-native-scenarios-grid .ntp-native-card,
.ntp-premium-home .ntp-native-scenarios-grid .ntp-native-card:hover,
.ntp-premium-home .ntp-native-scenarios-grid .ntp-native-card:focus-visible,
.ntp-premium-home .ntp-native-standards-grid .ntp-native-card,
.ntp-premium-home .ntp-native-standards-grid .ntp-native-card:hover,
.ntp-premium-home .ntp-native-standards-grid .ntp-native-card:focus-visible {
	cursor: default;
	background: transparent;
	box-shadow: none;
	transform: none !important;
}

.ntp-premium-home .ntp-native-scenarios-grid .ntp-native-card,
.ntp-premium-home .ntp-native-scenarios-grid .ntp-native-card:hover,
.ntp-premium-home .ntp-native-scenarios-grid .ntp-native-card:focus-visible,
.ntp-premium-home .ntp-native-standards-grid .ntp-native-card,
.ntp-premium-home .ntp-native-standards-grid .ntp-native-card:hover,
.ntp-premium-home .ntp-native-standards-grid .ntp-native-card:focus-visible {
	transform: none !important;
}

.ntp-premium-home .ntp-native-scenarios-grid .ntp-native-card-title .elementor-heading-title {
	max-width: 315px;
	font-size: clamp(19px, 1.18vw, 23px);
	line-height: 1.12;
}

.ntp-premium-home .ntp-native-scenarios-grid .ntp-native-card-text {
	max-width: 330px;
	margin-top: 16px;
}

.ntp-premium-home .ntp-native-scenarios-grid .ntp-native-card-text p {
	font-size: 13.8px;
	line-height: 1.58;
}

.ntp-premium-home .ntp-native-cfe-intro {
	padding-top: clamp(58px, 5.6vw, 90px);
	padding-bottom: clamp(34px, 4vw, 58px);
}

.ntp-premium-home .ntp-native-cfe-intro > .elementor-container {
	gap: clamp(38px, 5vw, 72px);
}

.ntp-premium-home .ntp-native-cfe-intro .ntp-native-title .elementor-heading-title {
	max-width: 440px;
	font-size: clamp(34px, 3.15vw, 52px);
	line-height: 1.02;
}

.ntp-premium-home .ntp-native-cfe-intro .ntp-native-copy {
	max-width: 720px;
	font-size: 15px;
	line-height: 1.62;
}

.ntp-premium-home .ntp-native-cfe-overview {
	padding-top: clamp(58px, 5.6vw, 90px);
	padding-bottom: clamp(58px, 5.8vw, 92px);
}

.ntp-premium-home .ntp-native-cfe-overview > .elementor-container {
	gap: clamp(38px, 5vw, 72px);
	align-items: center;
}

.ntp-premium-home .ntp-native-cfe-overview .ntp-cfe-copy {
	max-width: 620px;
}

.ntp-premium-home .ntp-native-cfe-overview .ntp-cfe-copy p {
	font-size: 15px;
	line-height: 1.68;
}

.ntp-premium-home .ntp-native-cfe-overview .ntp-cfe-copy strong {
	font-size: clamp(22px, 1.72vw, 30px);
	font-weight: 630;
	line-height: 1.26;
}

.ntp-premium-home .ntp-native-cfe-overview .ntp-cfe-stack-widget {
	width: 100%;
}

.ntp-premium-home .ntp-native-cfe-grid .ntp-native-card {
	min-height: 186px;
	padding: clamp(24px, 2.2vw, 32px) clamp(24px, 2.8vw, 40px);
}

.ntp-premium-home .ntp-native-cfe-grid .ntp-native-card-title .elementor-heading-title {
	font-size: clamp(22px, 1.55vw, 28px);
}

.ntp-premium-home .ntp-native-cfe-grid .ntp-native-card-text {
	max-width: 330px;
}

.ntp-premium-home .ntp-native-cfe-grid .ntp-native-card-text p {
	font-size: 14px;
	line-height: 1.58;
}

.ntp-premium-home .ntp-native-standards-intro {
	padding-top: clamp(82px, 8vw, 126px);
	padding-bottom: clamp(82px, 8vw, 126px);
}

.ntp-premium-home .ntp-native-standards-intro > .elementor-container {
	align-items: center;
	gap: clamp(38px, 5.4vw, 72px);
}

.ntp-premium-home .ntp-native-standards-intro .ntp-native-copy {
	max-width: 780px;
	color: rgba(255, 255, 255, 0.76);
	font-size: 15.5px;
	line-height: 1.66;
}

.ntp-premium-home .ntp-native-standards-intro .ntp-standards-about-button {
	margin-top: 26px;
}

.ntp-premium-home .ntp-native-scenarios-grid.ntp-native-card-row-1 {
	padding-bottom: clamp(34px, 4vw, 58px);
}

.ntp-premium-home .ntp-native-scenarios-grid.ntp-native-card-row-1 > .elementor-container {
	border-bottom-color: rgba(17, 25, 35, 0.08);
}

.ntp-premium-home .ntp-native-card-number .elementor-heading-title,
.ntp-premium-home .ntp-native-row-number .elementor-heading-title {
	margin: 0 0 16px;
	color: var(--ntp-native-gold);
	font-size: 12px;
	font-weight: 820;
	letter-spacing: 0.1em;
}

.ntp-premium-home .ntp-native-card-title .elementor-heading-title,
.ntp-premium-home .ntp-native-row-title .elementor-heading-title {
	margin: 0 0 14px;
	color: #111923;
	font-size: clamp(20px, 1.6vw, 27px);
	font-weight: 650;
	line-height: 1.14;
	letter-spacing: 0;
}

.ntp-premium-home .ntp-native-card-text p,
.ntp-premium-home .ntp-native-row-text p,
.ntp-premium-home .ntp-native-copy p,
.ntp-premium-home .ntp-native-hero-text p,
.ntp-premium-home .ntp-native-quote p,
.ntp-premium-home .ntp-native-footer-text p {
	margin: 0;
}

.ntp-premium-home .ntp-native-row {
	padding: 0 28px;
	background: var(--ntp-native-paper);
}

.ntp-premium-home .ntp-native-row.ntp-native-dark {
	background: #0d141b;
}

.ntp-premium-home .ntp-native-row > .elementor-container {
	display: grid !important;
	grid-template-columns: minmax(0, 54fr) minmax(0, 46fr);
	gap: 62px;
	padding: 32px var(--ntp-native-line-gutter);
	border-bottom: 1px solid rgba(17, 25, 35, 0.14);
	align-items: start;
	transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.ntp-premium-home .ntp-native-row > .elementor-container > .elementor-column {
	width: auto !important;
	min-width: 0;
}

.ntp-premium-home .ntp-native-row .ntp-native-row-title .elementor-heading-title {
	max-width: 420px;
	margin-bottom: 0;
}

.ntp-premium-home .ntp-native-row-link .ntp-native-row-title .elementor-heading-title {
	display: inline-block;
	background: linear-gradient(95deg, #d8a84d 0%, #b9782a 30%, #f0c766 52%, #9f6721 74%, #d8a84d 100%);
	background-size: 180% 100%;
	color: transparent !important;
	-webkit-background-clip: text;
	background-clip: text;
	animation: ntp-native-gold-title 22s linear infinite;
}

@keyframes ntp-native-gold-title {
	100% {
		background-position: 180% 0;
	}
}

.ntp-premium-home .ntp-native-row .ntp-native-row-text {
	max-width: 650px;
}

.ntp-premium-home .ntp-native-row-link {
	cursor: pointer;
}

.ntp-premium-home .ntp-native-row-link > .elementor-container:hover,
.ntp-premium-home .ntp-native-row-link > .elementor-container:focus-visible {
	background: rgba(216, 168, 77, 0.08);
	border-color: rgba(216, 168, 77, 0.34);
	outline: none;
}

.ntp-premium-home .ntp-native-row-link.ntp-native-dark > .elementor-container:hover,
.ntp-premium-home .ntp-native-row-link.ntp-native-dark > .elementor-container:focus-visible {
	background: rgba(216, 168, 77, 0.105);
}

.ntp-premium-home .ntp-native-row.ntp-native-dark > .elementor-container {
	border-bottom-color: rgba(255, 255, 255, 0.16);
}

.ntp-premium-home .ntp-native-marker {
	padding: 46px 28px 40px;
	background: #0d141b;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	border-bottom: 0;
	overflow: hidden;
}

.ntp-premium-home .ntp-native-marker::after {
	content: "";
	position: absolute;
	top: 30px;
	left: 50%;
	z-index: 1;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #fff;
	box-shadow:
		0 0 0 10px rgba(255, 255, 255, 0.065),
		0 0 22px rgba(255, 255, 255, 0.38),
		0 0 48px rgba(216, 168, 77, 0.18);
	transform: translateX(-50%);
}

.ntp-premium-home .ntp-native-marker > .elementor-container {
	align-items: center;
	justify-content: center;
	min-height: 92px;
}

.ntp-premium-home .ntp-native-marker .elementor-column,
.ntp-premium-home .ntp-native-marker .elementor-widget-wrap {
	justify-content: center;
	text-align: center;
}

.ntp-premium-home .ntp-native-marker-title .elementor-heading-title {
	margin: 32px 0 0;
	color: rgba(255, 255, 255, 0.9);
	font-size: clamp(26px, 2.55vw, 42px);
	font-weight: 280;
	line-height: 1;
	letter-spacing: 0.045em;
	text-transform: uppercase;
}

.ntp-premium-home .ntp-native-marker-eyebrow .elementor-heading-title {
	margin: 34px 0 12px;
	color: var(--ntp-native-gold);
	font-size: 10.5px;
	font-weight: 820;
	line-height: 1.2;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.ntp-premium-home .ntp-native-marker-eyebrow + .ntp-native-marker-title .elementor-heading-title {
	margin-top: 0;
}

.ntp-premium-home .ntp-native-marker.ntp-native-light {
	background: var(--ntp-native-paper);
	border-top: 1px solid rgba(17, 25, 35, 0.12);
	border-bottom: 0;
}

.ntp-premium-home .ntp-native-marker.ntp-native-light::after {
	background: var(--ntp-native-gold);
	box-shadow:
		0 0 0 10px rgba(216, 168, 77, 0.14),
		0 0 24px rgba(216, 168, 77, 0.34);
}

.ntp-premium-home .ntp-native-marker.ntp-native-light .ntp-native-marker-title .elementor-heading-title {
	color: rgba(17, 25, 35, 0.78);
}

.ntp-premium-home .ntp-native-best-marker,
.ntp-premium-home .ntp-native-excellence-marker {
	padding-bottom: clamp(18px, 2vw, 28px);
}

.ntp-premium-home .ntp-native-best-intro:not(.ntp-native-page-intro),
.ntp-premium-home .ntp-native-excellence-intro:not(.ntp-native-page-intro) {
	padding-top: clamp(24px, 2.8vw, 38px);
}

.ntp-premium-home .ntp-native-action {
	padding-top: 34px;
	padding-bottom: 72px;
}

.ntp-premium-home .ntp-native-action > .elementor-container {
	justify-content: center;
	text-align: center;
}

.ntp-premium-home .ntp-native-action .elementor-column {
	width: auto !important;
}

.ntp-premium-home .ntp-native-action .elementor-widget-wrap,
.ntp-premium-home .ntp-native-action .elementor-widget-container,
.ntp-premium-home .ntp-native-action .elementor-button-wrapper {
	display: flex;
	justify-content: center;
}

.ntp-premium-home .ntp-native-action .ntp-native-primary {
	margin-top: 0;
	margin-right: 0;
}

.ntp-premium-home .ntp-native-action .ntp-native-primary .elementor-button {
	border-color: rgba(240, 199, 102, 0.72);
	background: linear-gradient(105deg, #d8a84d 0%, #b9782a 32%, #f0c766 54%, #9f6721 76%, #d8a84d 100%);
	background-size: 210% 100%;
	color: #0b0f13;
	box-shadow: 0 16px 42px rgba(216, 168, 77, 0.18);
	animation: ntp-native-gold-button 24s linear infinite;
}

.ntp-premium-home .ntp-native-action .ntp-native-primary .elementor-button:hover,
.ntp-premium-home .ntp-native-action .ntp-native-primary .elementor-button:focus-visible {
	border-color: rgba(240, 199, 102, 0.92);
	box-shadow: 0 20px 54px rgba(216, 168, 77, 0.28);
	transform: translateY(-2px);
}

@keyframes ntp-native-gold-button {
	100% {
		background-position: 210% 0;
	}
}

.ntp-premium-home .ntp-native-linkedin {
	padding-top: 28px;
	padding-bottom: 28px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	border-bottom: 1px solid rgba(216, 168, 77, 0.22);
	background:
		linear-gradient(90deg, rgba(9, 13, 17, 0.98), rgba(13, 20, 27, 0.94)),
		url("/wp-content/uploads/2024/09/steptodown.com315562-2048x1282.jpg") center 54% / cover no-repeat;
}

.ntp-premium-home .ntp-native-linkedin > .elementor-container {
	align-items: center;
	gap: 24px;
}

.ntp-premium-home .ntp-native-linkedin .elementor-column:first-child {
	width: 72% !important;
}

.ntp-premium-home .ntp-native-linkedin .elementor-column:last-child {
	width: 28% !important;
}

.ntp-premium-home .ntp-native-linkedin .ntp-native-title .elementor-heading-title {
	color: rgba(255, 255, 255, 0.82);
	font-size: clamp(22px, 1.7vw, 30px);
	font-weight: 620;
	line-height: 1.05;
}

.ntp-premium-home .ntp-native-linkedin .ntp-native-primary {
	display: flex;
	justify-content: flex-end;
	margin-top: 0;
	margin-right: 0;
}

.ntp-premium-home .ntp-native-linkedin .ntp-native-primary .elementor-button {
	min-height: 38px;
	padding: 10px 16px;
	border-color: rgba(216, 168, 77, 0.62);
	background: rgba(9, 13, 17, 0.2);
	color: var(--ntp-native-gold-soft);
	box-shadow: none;
}

.ntp-premium-home .ntp-native-final {
	padding-top: clamp(92px, 8vw, 132px);
	padding-bottom: clamp(92px, 8vw, 132px);
	background:
		linear-gradient(90deg, rgba(9, 13, 17, 0.98) 0%, rgba(9, 13, 17, 0.91) 48%, rgba(9, 13, 17, 0.7) 100%),
		linear-gradient(180deg, rgba(9, 13, 17, 0.24), rgba(9, 13, 17, 0.78)),
		url("/wp-content/uploads/2024/09/2steptodown.com493238-copia.jpg") center center / cover no-repeat;
}

.ntp-premium-home .ntp-native-final > .elementor-container {
	align-items: center;
	min-height: 330px;
}

.ntp-premium-home .ntp-native-final .ntp-native-title .elementor-heading-title,
.ntp-premium-home .ntp-native-final.ntp-native-cta .ntp-native-copy {
	color: #fff;
}

.ntp-premium-home .ntp-native-final .ntp-native-title .elementor-heading-title {
	max-width: 620px;
	font-size: clamp(44px, 4.8vw, 78px);
}

.ntp-premium-home .ntp-native-final.ntp-native-cta .ntp-native-copy {
	max-width: 640px;
	margin-top: 22px;
	color: rgba(255, 255, 255, 0.84);
	text-shadow: 0 10px 28px rgba(0, 0, 0, 0.42);
}

.ntp-premium-home .ntp-native-final .ntp-native-primary,
.ntp-premium-home .ntp-native-final .ntp-native-secondary {
	display: flex;
	width: 100% !important;
	margin-top: 0;
	margin-right: 0;
	justify-content: stretch;
}

.ntp-premium-home .ntp-native-final .ntp-native-primary {
	margin-bottom: 0;
}

.ntp-premium-home .ntp-native-final .elementor-column:last-child .elementor-widget-wrap {
	display: flex;
	flex-direction: column;
	align-content: center;
	align-items: stretch;
	justify-content: center;
	gap: 16px;
	width: min(100%, 370px);
	max-width: calc(100% - 32px);
	margin-left: auto;
	margin-right: var(--ntp-native-line-gutter);
}

.ntp-premium-home .ntp-native-final .ntp-native-primary .elementor-widget-container,
.ntp-premium-home .ntp-native-final .ntp-native-secondary .elementor-widget-container,
.ntp-premium-home .ntp-native-final .ntp-native-primary .elementor-button-wrapper,
.ntp-premium-home .ntp-native-final .ntp-native-secondary .elementor-button-wrapper {
	width: 100%;
}

.ntp-premium-home .ntp-native-final .ntp-native-primary .elementor-button,
.ntp-premium-home .ntp-native-final .ntp-native-secondary .elementor-button {
	width: 100%;
	min-height: 52px;
	padding: 15px 18px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.ntp-premium-home .ntp-native-final .ntp-native-secondary .elementor-button {
	background: rgba(9, 13, 17, 0.36);
	border-color: rgba(216, 168, 77, 0.58);
	color: rgba(255, 255, 255, 0.92);
}

.ntp-premium-home .ntp-native-final .ntp-native-secondary .elementor-button-content-wrapper {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.ntp-premium-home .ntp-native-final .ntp-native-secondary .elementor-button-content-wrapper::before {
	content: "";
	display: inline-grid;
	width: 20px;
	height: 20px;
	border: 1px solid rgba(216, 168, 77, 0.78);
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23f2cf77' d='M5.34 8.86H1.96V22h3.38V8.86ZM3.65 7.06c1.08 0 1.95-.88 1.95-1.97 0-1.08-.87-1.95-1.95-1.95S1.7 4.01 1.7 5.09c0 1.09.87 1.97 1.95 1.97ZM22.3 22v-7.2c0-3.54-.76-6.26-4.9-6.26-1.99 0-3.32 1.09-3.87 2.12h-.05v-1.8h-3.24V22h3.37v-6.5c0-1.71.33-3.37 2.45-3.37 2.09 0 2.12 1.96 2.12 3.48V22h3.38Z'/%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 12px 12px;
	place-items: center;
	color: var(--ntp-native-gold-soft);
}

@media (min-width: 761px) {
	.ntp-premium-home .ntp-native-final > .elementor-container > .elementor-column:first-child {
		width: 60% !important;
	}

	.ntp-premium-home .ntp-native-final > .elementor-container > .elementor-column:last-child {
		width: 40% !important;
	}

	.ntp-premium-home .ntp-native-final .elementor-column:last-child .elementor-widget-wrap {
		width: min(100%, 460px);
		max-width: none;
	}

	.ntp-premium-home .ntp-native-final .ntp-native-primary .elementor-button,
	.ntp-premium-home .ntp-native-final .ntp-native-secondary .elementor-button {
		min-height: 58px;
		padding-right: 28px;
		padding-left: 28px;
		white-space: nowrap;
	}
}

.ntp-premium-home .ntp-native-founder {
	background: #101820;
}

.ntp-premium-home .ntp-native-founder .ntp-native-title .elementor-heading-title,
.ntp-premium-home .ntp-native-founder .ntp-native-copy {
	color: #fff;
}

.ntp-premium-home .ntp-native-founder-image img {
	width: 100%;
	aspect-ratio: 4 / 5;
	object-fit: cover;
	filter: saturate(0.78) contrast(1.06);
}

.ntp-premium-home .ntp-native-founder-list .elementor-icon-list-items,
.ntp-premium-home .ntp-native-contact-list .elementor-icon-list-items {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 26px;
}

.ntp-premium-home .ntp-native-founder-list .elementor-icon-list-text,
.ntp-premium-home .ntp-native-contact-list .elementor-icon-list-text {
	color: rgba(255, 255, 255, 0.76);
	font-size: 14px;
	font-weight: 650;
}

.ntp-premium-home .ntp-native-contact-details,
.ntp-premium-home .ntp-native-contact-form {
	background: var(--ntp-native-paper);
}

.ntp-premium-home .ntp-native-contact-details .ntp-native-contact-list .elementor-icon-list-text {
	color: #111923;
}

.ntp-premium-home .ntp-native-form-panel {
	padding: 32px;
	background: #fff;
	border: 1px solid rgba(17, 25, 35, 0.12);
	box-shadow: 0 24px 70px rgba(8, 16, 24, 0.12);
}

.ntp-premium-home .ntp-native-form .elementor-field,
.ntp-premium-home .ntp-native-form .elementor-field-textual {
	min-height: 46px;
	border: 1px solid rgba(17, 25, 35, 0.18);
	border-radius: 0;
	background: #f9f7f0;
	color: #111923;
	font-size: 14px;
}

.ntp-premium-home .ntp-native-form .elementor-button {
	border-radius: 0;
	background: var(--ntp-native-gold);
	color: #0b0f13;
	font-size: 11px;
	font-weight: 820;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

/* Chi siamo / Contatti: layout più vicino alla home, con form Elementor completo. */
.ntp-premium-home .ntp-native-about-grid,
.ntp-premium-home .ntp-native-about-trust-grid,
.ntp-premium-home .ntp-native-contact-details,
.ntp-premium-home .ntp-native-contact-form,
.ntp-premium-home .ntp-native-founder {
	padding-top: clamp(54px, 5.5vw, 82px);
	padding-bottom: clamp(54px, 5.5vw, 82px);
}

.ntp-premium-home .ntp-native-about-grid .ntp-native-card,
.ntp-premium-home .ntp-native-about-trust-grid .ntp-native-card {
	padding: clamp(24px, 2.8vw, 38px);
	min-height: 210px;
	cursor: default;
}

.ntp-premium-home .ntp-native-about-grid .ntp-native-card:hover,
.ntp-premium-home .ntp-native-about-trust-grid .ntp-native-card:hover {
	background: transparent;
	box-shadow: none;
	transform: none;
}

.ntp-premium-home .ntp-native-contact-details > .elementor-container,
.ntp-premium-home .ntp-native-contact-form > .elementor-container {
	display: grid !important;
	grid-template-columns: minmax(0, 0.38fr) minmax(0, 0.62fr);
	gap: clamp(38px, 5.6vw, 84px);
	align-items: start;
}

.ntp-premium-home .ntp-native-contact-details > .elementor-container > .elementor-column,
.ntp-premium-home .ntp-native-contact-form > .elementor-container > .elementor-column {
	width: auto !important;
	min-width: 0;
}

.ntp-premium-home .ntp-native-contact-details .ntp-native-title .elementor-heading-title,
.ntp-premium-home .ntp-native-contact-form .ntp-native-title .elementor-heading-title {
	max-width: 560px;
	font-size: clamp(36px, 4vw, 58px);
	line-height: 1.02;
}

.ntp-premium-home .ntp-native-contact-details .ntp-native-copy,
.ntp-premium-home .ntp-native-contact-form .ntp-native-copy {
	max-width: 520px;
	font-size: clamp(15px, 1.2vw, 17px);
	line-height: 1.72;
}

.ntp-premium-home .ntp-native-contact-details .ntp-native-contact-list .elementor-icon-list-items {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px 44px;
	margin-top: 0;
}

.ntp-premium-home .ntp-native-contact-details .ntp-native-contact-list .elementor-icon-list-text {
	color: rgba(17, 25, 35, 0.74);
	font-size: 15px;
	font-weight: 520;
	line-height: 1.45;
}

.ntp-premium-home .ntp-native-contact-details .ntp-native-secondary {
	margin-top: 28px;
}

.ntp-premium-home .ntp-native-contact-details .ntp-native-secondary .elementor-button {
	border-color: rgba(216, 168, 77, 0.62);
	color: #111923;
}

.ntp-premium-home .ntp-native-form-panel {
	padding: clamp(26px, 3vw, 42px);
	background: rgba(255, 255, 255, 0.78);
	border: 1px solid rgba(17, 25, 35, 0.14);
	box-shadow: 0 22px 72px rgba(8, 16, 24, 0.1);
	backdrop-filter: blur(12px);
}

.ntp-premium-home .ntp-native-form .elementor-form-fields-wrapper {
	row-gap: 16px;
}

.ntp-premium-home .ntp-native-form .elementor-field-label {
	margin-bottom: 7px;
	color: rgba(17, 25, 35, 0.62);
	font-size: 12px;
	font-weight: 650;
	line-height: 1.2;
	letter-spacing: 0.02em;
}

.ntp-premium-home .ntp-native-form .elementor-field,
.ntp-premium-home .ntp-native-form .elementor-field-textual {
	background: rgba(249, 247, 240, 0.92);
	border-color: rgba(17, 25, 35, 0.22);
	box-shadow: none;
}

.ntp-premium-home .ntp-native-form textarea.elementor-field-textual {
	min-height: 138px;
	resize: vertical;
}

.ntp-premium-home .ntp-native-form .elementor-field:focus,
.ntp-premium-home .ntp-native-form .elementor-field-textual:focus {
	border-color: rgba(216, 168, 77, 0.78);
	box-shadow: 0 0 0 3px rgba(216, 168, 77, 0.12);
}

.ntp-premium-home .ntp-native-form .elementor-field-type-acceptance {
	margin-top: 2px;
}

.ntp-premium-home .ntp-native-form .elementor-field-type-acceptance .elementor-field-subgroup {
	margin: 0;
}

.ntp-premium-home .ntp-native-form .elementor-field-type-acceptance .elementor-field-option {
	display: grid;
	grid-template-columns: 18px minmax(0, 1fr);
	gap: 11px;
	align-items: start;
	color: rgba(17, 25, 35, 0.72);
	font-size: 12.5px;
	line-height: 1.45;
}

.ntp-premium-home .ntp-native-form .elementor-field-type-acceptance input[type="checkbox"] {
	width: 16px;
	height: 16px;
	min-height: 16px;
	margin: 2px 0 0;
	accent-color: var(--ntp-native-gold);
}

.ntp-premium-home .ntp-native-form .elementor-field-type-acceptance label,
.ntp-premium-home .ntp-native-form .elementor-field-type-acceptance a {
	color: inherit;
}

.ntp-premium-home .ntp-native-form .elementor-field-type-acceptance a {
	border-bottom: 1px solid rgba(17, 25, 35, 0.35);
}

.ntp-premium-home .ntp-native-form .elementor-button {
	min-height: 54px;
	background: linear-gradient(110deg, #e6b653 0%, #f1c96c 42%, #c9852e 100%);
	border: 1px solid rgba(158, 102, 33, 0.5);
	box-shadow: 0 14px 34px rgba(185, 120, 42, 0.2);
	transition: transform 220ms ease, box-shadow 220ms ease;
}

.ntp-premium-home .ntp-native-form .elementor-button:hover {
	box-shadow: 0 18px 44px rgba(185, 120, 42, 0.28);
	transform: translateY(-2px);
}

/* Contatti: composizione più compatta e sezione form premium. */
.ntp-premium-home .ntp-native-contact-details {
	padding-top: clamp(42px, 4.4vw, 64px);
	padding-bottom: clamp(38px, 4vw, 58px);
	border-bottom: 1px solid rgba(17, 25, 35, 0.12);
	background:
		radial-gradient(circle at 82% 10%, rgba(216, 168, 77, 0.08), transparent 30%),
		var(--ntp-native-paper);
}

.ntp-premium-home .ntp-native-contact-details > .elementor-container {
	grid-template-columns: minmax(0, 0.3fr) minmax(0, 0.7fr);
	gap: clamp(36px, 5vw, 78px);
}

.ntp-premium-home .ntp-native-contact-details .ntp-native-title .elementor-heading-title {
	max-width: 360px;
	font-size: clamp(30px, 3vw, 44px);
	line-height: 1.02;
}

.ntp-premium-home .ntp-native-contact-details .ntp-native-copy {
	margin-top: 10px;
	color: rgba(17, 25, 35, 0.56);
	font-size: 14px;
	font-weight: 560;
}

.ntp-premium-home .ntp-native-contact-details .ntp-native-contact-list .elementor-icon-list-items {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	border-top: 1px solid rgba(17, 25, 35, 0.13);
	border-left: 1px solid rgba(17, 25, 35, 0.13);
}

.ntp-premium-home .ntp-native-contact-details .ntp-native-contact-list .elementor-icon-list-item {
	min-height: 86px;
	padding: 18px 20px;
	border-right: 1px solid rgba(17, 25, 35, 0.13);
	border-bottom: 1px solid rgba(17, 25, 35, 0.13);
	align-items: flex-start;
}

.ntp-premium-home .ntp-native-contact-details .ntp-native-contact-list .elementor-icon-list-text {
	color: rgba(17, 25, 35, 0.78);
	font-size: 14px;
	font-weight: 560;
	line-height: 1.38;
}

.ntp-premium-home .ntp-native-contact-details .ntp-native-secondary {
	display: inline-flex;
	width: auto !important;
	margin-top: 24px;
}

.ntp-premium-home .ntp-native-contact-details .ntp-native-secondary .elementor-button {
	min-width: 220px;
	border-color: rgba(216, 168, 77, 0.68);
	background: rgba(216, 168, 77, 0.08);
	color: #111923;
}

.ntp-premium-home .ntp-native-contact-form {
	padding-top: clamp(68px, 7vw, 108px);
	padding-bottom: clamp(78px, 8vw, 122px);
	background:
		linear-gradient(90deg, rgba(9, 13, 17, 0.96) 0%, rgba(9, 13, 17, 0.9) 44%, rgba(9, 13, 17, 0.74) 100%),
		linear-gradient(180deg, rgba(9, 13, 17, 0.3), rgba(9, 13, 17, 0.82)),
		url("/wp-content/uploads/2024/09/2steptodown.com493238-copia.jpg") center center / cover no-repeat;
}

.ntp-premium-home .ntp-native-contact-form::before {
	background:
		linear-gradient(90deg, transparent calc(50% - 560px), rgba(255, 255, 255, 0.105) calc(50% - 560px), rgba(255, 255, 255, 0.105) calc(50% - 559px), transparent calc(50% - 559px)),
		linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.07) 50%, rgba(255, 255, 255, 0.07) calc(50% + 1px), transparent calc(50% + 1px)),
		linear-gradient(90deg, transparent calc(50% + 560px), rgba(255, 255, 255, 0.105) calc(50% + 560px), rgba(255, 255, 255, 0.105) calc(50% + 561px), transparent calc(50% + 561px));
}

.ntp-premium-home .ntp-native-contact-form > .elementor-container {
	grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr);
	align-items: center;
}

.ntp-premium-home .ntp-native-contact-form .ntp-native-title .elementor-heading-title {
	max-width: 620px;
	color: #fff;
	font-size: clamp(40px, 5vw, 76px);
	line-height: 0.98;
}

.ntp-premium-home .ntp-native-contact-form .ntp-native-copy {
	max-width: 560px;
	margin-top: 24px;
	color: rgba(255, 255, 255, 0.72);
	font-size: clamp(15px, 1.2vw, 17px);
	line-height: 1.72;
}

.ntp-premium-home .ntp-native-contact-form .ntp-native-form-panel {
	padding: clamp(28px, 3.2vw, 46px);
	background: rgba(8, 13, 18, 0.74);
	border: 1px solid rgba(216, 168, 77, 0.34);
	box-shadow: 0 28px 90px rgba(0, 0, 0, 0.38);
	backdrop-filter: blur(14px);
}

.ntp-premium-home .ntp-native-contact-form .ntp-native-form .elementor-field-label {
	color: rgba(255, 255, 255, 0.72);
}

.ntp-premium-home .ntp-native-contact-form .ntp-native-form .elementor-field,
.ntp-premium-home .ntp-native-contact-form .ntp-native-form .elementor-field-textual {
	background: rgba(255, 255, 255, 0.07);
	border-color: rgba(255, 255, 255, 0.2);
	color: #fff;
}

.ntp-premium-home .ntp-native-contact-form .ntp-native-form .elementor-field::placeholder,
.ntp-premium-home .ntp-native-contact-form .ntp-native-form .elementor-field-textual::placeholder {
	color: rgba(255, 255, 255, 0.48);
}

.ntp-premium-home .ntp-native-contact-form .ntp-native-form .elementor-field:focus,
.ntp-premium-home .ntp-native-contact-form .ntp-native-form .elementor-field-textual:focus {
	border-color: rgba(240, 199, 102, 0.82);
	box-shadow: 0 0 0 3px rgba(216, 168, 77, 0.16);
}

.ntp-premium-home .ntp-native-contact-form .ntp-native-form .elementor-field-type-acceptance .elementor-field-option {
	color: rgba(255, 255, 255, 0.72);
}

.ntp-premium-home .ntp-native-contact-form .ntp-native-form .elementor-field-type-acceptance a {
	color: #f0c766;
	border-bottom-color: rgba(240, 199, 102, 0.5);
}

.ntp-premium-home .ntp-native-contact-form .ntp-native-form .elementor-field-type-acceptance input[type="checkbox"] {
	border-color: rgba(255, 255, 255, 0.45);
}

.ntp-premium-home .ntp-native-footer {
	padding: 42px 28px;
	background: #090d11;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.ntp-premium-home .ntp-native-footer > .elementor-container {
	align-items: center;
}

.ntp-premium-home .ntp-native-footer-logo img {
	width: 158px;
}

.ntp-premium-home .ntp-native-footer-text {
	color: rgba(255, 255, 255, 0.66);
	font-size: 13px;
	line-height: 1.85;
	text-align: right;
}

.ntp-premium-home .ntp-native-footer-text a {
	color: rgba(255, 255, 255, 0.82);
	text-decoration: none;
	transition: color 180ms ease;
}

.ntp-premium-home .ntp-native-footer-text a:hover {
	color: var(--ntp-native-gold-soft);
}

.ntp-js [data-ntp-native-reveal] {
	opacity: 0;
	transform: translateY(34px);
}

.ntp-js [data-ntp-native-reveal].is-visible {
	opacity: 1;
	transform: translateY(0);
	transition: opacity 720ms ease, transform 720ms cubic-bezier(0.19, 1, 0.22, 1);
}

@media (max-width: 1180px) {
	.ntp-premium-home .ntp-native-header > .elementor-container {
		grid-template-columns: 174px minmax(0, 1fr) 214px;
		gap: 16px;
		padding-right: 16px;
		padding-left: 18px;
	}

	.ntp-premium-home .ntp-native-logo img {
		width: 158px;
	}

	.ntp-premium-home .ntp-native-menu .elementor-nav-menu {
		gap: 14px;
	}

	.ntp-premium-home .ntp-native-menu .elementor-nav-menu .elementor-item,
	.ntp-premium-home .ntp-native-menu-cta .elementor-button {
		font-size: 9.5px;
	}

	.ntp-premium-home .ntp-native-menu .elementor-nav-menu .elementor-item {
		padding-right: 6px !important;
		padding-left: 6px !important;
	}

	.ntp-premium-home .ntp-native-menu-cta .elementor-button {
		min-width: 206px;
		padding: 0 14px;
	}

	.ntp-premium-home .ntp-native-menu .elementor-nav-menu--main .ntp-menu-linkedin .elementor-item {
		margin-left: 8px;
	}
}

@media (max-width: 1024px) {
	.ntp-premium-home .ntp-native-header .elementor-column,
	.ntp-premium-home .ntp-native-hero .elementor-column,
	.ntp-premium-home .ntp-native-page-hero .elementor-column,
	.ntp-premium-home .ntp-native-intro .elementor-column,
	.ntp-premium-home .ntp-native-card-section .elementor-column,
	.ntp-premium-home .ntp-native-row .elementor-column,
	.ntp-premium-home .ntp-native-service-intro .elementor-column,
	.ntp-premium-home .ntp-native-text-band .elementor-column,
	.ntp-premium-home .ntp-native-cta .elementor-column,
	.ntp-premium-home .ntp-native-founder .elementor-column,
	.ntp-premium-home .ntp-native-contact-details .elementor-column,
	.ntp-premium-home .ntp-native-contact-form .elementor-column,
	.ntp-premium-home .ntp-native-footer .elementor-column {
		width: 100% !important;
	}

	.ntp-premium-home .ntp-native-hero > .elementor-container,
	.ntp-premium-home .ntp-native-page-hero > .elementor-container,
	.ntp-premium-home .ntp-native-intro > .elementor-container,
	.ntp-premium-home .ntp-native-card-section > .elementor-container,
	.ntp-premium-home .ntp-native-row > .elementor-container,
	.ntp-premium-home .ntp-native-service-intro > .elementor-container,
	.ntp-premium-home .ntp-native-text-band > .elementor-container,
	.ntp-premium-home .ntp-native-action > .elementor-container,
	.ntp-premium-home .ntp-native-cta > .elementor-container,
	.ntp-premium-home .ntp-native-founder > .elementor-container,
	.ntp-premium-home .ntp-native-contact-details > .elementor-container,
	.ntp-premium-home .ntp-native-contact-form > .elementor-container,
	.ntp-premium-home .ntp-native-footer > .elementor-container {
		flex-direction: column;
		align-items: stretch;
	}

	.ntp-premium-home .ntp-native-header > .elementor-container {
		display: grid;
		grid-template-columns: minmax(112px, 1fr) auto auto;
		justify-content: space-between;
		min-height: 74px;
		padding-top: 8px;
		padding-bottom: 8px;
		border-radius: 6px;
		gap: 10px;
	}

	.ntp-premium-home .ntp-native-header > .elementor-container > .elementor-column {
		width: auto !important;
	}

	.ntp-premium-home .ntp-native-header > .elementor-container > .elementor-column:nth-child(2) {
		display: flex;
		order: 3;
	}

	.ntp-premium-home .ntp-native-header > .elementor-container > .elementor-column:nth-child(3) {
		order: 2;
	}

	.ntp-premium-home .ntp-native-menu {
		display: flex;
		justify-content: flex-end;
	}

	.ntp-premium-home .ntp-native-menu .elementor-widget-container {
		justify-content: flex-end;
	}

	.ntp-premium-home .ntp-native-menu .elementor-menu-toggle {
		position: relative;
		z-index: 3;
		display: inline-flex !important;
		align-items: center;
		justify-content: center;
		width: 40px;
		height: 40px;
		margin: 0;
		padding: 0;
		border: 1px solid rgba(216, 168, 77, 0.52);
		border-radius: 0;
		background: rgba(255, 255, 255, 0.035);
		color: var(--ntp-native-gold-soft);
		font-size: 18px;
	}

	.ntp-premium-home .ntp-native-menu .elementor-menu-toggle svg,
	.ntp-premium-home .ntp-native-menu .elementor-menu-toggle i {
		color: var(--ntp-native-gold-soft);
		fill: var(--ntp-native-gold-soft);
	}

	.ntp-premium-home .ntp-native-menu .elementor-menu-toggle .elementor-menu-toggle__icon--close,
	.ntp-premium-home .ntp-native-menu .elementor-menu-toggle.elementor-active .elementor-menu-toggle__icon--open {
		display: none;
	}

	.ntp-premium-home .ntp-native-menu .elementor-menu-toggle.elementor-active .elementor-menu-toggle__icon--close {
		display: block;
	}

	.ntp-premium-home .ntp-native-menu .elementor-nav-menu--main {
		display: none !important;
	}

	.ntp-premium-home .ntp-native-menu .elementor-nav-menu--dropdown {
		position: fixed !important;
		inset: 0 !important;
		z-index: 80 !important;
		width: 100vw !important;
		height: 100svh !important;
		margin: 0 !important;
		padding: 170px 30px 42px !important;
		border: 0;
		background:
			linear-gradient(90deg, rgba(9, 13, 17, 0.98), rgba(9, 13, 17, 0.9)),
			radial-gradient(circle at 78% 20%, rgba(216, 168, 77, 0.22), transparent 34%);
		backdrop-filter: blur(28px) saturate(1.15);
		-webkit-backdrop-filter: blur(28px) saturate(1.15);
		box-shadow: none;
		overflow-y: auto;
		transform: none !important;
	}

	.ntp-premium-home .ntp-native-menu .elementor-nav-menu--dropdown .elementor-nav-menu {
		display: flex !important;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		gap: 14px;
	}

	.ntp-premium-home .ntp-native-menu .elementor-nav-menu--dropdown .elementor-item {
		display: inline-flex !important;
		width: auto !important;
		justify-content: flex-start;
		padding: 0 !important;
		border: 0;
		background: transparent !important;
		color: rgba(255, 255, 255, 0.82) !important;
		font-size: clamp(36px, 11vw, 54px);
		font-weight: 520;
		line-height: 1;
		letter-spacing: 0;
		text-transform: none;
		white-space: normal;
	}

	.ntp-premium-home .ntp-native-menu .elementor-nav-menu--dropdown .elementor-item:hover,
	.ntp-premium-home .ntp-native-menu .elementor-nav-menu--dropdown .elementor-item.elementor-item-active {
		color: var(--ntp-native-gold-soft) !important;
	}

	.ntp-premium-home .ntp-native-menu .elementor-nav-menu--dropdown .elementor-nav-menu > .menu-item:last-child .elementor-item {
		width: auto;
		height: auto;
		margin-top: 18px;
		margin-left: 0;
		padding: 0 !important;
		border: 0;
		background: transparent;
		background-image: none;
		box-shadow: none;
		color: var(--ntp-native-gold-soft) !important;
		font-size: 14px !important;
		font-weight: 780;
		letter-spacing: 0.12em;
		overflow: visible;
		text-transform: uppercase;
	}

	.ntp-premium-home .ntp-native-menu .elementor-nav-menu--dropdown .elementor-nav-menu > .menu-item:last-child .elementor-item {
		font-size: 0 !important;
	}

	.ntp-premium-home .ntp-native-menu .elementor-nav-menu--dropdown .elementor-nav-menu > .menu-item:last-child .elementor-item::before {
		content: "LinkedIn";
		display: inline;
		color: var(--ntp-native-gold-soft);
		font-size: 14px;
		letter-spacing: 0.12em;
	}

	.ntp-premium-home .ntp-native-hero-title .elementor-heading-title {
		font-size: clamp(42px, 9vw, 68px);
	}

	.ntp-premium-home .ntp-native-hero-side,
	.ntp-premium-home .ntp-native-page-side {
		margin-top: 42px;
	}

	.ntp-premium-home .ntp-native-card {
		border-right: 0;
		border-bottom: 1px solid rgba(17, 25, 35, 0.14);
	}

	.ntp-premium-home .ntp-native-scenarios-grid.ntp-native-card-section > .elementor-container {
		grid-template-columns: 1fr;
	}

	.ntp-premium-home .ntp-native-scenarios-grid .ntp-native-card {
		min-height: 0;
		border-right: 0;
		border-bottom: 1px solid rgba(17, 25, 35, 0.12);
	}

	.ntp-premium-home .ntp-native-scenarios-grid .ntp-native-card:nth-last-child(-n + 3) {
		border-bottom: 1px solid rgba(17, 25, 35, 0.12);
	}

	.ntp-premium-home .ntp-native-scenarios-grid .ntp-native-card:last-child {
		border-bottom: 0;
	}

	.ntp-premium-home .ntp-native-dark .ntp-native-card {
		border-bottom-color: rgba(255, 255, 255, 0.16);
	}

	.ntp-premium-home .ntp-native-footer-text {
		text-align: left;
	}
}

@media (max-width: 760px) {
	.ntp-premium-home.admin-bar .ntp-native-header {
		top: 54px;
	}

	.ntp-premium-home .ntp-native-header {
		top: 8px;
		width: 100%;
		padding-left: 12px;
		padding-right: 12px;
	}

	.ntp-premium-home .ntp-native-header > .elementor-container {
		grid-template-columns: minmax(0, 1fr) 40px;
		grid-template-areas:
			"logo menu";
		width: 100% !important;
		max-width: 100% !important;
		min-height: 0;
		border-radius: 6px;
		padding: 10px 12px 12px;
		gap: 10px 12px;
	}

	.ntp-premium-home .ntp-native-header > .elementor-container > .elementor-column:nth-child(1) {
		grid-area: logo;
	}

	.ntp-premium-home .ntp-native-header > .elementor-container > .elementor-column:nth-child(2) {
		grid-area: menu;
		order: initial;
		justify-self: end;
	}

	.ntp-premium-home .ntp-native-header > .elementor-container > .elementor-column:nth-child(3) {
		display: none !important;
		grid-area: cta;
		order: initial;
		width: 100% !important;
	}

	.ntp-premium-home .ntp-native-header,
	.ntp-premium-home .ntp-native-hero,
	.ntp-premium-home .ntp-native-page-hero,
	.ntp-premium-home .ntp-native-intro,
	.ntp-premium-home .ntp-native-card-section,
	.ntp-premium-home .ntp-native-row,
	.ntp-premium-home .ntp-native-action,
	.ntp-premium-home .ntp-native-cta,
	.ntp-premium-home .ntp-native-service-intro,
	.ntp-premium-home .ntp-native-text-band,
	.ntp-premium-home .ntp-native-founder,
	.ntp-premium-home .ntp-native-contact-details,
	.ntp-premium-home .ntp-native-contact-form,
	.ntp-premium-home .ntp-native-footer {
		padding-left: 18px;
		padding-right: 18px;
	}

	.ntp-premium-home .ntp-native-logo img {
		width: 150px;
		max-height: 58px;
	}

	.ntp-premium-home .ntp-native-menu .elementor-menu-toggle {
		width: 40px;
		height: 40px;
	}

	.ntp-premium-home .ntp-native-menu .elementor-nav-menu--dropdown {
		padding: 178px 28px 42px !important;
	}

	.ntp-premium-home.admin-bar .ntp-native-menu .elementor-nav-menu--dropdown {
		padding-top: 220px !important;
	}

	.ntp-premium-home .ntp-native-menu .elementor-nav-menu--dropdown .elementor-nav-menu {
		display: flex !important;
		width: 100%;
		flex-direction: column !important;
		align-items: stretch !important;
		justify-content: flex-start !important;
		gap: 0 !important;
	}

	.ntp-premium-home .ntp-native-menu .elementor-nav-menu--dropdown .menu-item,
	.ntp-premium-home .ntp-native-menu .elementor-nav-menu--dropdown .elementor-item {
		width: auto !important;
	}

	.ntp-premium-home .ntp-native-menu-cta,
	.ntp-premium-home .ntp-native-menu-cta .elementor-widget-container,
	.ntp-premium-home .ntp-native-menu-cta .elementor-button-wrapper {
		display: none !important;
		width: 100%;
		justify-content: stretch;
	}

	.ntp-premium-home .ntp-native-menu-cta .elementor-button {
		min-width: 0;
		width: 100%;
		max-width: none;
		min-height: 40px;
		padding-right: 12px;
		padding-left: 12px;
		font-size: 10px;
		white-space: normal;
	}

	.ntp-premium-home .ntp-native-hero,
	.ntp-premium-home .ntp-native-page-hero {
		/* Unlike desktop (>760px, reduced elsewhere), nothing shrank min-height on
		   mobile: it stayed near-full-viewport (88svh/66svh) while the content
		   (logo, title, CTA) doesn't need that much room, leaving a large empty
		   gap below it. Let the hero size to its content plus padding instead. */
		min-height: 0;
		padding-top: 156px;
		padding-bottom: 48px;
	}

	.ntp-premium-home .ntp-native-hero-title .elementor-heading-title,
	.ntp-premium-home .ntp-native-page-hero .ntp-native-hero-title .elementor-heading-title {
		font-size: clamp(34px, 9.6vw, 50px);
		line-height: 1.06;
	}

	.ntp-premium-home .ntp-native-primary,
	.ntp-premium-home .ntp-native-secondary {
		display: flex;
		width: 100% !important;
		margin-right: 0;
	}

	.ntp-premium-home .ntp-native-primary .elementor-button,
	.ntp-premium-home .ntp-native-secondary .elementor-button {
		width: 100%;
	}

	.ntp-premium-home .ntp-native-founder-list .elementor-icon-list-items,
	.ntp-premium-home .ntp-native-contact-list .elementor-icon-list-items {
		grid-template-columns: 1fr;
	}

	.ntp-premium-home .ntp-native-form-panel {
		padding: 22px;
	}

	.ntp-premium-home .ntp-native-row > .elementor-container {
		grid-template-columns: 1fr;
		gap: 14px;
		padding: 26px var(--ntp-native-line-gutter);
	}

	.ntp-premium-home .ntp-native-row .ntp-native-row-title .elementor-heading-title,
	.ntp-premium-home .ntp-native-row .ntp-native-row-text {
		max-width: none;
	}

	.ntp-premium-home .ntp-native-row-link > .elementor-container:hover,
	.ntp-premium-home .ntp-native-row-link > .elementor-container:focus-visible {
		transform: none;
	}
}

@media (max-width: 760px) {
	.ntp-premium-home .ntp-native-cfe-overview {
		padding-top: 48px;
		padding-bottom: 58px;
	}

	.ntp-premium-home .ntp-native-cfe-overview > .elementor-container {
		gap: 26px;
	}

	.ntp-premium-home .ntp-native-cfe-overview .ntp-cfe-copy p {
		font-size: 14.5px;
		line-height: 1.62;
	}

	.ntp-premium-home .ntp-native-cfe-overview .ntp-cfe-copy strong {
		font-size: clamp(20px, 6vw, 26px);
		line-height: 1.24;
	}

	.ntp-premium-home .ntp-native-cfe-intro,
	.ntp-premium-home .ntp-native-scenarios-intro {
		padding-top: 44px;
		padding-bottom: 22px;
	}

	.ntp-premium-home .ntp-native-cfe-intro > .elementor-container,
	.ntp-premium-home .ntp-native-scenarios-intro > .elementor-container {
		gap: 18px;
	}

	.ntp-premium-home .ntp-native-cfe-intro .ntp-native-title .elementor-heading-title,
	.ntp-premium-home .ntp-native-scenarios-intro .ntp-native-title .elementor-heading-title {
		font-size: clamp(30px, 8vw, 38px);
		line-height: 1.06;
	}

	.ntp-premium-home .ntp-native-cfe-intro .ntp-native-copy,
	.ntp-premium-home .ntp-native-scenarios-intro .ntp-native-copy {
		font-size: 14.5px;
		line-height: 1.58;
	}

	.ntp-premium-home .ntp-native-cfe-grid .ntp-native-card,
	.ntp-premium-home .ntp-native-scenarios-grid .ntp-native-card {
		min-height: 0;
		padding: 24px 18px;
	}

	.ntp-premium-home .ntp-native-scenarios-grid .ntp-native-card-title .elementor-heading-title {
		font-size: clamp(20px, 6vw, 25px);
	}

	.ntp-premium-home .ntp-native-scenarios-grid .ntp-native-card-text {
		margin-top: 6px;
	}

	.ntp-premium-home .ntp-native-scenarios-grid .ntp-native-card-text p {
		line-height: 1.52;
	}

	.ntp-premium-home .ntp-native-best-intro:not(.ntp-native-page-intro),
	.ntp-premium-home .ntp-native-excellence-intro:not(.ntp-native-page-intro) {
		padding-top: 38px;
		padding-bottom: 34px;
	}

	.ntp-premium-home .ntp-native-best-intro:not(.ntp-native-page-intro) > .elementor-container,
	.ntp-premium-home .ntp-native-excellence-intro:not(.ntp-native-page-intro) > .elementor-container {
		gap: 12px;
	}

	.ntp-premium-home .ntp-native-best-intro:not(.ntp-native-page-intro) .ntp-native-title .elementor-heading-title,
	.ntp-premium-home .ntp-native-excellence-intro:not(.ntp-native-page-intro) .ntp-native-title .elementor-heading-title {
		margin-bottom: 0;
	}

	.ntp-premium-home .ntp-native-scenarios-grid.ntp-native-card-row-1 {
		padding-bottom: 34px;
	}
}

@media (max-width: 1024px) {
	.ntp-mobile-menu-backdrop {
		position: fixed;
		inset: 0;
		display: block;
		width: 100vw;
		height: var(--ntp-vh, 100dvh);
		background:
			linear-gradient(180deg, rgba(9, 13, 17, 0.992), rgba(9, 13, 17, 0.966)),
			radial-gradient(circle at 76% 18%, rgba(216, 168, 77, 0.18), transparent 34%);
		opacity: 0;
		pointer-events: none;
		z-index: 2147483000;
		transition: opacity 180ms ease;
	}

	html.ntp-mobile-menu-open,
	body.ntp-mobile-menu-open {
		overflow: hidden !important;
	}

	body.ntp-mobile-menu-open .ntp-mobile-menu-backdrop {
		opacity: 1;
		pointer-events: auto;
	}

	.ntp-premium-home .ntp-native-header {
		z-index: 2147483001 !important;
	}

	.ntp-premium-home .ntp-native-header > .elementor-container {
		position: relative;
		z-index: 10002;
	}

	.ntp-premium-home .ntp-native-menu .elementor-nav-menu--dropdown[aria-hidden="true"] {
		display: none !important;
		opacity: 0;
		pointer-events: none;
	}

	.ntp-premium-home .ntp-native-menu .elementor-nav-menu--dropdown[aria-hidden="false"] {
		display: flex !important;
		/* Default row direction only went unnoticed while the <ul> was this
		   panel's one and only child; the language links added below it need
		   column stacking or they sit beside the menu instead of under it. */
		flex-direction: column !important;
		opacity: 1;
		pointer-events: auto;
	}

	.ntp-premium-home .ntp-native-menu .elementor-nav-menu--dropdown {
		position: fixed !important;
		top: 0 !important;
		right: auto !important;
		bottom: auto !important;
		left: 0 !important;
		z-index: 1 !important;
		width: 100% !important;
		min-width: 100% !important;
		height: 100dvh !important;
		max-height: none !important;
		margin: 0 !important;
		padding: clamp(132px, 18vh, 168px) 20px 44px !important;
		border: 0 !important;
		background: transparent !important;
		backdrop-filter: none !important;
		-webkit-backdrop-filter: none !important;
		box-shadow: none !important;
		box-sizing: border-box !important;
		overflow-y: auto !important;
		transform: none !important;
	}

	.ntp-premium-home.admin-bar .ntp-native-menu .elementor-nav-menu--dropdown {
		padding-top: clamp(174px, 23vh, 210px) !important;
	}

	.ntp-premium-home .ntp-native-menu .elementor-nav-menu--dropdown .elementor-nav-menu {
		display: flex !important;
		width: 100% !important;
		max-width: none !important;
		flex-direction: column !important;
		align-items: flex-start !important;
		justify-content: flex-start !important;
		gap: 10px !important;
		margin: 0 !important;
		padding: 0 !important;
		box-sizing: border-box !important;
	}

	.ntp-premium-home .ntp-native-menu .elementor-nav-menu--dropdown .menu-item {
		display: block !important;
		width: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	.ntp-premium-home .ntp-native-menu .elementor-nav-menu--dropdown .elementor-item {
		display: inline-block !important;
		width: auto !important;
		height: auto !important;
		margin: 0 !important;
		padding: 0 !important;
		border: 0 !important;
		background: transparent !important;
		box-shadow: none !important;
		color: rgba(255, 255, 255, 0.86) !important;
		font-family: "Quicksand", "Segoe UI", Roboto, Arial, sans-serif !important;
		font-size: clamp(27px, 7.2vw, 38px) !important;
		font-weight: 700 !important;
		line-height: 1.08 !important;
		letter-spacing: 0 !important;
		text-transform: none !important;
		white-space: normal !important;
		text-align: left !important;
	}

	.ntp-premium-home .ntp-native-menu .elementor-nav-menu--dropdown .elementor-item::after {
		display: none !important;
	}

	.ntp-premium-home .ntp-native-menu .elementor-nav-menu--dropdown .elementor-item:hover,
	.ntp-premium-home .ntp-native-menu .elementor-nav-menu--dropdown .elementor-item.elementor-item-active {
		color: var(--ntp-native-gold-soft) !important;
	}

	.ntp-premium-home .ntp-native-menu .elementor-nav-menu--dropdown .ntp-menu-appointment {
		margin-top: 20px !important;
	}

	.ntp-premium-home .ntp-native-menu .elementor-nav-menu--dropdown .ntp-menu-appointment,
	.ntp-premium-home .ntp-native-menu .elementor-nav-menu--dropdown .ntp-menu-linkedin {
		width: min(100%, 330px) !important;
	}

	.ntp-premium-home .ntp-native-menu .elementor-nav-menu--dropdown .ntp-menu-appointment .elementor-item,
	.ntp-premium-home .ntp-native-menu .elementor-nav-menu--dropdown .ntp-menu-linkedin .elementor-item {
		display: inline-flex !important;
		width: 100% !important;
		max-width: 330px !important;
		min-height: 44px !important;
		align-items: center !important;
		justify-content: center !important;
		padding: 12px 16px !important;
		font-size: 11px !important;
		font-weight: 820 !important;
		font-family: "Quicksand", "Segoe UI", Roboto, Arial, sans-serif !important;
		line-height: 1.1 !important;
		letter-spacing: 0.08em !important;
		text-align: center !important;
		text-transform: uppercase !important;
	}

	.ntp-premium-home .ntp-native-menu .elementor-nav-menu--dropdown .ntp-menu-appointment .elementor-item {
		border: 1px solid rgba(240, 199, 102, 0.76) !important;
		background: linear-gradient(110deg, #d8a84d 0%, #f0c766 42%, #b9782a 100%) !important;
		color: #0b0f13 !important;
	}

	.ntp-premium-home .ntp-native-menu .elementor-nav-menu--dropdown .ntp-menu-linkedin .elementor-item {
		border: 1px solid rgba(255, 255, 255, 0.28) !important;
		background: rgba(255, 255, 255, 0.03) !important;
		color: #ffffff !important;
	}

	.ntp-premium-home .ntp-native-menu .elementor-nav-menu--dropdown .ntp-menu-linkedin,
	.ntp-premium-home .ntp-native-menu .elementor-nav-menu--dropdown .ntp-menu-linkedin a,
	.ntp-premium-home .ntp-native-menu .elementor-nav-menu--dropdown .ntp-menu-linkedin span {
		color: #ffffff !important;
		opacity: 1 !important;
		-webkit-text-fill-color: #ffffff !important;
	}

	.ntp-premium-home .ntp-native-menu .elementor-nav-menu--dropdown .ntp-menu-linkedin .elementor-item::after {
		display: none !important;
	}

	.ntp-premium-home .ntp-native-menu .elementor-nav-menu--dropdown .ntp-menu-linkedin .elementor-item::before {
		display: none !important;
		content: none !important;
	}

	.ntp-premium-home .ntp-native-menu .elementor-nav-menu--dropdown .ntp-menu-linkedin .elementor-item:hover,
	.ntp-premium-home .ntp-native-menu .elementor-nav-menu--dropdown .ntp-menu-linkedin .elementor-item:focus-visible {
		border-color: rgba(242, 207, 119, 0.72) !important;
		background: rgba(242, 207, 119, 0.1) !important;
		color: #ffffff !important;
	}

	.ntp-premium-home .ntp-native-menu .elementor-nav-menu--dropdown .elementor-nav-menu > .ntp-menu-linkedin.menu-item:last-child > .elementor-item {
		display: inline-flex !important;
		width: 100% !important;
		max-width: 330px !important;
		height: auto !important;
		min-height: 44px !important;
		margin: 0 !important;
		padding: 12px 16px !important;
		border: 1px solid rgba(255, 255, 255, 0.28) !important;
		background: rgba(255, 255, 255, 0.03) !important;
		background-image: none !important;
		box-shadow: none !important;
		color: #ffffff !important;
		font-family: "Quicksand", "Segoe UI", Roboto, Arial, sans-serif !important;
		font-size: 11px !important;
		font-weight: 820 !important;
		letter-spacing: 0.08em !important;
		line-height: 1.1 !important;
		text-align: center !important;
		text-transform: uppercase !important;
		white-space: normal !important;
		opacity: 1 !important;
		-webkit-text-fill-color: #ffffff !important;
	}

	.ntp-premium-home .ntp-native-menu .elementor-nav-menu--dropdown .elementor-nav-menu > .ntp-menu-linkedin.menu-item:last-child > .elementor-item::before,
	.ntp-premium-home .ntp-native-menu .elementor-nav-menu--dropdown .elementor-nav-menu > .ntp-menu-linkedin.menu-item:last-child > .elementor-item::after {
		display: none !important;
		content: none !important;
	}

body.ntp-mobile-menu-open .ntp-premium-home .ntp-native-menu .elementor-nav-menu--dropdown,
body.ntp-mobile-menu-open .ntp-premium-home .ntp-native-menu .elementor-nav-menu--dropdown[aria-hidden="false"] {
		background: transparent !important;
		backdrop-filter: none !important;
		-webkit-backdrop-filter: none !important;
		box-shadow: none !important;
	}
}

/* Final layout refinements: keep desktop header airy and restore hero image readability. */
@media (min-width: 1181px) {
	.ntp-premium-home .ntp-native-header {
		padding-right: 24px;
		padding-left: 24px;
	}

	.ntp-premium-home .ntp-native-header > .elementor-container {
		grid-template-columns: 250px minmax(0, 1fr) 286px;
		width: min(1360px, calc(100% - 64px)) !important;
		padding: 9px 18px 9px 28px;
		gap: 40px;
	}

	.ntp-premium-home .ntp-native-logo img {
		width: 190px;
	}

	.ntp-premium-home .ntp-native-menu .elementor-nav-menu {
		gap: clamp(20px, 1.55vw, 34px);
	}

	.ntp-premium-home .ntp-native-menu .elementor-nav-menu .elementor-item {
		font-size: 12.2px;
		letter-spacing: 0.092em;
	}

	.ntp-premium-home .ntp-native-menu .elementor-nav-menu--main .ntp-menu-linkedin .elementor-item {
		width: 38px;
		height: 38px;
		margin-right: 10px;
		margin-left: 12px;
		background-size: 16px 16px;
	}

	.ntp-premium-home .ntp-native-menu-cta .elementor-button {
		min-width: 244px;
		min-height: 44px;
	}
}

.ntp-premium-home .ntp-native-hero,
.ntp-premium-home .ntp-native-page-hero {
	background-image: url("/wp-content/uploads/2024/09/sfondo-DEF-2048x1365.jpg") !important;
	background-position: center center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}

.ntp-premium-home .ntp-native-hero::before,
.ntp-premium-home .ntp-native-page-hero::before {
	background:
		linear-gradient(90deg, rgba(9, 13, 17, 0.92) 0%, rgba(9, 13, 17, 0.72) 38%, rgba(9, 13, 17, 0.24) 72%, rgba(9, 13, 17, 0.08) 100%),
		linear-gradient(180deg, rgba(9, 13, 17, 0.08) 0%, rgba(9, 13, 17, 0.01) 44%, rgba(9, 13, 17, 0.26) 100%),
		radial-gradient(circle at 78% 28%, rgba(216, 168, 77, 0.14), transparent 34%);
}

@media (min-width: 761px) {
	.ntp-premium-home .ntp-native-page-hero .ntp-native-hero-title .elementor-heading-title {
		font-size: clamp(48px, 6.2vw, 84px);
		line-height: 0.98;
	}
}

.ntp-premium-home .ntp-native-scenarios-grid .ntp-native-card,
.ntp-premium-home .ntp-native-scenarios-grid .ntp-native-card:hover,
.ntp-premium-home .ntp-native-scenarios-grid .ntp-native-card:focus-visible,
.ntp-premium-home .ntp-native-standards-grid .ntp-native-card,
.ntp-premium-home .ntp-native-standards-grid .ntp-native-card:hover,
.ntp-premium-home .ntp-native-standards-grid .ntp-native-card:focus-visible {
	cursor: default !important;
	background: transparent !important;
	box-shadow: none !important;
	transform: none !important;
}

@media (min-width: 761px) {
	.ntp-premium-home .ntp-native-page-hero {
		min-height: clamp(500px, 55svh, 620px);
		padding-top: clamp(122px, 12vh, 152px);
		padding-bottom: clamp(44px, 5vw, 68px);
	}

	.ntp-premium-home .ntp-native-page-hero > .elementor-container {
		align-items: center;
	}
}

.ntp-premium-home .ntp-native-best-marker {
	margin-top: 0;
}

.ntp-premium-home .ntp-native-page-intro.ntp-native-best-intro {
	padding-top: clamp(38px, 4vw, 58px);
	padding-bottom: clamp(26px, 2.8vw, 40px);
}

.ntp-premium-home .ntp-native-page-intro.ntp-native-excellence-intro {
	padding-top: clamp(38px, 4vw, 58px);
	padding-bottom: clamp(26px, 2.8vw, 40px);
}

.ntp-premium-home .ntp-native-page-intro.ntp-native-best-intro > .elementor-container,
.ntp-premium-home .ntp-native-page-intro.ntp-native-excellence-intro > .elementor-container {
	display: grid !important;
	grid-template-columns: minmax(0, 0.36fr) minmax(0, 0.64fr);
	gap: clamp(30px, 4.2vw, 64px);
	align-items: start;
}

.ntp-premium-home .ntp-native-page-intro.ntp-native-best-intro > .elementor-container > .elementor-column,
.ntp-premium-home .ntp-native-page-intro.ntp-native-excellence-intro > .elementor-container > .elementor-column {
	width: auto !important;
	min-width: 0;
}

.ntp-premium-home .ntp-native-page-intro.ntp-native-best-intro .ntp-native-title .elementor-heading-title,
.ntp-premium-home .ntp-native-page-intro.ntp-native-excellence-intro .ntp-native-title .elementor-heading-title {
	max-width: 520px;
	font-size: clamp(23px, 1.95vw, 31px);
	font-weight: 560;
	line-height: 1.08;
}

.ntp-premium-home .ntp-native-page-intro.ntp-native-excellence-intro .ntp-native-title .elementor-heading-title {
	max-width: 540px;
	font-size: clamp(22px, 1.8vw, 29px);
}

.ntp-premium-home .ntp-native-page-intro.ntp-native-best-intro .ntp-native-copy,
.ntp-premium-home .ntp-native-page-intro.ntp-native-excellence-intro .ntp-native-copy {
	max-width: 980px;
}

.ntp-premium-home .ntp-native-area-detail-row {
	padding: 0 28px;
}

.ntp-premium-home .ntp-native-area-detail-row > .elementor-container {
	display: grid !important;
	grid-template-columns: minmax(260px, 0.34fr) minmax(0, 0.66fr);
	gap: clamp(34px, 5vw, 72px);
	padding: clamp(32px, 3.7vw, 52px) var(--ntp-native-line-gutter);
	border-bottom: 1px solid rgba(17, 25, 35, 0.13);
	align-items: start;
}

.ntp-premium-home .ntp-native-area-detail-row > .elementor-container > .elementor-column {
	width: auto !important;
	min-width: 0;
}

.ntp-premium-home .ntp-native-area-best-list.ntp-native-row {
	background: #0d141b;
}

.ntp-premium-home .ntp-native-area-excellence-list.ntp-native-row {
	background: var(--ntp-native-paper);
}

.ntp-premium-home .ntp-native-area-best-list.ntp-native-area-detail-row > .elementor-container {
	border-bottom-color: rgba(255, 255, 255, 0.14);
}

.ntp-premium-home .ntp-native-area-excellence-list.ntp-native-area-detail-row > .elementor-container {
	border-bottom-color: rgba(17, 25, 35, 0.12);
}

.ntp-premium-home .ntp-native-area-detail-row .ntp-native-row-title .elementor-heading-title {
	display: inline-block;
	max-width: 430px;
	margin: 0;
	background: linear-gradient(95deg, #d8a84d 0%, #b9782a 30%, #f0c766 52%, #9f6721 74%, #d8a84d 100%);
	background-size: 180% 100%;
	color: transparent !important;
	-webkit-background-clip: text;
	background-clip: text;
	font-size: clamp(25px, 2.25vw, 38px);
	font-weight: 580;
	line-height: 1.08;
	animation: ntp-native-gold-title 24s linear infinite;
}

.ntp-premium-home .ntp-native-area-detail-row .ntp-native-row-text {
	max-width: 780px;
	font-size: 15.5px;
	line-height: 1.72;
}

.ntp-premium-home .ntp-native-area-detail-row.ntp-native-dark .ntp-native-row-text {
	color: rgba(255, 255, 255, 0.72);
}

.ntp-premium-home .ntp-native-area-detail-row:not(.ntp-native-dark) .ntp-native-row-text {
	color: rgba(17, 25, 35, 0.66);
}

.ntp-premium-home .ntp-native-area-detail-row:last-of-type > .elementor-container {
	border-bottom-color: transparent;
}

@media (max-width: 760px) {
	.ntp-premium-home .ntp-native-page-hero {
		min-height: auto;
		padding-top: 140px;
		padding-bottom: 54px;
	}

	.ntp-premium-home .ntp-native-area-detail-row > .elementor-container {
		grid-template-columns: 1fr;
		gap: 16px;
		padding-top: 28px;
		padding-bottom: 30px;
	}

	.ntp-premium-home .ntp-native-area-detail-row .ntp-native-row-title .elementor-heading-title {
		font-size: clamp(24px, 7.2vw, 31px);
	}

	.ntp-premium-home .ntp-native-area-detail-row .ntp-native-row-text {
		font-size: 14.5px;
		line-height: 1.62;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ntp-premium-home.ntp-premium-site::after {
		animation: none;
	}

	.ntp-js [data-ntp-native-reveal] {
		opacity: 1;
		transform: none;
	}

	.ntp-premium-home .ntp-native-row-link .ntp-native-row-title .elementor-heading-title {
		animation: none;
	}
}

/* Aree di intervento: sezione 4 del documento, compatta e non duplicata dalla home. */
.ntp-premium-home .ntp-native-area-service {
	padding: 0 28px;
}

.ntp-premium-home .ntp-native-area-service > .elementor-container {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 0;
	padding: clamp(36px, 3.4vw, 52px) var(--ntp-native-line-gutter);
	align-items: start;
	border-bottom: 1px solid rgba(17, 25, 35, 0.13);
	transition: none;
}

.ntp-premium-home .ntp-native-area-service-no-keys > .elementor-container {
	grid-template-columns: minmax(0, 820px);
	justify-content: start;
}

.ntp-premium-home .ntp-native-area-service.ntp-native-dark > .elementor-container {
	border-bottom-color: rgba(255, 255, 255, 0.13);
}

.ntp-premium-home .ntp-native-area-service > .elementor-container > .elementor-column {
	width: auto !important;
	min-width: 0;
}

.ntp-premium-home .ntp-native-area-service .ntp-native-row-title .elementor-heading-title {
	display: inline-block;
	max-width: 520px;
	margin: 0 0 18px;
	background: linear-gradient(96deg, #d8a84d 0%, #b9782a 34%, #f0c766 58%, #9f6721 82%, #d8a84d 100%);
	background-size: 190% 100%;
	color: transparent !important;
	-webkit-background-clip: text;
	background-clip: text;
	font-size: clamp(25px, 2.15vw, 36px);
	font-weight: 580;
	line-height: 1.08;
	animation: ntp-native-gold-title 28s linear infinite;
}

.ntp-premium-home .ntp-native-area-service .ntp-native-area-label .elementor-heading-title {
	margin: 0 0 12px;
	color: var(--ntp-native-gold);
	font-size: 10px;
	font-weight: 820;
	line-height: 1.2;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.ntp-premium-home .ntp-native-area-service .ntp-native-area-support-label .elementor-heading-title {
	margin-top: 24px;
}

.ntp-premium-home .ntp-native-area-service .ntp-native-row-text {
	max-width: 690px;
}

.ntp-premium-home .ntp-native-area-service .ntp-native-area-main {
	padding-right: clamp(36px, 4.8vw, 76px);
}

.ntp-premium-home .ntp-native-area-service .ntp-native-area-keys {
	padding-left: clamp(36px, 4.8vw, 76px);
}

.ntp-premium-home .ntp-native-area-service .ntp-native-row-text p,
.ntp-premium-home .ntp-native-area-service .ntp-native-area-key-text p {
	margin: 0;
}

.ntp-premium-home .ntp-native-area-service .ntp-native-row-text,
.ntp-premium-home .ntp-native-area-service .ntp-native-area-key-text {
	font-size: 14.6px;
	line-height: 1.66;
}

.ntp-premium-home .ntp-native-area-service.ntp-native-dark .ntp-native-row-text,
.ntp-premium-home .ntp-native-area-service.ntp-native-dark .ntp-native-area-key-text {
	color: rgba(255, 255, 255, 0.72);
}

.ntp-premium-home .ntp-native-area-service:not(.ntp-native-dark) .ntp-native-row-text,
.ntp-premium-home .ntp-native-area-service:not(.ntp-native-dark) .ntp-native-area-key-text {
	color: rgba(17, 25, 35, 0.66);
}

.ntp-premium-home .ntp-native-area-service .ntp-native-area-keys .elementor-widget-wrap {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0;
}

.ntp-premium-home .ntp-native-area-service .ntp-native-area-key-title .elementor-heading-title {
	position: relative;
	margin: 0 0 5px;
	padding-left: 18px;
	color: var(--ntp-native-gold);
	font-size: 14px;
	font-weight: 720;
	line-height: 1.24;
	letter-spacing: 0;
}

.ntp-premium-home .ntp-native-area-service .ntp-native-area-key-title .elementor-heading-title::before {
	content: "";
	position: absolute;
	top: 0.62em;
	left: 0;
	width: 7px;
	height: 7px;
	border: 1px solid currentColor;
	background: transparent;
	transform: translateY(-50%) rotate(45deg);
}

.ntp-premium-home .ntp-native-area-service .ntp-native-area-key-text {
	margin: 0 0 14px;
	padding-left: 18px;
	font-size: 13.2px;
	line-height: 1.52;
}

.ntp-premium-home .ntp-native-area-service .ntp-native-area-key-text:last-child {
	margin-bottom: 0;
}

.ntp-premium-home .ntp-native-area-best-list.ntp-native-area-service {
	background: #0d141b;
}

.ntp-premium-home .ntp-native-area-excellence-list.ntp-native-area-service {
	background: var(--ntp-native-paper);
}

.ntp-premium-home .ntp-native-area-service > .elementor-container:hover,
.ntp-premium-home .ntp-native-area-service > .elementor-container:focus-visible {
	background: transparent !important;
	box-shadow: none !important;
	transform: none !important;
}

.ntp-premium-home .ntp-native-areas-content-spacer {
	display: none;
}

@media (min-width: 761px) {
	.ntp-premium-home .ntp-native-page-hero {
		min-height: clamp(460px, 50svh, 580px);
		padding-bottom: clamp(38px, 4vw, 56px);
	}
}

@media (max-width: 1024px) {
	.ntp-premium-home .ntp-native-area-service > .elementor-container {
		grid-template-columns: minmax(0, 0.48fr) minmax(0, 0.52fr);
	}

	.ntp-premium-home .ntp-native-area-service .ntp-native-area-main {
		padding-right: 28px;
	}

	.ntp-premium-home .ntp-native-area-service .ntp-native-area-keys {
		padding-left: 28px;
	}

	.ntp-premium-home .ntp-native-contact-details > .elementor-container,
	.ntp-premium-home .ntp-native-contact-form > .elementor-container {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.ntp-premium-home .ntp-native-contact-details .ntp-native-contact-list .elementor-icon-list-items {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 760px) {
	.ntp-premium-home .ntp-native-page-intro.ntp-native-best-intro > .elementor-container,
	.ntp-premium-home .ntp-native-page-intro.ntp-native-excellence-intro > .elementor-container {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.ntp-premium-home .ntp-native-area-service {
		padding-right: 18px;
		padding-left: 18px;
	}

	.ntp-premium-home .ntp-native-area-service > .elementor-container {
		grid-template-columns: 1fr;
		gap: 18px;
		padding-top: 30px;
		padding-bottom: 34px;
	}

	.ntp-premium-home .ntp-native-area-service .ntp-native-area-main,
	.ntp-premium-home .ntp-native-area-service .ntp-native-area-keys {
		padding-right: 0;
		padding-left: 0;
	}

	.ntp-premium-home .ntp-native-area-service .ntp-native-area-keys {
		grid-column: auto;
	}

	.ntp-premium-home .ntp-native-area-service .ntp-native-row-title .elementor-heading-title {
		font-size: clamp(24px, 7vw, 32px);
	}

	.ntp-premium-home .ntp-native-about-grid,
	.ntp-premium-home .ntp-native-about-trust-grid,
	.ntp-premium-home .ntp-native-contact-details,
	.ntp-premium-home .ntp-native-contact-form,
	.ntp-premium-home .ntp-native-founder {
		padding-top: 42px;
		padding-bottom: 42px;
	}

	.ntp-premium-home .ntp-native-contact-details .ntp-native-title .elementor-heading-title,
	.ntp-premium-home .ntp-native-contact-form .ntp-native-title .elementor-heading-title {
		font-size: clamp(31px, 9vw, 42px);
	}

	.ntp-premium-home .ntp-native-form-panel {
		padding: 20px;
	}

	.ntp-premium-home .ntp-native-contact-details .ntp-native-contact-list .elementor-icon-list-items {
		grid-template-columns: 1fr;
	}

	.ntp-premium-home .ntp-native-contact-details .ntp-native-contact-list .elementor-icon-list-item {
		min-height: auto;
		padding: 15px 0;
		border-right: 0;
	}

	.ntp-premium-home .ntp-native-contact-details .ntp-native-contact-list .elementor-icon-list-items {
		border-left: 0;
	}

	.ntp-premium-home .ntp-native-contact-details .ntp-native-secondary,
	.ntp-premium-home .ntp-native-contact-details .ntp-native-secondary .elementor-button {
		width: 100% !important;
	}

	.ntp-premium-home .ntp-native-contact-form {
		padding-top: 48px;
		padding-bottom: 56px;
		background-position: center top;
	}

	.ntp-premium-home .ntp-native-contact-form .ntp-native-title .elementor-heading-title {
		font-size: clamp(34px, 10vw, 46px);
	}

	.ntp-premium-home .ntp-native-form .elementor-field-group {
		width: 100% !important;
	}
}

/* Contatti: rifinitura finale dati e form. */
.ntp-premium-home .ntp-native-contact-details {
	padding-top: clamp(48px, 4.6vw, 72px);
	padding-bottom: clamp(48px, 4.4vw, 68px);
	background:
		radial-gradient(circle at 86% 6%, rgba(216, 168, 77, 0.08), transparent 28%),
		var(--ntp-native-paper);
}

.ntp-premium-home .ntp-native-contact-details > .elementor-container {
	grid-template-columns: minmax(260px, 0.34fr) minmax(0, 0.66fr) !important;
	gap: clamp(38px, 5.2vw, 82px) !important;
	align-items: start;
}

.ntp-premium-home .ntp-native-contact-details .ntp-native-title .elementor-heading-title {
	max-width: 360px;
	font-size: clamp(34px, 3vw, 48px);
	line-height: 1.02;
}

.ntp-premium-home .ntp-native-contact-details .ntp-native-contact-list .elementor-icon-list-items {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 20px 44px !important;
	margin: 4px 0 0 !important;
	border: 0 !important;
}

.ntp-premium-home .ntp-native-contact-details .ntp-native-contact-list .elementor-icon-list-item {
	min-height: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	display: flex !important;
	align-items: flex-start !important;
	gap: 12px;
}

.ntp-premium-home .ntp-native-contact-details .ntp-native-contact-list .elementor-icon-list-icon {
	display: inline-flex !important;
	flex: 0 0 24px;
	width: 24px;
	height: 24px;
	margin-top: 1px;
	align-items: center;
	justify-content: center;
	color: var(--ntp-native-gold);
}

.ntp-premium-home .ntp-native-contact-details .ntp-native-contact-list .elementor-icon-list-icon i {
	color: inherit;
	font-size: 14px;
}

.ntp-premium-home .ntp-native-contact-details .ntp-native-contact-list .elementor-icon-list-text {
	color: rgba(17, 25, 35, 0.76);
	font-size: 15px;
	font-weight: 560;
	line-height: 1.42;
	overflow-wrap: anywhere;
}

.ntp-premium-home .ntp-native-contact-details .ntp-native-secondary {
	display: inline-flex;
	width: auto !important;
	margin-top: 30px;
}

.ntp-premium-home .ntp-native-contact-details .ntp-native-secondary .elementor-button {
	min-width: 260px;
	background: transparent;
	border-color: rgba(216, 168, 77, 0.62);
	color: #111923;
}

.ntp-premium-home .ntp-native-contact-form {
	padding-top: clamp(64px, 6vw, 92px);
	padding-bottom: clamp(70px, 7vw, 108px);
}

.ntp-premium-home .ntp-native-contact-form > .elementor-container {
	grid-template-columns: minmax(270px, 0.36fr) minmax(0, 0.64fr) !important;
	gap: clamp(42px, 5vw, 86px) !important;
	align-items: center;
}

.ntp-premium-home .ntp-native-contact-form .ntp-native-title .elementor-heading-title {
	max-width: 440px;
	color: #fff;
	font-size: clamp(34px, 3.7vw, 56px);
	line-height: 1.04;
}

.ntp-premium-home .ntp-native-contact-form .ntp-native-copy {
	max-width: 430px;
	margin-top: 20px;
	color: rgba(255, 255, 255, 0.68);
	font-size: clamp(14px, 1.05vw, 16px);
	line-height: 1.7;
}

.ntp-premium-home .ntp-native-contact-form .ntp-native-form-panel {
	width: 100%;
	max-width: 760px;
	justify-self: end;
	padding: clamp(30px, 3vw, 44px);
	background: rgba(7, 12, 16, 0.82);
	border: 1px solid rgba(216, 168, 77, 0.42);
	box-shadow: 0 28px 90px rgba(0, 0, 0, 0.42);
}

.ntp-premium-home .ntp-native-contact-form .ntp-native-form .elementor-field,
.ntp-premium-home .ntp-native-contact-form .ntp-native-form .elementor-field-textual,
.ntp-premium-home .ntp-native-contact-form .ntp-native-form input.elementor-field,
.ntp-premium-home .ntp-native-contact-form .ntp-native-form textarea.elementor-field {
	min-height: 52px;
	background: rgba(255, 255, 255, 0.08) !important;
	border: 1px solid rgba(255, 255, 255, 0.24) !important;
	color: #fff !important;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
}

.ntp-premium-home .ntp-native-contact-form .ntp-native-form textarea.elementor-field,
.ntp-premium-home .ntp-native-contact-form .ntp-native-form textarea.elementor-field-textual {
	min-height: 170px;
}

.ntp-premium-home .ntp-native-contact-form .ntp-native-form .elementor-field-label {
	color: rgba(255, 255, 255, 0.74);
	font-size: 12px;
}

.ntp-premium-home .ntp-native-contact-form .ntp-native-form .elementor-field-type-acceptance .elementor-field-option {
	color: rgba(255, 255, 255, 0.72);
}

.ntp-premium-home .ntp-native-contact-form .ntp-native-form .elementor-button {
	min-height: 56px;
	background: linear-gradient(110deg, #e6b653 0%, #f0c766 48%, #c9852e 100%);
	border: 1px solid rgba(240, 199, 102, 0.52);
	color: #091017;
}

@media (max-width: 1024px) {
	.ntp-premium-home .ntp-native-contact-details > .elementor-container,
	.ntp-premium-home .ntp-native-contact-form > .elementor-container {
		grid-template-columns: 1fr !important;
		gap: 30px !important;
	}

	.ntp-premium-home .ntp-native-contact-form .ntp-native-form-panel {
		max-width: none;
		justify-self: stretch;
	}
}

@media (max-width: 760px) {
	.ntp-premium-home .ntp-native-contact-details,
	.ntp-premium-home .ntp-native-contact-form {
		padding-top: 44px;
		padding-bottom: 48px;
	}

	.ntp-premium-home .ntp-native-contact-details .ntp-native-contact-list .elementor-icon-list-items {
		grid-template-columns: 1fr !important;
		gap: 14px !important;
	}

	.ntp-premium-home .ntp-native-contact-details .ntp-native-secondary,
	.ntp-premium-home .ntp-native-contact-details .ntp-native-secondary .elementor-button {
		width: 100% !important;
	}

	.ntp-premium-home .ntp-native-contact-form .ntp-native-title .elementor-heading-title {
		max-width: 100%;
		font-size: clamp(32px, 9vw, 42px);
	}

	.ntp-premium-home .ntp-native-contact-form .ntp-native-form-panel {
		padding: 22px;
	}

	.ntp-premium-home .ntp-native-contact-form .ntp-native-form textarea.elementor-field,
	.ntp-premium-home .ntp-native-contact-form .ntp-native-form textarea.elementor-field-textual {
		min-height: 132px;
	}
}

/* Contatti: allineamento finale richiesto. */
.ntp-premium-home .ntp-native-contact-details > .elementor-container {
	grid-template-columns: minmax(260px, 0.28fr) minmax(0, 0.72fr) !important;
	gap: clamp(42px, 5.6vw, 92px) !important;
}

.ntp-premium-home .ntp-native-contact-details .ntp-native-title .elementor-heading-title {
	max-width: 420px;
	white-space: normal;
}

.ntp-premium-home .ntp-native-contact-details .ntp-native-contact-list .elementor-icon-list-items {
	grid-template-columns: repeat(2, minmax(260px, 1fr)) !important;
	gap: 18px 42px !important;
}

.ntp-premium-home .ntp-native-contact-details .ntp-native-contact-list .elementor-icon-list-item {
	width: auto !important;
}

.ntp-premium-home .ntp-native-contact-details .ntp-native-contact-list .elementor-icon-list-item:nth-child(2) {
	grid-column: span 2;
}

.ntp-premium-home .ntp-native-contact-details .ntp-native-contact-list .elementor-icon-list-text {
	font-size: 15px;
	white-space: nowrap;
	word-break: normal;
	overflow-wrap: normal;
}

.ntp-premium-home .ntp-native-contact-form > .elementor-container {
	grid-template-columns: minmax(300px, 0.34fr) minmax(0, 0.66fr) !important;
	gap: clamp(46px, 5.8vw, 96px) !important;
}

.ntp-premium-home .ntp-native-contact-form .ntp-native-title .elementor-heading-title {
	max-width: 390px;
	font-size: clamp(31px, 3.15vw, 50px);
	line-height: 1.06;
	overflow-wrap: normal;
	word-break: normal;
	hyphens: none;
}

body.page-id-1353 #form-contatti .ntp-native-title .elementor-heading-title {
	text-transform: none !important;
}

.ntp-premium-home .ntp-native-contact-form .ntp-native-copy {
	max-width: 390px;
}

@media (max-width: 1024px) {
	.ntp-premium-home .ntp-native-contact-details > .elementor-container,
	.ntp-premium-home .ntp-native-contact-form > .elementor-container {
		grid-template-columns: 1fr !important;
	}

	.ntp-premium-home .ntp-native-contact-details .ntp-native-contact-list .elementor-icon-list-items {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 760px) {
	.ntp-premium-home .ntp-native-contact-details .ntp-native-contact-list .elementor-icon-list-items {
		grid-template-columns: 1fr !important;
	}

	.ntp-premium-home .ntp-native-contact-details .ntp-native-contact-list .elementor-icon-list-item:nth-child(2) {
		grid-column: auto;
	}

	.ntp-premium-home .ntp-native-contact-details .ntp-native-contact-list .elementor-icon-list-text {
		white-space: normal;
		overflow-wrap: anywhere;
	}

	.ntp-premium-home .ntp-native-contact-form .ntp-native-title .elementor-heading-title {
		max-width: 100%;
		font-size: clamp(30px, 9vw, 42px);
	}
}

/* Contatti: lista dati forzata definitivamente su una colonna. */
.ntp-premium-home .ntp-native-contact-details .ntp-native-contact-panel .ntp-native-contact-list .elementor-icon-list-items {
	display: flex !important;
	flex-direction: column !important;
	flex-wrap: nowrap !important;
	grid-template-columns: none !important;
	gap: 14px !important;
	max-width: 620px !important;
}

.ntp-premium-home .ntp-native-contact-details .ntp-native-contact-panel .ntp-native-contact-list .elementor-icon-list-item,
.ntp-premium-home .ntp-native-contact-details .ntp-native-contact-panel .ntp-native-contact-list .elementor-icon-list-item:nth-child(2) {
	display: flex !important;
	width: 100% !important;
	grid-column: auto !important;
}

/* Chi siamo: proporzioni finali e sezioni piu compatte. */
.ntp-premium-home .ntp-native-about-intro,
.ntp-premium-home .ntp-native-about-trust-intro,
.ntp-premium-home .ntp-native-about-insights-intro {
	min-height: auto !important;
	padding-top: clamp(64px, 6vw, 96px) !important;
	padding-bottom: clamp(38px, 4vw, 64px) !important;
}

.ntp-premium-home .ntp-native-about-grid,
.ntp-premium-home .ntp-native-about-trust-grid {
	padding-top: 0 !important;
	padding-bottom: clamp(58px, 6vw, 86px) !important;
}

.ntp-premium-home .ntp-native-about-grid > .elementor-container,
.ntp-premium-home .ntp-native-about-trust-grid > .elementor-container {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 0 !important;
}

.ntp-premium-home .ntp-native-about-grid > .elementor-container > .elementor-column,
.ntp-premium-home .ntp-native-about-trust-grid > .elementor-container > .elementor-column {
	width: auto !important;
	min-width: 0 !important;
}

.ntp-premium-home .ntp-native-about-grid .ntp-native-card,
.ntp-premium-home .ntp-native-about-trust-grid .ntp-native-card {
	min-height: 230px !important;
	padding: clamp(30px, 3.1vw, 46px) !important;
	transform: none !important;
}

.ntp-premium-home .ntp-native-about-grid .ntp-native-card:hover,
.ntp-premium-home .ntp-native-about-trust-grid .ntp-native-card:hover {
	transform: none !important;
	background: inherit !important;
	box-shadow: none !important;
}

.ntp-premium-home .ntp-native-about-trust-intro .ntp-native-title .elementor-heading-title {
	max-width: 760px !important;
	font-size: clamp(42px, 5.4vw, 76px) !important;
	line-height: 1.04 !important;
}

.ntp-premium-home .ntp-native-about-insights-intro {
	background: var(--ntp-native-cream) !important;
	color: #111923;
}

.ntp-premium-home .ntp-native-about-insights-intro .ntp-native-title .elementor-heading-title {
	max-width: 640px !important;
}

.ntp-premium-home .ntp-native-about-posts {
	padding-top: 0 !important;
	padding-bottom: clamp(38px, 4vw, 62px) !important;
	background: var(--ntp-native-cream) !important;
}

.ntp-premium-home .ntp-native-post-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border-top: 1px solid rgba(17, 25, 35, 0.12);
	border-bottom: 1px solid rgba(17, 25, 35, 0.12);
}

.ntp-premium-home .ntp-native-post-card {
	min-height: 220px;
	border-right: 1px solid rgba(17, 25, 35, 0.12);
}

.ntp-premium-home .ntp-native-post-card:last-child {
	border-right: 0;
}

.ntp-premium-home .ntp-native-post-link,
.ntp-premium-home .ntp-native-post-placeholder {
	display: flex;
	height: 100%;
	flex-direction: column;
	justify-content: flex-start;
	gap: 16px;
	padding: clamp(30px, 3vw, 44px);
	color: #111923;
	text-decoration: none;
}

.ntp-premium-home .ntp-native-post-date {
	color: var(--ntp-native-gold);
	font-size: 12px;
	font-weight: 760;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.ntp-premium-home .ntp-native-post-card h3 {
	margin: 0;
	color: #111923;
	font-size: clamp(22px, 1.75vw, 30px);
	line-height: 1.08;
}

.ntp-premium-home .ntp-native-post-card p {
	margin: 0;
	color: rgba(17, 25, 35, 0.62);
	font-size: 15px;
	line-height: 1.55;
}

.ntp-premium-home .ntp-native-about-insights-action {
	padding-top: 0 !important;
	padding-bottom: clamp(66px, 6vw, 94px) !important;
	background: var(--ntp-native-cream) !important;
}

.ntp-premium-home .ntp-native-founder-linkedin {
	margin-top: 28px;
}

.ntp-premium-home .ntp-native-founder-linkedin .elementor-button {
	min-width: 260px;
}

/* Contatti: azienda a sinistra, dati in una sola colonna oltre la mezzeria. */
.ntp-premium-home .ntp-native-contact-details {
	padding-top: clamp(58px, 6vw, 86px) !important;
	padding-bottom: clamp(58px, 6vw, 86px) !important;
}

.ntp-premium-home .ntp-native-contact-details > .elementor-container {
	grid-template-columns: minmax(0, 0.5fr) minmax(0, 0.5fr) !important;
	gap: 0 !important;
	align-items: start !important;
}

.ntp-premium-home .ntp-native-contact-details > .elementor-container > .elementor-column:first-child {
	width: auto !important;
	padding-right: clamp(38px, 4vw, 70px) !important;
}

.ntp-premium-home .ntp-native-contact-details > .elementor-container > .elementor-column:nth-child(2) {
	width: auto !important;
	padding-left: clamp(48px, 5vw, 92px) !important;
}

.ntp-premium-home .ntp-native-contact-details .ntp-native-title .elementor-heading-title {
	max-width: 560px !important;
	font-size: clamp(20px, 1.8vw, 28px) !important;
	line-height: 1.16 !important;
	letter-spacing: 0 !important;
	white-space: normal !important;
}

.ntp-premium-home .ntp-native-contact-details .ntp-native-contact-intro {
	max-width: 760px;
}

.ntp-premium-home .ntp-native-contact-details .ntp-native-contact-intro .elementor-widget-container {
	color: rgba(17, 25, 35, 0.78);
	font-size: clamp(26px, 2.2vw, 38px);
	font-weight: 560;
	line-height: 1.26;
}

.ntp-premium-home .ntp-native-contact-details .ntp-native-contact-panel .ntp-native-contact-title {
	margin-bottom: clamp(16px, 1.7vw, 24px);
}

.ntp-premium-home .ntp-native-contact-details .ntp-native-contact-panel .ntp-native-contact-title .elementor-heading-title {
	max-width: 620px !important;
	font-size: clamp(15px, 1.05vw, 19px) !important;
	font-weight: 720 !important;
	line-height: 1.2 !important;
}

.ntp-premium-home .ntp-native-contact-details .ntp-native-contact-panel .ntp-native-contact-list .elementor-icon-list-items {
	max-width: 620px !important;
	gap: 18px !important;
}

.ntp-premium-home .ntp-native-contact-details .ntp-native-contact-list .elementor-icon-list-item {
	align-items: center !important;
}

.ntp-premium-home .ntp-native-contact-details .ntp-native-contact-list .elementor-icon-list-text {
	white-space: normal !important;
	overflow-wrap: anywhere !important;
	font-size: clamp(15px, 1.25vw, 18px) !important;
	line-height: 1.35 !important;
}

.ntp-premium-home .ntp-native-contact-form .ntp-native-form .elementor-field-type-acceptance {
	margin-bottom: 8px !important;
}

.ntp-premium-home .ntp-native-contact-form .ntp-native-form .elementor-field-type-acceptance + .elementor-field-type-acceptance {
	margin-top: 0 !important;
}

.ntp-premium-home .ntp-native-form .elementor-field-type-acceptance > .elementor-field-label,
.ntp-premium-home .ntp-native-contact-form .ntp-native-form .elementor-field-type-acceptance > .elementor-field-label {
	display: none !important;
}

.ntp-premium-home .ntp-native-form .elementor-field-type-acceptance .elementor-field-subgroup,
.ntp-premium-home .ntp-native-contact-form .ntp-native-form .elementor-field-type-acceptance .elementor-field-subgroup {
	display: flex !important;
	align-items: flex-start !important;
	gap: 12px !important;
}

.ntp-premium-home .ntp-native-form .elementor-field-type-acceptance .elementor-field-option,
.ntp-premium-home .ntp-native-contact-form .ntp-native-form .elementor-field-type-acceptance .elementor-field-option {
	display: flex !important;
	align-items: flex-start !important;
	gap: 12px !important;
	margin: 0 !important;
}

.ntp-premium-home .ntp-native-form .elementor-field-type-acceptance label,
.ntp-premium-home .ntp-native-contact-form .ntp-native-form .elementor-field-type-acceptance label {
	margin: 0 !important;
	color: rgba(255, 255, 255, 0.72) !important;
	font-size: 13px !important;
	line-height: 1.35 !important;
}

@media (max-width: 1024px) {
	.ntp-premium-home .ntp-native-about-grid > .elementor-container,
	.ntp-premium-home .ntp-native-about-trust-grid > .elementor-container,
	.ntp-premium-home .ntp-native-post-grid {
		grid-template-columns: 1fr 1fr !important;
	}

	.ntp-premium-home .ntp-native-contact-details > .elementor-container {
		grid-template-columns: 1fr !important;
		gap: 28px !important;
	}

	.ntp-premium-home .ntp-native-contact-details > .elementor-container > .elementor-column:first-child,
	.ntp-premium-home .ntp-native-contact-details > .elementor-container > .elementor-column:nth-child(2) {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
}

@media (max-width: 760px) {
	.ntp-premium-home .ntp-native-about-intro,
	.ntp-premium-home .ntp-native-about-trust-intro,
	.ntp-premium-home .ntp-native-about-insights-intro {
		padding-top: 46px !important;
		padding-bottom: 34px !important;
	}

	.ntp-premium-home .ntp-native-about-grid > .elementor-container,
	.ntp-premium-home .ntp-native-about-trust-grid > .elementor-container,
	.ntp-premium-home .ntp-native-post-grid {
		grid-template-columns: 1fr !important;
	}

	.ntp-premium-home .ntp-native-about-grid .ntp-native-card,
	.ntp-premium-home .ntp-native-about-trust-grid .ntp-native-card,
	.ntp-premium-home .ntp-native-post-link,
	.ntp-premium-home .ntp-native-post-placeholder {
		min-height: 0 !important;
		padding: 26px !important;
	}
}

/* Chi siamo: revisione finale 5 box e approfondimenti leggibili. */
.ntp-premium-home .ntp-native-about-grid > .elementor-container,
.ntp-premium-home .ntp-native-about-trust-grid > .elementor-container {
	display: grid !important;
	grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
	gap: 0 !important;
}

.ntp-premium-home .ntp-native-about-grid .ntp-native-card,
.ntp-premium-home .ntp-native-about-trust-grid .ntp-native-card {
	min-height: 245px !important;
	padding: clamp(24px, 2vw, 34px) !important;
}

.ntp-premium-home .ntp-native-about-grid .ntp-native-card-title .elementor-heading-title,
.ntp-premium-home .ntp-native-about-trust-grid .ntp-native-card-title .elementor-heading-title {
	font-size: clamp(18px, 1.45vw, 24px) !important;
	line-height: 1.04 !important;
	white-space: nowrap !important;
	letter-spacing: 0 !important;
}

.ntp-premium-home .ntp-native-about-grid .ntp-native-card-text,
.ntp-premium-home .ntp-native-about-trust-grid .ntp-native-card-text {
	font-size: clamp(14px, 1vw, 16px) !important;
	line-height: 1.52 !important;
	max-width: 96% !important;
}

.ntp-premium-home .ntp-native-about-trust-intro .ntp-native-title .elementor-heading-title {
	max-width: 1000px !important;
	font-size: clamp(42px, 4.8vw, 70px) !important;
	line-height: 1.02 !important;
}

body.ntp-premium-home .ntp-native-about-insights-intro,
body.ntp-premium-home .ntp-native-about-posts,
body.ntp-premium-home .ntp-native-about-insights-action {
	background: var(--ntp-native-cream) !important;
	color: #111923 !important;
}

body.ntp-premium-home .ntp-native-about-insights-intro {
	min-height: auto !important;
	padding-top: clamp(62px, 6vw, 90px) !important;
	padding-bottom: clamp(28px, 3vw, 42px) !important;
}

body.ntp-premium-home .ntp-native-about-insights-intro .ntp-native-title .elementor-heading-title,
body.ntp-premium-home .ntp-native-about-insights-intro .ntp-native-copy {
	color: #111923 !important;
	opacity: 1 !important;
}

body.ntp-premium-home .ntp-native-about-insights-intro .ntp-native-title .elementor-heading-title {
	font-size: clamp(44px, 5vw, 78px) !important;
	line-height: 1.02 !important;
}

body.ntp-premium-home .ntp-native-about-insights-intro .ntp-native-copy {
	max-width: 760px !important;
	color: rgba(17, 25, 35, 0.68) !important;
}

body.ntp-premium-home .ntp-native-about-posts {
	padding-top: 0 !important;
	padding-bottom: clamp(26px, 3vw, 42px) !important;
}

body.ntp-premium-home .ntp-native-post-grid {
	background: rgba(255, 255, 255, 0.22) !important;
	border-color: rgba(17, 25, 35, 0.13) !important;
}

body.ntp-premium-home .ntp-native-post-card {
	border-color: rgba(17, 25, 35, 0.13) !important;
}

body.ntp-premium-home .ntp-native-post-card h3,
body.ntp-premium-home .ntp-native-post-card p {
	color: #111923 !important;
	opacity: 1 !important;
}

body.ntp-premium-home .ntp-native-post-card p {
	color: rgba(17, 25, 35, 0.62) !important;
}

@media (max-width: 1200px) {
	.ntp-premium-home .ntp-native-about-grid .ntp-native-card-title .elementor-heading-title,
	.ntp-premium-home .ntp-native-about-trust-grid .ntp-native-card-title .elementor-heading-title {
		font-size: 17px !important;
	}
}

@media (max-width: 1024px) {
	.ntp-premium-home .ntp-native-about-grid > .elementor-container,
	.ntp-premium-home .ntp-native-about-trust-grid > .elementor-container {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 760px) {
	.ntp-premium-home .ntp-native-about-grid > .elementor-container,
	.ntp-premium-home .ntp-native-about-trust-grid > .elementor-container {
		grid-template-columns: 1fr !important;
	}

	.ntp-premium-home .ntp-native-about-grid .ntp-native-card-title .elementor-heading-title,
	.ntp-premium-home .ntp-native-about-trust-grid .ntp-native-card-title .elementor-heading-title {
		white-space: normal !important;
		font-size: 24px !important;
	}
}

/* Approfondimenti Chi siamo: sezione editoriale leggibile e card post automatiche. */
body.ntp-premium-home section.ntp-native-page-intro.ntp-native-about-insights-intro.ntp-native-intro {
	min-height: 0 !important;
	padding-top: clamp(58px, 5.5vw, 84px) !important;
	padding-bottom: clamp(30px, 3.2vw, 46px) !important;
	background: linear-gradient(180deg, #f4efe4 0%, #eee8dc 100%) !important;
	border-top: 1px solid rgba(17, 25, 35, 0.12) !important;
	color: #111923 !important;
}

body.ntp-premium-home section.ntp-native-page-intro.ntp-native-about-insights-intro.ntp-native-intro::before {
	background:
		linear-gradient(90deg, transparent 0 24.9%, rgba(17, 25, 35, 0.08) 25%, transparent 25.1% 49.9%, rgba(17, 25, 35, 0.08) 50%, transparent 50.1% 74.9%, rgba(17, 25, 35, 0.08) 75%, transparent 75.1%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0)) !important;
	opacity: 1 !important;
}

body.ntp-premium-home section.ntp-native-page-intro.ntp-native-about-insights-intro.ntp-native-intro > .elementor-container {
	grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr) !important;
	align-items: end !important;
	gap: clamp(48px, 5vw, 86px) !important;
}

body.ntp-premium-home .ntp-native-about-insights-intro .ntp-native-title .elementor-heading-title {
	max-width: 660px !important;
	color: #111923 !important;
	font-size: clamp(44px, 4.7vw, 72px) !important;
	line-height: 1.02 !important;
	opacity: 1 !important;
}

body.ntp-premium-home .ntp-native-about-insights-intro .ntp-native-copy {
	max-width: 760px !important;
	color: rgba(17, 25, 35, 0.68) !important;
	font-size: clamp(17px, 1.45vw, 22px) !important;
	line-height: 1.55 !important;
	opacity: 1 !important;
}

body.ntp-premium-home section.ntp-native-about-posts.ntp-native-latest-posts-section {
	padding-top: 0 !important;
	padding-bottom: clamp(44px, 4.5vw, 70px) !important;
	background: #eee8dc !important;
	color: #111923 !important;
}

body.ntp-premium-home section.ntp-native-about-posts.ntp-native-latest-posts-section::before {
	background:
		linear-gradient(90deg, transparent 0 24.9%, rgba(17, 25, 35, 0.08) 25%, transparent 25.1% 49.9%, rgba(17, 25, 35, 0.08) 50%, transparent 50.1% 74.9%, rgba(17, 25, 35, 0.08) 75%, transparent 75.1%) !important;
	opacity: 1 !important;
}

body.ntp-premium-home .ntp-native-post-grid {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 0 !important;
	background: transparent !important;
	border: 1px solid rgba(17, 25, 35, 0.13) !important;
}

body.ntp-premium-home .ntp-native-post-card {
	min-height: 255px !important;
	background: rgba(255, 255, 255, 0.36) !important;
	border-right: 1px solid rgba(17, 25, 35, 0.13) !important;
	border-bottom: 0 !important;
}

/* Legacy "flush columns, no gap" pattern: only zero the last card's right
   border for that original plain usage. The insight/publication variants use
   a real gap between cards, so their last card (the last item of each grid,
   on any row/viewport) must keep its own full border like every other card -
   this used to win anyway (higher specificity, both !important) and stripped
   it even after the border was restored per-variant below. */
body.ntp-premium-home .ntp-native-post-card:last-child:not(.ntp-native-post-card--insight):not(.ntp-native-post-card--publication) {
	border-right: 0 !important;
}

body.ntp-premium-home .ntp-native-post-link,
body.ntp-premium-home .ntp-native-post-placeholder {
	padding: clamp(30px, 3vw, 46px) !important;
	color: #111923 !important;
	background: transparent !important;
	transition: background-color 0.25s ease, box-shadow 0.25s ease !important;
}

body.ntp-premium-home .ntp-native-post-link:hover,
body.ntp-premium-home .ntp-native-post-link:focus-visible {
	background: rgba(216, 168, 77, 0.12) !important;
	box-shadow: inset 0 0 0 1px rgba(216, 168, 77, 0.24) !important;
}

body.ntp-premium-home .ntp-native-post-date {
	color: var(--ntp-native-gold) !important;
	font-size: 11px !important;
	font-weight: 800 !important;
	letter-spacing: 0.17em !important;
	text-transform: uppercase !important;
}

body.ntp-premium-home .ntp-native-post-card h3 {
	color: #111923 !important;
	font-size: clamp(22px, 1.85vw, 30px) !important;
	line-height: 1.08 !important;
	opacity: 1 !important;
}

body.ntp-premium-home .ntp-native-post-card p {
	max-width: 92% !important;
	color: rgba(17, 25, 35, 0.66) !important;
	font-size: 15px !important;
	line-height: 1.58 !important;
	opacity: 1 !important;
}

body.ntp-premium-home section.ntp-native-about-insights-action.ntp-native-action {
	padding-top: 0 !important;
	padding-bottom: clamp(62px, 5.8vw, 86px) !important;
	background: #eee8dc !important;
}

body.ntp-premium-home section.ntp-native-about-insights-action.ntp-native-action::before {
	background:
		linear-gradient(90deg, transparent 0 24.9%, rgba(17, 25, 35, 0.08) 25%, transparent 25.1% 49.9%, rgba(17, 25, 35, 0.08) 50%, transparent 50.1% 74.9%, rgba(17, 25, 35, 0.08) 75%, transparent 75.1%) !important;
	opacity: 1 !important;
}

/* Chi siamo: allinea trust e approfondimenti alla sezione "Dall'analisi..." di Aree di intervento. */
body.ntp-premium-home section.ntp-native-page-intro.ntp-native-about-trust-intro.ntp-native-statement,
body.ntp-premium-home section.ntp-native-page-intro.ntp-native-about-insights-intro.ntp-native-statement,
body.ntp-premium-home section.ntp-native-about-posts.ntp-native-latest-posts-section,
body.ntp-premium-home section.ntp-native-about-insights-action.ntp-native-action {
	position: relative !important;
	z-index: 2 !important;
	padding-right: 28px !important;
	padding-left: 28px !important;
	overflow: hidden !important;
}

body.ntp-premium-home section.ntp-native-page-intro.ntp-native-about-trust-intro.ntp-native-statement > .elementor-container,
body.ntp-premium-home section.ntp-native-page-intro.ntp-native-about-insights-intro.ntp-native-statement > .elementor-container {
	position: relative !important;
	z-index: 1 !important;
	display: grid !important;
	grid-template-columns: minmax(0, 0.36fr) minmax(0, 0.64fr) !important;
	width: min(1120px, 100%) !important;
	margin: 0 auto !important;
	padding-right: var(--ntp-native-line-gutter) !important;
	padding-left: var(--ntp-native-line-gutter) !important;
	align-items: start !important;
	gap: clamp(30px, 4.2vw, 64px) !important;
	box-sizing: border-box !important;
}

body.ntp-premium-home section.ntp-native-page-intro.ntp-native-about-trust-intro.ntp-native-statement > .elementor-container > .elementor-column,
body.ntp-premium-home section.ntp-native-page-intro.ntp-native-about-insights-intro.ntp-native-statement > .elementor-container > .elementor-column {
	width: auto !important;
	min-width: 0 !important;
}

body.ntp-premium-home .ntp-native-about-trust-intro .ntp-native-title .elementor-heading-title,
body.ntp-premium-home .ntp-native-about-insights-intro .ntp-native-title .elementor-heading-title {
	max-width: 520px !important;
	font-size: clamp(23px, 1.95vw, 31px) !important;
	font-weight: 560 !important;
	line-height: 1.08 !important;
	white-space: normal !important;
}

body.ntp-premium-home .ntp-native-about-trust-intro .ntp-native-copy,
body.ntp-premium-home .ntp-native-about-insights-intro .ntp-native-copy {
	max-width: 980px !important;
	font-size: 15.5px !important;
	line-height: 1.72 !important;
}

body.ntp-premium-home .ntp-native-about-trust-grid > .elementor-container,
body.ntp-premium-home section.ntp-native-about-posts.ntp-native-latest-posts-section > .elementor-container,
body.ntp-premium-home section.ntp-native-about-insights-action.ntp-native-action > .elementor-container {
	width: min(1120px, 100%) !important;
	margin: 0 auto !important;
	padding-right: var(--ntp-native-line-gutter) !important;
	padding-left: var(--ntp-native-line-gutter) !important;
	box-sizing: border-box !important;
}

body.ntp-premium-home section.ntp-native-about-posts.ntp-native-latest-posts-section::before {
	content: "" !important;
	position: absolute !important;
	inset: 0 !important;
	z-index: 0 !important;
	pointer-events: none !important;
}

body.ntp-premium-home section.ntp-native-about-posts.ntp-native-latest-posts-section > .elementor-container {
	position: relative !important;
	z-index: 1 !important;
}

body.ntp-premium-home section.ntp-native-about-posts.ntp-native-latest-posts-section .elementor-widget-wrap,
body.ntp-premium-home section.ntp-native-about-posts.ntp-native-latest-posts-section .elementor-widget {
	padding: 0 !important;
	margin-bottom: 0 !important;
}

body.ntp-premium-home .ntp-native-about-trust-grid .ntp-native-card-title .elementor-heading-title {
	white-space: normal !important;
	overflow-wrap: normal !important;
	font-size: clamp(18px, 1.25vw, 22px) !important;
	line-height: 1.08 !important;
}

body.ntp-premium-home section.ntp-native-page-intro.ntp-native-about-insights-intro.ntp-native-statement {
	min-height: 0 !important;
	padding-top: clamp(58px, 5.5vw, 84px) !important;
	padding-bottom: clamp(30px, 3.2vw, 46px) !important;
	background: linear-gradient(180deg, #f4efe4 0%, #eee8dc 100%) !important;
	border-top: 1px solid rgba(17, 25, 35, 0.12) !important;
	color: #111923 !important;
}

body.ntp-premium-home section.ntp-native-page-intro.ntp-native-about-trust-intro.ntp-native-statement::before,
body.ntp-premium-home section.ntp-native-page-intro.ntp-native-about-insights-intro.ntp-native-statement::before,
body.ntp-premium-home section.ntp-native-about-posts.ntp-native-latest-posts-section::before,
body.ntp-premium-home section.ntp-native-about-insights-action.ntp-native-action::before {
	content: "" !important;
	position: absolute !important;
	inset: 0 !important;
	z-index: 0 !important;
	pointer-events: none !important;
	background:
		linear-gradient(90deg, transparent calc(50% - 560px), rgba(17, 25, 35, 0.11) calc(50% - 560px), rgba(17, 25, 35, 0.11) calc(50% - 559px), transparent calc(50% - 559px)),
		linear-gradient(90deg, transparent 50%, rgba(17, 25, 35, 0.075) 50%, rgba(17, 25, 35, 0.075) calc(50% + 1px), transparent calc(50% + 1px)),
		linear-gradient(90deg, transparent calc(50% + 560px), rgba(17, 25, 35, 0.11) calc(50% + 560px), rgba(17, 25, 35, 0.11) calc(50% + 561px), transparent calc(50% + 561px)) !important;
	opacity: 1 !important;
}

body.ntp-premium-home section.ntp-native-page-intro.ntp-native-about-trust-intro.ntp-native-statement::before {
	background:
		linear-gradient(90deg, transparent calc(50% - 560px), rgba(255, 255, 255, 0.105) calc(50% - 560px), rgba(255, 255, 255, 0.105) calc(50% - 559px), transparent calc(50% - 559px)),
		linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.07) 50%, rgba(255, 255, 255, 0.07) calc(50% + 1px), transparent calc(50% + 1px)),
		linear-gradient(90deg, transparent calc(50% + 560px), rgba(255, 255, 255, 0.105) calc(50% + 560px), rgba(255, 255, 255, 0.105) calc(50% + 561px), transparent calc(50% + 561px)) !important;
}

body.ntp-premium-home section#approfondimenti.ntp-native-page-intro,
body.ntp-premium-home section.ntp-native-insights-posts.ntp-native-latest-posts-section {
	background: var(--ntp-native-paper) !important;
}

body.ntp-premium-home .ntp-native-post-sections {
	display: grid;
	gap: clamp(44px, 5vw, 72px);
	width: 100%;
}

body.ntp-premium-home .ntp-native-post-group {
	display: grid;
	gap: clamp(20px, 2.4vw, 32px);
}

body.ntp-premium-home .ntp-native-post-group__head {
	display: grid;
	grid-template-columns: minmax(0, 0.35fr) minmax(0, 0.65fr);
	align-items: end;
	gap: clamp(24px, 4vw, 60px);
	padding-bottom: clamp(18px, 2vw, 28px);
	border-bottom: 1px solid rgba(17, 25, 35, 0.13);
}

body.ntp-premium-home .ntp-native-post-group__head h2 {
	margin: 0;
	color: #111923;
	font-size: clamp(30px, 3.1vw, 48px);
	font-weight: 640;
	line-height: 1.04;
}

body.ntp-premium-home .ntp-native-post-group__head p {
	max-width: 720px;
	margin: 0;
	color: rgba(17, 25, 35, 0.68);
	font-size: 15.5px;
	line-height: 1.68;
}

body.ntp-premium-home .ntp-native-post-grid--insights {
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 18px !important;
	border: 0 !important;
}

body.ntp-premium-home .ntp-native-post-card--insight {
	min-height: 0 !important;
	border: 1px solid rgba(17, 25, 35, 0.13) !important;
	background: rgba(255, 255, 255, 0.42) !important;
}

body.ntp-premium-home .ntp-native-post-card--insight .ntp-native-post-link {
	padding: clamp(26px, 3vw, 40px) !important;
}

body.ntp-premium-home .ntp-native-post-card--insight h3 {
	max-width: 900px;
	font-size: clamp(23px, 2vw, 32px) !important;
	line-height: 1.12 !important;
}

body.ntp-premium-home .ntp-native-post-card--insight p {
	max-width: 860px !important;
	font-size: 15.5px !important;
	line-height: 1.62 !important;
}

body.ntp-premium-home .ntp-native-post-grid--publications {
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

@media (max-width: 1024px) {
	body.ntp-premium-home section.ntp-native-page-intro.ntp-native-about-trust-intro.ntp-native-statement > .elementor-container,
	body.ntp-premium-home section.ntp-native-page-intro.ntp-native-about-insights-intro.ntp-native-statement > .elementor-container,
	body.ntp-premium-home section.ntp-native-page-intro.ntp-native-about-insights-intro.ntp-native-intro > .elementor-container,
	body.ntp-premium-home .ntp-native-post-grid {
		grid-template-columns: 1fr !important;
	}

	body.ntp-premium-home .ntp-native-post-group__head,
	body.ntp-premium-home .ntp-native-post-grid--publications {
		grid-template-columns: 1fr !important;
	}
}

body.ntp-premium-home .ntp-native-post-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: clamp(24px, 2.4vw, 36px);
}

body.ntp-premium-home .ntp-native-post-pagination__pages {
	display: flex;
	align-items: center;
	gap: 6px;
}

body.ntp-premium-home .ntp-native-post-pagination__prev,
body.ntp-premium-home .ntp-native-post-pagination__next,
body.ntp-premium-home .ntp-native-post-pagination__page {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 38px;
	height: 38px;
	padding: 0 12px;
	border: 1px solid rgba(17, 25, 35, 0.16);
	border-radius: 999px;
	color: #111923;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-decoration: none;
	background: transparent;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

body.ntp-premium-home a.ntp-native-post-pagination__prev:hover,
body.ntp-premium-home a.ntp-native-post-pagination__next:hover,
body.ntp-premium-home a.ntp-native-post-pagination__page:hover {
	border-color: var(--ntp-native-gold);
	background: rgba(216, 168, 77, 0.12);
}

body.ntp-premium-home .ntp-native-post-pagination__page.is-current {
	border-color: var(--ntp-native-gold);
	background: var(--ntp-native-gold);
	color: #111923;
}

body.ntp-premium-home .ntp-native-post-media {
	display: block;
	aspect-ratio: 0.72;
	margin: calc(clamp(30px, 3vw, 46px) * -1) calc(clamp(30px, 3vw, 46px) * -1) 22px;
	overflow: hidden;
	background: #fff;
	border-bottom: 1px solid rgba(17, 25, 35, 0.12);
}

body.ntp-premium-home .ntp-native-post-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
}

body.ntp-premium-home .ntp-native-post-card:has(.ntp-native-post-media) {
	min-height: 620px !important;
	background: rgba(255, 255, 255, 0.54) !important;
}

body.ntp-premium-home .ntp-native-post-card:has(.ntp-native-post-media) .ntp-native-post-link {
	gap: 14px !important;
}

body.ntp-premium-home .ntp-native-post-card:has(.ntp-native-post-media) h3 {
	font-size: clamp(25px, 2.2vw, 36px) !important;
	line-height: 1.08 !important;
}

body.ntp-premium-home .ntp-native-post-card--publication .ntp-native-post-media {
	aspect-ratio: 989 / 1400 !important;
	overflow: visible !important;
	background: #fff !important;
}

body.ntp-premium-home .ntp-native-post-card--publication .ntp-native-post-media img {
	object-fit: contain !important;
	object-position: center center !important;
}

body.ntp-premium-home .ntp-native-about-posts,
body.ntp-premium-home .ntp-native-insights-posts,
body.ntp-premium-home .ntp-native-post-grid,
body.ntp-premium-home .ntp-native-post-card,
body.ntp-premium-home .ntp-native-post-link {
	max-width: 100% !important;
	min-width: 0 !important;
	box-sizing: border-box !important;
}

body.ntp-premium-home .ntp-native-post-grid,
body.ntp-premium-home .ntp-native-post-card,
body.ntp-premium-home .ntp-native-post-link,
body.ntp-premium-home .ntp-native-post-media {
	overflow: hidden !important;
}

@media (max-width: 760px) {
	body.ntp-premium-home section.ntp-native-about-posts.ntp-native-latest-posts-section,
	body.ntp-premium-home section.ntp-native-insights-posts.ntp-native-latest-posts-section {
		padding-right: 18px !important;
		padding-left: 18px !important;
		overflow: hidden !important;
	}

	body.ntp-premium-home section.ntp-native-about-posts.ntp-native-latest-posts-section > .elementor-container,
	body.ntp-premium-home section.ntp-native-insights-posts.ntp-native-latest-posts-section > .elementor-container {
		width: 100% !important;
		max-width: 100% !important;
		/* Match .ntp-native-intro's inset exactly: that section also adds its own
		   22px on top of the 18px the section itself already has (18+22=40px
		   total). This container used to zero its own padding out (18px total),
		   which is why "Approfondimenti"/"Pubblicazioni" sat further left than
		   "Approfondimenti e pubblicazioni" right above them. */
		padding-right: 22px !important;
		padding-left: 22px !important;
		overflow: hidden !important;
	}

	body.ntp-premium-home .ntp-native-post-grid {
		width: 100% !important;
		max-width: 100% !important;
		grid-template-columns: minmax(0, 1fr) !important;
		gap: 24px !important;
		border: 0 !important;
	}

	body.ntp-premium-home .ntp-native-post-card {
		width: 100% !important;
		min-height: 0 !important;
		border: 1px solid rgba(17, 25, 35, 0.13) !important;
		border-right: 1px solid rgba(17, 25, 35, 0.13) !important;
		border-bottom: 1px solid rgba(17, 25, 35, 0.13) !important;
		box-shadow: 0 16px 34px rgba(17, 25, 35, 0.045) !important;
	}

	body.ntp-premium-home .ntp-native-post-card:last-child {
		border-bottom: 1px solid rgba(17, 25, 35, 0.13) !important;
	}

	body.ntp-premium-home .ntp-native-post-link,
	body.ntp-premium-home .ntp-native-post-placeholder {
		width: 100% !important;
		max-width: 100% !important;
		min-height: 0 !important;
		padding: 26px !important;
		transform: none !important;
	}

	body.ntp-premium-home .ntp-native-post-media {
		width: calc(100% + 52px) !important;
		max-width: calc(100% + 52px) !important;
		margin: -26px -26px 20px !important;
	}

	body.ntp-premium-home .ntp-native-post-card--publication .ntp-native-post-media {
		overflow: hidden !important;
	}

	body.ntp-premium-home .ntp-native-post-card--publication .ntp-native-post-media img {
		width: 100% !important;
		max-width: 100% !important;
	}
}

body.ntp-publication-post {
	background: var(--ntp-native-paper);
	color: #111923;
}

body.ntp-publication-post .site-main {
	width: min(1180px, calc(100% - 40px));
	margin: 0 auto;
	padding: clamp(96px, 10vw, 150px) 0 clamp(70px, 8vw, 120px);
}

body.ntp-publication-post .page-header {
	display: none;
}

body.ntp-publication-post .page-content {
	margin: 0;
}

body.ntp-publication-post .ntp-publication-article {
	display: grid;
	grid-template-columns: minmax(0, 0.48fr) minmax(280px, 0.52fr);
	gap: clamp(34px, 5vw, 78px);
	align-items: start;
	padding: clamp(34px, 4vw, 58px);
	background: #eee8dc;
	border: 1px solid rgba(17, 25, 35, 0.13);
}

body.ntp-publication-post .ntp-publication-article__kicker,
body.ntp-publication-post .ntp-post-info-cta__eyebrow {
	margin: 0 0 22px;
	color: var(--ntp-native-gold);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.17em;
	text-transform: uppercase;
}

body.ntp-publication-post .ntp-publication-article h1 {
	margin: 0;
	max-width: 720px;
	color: #111923;
	font-size: clamp(44px, 5vw, 78px);
	font-weight: 620;
	line-height: 0.98;
}

body.ntp-publication-post .ntp-publication-article p:not(.ntp-publication-article__kicker) {
	margin: 26px 0 0;
	max-width: 620px;
	color: rgba(17, 25, 35, 0.68);
	font-size: clamp(20px, 1.8vw, 28px);
	line-height: 1.35;
}

body.ntp-publication-post .ntp-publication-article__media {
	margin: 0;
	background: #fff;
	border: 1px solid rgba(17, 25, 35, 0.12);
}

body.ntp-publication-post .ntp-publication-article__media img {
	width: 100%;
	height: auto;
}

body.ntp-publication-post .ntp-post-info-cta {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: clamp(24px, 4vw, 58px);
	align-items: center;
	margin-top: clamp(34px, 4vw, 58px);
	padding: clamp(30px, 3.6vw, 52px);
	background: #081018;
	color: #fff;
}

body.ntp-publication-post .ntp-post-info-cta h2 {
	margin: 0;
	color: #fff;
	font-size: clamp(34px, 3.8vw, 58px);
	line-height: 1.02;
}

body.ntp-publication-post .ntp-post-info-cta p:not(.ntp-post-info-cta__eyebrow) {
	margin: 18px 0 0;
	max-width: 650px;
	color: rgba(255, 255, 255, 0.72);
	font-size: 16px;
	line-height: 1.7;
}

body.ntp-publication-post .ntp-post-info-cta__button {
	display: inline-flex;
	min-height: 52px;
	align-items: center;
	justify-content: center;
	padding: 16px 28px;
	background: var(--ntp-native-gold);
	color: #0b0f13;
	font-size: 12px;
	font-weight: 820;
	letter-spacing: 0.085em;
	text-transform: uppercase;
}

@media (max-width: 900px) {
	body.ntp-publication-post .ntp-publication-article,
	body.ntp-publication-post .ntp-post-info-cta {
		grid-template-columns: 1fr;
	}

	body.ntp-publication-post .ntp-post-info-cta__button {
		width: 100%;
	}
}

body.ntp-editorial-post {
	background: var(--ntp-native-ink);
	color: #fff;
}

body.ntp-editorial-post .site-main {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.ntp-editorial-post .page-content {
	margin: 0 !important;
}

body.ntp-editorial-post .post-tags,
body.ntp-editorial-post .comments-area {
	display: none !important;
}

body.ntp-editorial-post .ntp-editorial-post-layout {
	position: relative;
	z-index: 2;
	padding: 0 0 clamp(34px, 4vw, 58px);
	background: var(--ntp-native-ink);
	color: #fff;
	overflow: hidden;
}

body.ntp-editorial-post .ntp-editorial-post-page-hero {
	margin-bottom: clamp(42px, 5vw, 70px);
}

body.ntp-editorial-post .ntp-editorial-post-page-hero .ntp-native-hero-title .elementor-heading-title {
	max-width: 100%;
	font-family: "Quicksand", "Segoe UI", Roboto, Arial, sans-serif;
	font-size: clamp(32px, 3.6vw, 52px);
	font-weight: 650;
	line-height: 1.1;
	letter-spacing: 0;
	overflow-wrap: anywhere;
	text-wrap: balance;
}

body.ntp-editorial-post .ntp-editorial-post-page-hero time {
	color: rgba(255, 255, 255, 0.68);
	font-size: clamp(15px, 1.35vw, 22px);
	font-weight: 360;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

body.ntp-editorial-post .ntp-editorial-post-hero {
	width: min(1120px, 100%);
	margin: 0 auto clamp(42px, 5vw, 70px);
	padding-right: var(--ntp-native-line-gutter);
	padding-left: var(--ntp-native-line-gutter);
	text-align: center;
}

body.ntp-editorial-post .ntp-editorial-post-hero p {
	margin: 0 0 22px;
	color: var(--ntp-native-gold);
	font-size: 11px;
	font-weight: 820;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

body.ntp-editorial-post .ntp-editorial-post-hero h1 {
	margin: 0;
	color: #fff;
	font-size: clamp(34px, 3.7vw, 58px);
	font-weight: 360;
	line-height: 1.08;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

body.ntp-editorial-post .ntp-editorial-post-hero time {
	display: block;
	margin-top: 26px;
	color: rgba(255, 255, 255, 0.68);
	font-size: clamp(15px, 1.35vw, 22px);
	font-weight: 360;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

body.ntp-editorial-post .ntp-editorial-post-card {
	display: grid;
	width: min(1880px, calc(100% - 28px));
	margin: 0 auto;
	grid-template-columns: minmax(0, 0.5fr) minmax(0, 0.5fr);
	background: #eee8dc;
	border: 1px solid rgba(255, 255, 255, 0.18);
	color: #111923;
	overflow: hidden;
}

body.ntp-editorial-post .ntp-editorial-post-layout--no-image .ntp-editorial-post-card {
	width: min(1120px, calc(100% - 56px));
	grid-template-columns: 1fr;
}

body.ntp-editorial-post .ntp-editorial-post-card__copy {
	display: flex;
	min-width: 0;
	min-height: clamp(420px, 44vw, 680px);
	flex-direction: column;
	justify-content: center;
	padding: clamp(42px, 5vw, 86px);
}

body.ntp-editorial-post .ntp-editorial-post-card__kicker {
	margin: 0 0 34px;
	color: var(--ntp-native-gold);
	font-size: 12px;
	font-weight: 820;
	letter-spacing: 0.17em;
	text-transform: uppercase;
}

body.ntp-editorial-post .ntp-editorial-post-card h2 {
	margin: 0;
	max-width: 760px;
	color: #111923;
	font-family: "Quicksand", "Segoe UI", Roboto, Arial, sans-serif;
	font-size: clamp(48px, 6.5vw, 120px);
	font-weight: 760;
	line-height: 0.98;
	letter-spacing: 0;
	overflow-wrap: anywhere;
	text-wrap: balance;
}

body.ntp-editorial-post .ntp-editorial-post-card__excerpt {
	margin: 34px 0 0;
	max-width: 610px;
	color: rgba(17, 25, 35, 0.62);
	font-size: clamp(22px, 2.1vw, 34px);
	font-weight: 340;
	line-height: 1.28;
}

body.ntp-editorial-post .ntp-editorial-post-card__media {
	min-height: clamp(420px, 44vw, 680px);
	margin: 0;
	background: #fff;
	overflow: hidden;
}

body.ntp-editorial-post .ntp-editorial-post-card__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
}

body.ntp-editorial-post .ntp-editorial-post-body {
	width: min(920px, calc(100% - 28px));
	margin: clamp(42px, 5vw, 70px) auto 0;
	padding: clamp(34px, 4vw, 58px);
	background: #f4efe4;
	border: 1px solid rgba(17, 25, 35, 0.12);
	color: #111923;
}

body.ntp-editorial-post .ntp-editorial-post-body h2,
body.ntp-editorial-post .ntp-editorial-post-body h3 {
	margin: 1.4em 0 0.55em;
	color: #111923;
	line-height: 1.12;
}

body.ntp-editorial-post .ntp-editorial-post-body h2:first-child,
body.ntp-editorial-post .ntp-editorial-post-body h3:first-child {
	margin-top: 0;
}

body.ntp-editorial-post .ntp-editorial-post-body p,
body.ntp-editorial-post .ntp-editorial-post-body li {
	color: rgba(17, 25, 35, 0.72);
	font-size: 18px;
	line-height: 1.72;
}

body.ntp-editorial-post .ntp-post-info-cta {
	position: relative;
	z-index: 2;
	width: min(1120px, calc(100% - 56px));
	margin: 0 auto clamp(58px, 7vw, 100px);
}

@media (max-width: 900px) {
	body.ntp-editorial-post .ntp-editorial-post-layout {
		padding: 0 0 34px;
	}

	body.ntp-editorial-post .ntp-editorial-post-card {
		width: calc(100% - 36px);
		grid-template-columns: 1fr;
	}

	body.ntp-editorial-post .ntp-editorial-post-layout--no-image .ntp-editorial-post-card {
		width: calc(100% - 36px);
	}

	body.ntp-editorial-post .ntp-editorial-post-card__copy,
	body.ntp-editorial-post .ntp-editorial-post-card__media {
		min-height: 0;
	}

	body.ntp-editorial-post .ntp-editorial-post-card__copy {
		padding: 34px 28px;
	}

	body.ntp-editorial-post .ntp-editorial-post-card h2 {
		font-size: clamp(36px, 11vw, 52px);
	}

	body.ntp-editorial-post .ntp-editorial-post-card__excerpt {
		font-size: 22px;
	}

	body.ntp-editorial-post .ntp-editorial-post-card__media {
		aspect-ratio: 989 / 900;
	}

	body.ntp-editorial-post .ntp-editorial-post-body,
	body.ntp-editorial-post .ntp-post-info-cta {
		width: calc(100% - 36px);
	}
}

@media (max-width: 560px) {
	body.ntp-editorial-post .ntp-editorial-post-page-hero .ntp-native-hero-title .elementor-heading-title {
		font-size: clamp(32px, 9.2vw, 42px);
	}

	body.ntp-editorial-post .ntp-editorial-post-card__copy {
		padding: 30px 24px;
	}

	body.ntp-editorial-post .ntp-editorial-post-card h2 {
		font-size: clamp(32px, 10.4vw, 44px);
	}

	body.ntp-editorial-post .ntp-editorial-post-card__media {
		aspect-ratio: 1 / 1.18;
	}

	body.ntp-editorial-post .ntp-editorial-post-body {
		padding: 28px 24px;
	}
}

/* Privacy & Cookie Policy */
.ntp-premium-home .ntp-native-privacy-policy-section {
	position: relative;
	z-index: 2;
	box-sizing: border-box;
	padding: clamp(72px, 7vw, 112px) 28px;
	background: var(--ntp-native-paper);
	color: #111923;
	overflow: hidden;
}

.ntp-premium-home .ntp-native-privacy-policy-section::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	background:
		linear-gradient(90deg, transparent calc(50% - 560px), rgba(17, 25, 35, 0.11) calc(50% - 560px), rgba(17, 25, 35, 0.11) calc(50% - 559px), transparent calc(50% - 559px)),
		linear-gradient(90deg, transparent 50%, rgba(17, 25, 35, 0.075) 50%, rgba(17, 25, 35, 0.075) calc(50% + 1px), transparent calc(50% + 1px)),
		linear-gradient(90deg, transparent calc(50% + 560px), rgba(17, 25, 35, 0.11) calc(50% + 560px), rgba(17, 25, 35, 0.11) calc(50% + 561px), transparent calc(50% + 561px));
}

.ntp-premium-home .ntp-native-privacy-policy-section > .elementor-container {
	position: relative;
	z-index: 1;
	width: min(1120px, 100%) !important;
	max-width: 100% !important;
	margin: 0 auto;
	box-sizing: border-box;
	padding-right: var(--ntp-native-line-gutter);
	padding-left: var(--ntp-native-line-gutter);
}

.ntp-premium-home .ntp-native-privacy-policy-section .elementor-column,
.ntp-premium-home .ntp-native-privacy-policy-section .elementor-widget {
	max-width: 100%;
}

.ntp-premium-home .ntp-native-privacy-policy-section .elementor-widget-wrap,
.ntp-premium-home .ntp-native-privacy-policy-section .elementor-widget-container {
	padding: 0;
	max-width: 100%;
}

.ntp-premium-home .ntp-privacy-policy {
	width: 100%;
	max-width: 1060px;
	margin: 0 auto;
	color: rgba(17, 25, 35, 0.76);
	font-size: clamp(15px, 1.04vw, 17px);
	line-height: 1.76;
	overflow-wrap: anywhere;
}

.ntp-premium-home .ntp-privacy-policy__intro {
	display: grid;
	gap: 18px;
	margin-bottom: clamp(42px, 5vw, 72px);
	padding-bottom: clamp(28px, 3vw, 42px);
	border-bottom: 1px solid rgba(17, 25, 35, 0.14);
}

.ntp-premium-home .ntp-privacy-policy__meta {
	margin: 0;
	color: var(--ntp-native-gold);
	font-size: 11px;
	font-weight: 820;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.ntp-premium-home .ntp-privacy-policy p,
.ntp-premium-home .ntp-privacy-policy li {
	margin: 0;
}

.ntp-premium-home .ntp-privacy-policy p + p,
.ntp-premium-home .ntp-privacy-policy ul + p,
.ntp-premium-home .ntp-privacy-policy ol + p,
.ntp-premium-home .ntp-privacy-policy .ntp-privacy-policy__table-wrap + p {
	margin-top: 18px;
}

.ntp-premium-home .ntp-privacy-policy__section {
	margin-top: clamp(38px, 4.2vw, 62px);
	padding-top: clamp(28px, 3vw, 42px);
	border-top: 1px solid rgba(17, 25, 35, 0.13);
}

.ntp-premium-home .ntp-privacy-policy__section:first-of-type {
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}

.ntp-premium-home .ntp-privacy-policy h2 {
	margin: 0 0 18px;
	color: #111923;
	font-size: clamp(24px, 2vw, 34px);
	font-weight: 650;
	line-height: 1.12;
	letter-spacing: 0;
	text-wrap: balance;
}

.ntp-premium-home .ntp-privacy-policy strong {
	color: #111923;
	font-weight: 760;
}

.ntp-premium-home .ntp-privacy-policy a {
	color: #111923;
	text-decoration: none;
	border-bottom: 1px solid rgba(216, 168, 77, 0.55);
}

.ntp-premium-home .ntp-privacy-policy ul,
.ntp-premium-home .ntp-privacy-policy ol {
	display: grid;
	gap: 12px;
	margin: 18px 0 0;
	padding: 0;
	list-style: none;
}

.ntp-premium-home .ntp-privacy-policy ul li,
.ntp-premium-home .ntp-privacy-policy__letter-list li {
	position: relative;
	padding-left: 26px;
}

.ntp-premium-home .ntp-privacy-policy ul li::before,
.ntp-premium-home .ntp-privacy-policy__letter-list li::before {
	content: "";
	position: absolute;
	top: 0.72em;
	left: 0;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--ntp-native-gold);
}

.ntp-premium-home .ntp-privacy-policy__letter-list span {
	color: rgba(17, 25, 35, 0.64);
}

.ntp-premium-home .ntp-privacy-policy__contact-card {
	display: grid;
	gap: 4px;
	width: min(640px, 100%);
	margin-top: 18px;
	padding: clamp(22px, 2.6vw, 34px);
	border: 1px solid rgba(17, 25, 35, 0.14);
	background: rgba(255, 255, 255, 0.42);
	box-shadow: 0 18px 50px rgba(17, 25, 35, 0.06);
}

.ntp-premium-home .ntp-privacy-policy__table-wrap {
	width: 100%;
	margin-top: 24px;
	border: 1px solid rgba(216, 168, 77, 0.34);
	background: rgba(255, 255, 255, 0.32);
	box-shadow: 0 18px 50px rgba(17, 25, 35, 0.06);
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	scrollbar-color: rgba(216, 168, 77, 0.72) rgba(17, 25, 35, 0.12);
}

.ntp-premium-home .ntp-privacy-policy table {
	width: 100%;
	min-width: 0;
	border-collapse: collapse;
	table-layout: fixed;
}

.ntp-premium-home .ntp-privacy-policy__table-wrap--wide table {
	min-width: 0;
}

.ntp-premium-home .ntp-privacy-policy__table-wrap--wide th:nth-child(1),
.ntp-premium-home .ntp-privacy-policy__table-wrap--wide td:nth-child(1) {
	width: 12%;
}

.ntp-premium-home .ntp-privacy-policy__table-wrap--wide th:nth-child(2),
.ntp-premium-home .ntp-privacy-policy__table-wrap--wide td:nth-child(2) {
	width: 26%;
}

.ntp-premium-home .ntp-privacy-policy__table-wrap--wide th:nth-child(3),
.ntp-premium-home .ntp-privacy-policy__table-wrap--wide td:nth-child(3) {
	width: 13%;
}

.ntp-premium-home .ntp-privacy-policy__table-wrap--wide th:nth-child(4),
.ntp-premium-home .ntp-privacy-policy__table-wrap--wide td:nth-child(4) {
	width: 27%;
}

.ntp-premium-home .ntp-privacy-policy__table-wrap--wide th:nth-child(5),
.ntp-premium-home .ntp-privacy-policy__table-wrap--wide td:nth-child(5) {
	width: 14%;
}

.ntp-premium-home .ntp-privacy-policy__table-wrap--wide th:nth-child(6),
.ntp-premium-home .ntp-privacy-policy__table-wrap--wide td:nth-child(6) {
	width: 8%;
	text-align: center;
}

.ntp-premium-home .ntp-privacy-policy__table-wrap--wide th:nth-child(6) {
	font-size: 10px;
	letter-spacing: 0.04em;
	overflow-wrap: normal;
}

.ntp-premium-home .ntp-privacy-policy th,
.ntp-premium-home .ntp-privacy-policy td {
	padding: 16px;
	border-bottom: 1px solid rgba(216, 168, 77, 0.22);
	border-right: 1px solid rgba(216, 168, 77, 0.16);
	text-align: left;
	vertical-align: top;
	overflow-wrap: anywhere;
	word-break: normal;
}

.ntp-premium-home .ntp-privacy-policy th:last-child,
.ntp-premium-home .ntp-privacy-policy td:last-child {
	border-right: 0;
}

.ntp-premium-home .ntp-privacy-policy tr:last-child td {
	border-bottom: 0;
}

.ntp-premium-home .ntp-privacy-policy th {
	background: linear-gradient(180deg, #101820 0%, #090d11 100%);
	color: var(--ntp-native-gold-soft);
	font-size: 11px;
	font-weight: 820;
	line-height: 1.35;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.ntp-premium-home .ntp-privacy-policy td {
	background: rgba(244, 239, 228, 0.72);
	color: rgba(17, 25, 35, 0.72);
	font-size: 13.5px;
	line-height: 1.55;
}

.ntp-premium-home .ntp-privacy-policy tbody tr:nth-child(even) td {
	background: rgba(255, 255, 255, 0.36);
}

.ntp-premium-home .ntp-privacy-policy td:first-child {
	color: #111923;
	font-weight: 720;
}

@media (max-width: 760px) {
	.ntp-premium-home .ntp-native-privacy-policy-section {
		padding: 46px 18px 58px;
	}

	.ntp-premium-home .ntp-native-privacy-policy-section,
	.ntp-premium-home .ntp-native-privacy-policy-section > .elementor-container,
	.ntp-premium-home .ntp-native-privacy-policy-section .elementor-column,
	.ntp-premium-home .ntp-native-privacy-policy-section .elementor-widget,
	.ntp-premium-home .ntp-native-privacy-policy-section .elementor-widget-wrap,
	.ntp-premium-home .ntp-native-privacy-policy-section .elementor-widget-container,
	.ntp-premium-home .ntp-privacy-policy {
		width: 100% !important;
		max-width: 100% !important;
	}

	.ntp-premium-home .ntp-native-privacy-policy-section > .elementor-container {
		padding-right: 0;
		padding-left: 0;
	}

	.ntp-premium-home .ntp-privacy-policy {
		font-size: 14.5px;
		line-height: 1.68;
	}

	.ntp-premium-home .ntp-privacy-policy__intro {
		margin-bottom: 36px;
	}

	.ntp-premium-home .ntp-privacy-policy__section {
		margin-top: 34px;
	}

	.ntp-premium-home .ntp-privacy-policy h2 {
		font-size: clamp(22px, 6.2vw, 29px);
	}

	.ntp-premium-home .ntp-privacy-policy__contact-card {
		padding: 20px;
	}

	.ntp-premium-home .ntp-privacy-policy th,
	.ntp-premium-home .ntp-privacy-policy td {
		padding: 13px 14px;
	}

	.ntp-premium-home .ntp-privacy-policy table,
	.ntp-premium-home .ntp-privacy-policy__table-wrap--wide table {
		min-width: 760px;
	}
}

/* Footer alignment: keep the logo on the same left margin as the page content. */
.ntp-premium-home .ntp-native-footer > .elementor-container {
	display: grid !important;
	grid-template-columns: minmax(0, 0.36fr) minmax(0, 0.64fr) !important;
	align-items: center !important;
	gap: clamp(34px, 5vw, 86px);
}

.ntp-premium-home .ntp-native-footer > .elementor-container > .elementor-column {
	width: auto !important;
	min-width: 0;
}

.ntp-premium-home .ntp-native-footer > .elementor-container > .elementor-column:first-child .elementor-widget-wrap,
.ntp-premium-home .ntp-native-footer-logo,
.ntp-premium-home .ntp-native-footer-logo .elementor-widget-container {
	display: flex !important;
	justify-content: flex-start !important;
	text-align: left !important;
}

.ntp-premium-home .ntp-native-footer-logo img {
	display: block;
	margin: 0 !important;
}

.ntp-premium-home .ntp-native-footer > .elementor-container > .elementor-column:last-child .elementor-widget-wrap {
	display: flex !important;
	justify-content: flex-end !important;
}

@media (max-width: 760px) {
	.ntp-premium-home .ntp-native-footer > .elementor-container {
		grid-template-columns: 1fr !important;
		gap: 26px;
	}

	.ntp-premium-home .ntp-native-footer > .elementor-container > .elementor-column:last-child .elementor-widget-wrap {
		justify-content: flex-start !important;
	}
}

/* Default shell and generated content: final viewport guards. */
body.ntp-premium-site {
	overflow-x: hidden;
}

.ntp-premium-home .ntp-native-menu .elementor-nav-menu,
.ntp-premium-home .ntp-native-menu .menu-item {
	margin: 0;
	padding: 0;
	list-style: none;
}

@media (max-width: 900px) {
	/* Force the page-hero gutter to match the intro/content sections right below
	   it, so they can never drift apart regardless of which rule would otherwise win. */
	body.ntp-premium-home .ntp-native-page-hero > .elementor-container,
	body.ntp-premium-home .ntp-native-intro > .elementor-container {
		padding-left: 22px !important;
		padding-right: 22px !important;
	}
}

@media (max-width: 760px) {
	body.ntp-premium-home .ntp-native-hero,
	body.ntp-premium-home .ntp-native-page-hero,
	body.ntp-premium-home .ntp-native-intro,
	body.ntp-premium-home .ntp-native-card-section,
	body.ntp-premium-home .ntp-native-row,
	body.ntp-premium-home .ntp-native-service-intro,
	body.ntp-premium-home .ntp-native-text-band,
	body.ntp-premium-home .ntp-native-founder,
	body.ntp-premium-home .ntp-native-contact-details,
	body.ntp-premium-home .ntp-native-contact-form,
	body.ntp-premium-home .ntp-native-action,
	body.ntp-premium-home .ntp-native-cta,
	body.ntp-premium-home .ntp-native-footer {
		max-width: 100vw !important;
		overflow-x: clip !important;
		overflow-y: visible !important;
	}

	body.ntp-premium-home .ntp-native-card-section,
	body.ntp-premium-home .ntp-native-row,
	body.ntp-premium-home .ntp-native-card-section > .elementor-container,
	body.ntp-premium-home .ntp-native-row > .elementor-container,
	body.ntp-premium-home .ntp-native-card,
	body.ntp-premium-home .ntp-native-row .elementor-column,
	body.ntp-premium-home .ntp-native-row .elementor-widget-wrap {
		height: auto !important;
		max-height: none !important;
		overflow-x: clip !important;
		overflow-y: visible !important;
		overscroll-behavior: auto !important;
		-webkit-overflow-scrolling: auto !important;
	}

	body.ntp-premium-home .ntp-native-hero > .elementor-container,
	body.ntp-premium-home .ntp-native-page-hero > .elementor-container,
	body.ntp-premium-home .ntp-native-intro > .elementor-container,
	body.ntp-premium-home .ntp-native-card-section > .elementor-container,
	body.ntp-premium-home .ntp-native-row > .elementor-container,
	body.ntp-premium-home .ntp-native-service-intro > .elementor-container,
	body.ntp-premium-home .ntp-native-text-band > .elementor-container,
	body.ntp-premium-home .ntp-native-founder > .elementor-container,
	body.ntp-premium-home .ntp-native-contact-details > .elementor-container,
	body.ntp-premium-home .ntp-native-contact-form > .elementor-container,
	body.ntp-premium-home .ntp-native-action > .elementor-container,
	body.ntp-premium-home .ntp-native-cta > .elementor-container,
	body.ntp-premium-home .ntp-native-footer > .elementor-container,
	body.ntp-premium-home .ntp-native-hero .elementor-column,
	body.ntp-premium-home .ntp-native-page-hero .elementor-column,
	body.ntp-premium-home .ntp-native-intro .elementor-column,
	body.ntp-premium-home .ntp-native-card-section .elementor-column,
	body.ntp-premium-home .ntp-native-row .elementor-column,
	body.ntp-premium-home .ntp-native-service-intro .elementor-column,
	body.ntp-premium-home .ntp-native-text-band .elementor-column,
	body.ntp-premium-home .ntp-native-founder .elementor-column,
	body.ntp-premium-home .ntp-native-contact-details .elementor-column,
	body.ntp-premium-home .ntp-native-contact-form .elementor-column,
	body.ntp-premium-home .ntp-native-action .elementor-column,
	body.ntp-premium-home .ntp-native-cta .elementor-column,
	body.ntp-premium-home .ntp-native-footer .elementor-column,
	body.ntp-premium-home .ntp-native-hero .elementor-widget-wrap,
	body.ntp-premium-home .ntp-native-page-hero .elementor-widget-wrap,
	body.ntp-premium-home .ntp-native-intro .elementor-widget-wrap,
	body.ntp-premium-home .ntp-native-card-section .elementor-widget-wrap,
	body.ntp-premium-home .ntp-native-row .elementor-widget-wrap,
	body.ntp-premium-home .ntp-native-service-intro .elementor-widget-wrap,
	body.ntp-premium-home .ntp-native-text-band .elementor-widget-wrap,
	body.ntp-premium-home .ntp-native-founder .elementor-widget-wrap,
	body.ntp-premium-home .ntp-native-contact-details .elementor-widget-wrap,
	body.ntp-premium-home .ntp-native-contact-form .elementor-widget-wrap,
	body.ntp-premium-home .ntp-native-action .elementor-widget-wrap,
	body.ntp-premium-home .ntp-native-cta .elementor-widget-wrap,
		body.ntp-premium-home .ntp-native-footer .elementor-widget-wrap {
			width: 100% !important;
			max-width: 100% !important;
			min-width: 0 !important;
			box-sizing: border-box !important;
		}

		body.ntp-premium-home .ntp-native-scenarios-grid.ntp-native-card-section + .ntp-native-scenarios-grid.ntp-native-card-section > .elementor-container {
			border-top: 0 !important;
		}

		body.ntp-premium-home .ntp-native-hero-title .elementor-heading-title,
	body.ntp-premium-home .ntp-native-page-hero .ntp-native-hero-title .elementor-heading-title,
	body.ntp-premium-home .ntp-native-title .elementor-heading-title,
	body.ntp-premium-home .ntp-native-card-title .elementor-heading-title,
	body.ntp-premium-home .ntp-native-row-title .elementor-heading-title,
	body.ntp-premium-home .ntp-native-post-card h3,
	body.ntp-editorial-post .ntp-editorial-post-card h2 {
		max-width: 100% !important;
		white-space: normal !important;
		overflow-wrap: anywhere !important;
		word-break: break-word !important;
	}

	body.ntp-premium-home .ntp-native-hero-text,
	body.ntp-premium-home .ntp-native-copy,
	body.ntp-premium-home .ntp-native-card-text,
	body.ntp-premium-home .ntp-native-row-text,
	body.ntp-premium-home .ntp-native-post-card p,
	body.ntp-editorial-post .ntp-editorial-post-card__excerpt {
		max-width: 100% !important;
		white-space: normal !important;
		overflow-wrap: anywhere !important;
	}

	body.ntp-premium-home .ntp-native-page-hero .ntp-native-hero-title .elementor-heading-title {
		font-size: clamp(32px, 9vw, 42px) !important;
		line-height: 1.08 !important;
	}

	body.ntp-editorial-post .ntp-editorial-post-card h2 {
		font-size: clamp(30px, 9vw, 40px) !important;
	}
}

@media (max-width: 760px) {
	html:has(body.ntp-editorial-post),
	body.ntp-editorial-post {
		overflow-x: hidden !important;
	}

	body.ntp-editorial-post .ntp-editorial-post-layout,
	body.ntp-editorial-post .ntp-editorial-post-page-hero,
	body.ntp-editorial-post .ntp-editorial-post-card,
	body.ntp-editorial-post .ntp-editorial-post-card__copy {
		max-width: 100vw !important;
		min-width: 0 !important;
		overflow-x: hidden !important;
		box-sizing: border-box !important;
	}

	body.ntp-editorial-post .ntp-editorial-post-page-hero .ntp-native-hero-title,
	body.ntp-editorial-post .ntp-editorial-post-page-hero .ntp-native-hero-title .elementor-widget-container,
	body.ntp-editorial-post .ntp-editorial-post-page-hero .ntp-native-hero-title .elementor-heading-title,
	body.ntp-editorial-post .ntp-editorial-post-card h2 {
		display: block !important;
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		white-space: normal !important;
		overflow-wrap: break-word !important;
		word-break: normal !important;
		text-wrap: balance;
		box-sizing: border-box !important;
	}

	body.ntp-editorial-post .ntp-editorial-post-page-hero .ntp-native-hero-title .elementor-heading-title,
	body.ntp-editorial-post .ntp-editorial-post-card h2 {
		font-size: clamp(30px, 8.2vw, 34px) !important;
		line-height: 1.08 !important;
	}
}

/* Post detail layout: page hero, editorial content grid, full-width final CTA. */
body.ntp-editorial-post,
body.ntp-editorial-post .page-content {
	background: var(--ntp-native-paper);
	color: #111923;
}

body.ntp-editorial-post .ntp-editorial-post-layout {
	padding: 0;
	background: var(--ntp-native-paper);
	color: #111923;
	overflow: visible;
}

body.ntp-editorial-post .ntp-editorial-post-page-hero {
	margin-bottom: 0 !important;
}

body.ntp-editorial-post .ntp-editorial-post-page-hero .ntp-native-page-copy {
	width: min(1120px, 100%) !important;
	max-width: 100% !important;
	margin: 0 auto;
}

body.ntp-editorial-post .ntp-editorial-post-page-hero .ntp-native-page-copy .elementor-widget-wrap {
	justify-content: flex-start;
}

body.ntp-editorial-post .ntp-editorial-post-page-hero .ntp-native-hero-title,
body.ntp-editorial-post .ntp-editorial-post-page-hero .ntp-native-hero-title .elementor-widget-container {
	width: 100%;
}

body.ntp-editorial-post .ntp-editorial-post-page-hero .ntp-editorial-post-hero-category .elementor-heading-title {
	margin-bottom: 18px;
}

body.ntp-editorial-post .ntp-editorial-post-page-hero .ntp-native-hero-title .elementor-heading-title {
	max-width: 100%;
	margin: 0;
	color: #fff;
	font-size: clamp(32px, 3.6vw, 52px);
	font-weight: 680;
	line-height: 1.1;
	text-align: left;
}

body.ntp-editorial-post .ntp-editorial-post-page-hero .ntp-editorial-post-back {
	display: inline-flex;
	margin-top: 26px;
}

body.ntp-editorial-post .ntp-editorial-post-page-hero .ntp-editorial-post-back .elementor-button {
	border-color: rgba(255, 255, 255, 0.34);
	background: rgba(9, 13, 17, 0.28);
	color: #fff;
}

body.ntp-editorial-post .ntp-editorial-post-content {
	position: relative;
	z-index: 2;
	width: 100%;
	margin: 0;
	padding: 0 28px;
	background: var(--ntp-native-paper);
	color: #111923;
	overflow: hidden;
}

body.ntp-editorial-post .ntp-editorial-post-content::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	background:
		linear-gradient(90deg, transparent calc(50% - 560px), rgba(17, 25, 35, 0.11) calc(50% - 560px), rgba(17, 25, 35, 0.11) calc(50% - 559px), transparent calc(50% - 559px)),
		linear-gradient(90deg, transparent 50%, rgba(17, 25, 35, 0.075) 50%, rgba(17, 25, 35, 0.075) calc(50% + 1px), transparent calc(50% + 1px)),
		linear-gradient(90deg, transparent calc(50% + 560px), rgba(17, 25, 35, 0.11) calc(50% + 560px), rgba(17, 25, 35, 0.11) calc(50% + 561px), transparent calc(50% + 561px));
}

body.ntp-editorial-post .ntp-editorial-post-content__inner {
	position: relative;
	z-index: 1;
	display: grid;
	width: min(1120px, 100%);
	margin: 0 auto;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	align-items: center;
	column-gap: clamp(34px, 5vw, 86px);
	padding-right: var(--ntp-native-line-gutter);
	padding-left: var(--ntp-native-line-gutter);
}

body.ntp-editorial-post .ntp-editorial-post-content__copy {
	display: flex;
	min-height: clamp(360px, 34vw, 560px);
	min-width: 0;
	flex-direction: column;
	justify-content: center;
	padding: clamp(58px, 5.6vw, 96px) 0;
}

body.ntp-editorial-post .ntp-editorial-post-content__kicker {
	margin: 0 0 24px;
	color: var(--ntp-native-gold);
	font-size: 12px;
	font-weight: 820;
	letter-spacing: 0.17em;
	text-transform: uppercase;
}

body.ntp-editorial-post .ntp-editorial-post-content__body {
	width: min(560px, 100%);
	color: rgba(17, 25, 35, 0.74);
	font-size: clamp(17px, 1.18vw, 20px);
	line-height: 1.74;
}

body.ntp-editorial-post .ntp-editorial-post-content__body > *:first-child {
	margin-top: 0;
}

body.ntp-editorial-post .ntp-editorial-post-content__body > *:last-child {
	margin-bottom: 0;
}

body.ntp-editorial-post .ntp-editorial-post-content__body h2,
body.ntp-editorial-post .ntp-editorial-post-content__body h3 {
	margin: 1.35em 0 0.55em;
	color: #111923;
	font-size: clamp(22px, 1.9vw, 30px);
	font-weight: 650;
	line-height: 1.15;
}

body.ntp-editorial-post .ntp-editorial-post-content__body p,
body.ntp-editorial-post .ntp-editorial-post-content__body li,
body.ntp-editorial-post .ntp-editorial-post-content__lead {
	color: rgba(17, 25, 35, 0.72);
	font-size: inherit;
	line-height: inherit;
}

body.ntp-editorial-post .ntp-editorial-post-content__lead {
	max-width: 520px;
	font-size: clamp(22px, 2.1vw, 34px);
	font-weight: 340;
	line-height: 1.3;
}

body.ntp-editorial-post .ntp-editorial-post-content__media {
	display: flex;
	min-height: 0;
	align-items: center;
	justify-content: center;
	margin: clamp(58px, 5.6vw, 96px) 0;
	padding: 0;
	background: transparent;
	overflow: hidden;
}

body.ntp-editorial-post .ntp-editorial-post-content__media img {
	display: block;
	width: 100%;
	height: auto;
	max-height: clamp(360px, 34vw, 540px);
	object-fit: contain;
	object-position: top center;
}

body.ntp-editorial-post .ntp-editorial-post-layout--no-image .ntp-editorial-post-content__inner {
	grid-template-columns: minmax(0, 1fr);
}

body.ntp-editorial-post .ntp-editorial-post-layout--no-image .ntp-editorial-post-content__copy {
	width: 100%;
	min-height: 0;
	margin: 0;
	padding-top: clamp(46px, 4.6vw, 72px);
	padding-right: 0;
	padding-bottom: clamp(52px, 5vw, 82px);
	justify-content: flex-start;
}

body.ntp-editorial-post .ntp-editorial-post-layout--no-image .ntp-editorial-post-content__body {
	width: 100%;
	max-width: none;
	font-size: clamp(16px, 0.98vw, 18px);
	line-height: 1.68;
}

body.ntp-editorial-post .ntp-editorial-post-layout--no-image .ntp-editorial-post-content__body h2,
body.ntp-editorial-post .ntp-editorial-post-layout--no-image .ntp-editorial-post-content__body h3 {
	margin-top: 1.65em;
	font-size: clamp(20px, 1.5vw, 26px);
	line-height: 1.2;
}

body.ntp-editorial-post .ntp-editorial-post-layout--no-image .ntp-editorial-post-content__body p {
	margin-bottom: 1.15em;
}

body.ntp-editorial-post .ntp-editorial-post-final {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
}

body.ntp-editorial-post .ntp-editorial-post-final .ntp-native-title .elementor-heading-title {
	max-width: 720px;
}

@media (max-width: 900px) {
	/* Force the hero gutter to match the content gutter below it exactly, so the
	   two never drift apart regardless of which other rule would otherwise win. */
	body.ntp-editorial-post .ntp-editorial-post-page-hero > .elementor-container {
		padding-left: 22px !important;
		padding-right: 22px !important;
	}

	body.ntp-editorial-post .ntp-editorial-post-content {
		padding: 0 22px;
	}

	body.ntp-editorial-post .ntp-editorial-post-content__inner {
		grid-template-columns: 1fr;
		row-gap: 0;
		padding-right: 0;
		padding-left: 0;
	}

	body.ntp-editorial-post .ntp-editorial-post-content__copy {
		min-height: 0;
		padding: 46px 22px 38px;
	}

	body.ntp-editorial-post .ntp-editorial-post-content__body {
		width: 100%;
	}

	body.ntp-editorial-post .ntp-editorial-post-content__media {
		min-height: 0;
		margin: 0 22px 46px;
		aspect-ratio: auto;
	}

	body.ntp-editorial-post .ntp-editorial-post-content__media img {
		max-height: none;
	}
}

@media (max-width: 560px) {
	body.ntp-editorial-post .ntp-editorial-post-page-hero .ntp-native-hero-title .elementor-heading-title {
		font-size: clamp(34px, 10vw, 44px) !important;
		line-height: 1.06 !important;
	}

	body.ntp-editorial-post .ntp-editorial-post-page-hero .ntp-editorial-post-back,
	body.ntp-editorial-post .ntp-editorial-post-page-hero .ntp-editorial-post-back .elementor-widget-container,
	body.ntp-editorial-post .ntp-editorial-post-page-hero .ntp-editorial-post-back .elementor-button-wrapper {
		width: 100%;
	}

	body.ntp-editorial-post .ntp-editorial-post-page-hero .ntp-editorial-post-back .elementor-button {
		width: 100%;
		white-space: normal;
	}

	body.ntp-editorial-post .ntp-editorial-post-content__copy {
		padding: 38px 4px 30px;
	}

	body.ntp-editorial-post .ntp-editorial-post-content__kicker {
		margin-bottom: 18px;
	}

	body.ntp-editorial-post .ntp-editorial-post-content__lead {
		font-size: clamp(21px, 6.6vw, 28px);
	}

	body.ntp-editorial-post .ntp-editorial-post-content__media {
		margin: 0 4px 38px;
	}
}

/* Chi siamo mobile: compact cards, no desktop empty height between boxes. */
@media (max-width: 760px) {
	body.page-id-1352 .ntp-native-about-grid,
	body.page-id-1352 .ntp-native-about-trust-grid {
		padding-top: 0 !important;
		padding-bottom: 26px !important;
	}

	body.page-id-1352 .ntp-native-about-grid > .elementor-container,
	body.page-id-1352 .ntp-native-about-trust-grid > .elementor-container {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) !important;
		gap: 0 !important;
	}

	body.page-id-1352 .ntp-native-about-grid .ntp-native-card,
	body.page-id-1352 .ntp-native-about-trust-grid .ntp-native-card {
		min-height: 0 !important;
		padding: 24px 26px !important;
		border-right: 0 !important;
		border-bottom: 1px solid rgba(17, 25, 35, 0.13) !important;
	}

	body.page-id-1352 .ntp-native-about-trust-grid .ntp-native-card {
		border-bottom-color: rgba(255, 255, 255, 0.14) !important;
	}

	body.page-id-1352 .ntp-native-about-grid .ntp-native-card:last-child,
	body.page-id-1352 .ntp-native-about-trust-grid .ntp-native-card:last-child {
		border-bottom: 0 !important;
	}

	body.page-id-1352 .ntp-native-about-grid .ntp-native-card .elementor-widget-wrap,
	body.page-id-1352 .ntp-native-about-trust-grid .ntp-native-card .elementor-widget-wrap {
		display: flex !important;
		min-height: 0 !important;
		flex-direction: column !important;
		justify-content: flex-start !important;
		gap: 10px !important;
	}

	body.page-id-1352 .ntp-native-about-grid .ntp-native-card-title,
	body.page-id-1352 .ntp-native-about-trust-grid .ntp-native-card-title,
	body.page-id-1352 .ntp-native-about-grid .ntp-native-card-text,
	body.page-id-1352 .ntp-native-about-trust-grid .ntp-native-card-text {
		margin-bottom: 0 !important;
	}

	body.page-id-1352 .ntp-native-about-grid .ntp-native-card-title .elementor-heading-title,
	body.page-id-1352 .ntp-native-about-trust-grid .ntp-native-card-title .elementor-heading-title {
		margin: 0 !important;
		font-size: 23px !important;
		line-height: 1.08 !important;
	}

	body.page-id-1352 .ntp-native-about-grid .ntp-native-card-text,
	body.page-id-1352 .ntp-native-about-trust-grid .ntp-native-card-text {
		font-size: 15px !important;
		line-height: 1.5 !important;
	}

	body.page-id-1352 .ntp-native-about-intro,
	body.page-id-1352 .ntp-native-about-trust-intro,
	body.page-id-1352 .ntp-native-about-insights-intro {
		padding-top: 38px !important;
		padding-bottom: 24px !important;
	}
}

/* Contatti: testo introduttivo in nero pieno. */
body.page-id-1353 .ntp-native-contact-details .ntp-native-copy,
body.page-id-1353 .ntp-native-contact-details .ntp-native-copy .elementor-widget-container {
	color: var(--ntp-native-ink-2, #111923) !important;
	opacity: 1 !important;
}
