.ml-service-page {
	background: #ffffff;
	color: #0a0a0f;
	overflow-x: hidden;
}

.ml-service-hero {
	color: #ffffff;
	padding: 120px 0;
}

.ml-service-hero--web {
	background: #3f2fee;
}

.ml-service-hero--seo {
	background: #ffd500;
	color: #0a0a0f;
}

.ml-service-hero--ads {
	background: #6e14cf;
	color: #ffffff;
}

.ml-service-hero__inner,
.ml-service-intro__inner {
	width: min(100% - 80px, 1600px);
	margin-inline: auto;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 80px;
	align-items: center;
}

.ml-service-hero__content,
.ml-service-hero__media,
.ml-service-intro__content,
.ml-service-intro__media {
	min-width: 0;
}

.ml-service-hero__media,
.ml-service-intro__media {
	align-self: start;
}

.ml-service-hero__title {
	margin: 0 0 34px;
	color: #ffffff;
	font-size: 70px;
	line-height: .98;
}

.ml-service-hero--seo .ml-service-hero__title {
	color: #0a0a0f;
}

.ml-service-hero--ads .ml-service-hero__title {
	color: #ffffff;
}

.ml-service-intro__content p {
	margin: 0 0 20px;
	font-size: 23px;
	line-height: 1.3;
}

.ml-service-hero__points {
	display: grid;
	gap: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}

.ml-service-hero__points li {
	position: relative;
	margin: 0;
	padding: 0 0 20px 38px;
	color: rgba(255, 255, 255, .9);
	font-size: 23px;
	line-height: 1.3;
	text-decoration: none;
}

.ml-service-hero--seo .ml-service-hero__points li {
	color: #0a0a0f;
}

.ml-service-hero--ads .ml-service-hero__points li {
	color: #ffffff;
}

.ml-service-hero__points li + li {
	padding-top: 20px;
}

.ml-service-hero__points li:not(:last-child) {
	border-bottom: 1px solid rgba(237, 237, 237, .6);
}

.ml-service-hero--seo .ml-service-hero__points li:not(:last-child) {
	border-bottom-color: rgba(10, 10, 15, .24);
}

.ml-service-hero__points li::before {
	content: "";
	position: absolute;
	top: 4px;
	left: 0;
	width: 22px;
	height: 22px;
	background-image: url("https://www.marcoloprete.it/wp-content/uploads/2026/02/check-box.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.ml-service-hero--seo .ml-service-hero__points li::before {
	background-image: url("https://www.marcoloprete.it/wp-content/uploads/2026/02/check-box-bl.png");
}

.ml-service-hero__points li + li::before {
	top: 24px;
}

.ml-service-intro__content p:last-child {
	margin-bottom: 0;
}

.ml-service-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-top: 40px;
}

.ml-service-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	padding: 18px 34px;
	border: 0;
	border-radius: 999px;
	background: #0a0a0f;
	color: #ffffff;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	transition: background-color .25s ease, color .25s ease;
}

.ml-service-button::after {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	flex: 0 0 16px;
	background-image: url("https://www.marcoloprete.it/wp-content/uploads/2026/01/top-right.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	transition: transform .25s ease;
}

.ml-service-button:hover,
.ml-service-button:focus-visible {
	background: #2368ff;
	color: #ffffff;
	text-decoration: none;
}

.ml-service-button:hover::after,
.ml-service-button:focus-visible::after {
	transform: translate(4px, -4px);
}

.ml-service-button:focus-visible {
	outline: 2px solid #ffffff;
	outline-offset: 4px;
}

.ml-service-page--seo .ml-service-button:focus-visible {
	outline-color: #0a0a0f;
}

.ml-service-button--secondary {
	background: #ffffff;
	color: #0a0a0f;
}

.ml-service-button--secondary::after {
	content: none;
}

.ml-service-button--secondary:hover,
.ml-service-button--secondary:focus-visible {
	background: #2368ff;
	color: #ffffff;
}

.ml-service-hero__media img,
.ml-service-intro__media img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
}

.ml-service-hero__media img {
	border-radius: 12px;
	box-shadow: 0 34px 70px rgba(0, 0, 0, .22);
}

.ml-service-intro {
	padding: 120px 0;
	background: #ffffff;
}

.ml-service-intro__inner {
	align-items: center;
	gap: 40px;
}

.ml-service-intro__media img {
	border-radius: 12px;
}

.ml-service-intro__title {
	margin: 0 0 34px;
	color: #0a0a0f;
	font-size: 52px;
	line-height: 1.08;
}

.ml-service-intro__content p {
	color: #0a0a0f;
}

.ml-service-intro__list {
	margin: 0 0 20px;
	padding-left: 1.2em;
	color: #0a0a0f;
	font-size: 23px;
	line-height: 1.3;
}

.ml-service-intro__list li + li {
	margin-top: 8px;
}

.ml-service-page .ml-testimonials-section {
	background: #f5f5f5;
	color: #0a0a0f;
	margin-top: 50px;
}

.ml-service-page .ml-testimonials-section .ml-heading {
	color: #0a0a0f;
}

.ml-service-page .ml-testimonials-section .ml-heading-gray {
	color: #8a8a8a;
}

.ml-service-page .ml-heading-gray {
	color: #8a8a8a;
}

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

.ml-subservice-page {
	color: #0a0a0f;
}

.ml-subservice-hero {
	padding: 72px 0 56px;
	background: #ffffff;
}

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

.ml-subservice-hero__title {
	max-width: 1100px;
	margin: 0;
	font-size: 70px;
	line-height: 1;
	color: #0a0a0f;
}

.ml-subservice-content {
	padding: 0 0 90px;
	background: #ffffff;
}

.ml-subservice-content__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 360px;
	gap: 64px;
	align-items: start;
}

.ml-subservice-main {
	min-width: 0;
}

.ml-subservice-description {
	margin-bottom: 36px;
	color: #0a0a0f;
	font-size: 23px;
	line-height: 1.3;
}

.ml-subservice-description p {
	margin: 0 0 16px;
}

.ml-subservice-description > *:last-child {
	margin-bottom: 0;
}

.ml-subservice-points-title {
	margin: 0 0 24px;
	color: #0a0a0f;
	font-size: 36px;
	line-height: 1.1;
	font-weight: 600;
	letter-spacing: 0.04em;
}

.ml-subservice-points {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ml-subservice-points li {
	position: relative;
	padding: 18px 0 18px 36px;
	border-bottom: 1px solid #0a0a0f;
	background: transparent;
	color: #3a3a3a;
	font-size: 23px;
	font-weight: 600;
	line-height: 1.3;
}

.ml-subservice-points li::before {
	content: "✓";
	position: absolute;
	left: 0;
	top: 18px;
	width: auto;
	height: auto;
	background: none;
	color: #0a0a0f;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.3;
}

.ml-subservice-sidebar {
	position: sticky;
	top: 120px;
}

.ml-subservice-contact-box {
	padding: 28px;
	border-radius: 10px;
	background: #f5f5f5;
	color: #0a0a0f;
}

.ml-subservice-contact-box h2 {
	margin: 0 0 12px;
	font-size: 28px;
	line-height: 1.1;
}

.ml-subservice-contact-box p {
	margin: 0 0 20px;
	font-size: 18px;
	line-height: 1.35;
}

.ml-subservice-contact-box a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 12px 20px;
	border-radius: 999px;
	background: #2368ff;
	color: #ffffff;
	text-decoration: none;
	font-weight: 700;
}

.ml-subservice-contact-box a:hover,
.ml-subservice-contact-box a:focus,
.ml-subservice-contact-box a:focus-visible {
	background: #0a0a0f;
	color: #ffffff;
	text-decoration: none;
}

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

@media (max-width: 1000px) {
	.ml-service-hero__inner,
	.ml-service-intro__inner {
		width: min(100% - 40px, 1600px);
		grid-template-columns: 1fr;
		gap: 48px;
	}

	.ml-service-hero__title {
		font-size: clamp(42px, 10vw, 60px);
		line-height: 1.02;
	}

	.ml-service-intro__title {
		font-size: clamp(36px, 8vw, 46px);
	}

	.ml-service-hero__points li,
	.ml-service-intro__content p,
	.ml-service-intro__list {
		font-size: 20px;
	}
}

@media (max-width: 768px) {
	.ml-service-hero,
	.ml-service-intro {
		padding: 60px 0;
	}
}

@media (max-width: 1100px) {
	.ml-subservice-content__inner {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.ml-subservice-sidebar {
		position: static;
	}

	.ml-subservice-hero__title {
		font-size: 56px;
	}
}

@media (max-width: 640px) {
	.ml-service-hero__actions {
		flex-direction: column;
	}

	.ml-service-button {
		width: 100%;
		padding: 16px 24px;
	}
}

@media (max-width: 700px) {
	.ml-subservice-hero__inner,
	.ml-subservice-content__inner {
		width: min(100% - 40px, 1600px);
	}

	.ml-subservice-hero {
		padding: 56px 0 40px;
	}

	.ml-subservice-hero__title {
		font-size: 44px;
	}

	.ml-subservice-description {
		font-size: 20px;
	}

	.ml-subservice-points-title {
		font-size: 30px;
	}

	.ml-subservice-points li {
		padding: 16px 0 16px 32px;
		font-size: 20px;
	}

	.ml-subservice-points li::before {
		top: 16px;
		font-size: 18px;
	}
}
