:root {
	--color-bg: #f4f5f7;
	--color-surface: #ffffff;
	--color-text: #1d1f22;
	--color-muted: #5f6670;
	--color-brand-charcoal: #1d1f22;
	--color-brand-graphite: #2a2f36;
	--color-brand-orange: #e56519;
	--color-brand-orange-dark: #c95614;
	--color-brand-orange-soft: rgba(229, 101, 25, 0.12);
	--color-primary: #1d1f22;
	--color-primary-dark: #101215;
	--color-accent: #e56519;
	--color-border: #d9dde3;
	--shadow-soft: 0 18px 40px rgba(29, 31, 34, 0.08);
	--shadow-brand: 0 20px 48px rgba(229, 101, 25, 0.14);
	--radius-lg: 20px;
	--radius-md: 14px;
	--container: 1120px;
	--page-gutter: 1rem;
	--header-height: 88px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	font-family: "Inter", Arial, sans-serif;
	color: var(--color-text);
	background: var(--color-bg);
	line-height: 1.6;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

a {
	color: var(--color-brand-orange-dark);
}

a:hover,
a:focus-visible {
	color: var(--color-brand-orange);
}

h1,
h2,
h3 {
	font-family: "Source Serif 4", Georgia, serif;
	line-height: 1.2;
	margin: 0 0 0.75rem;
}

p {
	margin: 0 0 1rem;
}

ul,
ol {
	margin: 0;
	padding: 0;
}

.container {
	width: min(100% - (var(--page-gutter) * 2), var(--container));
	margin-inline: auto;
	padding-inline: 0;
}

.section {
	padding: 5rem 0;
	scroll-margin-top: calc(var(--header-height) + 1rem);
}

.section-heading {
	max-width: 760px;
	margin-bottom: 2.5rem;
}

.section-heading h2 {
	position: relative;
	padding-bottom: 0.9rem;
}

.section-heading h2::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 72px;
	height: 3px;
	border-radius: 999px;
	background: linear-gradient(90deg, var(--color-brand-orange), rgba(229, 101, 25, 0.35));
}

.section-intro {
	color: var(--color-muted);
	font-size: 1.05rem;
}

.eyebrow {
	margin: 0 0 0.75rem;
	font-size: 0.82rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--color-accent);
}

.lead {
	font-size: 1.125rem;
	color: var(--color-muted);
	max-width: 58ch;
}

.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0.75rem 1.2rem;
	border-radius: 999px;
	border: 1px solid transparent;
	font-weight: 600;
	text-decoration: none;
	cursor: pointer;
	transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.btn:hover,
.btn:focus-visible {
	transform: translateY(-1px);
}

.btn-primary {
	background: linear-gradient(135deg, var(--color-brand-orange), var(--color-brand-orange-dark));
	color: #fff;
	box-shadow: var(--shadow-brand);
}

.btn-primary:hover,
.btn-primary:focus-visible {
	background: linear-gradient(135deg, var(--color-brand-orange-dark), #a94910);
	color: #fff;
}

.btn-secondary {
	background: #fff;
	border-color: var(--color-border);
	color: var(--color-brand-charcoal);
}

.btn-secondary:hover,
.btn-secondary:focus-visible {
	border-color: rgba(229, 101, 25, 0.45);
	color: var(--color-brand-orange-dark);
}

.btn-ghost {
	background: transparent;
	border-color: var(--color-border);
	color: var(--color-brand-charcoal);
}

.btn-ghost:hover,
.btn-ghost:focus-visible {
	border-color: rgba(229, 101, 25, 0.45);
	color: var(--color-brand-orange-dark);
}

.text-link {
	border: 0;
	background: none;
	padding: 0;
	color: var(--color-primary);
	text-decoration: underline;
	cursor: pointer;
	font: inherit;
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: rgba(255, 255, 255, 0.96);
	backdrop-filter: blur(10px);
	border-bottom: 1px solid rgba(217, 221, 227, 0.95);
	box-shadow: 0 8px 24px rgba(29, 31, 34, 0.04);
}

.site-header__inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 1.5rem;
	min-height: var(--header-height);
}

.site-brand {
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
	margin: 0.4rem 1.25rem 0.4rem 0;
	padding: 0;
	text-decoration: none;
}

.site-brand picture,
.site-brand img,
.site-footer__brand picture,
.site-footer__brand img {
	display: block;
}

.site-brand img {
	width: 220px;
	height: auto;
	max-height: 56px;
	object-fit: contain;
}

.site-footer__brand img {
	width: auto;
	height: 48px;
	max-width: 190px;
	object-fit: contain;
	margin-bottom: 1rem;
}

.site-nav-toggle {
	display: none;
	flex: 0 0 auto;
	margin-left: auto;
	border: 1px solid var(--color-border);
	background: #fff;
	border-radius: 999px;
	padding: 0.55rem 0.9rem;
	font-weight: 600;
}

.site-nav {
	flex: 1 1 auto;
	margin-left: auto;
}

.site-nav__list {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
	gap: 0.35rem 1.1rem;
	list-style: none;
}

.site-nav__list a {
	text-decoration: none;
	font-weight: 500;
	color: var(--color-text);
}

.site-nav__list a.is-active,
.site-nav__list a[aria-current="page"] {
	color: var(--color-brand-orange-dark);
	font-weight: 700;
}

.site-nav__cta {
	padding: 0.55rem 0.95rem;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--color-brand-orange), var(--color-brand-orange-dark));
	color: #fff !important;
	box-shadow: var(--shadow-brand);
}

.section-hero {
	padding-top: 2.75rem;
	background:
		radial-gradient(circle at top right, rgba(229, 101, 25, 0.12), transparent 34%),
		linear-gradient(180deg, #ffffff 0%, var(--color-bg) 100%);
}

.section-services,
.section-audience,
.section-method {
	background: var(--color-surface);
}

.section-schools,
.section-hospitality,
.section-contact {
	background: linear-gradient(180deg, #f8fafc 0%, var(--color-bg) 100%);
}

.hero-grid,
.split-section,
.contact-grid {
	display: grid;
	grid-template-columns: 1.05fr 0.95fr;
	gap: 2rem;
	align-items: center;
}

.hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 1.5rem;
}

.hero-trust {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem 0.75rem;
	margin: 1.5rem 0 0;
	padding: 0;
	list-style: none;
}

.hero-trust li {
	padding: 0.35rem 0.75rem;
	border-radius: 999px;
	border: 1px solid rgba(229, 101, 25, 0.18);
	background: rgba(255, 255, 255, 0.82);
	font-size: 0.92rem;
	color: var(--color-muted);
}

.hero-media {
	position: relative;
	overflow: hidden;
	border-radius: var(--radius-lg);
	box-shadow: var(--shadow-brand);
	border: 1px solid rgba(229, 101, 25, 0.12);
}

.hero-media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(29, 31, 34, 0.08), rgba(229, 101, 25, 0.16));
	pointer-events: none;
}

.hero-media img,
.split-section__media img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: var(--radius-lg);
}

.hero-media img {
	display: block;
}

.card-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.25rem;
}

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

.service-card,
.info-card {
	background: var(--color-surface);
	border: 1px solid var(--color-border);
	border-top: 3px solid rgba(229, 101, 25, 0.55);
	border-radius: var(--radius-md);
	padding: 1.25rem;
	box-shadow: var(--shadow-soft);
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.service-card:hover,
.info-card:hover {
	transform: translateY(-2px);
	box-shadow: var(--shadow-brand);
	border-top-color: var(--color-brand-orange);
}

.service-card__media {
	position: relative;
	overflow: hidden;
	border-radius: calc(var(--radius-md) - 4px);
	margin: -0.25rem -0.25rem 1rem;
	aspect-ratio: 16 / 10;
	background: var(--color-brand-charcoal);
}

.service-card__media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(29, 31, 34, 0.04), rgba(229, 101, 25, 0.12));
	pointer-events: none;
}

.service-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}

.service-card h3,
.info-card h3 {
	font-size: 1.2rem;
}

.section-scuola-sicura {
	padding-top: 0;
}

.scuola-sicura-panel {
	display: grid;
	grid-template-columns: minmax(180px, 220px) minmax(0, 1fr) auto;
	align-items: center;
	gap: 2rem;
	padding: 2rem;
	border-radius: var(--radius-lg);
	background:
		linear-gradient(135deg, rgba(229, 101, 25, 0.08), transparent 42%),
		linear-gradient(135deg, #072b55 0%, #041e3a 62%, #1d1f22 100%);
	color: #fff;
	box-shadow: 0 20px 48px rgba(7, 43, 85, 0.18);
	border: 1px solid rgba(214, 154, 30, 0.28);
}

.scuola-sicura-panel__logo-card {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem 1.1rem;
	border-radius: var(--radius-md);
	background: #fff;
	border: 1px solid rgba(221, 227, 234, 0.95);
	box-shadow: 0 12px 32px rgba(7, 43, 85, 0.12);
}

.scuola-sicura-panel__logo-card img {
	display: block;
	width: 100%;
	max-width: 220px;
	height: auto;
}

.scuola-sicura-panel__origin {
	margin: 0.85rem 0 0;
	font-size: 0.78rem;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--color-brand-orange);
}

.scuola-sicura-panel .eyebrow {
	color: #d69a1e;
}

.scuola-sicura-panel h2 {
	margin: 0.35rem 0 0.85rem;
	font-size: clamp(1.45rem, 2.2vw, 1.9rem);
	line-height: 1.25;
}

.scuola-sicura-panel__content p {
	margin: 0;
	color: rgba(255, 255, 255, 0.88);
	max-width: 62ch;
}

.scuola-sicura-panel__points {
	list-style: none;
	margin: 1.15rem 0 0;
	padding: 0;
	display: grid;
	gap: 0.65rem;
}

.scuola-sicura-panel__points li {
	position: relative;
	padding-left: 1.35rem;
	color: rgba(255, 255, 255, 0.9);
}

.scuola-sicura-panel__points li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.55rem;
	width: 0.55rem;
	height: 0.55rem;
	border-radius: 50%;
	background: #d69a1e;
	box-shadow: 0 0 0 3px rgba(214, 154, 30, 0.18);
}

.scuola-sicura-panel__actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.btn-scuola-sicura {
	background: #d69a1e;
	border-color: #d69a1e;
	color: #072b55;
	box-shadow: 0 10px 28px rgba(214, 154, 30, 0.24);
}

.btn-scuola-sicura:hover,
.btn-scuola-sicura:focus-visible {
	background: #c58d1b;
	border-color: #c58d1b;
	color: #041e3a;
}

.section-wifihotel {
	padding-top: 0;
}

.wifihotel-panel {
	display: grid;
	grid-template-columns: minmax(180px, 220px) minmax(0, 1fr) auto;
	align-items: center;
	gap: 2rem;
	padding: 2rem;
	border-radius: var(--radius-lg);
	background:
		linear-gradient(135deg, rgba(216, 138, 31, 0.1), transparent 42%),
		linear-gradient(135deg, #0b4f8a 0%, #083a66 62%, #1d1f22 100%);
	color: #fff;
	box-shadow: 0 20px 48px rgba(11, 79, 138, 0.18);
	border: 1px solid rgba(216, 138, 31, 0.28);
}

.wifihotel-panel__logo-card {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem 1.1rem;
	border-radius: var(--radius-md);
	background: #fff;
	border: 1px solid rgba(221, 227, 234, 0.95);
	box-shadow: 0 12px 32px rgba(11, 79, 138, 0.12);
}

.wifihotel-panel__logo-card picture,
.wifihotel-panel__logo-card img {
	display: block;
	width: 100%;
	max-width: 220px;
	height: auto;
}

.wifihotel-panel__origin {
	margin: 0.85rem 0 0;
	font-size: 0.78rem;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--color-brand-orange);
}

.wifihotel-panel .eyebrow {
	color: #d88a1f;
}

.wifihotel-panel h2 {
	margin: 0.35rem 0 0.85rem;
	font-size: clamp(1.45rem, 2.2vw, 1.9rem);
	line-height: 1.25;
}

.wifihotel-panel__content p {
	margin: 0;
	color: rgba(255, 255, 255, 0.88);
	max-width: 62ch;
}

.wifihotel-panel__points {
	list-style: none;
	margin: 1.15rem 0 0;
	padding: 0;
	display: grid;
	gap: 0.65rem;
}

.wifihotel-panel__points li {
	position: relative;
	padding-left: 1.35rem;
	color: rgba(255, 255, 255, 0.9);
}

.wifihotel-panel__points li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.55rem;
	width: 0.55rem;
	height: 0.55rem;
	border-radius: 50%;
	background: #d88a1f;
	box-shadow: 0 0 0 3px rgba(216, 138, 31, 0.18);
}

.wifihotel-panel__actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.btn-wifihotel {
	background: #d88a1f;
	border-color: #d88a1f;
	color: #083a66;
	box-shadow: 0 10px 28px rgba(216, 138, 31, 0.24);
}

.btn-wifihotel:hover,
.btn-wifihotel:focus-visible {
	background: #c47d1b;
	border-color: #c47d1b;
	color: #062f55;
}

.checklist {
	list-style: none;
	margin: 1.25rem 0 0;
}

.checklist li {
	position: relative;
	padding-left: 1.4rem;
	margin-bottom: 0.65rem;
}

.checklist li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.55rem;
	width: 0.55rem;
	height: 0.55rem;
	border-radius: 50%;
	background: var(--color-accent);
}

.faq-list {
	display: grid;
	gap: 0.85rem;
	max-width: 860px;
}

.faq-item {
	border: 1px solid var(--color-border);
	border-radius: var(--radius-md);
	background: var(--color-surface);
	box-shadow: var(--shadow-soft);
	padding: 0.25rem 1.1rem;
}

.faq-item summary {
	cursor: pointer;
	font-weight: 600;
	padding: 0.85rem 0;
	list-style: none;
}

.faq-item summary::-webkit-details-marker {
	display: none;
}

.faq-item summary::after {
	content: "+";
	float: right;
	color: var(--color-brand-orange);
	font-weight: 700;
}

.faq-item[open] summary::after {
	content: "−";
}

.faq-item p {
	margin: 0 0 1rem;
	color: var(--color-muted);
}

.steps-list {
	counter-reset: step;
	list-style: none;
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 1rem;
}

.steps-list li {
	background: var(--color-surface);
	border: 1px solid var(--color-border);
	border-left: 4px solid var(--color-brand-orange);
	border-radius: var(--radius-md);
	padding: 1.25rem;
	box-shadow: var(--shadow-soft);
}

.steps-list h3 {
	font-size: 1.05rem;
}

.contact-list {
	list-style: none;
	margin: 1.5rem 0 0;
}

.contact-list li {
	margin-bottom: 0.75rem;
}

.contact-map iframe {
	width: 100%;
	min-height: 360px;
	border: 0;
	border-radius: var(--radius-md);
	box-shadow: var(--shadow-soft);
}

.split-section__media {
	position: relative;
	overflow: hidden;
	border-radius: var(--radius-lg);
	box-shadow: var(--shadow-brand);
	border: 1px solid rgba(229, 101, 25, 0.12);
}

.split-section__media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(29, 31, 34, 0.06), rgba(229, 101, 25, 0.14));
	pointer-events: none;
}

.site-footer {
	background: linear-gradient(180deg, var(--color-brand-charcoal), #101215);
	color: rgba(255, 255, 255, 0.88);
	padding: 3rem 0 1.5rem;
}

.site-footer a:hover,
.site-footer a:focus-visible {
	color: var(--color-brand-orange);
}

.site-footer a {
	color: #fff;
}

.site-footer__grid {
	display: grid;
	grid-template-columns: 1.4fr 1fr 1fr;
	gap: 2rem;
}

.footer-title {
	font-size: 1rem;
	margin-bottom: 0.75rem;
}

.footer-links {
	list-style: none;
}

.footer-links li {
	margin-bottom: 0.5rem;
}

.site-footer__bottom {
	margin-top: 2rem;
	padding-top: 1rem;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	font-size: 0.95rem;
}

.cookie-banner {
	position: fixed;
	left: 1rem;
	right: 1rem;
	bottom: 1rem;
	z-index: 60;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 1rem 1.25rem;
	border-radius: var(--radius-md);
	background: var(--color-brand-charcoal);
	color: #fff;
	box-shadow: var(--shadow-brand);
	border: 1px solid rgba(229, 101, 25, 0.22);
}

.cookie-banner[hidden] {
	display: none !important;
}

.privacy-modal {
	position: fixed;
	inset: 0;
	z-index: 80;
	display: grid;
	place-items: center;
	padding: 1rem;
	background: rgba(18, 38, 58, 0.55);
}

.privacy-modal[hidden] {
	display: none !important;
}

.privacy-modal__dialog {
	width: min(100%, 420px);
	background: #fff;
	border-radius: var(--radius-md);
	padding: 1.25rem;
	box-shadow: var(--shadow-soft);
}

.privacy-modal__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1rem;
}

.privacy-modal__close {
	border: 0;
	background: none;
	font-size: 1.75rem;
	line-height: 1;
	cursor: pointer;
}

@media (max-width: 960px) {
	.card-grid,
	.steps-list,
	.site-footer__grid,
	.hero-grid,
	.split-section,
	.contact-grid {
		grid-template-columns: 1fr 1fr;
	}

	.steps-list {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 720px) {
	.site-nav-toggle {
		display: inline-flex;
	}

	.site-nav {
		position: absolute;
		top: calc(100% + 0.5rem);
		left: 0;
		right: 0;
		flex: none;
		margin-left: 0;
		display: none;
		background: #fff;
		border: 1px solid var(--color-border);
		border-radius: var(--radius-md);
		padding: 1rem;
		box-shadow: var(--shadow-soft);
	}

	.site-nav.is-open {
		display: block;
	}

	.site-nav__list {
		flex-direction: column;
		align-items: stretch;
	}

	.card-grid,
	.card-grid--compact,
	.hero-grid,
	.split-section,
	.contact-grid,
	.site-footer__grid,
	.scuola-sicura-panel,
	.wifihotel-panel {
		grid-template-columns: 1fr;
	}

	.scuola-sicura-panel__actions,
	.wifihotel-panel__actions {
		justify-content: flex-start;
	}

	.section {
		padding: 3.5rem 0;
	}

	.cookie-banner {
		flex-direction: column;
		align-items: stretch;
	}
}
