body.fws-quote-preview-body {
	background: #0c0d0d;
	color: #f7f5f0;
}

.fws-quote-preview,
.fws-quote-preview button,
.fws-quote-preview input,
.fws-quote-preview select,
.fws-quote-preview textarea {
	font-family: var(--fws-ui);
}

.fws-quote-preview h1,
.fws-quote-preview h2,
.fws-quote-preview h3 {
	font-family: var(--fws-display);
}

.fws-quote-header {
	background: rgba(8, 9, 9, .96);
	border-bottom: 1px solid rgba(185, 154, 98, .18);
	position: absolute;
}

.fws-quote-header .fws-preview-header__nav a.is-active {
	color: var(--fws-paper);
	position: relative;
}

.fws-quote-header .fws-preview-header__nav a.is-active::after {
	background: var(--fws-gold);
	bottom: -17px;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	right: 0;
}

.fws-quote-header__count {
	align-items: center;
	border-left: 1px solid rgba(255, 255, 255, .1);
	border-right: 1px solid rgba(255, 255, 255, .1);
	color: rgba(247, 245, 240, .68);
	display: flex;
	font-size: 8px;
	gap: 10px;
	letter-spacing: .14em;
	padding: 0 20px;
	text-transform: uppercase;
}

.fws-quote-header__count span {
	align-items: center;
	border: 1px solid rgba(185, 154, 98, .56);
	border-radius: 50%;
	color: var(--fws-paper);
	display: inline-flex;
	font-size: 8px;
	height: 24px;
	justify-content: center;
	width: 24px;
}

.fws-quote-hero {
	align-items: end;
	background:
		radial-gradient(circle at 78% 14%, rgba(185, 154, 98, .08), transparent 24%),
		linear-gradient(180deg, #111313 0%, #0c0d0d 100%);
	border-bottom: 1px solid rgba(255, 255, 255, .09);
	display: grid;
	gap: 7vw;
	grid-template-columns: minmax(0, 1.7fr) minmax(280px, .7fr);
	min-height: 430px;
	padding: 148px clamp(28px, 6.4vw, 112px) 64px;
}

.fws-quote-hero .fws-eyebrow {
	color: var(--fws-gold);
	margin: 0 0 24px;
}

.fws-quote-hero h1 {
	font-size: clamp(58px, 7vw, 116px);
	font-weight: 500;
	letter-spacing: -.065em;
	line-height: .84;
	margin: 0;
	text-transform: uppercase;
}

.fws-quote-hero h1 span {
	color: rgba(247, 245, 240, .36);
}

.fws-quote-hero__copy {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 28px;
}

.fws-quote-hero__copy p {
	color: rgba(247, 245, 240, .58);
	font-size: 12px;
	line-height: 1.75;
	margin: 0;
	max-width: 370px;
}

.fws-quote-hero__copy a {
	border-bottom: 1px solid rgba(185, 154, 98, .52);
	color: var(--fws-paper);
	font-size: 8px;
	letter-spacing: .14em;
	padding: 0 0 8px;
	text-transform: uppercase;
}

.fws-quote-hero__copy a span {
	color: var(--fws-gold);
	margin-left: 20px;
}

.fws-quote-steps {
	background: #111313;
	border-bottom: 1px solid rgba(255, 255, 255, .08);
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	list-style: none;
	margin: 0;
	padding: 0 clamp(28px, 6.4vw, 112px);
}

.fws-quote-steps li {
	align-items: center;
	border-right: 1px solid rgba(255, 255, 255, .08);
	color: rgba(247, 245, 240, .32);
	display: flex;
	font-size: 8px;
	gap: 15px;
	letter-spacing: .14em;
	min-height: 64px;
	padding: 0 20px;
	text-transform: uppercase;
	transition: color .2s ease, background .2s ease;
}

.fws-quote-steps li:first-child {
	border-left: 1px solid rgba(255, 255, 255, .08);
}

.fws-quote-steps li.is-active {
	background: rgba(185, 154, 98, .055);
	color: var(--fws-paper);
}

.fws-quote-steps i {
	color: var(--fws-gold);
	font-style: normal;
}

.fws-quote-layout {
	background: #0c0d0d;
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr);
}

.fws-quote-selection,
.fws-quote-form-panel {
	min-width: 0;
	padding: clamp(62px, 6vw, 96px) clamp(28px, 4.8vw, 78px) 88px;
}

.fws-quote-selection {
	background: #111313;
}

.fws-quote-form-panel {
	background: #181a19;
	border-left: 1px solid rgba(255, 255, 255, .08);
}

.fws-quote-section-heading {
	align-items: end;
	border-bottom: 1px solid rgba(255, 255, 255, .11);
	display: flex;
	gap: 24px;
	justify-content: space-between;
	margin-bottom: 28px;
	padding-bottom: 24px;
}

.fws-quote-section-heading .fws-eyebrow {
	color: var(--fws-gold);
	margin: 0 0 12px;
}

.fws-quote-section-heading h2 {
	font-size: clamp(35px, 3.8vw, 58px);
	font-weight: 500;
	letter-spacing: -.055em;
	line-height: .9;
	margin: 0;
	text-transform: uppercase;
}

.fws-quote-section-heading > a {
	border-bottom: 1px solid rgba(185, 154, 98, .46);
	color: rgba(247, 245, 240, .7);
	font-size: 8px;
	letter-spacing: .12em;
	margin-bottom: 3px;
	padding: 0 0 7px;
	text-transform: uppercase;
	white-space: nowrap;
}

.fws-quote-section-heading > a span {
	color: var(--fws-gold);
	margin-left: 16px;
}

.fws-quote-bookmatch {
	background: linear-gradient(135deg, rgba(185, 154, 98, .11), rgba(185, 154, 98, .025));
	border: 1px solid rgba(185, 154, 98, .34);
	margin-bottom: 22px;
}

.fws-quote-bookmatch[hidden] {
	display: none;
}

.fws-quote-bookmatch__head {
	align-items: center;
	border-bottom: 1px solid rgba(185, 154, 98, .18);
	display: flex;
	justify-content: space-between;
	min-height: 45px;
	padding: 0 18px;
}

.fws-quote-bookmatch__head span {
	color: var(--fws-gold);
	font-size: 8px;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.fws-quote-bookmatch__head button {
	background: transparent;
	border: 0;
	color: rgba(247, 245, 240, .43);
	cursor: pointer;
	font-size: 8px;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.fws-quote-bookmatch__head button:hover,
.fws-quote-bookmatch__head button:focus-visible {
	color: var(--fws-paper);
	outline: none;
}

.fws-quote-bookmatch__body {
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(180px, .7fr) minmax(0, 1.3fr);
	padding: 20px 18px;
}

.fws-quote-bookmatch__body > div small {
	color: rgba(247, 245, 240, .38);
	display: block;
	font-size: 8px;
	letter-spacing: .12em;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.fws-quote-bookmatch__body > div strong {
	font-family: var(--fws-display);
	font-size: 20px;
	font-weight: 500;
	letter-spacing: -.04em;
	line-height: 1;
	text-transform: uppercase;
}

.fws-quote-bookmatch dl {
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin: 0;
}

.fws-quote-bookmatch dl div {
	border-left: 1px solid rgba(255, 255, 255, .09);
	padding: 4px 14px 10px;
}

.fws-quote-bookmatch dt {
	color: rgba(247, 245, 240, .34);
	font-size: 7px;
	letter-spacing: .11em;
	margin-bottom: 6px;
	text-transform: uppercase;
}

.fws-quote-bookmatch dd {
	font-size: 10px;
	margin: 0;
}

.fws-quote-list {
	display: grid;
	gap: 10px;
}

.fws-quote-item {
	align-items: stretch;
	background: #171918;
	border: 1px solid rgba(255, 255, 255, .08);
	display: grid;
	grid-template-columns: 142px minmax(0, 1fr) auto;
	min-height: 120px;
	transition: border-color .2s ease, background .2s ease;
}

.fws-quote-item:hover {
	background: #1a1c1b;
	border-color: rgba(185, 154, 98, .28);
}

.fws-quote-item__media {
	background: #0b0c0c;
	margin: 0;
	overflow: hidden;
}

.fws-quote-item__media img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.fws-quote-item__copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
	padding: 18px 22px;
}

.fws-quote-item__copy small {
	color: var(--fws-gold);
	font-size: 8px;
	letter-spacing: .13em;
	overflow: hidden;
	text-overflow: ellipsis;
	text-transform: uppercase;
	white-space: nowrap;
}

.fws-quote-item__copy strong {
	font-family: var(--fws-display);
	font-size: clamp(20px, 2vw, 29px);
	font-weight: 500;
	letter-spacing: -.045em;
	line-height: .95;
	margin-top: 9px;
	text-transform: uppercase;
}

.fws-quote-item__meta {
	color: rgba(247, 245, 240, .44);
	display: flex;
	flex-wrap: wrap;
	font-size: 8px;
	gap: 7px 16px;
	letter-spacing: .07em;
	margin-top: 10px;
	text-transform: uppercase;
}

.fws-quote-item__remove {
	align-items: center;
	align-self: stretch;
	background: transparent;
	border: 0;
	border-left: 1px solid rgba(255, 255, 255, .08);
	color: rgba(247, 245, 240, .32);
	cursor: pointer;
	display: flex;
	flex-direction: column;
	font-size: 18px;
	gap: 6px;
	justify-content: center;
	min-width: 62px;
	padding: 10px;
}

.fws-quote-item__remove span {
	font-size: 6px;
	letter-spacing: .11em;
	text-transform: uppercase;
	writing-mode: vertical-rl;
}

.fws-quote-item__remove i {
	font-style: normal;
}

.fws-quote-item__remove:hover,
.fws-quote-item__remove:focus-visible {
	color: var(--fws-gold);
	outline: none;
}

.fws-quote-total {
	background: #0b0c0c;
	border: 1px solid rgba(255, 255, 255, .09);
	display: grid;
	grid-template-columns: .7fr 1.3fr;
	margin-top: 16px;
}

.fws-quote-total > div {
	display: flex;
	flex-direction: column;
	gap: 8px;
	justify-content: center;
	min-height: 82px;
	padding: 16px 20px;
}

.fws-quote-total > div + div {
	border-left: 1px solid rgba(255, 255, 255, .09);
}

.fws-quote-total span {
	color: rgba(247, 245, 240, .36);
	font-size: 7px;
	letter-spacing: .13em;
	text-transform: uppercase;
}

.fws-quote-total strong {
	font-family: var(--fws-display);
	font-size: 19px;
	font-weight: 500;
}

.fws-quote-total strong span {
	color: inherit;
	font-size: inherit;
	letter-spacing: inherit;
	text-transform: none;
}

.fws-quote-empty {
	align-items: flex-start;
	border: 1px solid rgba(255, 255, 255, .1);
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 290px;
	padding: 38px;
}

.fws-quote-empty[hidden] {
	display: none;
}

.fws-quote-empty > span {
	color: var(--fws-gold);
	font-size: 10px;
	letter-spacing: .14em;
}

.fws-quote-empty h3 {
	font-size: clamp(32px, 3.4vw, 50px);
	font-weight: 500;
	letter-spacing: -.055em;
	line-height: .92;
	margin: 22px 0 14px;
	text-transform: uppercase;
}

.fws-quote-empty p {
	color: rgba(247, 245, 240, .5);
	font-size: 10px;
	line-height: 1.7;
	margin: 0;
	max-width: 370px;
}

.fws-quote-empty a,
.fws-quote-success a {
	border: 1px solid rgba(185, 154, 98, .5);
	color: var(--fws-paper);
	display: flex;
	font-size: 8px;
	justify-content: space-between;
	letter-spacing: .12em;
	margin-top: 26px;
	min-width: 240px;
	padding: 15px 17px;
	text-transform: uppercase;
}

.fws-quote-empty a span,
.fws-quote-success a span {
	color: var(--fws-gold);
}

.fws-quote-form-panel .fws-quote-section-heading {
	display: block;
}

.fws-quote-form__grid {
	display: grid;
	gap: 20px 16px;
	grid-template-columns: 1fr 1fr;
}

.fws-quote-form__grid label {
	display: grid;
	gap: 8px;
	min-width: 0;
}

.fws-quote-form__grid label.is-wide {
	grid-column: 1 / -1;
}

.fws-quote-form__grid label > span {
	color: rgba(247, 245, 240, .48);
	font-size: 7px;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.fws-quote-form input,
.fws-quote-form select,
.fws-quote-form textarea {
	appearance: none;
	background: #111313;
	border: 1px solid rgba(255, 255, 255, .11);
	border-radius: 0;
	box-shadow: none;
	color: var(--fws-paper);
	font-size: 12px;
	min-height: 48px;
	outline: none;
	padding: 12px 13px;
	transition: border-color .2s ease, background .2s ease;
	width: 100%;
}

.fws-quote-form select {
	background-image: linear-gradient(45deg, transparent 50%, #b99a62 50%), linear-gradient(135deg, #b99a62 50%, transparent 50%);
	background-position: calc(100% - 17px) 21px, calc(100% - 12px) 21px;
	background-repeat: no-repeat;
	background-size: 5px 5px, 5px 5px;
	padding-right: 34px;
}

.fws-quote-form textarea {
	min-height: 118px;
	resize: vertical;
}

.fws-quote-form input:focus,
.fws-quote-form select:focus,
.fws-quote-form textarea:focus {
	background: #131515;
	border-color: rgba(185, 154, 98, .68);
}

.fws-quote-form label.is-invalid input,
.fws-quote-form label.is-invalid select,
.fws-quote-form label.is-invalid textarea,
.fws-quote-privacy.is-invalid {
	border-color: rgba(210, 112, 98, .8);
}

.fws-quote-privacy {
	align-items: flex-start;
	color: rgba(247, 245, 240, .5);
	display: flex;
	font-size: 9px;
	gap: 10px;
	line-height: 1.55;
	margin-top: 22px;
}

.fws-quote-privacy input {
	appearance: none;
	background: #111313;
	border: 1px solid rgba(255, 255, 255, .2);
	cursor: pointer;
	flex: 0 0 16px;
	height: 16px;
	margin: 1px 0 0;
	min-height: 0;
	padding: 0;
	width: 16px;
}

.fws-quote-privacy input:checked {
	background: var(--fws-gold);
	box-shadow: inset 0 0 0 3px #181a19;
}

.fws-quote-privacy a {
	border-bottom: 1px solid rgba(247, 245, 240, .35);
	color: var(--fws-paper);
}

.fws-quote-honeypot {
	left: -9999px;
	position: absolute;
}

.fws-quote-notice {
	font-size: 9px;
	line-height: 1.5;
	margin-top: 16px;
	min-height: 14px;
}

.fws-quote-notice.is-error {
	color: #d8887d;
}

.fws-quote-notice.is-success {
	color: #b99a62;
}

.fws-quote-submit {
	align-items: center;
	background: var(--fws-gold);
	border: 1px solid var(--fws-gold);
	color: #0c0d0d;
	cursor: pointer;
	display: flex;
	font-size: 9px;
	font-weight: 600;
	justify-content: space-between;
	letter-spacing: .13em;
	margin-top: 18px;
	min-height: 54px;
	padding: 0 18px;
	text-transform: uppercase;
	transition: opacity .2s ease, background .2s ease;
	width: 100%;
}

.fws-quote-submit i {
	font-size: 16px;
	font-style: normal;
}

.fws-quote-submit:hover,
.fws-quote-submit:focus-visible {
	background: #c5a66f;
	outline: none;
}

.fws-quote-submit:disabled {
	cursor: not-allowed;
	opacity: .35;
}

.fws-quote-submit.is-loading i {
	animation: fws-quote-pulse .8s ease-in-out infinite alternate;
}

.fws-quote-form__note {
	color: rgba(247, 245, 240, .33);
	font-size: 8px;
	line-height: 1.6;
	margin: 12px 0 0;
}

.fws-quote-success[hidden] {
	display: none;
}

.fws-quote-success {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 420px;
}

.fws-quote-success .fws-eyebrow {
	color: var(--fws-gold);
}

.fws-quote-success h2 {
	font-size: clamp(58px, 6vw, 92px);
	font-weight: 500;
	letter-spacing: -.065em;
	line-height: .86;
	margin: 18px 0 22px;
	text-transform: uppercase;
}

.fws-quote-success > p:not(.fws-eyebrow) {
	color: rgba(247, 245, 240, .56);
	font-size: 11px;
	line-height: 1.7;
	max-width: 420px;
}

.fws-quote-success strong {
	color: var(--fws-paper);
}

.fws-quote-footer {
	background: #090a0a;
	border-top: 1px solid rgba(255, 255, 255, .09);
	color: rgba(247, 245, 240, .55);
}

@keyframes fws-quote-pulse {
	from { transform: translateX(0); }
	to { transform: translateX(5px); }
}

@media (max-width: 1100px) {
	.fws-quote-hero {
		grid-template-columns: 1fr;
		gap: 34px;
		min-height: 0;
	}
	.fws-quote-layout {
		grid-template-columns: 1fr;
	}
	.fws-quote-form-panel {
		border-left: 0;
		border-top: 1px solid rgba(255, 255, 255, .08);
	}
}

@media (max-width: 760px) {
	.fws-quote-hero {
		padding: 126px 20px 42px;
	}
	.fws-quote-hero h1 {
		font-size: clamp(46px, 14vw, 72px);
	}
	.fws-quote-steps {
		padding: 0 12px;
	}
	.fws-quote-steps li {
		font-size: 7px;
		gap: 8px;
		min-height: 56px;
		padding: 0 10px;
	}
	.fws-quote-selection,
	.fws-quote-form-panel {
		padding: 50px 20px 62px;
	}
	.fws-quote-section-heading {
		align-items: flex-start;
		flex-direction: column;
	}
	.fws-quote-item {
		grid-template-columns: 96px minmax(0, 1fr) 46px;
		min-height: 102px;
	}
	.fws-quote-item__copy {
		padding: 14px;
	}
	.fws-quote-item__remove {
		min-width: 46px;
	}
	.fws-quote-item__remove span {
		display: none;
	}
	.fws-quote-bookmatch__body {
		grid-template-columns: 1fr;
	}
	.fws-quote-bookmatch dl {
		grid-template-columns: 1fr 1fr;
	}
	.fws-quote-bookmatch dl div:nth-child(odd) {
		border-left: 0;
	}
	.fws-quote-form__grid {
		grid-template-columns: 1fr;
	}
	.fws-quote-form__grid label.is-wide {
		grid-column: auto;
	}
	.fws-quote-total {
		grid-template-columns: 1fr 1.2fr;
	}
}

/* 0.16.0 — polish responsive riepilogo/preventivo */
@media (max-width: 760px) {
	.fws-quote-hero { padding: 152px 18px 42px; }
	.fws-quote-hero h1 { font-size: clamp(46px, 14vw, 68px); line-height: .9; }
	.fws-quote-hero__copy p { font-size: 12px; line-height: 1.6; }
	.fws-quote-steps { overflow: hidden; padding: 0 8px; }
	.fws-quote-steps li { font-size: 8px; min-width: 0; padding: 0 8px; }
	.fws-quote-steps li i { font-size: 8px; }
	.fws-quote-selection,
	.fws-quote-form-panel { padding: 46px 18px 58px; }
	.fws-quote-section-heading h2 { font-size: clamp(34px, 10vw, 46px); }
	.fws-quote-section-heading a { font-size: 8.5px; min-height: 40px; }
	.fws-quote-item { grid-template-columns: 92px minmax(0,1fr) 44px; }
	.fws-quote-item__copy small,
	.fws-quote-item__copy dt { font-size: 8px; }
	.fws-quote-item__copy strong { font-size: 18px; }
	.fws-quote-form label > span { font-size: 8.5px; }
	.fws-quote-form input,
	.fws-quote-form select,
	.fws-quote-form textarea { font-size: 16px; min-height: 46px; }
	.fws-quote-submit { min-height: 52px; }
	.fws-quote-form__note { font-size: 9px; line-height: 1.55; }
}

@media (max-width: 480px) {
	.fws-quote-steps li span { font-size: 7.5px; letter-spacing: .06em; }
	.fws-quote-item { grid-template-columns: 82px minmax(0,1fr) 42px; }
	.fws-quote-item__copy { padding: 12px; }
	.fws-quote-bookmatch dl { grid-template-columns: 1fr; }
	.fws-quote-total { grid-template-columns: 1fr; }
	.fws-quote-total > div + div { border-left: 0; border-top: 1px solid rgba(255,255,255,.1); }
}
