@font-face {
	font-family: 'SFRL Oswald';
	font-style: normal;
	font-weight: 400 700;
	font-display: block;
	src: url( '../../assets/fonts/oswald-latin.woff2' ) format( 'woff2' );
}

/* ---- Pannello / anteprima scalata ---- */
.sfrl-flyer-panel { text-align: center; }
.sfrl-flyer-stage {
	width: 260px;
	height: 416px;
	margin: 0 auto 10px;
	overflow: hidden;
	border: 1px solid #dcdcde;
	background: #fff;
}
.sfrl-flyer-scale {
	width: 1200px;
	height: 1920px;
	transform: scale( 0.21667 );
	transform-origin: top left;
}
.sfrl-flyer-actions { margin: 8px 0; }

/* ---- Flyer 1200x1920 ---- */
.sfrl-flyer {
	position: relative;
	width: 1200px;
	height: 1920px;
	overflow: hidden;
	font-family: 'SFRL Oswald', Arial, sans-serif;
	color: #111111;
	background: #eef0f2;
}
.sfrl-flyer-bg {
	position: absolute;
	inset: 0;
	background: radial-gradient( 120% 80% at 50% 0%, #ffffff 0%, #eceef0 45%, #dfe2e5 100% );
}

/* Direct children posizionati; le colonne usano flusso interno */
.sfrl-flyer-bg,
.sfrl-fl-left,
.sfrl-fl-right,
.sfrl-fl-car,
.sfrl-fl-cta { position: absolute; }

/* ---- Colonna sinistra (titolo + prezzi) ---- */
/* line-height espliciti in px: html2canvas riproduce fedelmente il box del testo */
.sfrl-fl-left { left: 72px; top: 66px; width: 600px; }
.sfrl-fl-title {
	font-weight: 700;
	font-size: 66px;
	line-height: 72px;
	text-transform: uppercase;
	color: var( --sfrl-primary, #f4600b );
	margin: 0 0 24px;
	letter-spacing: 0.5px;
}
.sfrl-fl-imm { font-size: 30px; line-height: 38px; font-weight: 500; margin: 0 0 12px; }
.sfrl-fl-leasing { font-size: 46px; line-height: 52px; font-weight: 700; text-transform: uppercase; margin: 0 0 8px; }
.sfrl-fl-price { margin: 0 0 24px; white-space: nowrap; }
.sfrl-fl-price-value { font-size: 118px; line-height: 120px; font-weight: 700; color: var( --sfrl-primary, #f4600b ); display: inline-block; vertical-align: baseline; }
.sfrl-fl-price-suffix { font-size: 30px; line-height: 30px; font-weight: 600; display: inline-block; margin-left: 12px; }
.sfrl-fl-down { font-size: 38px; line-height: 46px; font-weight: 600; margin: 0 0 12px; }
.sfrl-fl-buyout { font-size: 38px; line-height: 46px; font-weight: 600; margin: 0; }

/* ---- Colonna destra (brand + pronta consegna + incluso) ---- */
.sfrl-fl-right { left: 700px; top: 66px; width: 430px; }
.sfrl-fl-brand { text-align: right; margin-bottom: 48px; }
.sfrl-fl-logo { max-width: 260px; height: auto; display: inline-block; border-radius: 26px; }
.sfrl-fl-site { font-size: 30px; line-height: 38px; font-weight: 500; margin-top: 14px; }
.sfrl-fl-phone { font-size: 36px; line-height: 42px; font-weight: 700; }
.sfrl-fl-ready {
	font-size: 42px; line-height: 48px; font-weight: 700; text-transform: uppercase;
	color: var( --sfrl-primary, #f4600b );
	margin-bottom: 28px;
}
.sfrl-fl-included-title { font-size: 42px; line-height: 48px; font-weight: 700; margin-bottom: 22px; }
.sfrl-fl-included-list { margin: 0; padding: 0; list-style: none; }
.sfrl-fl-included-list li {
	font-size: 30px; font-weight: 500; line-height: 1.25;
	margin-bottom: 18px; padding-left: 32px; position: relative;
}
.sfrl-fl-included-list li::before {
	content: '•';
	position: absolute; left: 0; top: -2px;
	color: var( --sfrl-primary, #f4600b );
	font-size: 34px; line-height: 1;
}

/* ---- Auto scontornata: larghezza fissa, altezza automatica (no deformazione) ---- */
/* Auto scontornata: full-width, ancorata in basso (nessuna CTA sotto) */
.sfrl-fl-car {
	left: 0;
	width: 1200px;
	height: auto;
	max-height: 1100px;
	bottom: 170px;
	filter: drop-shadow( 0 30px 40px rgba( 0, 0, 0, 0.35 ) );
}

/* ---- CTA rimossa dal flyer (conservata qui, commentata, per un eventuale ripristino) ----
.sfrl-fl-cta {
	left: 200px; bottom: 70px; width: 800px; height: 116px;
	background: var( --sfrl-primary, #f4600b );
	color: #ffffff;
	font-size: 46px; font-weight: 700; text-transform: uppercase;
	display: flex; align-items: center; justify-content: center;
	border-radius: 14px; letter-spacing: 0.5px;
	box-shadow: 0 14px 26px rgba( 244, 96, 11, 0.35 );
}
---- fine CTA ---- */

.sfrl-fl-ready.sfrl-hidden,
.sfrl-fl-car.sfrl-hidden { display: none; }
