/* Corsi sicurezza FAD online — gaming UI allineata al catalogo Vitacomoda */
.vc-osf {
	--vc-osf-blue: #0445af;
	--vc-osf-blue-2: #2563eb;
	--vc-osf-cyan: #04b8d8;
	--vc-osf-gold: #ffc532;
	--vc-osf-ink: #0f1a2b;
	--vc-osf-radius: 1.2rem;
	margin: clamp(1.5rem, 4vw, 2.5rem) 0;
}

/* Titolo sezione gaming (CORSO IN AULA, CORSI DI FORMAZIONE INIZIALE, ecc.) */
.vc-osf__gaming-title,
.vc-osf__group-title {
	margin: 0 0 1rem;
	padding: 0.65rem 0.25rem;
	font-size: clamp(1.15rem, 2.4vw, 1.55rem);
	font-weight: 900;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #061b3a;
	text-shadow: 0 0 18px rgba(37, 99, 235, 0.22);
	background: linear-gradient(180deg, #e8f4ff 0%, #f8fbff 55%, #ffffff 100%);
	border-radius: 0.65rem;
}

.vc-osf__section--aula .vc-osf__gaming-title,
.vc-obf-catalog__section--aula .vc-osf__gaming-title {
	margin-top: clamp(1.25rem, 3vw, 2rem);
	margin-bottom: 1.1rem;
	padding-left: 0.35rem;
	padding-right: 0.35rem;
}

.vc-osf__banner {
	position: relative;
	overflow: hidden;
	margin-bottom: 1.75rem;
	border-radius: 1.45rem;
	background:
		radial-gradient(circle at 88% 12%, rgba(255, 197, 50, 0.22), transparent 34%),
		radial-gradient(circle at 10% 88%, rgba(4, 184, 216, 0.2), transparent 32%),
		linear-gradient(135deg, #061b3a 0%, #0f3f5a 52%, #1a4fd6 100%);
	box-shadow: 0 24px 64px rgba(4, 69, 175, 0.2);
	transition: background 0.35s ease, box-shadow 0.35s ease;
}

.vc-osf__banner.is-haccp {
	background:
		radial-gradient(circle at 90% 10%, rgba(255, 197, 50, 0.35), transparent 36%),
		radial-gradient(circle at 8% 90%, rgba(4, 184, 216, 0.28), transparent 34%),
		linear-gradient(135deg, #04306e 0%, #0445af 48%, #0689a8 100%);
	box-shadow: 0 24px 64px rgba(4, 69, 175, 0.28);
}

.vc-osf__banner.is-haccp .vc-osf__badge {
	background: rgba(255, 197, 50, 0.92);
	border-color: rgba(255, 242, 170, 0.9);
	color: #062042;
}

.vc-osf__banner::before {
	content: "";
	position: absolute;
	inset: 0 0 auto;
	height: 6px;
	background: linear-gradient(90deg, var(--vc-osf-blue), var(--vc-osf-cyan), var(--vc-osf-gold));
}

.vc-osf__banner-glow {
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 85% 20%, rgba(255, 255, 255, 0.14), transparent 42%);
	pointer-events: none;
}

.vc-osf__banner-inner {
	position: relative;
	padding: clamp(1.25rem, 3vw, 2.1rem);
	color: #fff;
}

.vc-osf__badge {
	display: inline-block;
	padding: 0.35rem 0.85rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.14);
	border: 1px solid rgba(255, 255, 255, 0.24);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.vc-osf__title {
	margin: 0.85rem 0 0.65rem;
	max-width: 52rem;
	font-size: clamp(1.35rem, 3vw, 2rem);
	line-height: 1.2;
	font-weight: 800;
	color: #fff;
}

.vc-osf__lead {
	margin: 0 0 1rem;
	max-width: 48rem;
	font-size: clamp(1rem, 2.2vw, 1.12rem);
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.95);
}

.vc-osf__trust {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 0.75rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.vc-osf__trust li {
	padding: 0.35rem 0.75rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.12);
	font-size: 0.82rem;
	font-weight: 700;
}

.vc-osf__group {
	margin-bottom: 1.75rem;
}

.vc-osf__grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(min(100%, 260px), 1fr));
	gap: 1rem;
}

/* Card gaming — stile catalogo in aula */
.vc-osf-card--gaming {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	gap: 0.55rem;
	padding: 1rem;
	overflow: hidden;
	border: 1px solid #dbeafe;
	border-radius: var(--vc-osf-radius);
	background: linear-gradient(180deg, #ffffff, #f8fbff);
	box-shadow: 0 14px 38px rgba(15, 23, 42, 0.08);
	transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.vc-osf-card--gaming::before {
	content: "";
	position: absolute;
	inset: 0 0 auto;
	height: 4px;
	background: linear-gradient(90deg, var(--vc-osf-blue), var(--vc-osf-cyan), var(--vc-osf-gold));
}

.vc-osf-card--gaming:hover,
.vc-osf-card--gaming.is-selected {
	transform: translateY(-3px);
	border-color: rgba(4, 184, 216, 0.48);
	box-shadow: 0 20px 48px rgba(4, 69, 175, 0.14);
}

.vc-osf-card__top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 0.5rem;
	margin-bottom: 0.35rem;
}

.vc-osf-card__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
}

.vc-osf-card__badge,
.vc-osf-card__hours {
	display: inline-flex;
	align-items: center;
	padding: 0.28rem 0.55rem;
	border-radius: 999px;
	font-size: 0.72rem;
	font-weight: 800;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

.vc-osf-card__badge {
	background: #ecfeff;
	color: #155e75;
}

.vc-osf-card__hours {
	background: #fffbeb;
	color: #92400e;
}

.vc-osf-card__check {
	display: flex;
	align-items: center;
	gap: 0.35rem;
	margin: 0;
	cursor: pointer;
	font-size: 0.78rem;
	font-weight: 700;
	color: var(--vc-osf-blue);
}

.vc-osf-card__check input {
	width: 1.1rem;
	height: 1.1rem;
	flex-shrink: 0;
}

.vc-osf-card__title {
	margin: 0;
	font-size: 1.05rem;
	line-height: 1.3;
	font-weight: 800;
	color: var(--vc-osf-ink);
}

.vc-osf-card__notice {
	margin: 0;
	padding: 0.4rem 0.5rem;
	border-radius: 0.55rem;
	border: 1px solid rgba(217, 119, 6, 0.35);
	background: rgba(255, 251, 235, 0.95);
	font-size: 0.72rem;
	line-height: 1.35;
	font-weight: 700;
	color: #92400e;
}

.vc-osf-card__rls {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
	margin: 0;
}

.vc-osf-card__waiver {
	display: flex;
	align-items: flex-start;
	gap: 0.45rem;
	margin: 0;
	padding: 0.45rem 0.55rem;
	border-radius: 0.65rem;
	border: 1px solid rgba(4, 69, 175, 0.18);
	background: rgba(4, 69, 175, 0.04);
	cursor: pointer;
	font-size: 0.78rem;
	line-height: 1.3;
	font-weight: 700;
	color: #0f294d;
}

.vc-osf-card__waiver--compact {
	align-items: center;
}

.vc-osf-card__waiver input {
	width: 1.05rem;
	height: 1.05rem;
	margin: 0;
	flex-shrink: 0;
	accent-color: #0445af;
}

.vc-osf-card__rls-details {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 0.72rem;
	color: #475569;
}

.vc-osf-card__rls-details summary {
	cursor: pointer;
	list-style: none;
	display: inline-flex;
	align-items: center;
	gap: 0.25rem;
	padding: 0.15rem 0;
	font-weight: 700;
	color: #0445af;
	user-select: none;
}

.vc-osf-card__rls-details summary::-webkit-details-marker {
	display: none;
}

.vc-osf-card__rls-details summary::before {
	content: "+";
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1rem;
	height: 1rem;
	border-radius: 999px;
	background: rgba(4, 69, 175, 0.1);
	font-size: 0.75rem;
	line-height: 1;
}

.vc-osf-card__rls-details[open] summary::before {
	content: "−";
}

.vc-osf-card__rls-details[open] {
	display: flex;
	flex-direction: column;
	gap: 0.4rem;
	margin-top: 0.15rem;
	padding: 0.45rem 0.5rem;
	border-radius: 0.55rem;
	border: 1px solid #e2e8f0;
	background: #f8fafc;
}

.vc-osf-card__rls-legal {
	margin: 0;
	font-size: 0.7rem;
	line-height: 1.4;
	font-weight: 500;
	color: #475569;
}

.vc-osf-card--rls-waiver.is-waiver-required {
	border-color: rgba(217, 119, 6, 0.55);
	box-shadow: 0 0 0 3px rgba(251, 191, 36, 0.25);
}

.vc-osf-card--rls-waiver.is-waiver-required .vc-osf-card__waiver {
	border-color: rgba(217, 119, 6, 0.45);
	background: rgba(255, 251, 235, 0.9);
}

.vc-osf-card__price-line {
	margin: auto 0 0;
	font-size: 0.88rem;
	color: #53657d;
}

.vc-osf-card__price-line strong {
	display: block;
	font-size: 1.2rem;
	color: #0f766e;
}

.vc-osf-card__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.4rem;
	width: 100%;
	min-height: 44px;
	margin-top: auto;
	padding: 0.7rem 1rem;
	border: 0;
	border-radius: 0.95rem;
	background: linear-gradient(135deg, var(--vc-osf-blue, #0445af), var(--vc-osf-blue-2, #2563eb) 58%, var(--vc-osf-cyan, #04b8d8));
	box-shadow: 0 16px 32px rgba(4, 69, 175, 0.2);
	color: #fff;
	-webkit-text-fill-color: #fff;
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	cursor: pointer;
}

.vc-osf-card__cta:hover {
	filter: brightness(1.05);
}

.vc-osf-card__quotes {
	margin-top: 0.35rem;
	padding-top: 0.65rem;
	border-top: 1px dashed #dbeafe;
}

.vc-osf-card__quotes table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.78rem;
}

.vc-osf-card__quotes th,
.vc-osf-card__quotes td {
	padding: 0.35rem 0.25rem;
	text-align: left;
	border-bottom: 1px solid #eef2ff;
}

.vc-osf-card__quotes tr.is-best td {
	color: #0f766e;
	font-weight: 800;
}

.vc-osf-card__quotes tr.is-preferred td {
	background: #f0fdf4;
}

.vc-osf-legal-notice {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	padding: 0.9rem 1rem;
	overflow: hidden;
	border: 1px solid #dbeafe;
	border-radius: var(--vc-osf-radius);
	background: linear-gradient(180deg, #f8fbff, #ffffff);
	box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
}

.vc-osf-legal-notice::before {
	content: "";
	position: absolute;
	inset: 0 0 auto;
	height: 4px;
	background: linear-gradient(90deg, var(--vc-osf-blue), var(--vc-osf-cyan), var(--vc-osf-gold));
}

.vc-osf-legal-notice__title {
	margin: 0 0 0.55rem;
	font-size: 0.82rem;
	font-weight: 800;
	line-height: 1.35;
	color: #061b3a;
}

.vc-osf-legal-notice p {
	margin: 0 0 0.55rem;
	font-size: 0.72rem;
	line-height: 1.5;
	color: #475569;
}

.vc-osf-legal-notice p:last-child {
	margin-bottom: 0;
}

/* Spunta manleva: compare sulla card al click Seleziona / Confronta prezzi */
.vc-osf-card__transparency {
	display: flex;
	align-items: flex-start;
	gap: 0.5rem;
	margin: 0.55rem 0 0.35rem;
	padding: 0.6rem 0.65rem;
	border: 1px solid rgba(4, 69, 175, 0.28);
	border-radius: 0.7rem;
	background: rgba(4, 69, 175, 0.06);
	cursor: pointer;
	font-size: 0.72rem;
	line-height: 1.4;
	color: #061b3a;
	font-weight: 600;
}

.vc-osf-card__transparency[hidden] {
	display: none !important;
}

.vc-osf-card__transparency input {
	flex: 0 0 auto;
	width: 1.1rem;
	height: 1.1rem;
	margin-top: 0.08rem;
	accent-color: #0445af;
	cursor: pointer;
}

.vc-osf-card.is-transparency-required {
	outline: 2px solid #0445af;
	outline-offset: 2px;
	box-shadow: 0 0 0 4px rgba(4, 69, 175, 0.18);
}

.vc-osf-card.is-transparency-required .vc-osf-card__transparency {
	border-color: #0445af;
	background: rgba(255, 197, 50, 0.18);
}

.vc-osf-cart {
	position: sticky;
	bottom: max(0.35rem, env(safe-area-inset-bottom, 0px));
	z-index: 95;
	margin-top: 0.75rem;
	padding: 0 0.15rem;
	isolation: isolate;
}

.vc-osf-cart__inner {
	position: relative;
	padding: 0.9rem 1rem 0.95rem;
	border: 2px solid rgba(4, 69, 175, 0.28);
	border-radius: 1rem;
	background:
		linear-gradient(180deg, #ffffff 0%, #f3f9ff 55%, #eaf5ff 100%);
	box-shadow:
		0 0 0 1px rgba(255, 255, 255, 0.8) inset,
		0 -8px 24px rgba(4, 69, 175, 0.12),
		0 10px 28px rgba(2, 42, 107, 0.1);
	overflow: auto;
	/* Altezza sticky leggibile: lascia spazio ai corsi sopra */
	max-height: min(48dvh, 23.5rem);
	-webkit-overflow-scrolling: touch;
}

.vc-osf-cart__inner::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 4px;
	background: linear-gradient(90deg, #0445af 0%, #04b8d8 48%, #ffc532 100%);
	pointer-events: none;
}

.vc-osf-cart__head {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 0.35rem 0.65rem;
	margin: 0.05rem 0 0.4rem;
	padding-bottom: 0.35rem;
	border-bottom: 1px solid rgba(4, 69, 175, 0.12);
}

.vc-osf-cart__title {
	margin: 0;
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	font-family: "Rajdhani", system-ui, sans-serif;
	font-size: clamp(0.95rem, 2.2vw, 1.08rem);
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: 0.01em;
	color: #022a6b;
}

.vc-osf-cart__title::before {
	content: "";
	flex: 0 0 auto;
	width: 1.4rem;
	height: 1.4rem;
	border-radius: 0.45rem;
	background-color: #0445af;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='20' r='1.4'/%3E%3Ccircle cx='17' cy='20' r='1.4'/%3E%3Cpath d='M3 4h2l2.4 11.2a1.5 1.5 0 0 0 1.5 1.2h8.2a1.5 1.5 0 0 0 1.5-1.2L21 8H7'/%3E%3C/svg%3E") center / 0.95rem no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='20' r='1.4'/%3E%3Ccircle cx='17' cy='20' r='1.4'/%3E%3Cpath d='M3 4h2l2.4 11.2a1.5 1.5 0 0 0 1.5 1.2h8.2a1.5 1.5 0 0 0 1.5-1.2L21 8H7'/%3E%3C/svg%3E") center / 0.95rem no-repeat;
}

.vc-osf-cart__count {
	margin: 0;
	padding: 0.2rem 0.55rem;
	border-radius: 999px;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.02em;
	color: #fff;
	background: linear-gradient(135deg, #0445af 0%, #1a6ad4 100%);
	border: 1px solid rgba(255, 255, 255, 0.35);
	box-shadow: 0 3px 10px rgba(4, 69, 175, 0.22);
	white-space: nowrap;
}

.vc-osf-cart__list {
	max-height: min(9rem, 22dvh);
	margin: 0 0 0.5rem;
	padding: 0.2rem 0.2rem;
	overflow: auto;
	list-style: none;
	border-radius: 0.65rem;
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(4, 69, 175, 0.12);
	-webkit-overflow-scrolling: touch;
}

.vc-osf-cart__list li,
.vc-osf-cart__item {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 0.65rem;
	padding: 0.4rem 0.4rem;
	border-bottom: 1px solid rgba(4, 69, 175, 0.1);
	font-size: 0.86rem;
	line-height: 1.3;
}

.vc-osf-cart__list li:last-child,
.vc-osf-cart__item:last-child {
	border-bottom: 0;
}

.vc-osf-cart__item-title {
	flex: 1 1 auto;
	min-width: 0;
	font-weight: 700;
	color: #0f172a;
}

.vc-osf-cart__item-price {
	flex: 0 0 auto;
	margin-top: 0.05rem;
	padding: 0.2rem 0.55rem;
	border-radius: 999px;
	font-size: 0.84rem;
	font-weight: 800;
	line-height: 1.2;
	color: #022a6b;
	background: linear-gradient(180deg, #ffe082 0%, #ffc532 100%);
	border: 1px solid rgba(240, 180, 0, 0.55);
	white-space: nowrap;
	font-variant-numeric: tabular-nums;
	box-shadow: 0 2px 8px rgba(255, 197, 50, 0.28);
}

.vc-osf-cart__empty {
	display: flex !important;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	gap: 0.55rem;
	min-height: 2.75rem;
	padding: 0.55rem 0.6rem !important;
	text-align: left;
	color: #475569;
	font-weight: 600;
	font-size: 0.88rem;
	line-height: 1.35;
	border-bottom: 0 !important;
}

.vc-osf-cart__empty::before {
	content: "";
	display: block;
	flex: 0 0 auto;
	width: 1.65rem;
	height: 1.65rem;
	border-radius: 50%;
	background-color: #0445af;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='M20 20l-3.5-3.5'/%3E%3C/svg%3E") center / 0.95rem no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='M20 20l-3.5-3.5'/%3E%3C/svg%3E") center / 0.95rem no-repeat;
	opacity: 0.9;
}

/* Vuoto: un po' più alto e leggibile, senza riprendere metà schermo */
.vc-osf-cart:has(.vc-osf-cart__empty) .vc-osf-cart__inner {
	max-height: none;
	padding: 0.85rem 0.95rem 0.9rem;
}

.vc-osf-cart:has(.vc-osf-cart__empty) .vc-osf-cart__list {
	max-height: none;
	margin-bottom: 0.45rem;
}

.vc-osf-cart:has(.vc-osf-cart__empty) .vc-osf-cart__totals {
	margin-bottom: 0.5rem;
	padding: 0.55rem 0.7rem;
}

.vc-osf-cart:has(.vc-osf-cart__empty) .vc-osf-cart__note {
	display: block;
}

.vc-osf-cart__totals {
	margin: 0 0 0.45rem;
	padding: 0.45rem 0.6rem;
	border-radius: 0.7rem;
	background: linear-gradient(180deg, rgba(4, 69, 175, 0.07), rgba(4, 184, 216, 0.08));
	border: 1px solid rgba(4, 69, 175, 0.18);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.vc-osf-cart__total {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.65rem;
	margin: 0.15rem 0 0;
	padding-top: 0.3rem;
	border-top: 1px dashed rgba(4, 69, 175, 0.28);
	font-size: 0.95rem;
	line-height: 1.25;
}

.vc-osf-cart__total-label {
	font-weight: 800;
	color: #022a6b;
	font-family: "Rajdhani", system-ui, sans-serif;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	font-size: 0.82rem;
}

.vc-osf-cart__total-amount {
	font-size: clamp(1.1rem, 2.6vw, 1.28rem);
	font-weight: 900;
	color: #0445af;
	font-variant-numeric: tabular-nums;
	letter-spacing: -0.02em;
}

.vc-osf-cart__cta {
	width: 100%;
	min-height: 52px;
	padding: 0.7rem 1.05rem;
	border: 0;
	border-radius: 999px;
	background: linear-gradient(180deg, #2bb04a 0%, #178d47 48%, #147a3d 100%);
	color: #fff;
	font-family: "Rajdhani", system-ui, sans-serif;
	font-size: 0.98rem;
	font-weight: 800;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	line-height: 1.2;
	cursor: pointer;
	box-shadow:
		0 8px 18px rgba(23, 141, 71, 0.34),
		inset 0 1px 0 rgba(255, 255, 255, 0.28);
	transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
	-webkit-tap-highlight-color: transparent;
}

.vc-osf-cart__cta:hover:not(:disabled),
.vc-osf-cart__cta:focus-visible:not(:disabled) {
	transform: translateY(-1px);
	filter: brightness(1.05);
	box-shadow:
		0 12px 24px rgba(23, 141, 71, 0.4),
		inset 0 1px 0 rgba(255, 255, 255, 0.35);
	outline: none;
}

.vc-osf-cart__cta:active:not(:disabled) {
	transform: translateY(0);
}

.vc-osf-cart__cta:disabled {
	opacity: 0.55;
	cursor: not-allowed;
	filter: grayscale(0.15);
	box-shadow: 0 4px 12px rgba(15, 23, 42, 0.08);
}

.vc-osf-cart__note {
	margin: 0.35rem 0 0;
	padding: 0.2rem 0.15rem 0;
	font-size: 0.72rem;
	color: #475569;
	line-height: 1.35;
	text-align: center;
	font-weight: 600;
}

@media (max-width: 767px) {
	.vc-osf-cart {
		bottom: max(0.25rem, env(safe-area-inset-bottom, 0px));
		z-index: 96;
	}

	.vc-osf-cart__inner {
		padding: 0.8rem 0.85rem 0.85rem;
		border-radius: 0.9rem;
		max-height: min(46dvh, 21.5rem);
	}

	.vc-osf-cart:has(.vc-osf-cart__empty) .vc-osf-cart__inner {
		max-height: none;
		padding: 0.75rem 0.85rem 0.8rem;
	}

	.vc-osf-cart__cta {
		min-height: 52px;
		font-size: 0.95rem;
	}
}

/* Modale iscrizione */
.vc-osf-modal[hidden] {
	display: none !important;
}

.vc-osf-modal {
	position: fixed;
	inset: 0;
	z-index: 100050;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding: 0;
}

.vc-osf-modal__backdrop {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(ellipse at 20% 10%, rgba(4, 184, 216, 0.28), transparent 50%),
		radial-gradient(ellipse at 80% 0%, rgba(255, 197, 50, 0.22), transparent 45%),
		rgba(4, 24, 64, 0.72);
	backdrop-filter: blur(4px);
}

.vc-osf-modal__panel {
	position: relative;
	width: min(100%, 720px);
	max-height: 92dvh;
	overflow: auto;
	padding: 1.25rem 1.25rem 1.5rem;
	background: #fff;
	border-radius: 18px 18px 0 0;
	box-shadow: 0 -12px 40px rgba(0, 0, 0, 0.18);
}

.vc-osf-modal__panel--checkout {
	width: min(100%, 840px);
	padding: 1.35rem 1.35rem calc(1.6rem + env(safe-area-inset-bottom, 0px));
	background:
		linear-gradient(180deg, #f7fbff 0%, #ffffff 28%, #ffffff 100%);
	border: 1px solid rgba(4, 69, 175, 0.12);
	border-bottom: 0;
	box-shadow:
		0 -18px 50px rgba(4, 69, 175, 0.22),
		0 0 0 1px rgba(255, 197, 50, 0.12) inset;
}

.vc-osf-checkout-head {
	margin: 0 2.5rem 0.85rem 0;
}

.vc-osf-checkout-head__badge {
	display: inline-flex;
	align-items: center;
	margin: 0 0 0.45rem;
	padding: 0.28rem 0.7rem;
	border-radius: 999px;
	font-family: "Orbitron", "Rajdhani", sans-serif;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #062042;
	background: linear-gradient(135deg, #ffd84d 0%, #ffc532 55%, #04b8d8 140%);
	box-shadow: 0 6px 16px rgba(255, 197, 50, 0.35);
}

.vc-osf-checkout-head h2,
.vc-osf-modal__panel--checkout #vc-osf-enroll-title {
	margin: 0 0 0.35rem;
	font-size: clamp(1.35rem, 3.5vw, 1.75rem);
	font-weight: 800;
	letter-spacing: -0.02em;
	color: #0445af;
	line-height: 1.2;
}

.vc-osf-modal__subtitle {
	margin: 0;
	color: #475569;
	font-size: 0.95rem;
	line-height: 1.45;
}

.vc-osf-modal__courses {
	margin: 0.85rem 0 0.5rem;
	padding: 0.75rem 0.9rem;
	border-radius: 14px;
	background: linear-gradient(135deg, rgba(4, 69, 175, 0.06), rgba(4, 184, 216, 0.08));
	border: 1px solid rgba(4, 69, 175, 0.12);
}

.vc-osf-modal__courses ul {
	margin: 0;
	padding-left: 1.1rem;
}

.vc-osf-modal__courses li {
	margin: 0.2rem 0;
	font-size: 0.92rem;
	color: #0f172a;
}

.vc-osf-modal__total {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem 0.85rem;
	align-items: baseline;
	margin: 0 0 1rem;
	padding: 0.65rem 0.85rem;
	border-radius: 12px;
	background: #061b3a;
	color: #fff;
}

.vc-osf-auth-gate {
	display: grid;
	gap: 0.75rem;
	margin: 0 0 1.1rem;
	padding: 0.95rem 1rem;
	border-radius: 16px;
	border: 1.5px solid rgba(4, 184, 216, 0.35);
	background:
		linear-gradient(135deg, rgba(4, 69, 175, 0.08), rgba(255, 197, 50, 0.12));
}

.vc-osf-auth-gate__copy {
	display: grid;
	gap: 0.25rem;
}

.vc-osf-auth-gate__copy strong {
	color: #0445af;
	font-size: 0.98rem;
}

.vc-osf-auth-gate__copy span {
	color: #334155;
	font-size: 0.88rem;
	line-height: 1.4;
}

.vc-osf-auth-gate__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.vc-osf-auth-gate__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0.5rem 0.95rem;
	border-radius: 12px;
	border: 1.5px solid rgba(4, 69, 175, 0.35);
	background: #fff;
	color: #0445af;
	font-weight: 700;
	font-size: 0.88rem;
	text-decoration: none;
	transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.vc-osf-auth-gate__btn:hover {
	transform: translateY(-1px);
	box-shadow: 0 8px 18px rgba(4, 69, 175, 0.15);
}

.vc-osf-auth-gate__btn--primary {
	border-color: transparent;
	background: linear-gradient(135deg, #0445af 0%, #04b8d8 100%);
	color: #fff;
}

.vc-osf-buyer {
	margin: 0 0 1rem;
}

.vc-osf-buyer__title {
	margin: 0 0 0.25rem;
	font-size: 1.05rem;
	font-weight: 800;
	color: #061b3a;
}

.vc-osf-buyer__hint {
	margin: 0 0 0.75rem;
	font-size: 0.88rem;
	color: #64748b;
}

.vc-osf-buyer__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.75rem;
}

.vc-osf-buyer__card {
	display: grid;
	gap: 0.25rem;
	justify-items: start;
	min-height: 118px;
	padding: 1rem 1rem 1.05rem;
	border-radius: 18px;
	border: 2px solid rgba(4, 69, 175, 0.18);
	background:
		linear-gradient(160deg, #ffffff 0%, #f3f8ff 100%);
	color: #0f172a;
	text-align: left;
	cursor: pointer;
	transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.vc-osf-buyer__card:hover {
	transform: translateY(-2px);
	border-color: rgba(4, 184, 216, 0.65);
	box-shadow: 0 12px 28px rgba(4, 69, 175, 0.14);
}

.vc-osf-buyer__card.is-active {
	border-color: #ffc532;
	background:
		linear-gradient(155deg, rgba(255, 216, 77, 0.28) 0%, rgba(4, 184, 216, 0.16) 55%, #fff 100%);
	box-shadow:
		0 0 0 3px rgba(255, 197, 50, 0.35),
		0 14px 32px rgba(4, 69, 175, 0.18);
}

.vc-osf-buyer__icon {
	width: 42px;
	height: 42px;
	border-radius: 14px;
	background: linear-gradient(135deg, #0445af, #04b8d8);
	box-shadow: 0 8px 18px rgba(4, 69, 175, 0.28);
	position: relative;
}

.vc-osf-buyer__icon--privato::before {
	content: "";
	position: absolute;
	inset: 10px 14px 18px;
	border-radius: 50%;
	background: #fff;
}

.vc-osf-buyer__icon--privato::after {
	content: "";
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 8px;
	height: 12px;
	border-radius: 10px 10px 4px 4px;
	background: #fff;
}

.vc-osf-buyer__icon--azienda::before {
	content: "";
	position: absolute;
	left: 10px;
	right: 10px;
	top: 9px;
	bottom: 8px;
	border-radius: 3px;
	background: #fff;
}

.vc-osf-buyer__icon--azienda::after {
	content: "";
	position: absolute;
	left: 14px;
	right: 14px;
	top: 14px;
	height: 14px;
	background:
		linear-gradient(#0445af, #0445af) 0 0 / 5px 5px no-repeat,
		linear-gradient(#0445af, #0445af) 8px 0 / 5px 5px no-repeat,
		linear-gradient(#0445af, #0445af) 16px 0 / 5px 5px no-repeat,
		linear-gradient(#0445af, #0445af) 0 8px / 5px 5px no-repeat,
		linear-gradient(#0445af, #0445af) 8px 8px / 5px 5px no-repeat,
		linear-gradient(#0445af, #0445af) 16px 8px / 5px 5px no-repeat;
}

.vc-osf-buyer__name {
	font-family: "Orbitron", "Rajdhani", sans-serif;
	font-size: 1rem;
	font-weight: 800;
	letter-spacing: 0.02em;
	color: #0445af;
}

.vc-osf-buyer__desc {
	font-size: 0.84rem;
	line-height: 1.35;
	color: #475569;
}

.vc-osf-checkout-body__label {
	margin: 0 0 0.85rem;
	padding: 0.55rem 0.8rem;
	border-radius: 12px;
	font-weight: 700;
	font-size: 0.9rem;
	color: #062042;
	background: linear-gradient(90deg, rgba(255, 197, 50, 0.35), rgba(4, 184, 216, 0.18));
}

.vc-osf-step-rail {
	display: flex;
	align-items: center;
	gap: 0.4rem;
	margin: 0 0 0.75rem;
}

.vc-osf-step-rail__dot {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	font-size: 0.75rem;
	font-weight: 800;
	color: #64748b;
	background: #e2e8f0;
}

.vc-osf-step-rail__dot.is-done,
.vc-osf-step-rail__dot.is-active {
	color: #fff;
	background: linear-gradient(135deg, #0445af, #04b8d8);
}

.vc-osf-step-rail__line {
	flex: 1;
	height: 3px;
	border-radius: 999px;
	background: linear-gradient(90deg, #0445af, #ffc532, #04b8d8);
	opacity: 0.35;
}

.vc-osf-modal__close {
	position: absolute;
	top: 0.65rem;
	right: 0.75rem;
	width: 44px;
	height: 44px;
	border: 0;
	border-radius: 50%;
	background: #f1f5f9;
	font-size: 1.5rem;
	line-height: 1;
	cursor: pointer;
	z-index: 2;
}

.vc-osf-form__section {
	margin: 0 0 1rem;
	padding: 0;
	border: 0;
}

.vc-osf-form__section--card {
	padding: 1rem 1rem 0.35rem;
	border-radius: 16px;
	border: 1px solid rgba(4, 69, 175, 0.12);
	background: #fff;
	box-shadow: 0 8px 22px rgba(15, 23, 42, 0.04);
}

.vc-osf-form__section--azienda {
	border-color: rgba(255, 197, 50, 0.55);
	background: linear-gradient(180deg, rgba(255, 197, 50, 0.08), #fff 40%);
}

.vc-osf-form__section legend {
	margin-bottom: 0.65rem;
	padding: 0 0.15rem;
	font-weight: 800;
	color: #0445af;
}

.vc-osf-form__section-lead {
	margin: -0.25rem 0 0.75rem;
	font-size: 0.86rem;
	line-height: 1.4;
	color: #64748b;
}

.vc-osf-form__row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.75rem;
	margin-bottom: 0.75rem;
}

.vc-osf-form__row--3 {
	grid-template-columns: repeat(3, 1fr);
}

.vc-osf-form label {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
	margin-bottom: 0.75rem;
	font-size: 0.88rem;
	color: #334155;
}

.vc-osf-form label > span {
	font-weight: 600;
}

.vc-osf-form input,
.vc-osf-form select {
	width: 100%;
	min-height: 44px;
	padding: 0.65rem 0.75rem;
	border: 1.5px solid #cbd5e1;
	border-radius: 12px;
	background: #fff;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.vc-osf-form input:focus,
.vc-osf-form select:focus {
	outline: none;
	border-color: #04b8d8;
	box-shadow: 0 0 0 3px rgba(4, 184, 216, 0.2);
}

.vc-osf-form__checkline {
	flex-direction: row !important;
	align-items: center;
	gap: 0.55rem !important;
}

.vc-osf-form__checkline input {
	width: auto;
	min-height: 0;
}

.vc-osf-form__details {
	margin: 0 0 0.85rem;
	padding: 0.65rem 0.75rem;
	border-radius: 12px;
	background: #f8fafc;
	border: 1px dashed #cbd5e1;
}

.vc-osf-form__details summary {
	cursor: pointer;
	font-weight: 700;
	color: #0445af;
	min-height: 44px;
	display: flex;
	align-items: center;
}

.vc-osf-form__fad-note {
	margin: 0 0 0.75rem;
	padding: 0.85rem;
	border-radius: 12px;
	background: linear-gradient(135deg, #eef7ff, #e6fbff);
	border: 1px solid rgba(4, 184, 216, 0.28);
	font-size: 0.88rem;
	line-height: 1.45;
	color: #0f172a;
}

.vc-osf-form__consent {
	flex-direction: row !important;
	align-items: flex-start;
	gap: 0.55rem !important;
}

.vc-osf-form__consent input {
	width: auto;
	min-height: 0;
	margin-top: 0.2rem;
}

.vc-osf-form__submit {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 52px;
	margin-top: 0.35rem;
	padding: 0.85rem 1.1rem;
	border: 0;
	border-radius: 14px;
	font-size: 1rem;
	font-weight: 800;
	letter-spacing: 0.01em;
	color: #062042;
	cursor: pointer;
	background: linear-gradient(135deg, #ffd84d 0%, #ffc532 45%, #04b8d8 160%);
	box-shadow:
		0 12px 28px rgba(255, 197, 50, 0.4),
		0 0 0 2px rgba(4, 69, 175, 0.12);
	transition: transform 0.15s ease, filter 0.15s ease;
}

.vc-osf-form__submit:hover {
	transform: translateY(-1px);
	filter: brightness(1.03);
}

.vc-osf-checkout-body[hidden] {
	display: none !important;
}

.vc-osf-form__msg {
	margin-top: 0.65rem;
	min-height: 1.25rem;
	font-size: 0.9rem;
	font-weight: 600;
	color: #b45309;
	text-align: center;
}

.vc-osf-form__msg--buyer:empty {
	display: none;
}

@media (min-width: 768px) {
	.vc-osf-modal {
		align-items: center;
		padding: 1.5rem;
	}

	.vc-osf-modal__panel,
	.vc-osf-modal__panel--checkout {
		border-radius: 22px;
		max-height: min(90dvh, 920px);
	}
}

@media (max-width: 640px) {
	.vc-osf-buyer__grid {
		grid-template-columns: 1fr;
	}

	.vc-osf-form__row,
	.vc-osf-form__row--3 {
		grid-template-columns: 1fr;
	}

	.vc-osf-auth-gate__actions {
		flex-direction: column;
	}

	.vc-osf-auth-gate__btn {
		width: 100%;
	}
}
	width: 100%;
	min-height: 48px;
	margin-top: 0.5rem;
	padding: 0.85rem 1rem;
	border: 0;
	border-radius: 12px;
	background: linear-gradient(135deg, var(--vc-osf-blue), var(--vc-osf-blue-2) 58%, var(--vc-osf-cyan));
	color: #fff;
	font-weight: 800;
	font-size: 1rem;
	cursor: pointer;
}

.vc-obf-catalog__section--aula {
	margin-top: 0.5rem;
}

.vc-obf-catalog__grid--aula {
	margin-top: 0;
}

.vc-osf-card__buy {
	width: 100%;
}

.vc-gaming.vc-obf-catalog .vc-osf-card--privacy-buy .vc-osf-card__buy.vc-osf-card__cta,
.vc-osf-card--privacy-buy .vc-osf-card__buy.vc-osf-card__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.45rem;
	min-height: 48px;
	padding: 0.75rem 1rem;
	border: 1px solid rgba(4, 69, 175, 0.35) !important;
	border-radius: 12px;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #ffffff !important;
	-webkit-text-fill-color: #ffffff !important;
	background: linear-gradient(135deg, #0445af 0%, #2563eb 45%, #04b8d8 100%) !important;
	background-clip: padding-box !important;
	-webkit-background-clip: padding-box !important;
	box-shadow: 0 10px 28px rgba(4, 69, 175, 0.35) !important;
	-webkit-tap-highlight-color: transparent;
}

.vc-gaming.vc-obf-catalog .vc-osf-card--privacy-buy .vc-osf-card__buy.vc-osf-card__cta:hover,
.vc-gaming.vc-obf-catalog .vc-osf-card--privacy-buy .vc-osf-card__buy.vc-osf-card__cta:focus,
.vc-osf-card--privacy-buy .vc-osf-card__buy.vc-osf-card__cta:hover,
.vc-osf-card--privacy-buy .vc-osf-card__buy.vc-osf-card__cta:focus {
	filter: brightness(1.08);
	color: #ffffff !important;
	-webkit-text-fill-color: #ffffff !important;
}

.vc-osf-card__desc {
	margin: 0 0 0.65rem;
	font-size: 0.88rem;
	line-height: 1.45;
	color: #64748b;
}

.vc-osf-card__price-line--fixed {
	margin-bottom: 0.85rem;
}

.vc-osf-card__price-line--fixed strong {
	color: #059669;
}

.vc-osf-card__badge--privacy {
	border-color: rgba(214, 0, 110, 0.35);
	background: rgba(214, 0, 110, 0.08);
	color: #9d0058;
}

.vc-osf-privacy {
	--vc-osf-blue: #0445af;
	--vc-osf-blue-2: #2563eb;
	--vc-osf-cyan: #04b8d8;
	--vc-osf-gold: #ffc532;
	--vc-osf-ink: #0f1a2b;
	margin-top: 2rem;
}

.vc-obf-catalog__section--privacy .vc-obf-catalog__section-head h2 {
	color: var(--vc-osf-blue);
}

.vc-obf-catalog__section--privacy .vc-obf-catalog__section-head span {
	border-color: rgba(214, 0, 110, 0.45);
	color: #9d0058;
}

.vc-osf__grid--privacy {
	margin-top: 0.75rem;
}

.vc-osf-privacy__note {
	margin: 1rem 0 0;
	padding: 0.85rem 1rem;
	border-radius: 12px;
	background: rgba(4, 69, 175, 0.06);
	border: 1px solid rgba(4, 69, 175, 0.12);
	font-size: 0.88rem;
	color: #475569;
}

.vc-osf-card--privacy-buy::before {
	background: linear-gradient(90deg, #0445af, #d6006e, #04b8d8);
}

/* ===== EIPASS nel carrello unico ===== */
.vc-osf-eipass {
	margin: 2rem 0 0.5rem;
	scroll-margin-top: 90px;
}

/* Grande pulsante a comparsa per le certificazioni EIPASS */
.vc-osf-eipass__toggle {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: clamp(1.15rem, 3.2vw, 1.9rem) clamp(3rem, 8vw, 4.5rem) clamp(1.15rem, 3.2vw, 1.9rem) clamp(1.1rem, 3vw, 1.75rem);
	text-align: left;
	cursor: pointer;
	border: 0;
	border-radius: 1.35rem;
	color: #fff;
	background:
		radial-gradient(circle at 90% 15%, rgba(255, 197, 50, 0.26), transparent 40%),
		linear-gradient(135deg, #061b3a 0%, #0a3f8f 55%, #04b8d8 135%);
	box-shadow: 0 20px 52px rgba(4, 69, 175, 0.22);
	transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.vc-osf-eipass__toggle::before {
	content: "";
	position: absolute;
	inset: 0 0 auto;
	height: 5px;
	background: linear-gradient(90deg, var(--vc-osf-blue), var(--vc-osf-cyan), var(--vc-osf-gold));
}

.vc-osf-eipass__toggle:hover,
.vc-osf-eipass__toggle:focus-visible {
	transform: translateY(-2px);
	filter: brightness(1.04);
	box-shadow: 0 26px 60px rgba(4, 69, 175, 0.3);
}

.vc-osf-eipass__toggle-badge {
	display: inline-block;
	padding: 0.32rem 0.8rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.16);
	border: 1px solid rgba(255, 255, 255, 0.28);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.vc-osf-eipass__toggle-title {
	display: block;
	margin: 0.7rem 0 0.35rem;
	font-size: clamp(1.4rem, 4vw, 2.25rem);
	font-weight: 900;
	line-height: 1.15;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: #fff;
}

.vc-osf-eipass__toggle-save {
	color: #ffc532;
	font-weight: 900;
	text-transform: uppercase;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}

.vc-osf-eipass__toggle-hint {
	display: block;
	max-width: 46rem;
	font-size: clamp(0.9rem, 2vw, 1.02rem);
	line-height: 1.45;
	color: rgba(255, 255, 255, 0.92);
	font-weight: 600;
}

.vc-osf-eipass__toggle-count {
	display: inline-block;
	margin-top: 0.7rem;
	padding: 0.3rem 0.75rem;
	border-radius: 999px;
	background: var(--vc-osf-gold, #ffc532);
	color: #06243f;
	font-size: 0.82rem;
	font-weight: 800;
}

.vc-osf-eipass__toggle-icon {
	position: absolute;
	top: 50%;
	right: clamp(1rem, 3vw, 1.6rem);
	transform: translateY(-50%);
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.18);
	border: 1px solid rgba(255, 255, 255, 0.3);
}

.vc-osf-eipass__toggle-icon::before,
.vc-osf-eipass__toggle-icon::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	background: #fff;
	border-radius: 2px;
	transform: translate(-50%, -50%);
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.vc-osf-eipass__toggle-icon::before {
	width: 16px;
	height: 3px;
}

.vc-osf-eipass__toggle-icon::after {
	width: 3px;
	height: 16px;
}

/* Stato aperto: da "+" a "−" */
.vc-osf-eipass__toggle.is-open .vc-osf-eipass__toggle-icon::after {
	opacity: 0;
	transform: translate(-50%, -50%) rotate(90deg);
}

.vc-osf-eipass__panel[hidden] {
	display: none;
}

.vc-osf-eipass__panel {
	margin-top: 1.25rem;
	animation: vc-osf-eipass-reveal 0.28s ease;
}

@keyframes vc-osf-eipass-reveal {
	from {
		opacity: 0;
		transform: translateY(-8px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.vc-osf-eipass__intro-lead {
	margin: 0 0 1.25rem;
	padding: 0.85rem 1rem;
	border-radius: 0.85rem;
	background: rgba(4, 69, 175, 0.06);
	border: 1px solid rgba(4, 69, 175, 0.12);
	font-size: clamp(0.9rem, 2vw, 1rem);
	line-height: 1.55;
	color: #334155;
}

/* ===== Grandi riquadri sezione a comparsa (Aula, Aggiornamenti, Cantieri, Privacy) ===== */
.vc-obf-catalog__section--aula {
	margin-top: clamp(1.5rem, 4vw, 2.5rem);
}

.vc-obf-sec-toggle {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: clamp(1.35rem, 3.6vw, 2.3rem) clamp(3rem, 8vw, 4.5rem) clamp(1.35rem, 3.6vw, 2.3rem) clamp(1.15rem, 3vw, 1.9rem);
	text-align: left;
	cursor: pointer;
	border: 0;
	border-radius: 1.4rem;
	color: #fff;
	background:
		radial-gradient(circle at 92% 12%, rgba(255, 197, 50, 0.28), transparent 42%),
		linear-gradient(135deg, #061b3a 0%, #0a3f8f 55%, #04b8d8 140%);
	box-shadow: 0 22px 56px rgba(4, 69, 175, 0.24);
	transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.vc-obf-sec-toggle::before {
	content: "";
	position: absolute;
	inset: 0 0 auto;
	height: 5px;
	background: linear-gradient(90deg, #0445af, #04b8d8, #ffc532);
}

.vc-obf-sec-toggle:hover,
.vc-obf-sec-toggle:focus-visible {
	transform: translateY(-2px);
	filter: brightness(1.04);
	box-shadow: 0 28px 64px rgba(4, 69, 175, 0.32);
}

.vc-obf-sec-toggle__badge {
	display: inline-block;
	padding: 0.32rem 0.8rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.16);
	border: 1px solid rgba(255, 255, 255, 0.3);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #fff;
}

.vc-obf-sec-toggle__title {
	display: block;
	margin: 0.75rem 0 0.85rem;
	font-size: clamp(1.25rem, 3.2vw, 1.9rem);
	font-weight: 900;
	line-height: 1.2;
	letter-spacing: 0.01em;
	color: #fff;
}

.vc-obf-sec-toggle__cta {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	padding: 0.6rem 1.3rem;
	border-radius: 999px;
	background: linear-gradient(135deg, #ffc532, #ffd766);
	color: #06243f;
	font-size: clamp(0.95rem, 2.2vw, 1.1rem);
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	box-shadow: 0 12px 26px rgba(255, 197, 50, 0.35);
}

.vc-obf-sec-toggle__icon {
	position: absolute;
	top: 50%;
	right: clamp(1rem, 3vw, 1.7rem);
	transform: translateY(-50%);
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.18);
	border: 1px solid rgba(255, 255, 255, 0.32);
}

.vc-obf-sec-toggle__icon::before,
.vc-obf-sec-toggle__icon::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	background: #fff;
	border-radius: 2px;
	transform: translate(-50%, -50%);
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.vc-obf-sec-toggle__icon::before {
	width: 17px;
	height: 3px;
}

.vc-obf-sec-toggle__icon::after {
	width: 3px;
	height: 17px;
}

.vc-obf-sec-toggle.is-open .vc-obf-sec-toggle__icon::after {
	opacity: 0;
	transform: translate(-50%, -50%) rotate(90deg);
}

.vc-obf-sec-panel[hidden] {
	display: none;
}

.vc-obf-sec-panel {
	margin-top: 1.25rem;
	animation: vc-osf-eipass-reveal 0.28s ease;
}

.vc-obf-sec-panel__lead {
	margin: 0 0 1.25rem;
	padding: 0.85rem 1rem;
	border-radius: 0.85rem;
	background: rgba(4, 69, 175, 0.06);
	border: 1px solid rgba(4, 69, 175, 0.12);
	font-size: clamp(0.9rem, 2vw, 1rem);
	line-height: 1.55;
	color: #334155;
}

.vc-osf__group-title--eipass {
	background: linear-gradient(180deg, #eafaff 0%, #f5fdff 55%, #ffffff 100%);
	color: #06364f;
}

.vc-osf-card--eipass::before {
	background: linear-gradient(90deg, #0445af, #04b8d8, #ffc532);
}

.vc-osf-card__badge--eipass {
	background: #eef6ff;
	color: #0445af;
}

.vc-osf-card__scheda {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	margin-top: auto;
	padding-top: 0.35rem;
	font-size: 0.82rem;
	font-weight: 700;
	color: #0445af;
	text-decoration: none;
}

.vc-osf-card__scheda:hover {
	text-decoration: underline;
}

/* ===== Banner sconto progressivo nel carrello ===== */
.vc-osf-cart__promo {
	margin: 0 0 0.34rem;
	padding: 0.34rem 0.53rem;
	border-radius: 0.58rem;
	border: 1px dashed rgba(4, 69, 175, 0.35);
	background: rgba(4, 184, 216, 0.07);
}

.vc-osf-cart__promo.is-active {
	border-style: solid;
	border-color: rgba(23, 141, 71, 0.45);
	background: rgba(23, 141, 71, 0.08);
}

.vc-osf-cart__promo-bar {
	height: 5px;
	border-radius: 999px;
	background: rgba(4, 69, 175, 0.12);
	overflow: hidden;
}

.vc-osf-cart__promo-fill {
	display: block;
	height: 100%;
	width: 0;
	border-radius: 999px;
	background: linear-gradient(90deg, var(--vc-osf-blue), var(--vc-osf-cyan), var(--vc-osf-gold));
	transition: width 0.35s ease;
}

.vc-osf-cart__promo.is-active .vc-osf-cart__promo-fill {
	background: linear-gradient(90deg, #178d47, #1f9d55);
}

.vc-osf-cart__promo-text {
	margin: 0.22rem 0 0;
	font-size: 0.76rem;
	font-weight: 700;
	line-height: 1.25;
	color: #06364f;
}

.vc-osf-cart__subtotal,
.vc-osf-cart__discount {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	margin: 0 0 0.25rem;
	font-size: 0.84rem;
	line-height: 1.3;
	color: #334155;
	font-variant-numeric: tabular-nums;
}

.vc-osf-cart__discount {
	color: #178d47;
	font-weight: 700;
}

/* display:flex sopra non deve annullare [hidden] */
.vc-osf-cart__subtotal[hidden],
.vc-osf-cart__discount[hidden],
.vc-osf-cart__promo[hidden] {
	display: none !important;
}

.vc-osf-modal__sub,
.vc-osf-modal__disc {
	display: block;
	font-size: 0.9rem;
	color: rgba(255, 255, 255, 0.82);
	font-weight: 600;
}

.vc-osf-modal__disc {
	color: #9ef0c2;
}

.vc-osf-modal__total strong {
	display: block;
	margin-top: 0.15rem;
	font-size: 1.15rem;
	color: #ffd84d;
}

@media (min-width: 768px) {
	.vc-osf-modal {
		align-items: center;
		padding: 1rem;
	}

	.vc-osf-modal__panel {
		border-radius: 18px;
		max-height: 88dvh;
	}
}

@media (max-width: 640px) {
	.vc-osf-form__row,
	.vc-osf-form__row--3 {
		grid-template-columns: 1fr;
	}
}

/* ——— Ricerca magica pagina sicurezza (gaming) ——— */
.vc-osf-find {
	--osf-find-blue: #0445af;
	--osf-find-gold: #ffc532;
	--osf-find-cyan: #04b8d8;
	position: relative;
	margin: 1.25rem 0 1.5rem;
	padding: 1.3rem 1.3rem 1.15rem;
	border-radius: 20px;
	overflow: hidden;
	color: #e8f1ff;
	background:
		radial-gradient(ellipse 90% 80% at 12% 0%, rgba(4, 184, 216, 0.28) 0%, transparent 55%),
		radial-gradient(ellipse 70% 60% at 90% 100%, rgba(255, 197, 50, 0.22) 0%, transparent 50%),
		linear-gradient(145deg, #062a63 0%, #0445af 42%, #023067 100%);
	border: 2px solid rgba(255, 197, 50, 0.72);
	box-shadow:
		0 18px 48px rgba(0, 0, 0, 0.28),
		0 0 0 1px rgba(255, 255, 255, 0.12) inset,
		0 0 36px rgba(4, 184, 216, 0.2);
	font-family: "Rajdhani", system-ui, -apple-system, "Segoe UI", sans-serif;
	isolation: isolate;
}

.vc-osf-find::before {
	content: "";
	position: absolute;
	inset: -40% -20%;
	background: conic-gradient(
		from 180deg at 50% 50%,
		transparent 0deg,
		rgba(255, 197, 50, 0.18) 60deg,
		transparent 120deg,
		rgba(4, 184, 216, 0.2) 200deg,
		transparent 280deg
	);
	animation: vc-osf-find-spin 14s linear infinite;
	opacity: 0.5;
	z-index: 0;
	pointer-events: none;
}

.vc-osf-find__glow {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, transparent 42%);
	pointer-events: none;
	z-index: 1;
}

.vc-osf-find__head,
.vc-osf-find__shell,
.vc-osf-find__chips,
.vc-osf-find__meta,
.vc-osf-find__hit,
.vc-osf-find__empty {
	position: relative;
	z-index: 2;
}

.vc-osf-find__badge {
	display: inline-flex;
	align-items: center;
	margin-bottom: 0.4rem;
	padding: 0.28rem 0.7rem;
	border-radius: 999px;
	font-family: "Orbitron", "Rajdhani", sans-serif;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #062042;
	background: linear-gradient(135deg, #ffd84d 0%, #ffc532 50%, #ffb300 100%);
	box-shadow: 0 4px 16px rgba(255, 197, 50, 0.45);
}

.vc-osf-find__title {
	margin: 0;
	font-family: "Orbitron", "Rajdhani", sans-serif;
	font-size: clamp(1.05rem, 2.6vw, 1.35rem);
	font-weight: 800;
	letter-spacing: 0.02em;
	color: #fff;
	text-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
}

.vc-osf-find__hint {
	margin: 0.35rem 0 0.9rem;
	font-size: 0.92rem;
	font-weight: 600;
	color: rgba(232, 241, 255, 0.86);
	line-height: 1.4;
}

.vc-osf-find__shell {
	position: relative;
	margin-bottom: 0.9rem;
}

.vc-osf-find__suggests {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.4rem;
	margin-top: 0.75rem;
}

.vc-osf-find__suggests-label {
	font-size: 0.82rem;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.75);
	margin-right: 0.15rem;
}

.vc-osf-find__suggest {
	min-height: 36px;
	padding: 0.3rem 0.7rem;
	border-radius: 999px;
	border: 1px solid rgba(255, 197, 50, 0.55);
	background: rgba(255, 197, 50, 0.14);
	color: #ffe9a8;
	font-size: 0.8rem;
	font-weight: 700;
	cursor: pointer;
	transition: background 0.15s ease, color 0.15s ease, transform 0.15s ease;
}

.vc-osf-find__suggest:hover,
.vc-osf-find__suggest:focus-visible {
	background: linear-gradient(135deg, #ffd84d 0%, #ffc532 100%);
	color: #062042;
	border-color: #ffc532;
	transform: translateY(-1px);
}

.vc-osf-find__row {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	align-items: stretch;
}

.vc-osf-find__search {
	display: block;
	position: relative;
	flex: 1 1 220px;
}

.vc-osf-find__go {
	flex: 0 0 auto;
	min-height: 52px;
	min-width: 140px;
	padding: 0.75rem 1.25rem;
	border-radius: 14px;
	border: 2px solid rgba(255, 242, 170, 0.85);
	background: linear-gradient(135deg, #ffd84d 0%, #ffc532 48%, #ffb300 100%);
	color: #062042;
	font-family: "Orbitron", "Rajdhani", sans-serif;
	font-size: 0.95rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	cursor: pointer;
	box-shadow:
		0 10px 28px rgba(255, 197, 50, 0.45),
		0 0 0 2px rgba(4, 184, 216, 0.25);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.45rem;
	transition: transform 0.15s ease, filter 0.15s ease;
}

.vc-osf-find__go:hover,
.vc-osf-find__go:focus-visible {
	filter: brightness(1.05);
	transform: translateY(-1px);
}

.vc-osf-find__go:active {
	transform: translateY(0) scale(0.98);
}

.vc-osf-find__search-icon {
	position: absolute;
	left: 0.95rem;
	top: 50%;
	transform: translateY(-50%);
	color: var(--osf-find-cyan);
	text-shadow: 0 0 12px rgba(4, 184, 216, 0.7);
	pointer-events: none;
	z-index: 1;
}

.vc-osf-find__search input {
	width: 100%;
	min-height: 52px;
	padding: 0.8rem 1rem 0.8rem 2.65rem;
	border: 2px solid rgba(255, 255, 255, 0.28);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.96);
	color: #0f172a;
	font-weight: 600;
	font-family: "Rajdhani", system-ui, sans-serif;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.16);
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.vc-osf-find__search input:focus {
	outline: none;
	border-color: var(--osf-find-gold);
	box-shadow:
		0 0 0 3px rgba(255, 197, 50, 0.35),
		0 0 28px rgba(4, 184, 216, 0.35);
	transform: translateY(-1px);
}

.vc-osf-find__puff {
	position: absolute;
	inset: -20% -8%;
	pointer-events: none;
	z-index: 8;
	overflow: visible;
}

.vc-osf-find__puff .vc-osf-puff-bloom {
	position: absolute;
	inset: 8% 4%;
	border-radius: 20px;
	background: radial-gradient(ellipse at 70% 40%, rgba(255, 197, 50, 0.55) 0%, rgba(4, 184, 216, 0.35) 35%, transparent 70%);
	opacity: 0;
	animation: vc-osf-puff-bloom 1.6s ease-out forwards;
	mix-blend-mode: screen;
}

.vc-osf-find__puff .vc-osf-puff-flash {
	position: absolute;
	top: 42%;
	left: 72%;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: radial-gradient(circle, #ffffff 0%, rgba(255, 197, 50, 0.9) 28%, rgba(4, 184, 216, 0.45) 55%, transparent 72%);
	transform: translate(-50%, -50%) scale(0.15);
	opacity: 0;
	animation: vc-osf-puff-flash 1.05s cubic-bezier(0.15, 0.85, 0.35, 1) forwards;
	box-shadow: 0 0 60px 20px rgba(255, 197, 50, 0.55);
}

.vc-osf-find__puff .vc-osf-puff-ring {
	position: absolute;
	top: 42%;
	left: 72%;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	border: 3px solid rgba(255, 197, 50, 0.95);
	box-shadow:
		0 0 18px rgba(4, 184, 216, 0.85),
		inset 0 0 12px rgba(255, 255, 255, 0.45);
	transform: translate(-50%, -50%) scale(0.3);
	opacity: 0;
	animation: vc-osf-puff-ring 1.25s ease-out forwards;
}

.vc-osf-find__puff .vc-osf-puff-smoke,
.vc-osf-find__puff .vc-osf-puff-spark,
.vc-osf-find__puff .vc-osf-puff-star,
.vc-osf-find__puff .vc-osf-puff-streak {
	position: absolute;
	top: 42%;
	left: 72%;
	will-change: transform, opacity;
}

.vc-osf-find__puff .vc-osf-puff-smoke {
	width: 78px;
	height: 78px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(255, 255, 255, 0.95) 0%, rgba(4, 184, 216, 0.45) 40%, transparent 72%);
	filter: blur(2px);
	transform: translate(-50%, -50%) scale(0.2);
	animation: vc-osf-puff-smoke 1.55s ease-out forwards;
}

.vc-osf-find__puff .vc-osf-puff-smoke--gold {
	background: radial-gradient(circle, rgba(255, 255, 255, 0.9) 0%, rgba(255, 197, 50, 0.55) 42%, transparent 72%);
}

.vc-osf-find__puff .vc-osf-puff-smoke--cyan {
	background: radial-gradient(circle, rgba(255, 255, 255, 0.85) 0%, rgba(4, 184, 216, 0.6) 40%, rgba(124, 58, 237, 0.25) 60%, transparent 75%);
}

.vc-osf-find__puff .vc-osf-puff-spark {
	width: 11px;
	height: 11px;
	border-radius: 50%;
	transform: translate(-50%, -50%) scale(0.3);
	animation: vc-osf-puff-spark 1.35s cubic-bezier(0.12, 0.8, 0.3, 1) forwards;
}

.vc-osf-find__puff .vc-osf-puff-star {
	font-size: 1.15rem;
	line-height: 1;
	font-weight: 800;
	text-shadow: 0 0 12px currentColor, 0 0 24px rgba(255, 197, 50, 0.8);
	transform: translate(-50%, -50%) scale(0.2);
	animation: vc-osf-puff-star 1.55s ease-out forwards;
}

.vc-osf-find__puff .vc-osf-puff-streak {
	width: var(--len, 60px);
	height: 3px;
	border-radius: 999px;
	transform: translate(-50%, -50%) rotate(var(--ang, 0deg)) scaleX(0.2);
	opacity: 0;
	filter: drop-shadow(0 0 6px rgba(255, 197, 50, 0.8));
	animation: vc-osf-puff-streak 0.95s ease-out forwards;
}

.vc-osf-find.is-puffing {
	animation: vc-osf-find-thump 0.7s cubic-bezier(0.2, 1.4, 0.35, 1);
	box-shadow:
		0 0 0 3px rgba(255, 197, 50, 0.75),
		0 0 48px rgba(4, 184, 216, 0.55),
		0 0 90px rgba(255, 197, 50, 0.4),
		0 22px 56px rgba(0, 0, 0, 0.35);
}

.vc-osf-find__go.is-puff-burst {
	animation: vc-osf-go-burst 0.85s cubic-bezier(0.2, 1.35, 0.35, 1);
	box-shadow:
		0 0 0 4px rgba(255, 255, 255, 0.45),
		0 0 36px rgba(255, 197, 50, 0.95),
		0 0 64px rgba(4, 184, 216, 0.65);
}

.vc-osf-find__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
}

.vc-osf-find__chip {
	min-height: 44px;
	padding: 0.42rem 0.9rem;
	border-radius: 999px;
	border: 1.5px solid rgba(255, 255, 255, 0.28);
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
	font-size: 0.86rem;
	font-weight: 700;
	cursor: pointer;
	backdrop-filter: blur(6px);
	transition: transform 0.15s ease, background 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

.vc-osf-find__chip:hover {
	background: rgba(255, 255, 255, 0.18);
	border-color: rgba(255, 197, 50, 0.75);
	transform: translateY(-1px);
}

.vc-osf-find__chip.is-active {
	background: linear-gradient(135deg, #ffd84d 0%, #ffc532 48%, #ffb300 100%);
	border-color: rgba(255, 242, 170, 0.9);
	color: #062042;
	box-shadow: 0 8px 22px rgba(255, 197, 50, 0.45), 0 0 0 2px rgba(4, 184, 216, 0.28);
}

.vc-osf-find__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 0.5rem 1rem;
	margin-top: 0.8rem;
}

.vc-osf-find__count {
	margin: 0;
	font-size: 0.95rem;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.9);
}

.vc-osf-find__count.is-hit {
	color: var(--osf-find-gold);
	text-shadow: 0 0 14px rgba(255, 197, 50, 0.55);
}

.vc-osf-find__reset {
	min-height: 44px;
	padding: 0.45rem 0.95rem;
	border-radius: 12px;
	border: 1.5px solid rgba(255, 255, 255, 0.45);
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
	font-size: 0.88rem;
	font-weight: 700;
	cursor: pointer;
}

.vc-osf-find__reset:hover {
	background: rgba(255, 255, 255, 0.16);
	border-color: var(--osf-find-gold);
}

.vc-osf-find__hit {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.4rem;
	margin: 0.85rem 0 0;
	padding: 0.55rem 0.85rem;
	border-radius: 12px;
	font-family: "Orbitron", "Rajdhani", sans-serif;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #062042;
	background: linear-gradient(135deg, rgba(255, 216, 77, 0.95) 0%, rgba(4, 184, 216, 0.9) 100%);
	box-shadow: 0 8px 24px rgba(4, 184, 216, 0.35);
	animation: vc-osf-hit-pop 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.vc-osf-find__hit[hidden],
.vc-osf-find__empty[hidden],
.vc-osf-find__reset[hidden] {
	display: none !important;
}

.vc-osf-find__empty {
	margin: 0.85rem 0 0;
	padding: 0.85rem 1rem;
	text-align: center;
	font-weight: 700;
	color: #fff;
	background: rgba(15, 23, 42, 0.35);
	border: 1px dashed rgba(255, 255, 255, 0.35);
	border-radius: 12px;
}

.vc-osf-card[hidden],
.vc-obf-catalog-card[hidden] {
	display: none !important;
}

.vc-osf__group.is-osf-filter-hidden,
.vc-osf-eipass.is-osf-filter-hidden,
.vc-obf-catalog__section.is-osf-filter-hidden {
	display: none !important;
}

.vc-osf-privacy {
	margin: 1.25rem 0 1.5rem;
}

.vc-osf-find-results {
	margin: 0 0 1.75rem;
	padding: 1.15rem 1.1rem 1.25rem;
	border-radius: 18px;
	background: linear-gradient(180deg, #f4f8ff 0%, #ffffff 55%);
	border: 2px solid rgba(4, 69, 175, 0.22);
	box-shadow: 0 12px 36px rgba(4, 69, 175, 0.12);
}

.vc-osf-find-results[hidden] {
	display: none !important;
}

.vc-osf-find-results__head {
	margin-bottom: 1rem;
}

.vc-osf-find-results__badge {
	display: inline-flex;
	margin-bottom: 0.35rem;
	padding: 0.25rem 0.65rem;
	border-radius: 999px;
	font-family: "Orbitron", "Rajdhani", sans-serif;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #062042;
	background: linear-gradient(135deg, #ffd84d 0%, #ffc532 50%, #ffb300 100%);
}

.vc-osf-find-results__title {
	margin: 0;
	font-size: clamp(1.05rem, 2.4vw, 1.35rem);
	font-weight: 800;
	color: #0445af;
	line-height: 1.25;
}

.vc-osf-find-results__lead {
	margin: 0.35rem 0 0;
	font-size: 0.92rem;
	font-weight: 600;
	color: #475569;
}

.vc-osf-find-results__grid {
	margin: 0;
}

.vc-osf-card.is-osf-found,
.vc-obf-catalog-card.is-osf-found {
	animation: vc-osf-card-found 0.55s cubic-bezier(0.22, 1, 0.36, 1) both;
	box-shadow: 0 10px 32px rgba(4, 69, 175, 0.18), 0 0 0 2px rgba(255, 197, 50, 0.55);
}

@keyframes vc-osf-find-spin {
	to { transform: rotate(360deg); }
}

@keyframes vc-osf-find-thump {
	0% { transform: scale(1); filter: brightness(1); }
	18% { transform: scale(1.035); filter: brightness(1.18); }
	45% { transform: scale(0.99); }
	100% { transform: scale(1); filter: brightness(1); }
}

@keyframes vc-osf-go-burst {
	0% { transform: scale(1) rotate(0deg); filter: brightness(1); }
	25% { transform: scale(1.12) rotate(-3deg); filter: brightness(1.25); }
	55% { transform: scale(1.04) rotate(2deg); }
	100% { transform: scale(1) rotate(0deg); filter: brightness(1); }
}

@keyframes vc-osf-puff-bloom {
	0% { opacity: 0; transform: scale(0.85); }
	20% { opacity: 1; }
	100% { opacity: 0; transform: scale(1.08); }
}

@keyframes vc-osf-puff-flash {
	0% { transform: translate(-50%, -50%) scale(0.15); opacity: 0; }
	12% { opacity: 1; }
	100% { transform: translate(-50%, -50%) scale(14); opacity: 0; }
}

@keyframes vc-osf-puff-ring {
	0% { transform: translate(-50%, -50%) scale(0.25); opacity: 0; border-width: 4px; }
	18% { opacity: 1; }
	100% {
		transform: translate(-50%, -50%) scale(16);
		opacity: 0;
		border-width: 1px;
	}
}

@keyframes vc-osf-puff-smoke {
	0% { transform: translate(-50%, -50%) scale(0.2); opacity: 0; }
	12% { opacity: 0.95; }
	100% {
		transform: translate(calc(-50% + var(--dx)), calc(-50% + var(--dy))) scale(var(--sc, 2.4));
		opacity: 0;
	}
}

@keyframes vc-osf-puff-spark {
	0% { transform: translate(-50%, -50%) scale(0.3) rotate(0deg); opacity: 0; }
	10% { opacity: 1; }
	100% {
		transform: translate(calc(-50% + var(--dx)), calc(-50% + var(--dy))) scale(0.85) rotate(var(--rot, 180deg));
		opacity: 0;
	}
}

@keyframes vc-osf-puff-star {
	0% { transform: translate(-50%, -50%) scale(0.15) rotate(0deg); opacity: 0; }
	15% { opacity: 1; }
	100% {
		transform: translate(calc(-50% + var(--dx)), calc(-50% + var(--dy))) scale(1.35) rotate(var(--rot, 240deg));
		opacity: 0;
	}
}

@keyframes vc-osf-puff-streak {
	0% { transform: translate(-50%, -50%) rotate(var(--ang, 0deg)) scaleX(0.15); opacity: 0; }
	20% { opacity: 1; }
	100% { transform: translate(-50%, -50%) rotate(var(--ang, 0deg)) scaleX(2.8); opacity: 0; }
}

@keyframes vc-osf-hit-pop {
	0% { opacity: 0; transform: translateY(8px) scale(0.92); }
	100% { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes vc-osf-card-found {
	0% { opacity: 0; transform: translateY(14px) scale(0.96); }
	60% { opacity: 1; transform: translateY(-3px) scale(1.01); }
	100% { opacity: 1; transform: translateY(0) scale(1); }
}

@media (max-width: 640px) {
	.vc-osf-find {
		padding: 1.05rem 0.9rem 1rem;
		border-radius: 16px;
	}

	.vc-osf-find__go {
		width: 100%;
		min-width: 0;
	}

	.vc-osf-find__chip {
		font-size: 0.8rem;
		padding: 0.38rem 0.72rem;
	}

	.vc-osf-find__puff .vc-osf-puff-smoke {
		width: 52px;
		height: 52px;
	}

	.vc-osf-find__puff .vc-osf-puff-flash {
		left: 50%;
	}

	.vc-osf-find__puff .vc-osf-puff-ring,
	.vc-osf-find__puff .vc-osf-puff-smoke,
	.vc-osf-find__puff .vc-osf-puff-spark,
	.vc-osf-find__puff .vc-osf-puff-star,
	.vc-osf-find__puff .vc-osf-puff-streak {
		left: 50%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.vc-osf-find::before,
	.vc-osf-find.is-puffing,
	.vc-osf-find__go.is-puff-burst,
	.vc-osf-find__hit,
	.vc-osf-card.is-osf-found,
	.vc-obf-catalog-card.is-osf-found,
	.vc-osf-find__puff .vc-osf-puff-bloom,
	.vc-osf-find__puff .vc-osf-puff-flash,
	.vc-osf-find__puff .vc-osf-puff-ring,
	.vc-osf-find__puff .vc-osf-puff-smoke,
	.vc-osf-find__puff .vc-osf-puff-spark,
	.vc-osf-find__puff .vc-osf-puff-star,
	.vc-osf-find__puff .vc-osf-puff-streak {
		animation: none !important;
	}
}
