/* RitrovaCane UI 0.13 — livello finale condiviso tra sito pubblico e area operativa. */
@font-face {
	font-family: Jost;
	src: url('../fonts/Jost-VariableFont_wght.woff2') format('woff2');
	font-weight: 400 800;
	font-style: normal;
	font-display: swap;
}

:root {
	--rc-primary: #001A4A;
	--rc-secondary: #FD5F04;
	--rc-action: #C74400;
	--rc-action-hover: #A83900;
	--rc-navy-900: var(--rc-primary);
	--rc-navy-800: #0A2F68;
	--rc-blue-700: #0A3D82;
	--rc-blue-600: #1258A8;
	--rc-blue-100: #e9f2f9;
	--rc-blue-050: #f3f7fa;
	--rc-orange-600: #D84F00;
	--rc-orange-500: var(--rc-secondary);
	--rc-orange-100: #fff0e7;
	--rc-green-500: #1f7a55;
	--rc-text: #18334a;
	--rc-muted: #5f7384;
	--rc-border: #d9e2e9;
	--rc-surface: #fff;
	--rc-background: #f5f8fa;
	--rc-focus: var(--rc-primary);
	--radius-sm: 6px;
	--radius-md: 10px;
	--radius-lg: 16px;
	--shadow-sm: 0 7px 22px rgba(9, 47, 80, .055);
	--shadow-md: 0 20px 52px rgba(9, 47, 80, .12);
	--container: 1240px;
}

body {
	color: var(--rc-text);
	background: var(--rc-surface);
	font-family: Manrope, system-ui, sans-serif;
	line-height: 1.62;
}

h1,
h2,
h3,
.rc-brand {
	font-family: Jost, Manrope, system-ui, sans-serif;
}

h1,
h2,
h3 {
	color: var(--rc-navy-900);
	font-weight: 650;
	letter-spacing: -.026em;
}

h1 { font-size: clamp(2.55rem, 4.25vw, 4rem); line-height: 1.02; }
h2 { font-size: clamp(1.8rem, 2.7vw, 2.65rem); line-height: 1.08; }
h3 { font-size: 1.08rem; line-height: 1.18; }

.rc-header {
	position: sticky;
	top: 0;
	backdrop-filter: blur(14px);
	background: rgba(255, 255, 255, .94);
}

.rc-header__inner { min-height: 78px; }
.rc-brand picture { display: block; }
.rc-brand img { width: 250px; }
.rc-nav { gap: clamp(.8rem, 1.7vw, 1.55rem); }
.rc-nav a { font-size: .82rem; font-weight: 750; }
.rc-nav__account { margin-left: .4rem; }
.rc-nav-organizations { position: relative; }
.rc-nav-organizations summary { display: flex; align-items: center; gap: .35rem; min-height: 44px; color: var(--rc-text); cursor: pointer; font-size: .9rem; font-weight: 750; list-style: none; }
.rc-nav-organizations summary::-webkit-details-marker { display: none; }
.rc-nav-organizations summary::after { color: var(--rc-muted); content: '⌄'; font-size: .8rem; }
.rc-nav-organizations[open] summary::after { transform: rotate(180deg); }
.rc-nav-organizations > div { position: absolute; top: calc(100% + .45rem); left: 50%; z-index: 5; display: grid; min-width: 210px; padding: .55rem; background: #fff; border: 1px solid var(--rc-border); border-radius: var(--radius-md); box-shadow: var(--shadow-md); transform: translateX(-50%); }
.rc-nav-organizations > div a { padding: .7rem .8rem; border-radius: 6px; }
.rc-nav-organizations > div a:hover { background: var(--rc-blue-050); }

.rc-button {
	min-height: 46px;
	padding: .72rem 1.15rem;
	border-width: 1.5px;
	border-radius: 8px;
	font-size: .82rem;
	box-shadow: none;
}

.rc-button:hover {
	transform: translateY(-1px);
	box-shadow: 0 10px 24px rgba(9, 47, 80, .11);
}

.rc-button--primary { color: #fff; background: var(--rc-action); }
.rc-button--primary:hover { color: #fff; background: var(--rc-action-hover); }
.rc-button--secondary { border-color: #2c79bd; }
.rc-nav__cta { min-height: 42px; color: #fff !important; }

.rc-eyebrow,
.rc-guide-label {
	color: var(--rc-blue-700);
	font-size: .67rem;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.rc-breadcrumb {
	gap: .45rem;
	padding: 1.1rem 0;
	font-size: .68rem;
}

.rc-page-heading { margin: 1rem 0 1.8rem; }
.rc-page-heading h1,
.rc-app-page h1 { font-size: clamp(2.35rem, 3.5vw, 3.25rem); }
.rc-page-heading p { max-width: 720px; }

.rc-section { padding: clamp(3.5rem, 6vw, 5.8rem) 0; }
.rc-section__heading { gap: 3rem; margin-bottom: 2rem; }

/* Elementi ricorrenti: stessa superficie, stesso raggio, stessa profondità. */
.rc-steps li,
.rc-map-copy,
.rc-map-preview,
.rc-alert-list,
.rc-stat-strip > div,
.rc-location-card,
.rc-case-status,
.rc-report-form,
.rc-quick-form,
.rc-form-aside,
.rc-category-grid article,
.rc-benefit-grid article,
.rc-info-grid article,
.rc-tip-grid p,
.rc-guide-sidebar > nav,
.rc-guide-sidebar > section,
.rc-dog-card,
.rc-owned-alerts article,
.rc-local-alert-grid article,
.rc-account-main,
.rc-sharing-invite,
.rc-invitation-card {
	border-color: var(--rc-border);
	border-radius: var(--radius-md);
	box-shadow: var(--shadow-sm);
}

input:not([type='checkbox']):not([type='radio']):not([type='range']),
select,
textarea {
	border-color: #cdd9e2 !important;
	border-radius: 7px !important;
	background: #fff;
}

input:not([type='checkbox']):not([type='radio']):not([type='range']):focus,
select:focus,
textarea:focus {
	border-color: var(--rc-blue-600) !important;
	box-shadow: 0 0 0 3px rgba(28, 115, 200, .12);
	outline: none;
}

.rc-upload,
.rc-location-box,
.rc-location-capture,
.rc-aside-note,
.rc-report-gate {
	border-radius: var(--radius-md);
}

/* Home: gerarchia più controllata, senza perdere l'hero full width. */
.home .rc-hero__grid { min-height: 540px; }
.home .rc-hero__content { padding-block: 3rem; }
.home .rc-hero h1 {
	max-width: 610px;
	font-size: clamp(2.8rem, 3.75vw, 3.7rem);
	line-height: 1.04;
}
.home .rc-hero__lead { max-width: 580px; font-size: .94rem; }
.home .rc-hero__visual { min-height: 540px; }
.home .rc-hero__note { border-radius: 10px; }
.home .rc-home-how > h2,
.home .rc-home-title h2 { font-size: 1.45rem; }
.home .rc-steps li { border-radius: 9px; }
.home .rc-network,
.home .rc-app-banner { border-radius: 12px; }

/* Come funziona. */
.rc-how-hero__grid { min-height: 560px; }
.rc-how-hero__content { padding: 2.8rem 2.8rem 3rem 0; }
.rc-how-hero__content h1 {
	max-width: 650px;
	font-size: clamp(2.7rem, 4vw, 3.25rem);
	line-height: 1.02;
}
.rc-how-hero__content > p:not(.rc-eyebrow) { max-width: 640px; font-size: .94rem; }
.rc-how-hero__visual { min-height: 560px; }
.rc-how-hero__visual > div { border-radius: 8px; }
.rc-how-jump { top: 78px; }
.rc-how-heading { margin-bottom: 2.2rem; }
.rc-how-heading h2 { font-size: clamp(1.8rem, 2.8vw, 2.55rem); }
.rc-how-section { padding-block: 4.5rem; }
.rc-how-path article,
.rc-how-path aside,
.rc-how-roles article,
.rc-how-prevention__grid p { border-radius: var(--radius-md); }
.rc-how-roles { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .8rem; }
.rc-how-roles article { min-width: 0; box-shadow: var(--shadow-sm); }

/* Pagine editoriali e legali. */
.rc-info-page { padding: 1rem 0 5rem; background: #fff; }
.rc-info-hero {
	max-width: none;
	padding: 1.4rem 0 2.8rem;
	border-bottom: 1px solid var(--rc-border);
}

.rc-info-hero--visual {
	display: grid;
	grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr);
	gap: clamp(2.5rem, 5vw, 5rem);
	align-items: center;
}

.rc-info-hero__copy h1 {
	max-width: 700px;
	margin: .35rem 0 1rem;
	font-size: clamp(2.7rem, 3.5vw, 3.25rem);
	line-height: 1.02;
}

.rc-info-hero__copy > p:not(.rc-eyebrow) {
	max-width: 650px;
	margin: 0;
	color: var(--rc-muted);
	font-size: .98rem;
}

.rc-info-hero__visual {
	position: relative;
	display: block;
	height: 410px;
	overflow: hidden;
	border-radius: 12px;
	box-shadow: var(--shadow-md);
}

.rc-info-hero__visual::after {
	position: absolute;
	right: 18px;
	bottom: 18px;
	width: 18px;
	height: 18px;
	border: 5px solid #fff;
	border-radius: 50% 50% 50% 0;
	background: var(--rc-orange-500);
	box-shadow: 0 5px 16px rgba(9, 47, 80, .24);
	content: '';
	transform: rotate(-45deg);
}

.rc-info-hero__visual img { width: 100%; height: 100%; object-fit: cover; }
.rc-info-page--guide .rc-info-hero__visual img { object-position: 60% center; }
.rc-info-page--progetto .rc-info-hero__visual img { object-position: 66% center; }
.rc-info-page--sicurezza .rc-info-hero__visual img { object-position: 65% center; }

.rc-info-hero--compact { max-width: 780px; padding: 2.4rem 0 2rem; }
.rc-info-hero--compact .rc-info-hero__copy h1 { font-size: clamp(2.35rem, 3.5vw, 3.25rem); }
.rc-info-content { max-width: 960px; }
.rc-info-content > section { padding: 2.4rem 0; }
.rc-info-content h2 { font-size: clamp(1.55rem, 2.3vw, 2.05rem); }
.rc-info-grid { gap: .8rem; background: transparent; border: 0; }
.rc-info-grid article { min-height: 170px; border: 1px solid var(--rc-border); }
.rc-info-feature { gap: 3.5rem; }
.rc-info-feature ol,
.rc-info-callout { border-radius: 12px; }

/* Partner: fotografia propria e hero realmente full width. */
.rc-partner-hero {
	background-image: linear-gradient(90deg, #fff 0 34%, rgba(255, 255, 255, .96) 45%, rgba(255, 255, 255, .5) 61%, rgba(255, 255, 255, 0) 76%), url('../photography/partner-1440.webp');
	background-position: center;
	background-size: cover;
}

@supports (background-image: url('../photography/partner-1440.avif')) {
	.rc-partner-hero {
		background-image: linear-gradient(90deg, #fff 0 34%, rgba(255, 255, 255, .96) 45%, rgba(255, 255, 255, .5) 61%, rgba(255, 255, 255, 0) 76%), url('../photography/partner-1440.avif');
	}
}

.rc-partner-hero > .rc-container { min-height: 520px; }
.rc-partner-hero > .rc-container > div:first-child { padding-block: 2.6rem; }
.rc-partner-hero h1 { max-width: 690px; font-size: clamp(2.7rem, 4vw, 3.8rem); }
.rc-partner-hero p { max-width: 590px; color: var(--rc-muted); }
.rc-partner-photo strong { border-radius: 8px; }
.rc-partner-section { padding: 3.5rem 0; }
.rc-category-grid,
.rc-benefit-grid { gap: .75rem; }
.rc-category-grid article,
.rc-benefit-grid article { border-radius: 9px; }
.rc-category-grid article { display: flex; flex-direction: column; align-items: center; }
.rc-category-grid .rc-category-icon { width: 76px; height: 76px; margin-bottom: .7rem; object-fit: contain; }
.rc-category-grid h3 { margin-top: 0; }
.rc-category-grid p { flex: 1; }
.rc-benefit-grid article { display: flex; flex-direction: column; align-items: center; }
.rc-benefit-grid .rc-benefit-icon { width: 72px; height: 72px; margin-bottom: .65rem; object-fit: contain; }
.rc-benefit-grid h3 { margin-top: 0; }
.rc-benefit-grid p { flex: 1; }
.rc-partner-coverage { border-left: 0; border-top: 3px solid var(--rc-blue-700); background: var(--rc-blue-050); border-radius: 10px; }
.rc-partner-application { padding-block: 3.5rem; }
.rc-partner-application form { padding: 1.6rem; border: 1px solid var(--rc-border); border-top: 3px solid var(--rc-blue-700); border-radius: 10px; box-shadow: var(--shadow-sm); }
.rc-partner-progress { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; padding: 0; margin: 0 0 1.5rem; background: var(--rc-border); list-style: none; }
.rc-partner-progress li { display: flex; gap: .6rem; align-items: center; min-height: 48px; padding: .7rem 1rem; color: var(--rc-muted); background: var(--rc-blue-050); font-size: .8125rem; font-weight: 800; }
.rc-partner-progress li span { display: grid; place-items: center; width: 28px; height: 28px; color: var(--rc-blue-700); background: #fff; border: 1px solid var(--rc-border); border-radius: 50%; }
.rc-partner-progress li[aria-current="step"] { color: #fff; background: var(--rc-blue-700); }
.rc-partner-progress li[aria-current="step"] span { color: var(--rc-blue-700); border-color: #fff; }
.rc-partner-step { display: grid; gap: 1rem; }
.rc-partner-step[hidden] { display: none; }
.rc-partner-step > h3 { margin: 0; font-size: 1.25rem; }
.rc-partner-step > p { margin: 0; color: var(--rc-muted); font-size: .875rem; }
.rc-partner-step > label { display: grid; gap: .35rem; font-size: .875rem; font-weight: 800; }
.rc-partner-step fieldset { padding: 0; border: 0; }

/* Guida pratica. */
.rc-guide-page { background: #fff; }
.rc-guide-hero {
	grid-template-columns: minmax(0, .82fr) minmax(420px, 1.18fr);
	border: 1px solid var(--rc-border);
	border-radius: 12px;
	background: var(--rc-blue-050);
	box-shadow: var(--shadow-sm);
}
.rc-guide-hero > div { padding: clamp(2rem, 4vw, 3.5rem); }
.rc-guide-hero h1 { font-size: clamp(2.45rem, 3.5vw, 3.25rem); }
.rc-guide-hero > picture { height: 430px; }
.rc-guide-hero picture img { width: 100%; height: 100%; object-fit: cover; object-position: 60% center; }
.rc-guide-layout { grid-template-columns: minmax(0, 1fr) 280px; gap: 3rem; padding: 2.7rem 0; }
.rc-guide-content > section { padding: 1.6rem 0; }
.rc-guide-content h2 { font-size: 1.45rem; }
.rc-guide-disclosure { padding: 1rem 1.2rem; margin: 0 0 1rem; color: var(--rc-text); background: #fff8e9; border-left: 4px solid var(--rc-orange-500); font-size: .875rem; }
.rc-guide-sources { border-top: 1px solid var(--rc-border); }
.rc-guide-sources p,
.rc-guide-sources li { color: var(--rc-muted); font-size: .875rem; }
.rc-guide-sources ul { padding-left: 1.2rem; }
.rc-guide-sources a { font-weight: 750; }
.rc-guide-cta { border-radius: 8px; background: var(--rc-orange-100); }
.rc-guide-cta strong { color: var(--rc-orange-600); }
.rc-tip-grid { gap: .7rem; }
.rc-tip-grid p { min-height: 120px; }
.rc-guide-sidebar > nav,
.rc-guide-sidebar > section { padding: 1.2rem; }

/* Moduli e area privata: ritmo e superfici condivisi con il sito. */
.rc-form-layout { gap: 1.5rem; }
.rc-report-form,
.rc-quick-form,
.rc-form-aside { border-radius: 10px; background: #fff; }
.rc-report-form > section { padding: 1.35rem; }
.rc-form-aside { background: var(--rc-blue-050); }
.rc-aside-icon img { width: 30px; height: 30px; filter: brightness(0) invert(1); }
.rc-form-progress li { background: #fff; }
.rc-form-progress li.is-active { background: var(--rc-blue-050); }
.rc-choice-grid label,
.rc-choice-row label { border-radius: 7px; }
.rc-account-page,
.rc-dog-editor,
.rc-passport-page,
.rc-sharing-page { background: var(--rc-background); }
.rc-account-main { background: #fff; }
.rc-owned-alerts article,
.rc-local-alert-grid article { border-radius: 9px; }

/* Le sezioni scure usano una firma cartografica discreta. */
.rc-section--network,
.rc-how-safety-section,
.rc-info-callout,
.rc-partner-cta,
.rc-guide-bottom-cta,
.rc-shared-app-banner {
	position: relative;
	overflow: hidden;
}

.rc-section--network::after,
.rc-how-safety-section::after,
.rc-info-callout::after,
.rc-partner-cta::after,
.rc-guide-bottom-cta::after,
.rc-shared-app-banner::after {
	position: absolute;
	right: -90px;
	top: -90px;
	width: 250px;
	height: 250px;
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 50%;
	box-shadow: 0 0 0 42px rgba(255, 255, 255, .035), 0 0 0 84px rgba(255, 255, 255, .02);
	content: '';
	pointer-events: none;
}

@media (max-width: 1023px) {
	.rc-header { position: relative; }
	.rc-nav { top: 72px; border-radius: 10px; }
	.rc-info-hero--visual { grid-template-columns: 1fr 1fr; gap: 2rem; }
	.rc-how-roles { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.rc-partner-hero h1 { max-width: 580px; }
}

@media (max-width: 767px) {
	h1 { font-size: 2.35rem; }
	h2 { font-size: 1.75rem; }
	.rc-container { width: min(calc(100% - 32px), var(--container)); }
	.rc-header__inner { min-height: 70px; }
	.rc-brand img { width: 220px; }
	.rc-nav { top: 64px; right: 16px; left: 16px; }
	.rc-page-heading h1,
	.rc-app-page h1 { font-size: 2.25rem; }
	.rc-section { padding-block: 3.2rem; }

	.home .rc-hero__content { padding: 2.3rem 0 1.3rem; }
	.home .rc-hero h1 { font-size: 2.65rem; }
	.home .rc-hero__visual { min-height: 330px; }

	.rc-how-hero__content { padding: 2rem 0 1.5rem; }
	.rc-how-hero__content h1 { font-size: 2.3rem; }
	.rc-how-hero__visual { min-height: 350px; }
	.rc-how-jump { top: 0; }
	.rc-how-section { padding-block: 3.25rem; }
	.rc-how-roles { grid-template-columns: 1fr; }

	.rc-info-page { padding-top: .5rem; }
	.rc-info-hero--visual { grid-template-columns: 1fr; gap: 1.6rem; padding-top: 1.2rem; }
	.rc-info-hero__copy h1,
	.rc-info-hero--compact .rc-info-hero__copy h1 { font-size: 2.3rem; }
	.rc-info-hero__visual { height: 300px; border-radius: 9px; }
	.rc-info-content > section { padding: 2rem 0; }
	.rc-info-feature { gap: 1.5rem; }

	.rc-partner-hero {
		background-image: linear-gradient(0deg, #fff 0 49%, rgba(255, 255, 255, .87) 59%, rgba(255, 255, 255, 0) 74%), url('../photography/partner-960.webp');
		background-position: 64% top;
		background-size: auto 55%;
		background-repeat: no-repeat;
	}
	@supports (background-image: url('../photography/partner-960.avif')) {
		.rc-partner-hero { background-image: linear-gradient(0deg, #fff 0 49%, rgba(255, 255, 255, .87) 59%, rgba(255, 255, 255, 0) 74%), url('../photography/partner-960.avif'); }
	}
	.rc-partner-hero > .rc-container { min-height: 680px; padding-top: 270px; }
	.rc-partner-hero h1 { font-size: 2.5rem; }
	.rc-partner-section { padding: 2.7rem 0; }
	.rc-partner-application { padding-block: 2.7rem; }
	.rc-partner-application form { padding: 1.15rem; border-left: 1px solid var(--rc-border); }

	.rc-guide-hero { grid-template-columns: 1fr; }
	.rc-guide-hero h1 { font-size: 2.3rem; }
	.rc-guide-hero > picture { height: 290px; }
	.rc-guide-layout { grid-template-columns: 1fr; gap: 1.5rem; }
	.rc-guide-sidebar { order: 0; }
	.rc-tip-grid p { min-height: 0; }
	.rc-guide-bottom-cta { padding: 1.5rem; }

	.rc-section--network::after,
	.rc-how-safety-section::after,
	.rc-info-callout::after,
	.rc-partner-cta::after,
	.rc-guide-bottom-cta::after,
	.rc-shared-app-banner::after { width: 170px; height: 170px; }
}

@media (max-width: 420px) {
	.home .rc-hero h1,
	.rc-how-hero__content h1,
	.rc-info-hero__copy h1,
	.rc-guide-hero h1,
	.rc-partner-hero h1 { font-size: 2.2rem; }
}

/* UX/UI 0.14 — leggibilità, gerarchia e azioni urgenti. */
:root {
	--rc-primary: #001A4A;
	--rc-secondary: #FD5F04;
	--rc-action: #C74400;
	--rc-action-hover: #A83900;
	--rc-orange-600: #D84F00;
	--rc-orange-500: var(--rc-secondary);
	--rc-green-500: #1f7a55;
	--rc-muted: #5f7384;
	--rc-focus: var(--rc-primary);
}

body { font-size: 16px; }
p, li { text-wrap: pretty; }
h1 { font-size: clamp(2.35rem, 3.8vw, 3.55rem); }
h2 { font-size: clamp(1.65rem, 2.4vw, 2.3rem); }
.rc-nav a { font-size: .9rem; }
.rc-button { min-height: 48px; font-size: .9375rem; }
.rc-button small { font-size: .8125rem; }
.rc-eyebrow,
.rc-guide-label,
.rc-breadcrumb { font-size: .8125rem; }
small { font-size: .8125rem; }

.rc-mobile-emergency { display: none; }

.home .rc-hero h1 { max-width: 650px; font-size: clamp(2.7rem, 3.45vw, 3.45rem); }
.home .rc-hero__lead { font-size: 1rem; }
.rc-network-status { padding-block: 1.25rem; color: #fff; background: var(--rc-navy-900); border-bottom: 4px solid var(--rc-orange-500); }
.rc-network-status__grid { display: grid; grid-template-columns: minmax(0,1fr) auto auto; gap: clamp(1.5rem,4vw,4rem); align-items: center; }
.rc-network-status .rc-eyebrow { margin: 0 0 .35rem; color: #b8d6f5; }
.rc-network-status h2 { margin: 0 0 .25rem; color: #fff; font-size: 1.25rem; }
.rc-network-status p { max-width: 680px; margin: 0; color: #d1dfed; font-size: .875rem; }
.rc-network-status__facts dl { display: flex; gap: 1.5rem; margin: 0; }
.rc-network-status__facts dl div { display: grid; }
.rc-network-status__facts dt { color: #b8cde1; font-size: .75rem; }
.rc-network-status__facts dd { order: -1; margin: 0; color: #fff; font-size: 1.55rem; font-weight: 900; line-height: 1; }
.rc-network-status__facts small { display: block; margin-top: .4rem; color: #a9bfd3; font-size: .6875rem; }
.rc-network-status__actions { display: grid; gap: .25rem; }
.rc-network-status__actions a { min-height: 44px; padding: .7rem .2rem; color: #fff; font-size: .8125rem; font-weight: 800; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.rc-home-sponsor { margin: 2rem 0; background: #f8fafc; border: 1px solid var(--rc-border); border-left: 4px solid var(--rc-blue-600); }
.rc-home-sponsor > a { display: grid; grid-template-columns: auto minmax(0,1fr) auto; gap: 1.4rem; align-items: center; min-height: 150px; padding: 1.1rem 1.3rem; color: var(--rc-text); text-decoration: none; }
.rc-home-sponsor img { width: 210px; height: 110px; object-fit: contain; background: #fff; border: 1px solid var(--rc-border); }
.rc-home-sponsor div { display: grid; justify-items: start; }
.rc-home-sponsor .rc-sponsored-label { margin-bottom: .4rem; }
.rc-home-sponsor small { color: var(--rc-muted); font-weight: 800; }
.rc-home-sponsor h2 { margin: .2rem 0; font-size: 1.25rem; }
.rc-home-sponsor p { max-width: 660px; margin: 0; color: var(--rc-muted); font-size: .875rem; }
.rc-home-sponsor > a > strong { min-height: 44px; padding: .7rem 0; color: var(--rc-blue-700); font-size: .875rem; white-space: nowrap; }
.rc-home-sponsor a:hover h2 { color: var(--rc-blue-700); }
.home .rc-trust-list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.home .rc-trust-list strong { font-size: .8125rem; }
.home .rc-trust-list span { font-size: .75rem; }
.home .rc-steps p,
.home .rc-alert-list p,
.home .rc-alert-list small,
.home .rc-feature-inline,
.home .rc-partner-types li { font-size: .8125rem; }

.rc-report-form label,
.rc-quick-form label,
.rc-partner-application form > label,
.rc-partner-application form legend,
.rc-map-filters legend,
.rc-map-filters label,
.rc-map-filters summary { font-size: .875rem; }
.rc-report-form p,
.rc-quick-form p,
.rc-location-capture p,
.rc-coordinate-fallback summary,
.rc-operation-empty,
.rc-partner-application form footer p { font-size: .875rem; }
.rc-report-form input,
.rc-report-form select,
.rc-report-form textarea,
.rc-partner-application input,
.rc-partner-application select,
.rc-partner-application textarea,
.rc-map-filters input,
.rc-map-filters select { font-size: 1rem; }
.rc-step-kicker { display: block; margin-bottom: .35rem; color: var(--rc-blue-700); font-size: .8125rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.rc-quick-dog .rc-dog-photo-fields { margin-top: 1rem; }

.rc-map-heading h1 { max-width: 760px; font-size: clamp(2.2rem, 3.3vw, 3.15rem); }
.rc-map-location span,
.rc-map-location strong,
.rc-map-filters form > header button,
.rc-map-type-options span,
.rc-map-missing strong,
.rc-map-missing span,
.rc-map-missing .rc-button,
.rc-map-loading,
.rc-results-list--map .rc-results-list__head span { font-size: .8125rem; }
.rc-map-filters input[type="search"],
.rc-map-filters select { min-height: 44px; }
.rc-operation-empty a { font-weight: 800; text-decoration: none; }
.rc-map-zero { display: grid; gap: .2rem; padding: 1rem 1.2rem; color: var(--rc-muted); border-top: 1px solid var(--rc-border); background: var(--rc-blue-050); font-size: .875rem; }
.rc-map-zero strong { color: var(--rc-navy-900); }

.rc-partner-hero h1 { max-width: 660px; font-size: clamp(2.4rem, 3.5vw, 3.25rem); }
.rc-partner-hero .rc-eyebrow { margin-bottom: .5rem; }
.rc-category-grid p,
.rc-benefit-grid p,
.rc-category-grid a,
.rc-partner-coverage li span,
.rc-real-count { font-size: .8125rem; }
.rc-partner-checks { display: grid; gap: .55rem; padding: 0; margin: 1.4rem 0 0; list-style: none; }
.rc-partner-checks li { position: relative; padding-left: 1.55rem; color: var(--rc-muted); font-size: .875rem; }
.rc-partner-checks li::before { position: absolute; left: 0; color: var(--rc-green-500); content: "✓"; font-weight: 900; }

/* Testi descrittivi: dimensione leggibile uniforme in tutte le famiglie di pagina. */
.rc-how-path article > p,
.rc-how-roles p,
.rc-how-safety span,
.rc-how-prevention > div:last-child > p:not(.rc-eyebrow),
.rc-how-faq details p,
.rc-info-grid p,
.rc-info-feature li,
.rc-guide-content p,
.rc-guide-content li { font-size: 1rem; }

.rc-guide-library{padding:clamp(2rem,5vw,4rem) 0}.rc-guide-library>h2{max-width:720px}.rc-guide-library__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}.rc-guide-library article{overflow:hidden;border:1px solid var(--rc-border);border-radius:14px;background:#fff;box-shadow:0 12px 34px rgba(0,26,74,.06)}.rc-guide-library__image{display:block;aspect-ratio:16/9;overflow:hidden}.rc-guide-library__image img{width:100%;height:100%;object-fit:cover;transition:transform .25s ease}.rc-guide-library article:hover img{transform:scale(1.025)}.rc-guide-library article>div{padding:1.25rem}.rc-guide-library h3{font-size:1.15rem}.rc-guide-library h3 a{text-decoration:none}.rc-guide-library__meta{color:var(--rc-blue-700);font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.rc-guide-library__link{font-weight:800}.rc-editorial-single{background:#fff}.rc-editorial-hero{background:var(--rc-blue-050)}.rc-editorial-hero__grid{display:grid;grid-template-columns:1fr 1.1fr;align-items:center;gap:3rem;min-height:500px}.rc-editorial-hero h1{font-size:clamp(2.5rem,4.5vw,4.6rem);line-height:1.02}.rc-editorial-deck{max-width:620px;font-size:1.1rem;color:var(--rc-muted)}.rc-editorial-meta{font-size:.78rem;color:var(--rc-muted)}.rc-editorial-hero figure{height:100%;margin:0}.rc-editorial-hero img{width:100%;height:100%;min-height:500px;object-fit:cover}.rc-editorial-layout{display:grid;grid-template-columns:minmax(0,760px) 270px;justify-content:space-between;gap:4rem;padding-block:clamp(2.5rem,6vw,5rem)}.rc-editorial-content{font-size:1.03rem;line-height:1.75}.rc-editorial-content h2{margin-top:2.7rem;font-size:clamp(1.65rem,2.5vw,2.2rem)}.rc-editorial-content h3{margin-top:2rem;font-size:1.25rem}.rc-editorial-content li{margin:.55rem 0}.rc-editorial-content blockquote,.rc-editorial-note{padding:1.1rem 1.25rem;border-left:4px solid var(--rc-orange-500);background:#fff7ee}.rc-editorial-content .rc-action-box{padding:1.4rem;margin:2rem 0;border-radius:12px;background:var(--rc-navy-900);color:#fff}.rc-editorial-content .rc-action-box h2,.rc-editorial-content .rc-action-box a{color:#fff}.rc-editorial-content .rc-faq{border-top:1px solid var(--rc-border)}.rc-editorial-content details{padding:1rem 0;border-bottom:1px solid var(--rc-border)}.rc-editorial-content summary{font-weight:800;cursor:pointer}.rc-editorial-aside{position:sticky;top:100px;display:grid;gap:.8rem;align-self:start;padding:1.4rem;border-top:4px solid var(--rc-orange-500);background:var(--rc-blue-050);border-radius:10px}.rc-editorial-aside a:not(.rc-button){font-weight:750}.rc-editorial-footer{margin-bottom:3rem;padding:2.2rem;border-radius:14px;background:var(--rc-navy-900);color:#fff}.rc-editorial-footer h2{color:#fff}.rc-editorial-footer .rc-button{color:#fff}@media(max-width:900px){.rc-guide-library__grid{grid-template-columns:1fr 1fr}.rc-editorial-hero__grid,.rc-editorial-layout{grid-template-columns:1fr}.rc-editorial-hero__grid{gap:0}.rc-editorial-hero__grid>div{padding-block:2rem}.rc-editorial-hero img{min-height:300px}.rc-editorial-aside{position:static}}@media(max-width:620px){.rc-guide-library__grid{grid-template-columns:1fr}.rc-editorial-hero h1{font-size:2.35rem}}
.rc-account-main p,
.rc-owned-alerts p,
.rc-local-alert-grid p,
.rc-sighting-list p,
.rc-public-case-feed article p { font-size: 1rem; }
.rc-how-path article li,
.rc-how-path article a,
.rc-how-path aside strong,
.rc-how-path aside p,
.rc-how-roles .rc-button,
.rc-how-safety strong,
.rc-how-prevention__grid strong,
.rc-how-prevention__grid span,
.rc-how-faq summary,
.rc-info-grid a,
.rc-local-alert-grid a,
.rc-local-alert-grid button,
.rc-owned-alerts .rc-button { font-size: .875rem; }
.rc-how-path__label,
.rc-how-hero__proof span,
.rc-how-hero__proof strong,
.rc-case-status small,
.rc-alert-state,
.rc-owned-alerts__meta code,
.rc-sighting-list header span,
.rc-sighting-list small { font-size: .8125rem !important; }

@media (max-width: 1023px) {
	body.rc-has-mobile-action { padding-bottom: 68px; }
	.rc-how-jump { top: 0; }
	.rc-mobile-emergency {
		position: fixed;
		right: 12px;
		bottom: max(10px, env(safe-area-inset-bottom));
		left: 12px;
		z-index: 1000;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: .65rem;
		min-height: 52px;
		padding: .75rem 1rem;
		color: var(--rc-primary);
		background: var(--rc-orange-500);
		border: 1px solid rgba(255, 255, 255, .3);
		border-radius: 10px;
		box-shadow: 0 14px 32px rgba(9, 47, 80, .26);
		font-weight: 800;
		text-decoration: none;
	}
	.rc-mobile-emergency span { display: grid; place-items: center; width: 26px; height: 26px; color: var(--rc-orange-500); background: var(--rc-primary); border-radius: 50%; font-size: 1.2rem; line-height: 1; }
	.rc-mobile-emergency { transition: opacity .2s ease, transform .2s ease; }
	.rc-mobile-emergency.is-suppressed { opacity: 0; transform: translateY(calc(100% + 24px)); pointer-events: none; }
}

.rc-pwa-install { scroll-margin-top: 100px; }
.rc-pwa-install .rc-button { margin-top: .9rem; }
.rc-pwa-install__status { max-width: 48ch; margin: .65rem 0 0; color: var(--rc-muted); font-size: .82rem; }
.rc-pwa-install ol li { display: grid; gap: .2rem; }
.rc-pwa-install ol span { color: var(--rc-muted); font-size: .82rem; }

.rc-menu-toggle,
.rc-filter-types button,
.rc-map-toolbar button,
.rc-option-buttons button,
.rc-text-action,
details > summary { min-height: 44px; }
.rc-brand { display: flex; align-items: center; min-height: 44px; }
.rc-fields input,
.rc-fields select,
.rc-fields textarea,
.rc-map-filters form > header button { min-height: 44px; }
.home .rc-prevention .rc-button,
.home .rc-network .rc-button,
.home .rc-app-banner .rc-button,
.rc-dog-card .rc-button,
.rc-results-list > .rc-button { min-height: 44px; }
details > summary { display: flex; align-items: center; cursor: pointer; }
input[type='checkbox'],
input[type='radio'] { min-width: 20px; min-height: 20px; }

@media (max-width: 767px) {
	body { line-height: 1.58; }
	h1,
	.rc-page-heading h1,
	.rc-app-page h1 { font-size: 2.15rem; }
	h2 { font-size: 1.65rem; }
	.home .rc-hero h1 { font-size: 2.35rem; }
	.home .rc-hero__lead { font-size: 1rem; }
	.home .rc-trust-list { grid-template-columns: 1fr; gap: .8rem; }
	.home .rc-trust-list li,
	.home .rc-trust-list li:nth-child(odd),
	.home .rc-trust-list li:nth-child(3) { padding: .75rem 0; border: 0; border-top: 1px solid var(--rc-border); }
	.home .rc-trust-list li:first-child { border-top: 0; }
	.rc-report-form > section { padding: 1.15rem; }
	.rc-form-aside { order: 0; }
	.rc-partner-hero {
		background-image: url('../photography/partner-960.webp');
		background-position: center top;
		background-size: 100% auto;
		background-repeat: no-repeat;
	}
	@supports (background-image: url('../photography/partner-960.avif')) {
		.rc-partner-hero { background-image: url('../photography/partner-960.avif'); }
	}
	.rc-partner-hero > .rc-container { min-height: 0; padding-top: min(60vw, 300px); }
	.rc-partner-hero > .rc-container > div:first-child { padding: 1.5rem 0 2.5rem; background: #fff; }
	.rc-partner-hero h1 { font-size: 2.15rem; }
	.rc-partner-hero .rc-actions { align-items: stretch; flex-direction: column; }
	.rc-partner-hero .rc-actions .rc-button { width: 100%; min-width: 0; text-align: center; }
	.rc-partner-photo { display: none; }
	.rc-partner-application form { padding: 1.15rem; }
	.rc-map-heading h1 { font-size: 2.15rem; }
}

@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

@media (prefers-contrast: more) {
	:root { --rc-muted: #3e5568; --rc-border: #8da1b2; }
	a { text-decoration-thickness: .14em; }
	:focus-visible { outline-width: 4px; outline-offset: 4px; }
}

/* Pubblicità e sponsorizzazioni: linguaggio B2B separato dai flussi urgenti. */
.rc-auth-heading h1 { font-size: clamp(2.7rem, 4vw, 3.25rem); }
.rc-commercial-page { background: #fff; }
.rc-commercial-hero { color: #fff; background: var(--rc-navy-900); }
.rc-commercial-hero__grid { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(380px,.95fr); gap: clamp(3rem,7vw,7rem); align-items: center; min-height: 620px; padding-block: 1rem 4.5rem; }
.rc-commercial-hero .rc-breadcrumb,
.rc-commercial-hero .rc-breadcrumb a { color: #cfe0ee; }
.rc-commercial-hero .rc-eyebrow { color: #9fc7ef; }
.rc-commercial-hero h1 { max-width: 760px; margin: .7rem 0 1.3rem; color: #fff; font-size: clamp(2.7rem,4vw,3.25rem); }
.rc-commercial-lead { max-width: 670px; color: #d8e6f1; font-size: 1.12rem; }
.rc-commercial-hero .rc-button--light { color: #fff; border-color: rgba(255,255,255,.55); background: transparent; }
.rc-commercial-proof { display: flex; flex-wrap: wrap; gap: .65rem 1.5rem; padding: 0; margin: 1.8rem 0 0; color: #d8e6f1; list-style: none; font-size: .875rem; }
.rc-commercial-proof li { position: relative; padding-left: 1.25rem; }
.rc-commercial-proof li::before { position: absolute; left: 0; color: #f6b07e; content: '✓'; font-weight: 900; }
.rc-commercial-network { position: relative; min-height: 410px; aspect-ratio: 4/3; overflow: hidden; margin: 0; background: var(--rc-navy-800); border: 1px solid rgba(255,255,255,.16); border-radius: 20px; box-shadow: 0 26px 70px rgba(0,0,0,.28); }
.rc-commercial-network::after { position: absolute; right: 0; bottom: 0; left: 0; z-index: 1; height: 44%; background: linear-gradient(180deg,transparent,rgba(0,18,52,.94)); content: ''; pointer-events: none; }
.rc-commercial-network img { display: block; width: 100%; height: 100%; object-fit: cover; }
.rc-commercial-network figcaption { position: absolute; right: 1.15rem; bottom: 1.05rem; left: 1.15rem; z-index: 2; display: grid; gap: .2rem; padding-left: .9rem; color: #d8e6f1; border-left: 3px solid #fd5f04; font-size: .78rem; }
.rc-commercial-network figcaption strong { color: #fff; font-size: .9rem; }
.rc-commercial-trust { padding-block: clamp(4rem,7vw,6.5rem); }
.rc-commercial-trust > header { display: grid; grid-template-columns: .8fr 1.2fr; gap: 1rem 5rem; max-width: 980px; margin-bottom: 2.4rem; }
.rc-commercial-trust > header .rc-eyebrow { grid-column: 1/-1; margin: 0; }
.rc-commercial-trust > header h2,
.rc-commercial-trust > header p { margin: 0; }
.rc-commercial-trust > header p:not(.rc-eyebrow) { color: var(--rc-muted); font-size: 1.05rem; }
.rc-commercial-trust > div { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border-top: 1px solid var(--rc-border); }
.rc-commercial-trust article { padding: 2rem 2rem 0 0; }
.rc-commercial-trust article + article { padding-left: 2rem; border-left: 1px solid var(--rc-border); }
.rc-commercial-trust article > span { color: var(--rc-orange-500); font-size: .78rem; font-weight: 900; }
.rc-commercial-trust article p { color: var(--rc-muted); }
.rc-commercial-formats { padding-block: clamp(4rem,7vw,6rem); background: var(--rc-background); scroll-margin-top: 90px; }
.rc-commercial-formats .rc-section__heading > p { max-width: 590px; color: var(--rc-muted); }
.rc-commercial-format-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1rem; }
.rc-commercial-format-grid article { min-height: 360px; padding: 1.8rem; background: #fff; border: 1px solid var(--rc-border); border-top: 4px solid var(--rc-blue-700); }
.rc-sponsored-label { display: inline-block; padding: .28rem .45rem; color: var(--rc-navy-900); background: var(--rc-blue-100); font-size: .7rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.rc-commercial-format-grid h3 { margin-top: 1.5rem; font-size: 1.35rem; }
.rc-commercial-format-grid p,
.rc-commercial-format-grid li { color: var(--rc-muted); }
.rc-commercial-format-grid ul { display: grid; gap: .5rem; padding-left: 1.2rem; }
.rc-commercial-boundaries { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem,8vw,8rem); align-items: center; padding-block: clamp(4rem,7vw,6rem); }
.rc-commercial-boundaries > div p:not(.rc-eyebrow) { max-width: 570px; color: var(--rc-muted); }
.rc-commercial-boundaries ul { display: grid; grid-template-columns: 1fr 1fr; padding: 0; border-top: 1px solid var(--rc-border); list-style: none; }
.rc-commercial-boundaries li { position: relative; min-height: 76px; padding: 1.1rem 1rem 1rem 2.2rem; border-bottom: 1px solid var(--rc-border); }
.rc-commercial-boundaries li::before { position: absolute; left: .45rem; color: var(--rc-green-500); content: '✓'; font-size: 1.05rem; font-weight: 900; }
.rc-commercial-process { padding-block: clamp(4rem,7vw,6rem); color: #fff; background: var(--rc-blue-700); }
.rc-commercial-process h2 { color: #fff; }
.rc-commercial-process .rc-eyebrow { color: #d8e6f1; }
.rc-commercial-process ol { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 2rem; padding: 0; margin: 2.4rem 0 0; list-style: none; }
.rc-commercial-process li { position: relative; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.4); }
.rc-commercial-process li > span { position: absolute; top: -17px; left: 0; display: grid; place-items: center; width: 34px; height: 34px; color: var(--rc-blue-700); background: #fff; border-radius: 50%; font-weight: 900; }
.rc-commercial-process h3 { margin-top: 1rem; color: #fff; }
.rc-commercial-process li p { color: #e2edf5; }
.rc-commercial-request { display: grid; grid-template-columns: minmax(260px,.65fr) minmax(0,1.35fr); gap: clamp(2.5rem,7vw,7rem); align-items: start; padding-block: clamp(4rem,8vw,7rem); scroll-margin-top: 100px; }
.rc-commercial-request > header { position: sticky; top: 110px; }
.rc-commercial-request > header p:not(.rc-eyebrow) { color: var(--rc-muted); }
.rc-commercial-form { display: grid; gap: 1.2rem; padding: clamp(1.3rem,3vw,2.4rem); background: #fff; border: 1px solid var(--rc-border); border-top: 4px solid var(--rc-orange-500); box-shadow: var(--shadow-sm); }
.rc-commercial-form > label { display: grid; gap: .4rem; font-size: .875rem; font-weight: 800; }
.rc-commercial-form small { color: var(--rc-muted); font-weight: 500; }
.rc-commercial-form footer { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding-top: 1.2rem; border-top: 1px solid var(--rc-border); }
.rc-commercial-form footer p { margin: 0; color: var(--rc-muted); font-size: .875rem; }
.rc-commercial-form footer p.is-error { color: #a53a31; }
.rc-commercial-confirmation { padding: clamp(2rem,5vw,4rem); background: var(--rc-blue-050); border-left: 4px solid var(--rc-green-500); }
.rc-commercial-confirmation > span { display: grid; place-items: center; width: 52px; height: 52px; color: #fff; background: var(--rc-green-500); border-radius: 50%; font-size: 1.4rem; font-weight: 900; }
.rc-commercial-confirmation h2 { margin-top: 1.3rem; }
.rc-commercial-faq { display: grid; grid-template-columns: .65fr 1.35fr; gap: 4rem; padding-block: 0 6rem; }
.rc-commercial-faq details { padding: .5rem 0; border-bottom: 1px solid var(--rc-border); }
.rc-commercial-faq summary { font-weight: 800; }
.rc-commercial-faq details p { color: var(--rc-muted); }

@media (max-width: 1023px) {
	.rc-nav-organizations { width: 100%; }
	.rc-nav-organizations summary { padding: .7rem; }
	.rc-nav-organizations > div { position: static; min-width: 0; padding: 0 0 0 .7rem; border: 0; box-shadow: none; transform: none; }
	.rc-network-status__grid { grid-template-columns: 1fr auto; }
	.rc-network-status__actions { grid-column: 1 / -1; display: flex; gap: 1.4rem; }
	.rc-commercial-hero__grid { grid-template-columns: 1fr 380px; gap: 2rem; }
	.rc-commercial-request { grid-template-columns: .7fr 1.3fr; gap: 2.5rem; }
}

@media (max-width: 767px) {
	.rc-network-status { padding-block: 1.5rem; }
	.rc-network-status__grid { grid-template-columns: 1fr; gap: 1.25rem; }
	.rc-network-status__facts dl { justify-content: space-between; gap: 1rem; }
	.rc-network-status__actions { grid-column: auto; display: grid; grid-template-columns: 1fr 1fr; gap: .7rem; }
	.rc-home-sponsor > a { grid-template-columns: 1fr; gap: 1rem; }
	.rc-home-sponsor img { width: 100%; height: 150px; }
	.rc-home-sponsor > a > strong { padding: .75rem 0 0; border-top: 1px solid var(--rc-border); white-space: normal; }
	.rc-commercial-hero__grid { grid-template-columns: 1fr; min-height: 0; padding-bottom: 3rem; }
	.rc-commercial-hero h1,
	.rc-auth-heading h1 { font-size: 2.3rem; }
	.rc-commercial-lead { font-size: 1rem; }
	.rc-commercial-network { width: 100%; min-width: 0; min-height: 0; }
	.rc-commercial-network figcaption { right: .85rem; bottom: .8rem; left: .85rem; overflow-wrap: anywhere; }
	.rc-commercial-trust > header,
	.rc-commercial-boundaries,
	.rc-commercial-request,
	.rc-commercial-faq { grid-template-columns: 1fr; gap: 2rem; }
	.rc-commercial-trust > div,
	.rc-commercial-format-grid,
	.rc-commercial-process ol { grid-template-columns: 1fr; }
	.rc-commercial-trust article,
	.rc-commercial-trust article + article { padding: 1.4rem 0; border-left: 0; border-bottom: 1px solid var(--rc-border); }
	.rc-commercial-format-grid article { min-height: 0; }
	.rc-commercial-request > header { position: static; }
	.rc-commercial-form .rc-fields--2 { grid-template-columns: 1fr; }
	.rc-commercial-form .rc-field-wide { grid-column: auto; }
	.rc-commercial-form footer { align-items: stretch; flex-direction: column; }
	.rc-commercial-form footer .rc-button { width: 100%; }
}

.rc-footer-consent { position: fixed; right: 12px; bottom: 10px; z-index: 80; min-height: 36px; padding: .4rem .65rem; color: var(--rc-blue-700); background: #fff; border: 1px solid var(--rc-border); border-radius: 6px; box-shadow: var(--shadow-sm); font-size: .75rem; font-weight: 800; }
.rc-investor-demo { position: relative; z-index: 1200; display: flex; justify-content: center; gap: .75rem; padding: .55rem 1rem; color: #fff; background: var(--rc-navy-900); border-bottom: 3px solid var(--rc-orange-500); font-size: .8125rem; line-height: 1.4; text-align: center; }
.rc-investor-demo strong { color: #fff; }
.rc-investor-demo span { color: rgba(255,255,255,.82); }
.leaflet-control-zoom a,
.leaflet-bar a,
.leaflet-control-layers-toggle { width: 44px !important; height: 44px !important; line-height: 44px !important; }
.rc-map-missing .rc-button { min-height: 44px; }
.rc-consent-banner { position: fixed; right: 18px; bottom: 18px; left: 18px; z-index: 1300; display: grid; grid-template-columns: 1fr auto; gap: 1.5rem; align-items: center; max-width: 1120px; padding: 1.25rem; margin-inline: auto; color: var(--rc-text); background: #fff; border: 1px solid var(--rc-border); border-left: 5px solid var(--rc-blue-700); box-shadow: 0 24px 64px rgba(9,47,80,.22); }
.rc-consent-banner[hidden] { display: none; }
.rc-consent-banner p { max-width: 700px; margin: .25rem 0; color: var(--rc-muted); font-size: .875rem; }
.rc-consent-banner a { font-size: .8125rem; font-weight: 800; }
.rc-consent-banner > div:last-child { display: flex; gap: .55rem; }
.rc-consent-banner .rc-button { min-height: 44px; white-space: nowrap; }
.rc-consent-dialog { width: min(calc(100% - 32px),650px); max-height: min(760px,calc(100vh - 32px)); padding: 0; color: var(--rc-text); background: #fff; border: 0; box-shadow: 0 30px 90px rgba(9,47,80,.3); }
.rc-consent-dialog::backdrop { background: rgba(9,47,80,.64); }
.rc-consent-dialog form { display: grid; gap: 1rem; padding: clamp(1.2rem,4vw,2rem); }
.rc-consent-dialog header { display: flex; align-items: start; justify-content: space-between; gap: 1rem; border-bottom: 1px solid var(--rc-border); }
.rc-consent-dialog header h2 { font-size: 1.8rem; }
.rc-consent-dialog header > button { display: grid; place-items: center; width: 44px; height: 44px; color: var(--rc-navy-900); background: var(--rc-blue-050); border: 0; border-radius: 50%; font-size: 1.4rem; }
.rc-consent-dialog form > p { color: var(--rc-muted); }
.rc-consent-dialog form > label { display: grid; grid-template-columns: 1fr auto; gap: 1rem; align-items: center; padding: 1rem 0; border-bottom: 1px solid var(--rc-border); }
.rc-consent-dialog label span { display: grid; }
.rc-consent-dialog label small { color: var(--rc-muted); }
.rc-consent-dialog input { width: 22px; height: 22px; }
.rc-consent-dialog footer { display: flex; justify-content: flex-end; gap: .7rem; padding-top: .6rem; }
.rc-table-wrap { max-width: 100%; overflow-x: auto; border: 1px solid var(--rc-border); }
.rc-table-wrap table { width: 100%; border-collapse: collapse; background: #fff; }
.rc-table-wrap caption { padding: .9rem 1rem; color: var(--rc-navy-900); font-weight: 800; text-align: left; }
.rc-table-wrap th, .rc-table-wrap td { padding: .8rem 1rem; border-top: 1px solid var(--rc-border); text-align: left; vertical-align: top; }
.rc-table-wrap th { color: var(--rc-navy-900); background: var(--rc-blue-050); }
.rc-consent-pending .rc-mobile-emergency { display: none; }

@media (min-width: 768px) and (max-width: 1023px) {
	.rc-has-mobile-action .rc-footer-consent { bottom: 74px; }
}

@media (max-width: 767px) {
	.rc-investor-demo { display: grid; gap: .1rem; }
	.rc-footer-consent { position: static; margin: 1rem; }
	.rc-consent-banner { grid-template-columns: 1fr; right: 10px; bottom: 10px; left: 10px; gap: 1rem; max-height: calc(100vh - 20px); overflow: auto; }
	.rc-consent-banner > div:last-child,
	.rc-consent-dialog footer { align-items: stretch; flex-direction: column; }
	.rc-consent-banner .rc-button,
	.rc-consent-dialog footer .rc-button { width: 100%; }
}

/* Homepage 0.19.3 — hero continua, stato rete progressivo e CTA accessibili. */
.rc-container,
.home .rc-container { width: min(calc(100% - 56px), var(--container)); }

.home .rc-hero {
	position: relative;
	isolation: isolate;
	background: #fff;
}
.home .rc-hero::after {
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(90deg,#fff 0%,rgba(255,255,255,.99) 35%,rgba(255,255,255,.88) 46%,rgba(255,255,255,.3) 59%,transparent 70%);
	content: '';
	pointer-events: none;
}
.home .rc-hero__picture {
	position: absolute;
	inset: 0;
	z-index: 0;
}
.home .rc-hero__picture img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 62% center;
}
.home .rc-hero__grid { position: relative; z-index: 2; }
.home .rc-hero__visual {
	width: auto;
	margin: 0;
	overflow: visible;
}
.home .rc-hero__visual::before { display: none; }

.rc-network-status--compact { padding-block: .72rem; }
.rc-network-status--compact .rc-network-status__grid { grid-template-columns: minmax(0,1fr) auto; gap: 1.5rem; }
.rc-network-status--compact .rc-network-status__grid > div:first-child { display: grid; grid-template-columns: auto auto minmax(0,1fr); gap: .5rem 1rem; align-items: baseline; }
.rc-network-status--compact .rc-eyebrow,
.rc-network-status--compact h2,
.rc-network-status--compact p { margin: 0; }
.rc-network-status--compact h2 { white-space: nowrap; }
.rc-network-status--compact .rc-network-status__actions { display: block; }

.home .rc-prevention__visual { background: radial-gradient(circle at center,rgba(214,232,250,.9),rgba(240,247,253,.78) 56%,transparent 57%); }
.home .rc-prevention__visual img { width: min(88%,280px); max-height: 215px; object-fit: contain; filter: drop-shadow(0 16px 22px rgba(0,26,74,.16)); }

.rc-app-banner__status {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: .65rem 1rem;
	color: #fff;
	background: rgba(255,255,255,.12);
	border: 1px solid rgba(255,255,255,.42);
	border-radius: 8px;
	font-size: .78rem;
	font-weight: 800;
	white-space: nowrap;
}

@media (max-width: 1023px) {
	.rc-container,
	.home .rc-container { width: min(calc(100% - 40px), var(--container)); }
	.rc-mobile-emergency { color: #fff; background: var(--rc-action); }
	.rc-mobile-emergency span { color: var(--rc-action); background: #fff; }
}

@media (max-width: 767px) {
	.rc-container,
	.home .rc-container { width: min(calc(100% - 28px), var(--container)); }
	.home .rc-hero::after { background: linear-gradient(180deg,#fff 0%,#fff 57%,rgba(255,255,255,.92) 66%,rgba(255,255,255,.18) 79%,transparent 88%); }
	.home .rc-hero__picture img { object-position: 68% bottom; }
	.home .rc-hero__visual { width: calc(100% + 28px); margin-inline: -14px; }
	.rc-network-status--compact .rc-network-status__grid { grid-template-columns: 1fr; gap: .65rem; }
	.rc-network-status--compact .rc-network-status__grid > div:first-child { grid-template-columns: 1fr; gap: .08rem; }
	.rc-network-status--compact h2 { white-space: normal; }
	.rc-network-status--compact .rc-network-status__actions a { padding-block: .35rem; }
	.rc-app-banner__status { width: 100%; }
}
