/* =========================================================
   ENTRÜMPELUNG — PAGE FOUNDATION
   ========================================================= */

.rd-entruempelung,
.rd-entruempelung * {
	box-sizing: border-box;
}

.rd-entruempelung {
	background: #ffffff;
	color: var(--rd-text);
}

.rd-entruempelung-request-form {
	margin: 0;
	padding: 0;
}

/* =========================================================
   HERO
   ========================================================= */

.rd-entruempelung-hero {
	position: relative;
	overflow: hidden;
	padding: 42px 0 34px;
	background:
		radial-gradient(circle at 78% 48%, rgba(126, 185, 49, 0.10), transparent 35%),
		linear-gradient(180deg, #ffffff 0%, #fbfdf9 100%);
}

.rd-entruempelung-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	align-items: center;
	gap: 26px;
	min-height: 500px;
}

.rd-entruempelung-hero__content {
	position: relative;
	z-index: 3;
	max-width: 650px;
}

.rd-entruempelung-hero__title {
	margin: 0;
	color: var(--rd-text);
	font-size: clamp(3.1rem, 5vw, 4.85rem);
	font-weight: 800;
	line-height: 0.98;
	letter-spacing: -0.045em;
}

.rd-entruempelung-hero__lead {
	margin: 22px 0 0;
	color: var(--rd-green);
	font-size: clamp(1.12rem, 1.55vw, 1.34rem);
	font-weight: 800;
	line-height: 1.35;
}

.rd-entruempelung-hero__photo-note {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-top: 18px;
	color: var(--rd-text);
	font-size: 0.98rem;
	line-height: 1.35;
}

.rd-entruempelung-hero__photo-note strong {
	font-weight: 800;
}

.rd-entruempelung-hero__photo-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	flex: 0 0 38px;
	color: var(--rd-green);
}

.rd-entruempelung-hero__photo-icon svg {
	display: block;
	width: 32px;
	height: 32px;
	margin: 0;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.7;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.rd-entruempelung-hero__benefits {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
	margin-top: 29px;
}

.rd-entruempelung-benefit {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	min-width: 0;
}

.rd-entruempelung-benefit__icon {
	position: relative;
	display: inline-block;
	width: 42px;
	height: 42px;
	flex: 0 0 42px;
	margin: 0;
	border-radius: 50%;
	background: var(--rd-green-light);
	color: var(--rd-green);
	line-height: 0;
}

.rd-entruempelung-benefit__icon svg {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 23px;
	height: 23px;
	margin: 0;
	transform: translate(-50%, -50%);
	fill: none;
	stroke: currentColor;
	stroke-width: 1.7;
	stroke-linecap: round;
	stroke-linejoin: round;
	vector-effect: non-scaling-stroke;
}

.rd-entruempelung-benefit > div {
	min-width: 0;
}

.rd-entruempelung-benefit strong,
.rd-entruempelung-benefit span {
	display: block;
}

.rd-entruempelung-benefit strong {
	margin-bottom: 3px;
	font-size: 0.71rem;
	font-weight: 800;
	line-height: 1.28;
}

.rd-entruempelung-benefit span {
	color: var(--rd-text-muted);
	font-size: 0.61rem;
	line-height: 1.45;
}

.rd-entruempelung-hero__visual {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	min-width: 0;
	min-height: 430px;
}

.rd-entruempelung-hero__image {
	display: block;
	width: min(112%, 780px);
	max-width: none;
	height: auto;
	margin: 0;
	object-fit: contain;
	transform: translateX(22px);
	filter: drop-shadow(0 18px 28px rgba(11, 107, 43, 0.065));
}

.rd-entruempelung-value-card {
	position: absolute;
	right: -2px;
	bottom: 12px;
	z-index: 4;
	display: flex;
	align-items: center;
	gap: 11px;
	max-width: 315px;
	padding: 14px 16px;
	border: 1px solid #cadfc5;
	border-radius: 14px;
	background: rgba(249, 253, 247, 0.97);
	box-shadow: 0 10px 28px rgba(11, 107, 43, 0.10);
}

.rd-entruempelung-value-card__icon {
	position: relative;
	display: inline-block;
	width: 46px;
	height: 46px;
	flex: 0 0 46px;
	margin: 0;
	border-radius: 50%;
	background: #edf7e9;
	color: var(--rd-green);
	line-height: 0;
}

.rd-entruempelung-value-card__icon svg {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 26px;
	height: 26px;
	margin: 0;
	transform: translate(-50%, -50%);
	fill: none;
	stroke: currentColor;
	stroke-width: 1.7;
	stroke-linecap: round;
	stroke-linejoin: round;
	vector-effect: non-scaling-stroke;
}

.rd-entruempelung-value-card strong {
	color: var(--rd-green-dark);
	font-size: 0.82rem;
	font-weight: 800;
	line-height: 1.42;
}

/* =========================================================
   SHARED STEP SHELL
   ========================================================= */

.rd-clearance-step,
.rd-entruempelung-photo-step,
.rd-value-step,
.rd-entruempelung-address-step,
.rd-entruempelung-details-step,
.rd-entruempelung-access-step,
.rd-entruempelung-contact-step,
.rd-entruempelung-offer-step {
	padding: 0 0 14px;
	background: #ffffff;
}

.rd-clearance-step {
	padding-top: 10px;
}

.rd-clearance-step__panel,
.rd-entruempelung-photo-step__panel,
.rd-value-step__panel,
.rd-entruempelung-address-step__panel,
.rd-entruempelung-details-step__panel,
.rd-entruempelung-access-step__panel,
.rd-entruempelung-contact-step__panel,
.rd-entruempelung-offer-step__panel {
	padding: 16px;
	border: 1px solid #e1e7df;
	border-radius: 13px;
	background: #ffffff;
	box-shadow: 0 5px 18px rgba(11, 107, 43, 0.045);
}

.rd-entruempelung-details-step__panel {
	background: linear-gradient(180deg, #fbfef9 0%, #f5faf2 100%);
}

.rd-ent-step-intro {
	display: grid;
	grid-template-columns: 38px 34px minmax(0, 1fr);
	align-items: start;
	gap: 10px;
	min-width: 0;
}

.rd-step-number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	flex: 0 0 38px;
	border-radius: 50%;
	background: var(--rd-green);
	color: #ffffff;
	font-size: 1rem;
	font-weight: 800;
	line-height: 1;
}

.rd-ent-step-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	flex: 0 0 34px;
	margin-top: 2px;
	border-radius: 50%;
	background: var(--rd-green-light);
	color: var(--rd-green);
}

.rd-ent-step-icon svg {
	display: block;
	width: 20px;
	height: 20px;
	margin: 0;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.7;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.rd-ent-step-intro h2 {
	margin: 1px 0 5px;
	color: var(--rd-text);
	font-size: 0.98rem;
	font-weight: 800;
	line-height: 1.3;
}

.rd-ent-step-intro p {
	margin: 0;
	color: var(--rd-text-muted);
	font-size: 0.74rem;
	line-height: 1.5;
}

.rd-ent-step-intro p strong {
	color: var(--rd-green-dark);
}

/* =========================================================
   STEP 1 — CLEARANCE TYPE
   ========================================================= */

.rd-clearance-step__panel {
	display: grid;
	grid-template-columns: minmax(230px, 0.9fr) minmax(0, 3.2fr);
	gap: 20px;
	align-items: stretch;
}

.rd-clearance-options {
	display: grid;
	grid-template-columns: repeat(7, minmax(0, 1fr));
	gap: 8px;
	min-width: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

.rd-clearance-option {
	display: block;
	min-width: 0;
	margin: 0;
	cursor: pointer;
}

.rd-clearance-option > input {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	opacity: 0;
	pointer-events: none;
}

.rd-clearance-option__body {
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 100%;
	min-height: 152px;
	padding: 8px 7px 9px;
	border: 1px solid #dfe5dc;
	border-radius: 9px;
	background: #ffffff;
	text-align: center;
	transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.rd-clearance-option:hover .rd-clearance-option__body {
	border-color: #a9c9a5;
	transform: translateY(-1px);
	box-shadow: 0 6px 14px rgba(11, 107, 43, 0.06);
}

.rd-clearance-option__visual {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 62px;
	margin-bottom: 4px;
}

.rd-clearance-option__visual img {
	display: block;
	width: auto;
	max-width: 68px;
	height: 58px;
	margin: 0;
	object-fit: contain;
}

.rd-clearance-option__body strong {
	display: block;
	min-height: 35px;
	color: var(--rd-text);
	font-size: 0.70rem;
	font-weight: 800;
	line-height: 1.35;
}

.rd-clearance-option__radio {
	position: relative;
	display: block;
	width: 17px;
	height: 17px;
	margin-top: auto;
	border: 1.5px solid #9ca6a0;
	border-radius: 50%;
	background: #ffffff;
}

.rd-clearance-option__radio::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--rd-green);
	transform: translate(-50%, -50%) scale(0);
	transition: transform .16s ease;
}

.rd-clearance-option input:checked + .rd-clearance-option__body {
	border-color: var(--rd-green);
	background: linear-gradient(180deg, #ffffff 0%, #f5fbf3 100%);
	box-shadow: 0 5px 14px rgba(11, 107, 43, 0.08);
}

.rd-clearance-option input:checked + .rd-clearance-option__body .rd-clearance-option__radio {
	border-color: var(--rd-green);
}

.rd-clearance-option input:checked + .rd-clearance-option__body .rd-clearance-option__radio::after {
	transform: translate(-50%, -50%) scale(1);
}

.rd-clearance-option input:focus-visible + .rd-clearance-option__body {
	outline: 3px solid rgba(11, 107, 43, 0.20);
	outline-offset: 2px;
}

/* =========================================================
   STEP 2 — PHOTOS
   ========================================================= */

.rd-entruempelung-photo-step__panel {
	display: grid;
	grid-template-columns: minmax(230px, 0.9fr) minmax(300px, 1.35fr) minmax(300px, 1.3fr);
	gap: 20px;
	align-items: center;
}

.rd-photo-upload {
	min-width: 0;
}

.rd-photo-upload__input {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	opacity: 0;
}

.rd-photo-upload__box {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 148px;
	padding: 15px 18px;
	border: 1.5px dashed #84b57d;
	border-radius: 9px;
	background: linear-gradient(180deg, #ffffff 0%, #f8fcf7 100%);
	text-align: center;
	cursor: pointer;
	transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.rd-photo-upload__box:hover {
	border-color: var(--rd-green);
	background: #f3faf1;
	transform: translateY(-1px);
	box-shadow: 0 6px 16px rgba(11, 107, 43, 0.07);
}

.rd-photo-upload__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	margin-bottom: 7px;
	color: var(--rd-green);
}

.rd-photo-upload__icon svg {
	display: block;
	width: 34px;
	height: 34px;
	margin: 0;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.6;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.rd-photo-upload__box strong {
	color: var(--rd-text);
	font-size: 0.84rem;
	font-weight: 800;
	line-height: 1.3;
}

.rd-photo-upload__action {
	margin-top: 3px;
	color: var(--rd-text-muted);
	font-size: 0.72rem;
	line-height: 1.4;
}

.rd-photo-upload__box small {
	margin-top: 8px;
	color: #727c75;
	font-size: 0.61rem;
	line-height: 1.4;
}

.rd-photo-examples {
	min-width: 0;
}

.rd-photo-examples h3 {
	margin: 0 0 8px;
	font-size: 0.76rem;
	font-weight: 800;
	line-height: 1.3;
}

.rd-photo-examples__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
}

.rd-photo-example {
	overflow: hidden;
	margin: 0;
	aspect-ratio: 1.2 / 1;
	border: 1px solid #e4e9e1;
	border-radius: 8px;
	background: #f3f5f2;
}

.rd-photo-example img {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	object-fit: cover;
}

.rd-entruempelung-photo-tip {
	grid-column: 2 / -1;
	display: flex;
	align-items: center;
	gap: 7px;
	margin: -7px 0 0;
	color: var(--rd-green-dark);
	font-size: 0.67rem;
	font-weight: 700;
	line-height: 1.45;
}

/* =========================================================
   STEP 3 — VALUE CREDIT
   ========================================================= */

.rd-value-step__panel {
	display: grid;
	grid-template-columns: minmax(230px, 0.92fr) minmax(190px, 0.9fr) minmax(330px, 1.5fr) minmax(220px, 1fr);
	gap: 18px;
	align-items: start;
}

.rd-value-question,
.rd-value-items,
.rd-value-credit fieldset {
	min-width: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

.rd-value-question legend,
.rd-value-items legend,
.rd-value-credit legend {
	margin-bottom: 10px;
	color: var(--rd-text);
	font-size: 0.72rem;
	font-weight: 700;
	line-height: 1.45;
}

.rd-value-question label,
.rd-value-credit label,
.rd-value-items__grid label {
	display: flex;
	align-items: center;
	gap: 7px;
	margin: 0 0 7px;
	color: var(--rd-text);
	font-size: 0.68rem;
	line-height: 1.35;
	cursor: pointer;
}

.rd-value-question input[type="radio"],
.rd-value-credit input[type="radio"] {
	width: 16px;
	height: 16px;
	margin: 0;
	accent-color: var(--rd-green);
}

.rd-value-items__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0 12px;
}

.rd-value-items__grid input[type="checkbox"] {
	width: 15px;
	height: 15px;
	margin: 0;
	accent-color: var(--rd-green);
}

.rd-value-items > input[type="text"] {
	width: 100%;
	height: 38px;
	margin-top: 4px;
	padding: 0 11px;
	border: 1px solid #dce3d9;
	border-radius: 7px;
	background: #ffffff;
	font: inherit;
	font-size: 0.68rem;
	outline: none;
}

.rd-value-items > input[type="text"]:focus {
	border-color: var(--rd-green);
	box-shadow: 0 0 0 3px rgba(11, 107, 43, 0.10);
}

.rd-value-credit__note {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 12px;
	padding: 10px;
	border: 1px solid #cfe1ca;
	border-radius: 9px;
	background: #f6fbf3;
}

.rd-value-credit__note img {
	display: block;
	width: 36px;
	height: 36px;
	flex: 0 0 36px;
	margin: 0;
	object-fit: contain;
}

.rd-value-credit__note strong {
	color: var(--rd-green-dark);
	font-size: 0.64rem;
	font-weight: 800;
	line-height: 1.45;
}

/* =========================================================
   STEP 4 — ADDRESS
   ========================================================= */

.rd-entruempelung-address-step__panel {
	display: grid;
	grid-template-columns: minmax(230px, 0.92fr) minmax(0, 3.08fr);
	gap: 20px;
	align-items: center;
}

.rd-entruempelung-field {
	min-width: 0;
}

.rd-entruempelung-field > label,
.rd-entruempelung-elevator legend {
	display: block;
	margin-bottom: 7px;
	color: var(--rd-text);
	font-size: 0.72rem;
	font-weight: 700;
	line-height: 1.35;
}

.rd-entruempelung-field > label > span {
	color: #b72e2e;
}

.rd-entruempelung-field > label small {
	color: var(--rd-text-muted);
	font-size: 0.64rem;
	font-weight: 500;
}

.rd-entruempelung-field input,
.rd-entruempelung-field select {
	display: block;
	width: 100%;
	height: 43px;
	padding: 0 12px;
	border: 1px solid #dce3d9;
	border-radius: 7px;
	background: #ffffff;
	color: var(--rd-text);
	font: inherit;
	font-size: 0.76rem;
	outline: none;
	transition: border-color .2s ease, box-shadow .2s ease;
}

.rd-entruempelung-field input:focus,
.rd-entruempelung-field select:focus {
	border-color: var(--rd-green);
	box-shadow: 0 0 0 3px rgba(11, 107, 43, 0.10);
}

.rd-entruempelung-field__control {
	position: relative;
}

.rd-entruempelung-field__control input {
	padding-right: 42px;
}

.rd-entruempelung-field__control svg {
	position: absolute;
	top: 50%;
	right: 12px;
	display: block;
	width: 19px;
	height: 19px;
	margin: 0;
	transform: translateY(-50%);
	fill: none;
	stroke: var(--rd-green);
	stroke-width: 1.7;
	stroke-linecap: round;
	stroke-linejoin: round;
	pointer-events: none;
}

/* =========================================================
   STEP 5 — DETAILS
   ========================================================= */

.rd-entruempelung-details-step__panel {
	display: grid;
	grid-template-columns: minmax(230px, 0.92fr) minmax(290px, 1.35fr) minmax(330px, 1.55fr);
	gap: 20px;
	align-items: center;
	transition: opacity .2s ease;
}

.rd-entruempelung-details-step.is-inactive .rd-entruempelung-details-step__panel {
	opacity: 0.58;
}

.rd-entruempelung-details-group {
	min-width: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

.rd-entruempelung-details-group legend {
	margin-bottom: 8px;
	font-size: 0.70rem;
	font-weight: 700;
	line-height: 1.35;
}

.rd-entruempelung-details-options {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 7px;
}

.rd-entruempelung-details-options--rooms {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.rd-entruempelung-details-options label {
	display: block;
	margin: 0;
	cursor: pointer;
}

.rd-entruempelung-details-options input {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	opacity: 0;
	pointer-events: none;
}

.rd-entruempelung-details-options span {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 7px 6px;
	border: 1px solid #dce3d9;
	border-radius: 7px;
	background: #ffffff;
	color: var(--rd-text);
	font-size: 0.66rem;
	font-weight: 700;
	line-height: 1.25;
	text-align: center;
	transition: border-color .2s ease, background-color .2s ease, color .2s ease;
}

.rd-entruempelung-details-options input:checked + span {
	border-color: var(--rd-green);
	background: var(--rd-green);
	color: #ffffff;
}

/* =========================================================
   STEP 6 — ACCESS
   ========================================================= */

.rd-entruempelung-access-step__panel {
	display: grid;
	grid-template-columns: minmax(230px, 0.92fr) minmax(230px, 1fr) minmax(330px, 1.55fr);
	gap: 20px;
	align-items: center;
}

.rd-entruempelung-elevator {
	min-width: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

.rd-entruempelung-elevator__options {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 7px;
}

.rd-entruempelung-elevator__options label {
	display: block;
	margin: 0;
	cursor: pointer;
}

.rd-entruempelung-elevator__options input {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	opacity: 0;
	pointer-events: none;
}

.rd-entruempelung-elevator__options span {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 7px 8px;
	border: 1px solid #dce3d9;
	border-radius: 7px;
	background: #ffffff;
	font-size: 0.70rem;
	font-weight: 700;
	transition: border-color .2s ease, background-color .2s ease, color .2s ease;
}

.rd-entruempelung-elevator__options input:checked + span {
	border-color: var(--rd-green);
	background: #f2f9f0;
	color: var(--rd-green-dark);
}

/* =========================================================
   STEP 7 — CONTACT
   ========================================================= */

.rd-entruempelung-contact-step__panel {
	display: grid;
	grid-template-columns: minmax(230px, 0.92fr) repeat(2, minmax(0, 1.54fr));
	gap: 20px;
	align-items: center;
}

/* =========================================================
   STEP 8 — DELIVERY
   ========================================================= */

.rd-entruempelung-offer-step__panel {
	display: grid;
	grid-template-columns: minmax(230px, 0.92fr) minmax(0, 3.08fr);
	gap: 20px;
	align-items: center;
}

.rd-entruempelung-offer-options {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	min-width: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

.rd-entruempelung-offer-option {
	display: block;
	margin: 0;
	cursor: pointer;
}

.rd-entruempelung-offer-option > input {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	opacity: 0;
	pointer-events: none;
}

.rd-entruempelung-offer-option__body {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 54px;
	padding: 10px 14px;
	border: 1px solid #b8cfb2;
	border-radius: 7px;
	background: #ffffff;
	transition: border-color .2s ease, background-color .2s ease, color .2s ease, box-shadow .2s ease;
}

.rd-entruempelung-offer-option__body > img,
.rd-entruempelung-offer-option__body > svg {
	display: block;
	width: 26px;
	height: 26px;
	flex: 0 0 26px;
	margin: 0;
	object-fit: contain;
}

.rd-entruempelung-offer-option__body > svg {
	fill: none;
	stroke: var(--rd-green);
	stroke-width: 1.7;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.rd-entruempelung-offer-option__body > span {
	min-width: 0;
}

.rd-entruempelung-offer-option__body strong,
.rd-entruempelung-offer-option__body small {
	display: block;
	text-align: center;
}

.rd-entruempelung-offer-option__body strong {
	font-size: 0.78rem;
	font-weight: 800;
	line-height: 1.3;
}

.rd-entruempelung-offer-option__body small {
	margin-top: 2px;
	font-size: 0.62rem;
	line-height: 1.35;
}

.rd-entruempelung-offer-option input:checked + .rd-entruempelung-offer-option__body {
	border-color: var(--rd-green);
	background: var(--rd-green);
	color: #ffffff;
	box-shadow: 0 5px 14px rgba(11, 107, 43, 0.12);
}

.rd-entruempelung-offer-option input:checked + .rd-entruempelung-offer-option__body > svg {
	stroke: #ffffff;
}

.rd-entruempelung-privacy {
	grid-column: 2;
	display: flex;
	align-items: flex-start;
	gap: 9px;
	margin-top: -4px;
	color: var(--rd-text-muted);
	font-size: 0.66rem;
	line-height: 1.5;
	cursor: pointer;
}

.rd-entruempelung-privacy > input {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	opacity: 0;
}

.rd-entruempelung-privacy__check {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 19px;
	height: 19px;
	flex: 0 0 19px;
	margin-top: 1px;
	border: 1.5px solid #abb5ad;
	border-radius: 5px;
	background: #ffffff;
	color: transparent;
	font-size: 0.75rem;
	font-weight: 800;
}

.rd-entruempelung-privacy > input:checked + .rd-entruempelung-privacy__check {
	border-color: var(--rd-green);
	background: var(--rd-green);
	color: #ffffff;
}

.rd-entruempelung-privacy a {
	color: var(--rd-green);
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 2px;
}

/* =========================================================
   TRUST STRIP
   ========================================================= */

.rd-entruempelung-trust {
	padding: 0 0 14px;
	background: #ffffff;
}

.rd-entruempelung-trust__grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 12px;
	padding: 12px 14px;
	border-top: 1px solid #e3e8e1;
	border-bottom: 1px solid #e3e8e1;
}

.rd-entruempelung-trust__item {
	display: flex;
	align-items: center;
	gap: 8px;
	min-width: 0;
}

.rd-entruempelung-trust__item img {
	display: block;
	width: 40px;
	height: 40px;
	flex: 0 0 40px;
	margin: 0;
	object-fit: contain;
}

.rd-entruempelung-trust__item strong,
.rd-entruempelung-trust__item span {
	display: block;
}

.rd-entruempelung-trust__item strong {
	font-size: 0.64rem;
	font-weight: 800;
	line-height: 1.35;
}

.rd-entruempelung-trust__item span {
	margin-top: 2px;
	color: var(--rd-text-muted);
	font-size: 0.57rem;
	line-height: 1.4;
}

/* =========================================================
   CTA / SUBMIT
   ========================================================= */

.rd-entruempelung-cta {
	padding: 0 0 24px;
	background: #ffffff;
}

.rd-entruempelung-cta__panel {
	display: grid;
	grid-template-columns: 54px minmax(0, 1fr) minmax(230px, auto) 58px;
	gap: 14px;
	align-items: center;
	padding: 12px 16px;
	border-radius: 11px;
	background: linear-gradient(135deg, #075522 0%, #0b6b2b 100%);
	color: #ffffff;
	box-shadow: 0 8px 22px rgba(7, 85, 34, 0.16);
}

.rd-entruempelung-cta__phone-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #ffffff;
	color: var(--rd-green);
}

.rd-entruempelung-cta__phone-icon svg {
	display: block;
	width: 25px;
	height: 25px;
	margin: 0;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.rd-entruempelung-cta__copy strong,
.rd-entruempelung-cta__copy span {
	display: block;
}

.rd-entruempelung-cta__copy strong {
	font-size: 0.88rem;
	font-weight: 800;
	line-height: 1.3;
}

.rd-entruempelung-cta__copy span {
	margin-top: 3px;
	font-size: 0.68rem;
	line-height: 1.4;
}

.rd-entruempelung-cta__submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 22px;
	min-height: 44px;
	padding: 9px 18px;
	border: 0;
	border-radius: 6px;
	background: #4f9f1d;
	color: #ffffff;
	font: inherit;
	font-size: 0.78rem;
	font-weight: 800;
	cursor: pointer;
	transition: background-color .2s ease, transform .2s ease;
}

.rd-entruempelung-cta__submit:hover {
	background: #5bad20;
	transform: translateY(-1px);
}

.rd-entruempelung-cta__whatsapp {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	justify-self: end;
	border-radius: 50%;
	background: #ffffff;
}

.rd-entruempelung-cta__whatsapp img {
	display: block;
	width: 42px;
	height: 42px;
	margin: 0;
	object-fit: contain;
}

.rd-form-preview-status {
	grid-column: 1 / -1;
	margin: 0;
	padding: 10px 12px;
	border: 1px solid #b8d7b1;
	border-radius: 8px;
	background: #f2f9f0;
	color: var(--rd-green-dark);
	font-size: 0.72rem;
	font-weight: 700;
	line-height: 1.5;
}

.rd-form-preview-status[hidden] {
	display: none !important;
}

.rd-form-preview-status--error {
	border-color: #e3b7b7;
	background: #fff6f6;
	color: #8a1f1f;
}

/* =========================================================
   PHOTO SELECTION FEEDBACK
   ========================================================= */

.rd-photo-upload__box.is-selected {
	border-color: var(--rd-green);
	background: linear-gradient(180deg, #ffffff 0%, #f2f9f0 100%);
	box-shadow: 0 5px 16px rgba(11, 107, 43, 0.08);
}

.rd-photo-upload__box.is-selected .rd-photo-upload__action {
	color: var(--rd-green);
	font-weight: 700;
}

.rd-photo-selection {
	margin-top: 10px;
}

.rd-photo-selection[hidden] {
	display: none !important;
}

.rd-photo-selection__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 7px;
}

.rd-photo-selection__count {
	color: var(--rd-green);
	font-size: 0.72rem;
	font-weight: 800;
	line-height: 1.35;
}

.rd-photo-selection__remaining {
	color: var(--rd-text-muted);
	font-size: 0.61rem;
	line-height: 1.35;
	text-align: right;
}

.rd-photo-selection__list {
	display: grid;
	gap: 6px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.rd-photo-selection__item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 9px;
	min-width: 0;
	padding: 7px 8px 7px 10px;
	border: 1px solid #dfe7dc;
	border-radius: 7px;
	background: #f9fcf8;
}

.rd-photo-selection__file {
	display: flex;
	align-items: baseline;
	gap: 6px;
	min-width: 0;
}

.rd-photo-selection__name {
	overflow: hidden;
	min-width: 0;
	color: var(--rd-text);
	font-size: 0.68rem;
	font-weight: 700;
	line-height: 1.35;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.rd-photo-selection__size {
	flex: 0 0 auto;
	color: var(--rd-text-muted);
	font-size: 0.58rem;
	line-height: 1.35;
}

.rd-photo-selection__remove {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	flex: 0 0 26px;
	margin: 0;
	padding: 0;
	border: 1px solid #d6ddd4;
	border-radius: 6px;
	background: #ffffff;
	color: #7b847d;
	font: inherit;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1;
	cursor: pointer;
}

.rd-photo-selection__remove:hover {
	border-color: #c75b5b;
	background: #fff7f7;
	color: #b53d3d;
}

.rd-photo-selection__notice {
	margin: 7px 0 0;
	padding: 7px 9px;
	border-radius: 7px;
	background: #fff7e8;
	color: #7a5200;
	font-size: 0.64rem;
	font-weight: 700;
	line-height: 1.45;
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1100px) {

	.rd-entruempelung-hero__grid {
		grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
		gap: 18px;
		min-height: 460px;
	}

	.rd-entruempelung-hero__title {
		font-size: clamp(2.65rem, 5vw, 3.8rem);
	}

	.rd-entruempelung-hero__benefits {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px 16px;
	}

	.rd-entruempelung-hero__image {
		width: min(116%, 650px);
		transform: translateX(14px);
	}

	.rd-clearance-step__panel,
	.rd-entruempelung-photo-step__panel,
	.rd-value-step__panel,
	.rd-entruempelung-address-step__panel,
	.rd-entruempelung-details-step__panel,
	.rd-entruempelung-access-step__panel,
	.rd-entruempelung-contact-step__panel,
	.rd-entruempelung-offer-step__panel {
		grid-template-columns: 1fr;
		gap: 15px;
	}

	.rd-clearance-options {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.rd-entruempelung-photo-step__panel {
		grid-template-columns: 1fr 1fr;
	}

	.rd-entruempelung-photo-step__panel .rd-ent-step-intro,
	.rd-entruempelung-photo-tip {
		grid-column: 1 / -1;
	}

	.rd-value-step__panel {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.rd-value-step__panel .rd-ent-step-intro {
		grid-column: 1 / -1;
	}

	.rd-entruempelung-details-step__panel,
	.rd-entruempelung-access-step__panel,
	.rd-entruempelung-contact-step__panel {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.rd-entruempelung-details-step__panel .rd-ent-step-intro,
	.rd-entruempelung-access-step__panel .rd-ent-step-intro,
	.rd-entruempelung-contact-step__panel .rd-ent-step-intro {
		grid-column: 1 / -1;
	}

	.rd-entruempelung-details-options--rooms {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.rd-entruempelung-privacy {
		grid-column: 1;
	}

	.rd-entruempelung-trust__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

	.rd-entruempelung-hero {
		padding: 24px 0 24px;
	}

	.rd-entruempelung-hero__grid {
		display: flex;
		flex-direction: column;
		gap: 18px;
		min-height: 0;
	}

	.rd-entruempelung-hero__content {
		width: 100%;
		max-width: none;
	}

	.rd-entruempelung-hero__title {
		font-size: clamp(2.45rem, 11.6vw, 3.35rem);
		line-height: 1;
	}

	.rd-entruempelung-hero__lead {
		margin-top: 16px;
		font-size: 1rem;
	}

	.rd-entruempelung-hero__photo-note {
		margin-top: 14px;
		font-size: 0.88rem;
	}

	.rd-entruempelung-hero__benefits {
		grid-template-columns: 1fr;
		gap: 10px;
		margin-top: 20px;
	}

	.rd-entruempelung-benefit {
		align-items: center;
		gap: 10px;
	}

	.rd-entruempelung-benefit__icon {
		width: 40px;
		height: 40px;
		flex-basis: 40px;
	}

	.rd-entruempelung-benefit__icon svg {
		width: 22px;
		height: 22px;
	}

	.rd-entruempelung-benefit strong {
		font-size: 0.76rem;
	}

	.rd-entruempelung-benefit span {
		font-size: 0.66rem;
	}

	.rd-entruempelung-hero__visual {
		width: 100%;
		min-height: 0;
		flex-direction: column;
		align-items: stretch;
		justify-content: center;
	}

	.rd-entruempelung-hero__image {
		width: min(100%, 520px);
		max-width: 100%;
		margin: 0 auto;
		transform: none;
	}

	.rd-entruempelung-value-card {
		position: relative;
		right: auto;
		bottom: auto;
		width: 100%;
		max-width: 100%;
		align-self: stretch;
		margin-top: -4px;
		padding: 12px 13px;
	}

	.rd-entruempelung-value-card__icon {
		width: 40px;
		height: 40px;
		flex-basis: 40px;
	}

	.rd-entruempelung-value-card__icon svg {
		width: 23px;
		height: 23px;
	}

	.rd-entruempelung-value-card strong {
		font-size: 0.76rem;
	}

	.rd-clearance-step,
	.rd-entruempelung-photo-step,
	.rd-value-step,
	.rd-entruempelung-address-step,
	.rd-entruempelung-details-step,
	.rd-entruempelung-access-step,
	.rd-entruempelung-contact-step,
	.rd-entruempelung-offer-step {
		padding-bottom: 11px;
	}

	.rd-clearance-step__panel,
	.rd-entruempelung-photo-step__panel,
	.rd-value-step__panel,
	.rd-entruempelung-address-step__panel,
	.rd-entruempelung-details-step__panel,
	.rd-entruempelung-access-step__panel,
	.rd-entruempelung-contact-step__panel,
	.rd-entruempelung-offer-step__panel {
		grid-template-columns: 1fr;
		gap: 14px;
		padding: 12px;
		border-radius: 11px;
	}

	.rd-ent-step-intro {
		grid-template-columns: 34px 30px minmax(0, 1fr);
		gap: 8px;
	}

	.rd-step-number {
		width: 34px;
		height: 34px;
		flex-basis: 34px;
		font-size: 0.9rem;
	}

	.rd-ent-step-icon {
		width: 30px;
		height: 30px;
		flex-basis: 30px;
	}

	.rd-ent-step-icon svg {
		width: 18px;
		height: 18px;
	}

	.rd-ent-step-intro h2 {
		font-size: 0.92rem;
	}

	.rd-ent-step-intro p {
		font-size: 0.70rem;
	}

	.rd-clearance-options {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
	}

	.rd-clearance-option__body {
		min-height: 135px;
	}

	.rd-clearance-option__visual {
		height: 55px;
	}

	.rd-clearance-option__visual img {
		max-width: 60px;
		height: 52px;
	}

	.rd-entruempelung-photo-step__panel,
	.rd-value-step__panel,
	.rd-entruempelung-details-step__panel,
	.rd-entruempelung-access-step__panel,
	.rd-entruempelung-contact-step__panel {
		grid-template-columns: 1fr;
	}

	.rd-entruempelung-photo-step__panel .rd-ent-step-intro,
	.rd-entruempelung-photo-tip,
	.rd-value-step__panel .rd-ent-step-intro,
	.rd-entruempelung-details-step__panel .rd-ent-step-intro,
	.rd-entruempelung-access-step__panel .rd-ent-step-intro,
	.rd-entruempelung-contact-step__panel .rd-ent-step-intro {
		grid-column: auto;
	}

	.rd-photo-upload__box {
		min-height: 138px;
	}

	.rd-photo-examples__grid {
		gap: 6px;
	}

	.rd-entruempelung-photo-tip {
		margin-top: 0;
	}

	.rd-value-items__grid {
		grid-template-columns: 1fr 1fr;
	}

	.rd-entruempelung-details-options,
	.rd-entruempelung-details-options--rooms {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.rd-entruempelung-elevator__options {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.rd-entruempelung-offer-options {
		grid-template-columns: 1fr;
		gap: 9px;
	}

	.rd-entruempelung-privacy {
		grid-column: auto;
	}

	.rd-entruempelung-trust__grid {
		grid-template-columns: 1fr;
		gap: 10px;
		padding: 11px 12px;
	}

	.rd-entruempelung-trust__item img {
		width: 38px;
		height: 38px;
		flex-basis: 38px;
	}

	.rd-entruempelung-trust__item strong {
		font-size: 0.70rem;
	}

	.rd-entruempelung-trust__item span {
		font-size: 0.62rem;
	}

	.rd-entruempelung-cta {
		padding-bottom: 18px;
	}

	.rd-entruempelung-cta__panel {
		grid-template-columns: 44px minmax(0, 1fr) 46px;
		gap: 10px;
		padding: 12px;
	}

	.rd-entruempelung-cta__phone-icon {
		width: 42px;
		height: 42px;
	}

	.rd-entruempelung-cta__copy strong {
		font-size: 0.76rem;
	}

	.rd-entruempelung-cta__copy span {
		font-size: 0.62rem;
	}

	.rd-entruempelung-cta__submit {
		grid-column: 1 / -1;
		grid-row: 2;
		width: 100%;
		min-height: 44px;
	}

	.rd-entruempelung-cta__whatsapp {
		grid-column: 3;
		grid-row: 1;
		width: 44px;
		height: 44px;
	}

	.rd-entruempelung-cta__whatsapp img {
		width: 36px;
		height: 36px;
	}

	.rd-form-preview-status {
		grid-column: 1 / -1;
	}

	.rd-photo-selection__header {
		align-items: flex-start;
		flex-direction: column;
		gap: 3px;
	}

	.rd-photo-selection__remaining {
		text-align: left;
	}

	.rd-photo-selection__file {
		align-items: flex-start;
		flex-direction: column;
		gap: 2px;
	}

	.rd-photo-selection__name {
		max-width: 220px;
		font-size: 0.66rem;
	}
}

@media (max-width: 390px) {

	.rd-entruempelung-hero__title {
		font-size: 2.28rem;
	}

	.rd-clearance-options {
		grid-template-columns: 1fr;
	}

	.rd-clearance-option__body {
		display: grid;
		grid-template-columns: 66px minmax(0, 1fr) 20px;
		align-items: center;
		min-height: 82px;
		text-align: left;
	}

	.rd-clearance-option__visual {
		width: 60px;
		height: 60px;
		margin: 0;
	}

	.rd-clearance-option__visual img {
		max-width: 58px;
		height: 56px;
	}

	.rd-clearance-option__body strong {
		min-height: 0;
		font-size: 0.72rem;
	}

	.rd-clearance-option__radio {
		margin: 0;
	}

	.rd-value-items__grid,
	.rd-entruempelung-details-options,
	.rd-entruempelung-details-options--rooms,
	.rd-entruempelung-elevator__options {
		grid-template-columns: 1fr;
	}
}

/* =========================================================
   ENTRÜMPELUNG — UMZUG-STYLE CONTACT / OFFER / SUBMIT
   ========================================================= */

/* =========================================================
   CONTACT DETAILS STEP
   ========================================================= */

.rd-contact-step {
	padding: 0 0 26px;
	background: #ffffff;
}

.rd-contact-step__panel {
	display: grid;

	grid-template-columns:
		minmax(210px, 0.9fr)
		minmax(0, 3.1fr);

	gap: 26px;

	align-items: start;

	padding: 18px 16px;

	background: #ffffff;

	border: 1px solid #e2e8df;
	border-radius: 14px;

	box-shadow:
		0 5px 18px rgba(11, 107, 43, 0.055);
}


/* =========================================================
   INTRO
   ========================================================= */

.rd-contact-step__intro {
	display: flex;
	align-items: flex-start;

	gap: 14px;

	padding: 8px 6px;
}

.rd-contact-step__intro h2 {
	margin: 2px 0 7px;

	color: var(--rd-text);

	font-size: 1.05rem;
	font-weight: 800;
	line-height: 1.3;
}

.rd-contact-step__intro p {
	margin: 0;

	color: var(--rd-text-muted);

	font-size: 0.8rem;
	line-height: 1.5;
}


/* =========================================================
   CONTACT FIELDS
   ========================================================= */

.rd-contact-fields {
	display: grid;

	grid-template-columns:
		repeat(2, minmax(0, 1fr));

	gap: 16px;
}

.rd-contact-field {
	min-width: 0;
}

.rd-contact-field--email,
.rd-contact-field--message,
.rd-contact-privacy,
.rd-contact-required {
	grid-column: 1 / -1;
}

.rd-contact-field label {
	display: block;

	margin-bottom: 7px;

	color: var(--rd-text);

	font-size: 0.78rem;
	font-weight: 700;
	line-height: 1.3;
}

.rd-contact-field label > span {
	color: var(--rd-green);
}

.rd-contact-field label small {
	margin-left: 5px;

	color: var(--rd-text-muted);

	font-size: 0.68rem;
	font-weight: 500;
}

.rd-contact-field input,
.rd-contact-field textarea {
	display: block;

	width: 100%;

	border: 1px solid #dce3d9;
	border-radius: 8px;

	background: #ffffff;

	color: var(--rd-text);

	font: inherit;
	font-size: 0.87rem;

	outline: none;

	transition:
		border-color 0.2s ease,
		box-shadow 0.2s ease;
}

.rd-contact-field input {
	height: 48px;

	padding:
		0
		14px;
}

.rd-contact-field textarea {
	min-height: 110px;

	padding:
		12px
		14px;

	resize: vertical;

	line-height: 1.55;
}

.rd-contact-field input::placeholder,
.rd-contact-field textarea::placeholder {
	color: #9aa39c;
}

.rd-contact-field input:hover,
.rd-contact-field textarea:hover {
	border-color: #b9cbb6;
}

.rd-contact-field input:focus,
.rd-contact-field textarea:focus {
	border-color: var(--rd-green);

	box-shadow:
		0 0 0 3px rgba(11, 107, 43, 0.1);
}


/* =========================================================
   PRIVACY CHECKBOX
   ========================================================= */

.rd-contact-privacy {
	display: flex;
	align-items: flex-start;

	gap: 10px;

	margin-top: 2px;

	cursor: pointer;
}

.rd-contact-privacy > input {
	position: absolute;

	width: 1px;
	height: 1px;

	overflow: hidden;

	opacity: 0;
}

.rd-contact-privacy__check {
	position: relative;

	display: flex;
	align-items: center;
	justify-content: center;

	width: 20px;
	height: 20px;

	flex: 0 0 20px;

	margin-top: 1px;

	border: 1.5px solid #abb5ad;
	border-radius: 5px;

	background: #ffffff;

	transition:
		background-color 0.2s ease,
		border-color 0.2s ease;
}

.rd-contact-privacy__check svg {
	width: 14px;
	height: 14px;

	fill: none;

	stroke: #ffffff;
	stroke-width: 2.5;
	stroke-linecap: round;
	stroke-linejoin: round;

	opacity: 0;
}

.rd-contact-privacy
> input:checked
+
.rd-contact-privacy__check {
	border-color: var(--rd-green);

	background: var(--rd-green);
}

.rd-contact-privacy
> input:checked
+
.rd-contact-privacy__check
svg {
	opacity: 1;
}

.rd-contact-privacy
> input:focus-visible
+
.rd-contact-privacy__check {
	outline: 3px solid rgba(11, 107, 43, 0.2);
	outline-offset: 2px;
}

.rd-contact-privacy__text {
	color: var(--rd-text-muted);

	font-size: 0.72rem;
	line-height: 1.55;
}

.rd-contact-privacy__text a {
	color: var(--rd-green);

	font-weight: 700;

	text-decoration: underline;
	text-underline-offset: 2px;
}

.rd-contact-privacy__text a:hover {
	color: var(--rd-green-dark);
}

.rd-contact-required {
	margin:
		-5px
		0
		0;

	color: var(--rd-text-muted);

	font-size: 0.67rem;
	line-height: 1.4;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1024px) {

	.rd-contact-step__panel {
		grid-template-columns: 1fr;

		gap: 15px;
	}

	.rd-contact-step__intro {
		padding-bottom: 0;
	}
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

	.rd-contact-step {
		padding:
			0
			0
			20px;
	}

	.rd-contact-step__panel {
		gap: 17px;

		padding: 13px;

		border-radius: 12px;
	}

	.rd-contact-step__intro {
		gap: 11px;

		padding:
			4px
			2px
			0;
	}

	.rd-contact-step__intro h2 {
		margin-top: 1px;

		font-size: 1rem;
	}

	.rd-contact-step__intro p {
		font-size: 0.78rem;
	}

	.rd-contact-fields {
		grid-template-columns: 1fr;

		gap: 14px;
	}

	.rd-contact-field--email,
	.rd-contact-field--message,
	.rd-contact-privacy,
	.rd-contact-required {
		grid-column: auto;
	}

	.rd-contact-field label {
		font-size: 0.76rem;
	}

	.rd-contact-field input {
		height: 46px;

		font-size: 0.84rem;
	}

	.rd-contact-field textarea {
		min-height: 105px;

		font-size: 0.84rem;
	}

	.rd-contact-privacy__text {
		font-size: 0.7rem;
	}
}

/* =========================================================
   OFFER DELIVERY STEP
   ========================================================= */

.rd-offer-step {
	padding: 0 0 28px;
	background: #ffffff;
}

.rd-offer-step__panel {
	display: grid;

	grid-template-columns:
		minmax(250px, 1fr)
		minmax(0, 2.9fr);

	gap: 26px;

	align-items: center;

	padding: 18px 16px;

	background: #ffffff;

	border: 1px solid #e2e8df;
	border-radius: 14px;

	box-shadow:
		0 5px 18px rgba(11, 107, 43, 0.055);
}


/* =========================================================
   INTRO
   ========================================================= */

.rd-offer-step__intro {
	display: flex;
	align-items: flex-start;

	gap: 14px;

	padding: 8px 6px;
}

.rd-offer-step__intro h2 {
	margin: 2px 0 7px;

	color: var(--rd-text);

	font-size: 1.02rem;
	font-weight: 800;
	line-height: 1.3;
}

.rd-offer-step__intro p {
	max-width: 230px;

	margin: 0;

	color: var(--rd-text-muted);

	font-size: 0.78rem;
	line-height: 1.5;
}


/* =========================================================
   OPTIONS
   ========================================================= */

.rd-offer-options {
	display: grid;

	grid-template-columns:
		repeat(2, minmax(0, 1fr));

	gap: 14px;

	min-width: 0;

	margin: 0;
	padding: 0;

	border: 0;
}

.rd-offer-option {
	display: block;

	margin: 0;

	cursor: pointer;
}

.rd-offer-option > input {
	position: absolute;

	width: 1px;
	height: 1px;

	overflow: hidden;

	opacity: 0;
	pointer-events: none;
}


/* =========================================================
   OPTION CARD
   ========================================================= */

.rd-offer-option__body {
	display: grid;

	grid-template-columns:
		54px
		minmax(0, 1fr)
		22px;

	gap: 13px;

	align-items: center;

	min-height: 92px;

	padding:
		14px
		16px;

	border: 1px solid #dce3d9;
	border-radius: 10px;

	background: #ffffff;

	transition:
		border-color 0.2s ease,
		background-color 0.2s ease,
		box-shadow 0.2s ease,
		transform 0.2s ease;
}

.rd-offer-option:hover
.rd-offer-option__body {
	border-color: #a8c8a3;

	background: #f8fcf7;

	transform: translateY(-1px);
}


/* =========================================================
   ICONS
   ========================================================= */

.rd-offer-option__icon {
	display: flex;
	align-items: center;
	justify-content: center;

	width: 50px;
	height: 50px;
}

.rd-offer-option__icon img {
	display: block;

	width: 46px;
	height: 46px;

	object-fit: contain;
}

.rd-offer-option__icon--email {
	border-radius: 50%;

	background: var(--rd-green-light);

	color: var(--rd-green);
}

.rd-offer-option__icon--email svg {
	width: 27px;
	height: 27px;

	fill: none;

	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}


/* =========================================================
   TEXT
   ========================================================= */

.rd-offer-option__content {
	min-width: 0;
}

.rd-offer-option__content strong,
.rd-offer-option__content small {
	display: block;
}

.rd-offer-option__content strong {
	color: var(--rd-text);

	font-size: 0.93rem;
	font-weight: 800;
	line-height: 1.3;
}

.rd-offer-option__content small {
	margin-top: 4px;

	color: var(--rd-text-muted);

	font-size: 0.72rem;
	line-height: 1.45;
}


/* =========================================================
   RADIO
   ========================================================= */

.rd-offer-option__radio {
	position: relative;

	width: 19px;
	height: 19px;

	border: 1.5px solid #9ca6a0;
	border-radius: 50%;

	background: #ffffff;
}

.rd-offer-option__radio::after {
	content: "";

	position: absolute;

	top: 50%;
	left: 50%;

	width: 9px;
	height: 9px;

	border-radius: 50%;

	background: var(--rd-green);

	transform:
		translate(-50%, -50%)
		scale(0);

	transition:
		transform 0.16s ease;
}


/* =========================================================
   SELECTED
   ========================================================= */

.rd-offer-option
input:checked
+
.rd-offer-option__body {
	border-color: var(--rd-green);

	background:
		linear-gradient(
			180deg,
			#ffffff 0%,
			#f2f9f0 100%
		);

	box-shadow:
		0 5px 15px rgba(11, 107, 43, 0.09);
}

.rd-offer-option
input:checked
+
.rd-offer-option__body
.rd-offer-option__radio {
	border-color: var(--rd-green);
}

.rd-offer-option
input:checked
+
.rd-offer-option__body
.rd-offer-option__radio::after {
	transform:
		translate(-50%, -50%)
		scale(1);
}

.rd-offer-option
input:focus-visible
+
.rd-offer-option__body {
	outline: 3px solid rgba(11, 107, 43, 0.2);
	outline-offset: 2px;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1024px) {

	.rd-offer-step__panel {
		grid-template-columns: 1fr;

		gap: 15px;
	}

	.rd-offer-step__intro {
		padding-bottom: 0;
	}

	.rd-offer-step__intro p {
		max-width: none;
	}
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

	.rd-offer-step {
		padding:
			0
			0
			22px;
	}

	.rd-offer-step__panel {
		gap: 17px;

		padding: 13px;

		border-radius: 12px;
	}

	.rd-offer-step__intro {
		gap: 11px;

		padding:
			4px
			2px
			0;
	}

	.rd-offer-step__intro h2 {
		margin-top: 1px;

		font-size: 1rem;
	}

	.rd-offer-step__intro p {
		font-size: 0.76rem;
	}

	.rd-offer-options {
		grid-template-columns: 1fr;

		gap: 10px;
	}

	.rd-offer-option__body {
		grid-template-columns:
			48px
			minmax(0, 1fr)
			21px;

		gap: 11px;

		min-height: 82px;

		padding:
			12px
			13px;
	}

	.rd-offer-option__icon {
		width: 44px;
		height: 44px;
	}

	.rd-offer-option__icon img {
		width: 42px;
		height: 42px;
	}

	.rd-offer-option__icon--email svg {
		width: 24px;
		height: 24px;
	}

	.rd-offer-option__content strong {
		font-size: 0.88rem;
	}

	.rd-offer-option__content small {
		font-size: 0.69rem;
	}
}

/* =========================================================
   FORM SUBMIT AREA
   ========================================================= */

.rd-entruempelung-request-form {
	margin: 0;
	padding: 0;
}

.rd-form-submit {
	padding: 0 0 42px;
	background: #ffffff;
}

.rd-form-submit__panel {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 24px;
	align-items: center;

	padding: 20px;

	border: 1px solid #dce6d9;
	border-radius: 14px;

	background:
		linear-gradient(
			180deg,
			#fbfef9 0%,
			#f3f9f1 100%
		);

	box-shadow:
		0 7px 20px rgba(11, 107, 43, 0.07);
}

.rd-form-submit__copy {
	min-width: 0;
}

.rd-form-submit__copy strong,
.rd-form-submit__copy span {
	display: block;
}

.rd-form-submit__copy strong {
	color: var(--rd-text);
	font-size: 1rem;
	font-weight: 800;
	line-height: 1.3;
}

.rd-form-submit__copy span {
	margin-top: 4px;
	color: var(--rd-text-muted);
	font-size: 0.78rem;
	line-height: 1.5;
}

.rd-form-submit__button {
	min-width: 190px;
	min-height: 48px;
	border: 0;
	cursor: pointer;
}

.rd-form-preview-status {
	grid-column: 1 / -1;

	margin: 0;
	padding: 11px 13px;

	border: 1px solid #b8d7b1;
	border-radius: 8px;

	background: #f2f9f0;
	color: var(--rd-green-dark);

	font-size: 0.76rem;
	font-weight: 700;
	line-height: 1.5;
}

.rd-form-preview-status[hidden] {
	display: none !important;
}

@media (max-width: 767px) {

	.rd-form-submit {
		padding: 0 0 28px;
	}

	.rd-form-submit__panel {
		grid-template-columns: 1fr;
		gap: 14px;
		padding: 14px;
		border-radius: 12px;
	}

	.rd-form-submit__button {
		width: 100%;
		min-width: 0;
		min-height: 46px;
	}

	.rd-form-preview-status {
		grid-column: auto;
	}
}


.rd-form-preview-status--error {
	border-color: #e3b7b7;
	background: #fff6f6;
	color: #8a1f1f;
}


/* =========================================================
   PHOTO SELECTION FEEDBACK
   ========================================================= */

.rd-photo-upload__box.is-selected {
	border-color: var(--rd-green);

	background:
		linear-gradient(
			180deg,
			#ffffff 0%,
			#f2f9f0 100%
		);

	box-shadow:
		0 5px 16px rgba(11, 107, 43, 0.08);
}

.rd-photo-upload__box.is-selected
.rd-photo-upload__action {
	color: var(--rd-green);
	font-weight: 700;
}


.rd-photo-selection {
	margin-top: 12px;
}

.rd-photo-selection[hidden] {
	display: none !important;
}


/* =========================================================
   HEADER
   ========================================================= */

.rd-photo-selection__header {
	display: flex;
	align-items: center;
	justify-content: space-between;

	gap: 12px;

	margin-bottom: 8px;
}

.rd-photo-selection__count {
	color: var(--rd-green);

	font-size: 0.78rem;
	font-weight: 800;
	line-height: 1.35;
}

.rd-photo-selection__remaining {
	color: var(--rd-text-muted);

	font-size: 0.65rem;
	line-height: 1.35;

	text-align: right;
}


/* =========================================================
   FILE LIST
   ========================================================= */

.rd-photo-selection__list {
	display: grid;

	gap: 7px;

	margin: 0;
	padding: 0;

	list-style: none;
}

.rd-photo-selection__item {
	display: flex;
	align-items: center;
	justify-content: space-between;

	gap: 10px;

	min-width: 0;

	padding:
		8px
		9px
		8px
		11px;

	border: 1px solid #dfe7dc;
	border-radius: 8px;

	background: #f9fcf8;
}

.rd-photo-selection__file {
	display: flex;
	align-items: baseline;

	gap: 7px;

	min-width: 0;
}

.rd-photo-selection__name {
	overflow: hidden;

	min-width: 0;

	color: var(--rd-text);

	font-size: 0.72rem;
	font-weight: 700;
	line-height: 1.35;

	text-overflow: ellipsis;
	white-space: nowrap;
}

.rd-photo-selection__size {
	flex: 0 0 auto;

	color: var(--rd-text-muted);

	font-size: 0.61rem;
	line-height: 1.35;
}


/* =========================================================
   REMOVE BUTTON
   ========================================================= */

.rd-photo-selection__remove {
	display: inline-flex;
	align-items: center;
	justify-content: center;

	width: 28px;
	height: 28px;

	flex: 0 0 28px;

	margin: 0;
	padding: 0;

	border: 1px solid #d6ddd4;
	border-radius: 7px;

	background: #ffffff;

	color: #7b847d;

	font: inherit;
	font-size: 1.1rem;
	font-weight: 600;
	line-height: 1;

	cursor: pointer;

	transition:
		border-color 0.2s ease,
		background-color 0.2s ease,
		color 0.2s ease;
}

.rd-photo-selection__remove:hover {
	border-color: #c75b5b;

	background: #fff7f7;

	color: #b53d3d;
}

.rd-photo-selection__remove:focus-visible {
	outline: 3px solid rgba(11, 107, 43, 0.2);
	outline-offset: 2px;
}


/* =========================================================
   NOTICE
   ========================================================= */

.rd-photo-selection__notice {
	margin: 8px 0 0;

	padding:
		8px
		10px;

	border-radius: 7px;

	background: #fff7e8;

	color: #7a5200;

	font-size: 0.68rem;
	font-weight: 700;
	line-height: 1.45;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

	.rd-photo-selection__header {
		align-items: flex-start;

		flex-direction: column;

		gap: 3px;
	}

	.rd-photo-selection__remaining {
		text-align: left;
	}

	.rd-photo-selection__file {
		align-items: flex-start;

		flex-direction: column;

		gap: 2px;
	}

	.rd-photo-selection__name {
		max-width: 220px;

		font-size: 0.7rem;
	}
}

/* =========================================================
   DESKTOP — HERO BENEFITS WIDTH / READABILITY
   Keep the four benefits in one row while giving their text
   enough horizontal space. Tablet/mobile rules remain unchanged.
   ========================================================= */

@media (min-width: 1101px) {

	.rd-entruempelung-hero__grid {
		grid-template-columns:
			minmax(0, 1.08fr)
			minmax(0, 0.92fr);
		gap: 22px;
	}

	.rd-entruempelung-hero__content {
		max-width: none;
	}

	.rd-entruempelung-hero__benefits {
		grid-template-columns:
			repeat(4, minmax(0, 1fr));
		gap: 18px;
	}

	.rd-entruempelung-benefit {
		gap: 10px;
	}

	.rd-entruempelung-benefit__icon {
		width: 40px;
		height: 40px;
		flex-basis: 40px;
	}

	.rd-entruempelung-benefit strong {
		font-size: 0.72rem;
		line-height: 1.28;
	}

	.rd-entruempelung-benefit span {
		font-size: 0.62rem;
		line-height: 1.45;
	}

	.rd-entruempelung-hero__image {
		width: min(120%, 780px);
	}
}

