body {
	font-family: "brother-1816", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 2rem;
	line-height: 2.8rem;
	background: #fff url('../images/bg.jpg') no-repeat center center fixed;
	background-size: cover;
	color: #111B5D;
}
a {
	color: #1DA1A1;
	text-decoration: underline;
	text-underline-offset: 0.15em;
}
a:hover,
a:focus-visible {
	color: #FA005E;
	text-decoration-thickness: 2px;
}
:focus-visible {
	outline: 3px solid #f9b92c !important;
	outline-offset: 3px !important;
	border-radius: 4px !important;
}


.skip-link {
	position: absolute; left: -9999px; top: 0;
}
.skip-link:focus {
	left: 16px; top: 16px; z-index: 10000;
	background: #fff; color: #111B5D; padding: .5rem .75rem;
	border: 2px solid #111B5D; border-radius: 6px;
}


strong, b {
    font-weight: 700;
}


#logo {
	margin: 5vh auto 10vh;
}

.pplus {
	font-size: 2.4rem;
	line-height: 3rem;
}
.pplus a {
	font-size: 3rem;
	line-height: 3rem;
}
h1 {
	font-size: 4rem;
	line-height: 4.8rem;
	max-width: 530px;
	margin: 5vh auto;
}
h2 {
	font-size: 5rem;
	line-height: 7rem;
	margin-bottom: 0;
}
h3 {
	font-size: 3rem;
	line-height: 3.8rem;
	margin-bottom: 0;
}


#home {
	min-height: 100vh;
	align-content: center;
	padding-bottom: 10vh;
	box-sizing: border-box;
}


.lang-switch{
	position: fixed;
	top: 12px; right: 16px;
	display: inline-flex;
	gap: .5rem;
	z-index: 20;
	font-weight: 700;
	font-size: 1.6rem;
}
.lang-switch a {
	text-decoration: none;
	padding: .25rem 0;
	color: #111B5D;
	width: 30px;
	text-align: center;
}
.lang-switch a[aria-current="page"] {
	color: #666;
}
.lang-switch a:focus-visible{
	outline: 3px solid #f9b92c;
	outline-offset: 2px;
}



.photo-strip {
	--row-height: 400px;
	--gap: 8px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1.9fr 1fr;
	gap: var(--gap);
}
.photo {
	overflow: hidden;
	margin: 0;
}
.photo img {
	display: block;
	width: 100%;
	height: var(--row-height);
	object-fit: cover;
}
@media (max-width: 1024px) {
	.photo-strip {
		--row-height: 300px;
		gap: 16px;
	}
}
@media (max-width: 768px) {
	.photo-strip {
		--row-height: 220px;
		grid-template-columns: 1fr;
	}
	.photo--wide { order: 2; }
}


#cose {
	padding: 5vh 0 0;
	box-sizing: border-box;
}


#logoToo {
	margin: 7vh auto 10vh;
	max-width: 50vw;
}


.separator {
	margin: 5vh auto;
	display: block;
}


#logoF {
	margin: 5vh auto;
}


.contentInside .column6-12 p,
.contentInside .column6-12 h2,
.contentInside .column6-12 h3 { max-width: 70ch; margin-inline: auto; }







@media (max-width: 768px) {
	#home p br {
		display: none;
	}
	h1 {
		font-size: 3.6rem;
		line-height: 4rem;
	}
	#logo {
		max-width: 230px;
		margin: 5vh auto 5vh;
	}
}
/* iPad (tutti i modelli) in verticale */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
	#home p br {
		display: none;
	}
}




.cta-container {
	position: fixed;
	bottom: 0;
	width: 100vw;
	display: block;
	z-index: 9999;
	padding: 30px 0;
	background: linear-gradient(to bottom, transparent 0%, #EDEBEB 100%);
}
.cta-pill {
	font-size: 1.6rem;
	padding: 10px;
	border-radius: 999px;
	background: #111B5D;
	color: #fff;
	border: 3px solid #fff;
	margin: 0 auto;
	width: 340px;
	display: block;
}
.cta-pill:focus {
	border-radius: 999px;
}
.cta-pill:hover {
	background: #ebebeb;
	color: #000;
}
.cta-text {
	width: 115px;
	display: inline-block;
	transform: translateY(3px);
}
.cta-text-left {
	text-align: right;
}
.cta-text-right {
	text-align: left;
	letter-spacing: -0.1rem;
}
.cta-pill svg {
	margin: 0 5px;
	vertical-align: middle;
}



