/* =========================================================
   B2B PAGE - pagina ID 12803
   Versione HTML/PHP senza WPBakery
   ========================================================= */

.b2b-page,
.b2b-page * {
	box-sizing: border-box;
}

.b2b-page {
	--b2b-blue: #0251A1;
	--b2b-blue-dark: #0B3A5B;
	--b2b-text: #24313A;
	--b2b-grey: #F4F5F5;
	--b2b-research: #5B8CAC;

	font-family: "PT Sans", sans-serif;
	color: var(--b2b-text);
	overflow: hidden;
}

.b2b-page img {
	max-width: 100%;
	height: auto;
}

.b2b-page h1,
.b2b-page h2,
.b2b-page h3,
.b2b-page p {
	margin-top: 0;
}

.b2b-container {
	width: 100%;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 30px;
	padding-right: 30px;
	float: none;
}

.centertext111 {
	text-align:center;
	margin:0 auto;
}

.marginfinale0auto1111 {
	margin:0 auto;
}

/* TYPOGRAPHY */

.b2b-title-60,
.b2b-title-34,
.b2b-title-27,
.b2b-title-24,
.b2b-title-22,
.b2b-text-18,
.b2b-btn {
	font-family: "PT Sans", sans-serif !important;
}

.b2b-title-60 {
	margin: 0;
	font-size: 60px;
	line-height: 1;
	font-weight: 700;
	padding-bottom: 30px;
}

.b2b-title-34 {
	margin-bottom: 30px;
	font-size: 34px;
	line-height: 1.05;
	font-weight: 700;
	color: var(--b2b-blue-dark);
}

.b2b-title-27 {
	margin-bottom: 15px;
	font-size: 27px;
	line-height: 1.1;
	font-weight: 700;
	color: var(--b2b-blue-dark);
}

.b2b-title-24 {
	margin-bottom: 20px;
	font-size: 24px;
	line-height: 1.15;
	color: var(--b2b-blue-dark);
	font-weight: 500;
}

.b2b-title-22 {
	margin-bottom: 18px;
	font-size: 21px;
	line-height: 1.15;
	font-weight: 700;
	color: var(--b2b-blue-dark);
}

.b2b-text-18 {
	font-size: 18px;
	line-height: 1.2em;
	color: var(--b2b-text);
}

.b2b-white,
.b2b-white a {
	color: #fff !important;
}

.b2b-copy p {
	margin-bottom: 18px;
}

.b2b-copy p:last-child {
	margin-bottom: 0;
}

.b2b-section-intro {
	max-width: 1050px;
	margin-bottom: 40px;
}

/* GENERIC LAYOUT */

.b2b-section {
	padding: 70px 0 35px 0;
}

.b2b-section--grey {
	background: var(--b2b-grey);
}

.b2b-grid {
	display: grid;
	gap: 45px;
}

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

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

.b2b-grid--4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.b2b-grid--center {
	align-items: center;
}

.b2b-media img {
	display: block;
	width: 100%;
}

/* HERO */

.b2b-hero {
	position: relative;
	padding: 80px 0 120px;
	background-image: url("/wp-content/uploads/2026/09/mockup-header.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.b2b-hero__content {
	width: 50%;
	max-width: 550px;
}

.b2b-hero .b2b-title-34 {
	margin-bottom: 10px;
}

.b2b-hero__lead {
	margin-top: 20px;
	margin-bottom: 0;
}

.b2b-cta-group {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
	margin-top: 50px;
}

.b2b-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: min(450px, 100%);
	min-height: 50px;
	padding: 14px 20px;
	border: 2px solid transparent;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: .5px;
	text-align: center;
	text-decoration: none !important;
	text-transform: uppercase;
	transition: background-color .25s ease, color .25s ease, border-color .25s ease;
}

.b2b-btn--light {
	background: #fff;
	border-color: #fff;
	color: #0B3D69 !important;
}

.b2b-btn--light:hover {
	background: #0B5EA8;
	color: #fff !important;
}

.b2b-btn--outline {
	background: #0B5EA8;
	border-color: #fff;
	color: #fff !important;
}

.b2b-btn--outline:hover {
	background: #fff;
	color: #0B5EA8 !important;
}

.b2b-btn--blue {
	background: var(--b2b-blue);
	border-color: var(--b2b-blue);
	color: #fff !important;
}

.b2b-btn--blue:hover {
	background: var(--b2b-blue-dark);
	border-color: var(--b2b-blue-dark);
}

/* NUMERI */

.b2b-numbers {
	padding-top: 40px;
	padding-bottom: 45px;
}

.b2b-numbers .b2b-title-34 {
	margin-bottom: 25px;
}

.b2b-number .b2b-title-34 {
	margin-bottom: 5px;
}

.b2b-number__label {
	max-width: 250px;
	padding-bottom: 7px;
	border-bottom: 1px solid #707070;
}

/* ESPERIENZA */

.b2b-experience {
	padding-top: 45px;
	padding-bottom: 100px;
}

/* ICON CARDS */

.b2b-icon-cards {
	margin-top: 30px;
}

.b2b-icon-card {
	min-height: 185px;
	padding-left: 190px;
	background-image: var(--b2b-icon);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 185px auto;
}

/* RICERCA */

.b2b-benefits {
	padding-bottom: 50px;
}

.b2b-research {
	margin-top: 55px;
	padding: 40px 10%;
	border-radius: 24px;
	background: var(--b2b-research);
}

.b2b-research .b2b-title-34 {
	margin-bottom: 25px;
}

.b2b-research a {
	color: #fff !important;
	text-decoration: underline;
}

/* STAR */

.b2b-stars {
	padding-top: 80px;
	padding-bottom: 70px;
}

.b2b-stars__grid {
	display: grid;
	grid-template-columns: 4fr 5fr 4fr;
	align-items: top;
	gap: 45px;
}

.b2b-stars__image {
	padding: 0 0 5% 0;
}

.b2b-stars__second-title {
	margin-top: 30px;
}

.b2b-service-card {
	width:90%;
	margin-right:10%;
}

/* SERVIZI */

.b2b-services {
	padding-top: 60px;
	padding-bottom: 70px;
}

.b2b-service-card img {
	display: block;
	width: 100%;
	margin-bottom: 20px;
}

.b2b-services__footer {
	padding-top: 50px;
}

.b2b-services__footer .b2b-title-24 {
	max-width: 1050px;
}

.b2b-services__footer .b2b-btn {
	margin-top: 20px;
}

/* COLLABORAZIONI / SLIDER */

.b2b-collaborations {
	padding-top: 50px;
	padding-bottom: 100px;
	scroll-margin-top: 30px;
}

.b2b-collaborations > .b2b-container > .b2b-title-34 {
	margin-bottom: 10px;
}

.b2b-project-slider {
	position: relative;
	margin-top: 65px;
	padding: 0 90px;
}

.b2b-project-slider__slide {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	align-items: center;
	gap: 70px;
}

.b2b-project-slider__image img {
	display: block;
	width: 100%;
}

.b2b-project-slider__content {
	width: 85%;
}

.b2b-project-slider__content .b2b-title-27 {
	margin-bottom: 5px;
}

.b2b-project-slider__content .b2b-title-24 {
	margin-bottom: 20px;
}

.b2b-project-slider__arrow {
	position: absolute;
	top: 50%;
	z-index: 20;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	padding: 0;
	border: 0;
	border-radius: 15px;
	background: #005AA9;
	transform: translateY(-50%);
	cursor: pointer;
	transition: background .25s ease;
}

.b2b-project-slider__arrow:hover {
	background: #003D73;
}

.b2b-project-slider__arrow img {
	display: block;
	max-width: 28px;
	max-height: 28px;
}

.b2b-project-slider__arrow--prev {
	left: 0;
}

.b2b-project-slider__arrow--next {
	right: 0;
}

/* CTA FINALE */

.b2b-final-cta {
	padding: 50px 0 100px;
	background: var(--b2b-blue);
}

.b2b-final-cta .b2b-title-34 {
	margin-bottom: 30px;
}

.b2b-final-cta .b2b-text-18 {
	max-width: 1050px;
	margin-bottom: 35px;
}

.b2b-btn--blue2 {
  background: #ffffff;
  color: #0b3d69 !important;
  border: 2px solid #ffffff;
}

.b2b-btn--blue2:hover {
  background: #0b5ea8;
  color: #ffffff !important;
  border-color: #ffffff;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 1100px) {
	.b2b-container {
		padding-left: 25px;
		padding-right: 25px;
	}

	.b2b-title-60 {
		font-size: 50px;
	}

	.b2b-title-34 {
		font-size: 28px;
	}

	.b2b-title-27 {
		font-size: 23px;
	}

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

	.b2b-icon-card {
		padding-left: 145px;
		background-size: 125px auto;
	}

	.b2b-stars__grid {
		grid-template-columns: 1fr 1fr;
	}

	.b2b-stars__grid > :first-child {
		grid-column: 1 / -1;
	}

	.b2b-project-slider__slide {
		gap: 45px;
	}
}

@media (max-width: 767px) {
	.b2b-container {
		padding-left: 20px;
		padding-right: 20px;
	}

	.b2b-section {
		padding: 50px 0;
	}

	.b2b-title-60 {
		font-size: 40px;
		line-height: 1.03;
	}

	.b2b-title-34 {
		font-size: 25px;
		line-height: 1.1;
	}

	.b2b-title-27 {
		font-size: 22px;
		line-height: 1.15;
	}

	.b2b-title-24 {
		font-size: 21px;
		line-height: 1.2;
	}

	.b2b-title-22 {
		font-size: 20px;
	}

	.b2b-text-18 {
		font-size: 17px;
		line-height: 1.4;
	}

	.b2b-grid--2,
	.b2b-grid--3,
	.b2b-grid--4,
	.b2b-stars__grid {
		grid-template-columns: 1fr;
		gap: 35px;
	}

	.b2b-hero {
		padding: 55px 0 70px;
		background-position: left center;
	  }

	.b2b-hero__content {
		width: 100%;
	}

	.b2b-btn {
		width: 100%;
		font-size: 20px;
	}

	.b2b-numbers__grid {
		grid-template-columns: 1fr 1fr;
		gap: 25px 20px;
	}

	.b2b-number__label {
		max-width: none;
	}

	.b2b-experience {
		padding-bottom: 55px;
	}

	.b2b-icon-cards {
		gap: 45px;
	}

	.b2b-icon-card {
		min-height: 0;
		padding-top: 145px;
		padding-left: 0;
		background-position: left top;
		background-size: 125px auto;
	}

	.b2b-research {
		margin-top: 45px;
		padding: 35px 25px;
		border-radius: 18px;
	}

	.b2b-stars__grid > :first-child {
		grid-column: auto;
	}

	.b2b-stars__image {
		padding: 0;
	}

	.b2b-project-slider {
		margin-top: 45px;
		padding: 0;
	}

	.b2b-project-slider__slide {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.b2b-project-slider__content {
		width: 100%;
	}

	.b2b-project-slider__arrow {
		display: none;
	}

	.b2b-final-cta {
		padding: 50px 0 70px;
	}
}

@media (max-width: 480px) {
	.b2b-title-60 {
		font-size: 35px;
	}

	.b2b-numbers__grid {
		grid-template-columns: 1fr;
	}

	.b2b-number__label {
		max-width: 250px;
	}
}
