/**
 * Strona Chcę sprzedać — Woźniak & Szczepanowski Nieruchomości.
 */

.wsn-sell-page {
	background: var(--ws-white);
	color: var(--ws-text);
}

/* ——— Wstęp ——— */
.wsn-sell-intro {
	padding: clamp(56px, 8vw, 88px) 0 clamp(56px, 8vw, 96px);
	background: var(--ws-white);
}

.wsn-sell-intro__grid {
	display: grid;
	grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.1fr);
	grid-template-areas:
		"eyebrow eyebrow"
		"aside title"
		"aside text";
	column-gap: clamp(32px, 5vw, 56px);
	row-gap: 12px;
	align-items: start;
}

.wsn-sell-intro__eyebrow {
	grid-area: eyebrow;
	margin: 0 0 clamp(8px, 1.5vw, 14px);
}

.wsn-sell-intro__title {
	grid-area: title;
	margin: 0 0 4px;
	font-family: var(--ws-serif);
	font-size: clamp(1.85rem, 3.4vw, 2.45rem);
	font-weight: 400;
	line-height: 1.15;
	color: var(--ws-dark);
}

.wsn-sell-intro h2 {
	margin: 0 0 22px;
	font-family: var(--ws-serif);
	font-size: clamp(1.85rem, 3.4vw, 2.45rem);
	font-weight: 400;
	line-height: 1.15;
	color: var(--ws-dark);
}

.wsn-sell-intro__text {
	grid-area: text;
}

.wsn-sell-intro__text p {
	margin: 0 0 18px;
	color: #4a5159;
	font-size: 1rem;
	line-height: 1.75;
}

.wsn-sell-intro__lead {
	color: var(--ws-dark) !important;
	font-size: 1.05rem !important;
	line-height: 1.7 !important;
}

.wsn-sell-intro__text p:last-child {
	margin-bottom: 0;
}

.wsn-sell-intro__aside {
	grid-area: aside;
	align-self: start;
}

.wsn-sell-intro__highlights {
	display: grid;
	gap: 10px;
}

.wsn-sell-intro__highlight {
	display: grid;
	grid-template-columns: 38px 1fr;
	grid-template-rows: auto auto;
	column-gap: 12px;
	row-gap: 2px;
	align-items: center;
	padding: 12px 14px;
	border: 1px solid var(--ws-line);
	border-left: 3px solid var(--ws-gold);
	background: linear-gradient(165deg, #ffffff 0%, #faf7f3 100%);
	box-shadow: 0 8px 22px rgba(17, 24, 39, 0.04);
}

.wsn-sell-intro__highlight-icon {
	grid-row: 1 / span 2;
	grid-column: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	overflow: hidden;
	flex-shrink: 0;
	border: 1px solid rgba(197, 160, 125, 0.35);
	color: var(--ws-gold);
	background: rgba(255, 255, 255, 0.85);
}

.wsn-sell-intro__highlight-icon svg,
.wsn-sell-intro__icon,
.wsn-sell-intro__highlight-icon .wsr-about-stat-icon {
	display: block;
	width: 20px;
	height: 20px;
	max-width: 20px;
	max-height: 20px;
	flex-shrink: 0;
}

.wsn-sell-intro__highlight strong {
	grid-column: 2;
	grid-row: 1;
	color: var(--ws-dark);
	font-family: var(--ws-serif);
	font-size: 1.45rem;
	font-weight: 500;
	line-height: 1;
}

.wsn-sell-intro__highlight > span:last-child,
.wsn-sell-intro__highlight-label {
	grid-column: 2;
	grid-row: 2;
	color: #4a5159;
	font-size: 0.84rem;
	font-weight: 500;
	line-height: 1.35;
}

/* ——— Korzyści ——— */
.wsn-sell-benefits {
	padding: clamp(48px, 7vw, 80px) 0;
	background: linear-gradient(180deg, #111111 0%, #0a0a0a 100%);
}

.wsn-sell-benefits__head {
	margin-bottom: clamp(28px, 5vw, 40px);
}

.wsn-sell-benefits h2 {
	margin: 0;
	color: var(--ws-white);
	font-family: var(--ws-serif);
	font-size: clamp(1.75rem, 3.2vw, 2.25rem);
	font-weight: 400;
	line-height: 1.15;
}

.wsn-sell-benefits__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.wsn-sell-benefit-card {
	position: relative;
	padding: clamp(22px, 3vw, 28px);
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(255, 255, 255, 0.03);
}

.wsn-sell-benefit-card--highlight {
	border-color: rgba(197, 160, 125, 0.45);
	background: linear-gradient(165deg, rgba(255, 255, 255, 0.05) 0%, rgba(197, 160, 125, 0.08) 100%);
}

.wsn-sell-benefit-card__num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	margin-bottom: 14px;
	border: 1px solid rgba(197, 160, 125, 0.45);
	color: var(--ws-gold);
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.08em;
}

.wsn-sell-benefit-card h3 {
	margin: 0 0 10px;
	color: var(--ws-white);
	font-family: var(--ws-serif);
	font-size: 1.15rem;
	font-weight: 500;
	line-height: 1.3;
}

.wsn-sell-benefit-card p {
	margin: 0;
	color: #a8b0b8;
	font-size: 0.92rem;
	line-height: 1.65;
}

/* ——— Formularz ——— */
.wsn-sell-contact {
	padding: clamp(48px, 7vw, 80px) 0 clamp(64px, 9vw, 96px);
	background: #f7f7f8;
}

.wsn-sell-contact__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
	gap: clamp(28px, 5vw, 48px);
	align-items: start;
}

.wsn-sell-contact h2 {
	margin: 0 0 14px;
	font-family: var(--ws-serif);
	font-size: clamp(1.65rem, 3vw, 2.1rem);
	font-weight: 400;
	line-height: 1.2;
	color: var(--ws-dark);
}

.wsn-sell-contact__copy p {
	margin: 0 0 20px;
	color: #4a5159;
	font-size: 1rem;
	line-height: 1.75;
}

.wsn-sell-contact__cards {
	margin-top: 4px;
}

.wsn-sell-contact__form-wrap {
	padding: clamp(22px, 4vw, 30px);
	border: 1px solid var(--ws-line);
	background: var(--ws-white);
	box-shadow: 0 12px 36px rgba(17, 24, 39, 0.05);
}

.wsn-sell-contact__form-title {
	margin: 0 0 18px;
	color: var(--ws-muted);
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.wsn-sell-form__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px 16px;
}

.wsn-sell-form__field {
	display: grid;
	gap: 6px;
	min-width: 0;
}

.wsn-sell-form__field--wide {
	grid-column: 1 / -1;
}

.wsn-sell-form__field label {
	color: var(--ws-dark);
	font-size: 0.82rem;
	font-weight: 600;
	letter-spacing: 0.04em;
}

.wsn-sell-form__req {
	color: #b45309;
}

.wsn-sell-form__field input,
.wsn-sell-form__field select,
.wsn-sell-form__field textarea {
	width: 100%;
	min-height: 46px;
	padding: 11px 14px;
	border: 1px solid #d5d9de;
	border-radius: 0;
	background: #fff;
	color: var(--ws-dark);
	font: inherit;
	line-height: 1.4;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.wsn-sell-form__field textarea {
	min-height: 110px;
	resize: vertical;
}

.wsn-sell-form__field input:focus,
.wsn-sell-form__field select:focus,
.wsn-sell-form__field textarea:focus {
	outline: none;
	border-color: var(--ws-gold);
	box-shadow: 0 0 0 1px var(--ws-gold);
}

.wsn-sell-form__honeypot {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.wsn-sell-form__notice {
	margin-bottom: 16px;
	padding: 12px 14px;
	font-size: 0.92rem;
	line-height: 1.5;
}

.wsn-sell-form__notice ul {
	margin: 0;
	padding-left: 18px;
}

.wsn-sell-form__notice p {
	margin: 0;
}

.wsn-sell-form__notice--error {
	border: 1px solid #f0b4b4;
	background: #fff5f5;
	color: #8a1f1f;
}

.wsn-sell-form__notice--success {
	border: 1px solid rgba(197, 160, 125, 0.45);
	background: #faf7f3;
	color: #3d342c;
}

.wsn-sell-form__submit {
	width: 100%;
	margin-top: 18px;
	min-height: 48px;
}

/* ——— Responsywność ——— */
@media (max-width: 980px) {
	.wsn-sell-intro {
		padding: clamp(36px, 6vw, 56px) 0 clamp(44px, 7vw, 64px);
	}

	.wsn-sell-intro__grid {
		grid-template-columns: 1fr;
		grid-template-areas:
			"eyebrow"
			"title"
			"aside"
			"text";
		gap: 20px;
	}

	.wsn-sell-intro__eyebrow {
		margin-bottom: 0;
	}

	.wsn-sell-intro__title,
	.wsn-sell-intro h2 {
		margin-bottom: 0;
		font-size: clamp(1.55rem, 6.2vw, 2rem);
		line-height: 1.2;
	}

	.wsn-sell-intro__aside {
		position: static;
	}

	.wsn-sell-intro__highlights {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}

	.wsn-sell-intro__highlight {
		display: grid;
		grid-template-columns: 34px 1fr;
		grid-template-rows: auto auto;
		column-gap: 10px;
		row-gap: 2px;
		align-items: center;
		min-height: 0;
		padding: 12px;
	}

	.wsn-sell-intro__highlight:last-child {
		grid-column: 1 / -1;
	}

	.wsn-sell-intro__highlight-icon {
		grid-row: 1 / span 2;
		grid-column: 1;
		width: 34px;
		height: 34px;
	}

	.wsn-sell-intro__highlight strong {
		grid-column: 2;
		grid-row: 1;
		font-size: 1.3rem;
	}

	.wsn-sell-intro__highlight-label,
	.wsn-sell-intro__highlight > span:last-child {
		grid-column: 2;
		grid-row: 2;
		font-size: 0.8rem;
		line-height: 1.35;
	}

	.wsn-sell-benefits__grid,
	.wsn-sell-contact__inner {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.wsn-sell-intro h2 {
		font-size: clamp(1.42rem, 7vw, 1.75rem);
	}

	.wsn-sell-intro__lead {
		font-size: 1rem !important;
	}

	.wsn-sell-benefits {
		padding-top: clamp(40px, 8vw, 56px);
	}

	.wsn-sell-benefits__grid,
	.wsn-sell-form__grid {
		grid-template-columns: 1fr;
	}
}
