/*
 * SnowNet commercial homepage.
 * Mobile-first, dependency-free and scoped to the front page.
 */

.sn-home {
	--sn-home-ink: #1c1c1c;
	--sn-home-pink: #f31350;
	--sn-home-surface: #f5f5f7;
	--sn-home-muted: #666;
	color: var(--sn-home-ink);
}

.home .sn-site-header {
	background: rgba(255, 255, 255, .98);
	border-color: rgba(28, 28, 28, .09);
	transition: box-shadow .2s ease, height .2s ease;
}

.home .sn-site-header.is-scrolled {
	box-shadow: 0 8px 28px rgba(28, 28, 28, .09);
}

.home .sn-button {
	background: var(--sn-home-pink);
	border-color: var(--sn-home-pink);
}

.home .sn-button:hover,
.home .sn-button:focus-visible {
	background: #d80d43;
	border-color: #d80d43;
}

.home a:focus-visible,
.home button:focus-visible,
.home input:focus-visible,
.home select:focus-visible,
.home textarea:focus-visible,
.home summary:focus-visible {
	outline: 3px solid rgba(243, 19, 80, .35);
	outline-offset: 3px;
}

.sn-home-section {
	padding-block: 72px;
}

.sn-kicker {
	color: var(--sn-home-pink);
	font-size: .74rem;
	font-weight: 850;
	letter-spacing: .13em;
	margin: 0 0 14px;
	text-transform: uppercase;
}

.sn-home-heading {
	margin: 0 auto 38px;
	max-width: 760px;
	text-align: center;
}

.sn-home-heading h2,
.sn-tech-section h2,
.sn-coverage-section h2,
.sn-final-cta h2 {
	color: var(--sn-home-ink);
	font-size: clamp(2.05rem, 8vw, 3.75rem);
	margin-bottom: 18px;
}

.sn-home-heading > p:last-child,
.sn-coverage-section__intro > p {
	color: var(--sn-home-muted);
	font-size: 1rem;
}

.sn-home-hero {
	align-items: center;
	background: #1c1c1c url("../images/snownet-hero-alps.webp") center center / cover no-repeat;
	color: #fff;
	display: flex;
	min-height: min(760px, calc(100svh - 68px));
	padding-block: 78px;
	position: relative;
}

.sn-home-hero__overlay {
	background: linear-gradient(90deg, rgba(10, 10, 10, .9) 0%, rgba(10, 10, 10, .7) 52%, rgba(10, 10, 10, .18) 100%);
	inset: 0;
	position: absolute;
}

.sn-home-hero__content {
	position: relative;
	z-index: 1;
}

.sn-home-hero h1 {
	color: #fff;
	font-size: clamp(2.7rem, 12vw, 5.7rem);
	letter-spacing: -.055em;
	line-height: .98;
	margin-bottom: 24px;
	max-width: 920px;
}

.sn-home-hero h1 span {
	color: #fff;
}

.sn-home-hero__lead {
	color: rgba(255, 255, 255, .86);
	font-size: 1.05rem;
	line-height: 1.6;
	max-width: 710px;
}

.sn-home-hero__actions,
.sn-final-cta__actions {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-top: 30px;
}

.sn-button--light-outline {
	background: transparent !important;
	border-color: rgba(255, 255, 255, .55) !important;
	color: #fff !important;
}

.sn-button--light-outline:hover,
.sn-button--light-outline:focus-visible {
	background: #fff !important;
	border-color: #fff !important;
	color: var(--sn-home-ink) !important;
}

.sn-trust-list {
	display: grid;
	gap: 10px;
	list-style: none;
	margin: 32px 0 0;
	max-width: 850px;
	padding: 22px 0 0;
}

.sn-trust-list li {
	align-items: center;
	display: flex;
	font-size: .84rem;
	font-weight: 700;
	gap: 9px;
}

.sn-trust-list li::before,
.sn-coverage-section__intro li::before {
	background: var(--sn-home-pink);
	border-radius: 50%;
	content: "";
	flex: 0 0 8px;
	height: 8px;
	width: 8px;
}

.sn-solution-grid,
.sn-benefit-grid {
	display: grid;
	gap: 16px;
}

.sn-solution-card {
	background: #fff;
	border: 1px solid #e5e5e8;
	border-radius: 22px;
	box-shadow: 0 10px 35px rgba(28, 28, 28, .05);
	display: flex;
	flex-direction: column;
	min-height: 100%;
	padding: 26px;
	scroll-margin-top: 100px;
	transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.sn-solution-card:hover {
	border-color: rgba(243, 19, 80, .35);
	box-shadow: 0 18px 46px rgba(28, 28, 28, .09);
	transform: translateY(-3px);
}

.sn-solution-card__icon,
.sn-benefit-grid__icon {
	align-items: center;
	background: rgba(243, 19, 80, .09);
	border-radius: 14px;
	color: var(--sn-home-pink);
	display: flex;
	height: 52px;
	justify-content: center;
	margin-bottom: 24px;
	width: 52px;
}

.sn-icon {
	height: 27px;
	width: 27px;
}

.sn-solution-card h3,
.sn-benefit-grid h3 {
	color: var(--sn-home-ink);
	font-size: 1.35rem;
	margin-bottom: 13px;
}

.sn-solution-card p,
.sn-benefit-grid p {
	color: var(--sn-home-muted);
	font-size: .94rem;
	line-height: 1.65;
}

.sn-solution-card a {
	color: var(--sn-home-pink);
	font-size: .84rem;
	font-weight: 800;
	margin-top: auto;
	padding-top: 12px;
	text-decoration: none;
}

.sn-tech-section {
	background: var(--sn-home-ink);
	color: rgba(255, 255, 255, .75);
}

.sn-tech-section__grid {
	display: grid;
	gap: 34px;
}

.sn-tech-section h2 {
	color: #fff;
}

.sn-tech-section h2 span {
	color: #ff618c;
}

.sn-tech-section__lead {
	font-size: 1.05rem;
	margin-top: 0;
}

.sn-tech-list {
	display: grid;
	gap: 10px;
	grid-template-columns: 1fr;
	list-style: none;
	margin: 30px 0 0;
	padding: 0;
}

.sn-solution-grid {
	gap: 18px;
}

.sn-tech-list li {
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 999px;
	color: #fff;
	font-size: .82rem;
	font-weight: 700;
	padding: 11px 15px;
}

.sn-tech-list li::before {
	color: var(--sn-home-pink);
	content: "●";
	font-size: .62rem;
	margin-right: 9px;
}

.sn-process-list {
	display: grid;
	gap: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}

.sn-process-list li {
	border-left: 2px solid #e5e5e8;
	padding: 0 0 34px 42px;
	position: relative;
}

.sn-process-list li:last-child {
	border-color: transparent;
	padding-bottom: 0;
}

.sn-process-list li > span {
	align-items: center;
	background: var(--sn-home-pink);
	border: 5px solid #fff;
	border-radius: 50%;
	color: #fff;
	display: flex;
	font-size: .72rem;
	font-weight: 850;
	height: 42px;
	justify-content: center;
	left: -22px;
	position: absolute;
	top: -8px;
	width: 42px;
}

.sn-process-list h3 {
	color: var(--sn-home-ink);
	font-size: 1.08rem;
	letter-spacing: -.02em;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.sn-process-list p {
	color: var(--sn-home-muted);
	font-size: .8rem;
	margin: 0;
}

.sn-benefits-section {
	background: var(--sn-home-surface);
}

.sn-benefit-grid article {
	background: #fff;
	border-radius: 20px;
	padding: 25px;
}

.sn-proof-section {
	background: #fff;
}

.sn-placeholder-note {
	background: #fff8e8;
	border: 1px solid #ead59f;
	border-radius: 12px;
	color: #76571c !important;
	font-size: .78rem !important;
	margin: 22px auto 0;
	max-width: 680px;
	padding: 10px 14px;
}

.sn-counter-grid {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2, 1fr);
}

.sn-counter-grid > div {
	background: var(--sn-home-ink);
	border-radius: 18px;
	color: #fff;
	padding: 23px 18px;
}

.sn-counter-grid strong {
	color: #fff;
	display: block;
	font-size: clamp(2rem, 8vw, 3.2rem);
	letter-spacing: -.05em;
	line-height: 1;
}

.sn-counter-grid strong::after {
	color: var(--sn-home-pink);
	content: "+";
}

.sn-counter-grid span {
	color: rgba(255, 255, 255, .7);
	display: block;
	font-size: .76rem;
	margin-top: 8px;
}

.sn-reputation-grid {
	display: grid;
	gap: 16px;
	margin-top: 18px;
}

.sn-review-card,
.sn-client-types {
	background: var(--sn-home-surface);
	border-radius: 18px;
	padding: 24px;
}

.sn-review-card__stars {
	color: var(--sn-home-pink);
	letter-spacing: .12em;
	margin-top: 0;
}

.sn-review-card blockquote {
	color: var(--sn-home-ink);
	font-size: 1rem;
	font-weight: 650;
	margin: 0 0 18px;
}

.sn-review-card > p:last-child {
	color: var(--sn-home-muted);
	font-size: .76rem;
	margin-bottom: 0;
}

.sn-client-types {
	align-content: center;
	display: grid;
	gap: 10px;
	grid-template-columns: 1fr 1fr;
}

.sn-client-types span {
	align-items: center;
	background: #fff;
	border: 1px solid #e3e3e6;
	border-radius: 12px;
	display: flex;
	font-size: .75rem;
	font-weight: 750;
	justify-content: center;
	min-height: 68px;
	padding: 10px;
	text-align: center;
}

.sn-coverage-section {
	background: var(--sn-home-surface);
	scroll-margin-top: 80px;
}

.sn-coverage-section__grid {
	display: grid;
	gap: 36px;
}

.sn-coverage-section__intro > ul {
	display: grid;
	gap: 10px;
	list-style: none;
	margin: 28px 0 0;
	padding: 0;
}

.sn-coverage-section__intro li {
	align-items: center;
	display: flex;
	font-size: .88rem;
	font-weight: 700;
	gap: 10px;
}

.sn-coverage-form {
	background: #fff;
	border: 1px solid #e1e1e4;
	border-radius: 24px;
	box-shadow: 0 20px 55px rgba(28, 28, 28, .07);
	display: grid;
	gap: 17px;
	padding: 22px;
}

.sn-form-field {
	min-width: 0;
}

.sn-form-field label {
	color: var(--sn-home-ink);
	display: block;
	font-size: .8rem;
	font-weight: 750;
	margin-bottom: 7px;
}

.sn-form-field label small {
	color: var(--sn-home-muted);
	font-weight: 500;
}

.sn-form-field input,
.sn-form-field select,
.sn-form-field textarea {
	appearance: none;
	background: #fff;
	border: 1px solid #cfcfd4;
	border-radius: 11px;
	color: var(--sn-home-ink);
	font: inherit;
	font-size: .94rem;
	min-height: 48px;
	padding: 10px 12px;
	width: 100%;
}

.sn-form-field textarea {
	resize: vertical;
}

.sn-form-field.is-invalid input,
.sn-form-field.is-invalid select,
.sn-form-field.is-invalid textarea,
.sn-form-field.is-invalid .sn-consent {
	border-color: #b42318;
}

.sn-field-error {
	color: #b42318;
	display: block;
	font-size: .74rem;
	margin-top: 5px;
	min-height: 1em;
}

.sn-consent label {
	align-items: flex-start;
	display: flex;
	font-weight: 500;
	gap: 10px;
	line-height: 1.5;
}

.sn-consent input {
	flex: 0 0 19px;
	height: 19px;
	min-height: 0;
	margin-top: 2px;
	width: 19px;
}

.sn-coverage-form .sn-button {
	border: 0;
	cursor: pointer;
	width: 100%;
}

.sn-form-status {
	color: #176b4d;
	font-size: .84rem;
	font-weight: 700;
	margin: 12px 0 0;
}

.sn-final-cta {
	background: var(--sn-home-ink);
	color: rgba(255, 255, 255, .72);
	padding-block: 66px;
}

.sn-final-cta h2 {
	color: #fff;
}

.sn-final-cta__inner {
	display: grid;
	gap: 28px;
}

.sn-mobile-actions {
	background: #fff;
	border-top: 1px solid #dddde1;
	bottom: 0;
	box-shadow: 0 -8px 28px rgba(28, 28, 28, .1);
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	left: 0;
	padding: 8px max(8px, env(safe-area-inset-right)) calc(8px + env(safe-area-inset-bottom)) max(8px, env(safe-area-inset-left));
	position: fixed;
	right: 0;
	z-index: 1200;
}

.sn-mobile-actions a {
	border-right: 1px solid #e6e6e8;
	color: var(--sn-home-ink);
	font-size: .72rem;
	font-weight: 800;
	padding: 8px 5px;
	text-align: center;
	text-decoration: none;
}

.sn-mobile-actions a:last-child {
	background: var(--sn-home-pink);
	border-radius: 999px;
	color: #fff;
}

.sn-reveal {
	opacity: 1;
	transform: none;
}

.js .sn-reveal {
	opacity: 1;
	transform: translateY(18px);
	transition: opacity .55s ease, transform .55s ease;
}

.js .sn-reveal.is-visible {
	opacity: 1;
	transform: none;
}

@media (min-width: 560px) {
	.sn-home-hero__actions,
	.sn-final-cta__actions {
		flex-direction: row;
	}

	.sn-trust-list {
		grid-template-columns: repeat(3, auto);
	}

	.sn-tech-list,
	.sn-coverage-form {
		grid-template-columns: repeat(2, 1fr);
	}

	.sn-form-field--full {
		grid-column: 1 / -1;
	}
}

@media (min-width: 760px) {
	.sn-home-section {
		padding-block: 96px;
	}

	.sn-home-hero {
		min-height: 720px;
		padding-block: 110px;
	}

	.sn-solution-grid,
	.sn-benefit-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.sn-tech-list {
		grid-template-columns: repeat(2, 1fr);
	}

	.sn-process-list {
		grid-template-columns: repeat(4, 1fr);
		padding-top: 15px;
	}

	.sn-process-list li {
		border-left: 0;
		border-top: 2px solid #e5e5e8;
		padding: 42px 28px 0 0;
	}

	.sn-process-list li:last-child {
		border-color: transparent;
	}

	.sn-process-list li > span {
		border-width: 5px;
		left: 0;
		top: -22px;
	}

	.sn-counter-grid {
		grid-template-columns: repeat(4, 1fr);
	}

	.sn-reputation-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.sn-client-types {
		grid-column: 1 / -1;
		grid-template-columns: repeat(4, 1fr);
	}

	.sn-coverage-form {
		padding: 32px;
	}

	.sn-form-field--wide {
		grid-column: span 1;
	}
}

@media (min-width: 1024px) {
	.sn-solution-grid,
	.sn-benefit-grid {
		grid-template-columns: repeat(4, 1fr);
	}

	.sn-tech-section__grid,
	.sn-coverage-section__grid,
	.sn-final-cta__inner {
		align-items: start;
		grid-template-columns: .9fr 1.1fr;
		gap: 78px;
	}

	.sn-reputation-grid {
		grid-template-columns: 1fr 1fr .9fr;
	}

	.sn-client-types {
		grid-column: auto;
		grid-template-columns: repeat(2, 1fr);
	}

	.sn-coverage-section__intro {
		position: sticky;
		top: 120px;
	}

	.sn-final-cta__inner {
		align-items: center;
		grid-template-columns: 1fr auto;
	}

	.sn-final-cta__actions {
		margin-top: 0;
	}
}

@media (min-width: 961px) {
	.sn-mobile-actions {
		display: none;
	}
}

@media (max-width: 960px) {
	.home .sn-site-footer {
		padding-bottom: 66px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.sn-solution-card,
	.js .sn-reveal {
		opacity: 1;
		transform: none;
		transition: none;
	}
}

/*
 * Final art direction: compact premium layout based on the approved mockup.
 */

.home .sn-site-header {
	background: #111;
	border-color: rgba(255, 255, 255, .08);
}

.home .sn-site-header__inner {
	height: 70px;
}

.home .sn-brand--image {
	background: linear-gradient(90deg, #fff 0 52%, #f31350 52%);
	height: 37px;
	-webkit-mask: url("../images/snownet-logo.png") center / contain no-repeat;
	mask: url("../images/snownet-logo.png") center / contain no-repeat;
	width: 156px;
}

.home .sn-brand--image img {
	opacity: 0;
}

.home .sn-primary-nav a,
.home .sn-header-actions > a:first-child {
	color: #fff;
}

.home .sn-header-actions > a:first-child {
	display: inline-flex;
}

.home .sn-primary-nav .sub-menu {
	background: #fff;
}

.home .sn-primary-nav .sub-menu a {
	color: #1c1c1c;
}

.home .sn-menu-button span {
	background: #fff;
}

.home .sn-mobile-nav {
	background: #111;
	border-color: rgba(255, 255, 255, .12);
}

.home .sn-mobile-nav a {
	border-color: rgba(255, 255, 255, .1);
	color: #fff;
}

.sn-home-section {
	padding-block: 52px;
}

.sn-home-heading {
	margin-bottom: 34px;
}

.sn-home-heading h2 {
	font-size: clamp(1.8rem, 5vw, 2.65rem);
}

.sn-home-hero {
	background-color: #fff;
	background-position: right center;
	background-size: auto 100%;
	color: #1c1c1c;
	min-height: 570px;
	padding-block: 64px 48px;
}

.sn-home-hero__overlay {
	background: linear-gradient(90deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .96) 37%, rgba(255, 255, 255, .62) 48%, rgba(255, 255, 255, 0) 63%);
}

.sn-home-hero h1 {
	color: #1c1c1c;
	font-size: clamp(3rem, 5vw, 4.15rem);
	line-height: .98;
	max-width: 520px;
}

.sn-home-hero h1 span {
	color: #f31350;
}

.sn-home-hero__lead {
	color: #555;
	font-size: .98rem;
	max-width: 470px;
}

.sn-home-hero .sn-button--light-outline {
	border-color: #1c1c1c !important;
	color: #1c1c1c !important;
}

.sn-home-hero .sn-button--light-outline:hover,
.sn-home-hero .sn-button--light-outline:focus-visible {
	background: #1c1c1c !important;
	color: #fff !important;
}

.sn-trust-list {
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 16px 42px rgba(28, 28, 28, .14);
	gap: 0;
	margin-top: 38px;
	max-width: 1020px;
	padding: 0;
}

.sn-trust-list li {
	border-bottom: 1px solid #ededf0;
	color: #1c1c1c;
	justify-content: center;
	min-height: 74px;
	padding: 16px;
}

.sn-trust-list li::before {
	background: transparent;
	border: 2px solid #f31350;
	height: 17px;
	width: 17px;
}

#soluzioni {
	padding-top: 58px;
}

.sn-solution-grid {
	gap: 0;
}

.sn-solution-card {
	border: 0;
	border-bottom: 1px solid #e6e6e8;
	border-radius: 0;
	box-shadow: none;
	min-height: 0;
	padding: 28px 16px;
}

.sn-solution-card:hover {
	border-color: #e6e6e8;
	box-shadow: none;
	transform: none;
}

.sn-solution-card__icon {
	background: transparent;
	border-radius: 0;
	height: 44px;
	margin-bottom: 16px;
	width: 44px;
}

.sn-solution-card__icon .sn-icon {
	height: 34px;
	width: 34px;
}

.sn-solution-card h3 {
	font-size: 1.15rem;
}

.sn-solution-card p {
	font-size: .82rem;
	line-height: 1.55;
}

.sn-tech-section {
	padding-block: 50px;
}

.sn-tech-section__grid {
	align-items: center;
}

.sn-tech-section h2 {
	font-size: clamp(2rem, 4.2vw, 2.75rem);
}

.sn-tech-section__button {
	margin-top: 20px;
}

.sn-tech-list {
	margin-top: 0;
}

.sn-tech-list li {
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, .14);
	border-radius: 0;
	padding: 15px 4px;
}

.sn-process-section,
.sn-benefits-section {
	background: #fff;
}

.sn-benefit-grid {
	gap: 0;
}

.sn-benefit-grid article {
	border-bottom: 1px solid #e7e7ea;
	border-radius: 0;
	padding: 26px 18px;
	text-align: center;
}

.sn-benefit-grid__icon {
	background: transparent;
	margin-inline: auto;
}

.sn-benefit-grid h3 {
	font-size: .92rem;
	text-transform: uppercase;
}

.sn-benefit-grid p {
	font-size: .8rem;
}

.sn-proof-section {
	background: linear-gradient(rgba(245, 245, 247, .82), rgba(245, 245, 247, .94)), url("../images/snownet-hero-alps.webp") center 65% / cover no-repeat;
}

.sn-placeholder-note {
	font-size: .68rem !important;
	margin-top: 12px;
}

.sn-counter-grid {
	gap: 0;
}

.sn-counter-grid > div {
	background: transparent;
	border-radius: 0;
	color: #1c1c1c;
	padding: 20px 12px;
	text-align: center;
}

.sn-counter-grid strong {
	color: #f31350;
	font-size: clamp(2.1rem, 5vw, 3.3rem);
}

.sn-counter-grid span {
	color: #444;
	font-weight: 700;
}

.sn-google-review {
	align-items: center;
	background: #fff;
	border-radius: 15px;
	box-shadow: 0 16px 42px rgba(28, 28, 28, .14);
	display: grid;
	gap: 22px;
	margin-top: 24px;
	padding: 24px;
}

.sn-google-review__score {
	display: grid;
	gap: 2px;
}

.sn-google-review__score strong {
	color: #4285f4;
	font-size: 1.45rem;
}

.sn-google-review__score span {
	font-size: .78rem;
	font-weight: 700;
}

.sn-google-review blockquote {
	border-left: 2px solid #f31350;
	font-size: .82rem;
	margin: 0;
	padding-left: 17px;
}

.sn-google-review cite {
	color: #f31350;
	display: block;
	font-size: .7rem;
	font-style: normal;
	font-weight: 750;
	margin-top: 8px;
}

.sn-coverage-section {
	overflow: hidden;
	padding-bottom: 0;
}

.sn-coverage-section__intro {
	padding-bottom: 310px;
	position: relative !important;
	top: auto !important;
}

.sn-coverage-section h2 {
	font-size: clamp(2rem, 4.5vw, 3.15rem);
}

.sn-coverage-advisor {
	bottom: -36px;
	height: auto;
	left: 0;
	max-width: 270px;
	position: absolute;
	width: 70%;
}

.sn-coverage-form {
	align-self: start;
	box-shadow: 0 14px 38px rgba(28, 28, 28, .08);
	margin-bottom: 62px;
}

.sn-final-cta {
	padding-block: 30px;
}

.sn-final-cta h2 {
	font-size: clamp(1.5rem, 3.2vw, 2rem);
	margin-bottom: 6px;
}

.sn-final-cta p {
	font-size: .84rem;
	margin: 0;
}

.home .sn-site-footer {
	background: #fff;
	color: #555;
}

.home .sn-site-footer h2 {
	color: #1c1c1c;
}

.home .sn-site-footer a,
.home .sn-footer-address,
.home .sn-social-placeholder {
	color: #666;
}

.home .sn-site-footer__bottom {
	border-color: #e5e5e8;
}

.home .sn-footer-logo {
	padding-left: 0;
}

@media (min-width: 560px) {
	.sn-trust-list {
		grid-template-columns: repeat(3, 1fr);
	}

	.sn-trust-list li {
		border-bottom: 0;
		border-right: 1px solid #ededf0;
	}

	.sn-trust-list li:last-child {
		border-right: 0;
	}

	.sn-google-review {
		grid-template-columns: .7fr 1fr 1fr;
	}
}

@media (min-width: 760px) {
	.sn-solution-grid,
	.sn-benefit-grid {
		grid-template-columns: repeat(4, 1fr);
	}

	.sn-solution-card,
	.sn-benefit-grid article {
		border-bottom: 0;
		border-right: 1px solid #e6e6e8;
	}

	.sn-solution-card:last-child,
	.sn-benefit-grid article:last-child {
		border-right: 0;
	}
}

@media (min-width: 1024px) {
	.sn-home-hero__content {
		padding-right: 52%;
	}

	.sn-trust-list {
		margin-right: 0;
		max-width: 1260px;
		width: calc(100vw - 120px);
	}

	.sn-tech-section__grid {
		grid-template-columns: .7fr 1.3fr;
	}

	.sn-coverage-section__grid {
		grid-template-columns: .72fr 1.28fr;
	}

	.sn-coverage-form {
		grid-template-columns: repeat(3, 1fr);
	}

	.sn-form-field--full {
		grid-column: 1 / -1;
	}

	.sn-form-field--wide {
		grid-column: span 2;
	}
}

@media (max-width: 759px) {
	.sn-home-hero {
		background-position: 64% center;
		background-size: cover;
		min-height: 0;
	}

	.sn-home-hero__overlay {
		background: linear-gradient(90deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .93) 64%, rgba(255, 255, 255, .62) 100%);
	}

	.sn-home-hero h1 {
		font-size: clamp(2.65rem, 13vw, 4rem);
	}
}

/*
 * Completion pass for the approved premium homepage.
 */

.sn-hero-signal {
	color: #f31350;
	margin-bottom: 14px;
}

.sn-hero-signal .sn-icon {
	height: 30px;
	width: 30px;
}

.sn-trust-list {
	grid-template-columns: repeat(4, 1fr);
	max-width: none;
	width: 100%;
}

.sn-trust-list li {
	border-bottom: 0;
	border-right: 1px solid #e5e5e7;
	justify-content: flex-start;
}

.sn-trust-list li:last-child {
	border-right: 0;
}

.sn-trust-list li::before {
	display: none;
}

.sn-trust-list .sn-icon {
	color: #f31350;
	flex: 0 0 auto;
	height: 31px;
	width: 31px;
}

.sn-trust-list span {
	display: grid;
	line-height: 1.3;
}

.sn-trust-list small {
	color: #66666b;
	font-size: .68rem;
	font-weight: 500;
	margin-top: 4px;
}

.sn-solution-card {
	border: 1px solid #e5e5e7;
	border-radius: 12px;
	box-shadow: 0 7px 22px rgba(8, 8, 8, .08);
	overflow: hidden;
	padding: 0;
}

.sn-solution-card:hover {
	border-color: rgba(243, 19, 80, .28);
	box-shadow: 0 12px 30px rgba(8, 8, 8, .11);
	transform: translateY(-2px);
}

.sn-solution-card__media {
	aspect-ratio: 1.7;
	background: #ececee;
	position: relative;
}

.sn-solution-card__media > img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.sn-solution-card__media .sn-solution-card__icon {
	background: #f31350;
	border: 5px solid #fff;
	border-radius: 50%;
	bottom: -23px;
	color: #fff;
	height: 52px;
	left: 18px;
	margin: 0;
	position: absolute;
	width: 52px;
}

.sn-solution-card__media .sn-solution-card__icon .sn-icon {
	height: 25px;
	width: 25px;
}

.sn-solution-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 31px 18px 18px;
}

.sn-solution-card__body h3 {
	font-size: 1.08rem;
}

.sn-solution-card__body p {
	font-size: .75rem;
}

.sn-tech-list {
	gap: 7px;
}

.sn-tech-list li {
	align-items: center;
	background: rgba(255, 255, 255, .045);
	border: 1px solid rgba(255, 255, 255, .07);
	border-radius: 8px;
	display: grid;
	gap: 13px;
	grid-template-columns: auto 1fr;
	min-height: 74px;
	padding: 11px 14px;
}

.sn-tech-list li::before {
	display: none;
}

.sn-tech-list li > a {
	color: inherit;
	display: contents;
}

.sn-tech-list li:focus-within {
	border-color: rgba(243, 19, 80, .5);
	box-shadow: 0 0 0 3px rgba(243, 19, 80, .12);
}

.sn-tech-list .sn-icon {
	color: #f31350;
	height: 34px;
	width: 34px;
}

.sn-tech-list li span {
	display: grid;
	gap: 3px;
	line-height: 1.25;
}

.sn-tech-list li small {
	color: rgba(255, 255, 255, .68);
	font-size: .67rem;
	font-weight: 500;
}

.sn-process-list .sn-step-number {
	align-items: center;
	background: #f31350;
	border: 0;
	color: #fff;
	display: flex;
	height: 28px;
	justify-content: center;
	left: -15px;
	top: -4px;
	width: 28px;
}

.sn-process-list .sn-step-icon {
	align-items: center;
	background: #fff0f4;
	border: 1px solid #ffd0dd;
	color: #f31350;
	display: flex;
	height: 42px;
	justify-content: center;
	left: 27px;
	top: -10px;
	width: 42px;
}

.sn-process-list .sn-step-icon .sn-icon {
	height: 23px;
	width: 23px;
}

.sn-benefits-section {
	background: #fff;
	padding-top: 0;
}

.sn-benefits-layout {
	background: #f6f6f7;
	border-radius: 14px;
	padding-block: 28px;
}

.sn-benefits-layout > .sn-home-heading {
	margin-bottom: 24px;
	text-align: left;
}

.sn-benefits-layout > .sn-home-heading h2 {
	font-size: 1.55rem;
	margin: 0;
	max-width: 220px;
}

.sn-benefit-grid article {
	background: transparent;
	border-bottom: 1px solid #e1e1e4;
	padding: 20px 12px;
	text-align: left;
}

.sn-benefit-grid__icon {
	background: transparent;
	height: 42px;
	margin: 0 0 12px;
	width: 42px;
}

.sn-benefit-grid__icon .sn-icon {
	height: 38px;
	width: 38px;
}

.sn-benefit-grid h3 {
	font-size: .8rem;
	text-transform: none;
}

.sn-benefit-grid p {
	font-size: .7rem;
	line-height: 1.4;
}

.sn-proof-section {
	background: #fff;
	padding-top: 0;
}

.sn-proof-panel {
	background: #0b0b0c;
	border-radius: 14px;
	color: #fff;
	display: grid;
	overflow: hidden;
}

.sn-proof-panel h2 {
	color: #fff;
	font-size: 1.25rem;
	margin-bottom: 18px;
}

.sn-proof-stats,
.sn-proof-reviews {
	padding: 30px;
}

.sn-proof-stats {
	background: linear-gradient(rgba(5, 5, 6, .78), rgba(5, 5, 6, .94)), url("../images/snownet-hero-alps.webp") center / cover no-repeat;
}

.sn-proof-panel .sn-placeholder-note {
	background: transparent;
	border: 0;
	color: rgba(255, 255, 255, .5) !important;
	margin: -10px 0 15px;
	padding: 0;
	text-align: left;
}

.sn-proof-panel .sn-counter-grid {
	grid-template-columns: repeat(2, 1fr);
}

.sn-proof-panel .sn-counter-grid > div {
	color: #fff;
	padding: 10px 4px;
	text-align: left;
}

.sn-proof-panel .sn-counter-grid strong {
	font-size: clamp(1.7rem, 4vw, 2.5rem);
}

.sn-proof-panel .sn-counter-grid span {
	color: #fff;
	font-size: .66rem;
}

.sn-partner-row {
	align-items: center;
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 24px;
}

.sn-partner-row span {
	color: rgba(255, 255, 255, .78);
	font-family: Georgia, serif;
	font-size: .75rem;
	font-style: italic;
	font-weight: 700;
	line-height: 1.05;
	text-align: center;
}

.sn-proof-reviews {
	display: grid;
	gap: 15px;
}

.sn-google-review__score {
	align-content: start;
}

.sn-google-review__score strong {
	color: #d5d5d8;
	font-size: 1.25rem;
}

.sn-google-review__score > span:not(.sn-review-card__stars) {
	font-size: 1.7rem;
	font-weight: 800;
	white-space: nowrap;
}

.sn-google-review__score small {
	color: rgba(255, 255, 255, .55);
	font-size: .62rem;
}

.sn-review-track {
	display: grid;
	min-width: 0;
}

.sn-review-slide {
	background: #fff;
	border-radius: 8px;
	color: #222;
	display: none;
	font-size: .75rem;
	line-height: 1.45;
	margin: 0;
	min-width: 0;
	min-height: 148px;
	overflow-wrap: anywhere;
	padding: 18px;
}

.sn-review-slider {
	min-width: 0;
}

.sn-review-slide.is-active {
	display: block;
}

.sn-review-slide cite {
	display: grid;
	font-size: .68rem;
	font-style: normal;
	font-weight: 800;
	margin-top: 16px;
}

.sn-review-slide cite small {
	color: #66666b;
	font-weight: 500;
}

.sn-review-controls {
	align-items: center;
	display: flex;
	gap: 12px;
	justify-content: center;
}

.sn-review-controls button {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, .3);
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	height: 32px;
	width: 32px;
}

.sn-review-dots {
	display: flex;
	gap: 6px;
}

.sn-review-dots span {
	background: rgba(255, 255, 255, .3);
	border-radius: 50%;
	height: 6px;
	width: 6px;
}

.sn-review-dots .is-active {
	background: #f31350;
}

.sn-coverage-section {
	padding-block: 38px 0;
}

.sn-coverage-section__grid {
	gap: 30px;
}

.sn-coverage-section__intro {
	padding-bottom: 250px;
}

.sn-coverage-section h2 {
	font-size: clamp(1.9rem, 4vw, 2.55rem);
}

.sn-coverage-advisor {
	bottom: -18px;
	max-width: 230px;
}

.sn-coverage-form {
	border-radius: 14px;
	gap: 11px;
	margin-bottom: 34px;
	padding: 20px;
}

.sn-form-field label {
	font-size: .68rem;
	margin-bottom: 4px;
}

.sn-form-field input,
.sn-form-field select,
.sn-form-field textarea {
	border-radius: 6px;
	font-size: .75rem;
	min-height: 40px;
	padding: 8px 10px;
}

.sn-form-field textarea {
	min-height: 66px;
}

.sn-field-error {
	font-size: .62rem;
}

.sn-consent label {
	font-size: .62rem;
}

.sn-coverage-form button:disabled {
	cursor: wait;
	opacity: .7;
}

.home .sn-site-footer {
	background: #0d0d0e;
	color: rgba(255, 255, 255, .7);
}

.home .sn-site-footer h2 {
	color: #fff;
}

.home .sn-site-footer a,
.home .sn-footer-address,
.home .sn-social-placeholder {
	color: rgba(255, 255, 255, .7);
}

.home .sn-site-footer__bottom {
	border-color: rgba(255, 255, 255, .1);
}

.home .sn-footer-logo {
	background: transparent;
}

@media (min-width: 760px) {
	.sn-process-list li {
		border-top: 1px dashed #f31350;
		padding: 60px 18px 0;
		text-align: center;
	}

	.sn-process-list li:last-child {
		border-color: transparent;
	}

	.sn-process-list .sn-step-number {
		left: 0;
		top: -14px;
	}

	.sn-process-list .sn-step-icon {
		left: 50%;
		top: 17px;
		transform: translateX(-50%);
	}

	.sn-benefit-grid article {
		border-bottom: 0;
		border-right: 1px solid #dedee1;
	}

	.sn-proof-panel .sn-counter-grid,
	.sn-partner-row {
		grid-template-columns: repeat(4, 1fr);
	}
}

@media (min-width: 1024px) {
	.sn-home-hero__content {
		padding-right: 50%;
	}

	.sn-trust-list {
		width: calc(100vw - 80px);
	}

	.sn-tech-list {
		grid-template-columns: repeat(3, 1fr);
	}

	.sn-benefits-layout {
		align-items: center;
		display: grid;
		grid-template-columns: .8fr 4fr;
	}

	.sn-benefits-layout > .sn-home-heading {
		margin: 0;
		padding: 0 18px;
	}

	.sn-proof-panel {
		grid-template-columns: .94fr 1.06fr;
	}

	.sn-proof-reviews {
		grid-template-columns: 90px minmax(0, 1fr);
		min-width: 0;
	}

	.sn-proof-reviews > h2 {
		grid-column: 1 / -1;
	}

	.sn-review-track {
		gap: 6px;
		grid-template-columns: repeat(3, 1fr);
	}

	.sn-review-slide,
	.sn-review-slide.is-active {
		display: block;
	}

	.sn-review-slide[aria-hidden="true"] {
		display: block;
	}

	.sn-review-controls {
		display: none;
	}

	.sn-coverage-section__grid {
		grid-template-columns: .62fr 1.38fr;
	}

	.sn-coverage-form {
		grid-template-columns: repeat(4, 1fr);
	}

	.sn-form-field--wide {
		grid-column: span 2;
	}

	.sn-form-field--message {
		grid-column: 1 / -1;
	}

	.sn-form-field--consent {
		align-self: center;
		grid-column: 1 / 3;
	}

	.sn-form-field--submit {
		align-self: center;
		grid-column: 3 / 5;
	}
}

@media (max-width: 759px) {
	.sn-trust-list {
		grid-template-columns: 1fr;
	}

	.sn-trust-list li {
		border-bottom: 1px solid #e5e5e7;
		border-right: 0;
	}

	.sn-solution-card {
		border-radius: 16px;
	}

	.sn-benefits-layout {
		border-radius: 0;
	}
}

/*
 * Premium refinement and alignment pass.
 */

html,
body {
	max-width: 100%;
	overflow-x: clip;
}

.home .sn-site-header {
	box-shadow: 0 1px 0 rgba(255, 255, 255, .06);
}

.home .sn-site-header.is-scrolled {
	box-shadow: 0 12px 34px rgba(0, 0, 0, .24);
}

.home .sn-primary-nav a {
	position: relative;
}

.home .sn-primary-nav > ul > li > a::after {
	background: #f31350;
	bottom: -9px;
	content: "";
	height: 2px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%) scaleX(0);
	transition: transform .2s ease;
	width: 20px;
}

.home .sn-primary-nav > ul > li > a:hover::after,
.home .sn-primary-nav > ul > li > a:focus-visible::after {
	transform: translateX(-50%) scaleX(1);
}

.sn-home-hero::after {
	background: linear-gradient(180deg, transparent 72%, rgba(8, 8, 8, .06));
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.sn-home-hero__content {
	z-index: 2;
}

.sn-home-hero h1 {
	text-wrap: balance;
}

.sn-home-hero__lead {
	max-width: 520px;
}

.sn-home-hero__actions .sn-button {
	box-shadow: 0 10px 28px rgba(243, 19, 80, .18);
}

.sn-home-hero__actions .sn-button--light-outline {
	box-shadow: none;
}

.sn-trust-list {
	border: 1px solid rgba(8, 8, 8, .06);
	max-width: 1320px;
}

.sn-home-heading .sn-kicker {
	margin-bottom: 9px;
}

.sn-home-heading > p:last-child {
	margin: -8px auto 0;
	max-width: 590px;
}

#soluzioni {
	background:
		radial-gradient(circle at 12% 0%, rgba(243, 19, 80, .045), transparent 24rem),
		#fff;
}

.sn-solution-card {
	isolation: isolate;
	position: relative;
}

.sn-solution-card::before {
	background: linear-gradient(90deg, #f31350, #ff678e);
	content: "";
	height: 3px;
	inset: 0 0 auto;
	opacity: 0;
	position: absolute;
	transform: scaleX(.4);
	transition: opacity .2s ease, transform .2s ease;
	z-index: 2;
}

.sn-solution-card:hover::before {
	opacity: 1;
	transform: scaleX(1);
}

.sn-solution-card__media {
	overflow: visible;
}

.sn-solution-card__media > img {
	transition: transform .45s ease;
}

.sn-solution-card:hover .sn-solution-card__media > img {
	transform: scale(1.035);
}

.sn-solution-card__media::after {
	background: linear-gradient(180deg, transparent 58%, rgba(8, 8, 8, .3));
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.sn-solution-card__media .sn-solution-card__icon {
	box-shadow: 0 8px 18px rgba(243, 19, 80, .24);
	z-index: 3;
}

.sn-solution-card__body {
	background: linear-gradient(180deg, #fff, #fdfdfd);
	position: relative;
	z-index: 1;
}

.sn-tech-section {
	background:
		radial-gradient(circle at 12% 30%, rgba(243, 19, 80, .13), transparent 24rem),
		#171717;
	position: relative;
}

.sn-tech-section::before {
	border: 1px solid rgba(243, 19, 80, .16);
	border-radius: 50%;
	content: "";
	height: 280px;
	left: -180px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 280px;
}

.sn-tech-section__grid {
	position: relative;
}

.sn-tech-list {
	counter-reset: sn-technology;
}

.sn-tech-list li {
	counter-increment: sn-technology;
	overflow: hidden;
	position: relative;
	transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.sn-tech-list li::after {
	color: rgba(255, 255, 255, .09);
	content: "0" counter(sn-technology);
	font-size: 1.65rem;
	font-weight: 850;
	letter-spacing: -.08em;
	position: absolute;
	right: 9px;
	top: 5px;
}

.sn-tech-list li:hover {
	background: rgba(255, 255, 255, .075);
	border-color: rgba(243, 19, 80, .35);
	transform: translateY(-2px);
}

.sn-process-section {
	background:
		linear-gradient(180deg, #fff 0%, #fff 78%, #fafafa 100%);
}

.sn-process-list .sn-step-number {
	box-shadow: 0 0 0 6px #fff;
}

.sn-process-list .sn-step-icon {
	box-shadow: 0 8px 22px rgba(243, 19, 80, .08);
}

#soluzioni > .sn-container,
#come-funziona > .sn-container {
	max-width: 1320px;
}

#soluzioni .sn-solution-grid,
#soluzioni .sn-solution-card {
	min-width: 0;
}

@media (min-width: 760px) {
	.sn-process-list {
		padding-top: 0;
		position: relative;
	}

	.sn-process-list::before {
		border-top: 1px dashed rgba(243, 19, 80, .55);
		content: "";
		left: 12.5%;
		position: absolute;
		right: 12.5%;
		top: 69px;
	}

	.sn-process-list li,
	.sn-process-list li:last-child {
		border-top: 0;
	}

	.sn-process-list .sn-step-number {
		left: 50%;
		top: 0;
		transform: translateX(-50%);
		z-index: 2;
	}
}

#come-funziona .sn-home-heading .sn-kicker,
#come-funziona .sn-home-heading > p:last-child {
	display: none;
}

@media (min-width: 760px) {
	#come-funziona {
		padding-block: 34px 40px;
	}

	#come-funziona .sn-home-heading {
		margin-bottom: 28px;
	}

	#come-funziona .sn-home-heading h2 {
		font-size: clamp(1.7rem, 2.2vw, 2.1rem);
		margin-bottom: 0;
	}

	.sn-process-list li {
		padding: 112px 16px 18px;
	}

	.sn-process-list li::before {
		border-left: 1px dashed rgba(243, 19, 80, .55);
		content: "";
		height: 12px;
		left: 50%;
		position: absolute;
		top: 30px;
		transform: translateX(-50%);
	}

	.sn-process-list .sn-step-number {
		box-shadow: 0 0 0 6px #fff;
		height: 30px;
		width: 30px;
	}

	.sn-process-list .sn-step-icon {
		background: #fff4f7;
		border: 1px solid #ffc8d7;
		box-shadow: 0 9px 24px rgba(243, 19, 80, .12);
		height: 54px;
		left: 50%;
		top: 42px;
		transform: translateX(-50%);
		transition: background .2s ease, box-shadow .2s ease, transform .2s ease;
		width: 54px;
		z-index: 2;
	}

	.sn-process-list .sn-step-icon .sn-icon {
		height: 27px;
		width: 27px;
	}

	.sn-process-list li:hover .sn-step-icon {
		background: #fff;
		box-shadow: 0 12px 28px rgba(243, 19, 80, .18);
		transform: translateX(-50%) translateY(-3px);
	}

	.sn-process-list h3 {
		font-size: .92rem;
		margin-bottom: 5px;
		text-transform: none;
	}

	.sn-process-list p {
		font-size: .74rem;
		line-height: 1.45;
	}

	.sn-benefits-section {
		padding-bottom: 32px;
	}

	.sn-benefits-layout {
		padding-block: 16px;
	}

	.sn-benefits-layout > .sn-home-heading h2 {
		font-size: 1.35rem;
	}

	.sn-benefit-grid article {
		padding: 10px 12px;
	}

	.sn-benefit-grid__icon {
		height: 36px;
		margin-bottom: 7px;
		width: 36px;
	}

	.sn-benefit-grid__icon .sn-icon {
		height: 32px;
		width: 32px;
	}

	.sn-benefit-grid h3 {
		font-size: .76rem;
		margin-bottom: 6px;
	}

	.sn-benefit-grid p {
		font-size: .68rem;
		line-height: 1.35;
		margin: 0;
	}
}

.sn-benefits-layout {
	border: 1px solid #ededf0;
	box-shadow: 0 18px 30px -22px rgba(8, 8, 8, .22);
}

.sn-benefit-grid article {
	transition: background .2s ease;
}

.sn-benefit-grid article:hover {
	background: rgba(255, 255, 255, .72);
}

.sn-benefits-section {
	padding-top: 22px;
	position: relative;
	z-index: 1;
}

@media (max-width: 759px) {
	.sn-benefits-section {
		padding-top: 18px;
	}
}

.sn-proof-panel {
	border: 1px solid rgba(255, 255, 255, .08);
	box-shadow: 0 24px 55px rgba(8, 8, 8, .14);
}

.sn-proof-stats {
	position: relative;
}

.sn-proof-stats::after {
	background: linear-gradient(90deg, transparent, rgba(243, 19, 80, .7), transparent);
	bottom: 0;
	content: "";
	height: 1px;
	left: 8%;
	position: absolute;
	right: 8%;
}

.sn-counter-grid strong {
	font-variant-numeric: tabular-nums;
}

.sn-review-slide {
	border: 1px solid rgba(8, 8, 8, .07);
	box-shadow: 0 12px 28px rgba(0, 0, 0, .13);
	position: relative;
}

.sn-review-slide::before {
	color: #f31350;
	content: "“";
	font-family: Georgia, serif;
	font-size: 2.5rem;
	line-height: 1;
	opacity: .2;
	position: absolute;
	right: 10px;
	top: 7px;
}

.sn-review-card__stars {
	letter-spacing: .08em;
}

/*
 * Trust and reputation visual system.
 */
.sn-proof-panel {
	background: #09090a;
	border-radius: 20px;
}

.sn-proof-stats,
.sn-proof-reviews {
	padding: 32px;
}

.sn-proof-stats {
	background:
		linear-gradient(110deg, rgba(8, 8, 9, .78), rgba(8, 8, 9, .94)),
		url("../images/snownet-hero-alps.webp") center / cover no-repeat;
	overflow: hidden;
}

.sn-proof-stats::before {
	border: 1px solid rgba(243, 19, 80, .13);
	border-radius: 50%;
	box-shadow:
		0 0 0 34px rgba(243, 19, 80, .055),
		0 0 0 68px rgba(243, 19, 80, .025);
	content: "";
	height: 150px;
	position: absolute;
	right: -88px;
	top: -88px;
	width: 150px;
}

.sn-proof-stats > * {
	position: relative;
	z-index: 1;
}

.sn-proof-heading,
.sn-proof-reviews__heading {
	align-items: flex-start;
	display: flex;
	gap: 20px;
	justify-content: space-between;
}

.sn-proof-kicker {
	align-items: center;
	color: #f31350;
	display: flex;
	font-size: .61rem;
	font-weight: 850;
	gap: 7px;
	letter-spacing: .13em;
	margin: 0 0 7px;
	text-transform: uppercase;
}

.sn-proof-kicker > span {
	background: #f31350;
	border-radius: 50%;
	box-shadow: 0 0 0 4px rgba(243, 19, 80, .14);
	height: 6px;
	width: 6px;
}

.sn-proof-heading h2,
.sn-proof-reviews__heading h2 {
	margin-bottom: 0;
}

.sn-proof-heading .sn-placeholder-note {
	line-height: 1.45;
	margin: 7px 0 0;
	position: relative;
}

.sn-proof-heading,
.sn-proof-reviews__heading {
	min-height: 68px;
}

.sn-proof-heading .sn-proof-signal {
	align-self: center;
}

.sn-proof-panel .sn-counter-grid {
	margin-top: 15px;
}

.sn-proof-signal {
	align-items: center;
	background: rgba(255, 255, 255, .07);
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 50%;
	color: #f31350;
	display: flex;
	flex: 0 0 46px;
	height: 46px;
	justify-content: center;
	position: relative;
	width: 46px;
}

.sn-proof-signal::after {
	border: 1px solid rgba(243, 19, 80, .2);
	border-radius: inherit;
	content: "";
	inset: -8px;
	position: absolute;
}

.sn-proof-signal .sn-icon {
	height: 23px;
	width: 23px;
}

.sn-proof-panel .sn-counter-grid {
	gap: 8px;
}

.sn-proof-panel .sn-counter-grid > div {
	background: rgba(255, 255, 255, .055);
	border: 1px solid rgba(255, 255, 255, .085);
	border-radius: 12px;
	min-height: 114px;
	overflow: hidden;
	padding: 12px 11px 15px;
	position: relative;
}

.sn-counter-icon {
	align-items: center;
	background: rgba(243, 19, 80, .12);
	border: 1px solid rgba(243, 19, 80, .24);
	border-radius: 8px;
	color: #f31350;
	display: flex !important;
	height: 27px;
	justify-content: center;
	margin: 0 0 10px !important;
	width: 27px;
}

.sn-counter-icon .sn-icon {
	height: 16px;
	width: 16px;
}

.sn-proof-panel .sn-counter-grid strong {
	font-size: clamp(1.65rem, 3vw, 2.2rem);
}

.sn-proof-panel .sn-counter-grid > div > span:not(.sn-counter-icon) {
	color: rgba(255, 255, 255, .82);
	font-size: .62rem;
	margin-top: 6px;
}

.sn-proof-panel .sn-counter-grid > div > i {
	background: linear-gradient(90deg, #f31350, #ff7399);
	bottom: 0;
	height: 2px;
	left: 0;
	position: absolute;
	width: 78%;
}

.sn-proof-panel .sn-counter-grid > div:nth-child(2) > i {
	width: 66%;
}

.sn-proof-panel .sn-counter-grid > div:nth-child(3) > i {
	width: 92%;
}

.sn-proof-panel .sn-counter-grid > div:nth-child(4) > i {
	width: 58%;
}

.sn-sector-label {
	color: rgba(255, 255, 255, .48);
	font-size: .6rem;
	font-weight: 800;
	letter-spacing: .12em;
	margin: 19px 0 9px;
	text-transform: uppercase;
}

.sn-partner-row {
	gap: 7px;
	margin-top: 0;
}

.sn-partner-row span {
	align-items: center;
	background: rgba(255, 255, 255, .045);
	border: 1px solid rgba(255, 255, 255, .075);
	border-radius: 10px;
	column-gap: 8px;
	display: grid;
	font-family: inherit;
	font-size: inherit;
	font-style: normal;
	grid-template-columns: auto 1fr;
	line-height: 1.2;
	padding: 9px;
	text-align: left;
}

.sn-partner-row .sn-icon {
	color: #f31350;
	grid-row: 1 / 3;
	height: 21px;
	width: 21px;
}

.sn-partner-row b {
	color: #fff;
	font-size: .62rem;
	font-weight: 750;
}

.sn-partner-row small {
	color: rgba(255, 255, 255, .46);
	font-size: .53rem;
}

.sn-proof-reviews {
	background:
		radial-gradient(circle at 100% 0%, rgba(243, 19, 80, .1), transparent 18rem),
		#09090a;
}

.sn-proof-reviews__heading {
	grid-column: 1 / -1;
}

.sn-review-trust-badge {
	align-items: center;
	background: rgba(255, 255, 255, .055);
	border: 1px solid rgba(255, 255, 255, .09);
	border-radius: 999px;
	color: rgba(255, 255, 255, .72);
	display: inline-flex;
	font-size: .58rem;
	font-weight: 750;
	gap: 6px;
	padding: 7px 10px;
	white-space: nowrap;
}

.sn-review-trust-badge .sn-icon {
	color: #f31350;
	height: 14px;
	width: 14px;
}

.sn-google-review__score {
	display: none;
}

.sn-google-review__summary {
	align-content: start;
	background: rgba(255, 255, 255, .055);
	border: 1px solid rgba(255, 255, 255, .09);
	border-radius: 14px;
	display: grid;
	gap: 3px 9px;
	grid-template-columns: 34px 1fr;
	padding: 13px;
}

.sn-google-mark {
	align-items: center;
	background: #fff;
	border-radius: 50%;
	display: flex;
	font-size: 1.2rem;
	font-weight: 850;
	grid-row: 1 / 3;
	height: 34px;
	justify-content: center;
	width: 34px;
}

.sn-google-mark {
	background-color: #fff;
	background-image: conic-gradient(from -45deg, #4285f4 0 25%, #34a853 0 42%, #fbbc05 0 64%, #ea4335 0 82%, #4285f4 0);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .75);
}

.sn-google-review__summary > div {
	display: grid;
	line-height: 1.05;
}

.sn-google-review__summary strong {
	color: #fff;
	font-size: .76rem;
}

.sn-google-review__summary > div > span {
	color: #fff;
	font-size: 1.32rem;
	font-weight: 850;
	margin-top: 5px;
	white-space: nowrap;
}

.sn-google-review__summary em {
	color: rgba(255, 255, 255, .58);
	font-size: .68rem;
	font-style: normal;
}

.sn-review-summary-stars {
	color: #f31350;
	font-size: .72rem;
	grid-column: 1 / -1;
	letter-spacing: .08em;
	margin-top: 8px;
}

.sn-google-review__summary > small {
	color: rgba(255, 255, 255, .48);
	font-size: .56rem;
	grid-column: 1 / -1;
}

.sn-review-track {
	gap: 9px;
}

.sn-review-slide {
	border-radius: 12px;
	border-top: 3px solid #f31350;
	line-height: 1.5;
	min-height: 170px;
	padding: 43px 16px 16px;
	transition: box-shadow .2s ease, transform .2s ease;
}

.sn-review-slide:hover {
	box-shadow: 0 15px 34px rgba(0, 0, 0, .18);
	transform: translateY(-3px);
}

.sn-review-slide::after {
	color: #f31350;
	content: "★★★★★";
	font-size: .62rem;
	left: 16px;
	letter-spacing: .09em;
	position: absolute;
	top: 14px;
}

.sn-review-slide cite {
	min-height: 34px;
	padding-left: 42px;
	position: relative;
}

.sn-review-slide cite::before {
	align-items: center;
	background: linear-gradient(135deg, #f31350, #ff769b);
	border-radius: 50%;
	color: #fff;
	content: "MB";
	display: flex;
	font-size: .58rem;
	font-weight: 850;
	height: 32px;
	justify-content: center;
	left: 0;
	position: absolute;
	top: -3px;
	width: 32px;
}

.sn-review-slide:nth-child(2) cite::before {
	content: "LR";
}

.sn-review-slide:nth-child(3) cite::before {
	content: "MG";
}

@media (min-width: 1024px) {
	.sn-proof-panel {
		grid-template-columns: 1.02fr .98fr;
	}

	.sn-proof-reviews {
		grid-template-columns: 126px minmax(0, 1fr);
	}
}

@media (max-width: 759px) {
	.sn-proof-stats,
	.sn-proof-reviews {
		padding: 24px 18px;
	}

	.sn-proof-heading,
	.sn-proof-reviews__heading {
		align-items: center;
		min-height: auto;
	}

	.sn-proof-signal,
	.sn-review-trust-badge {
		display: none;
	}

	.sn-proof-panel .sn-counter-grid > div {
		min-height: 108px;
	}

	.sn-partner-row {
		grid-template-columns: repeat(2, 1fr);
	}
}

.sn-coverage-section {
	background:
		radial-gradient(circle at 8% 32%, rgba(243, 19, 80, .055), transparent 23rem),
		linear-gradient(135deg, #f8f8f9, #f2f2f4);
}

.sn-coverage-section__intro > p:not(.sn-kicker) {
	max-width: 360px;
}

.sn-coverage-section__intro li::before {
	align-items: center;
	background: transparent;
	border: 0;
	box-shadow: none;
	color: #f31350;
	content: "✓";
	display: flex;
	font-size: 1rem;
	font-weight: 900;
	height: 16px;
	justify-content: center;
	width: 16px;
}

.sn-coverage-advisor {
	filter: drop-shadow(0 22px 24px rgba(8, 8, 8, .12));
}

.sn-coverage-form {
	border-color: rgba(8, 8, 8, .08);
	box-shadow: 0 24px 58px rgba(8, 8, 8, .09);
}

.sn-form-intro {
	align-items: center;
	border-bottom: 1px solid #ececef;
	display: flex;
	gap: 20px;
	justify-content: space-between;
	padding-bottom: 16px;
}

.sn-form-intro > div > span {
	color: #f31350;
	font-size: .64rem;
	font-weight: 850;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.sn-form-intro h3 {
	font-size: 1.15rem;
	margin: 3px 0 0;
}

.sn-form-intro > p {
	align-items: center;
	color: #66666b;
	display: flex;
	font-size: .65rem;
	gap: 7px;
	margin: 0;
}

.sn-form-intro .sn-icon {
	color: #f31350;
	height: 21px;
	width: 21px;
}

.sn-form-field input,
.sn-form-field select,
.sn-form-field textarea {
	transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.sn-form-field input:hover,
.sn-form-field select:hover,
.sn-form-field textarea:hover {
	border-color: #a8a8ae;
}

.sn-form-field input:focus,
.sn-form-field select:focus,
.sn-form-field textarea:focus {
	background: #fff;
	border-color: #f31350;
	box-shadow: 0 0 0 3px rgba(243, 19, 80, .09);
	outline: 0;
}

.sn-final-cta {
	background:
		radial-gradient(circle at 80% 50%, rgba(243, 19, 80, .16), transparent 24rem),
		#171717;
}

.home .sn-site-footer {
	border-top: 1px solid rgba(255, 255, 255, .08);
}

.home .sn-site-footer__grid {
	gap: 34px;
	grid-template-columns: 1.35fr repeat(5, 1fr);
	padding-block: 54px 46px;
}

.home .sn-site-footer__about p {
	max-width: 230px;
}

.sn-footer-socials {
	display: flex;
	gap: 8px;
	margin-top: 18px;
}

.sn-footer-socials span {
	align-items: center;
	border: 1px solid rgba(255, 255, 255, .2);
	border-radius: 50%;
	color: #fff;
	display: inline-flex;
	font-size: .64rem;
	font-weight: 800;
	height: 30px;
	justify-content: center;
	width: 30px;
}

.home .sn-site-footer a {
	transition: color .18s ease, transform .18s ease;
}

.home .sn-site-footer a:hover {
	color: #fff;
	transform: translateX(2px);
}

@media (min-width: 1024px) {
	.sn-trust-list {
		width: min(calc(100vw - 120px), 1320px);
	}

	.sn-form-intro {
		grid-column: 1 / -1;
	}
}

@media (max-width: 1180px) {
	.home .sn-site-footer__grid {
		grid-template-columns: 1.4fr repeat(3, 1fr);
	}
}

@media (max-width: 960px) {
	.home .sn-site-footer__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 680px) {
	.sn-form-intro {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
	}

	.home .sn-site-footer__grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 782px) {
	body.admin-bar #wpadminbar {
		max-width: 100vw;
		overflow: hidden;
	}

	body.admin-bar #wpadminbar .display-name {
		display: none;
	}
}

/*
 * Coverage form composition.
 */

.sn-coverage-section {
	overflow: hidden;
	padding-block: 54px;
}

.sn-coverage-section__grid {
	align-items: stretch;
	gap: 24px;
}

.sn-coverage-section__intro {
	background:
		radial-gradient(circle at 82% 76%, rgba(243, 19, 80, .13), transparent 14rem),
		linear-gradient(145deg, #fff, #f8f8fa);
	border: 1px solid rgba(8, 8, 8, .07);
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	padding: 29px 29px 0;
	position: relative !important;
	top: auto !important;
}

.sn-coverage-section__intro::before {
	border: 1px solid rgba(243, 19, 80, .09);
	border-radius: 50%;
	bottom: 42px;
	content: "";
	height: 230px;
	position: absolute;
	right: -78px;
	width: 230px;
}

.sn-coverage-section h2 {
	font-size: clamp(2rem, 3.2vw, 2.75rem);
	margin-bottom: 15px;
	max-width: 440px;
}

.sn-coverage-section__intro > p:not(.sn-kicker) {
	font-size: .84rem;
	line-height: 1.65;
	margin: 0;
	max-width: 400px;
}

.sn-coverage-section__intro > ul {
	display: grid;
	gap: 7px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 22px 0 0;
	position: relative;
	z-index: 2;
}

.sn-coverage-section__intro li {
	background: #fff;
	border: 1px solid rgba(8, 8, 8, .07);
	border-radius: 10px;
	flex-direction: column;
	font-size: .61rem;
	gap: 4px;
	justify-content: center;
	line-height: 1.25;
	min-height: 64px;
	padding: 8px 5px;
	text-align: center;
}

.sn-coverage-section__intro li::before {
	background: #fff0f4;
	border-radius: 50%;
	content: "✓";
	height: 20px;
	width: 20px;
}

.sn-coverage-advisor-card {
	height: 278px;
	margin: auto 0 0;
	position: relative;
	z-index: 1;
}

.sn-coverage-advisor {
	bottom: -24px;
	filter: drop-shadow(0 22px 24px rgba(8, 8, 8, .14));
	height: auto;
	left: auto;
	max-width: 225px;
	position: absolute;
	right: -4px;
	width: 57%;
}

.sn-coverage-advisor-card figcaption {
	background: rgba(255, 255, 255, .94);
	border: 1px solid rgba(8, 8, 8, .08);
	border-radius: 13px;
	box-shadow: 0 16px 34px rgba(8, 8, 8, .1);
	display: grid;
	left: 0;
	max-width: 215px;
	padding: 13px 14px;
	position: absolute;
	top: 72px;
	z-index: 2;
}

.sn-coverage-advisor-card figcaption > span {
	align-items: center;
	color: #f31350;
	display: flex;
	font-size: .55rem;
	font-weight: 850;
	gap: 6px;
	letter-spacing: .08em;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.sn-coverage-advisor-card figcaption i {
	background: #28a969;
	border: 3px solid #dff5e9;
	border-radius: 50%;
	height: 10px;
	width: 10px;
}

.sn-coverage-advisor-card figcaption strong {
	color: #171719;
	font-size: .76rem;
	line-height: 1.25;
}

.sn-coverage-advisor-card figcaption small {
	color: #67676c;
	font-size: .58rem;
	line-height: 1.45;
	margin-top: 5px;
}

.sn-coverage-form {
	align-content: start;
	border-radius: 20px;
	gap: 11px;
	margin: 0;
	padding: 28px;
}

.sn-form-intro {
	margin-bottom: 2px;
	padding-bottom: 15px;
}

.sn-form-field label {
	font-size: .66rem;
}

.sn-form-field input,
.sn-form-field select {
	min-height: 42px;
}

.sn-form-field textarea {
	min-height: 78px;
}

.sn-consent input {
	flex: 0 0 19px;
	height: 19px;
	min-height: 0;
	width: 19px;
}

.sn-form-field--submit .sn-button {
	min-height: 50px;
}

@media (min-width: 1024px) {
	.sn-coverage-section__grid {
		grid-template-columns: minmax(350px, .78fr) minmax(0, 1.42fr);
	}

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

	.sn-coverage-form .sn-form-field--half {
		grid-column: span 2;
	}
}

@media (max-width: 1023px) {
	.sn-coverage-section__intro {
		min-height: 560px;
		padding-bottom: 0;
	}
}

@media (max-width: 680px) {
	.sn-coverage-section {
		padding-block: 30px;
	}

	.sn-coverage-section__intro {
		border-radius: 16px;
		min-height: 620px;
		padding: 24px 18px 0;
	}

	.sn-coverage-section__intro > ul {
		grid-template-columns: 1fr;
	}

	.sn-coverage-section__intro li {
		align-items: center;
		flex-direction: row;
		justify-content: flex-start;
		min-height: 42px;
		padding-inline: 11px;
		text-align: left;
	}

	.sn-coverage-advisor-card {
		height: 275px;
	}

	.sn-coverage-advisor {
		max-width: 190px;
		right: -18px;
		width: 58%;
	}

	.sn-coverage-advisor-card figcaption {
		max-width: 185px;
		top: 82px;
	}

	.sn-coverage-form {
		border-radius: 16px;
		padding: 22px 18px;
	}
}
