/* ============================================================================
   LUMALUX — Lavaviso V2 (landing page) — DARK LUXURY palette
   ============================================================================ */

:root {
	--lv-bg:        #0d0d0d;   /* deep dark */
	--lv-bg-2:      #141414;
	--lv-surface:   #1a1a1a;
	--lv-surface-2: #1f1f1f;
	--lv-border:    rgba(186, 153, 63, 0.22);
	--lv-border-2:  rgba(255, 255, 255, 0.06);
	--lv-gold:      #BA993F;
	--lv-gold-2:    #d4b65a;
	--lv-gold-deep: #8a6e22;
	--lv-text:      #f5f1e6;
	--lv-text-soft: #e7decf;
	--lv-muted:     #a8a08d;
	--lv-muted-2:   #6c6c6c;
	--lv-font:      'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
	--lv-serif:     'Cormorant Garamond', 'Playfair Display', Georgia, serif;
}

.lumalux-lavaviso-v2 {
	background: var(--lv-bg);
	color: var(--lv-text);
	font-family: var(--lv-font);
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}
.lumalux-lavaviso-v2 *, .lumalux-lavaviso-v2 *::before, .lumalux-lavaviso-v2 *::after { box-sizing: border-box; }
.lumalux-lavaviso-v2 a { text-decoration: none; }
.lumalux-lavaviso-v2 img { max-width: 100%; height: auto; }

.lv-section-inner {
	max-width: 1240px;
	margin: 0 auto;
	padding: 100px 40px;
}
.lv-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--lv-gold);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.22em;
	text-transform: uppercase;
}
.lv-eyebrow-center { display: block; text-align: center; }
.lv-section-title {
	font-family: var(--lv-serif);
	font-size: 52px;
	font-weight: 400;
	line-height: 1.1;
	color: var(--lv-text);
	margin: 18px 0 22px;
	letter-spacing: 0.005em;
}
.lv-section-title em { color: var(--lv-gold); font-style: italic; }
.lv-section-title-sm { font-size: 40px; }
.lv-section-title-center { text-align: center; }
.lv-section-lead {
	color: var(--lv-muted);
	font-size: 16px;
	line-height: 1.75;
	max-width: 680px;
	margin: 0 0 12px;
}

/* ═══════════════════════════════════════════════════════
   BOTTONI
   ═══════════════════════════════════════════════════════ */
.lv-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 14px 30px;
	font-family: var(--lv-font);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	border: 1px solid transparent;
	cursor: pointer;
	transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease, transform 0.2s ease;
	line-height: 1.2;
}
.lv-btn-primary { background: var(--lv-gold); color: #0d0d0d; border-color: var(--lv-gold); }
.lv-btn-primary:hover { background: var(--lv-gold-2); border-color: var(--lv-gold-2); transform: translateY(-1px); }
.lv-btn-primary strong { color: #0d0d0d; font-weight: 700; margin-left: 6px; letter-spacing: 0.06em; }
.lv-btn-ghost { background: transparent; color: var(--lv-gold); border-color: var(--lv-gold); }
.lv-btn-ghost:hover { background: var(--lv-gold); color: #0d0d0d; transform: translateY(-1px); }
.lv-btn-large { padding: 18px 36px; font-size: 13px; }
.lv-btn-xl { padding: 22px 44px; font-size: 14px; }

/* ═══════════════════════════════════════════════════════
   HERO
   ═══════════════════════════════════════════════════════ */
.lv-hero {
	position: relative;
	padding: 120px 40px 90px;
	overflow: hidden;
	background: linear-gradient(180deg, #0d0d0d 0%, #161616 100%);
	min-height: 92vh;
	display: flex;
	align-items: center;
}
.lv-hero-bg { position: absolute; inset: 0; pointer-events: none; }
.lv-hero-glow {
	position: absolute;
	top: -160px;
	right: -180px;
	width: 720px;
	height: 720px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(186, 153, 63, 0.30) 0%, rgba(186, 153, 63, 0.10) 35%, transparent 70%);
	filter: blur(40px);
}
.lv-hero-grain {
	position: absolute; inset: 0;
	background-image: radial-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px);
	background-size: 3px 3px;
	opacity: 0.5;
}
.lv-hero-grid {
	position: relative;
	max-width: 1240px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1.05fr 0.95fr;
	gap: 60px;
	align-items: center;
	width: 100%;
}
.lv-hero-title {
	font-family: var(--lv-serif);
	font-weight: 400;
	font-size: 96px;
	line-height: 0.92;
	margin: 18px 0 28px;
	color: var(--lv-text);
	letter-spacing: -0.01em;
}
.lv-line-1 { display: block; }
.lv-line-2 {
	display: block;
	font-style: italic;
	color: var(--lv-gold);
	font-weight: 300;
}
.lv-hero-tagline {
	font-size: 17px;
	line-height: 1.7;
	color: var(--lv-text-soft);
	margin: 0 0 24px;
	max-width: 520px;
}
.lv-hero-tagline em { font-style: italic; color: var(--lv-muted); }
.lv-hero-tagline strong { color: var(--lv-gold); font-weight: 700; }
.lv-limited {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 10px 18px;
	background: rgba(186, 153, 63, 0.10);
	border: 1px solid rgba(186, 153, 63, 0.35);
	color: var(--lv-text-soft);
	font-size: 13px;
	letter-spacing: 0.04em;
	margin-bottom: 32px;
}
.lv-limited svg { color: var(--lv-gold); flex-shrink: 0; }
.lv-limited strong { color: var(--lv-gold); }
.lv-hero-cta {
	display: flex;
	gap: 14px;
	flex-wrap: wrap;
	margin-bottom: 28px;
}
.lv-hero-trust {
	display: inline-flex;
	gap: 6px;
	font-size: 12px;
	color: var(--lv-muted);
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-weight: 500;
	flex-wrap: wrap;
}
.lv-hero-trust > span { display: inline-flex; align-items: center; gap: 6px; padding: 0 4px; }
.lv-hero-trust svg { color: var(--lv-gold); flex-shrink: 0; }
.lv-hero-trust .sep { color: var(--lv-muted-2); }

/* Hero visual */
.lv-hero-visual {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.lv-hero-product {
	position: relative;
	max-width: 680px;
	width: 110%;
	margin: 0 -5%;
	z-index: 2;
}
.lv-hero-product-img {
	display: block;
	width: 100%;
	height: auto;
	filter: drop-shadow(0 30px 60px rgba(0, 0, 0, 0.55)) drop-shadow(0 0 50px rgba(186, 153, 63, 0.18));
	position: relative;
	z-index: 2;
}
.lv-hero-product-glow {
	position: absolute;
	top: 50%; left: 50%;
	transform: translate(-50%, -50%);
	width: 110%; height: 110%;
	background: radial-gradient(circle, rgba(186, 153, 63, 0.28) 0%, transparent 65%);
	filter: blur(60px);
	z-index: 1;
}
.lv-hero-product-shadow {
	position: absolute;
	bottom: -30px; left: 10%;
	width: 80%; height: 50px;
	background: radial-gradient(ellipse, rgba(0, 0, 0, 0.5) 0%, transparent 70%);
	filter: blur(18px);
	z-index: 1;
}
.lv-hero-stamp {
	position: absolute;
	top: 30px; right: -10px;
	width: 130px; height: 130px;
	border: 1.5px solid var(--lv-gold);
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: rgba(186, 153, 63, 0.08);
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	color: var(--lv-gold);
	font-family: var(--lv-serif);
	rotate: -8deg;
	z-index: 3;
}
.lv-stamp-top, .lv-stamp-bot { font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 600; }
.lv-hero-stamp strong { font-size: 36px; line-height: 1; font-weight: 500; }

/* ═══════════════════════════════════════════════════════
   PERCHÉ — 3 colonne caratteristiche
   ═══════════════════════════════════════════════════════ */
.lv-features {
	background: var(--lv-bg-2);
	border-top: 1px solid var(--lv-border-2);
	border-bottom: 1px solid var(--lv-border-2);
}
.lv-features-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin-top: 56px;
}
.lv-feature {
	padding: 48px 36px;
	background: var(--lv-surface);
	border: 1px solid var(--lv-border-2);
	text-align: center;
	transition: transform 0.4s ease, border-color 0.4s ease, background 0.4s ease;
}
.lv-feature:hover {
	transform: translateY(-4px);
	border-color: var(--lv-gold);
	background: var(--lv-surface-2);
}
.lv-feature-num {
	font-family: var(--lv-serif);
	font-size: 72px;
	font-weight: 500;
	color: var(--lv-gold);
	line-height: 1;
	margin-bottom: 18px;
	letter-spacing: -0.02em;
}
.lv-feature h3 {
	font-family: var(--lv-serif);
	font-size: 24px;
	font-weight: 500;
	color: var(--lv-text);
	margin: 0 0 12px;
	letter-spacing: 0.01em;
}
.lv-feature p {
	color: var(--lv-muted);
	font-size: 14.5px;
	line-height: 1.75;
	margin: 0;
}

/* ═══════════════════════════════════════════════════════
   INCI — grid attivi botanici
   ═══════════════════════════════════════════════════════ */
.lv-inci { background: var(--lv-bg); }
.lv-inci .lv-section-inner { text-align: center; }
.lv-inci .lv-section-title { text-align: center; }
.lv-inci .lv-section-lead { margin: 0 auto 40px; }
.lv-ingredients {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
	margin-top: 16px;
	text-align: left;
}
.lv-ingredient {
	padding: 28px 24px;
	background: var(--lv-surface);
	border: 1px solid var(--lv-border-2);
	transition: transform 0.35s ease, border-color 0.35s ease, background 0.35s ease;
	display: flex;
	flex-direction: column;
	gap: 14px;
}
.lv-ingredient:hover {
	transform: translateY(-3px);
	border-color: var(--lv-gold);
	background: var(--lv-surface-2);
}
.lv-ingredient-highlight {
	border-color: var(--lv-gold);
	background: linear-gradient(135deg, rgba(186, 153, 63, 0.10) 0%, var(--lv-surface) 100%);
}
.lv-ing-icon {
	width: 48px; height: 48px;
	border-radius: 50%;
	background: rgba(186, 153, 63, 0.10);
	border: 1px solid rgba(186, 153, 63, 0.30);
	display: flex; align-items: center; justify-content: center;
	color: var(--lv-gold);
	transition: background 0.3s ease, transform 0.3s ease;
}
.lv-ing-icon svg { width: 26px; height: 26px; }
.lv-ing-icon--img img {
	width: 28px; height: 28px;
	filter: brightness(0) saturate(100%) invert(73%) sepia(35%) saturate(519%) hue-rotate(2deg) brightness(94%) contrast(86%);
	transition: filter 0.3s ease;
}
.lv-ingredient:hover .lv-ing-icon--img img { filter: brightness(0); }
.lv-ingredient:hover .lv-ing-icon {
	background: var(--lv-gold);
	color: #0d0d0d;
	transform: rotate(-6deg);
}
.lv-ingredient h3 {
	font-family: var(--lv-serif);
	font-size: 20px;
	font-weight: 500;
	color: var(--lv-text);
	margin: 0;
	letter-spacing: 0.01em;
}
.lv-ingredient p {
	color: var(--lv-muted);
	font-size: 13.5px;
	line-height: 1.65;
	margin: 0;
}
.lv-inci-note { text-align: center; margin-top: 40px; }
.lumalux-lavaviso-v2 button.lv-inci-trigger,
button.lv-inci-trigger {
	display: inline-flex !important;
	align-items: center;
	gap: 8px;
	background: transparent !important;
	background-color: transparent !important;
	background-image: none !important;
	border: 1px solid var(--lv-gold) !important;
	color: var(--lv-gold) !important;
	font-family: var(--lv-font) !important;
	font-size: 12px !important;
	font-weight: 700 !important;
	letter-spacing: 0.16em !important;
	text-transform: uppercase !important;
	padding: 13px 28px !important;
	cursor: pointer !important;
	line-height: 1.2 !important;
	text-shadow: none !important;
	box-shadow: none !important;
	border-radius: 0 !important;
	transition: background 0.3s ease, color 0.3s ease, transform 0.2s ease !important;
}
.lumalux-lavaviso-v2 button.lv-inci-trigger:hover,
button.lv-inci-trigger:hover {
	background: var(--lv-gold) !important;
	background-color: var(--lv-gold) !important;
	color: #0d0d0d !important;
	transform: translateY(-1px);
}

/* ═══════════════════════════════════════════════════════
   SHOWCASE — 2 colonne con prezzo + features + CTA
   ═══════════════════════════════════════════════════════ */
.lv-showcase {
	background: var(--lv-bg-2);
	border-top: 1px solid var(--lv-border-2);
}
.lv-showcase-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 80px;
	align-items: center;
}
.lv-showcase-img {
	position: relative;
	display: flex;
	justify-content: center;
}
.lv-showcase-img img {
	max-width: 420px;
	width: 100%;
	filter: drop-shadow(0 24px 50px rgba(0, 0, 0, 0.6)) drop-shadow(0 0 40px rgba(186, 153, 63, 0.12));
}
.lv-showcase-badge {
	position: absolute;
	top: 20px; left: 20px;
	background: var(--lv-gold);
	color: #0d0d0d;
	font-size: 11px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	font-weight: 700;
	padding: 8px 16px;
}
.lv-showcase-content .lv-eyebrow { color: var(--lv-gold); }
.lv-showcase-price {
	margin: 28px 0 22px;
	padding: 18px 0;
	border-top: 1px solid var(--lv-border);
	border-bottom: 1px solid var(--lv-border);
	display: flex;
	flex-direction: column;
	gap: 6px;
}
.lv-price-old { color: var(--lv-muted); font-size: 13px; font-style: italic; }
.lv-price-now {
	font-family: var(--lv-serif);
	font-size: 56px;
	font-weight: 500;
	color: var(--lv-gold);
	line-height: 1;
	letter-spacing: -0.01em;
}
.lv-price-note { color: var(--lv-muted); font-size: 13px; text-transform: uppercase; letter-spacing: 0.14em; }
.lv-showcase-feats {
	list-style: none;
	padding: 0;
	margin: 0 0 32px;
	display: flex;
	flex-direction: column;
	gap: 14px;
}
.lv-showcase-feats li {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	color: var(--lv-text);
	font-size: 15px;
	line-height: 1.55;
}
.lv-showcase-feats li > svg {
	color: var(--lv-gold);
	flex-shrink: 0;
	margin-top: 4px;
	width: 18px; height: 18px;
}
.lv-showcase-feats li > span { flex: 1 1 auto; min-width: 0; }
.lv-showcase-feats strong { color: var(--lv-text); font-weight: 700; margin-right: 2px; }
.lv-showcase-cta { display: flex; gap: 12px; flex-wrap: wrap; }

/* ═══════════════════════════════════════════════════════
   UPSELL
   ═══════════════════════════════════════════════════════ */
.lv-upsell { background: var(--lv-bg); }
.lv-upsell-card {
	padding: 50px 56px;
	background: linear-gradient(135deg, var(--lv-surface) 0%, var(--lv-surface-2) 100%);
	border: 1px solid var(--lv-gold);
	display: flex;
	align-items: center;
	gap: 50px;
	position: relative;
	overflow: hidden;
}
.lv-upsell-card::before {
	content: '';
	position: absolute;
	top: -100px; right: -100px;
	width: 360px; height: 360px;
	background: radial-gradient(circle, rgba(186, 153, 63, 0.18) 0%, transparent 65%);
	pointer-events: none;
}
.lv-upsell-img {
	flex: 0 0 38%;
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
}
.lv-upsell-img img {
	max-width: 100%;
	width: auto;
	max-height: 280px;
	height: auto;
	display: block;
	filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.55)) drop-shadow(0 0 30px rgba(186, 153, 63, 0.18));
}
.lv-upsell-text { flex: 1 1 auto; position: relative; z-index: 2; min-width: 0; }
.lv-upsell-text .lv-eyebrow { color: var(--lv-gold); margin-bottom: 10px; }
.lv-upsell-text h3 {
	font-family: var(--lv-serif);
	font-size: 32px;
	font-weight: 500;
	margin: 0 0 14px;
	color: var(--lv-text);
	line-height: 1.2;
}
.lv-upsell-text p { color: var(--lv-muted); margin: 0 0 24px; font-size: 14.5px; line-height: 1.7; }
.lv-upsell-text .lv-btn { position: relative; z-index: 2; }

/* ═══════════════════════════════════════════════════════
   RECENSIONI — widget Trustindex
   ═══════════════════════════════════════════════════════ */
.lv-reviews {
	background: var(--lv-bg);
	border-top: 1px solid var(--lv-border-2);
}
.lv-reviews .lv-section-inner { text-align: center; }
.lv-reviews-widget {
	margin-top: 40px;
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
}
/* Override Trustindex per dark theme — solo proprietà sicure */
.lv-reviews-widget .ti-widget,
.lv-reviews-widget .ti-widget * { color: inherit; }
.lv-reviews-widget a { color: var(--lv-gold); }

/* ═══════════════════════════════════════════════════════
   BUNDLE — pack risparmio 2x / 3x
   ═══════════════════════════════════════════════════════ */
.lv-bundle {
	background: var(--lv-bg);
	border-top: 1px solid var(--lv-border-2);
}
.lv-bundle .lv-section-inner { text-align: center; }
.lv-bundle-banner {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	padding: 16px 32px;
	background: var(--lv-gold);
	color: #0d0d0d;
	font-family: var(--lv-font);
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.06em;
	margin-bottom: 48px;
}
.lv-bundle-banner strong { font-weight: 800; }
.lv-bundle-banner svg { flex-shrink: 0; color: #0d0d0d; }
.lv-bundle-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 32px;
}
.lv-bundle-card {
	position: relative;
	padding: 36px 32px 36px;
	background: var(--lv-surface);
	border: 1px solid var(--lv-border-2);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	transition: transform 0.35s ease, border-color 0.35s ease, background 0.35s ease, box-shadow 0.35s ease;
	overflow: hidden;
}
.lv-bundle-card:hover {
	transform: translateY(-5px);
	border-color: var(--lv-gold);
	background: var(--lv-surface-2);
	box-shadow: 0 22px 50px rgba(0, 0, 0, 0.5);
}
.lv-bundle-card-featured {
	border-color: var(--lv-gold);
	background: linear-gradient(180deg, rgba(186, 153, 63, 0.06) 0%, var(--lv-surface) 100%);
}
.lv-bundle-badge {
	position: absolute;
	top: 0;
	right: 24px;
	background: var(--lv-gold);
	color: #0d0d0d;
	font-size: 10.5px;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	padding: 6px 14px;
	z-index: 2;
}
.lv-bundle-tag {
	display: inline-block;
	background: rgba(186, 153, 63, 0.12);
	color: var(--lv-gold);
	border: 1px solid rgba(186, 153, 63, 0.35);
	padding: 5px 14px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	margin-bottom: 8px;
}
.lv-bundle-img {
	width: 100%;
	max-width: 320px;
	aspect-ratio: 1 / 1;
	background: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 8px;
	overflow: hidden;
}
.lv-bundle-img img {
	max-width: 90%;
	max-height: 90%;
	width: auto;
	height: auto;
	display: block;
	filter: drop-shadow(0 12px 26px rgba(0, 0, 0, 0.6));
}
.lv-bundle-card h3 {
	font-family: var(--lv-serif);
	font-size: 26px;
	font-weight: 500;
	color: var(--lv-text);
	margin: 6px 0 4px;
	letter-spacing: 0.01em;
}
.lv-bundle-price {
	display: flex;
	align-items: baseline;
	justify-content: center;
	gap: 14px;
	margin: 4px 0 18px;
}
.lv-bundle-old {
	font-family: var(--lv-serif);
	font-size: 22px;
	color: var(--lv-muted);
	text-decoration: line-through;
	text-decoration-color: var(--lv-gold);
	text-decoration-thickness: 2px;
	font-weight: 400;
}
.lv-bundle-new {
	font-family: var(--lv-serif);
	font-size: 38px;
	font-weight: 600;
	color: var(--lv-gold);
	letter-spacing: -0.01em;
	line-height: 1;
}

/* ═══════════════════════════════════════════════════════
   COME SI USA — steps numerati
   ═══════════════════════════════════════════════════════ */
.lv-howto {
	background: var(--lv-bg-2);
	border-top: 1px solid var(--lv-border-2);
}
.lv-howto .lv-section-inner { text-align: center; }
.lv-steps {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 28px;
	list-style: none !important;
	margin: 56px 0 0;
	padding: 0 !important;
	counter-reset: steps;
	position: relative;
}
.lv-steps > li { list-style: none !important; }
.lv-steps > li::marker { content: '' !important; }
.lv-steps::before {
	content: '';
	position: absolute;
	top: 44px;
	left: 12%; right: 12%;
	height: 1px;
	background: linear-gradient(90deg, transparent, var(--lv-gold) 15%, var(--lv-gold) 85%, transparent);
	opacity: 0.5;
	z-index: 0;
}
.lv-step {
	text-align: center;
	position: relative;
	z-index: 1;
	padding: 28px 22px 30px;
	background: var(--lv-surface);
	border: 1px solid var(--lv-border-2);
	transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease, background 0.35s ease;
}
.lv-step:hover {
	transform: translateY(-4px);
	border-color: var(--lv-gold);
	background: var(--lv-surface-2);
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.4);
}
.lv-step-num {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 72px; height: 72px;
	margin: -56px auto 22px;
	background: linear-gradient(135deg, var(--lv-gold) 0%, var(--lv-gold-2) 100%);
	border: 4px solid var(--lv-bg-2);
	border-radius: 50%;
	font-family: var(--lv-serif);
	font-size: 34px;
	font-weight: 600;
	color: #0d0d0d;
	line-height: 1;
	box-shadow: 0 10px 26px rgba(186, 153, 63, 0.35);
	position: relative;
}
.lv-step-num::after {
	content: '';
	position: absolute;
	inset: -10px;
	border: 1px solid var(--lv-gold);
	border-radius: 50%;
	opacity: 0.25;
	pointer-events: none;
}
.lv-step h3 {
	font-family: var(--lv-serif);
	font-size: 22px;
	font-weight: 500;
	color: var(--lv-text);
	margin: 0 0 12px;
}
.lv-step p { margin: 0; color: var(--lv-muted); font-size: 14px; line-height: 1.7; }

/* ═══════════════════════════════════════════════════════
   PER CHI — 4 card target audience
   ═══════════════════════════════════════════════════════ */
.lv-perchi { background: var(--lv-bg); }
.lv-perchi .lv-section-inner { text-align: center; }
.lv-perchi-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
	margin-top: 48px;
	text-align: left;
}
.lv-perchi-card {
	padding: 40px 32px 36px;
	background: var(--lv-surface);
	border: 1px solid var(--lv-border-2);
	transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
	position: relative;
	overflow: hidden;
}
.lv-perchi-card::before {
	content: '';
	position: absolute;
	top: 0; left: 0; right: 0;
	height: 3px;
	background: linear-gradient(90deg, var(--lv-gold), var(--lv-gold-2));
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.45s ease;
}
.lv-perchi-card:hover {
	transform: translateY(-4px);
	border-color: var(--lv-gold);
	background: var(--lv-surface-2);
	box-shadow: 0 18px 38px rgba(0, 0, 0, 0.4);
}
.lv-perchi-card:hover::before { transform: scaleX(1); }
.lv-perchi-icon {
	width: 64px !important;
	height: 64px !important;
	max-width: 64px;
	max-height: 64px;
	margin: 0 0 22px;
	display: flex !important;
	align-items: center;
	justify-content: center;
	background: rgba(186, 153, 63, 0.10);
	border: 1px solid rgba(186, 153, 63, 0.30);
	border-radius: 50%;
	color: var(--lv-gold);
	transition: background 0.3s ease, border-color 0.3s ease, transform 0.4s ease;
	flex-shrink: 0;
}
.lv-perchi-icon svg { width: 30px !important; height: 30px !important; display: block; }
.lv-perchi-card:hover .lv-perchi-icon {
	background: var(--lv-gold);
	color: #0d0d0d;
	transform: rotate(-6deg) scale(1.04);
}
.lv-perchi-card h3 {
	font-family: var(--lv-serif);
	font-size: 25px;
	font-weight: 500;
	color: var(--lv-text);
	margin: 0 0 14px;
}
.lv-perchi-card p {
	margin: 0;
	color: var(--lv-muted);
	font-size: 14px;
	line-height: 1.75;
}

/* ═══════════════════════════════════════════════════════
   FAQ — accordion
   ═══════════════════════════════════════════════════════ */
.lv-faq {
	background: var(--lv-bg-2);
	border-top: 1px solid var(--lv-border-2);
}
.lv-faq .lv-section-inner { text-align: center; }
.lv-faq-list {
	max-width: 820px;
	margin: 48px auto 0;
	text-align: left;
}
.lv-faq-item {
	background: var(--lv-surface);
	border: 1px solid var(--lv-border-2);
	margin-bottom: 12px;
	transition: border-color 0.3s ease, background 0.3s ease;
}
.lv-faq-item[open] { border-color: var(--lv-gold); background: var(--lv-surface-2); }
.lv-faq-item summary {
	padding: 22px 28px;
	cursor: pointer;
	font-family: var(--lv-font);
	font-size: 16px;
	font-weight: 600;
	color: var(--lv-text);
	display: flex;
	justify-content: space-between;
	align-items: center;
	list-style: none;
	transition: color 0.2s ease;
}
.lv-faq-item summary::-webkit-details-marker { display: none; }
.lv-faq-item summary::after {
	content: '+';
	color: var(--lv-gold);
	font-size: 24px;
	font-weight: 300;
	margin-left: 16px;
	transition: transform 0.3s ease;
	font-family: var(--lv-serif);
	line-height: 1;
}
.lv-faq-item[open] summary::after { content: '−'; }
.lv-faq-item summary:hover { color: var(--lv-gold); }
.lv-faq-item p {
	padding: 0 28px 24px;
	margin: 0;
	color: var(--lv-text-soft);
	font-size: 14.5px;
	line-height: 1.75;
}

/* ═══════════════════════════════════════════════════════
   CTA FINALE
   ═══════════════════════════════════════════════════════ */
.lv-cta {
	background: linear-gradient(180deg, var(--lv-bg) 0%, #050505 100%);
	text-align: center;
	position: relative;
	overflow: hidden;
}
.lv-cta::before {
	content: '';
	position: absolute;
	top: 50%; left: 50%;
	transform: translate(-50%, -50%);
	width: 800px; height: 800px;
	background: radial-gradient(circle, rgba(186, 153, 63, 0.18) 0%, transparent 60%);
	filter: blur(60px);
	pointer-events: none;
}
.lv-cta .lv-section-inner { position: relative; z-index: 2; text-align: center; }
.lv-cta .lv-section-title { text-align: center; }
.lv-cta-lead {
	color: var(--lv-text-soft);
	font-size: 17px;
	line-height: 1.7;
	max-width: 600px;
	margin: 0 auto 36px;
}
.lv-cta-lead strong { color: var(--lv-gold); }
.lv-cta-trust {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-top: 28px;
	color: var(--lv-muted);
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.14em;
}
.lv-cta-trust svg { color: var(--lv-gold); }

/* ═══════════════════════════════════════════════════════
   MODAL — popup INCI completo
   ═══════════════════════════════════════════════════════ */
.lv-modal {
	position: fixed !important;
	inset: 0;
	top: 0; left: 0; right: 0; bottom: 0;
	z-index: 99990;
	display: none !important;
	align-items: center;
	justify-content: center;
	padding: 24px;
}
.lv-modal.is-open { display: flex !important; animation: lvFadeIn 0.25s ease; }
@keyframes lvFadeIn { from { opacity: 0; } to { opacity: 1; } }
.lv-modal-overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.78);
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	cursor: pointer;
}
.lv-modal-dialog {
	position: relative;
	max-width: 720px;
	width: 100%;
	max-height: 90vh;
	background: var(--lv-surface);
	border: 1px solid var(--lv-gold);
	box-shadow: 0 30px 80px rgba(0, 0, 0, 0.7);
	overflow-y: auto;
	animation: lvSlideUp 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}
@keyframes lvSlideUp {
	from { transform: translateY(20px); opacity: 0; }
	to   { transform: translateY(0);    opacity: 1; }
}
button.lv-modal-close,
.lv-modal .lv-modal-close {
	position: absolute !important;
	top: 16px !important;
	right: 16px !important;
	width: 44px !important;
	height: 44px !important;
	min-width: 44px !important;
	min-height: 44px !important;
	background: var(--lv-bg) !important;
	background-color: var(--lv-bg) !important;
	background-image: none !important;
	border: 1.5px solid var(--lv-gold) !important;
	border-radius: 50% !important;
	color: var(--lv-gold) !important;
	cursor: pointer !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	padding: 0 !important;
	line-height: 1 !important;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.5) !important;
	transition: color 0.25s ease, border-color 0.25s ease, background 0.25s ease, transform 0.25s ease !important;
	z-index: 5 !important;
}
button.lv-modal-close svg,
.lv-modal-close svg { width: 18px !important; height: 18px !important; display: block !important; pointer-events: none; }
button.lv-modal-close:hover,
.lv-modal .lv-modal-close:hover {
	color: #0d0d0d !important;
	background: var(--lv-gold) !important;
	border-color: var(--lv-gold) !important;
	transform: rotate(90deg);
}
.lv-modal-body { padding: 50px 50px 44px; }
.lv-modal-body .lv-eyebrow { color: var(--lv-gold); font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; font-weight: 700; }
.lv-modal-body h3 {
	font-family: var(--lv-serif);
	font-size: 32px;
	font-weight: 500;
	color: var(--lv-text);
	margin: 8px 0 14px;
	line-height: 1.2;
}
.lv-modal-lead {
	color: var(--lv-muted);
	font-size: 14px;
	line-height: 1.7;
	margin: 0 0 24px;
	padding-bottom: 20px;
	border-bottom: 1px solid var(--lv-border-2);
}
.lv-inci-text p {
	color: var(--lv-text-soft);
	font-size: 13px;
	line-height: 1.85;
	letter-spacing: 0.02em;
	word-break: break-word;
	margin: 0 0 16px;
}
.lv-inci-text strong { color: var(--lv-gold); font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; font-size: 11px; }
.lv-inci-cert {
	margin: 16px 0 0 !important;
	padding: 14px 16px;
	background: rgba(186, 153, 63, 0.08);
	border-left: 3px solid var(--lv-gold);
	color: var(--lv-muted) !important;
	font-size: 13px !important;
	font-style: italic;
}

/* ═══════════════════════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════════════════════ */
@media (max-width: 1024px) {
	.lv-section-inner { padding: 80px 28px; }
	.lv-section-title { font-size: 42px; }
	.lv-section-title-sm { font-size: 34px; }
	.lv-steps { grid-template-columns: repeat(2, 1fr); gap: 50px; margin-top: 70px; }
	.lv-steps::before { display: none; }
	.lv-perchi-grid { grid-template-columns: 1fr; }
	.lv-faq-item summary { font-size: 17px; padding: 18px 22px; }
	.lv-faq-item p { padding: 0 22px 20px; font-size: 14px; }
	.lv-hero-grid { grid-template-columns: 1fr; gap: 28px; text-align: center; }
	.lv-hero-visual { order: -1; }
	.lv-hero-tagline { margin-left: auto; margin-right: auto; }
	.lv-hero-cta, .lv-hero-trust { justify-content: center; }
	.lv-hero-product { max-width: 560px; width: 100%; margin: 0 auto; }
	.lv-hero-stamp { width: 100px; height: 100px; right: -10px; top: 0; }
	.lv-hero-stamp strong { font-size: 28px; }
	.lv-features-grid { grid-template-columns: 1fr; gap: 16px; }
	.lv-feature { padding: 36px 28px; }
	.lv-feature-num { font-size: 64px; }
	.lv-ingredients { grid-template-columns: repeat(2, 1fr); gap: 14px; }
	.lv-showcase-grid { grid-template-columns: 1fr; gap: 48px; }
	.lv-bundle-grid { grid-template-columns: 1fr; gap: 20px; }
	.lv-bundle-banner { padding: 14px 22px; font-size: 13px; gap: 10px; }
	.lv-upsell-card { padding: 40px 32px; flex-direction: column; gap: 32px; text-align: center; }
	.lv-upsell-img { flex: 0 0 auto; width: 100%; }
	.lv-upsell-img img { max-height: 240px; }
	.lv-upsell-text .lv-btn { display: inline-flex; }
	.lv-hero-title { font-size: 72px; }
}
@media (max-width: 720px) {
	.lv-section-inner { padding: 60px 20px; }
	.lv-section-title { font-size: 34px; }
	.lv-section-title-sm { font-size: 28px; }
	.lv-steps { grid-template-columns: 1fr; gap: 50px; }
	.lv-step { padding: 24px 20px 26px; }
	.lv-step-num { width: 64px; height: 64px; font-size: 28px; margin-top: -48px; }
	.lv-perchi-card { padding: 32px 24px 28px; }
	.lv-perchi-icon { width: 56px !important; height: 56px !important; }
	.lv-perchi-icon svg { width: 26px !important; height: 26px !important; }
	.lv-faq-item summary { font-size: 16px; padding: 16px 18px; }
	.lv-faq-item p { padding: 0 18px 18px; }
	.lv-section-lead { font-size: 15px; }
	.lv-hero { padding: 80px 20px 50px; min-height: 90vh; }
	.lv-hero-title { font-size: 56px; }
	.lv-hero-tagline { font-size: 16px; }
	.lv-hero-trust { gap: 4px; font-size: 11px; }
	.lv-hero-trust > span { padding: 0 8px 0 0; }
	.lv-hero-trust .sep { padding: 0 8px 0 0; }
	.lv-hero-product { max-width: 420px; width: 100%; margin: 0 auto; }
	.lv-hero-stamp { width: 84px; height: 84px; }
	.lv-hero-stamp strong { font-size: 22px; }
	.lv-stamp-top, .lv-stamp-bot { font-size: 8px; }
	.lv-ingredients { grid-template-columns: 1fr; gap: 12px; }
	.lv-ingredient { padding: 22px 20px; }
	.lv-feature-num { font-size: 56px; }
	.lv-price-now { font-size: 42px; }
	.lv-showcase-cta { flex-direction: column; }
	.lv-showcase-cta .lv-btn { justify-content: center; }
	.lv-bundle-card { padding: 28px 22px 26px; }
	.lv-bundle-card h3 { font-size: 22px; }
	.lv-bundle-new { font-size: 32px; }
	.lv-bundle-old { font-size: 18px; }
	.lv-upsell-card { padding: 28px 22px; flex-direction: column; align-items: stretch; text-align: center; gap: 24px; }
	.lv-upsell-img img { max-height: 200px; }
	.lv-upsell-text h3 { font-size: 26px; }
	.lv-btn-xl { padding: 18px 30px; font-size: 13px; }
	.lv-modal { padding: 12px; }
	.lv-modal-body { padding: 38px 26px 32px; }
	.lv-modal-body h3 { font-size: 24px; }
	.lv-modal-close { top: 12px; right: 12px; width: 36px; height: 36px; }
}
