.ml-landing-bologna {
	--ml-lb-bg: #f7f3eb;
	--ml-lb-surface: #fffdf8;
	--ml-lb-dark: #0a0a0f;
	--ml-lb-dark-soft: #17171d;
	--ml-lb-border: rgba(10, 10, 15, 0.12);
	--ml-lb-border-strong: rgba(255, 255, 255, 0.14);
	--ml-lb-text: #0a0a0f;
	--ml-lb-text-muted: #5d5d66;
	--ml-lb-text-soft: rgba(255, 255, 255, 0.78);
	--ml-lb-accent: #ebfe5b;
	--ml-lb-accent-strong: #2368ff;
	--ml-lb-shadow: 0 28px 64px rgba(8, 8, 12, 0.12);
	background:
		radial-gradient(circle at top left, rgba(35, 104, 255, 0.08), transparent 32%),
		linear-gradient(180deg, #fffdf8 0%, #f7f3eb 100%);
	color: var(--ml-lb-text);
	overflow-x: clip;
}

.ml-landing-bologna *,
.ml-landing-bologna *::before,
.ml-landing-bologna *::after {
	box-sizing: border-box;
}

.ml-landing-bologna__hero {
	line-height: 0;
	background: var(--ml-lb-dark);
}

.ml-landing-bologna .n2-ss-slider .titoloslider,
.ml-landing-bologna .n2-ss-slider .titoloslider *,
.ml-landing-bologna .n2-ss-slider h1,
.ml-landing-bologna .n2-ss-slider h1 * {
	font-family: "Schibsted Grotesk", sans-serif !important;
}

.ml-landing-bologna .n2-ss-slider .titoloslider {
	-webkit-text-fill-color: transparent;
	background-image: linear-gradient(263deg, #279ff0 31%, #de68ff 84%);
	-webkit-background-clip: text;
	background-clip: text;
	padding-bottom: 20px;
}

.text-gradiente {
	background: linear-gradient(263deg, #279ff0 31%, #de68ff 84%);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
}

.ml-lb-shell {
	width: min(100% - 80px, 1600px);
	margin-inline: auto;
}

.ml-lb-kicker {
	margin: 0 0 18px;
	color: var(--ml-lb-accent);
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.ml-lb-section-head {
	max-width: 980px;
	margin-bottom: 56px;
}

.ml-lb-section-head h2,
.ml-lb-goals__intro h2 {
	margin: 0;
	font-family: "Schibsted Grotesk", sans-serif;
	font-size: 64px;
	line-height: 0.98;
	letter-spacing: -0.04em;
}

.ml-lb-section-head h2 + p,
.ml-lb-goals__intro h2 + p {
	margin-top: 24px;
}

.ml-lb-goals,
.ml-lb-strengths,
.ml-lb-method,
.ml-lb-services {
	position: relative;
	padding: 120px 0;
}

.ml-lb-goals {
	background:
		radial-gradient(circle at top right, rgba(235, 254, 91, 0.16), transparent 34%),
		linear-gradient(180deg, #121218 0%, #09090d 100%);
	color: #ffffff;
}

.ml-lb-goals__inner {
	display: grid;
	grid-template-columns: minmax(260px, 0.34fr) minmax(0, 0.66fr);
	gap: 72px;
	align-items: start;
}

.ml-lb-goals__inner--single {
	grid-template-columns: 1fr;
	max-width: 860px;
}

.ml-lb-goals__intro {
	max-width: 620px;
}

.ml-lb-goals__intro p:last-child {
	margin: 24px 0 0;
	color: var(--ml-lb-text-soft);
	font-size: 22px;
	line-height: 1.4;
}

.ml-lb-accordion {
	display: grid;
}

.ml-lb-accordion__item {
	border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

.ml-lb-accordion__question {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	gap: 24px;
	padding: 24px 56px 24px 0;
	border: 0;
	background: transparent;
	cursor: pointer;
	color: #ffffff;
	font-family: inherit;
	font-size: 25px;
	font-weight: 600;
	line-height: 1.2;
	text-align: left;
	appearance: none;
}

.ml-lb-accordion__question::before,
.ml-lb-accordion__question::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	width: 18px;
	height: 2px;
	background: #ffffff;
	transform: translateY(-50%);
	transition: transform 0.24s ease, opacity 0.24s ease, background-color 0.24s ease;
}

.ml-lb-accordion__question::after {
	transform: translateY(-50%) rotate(90deg);
}

.ml-lb-accordion__question[aria-expanded="true"]::after {
	opacity: 0;
	transform: translateY(-50%) rotate(90deg) scaleX(0.2);
}

.ml-lb-accordion__panel {
	height: 0;
	overflow: hidden;
	transition: height 0.34s ease;
}

.ml-lb-accordion__panel[hidden] {
	display: none;
}

.ml-lb-accordion__content {
	padding: 0 56px 24px 0;
	color: rgba(255, 255, 255, 0.78);
	font-size: 20px;
	line-height: 1.45;
}

.ml-lb-accordion__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 22px;
	padding: 13px 20px;
	border: 1px solid rgba(255, 255, 255, 0.42);
	border-radius: 999px;
	color: #ffffff;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.ml-lb-accordion__cta:hover,
.ml-lb-accordion__cta:focus {
	background: #ffffff;
	border-color: #ffffff;
	color: #0a0a0f;
	text-decoration: none;
}

.ml-lb-accordion__content > *:first-child {
	margin-top: 0;
}

.ml-lb-accordion__content > *:last-child {
	margin-bottom: 0;
}

.ml-lb-services {
	background: #ffffff;
}

.ml-lb-services .ml-lb-shell {
	display: grid;
	grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr);
	gap: 72px;
	align-items: start;
}

.ml-lb-services .ml-lb-section-head {
	max-width: 420px;
	margin-bottom: 0;
}

.ml-lb-section-head .ml-lb-kicker,
.ml-lb-services .ml-lb-kicker,
.ml-lb-method .ml-lb-kicker {
	color: var(--ml-lb-accent-strong);
}

.ml-lb-services__list {
	display: grid;
	border-top: 1px solid var(--ml-lb-border);
}

.ml-lb-service {
	position: relative;
	display: grid;
	grid-template-columns: 150px minmax(0, 1fr) minmax(180px, 260px);
	gap: 34px;
	padding: 42px 0;
	border-bottom: 1px solid var(--ml-lb-border);
	align-items: center;
}

.ml-lb-service__index {
	font-family: "Schibsted Grotesk", sans-serif;
	font-size: clamp(5rem, 8vw, 9rem);
	font-weight: 700;
	line-height: 0.85;
	letter-spacing: -0.08em;
	color: transparent;
	background: linear-gradient(135deg, #a46cff 0%, #2368ff 100%);
	-webkit-background-clip: text;
	background-clip: text;
}

.ml-lb-service:nth-child(2) .ml-lb-service__index {
	background-image: linear-gradient(135deg, #74b8ff 0%, #2368ff 100%);
}

.ml-lb-service:nth-child(3) .ml-lb-service__index {
	background-image: linear-gradient(135deg, #ff5cb8 0%, #8a5cff 100%);
}

.ml-lb-service__body h3 {
	margin: 0 0 16px;
	font-family: "Schibsted Grotesk", sans-serif;
	font-size: clamp(1.7rem, 2vw, 2.4rem);
	line-height: 1.05;
	letter-spacing: -0.03em;
}

.ml-lb-service__body p {
	margin: 0;
	color: var(--ml-lb-text-muted);
	font-size: 20px;
	line-height: 1.45;
	max-width: 52ch;
}

.ml-lb-service__points {
	display: grid;
	gap: 12px;
	align-self: center;
	justify-content: stretch;
	list-style: none;
	margin: 0;
	padding: 0;
}

.ml-lb-service__points li {
	position: relative;
	padding: 0 0 0 18px;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: var(--ml-lb-text);
	font-size: 15px;
	font-weight: 700;
	line-height: 1.25;
}

.ml-lb-service__points li::before {
	content: "+";
	position: absolute;
	left: 0;
	top: 0;
	color: #8a5cff;
	font-weight: 700;
}

.ml-lb-strengths {
	background:
		linear-gradient(180deg, rgba(9, 9, 13, 0.96), rgba(16, 16, 22, 1)),
		#09090d;
	color: #ffffff;
}

.ml-lb-strengths::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 15% 20%, rgba(235, 254, 91, 0.08), transparent 24%),
		radial-gradient(circle at 85% 18%, rgba(35, 104, 255, 0.16), transparent 28%);
	pointer-events: none;
}

.ml-lb-strengths .ml-lb-shell,
.ml-lb-method .ml-lb-shell {
	position: relative;
	z-index: 1;
}

.ml-lb-strengths .ml-lb-shell {
	display: grid;
	grid-template-columns: 520px minmax(0, 1fr);
	gap: 88px;
	align-items: start;
}

.ml-lb-strengths .ml-lb-section-head {
	max-width: 430px;
	margin-bottom: 0;
}

.ml-lb-strengths__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.18);
	border-left: 1px solid rgba(255, 255, 255, 0.18);
	min-width: 0;
}

.ml-lb-strength {
	position: relative;
	min-height: 220px;
	min-width: 0;
	padding: 34px 34px 30px;
	border: 0;
	border-right: 1px solid rgba(255, 255, 255, 0.18);
	border-bottom: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.ml-lb-strength h3 {
	color: #ffffff;
	margin-bottom: 14px;
	font-family: "Schibsted Grotesk", sans-serif;
	font-size: clamp(1.35rem, 1.45vw, 1.8rem);
	line-height: 1.05;
	letter-spacing: -0.03em;
}

.ml-lb-strength p {
	margin: 0;
	color: var(--ml-lb-text-soft);
	font-size: 18px;
	line-height: 1.45;
}

.ml-lb-strength__icon {
	display: block;
	width: 52px;
	height: 52px;
	margin-bottom: 28px;
	object-fit: contain;
}

.ml-lb-method {
	background: #ffffff;
}

.ml-lb-method .ml-lb-shell {
	display: grid;
	grid-template-columns: minmax(260px, 0.36fr) minmax(0, 1fr);
	gap: 72px;
	align-items: start;
}

.ml-lb-method .ml-lb-section-head {
	max-width: 430px;
	margin-bottom: 0;
}

.ml-lb-method__grid {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 34px;
	padding-top: 14px;
}

.ml-lb-method__grid::before {
	content: "";
	position: absolute;
	left: 36px;
	right: 36px;
	top: 45px;
	height: 1px;
	background: rgba(10, 10, 15, 0.14);
}

.ml-lb-step {
	position: relative;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.ml-lb-step__index {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 66px;
	height: 66px;
	min-width: 0;
	padding: 0;
	margin-bottom: 32px;
	border-radius: 50%;
	background: #279ff0;
	color: #ffffff;
	font-family: "Schibsted Grotesk", sans-serif;
	font-size: 1.45rem;
	font-weight: 700;
	line-height: 1;
}

.ml-lb-step:nth-child(2) .ml-lb-step__index {
	background: #5f8df4;
}

.ml-lb-step:nth-child(3) .ml-lb-step__index {
	background: #9a79f7;
}

.ml-lb-step:nth-child(4) .ml-lb-step__index {
	background: #de68ff;
}

.ml-lb-step h3 {
	margin: 0 0 14px;
	font-family: "Schibsted Grotesk", sans-serif;
	font-size: clamp(1.25rem, 1.35vw, 1.65rem);
	line-height: 1.05;
	letter-spacing: -0.03em;
}

.ml-lb-step p {
	max-width: 24ch;
	margin: 0;
	color: var(--ml-lb-text-muted);
	font-size: 17px;
	line-height: 1.45;
}

.ml-lb-testimonials {
	padding: 0;
}

.ml-landing-bologna .ml-testimonials-section {
	margin: 0;
	color: var(--ml-lb-text);
}

.ml-landing-bologna .ml-testimonials-section .ml-heading {
	color: var(--ml-lb-text);
}

.ml-landing-bologna .ml-testimonials-section .ml-heading-gray {
	color: #808088;
}

.ml-lb-cta-anchor {
	scroll-margin-top: 120px;
}

@media (max-width: 1500px) {
	.ml-lb-strengths .ml-lb-shell {
		grid-template-columns: 460px minmax(0, 1fr);
		gap: 72px;
	}
}

@media (max-width: 1200px) {
	.ml-lb-services .ml-lb-shell,
	.ml-lb-strengths .ml-lb-shell,
	.ml-lb-method .ml-lb-shell {
		grid-template-columns: 1fr;
		gap: 44px;
	}

	.ml-lb-services .ml-lb-section-head,
	.ml-lb-strengths .ml-lb-section-head,
	.ml-lb-method .ml-lb-section-head {
		max-width: 780px;
	}

	.ml-lb-service {
		grid-template-columns: 130px minmax(0, 1fr);
	}

	.ml-lb-service__points {
		grid-column: 2;
	}

	.ml-lb-strengths__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ml-lb-section-head h2,
	.ml-lb-goals__intro h2 {
		font-size: 56px;
	}
}

@media (max-width: 900px) {
	.ml-lb-shell {
		width: min(100% - 40px, 1600px);
	}

	.ml-lb-goals__inner,
	.ml-lb-goals__inner--single {
		grid-template-columns: 1fr;
	}

	.ml-lb-goals__intro p:last-child,
	.ml-lb-service__body p,
	.ml-lb-strength p {
		font-size: 18px;
	}

	.ml-lb-accordion__question {
		padding: 22px 48px 22px 0;
		font-size: 22px;
	}

	.ml-lb-accordion__content {
		padding: 0 48px 22px 0;
		font-size: 17px;
	}

	.ml-lb-service {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.ml-lb-service__index {
		font-size: clamp(4rem, 18vw, 7rem);
	}

	.ml-lb-service__points {
		grid-column: auto;
	}

	.ml-lb-strengths__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ml-lb-method__grid {
		grid-template-columns: 1fr;
		gap: 30px;
		padding-top: 0;
	}

	.ml-lb-method__grid::before {
		display: none;
	}
}

@media (max-width: 768px) {
	.ml-lb-goals,
	.ml-lb-services,
	.ml-lb-strengths,
	.ml-lb-method {
		padding: 60px 0;
	}
}

@media (max-width: 640px) {
	.ml-lb-section-head h2,
	.ml-lb-goals__intro h2 {
		font-size: 42px;
		line-height: 1;
	}

	.ml-lb-kicker {
		margin-bottom: 14px;
		font-size: 12px;
	}

	.ml-lb-service__body h3,
	.ml-lb-strength h3,
	.ml-lb-step h3 {
		font-size: 1.65rem;
	}

	.ml-lb-strengths__grid {
		grid-template-columns: 1fr;
	}

	.ml-lb-strength {
		min-height: auto;
		padding: 28px 0;
		border-right: 0;
	}

	.ml-lb-strengths__grid {
		border-left: 0;
		border-top: 0;
	}
}
