.article-page {
	background: #090f14;
}

.article-page #wrapper {
	background: #090f14;
}

#intro.hero-pool,
#intro.hero-pool:before {
	background-image: url("../../images/betonnii-bassein.jpg");
}

.article-hero {
	position: relative;
	min-height: 100vh;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding: 8rem 2rem 7rem;
	text-align: center;
	overflow: hidden;
	isolation: isolate;
}

.article-hero__media,
.article-hero__overlay {
	position: absolute;
	inset: 0;
	z-index: -2;
}

.article-hero__media {
	background-image: url("../../images/photo-bassein.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	transform: scale(1.02);
}

.article-hero__media--pic01 { background-image: url("../../images/pic01.jpg"); }
.article-hero__media--pic02 { background-image: url("../../images/pic02.jpg"); }
.article-hero__media--pic03 { background-image: url("../../images/pic03.jpg"); }
.article-hero__media--pic04 { background-image: url("../../images/pic04.jpg"); }
.article-hero__media--pic05 { background-image: url("../../images/pic05.jpg"); }
.article-hero__media--pic06 { background-image: url("../../images/pic06.jpg"); }
.article-hero__media--pic07 { background-image: url("../../images/pic07.jpg"); }
.article-hero__media--pic08 { background-image: url("../../images/pic08.jpg"); }
.article-hero__media--pic09 { background-image: url("../../images/pic09.jpg"); }
.article-hero__media--photo-bassein { background-image: url("../../images/photo-bassein.jpg"); }

.article-hero__overlay {
	z-index: -1;
	background:
		radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0) 26rem),
		linear-gradient(180deg, rgba(4, 10, 16, 0.58) 0%, rgba(4, 10, 16, 0.36) 42%, rgba(4, 10, 16, 0.86) 100%),
		linear-gradient(90deg, rgba(4, 10, 16, 0.68), rgba(4, 10, 16, 0.2) 48%, rgba(4, 10, 16, 0.68));
	backdrop-filter: saturate(112%);
}

.article-hero__content {
	width: min(62rem, 100%);
	margin: 0 auto;
	text-align: center;
	color: #ffffff;
}

.article-kicker,
.section-label {
	font-family: "Source Sans Pro", Helvetica, sans-serif;
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	line-height: 1.4;
	text-transform: uppercase;
	color: #c8a96f;
	margin: 0 0 1rem;
	text-align: inherit;
}

.article-hero h1 {
	max-width: 60rem;
	margin: 0 auto 1.35rem;
	font-size: clamp(3rem, 7.5vw, 6.8rem);
	font-weight: 900;
	line-height: 0.92;
	letter-spacing: -0.055em;
	text-transform: none;
	text-wrap: balance;
	text-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.5);
}

.article-lead {
	max-width: 43rem;
	margin: 0 auto;
	font-size: clamp(1.08rem, 2vw, 1.38rem);
	font-weight: 300;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.86);
	text-align: center;
}

.article-hero__actions {
	justify-content: center;
	gap: 0.85rem;
	margin: 2.35rem 0 0;
}

.article-page .button,
.article-page input[type="submit"] {
	border-radius: 999px;
	letter-spacing: 0.08em;
	transition: transform 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.article-page .button:hover,
.article-page input[type="submit"]:hover {
	transform: translateY(-0.12rem);
}

.article-page .button.primary,
.article-page input[type="submit"] {
	background-color: #176d8f !important;
	box-shadow: 0 1rem 2.2rem rgba(23, 109, 143, 0.22) !important;
	color: #ffffff !important;
}

.article-page #nav {
	color: #ffffff;
	display: flex;
	background: rgba(255, 255, 255, 0.175);
	height: 4rem;
	line-height: 4rem;
	margin: -4rem auto 0 auto;
	overflow: hidden;
	padding: 0 2rem 0 0;
	position: relative;
	width: calc(100% - 4rem);
	max-width: 72rem;
	z-index: 2;
}

.breadcrumbs {
	padding: 1.4rem 4rem;
	background: #ffffff;
	border-bottom: 1px solid #eceff1;
}

.breadcrumbs ol {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	align-items: center;
	margin: 0 auto;
	max-width: 72rem;
	font-family: "Source Sans Pro", Helvetica, sans-serif;
	font-size: 0.82rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.breadcrumbs li {
	color: #69737d;
}

.breadcrumbs li:not(:last-child)::after {
	content: "/";
	margin-left: 0.45rem;
	color: #b7c0c7;
}

.breadcrumbs a {
	border: 0;
	color: #17212b;
}

.article-shell {
	padding: 5.5rem 4rem 2rem;
	background: linear-gradient(180deg, #ffffff 0%, #f6f8f8 100%);
}

.article-layout {
	display: grid;
	grid-template-columns: minmax(11rem, 16rem) minmax(0, 46rem);
	gap: clamp(2.5rem, 6vw, 6rem);
	max-width: 72rem;
	margin: 0 auto;
	align-items: start;
}

.article-sidebar {
	position: sticky;
	top: 2rem;
}

.glass-card {
	background: rgba(255, 255, 255, 0.74);
	border: 1px solid rgba(214, 222, 226, 0.82);
	border-radius: 1.6rem;
	box-shadow: 0 1.2rem 3rem rgba(20, 38, 52, 0.08);
	backdrop-filter: blur(18px);
}

.toc-card {
	padding: 1.35rem;
}

.toc-card p {
	font-family: "Source Sans Pro", Helvetica, sans-serif;
	font-weight: 900;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	font-size: 0.78rem;
	line-height: 1.4;
	margin: 0 0 1rem;
	text-align: left;
	color: #17212b;
}

.toc-card a {
	display: block;
	padding: 0.72rem 0;
	border: 0;
	border-top: 1px solid #edf0f1;
	font-family: "Source Sans Pro", Helvetica, sans-serif;
	font-weight: 700;
	letter-spacing: 0.04em;
	color: #5c6872;
}

.toc-card a:hover {
	color: #176d8f;
	padding-left: 0.35rem;
}

.article-body {
	min-width: 0;
}

.article-shell .article-body,
.article-shell .article-body p,
.article-shell .article-body li,
.article-shell .article-body td,
.article-shell .article-body th,
.article-shell .article-body dd,
.article-shell .article-body dt,
.article-shell .article-body blockquote,
.article-shell .article-body table {
	color: #3f4a54;
}

.article-shell .article-body h1,
.article-shell .article-body h2,
.article-shell .article-body h3,
.article-shell .article-body h4,
.article-shell .article-body h5,
.article-shell .article-body h6 {
	color: #111820;
}

.article-shell .article-body a {
	color: #176d8f;
}

.article-shell .article-body .section-label {
	color: #c8a96f;
}

.article-shell .article-body #intro p,
.article-shell .article-body #intro li,
.article-shell .article-body #intro td,
.article-shell .article-body #intro th,
.article-shell .article-body #intro dd,
.article-shell .article-body #intro dt,
.article-shell .article-body #intro blockquote {
	color: #3f4a54;
	text-shadow: none;
}

.article-shell .article-body #intro h2,
.article-shell .article-body #intro h3,
.article-shell .article-body #intro h4,
.article-shell .article-body #intro h5,
.article-shell .article-body #intro h6 {
	color: #111820;
	text-shadow: none;
}

.content-section {
	margin-bottom: 4.75rem;
}

.content-section h2,
.article-cta h2,
.section-heading h2 {
	font-size: clamp(2rem, 4vw, 3.35rem);
	line-height: 1.05;
	letter-spacing: -0.045em;
	text-transform: none;
	color: #111820;
}

.content-section h3,
.related-card h3,
.steps-list h3 {
	letter-spacing: -0.015em;
	text-transform: none;
}

.article-body p,
.article-body li,
.article-image figcaption,
.related-card p {
	font-size: 1.02rem;
	line-height: 2;
	color: #3f4a54;
	text-align: left;
}

.factor-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
	margin-top: 2.2rem;
}

.factor-card {
	padding: 1.55rem;
	border: 1px solid #e3e9ec;
	border-radius: 1.5rem;
	background: rgba(255, 255, 255, 0.86);
	box-shadow: 0 1rem 2.5rem rgba(20, 38, 52, 0.05);
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.factor-card:hover,
.related-card:hover {
	transform: translateY(-0.25rem);
	border-color: rgba(200, 169, 111, 0.55);
	box-shadow: 0 1.6rem 3rem rgba(20, 38, 52, 0.1);
}

.factor-card span {
	display: inline-flex;
	margin-bottom: 1rem;
	font-family: "Source Sans Pro", Helvetica, sans-serif;
	font-weight: 900;
	letter-spacing: 0.16em;
	color: #c8a96f;
}

.factor-card h3,
.factor-card p {
	margin-bottom: 0.65rem;
}

.article-cta {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 2rem;
	align-items: center;
	margin: 5rem 0;
	padding: clamp(2rem, 5vw, 3.5rem);
	border-radius: 2rem;
	overflow: hidden;
}

.article-cta p {
	margin-bottom: 0;
}

.dark-cta {
	position: relative;
	background:
		linear-gradient(135deg, rgba(9, 15, 23, 0.9), rgba(23, 33, 43, 0.82)),
		url("../../images/pic04.jpg") center/cover;
	color: #ffffff;
	box-shadow: 0 2rem 5rem rgba(12, 22, 30, 0.22);
}

.dark-cta h2,
.dark-cta p:not(.section-label) {
	color: #ffffff;
}

.light-cta {
	background: linear-gradient(135deg, #edf1f2 0%, #ffffff 100%);
	border: 1px solid #dfe6e9;
}

.article-body > .article-cta.light-cta:last-child {
	grid-template-columns: 1fr;
	gap: 1.5rem;
	align-items: start;
}

.cost-table {
	margin: 2.2rem 0 0;
	border: 1px solid #e1e7ea;
	border-radius: 1.4rem;
	overflow: hidden;
	background: #ffffff;
	box-shadow: 0 1rem 2.5rem rgba(20, 38, 52, 0.06);
}

.cost-row {
	display: grid;
	grid-template-columns: 1fr 1fr 1.55fr;
}

.cost-row > div {
	padding: 1.05rem 1.15rem;
	border-top: 1px solid #edf0f1;
	font-size: 0.95rem;
	line-height: 1.7;
	color: #3f4a54;
}

.cost-row > div:not(:last-child) {
	border-right: 1px solid #edf0f1;
}

.cost-head {
	background: #111820;
}

.cost-head > div {
	border-top: 0;
	color: #ffffff;
	font-family: "Source Sans Pro", Helvetica, sans-serif;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.article-image {
	margin: 0 0 4.75rem;
}

.article-image img {
	display: block;
	width: 100%;
	border-radius: 2rem;
	aspect-ratio: 16 / 10;
	object-fit: cover;
	box-shadow: 0 1.7rem 4rem rgba(20, 38, 52, 0.16);
}

.article-image figcaption {
	margin-top: 1rem;
	font-size: 0.86rem;
	color: #75818a;
}

.premium-list {
	margin: 2rem 0 0;
}

.premium-list li {
	position: relative;
	padding: 1.1rem 0 1.1rem 2rem;
	border-top: 1px solid #e4eaed;
}

.premium-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 1.9rem;
	width: 0.55rem;
	height: 0.55rem;
	border-radius: 50%;
	background: #c8a96f;
	box-shadow: 0 0 0 0.35rem rgba(200, 169, 111, 0.14);
}

.steps-list {
	margin: 2rem 0 0;
}

.steps-list li {
	display: grid;
	grid-template-columns: 4rem minmax(0, 1fr);
	gap: 1.25rem;
	padding: 1.6rem 0;
	border-top: 1px solid #e4eaed;
}

.steps-list span {
	font-family: "Source Sans Pro", Helvetica, sans-serif;
	font-size: 1.45rem;
	font-weight: 900;
	letter-spacing: -0.04em;
	color: #c8a96f;
}

.steps-list h3,
.steps-list p {
	margin-bottom: 0.35rem;
}

.related-articles {
	padding: 4rem;
	background: #ffffff;
	border-top: 1px solid #edf0f1;
}

.section-heading {
	max-width: 72rem;
	margin: 0 auto 2.2rem;
	text-align: center;
}

.related-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
	max-width: 72rem;
	margin: 0 auto;
}

.related-articles .related-grid {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: stretch;
}

.related-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	color: #111820;
	text-decoration: none;
	border: 1px solid #e2e8eb;
	border-radius: 1.5rem;
	overflow: hidden;
	background: #ffffff;
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.related-card:focus-visible {
	outline: 3px solid rgba(23, 109, 143, 0.35);
	outline-offset: 3px;
}

.related-card img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	transition: transform 0.35s ease;
}

.related-card:hover img {
	transform: scale(1.035);
}

.related-card div {
	flex: 1 1 auto;
	padding: 1.4rem;
}

.related-card span {
	display: inline-block;
	margin-bottom: 0.7rem;
	font-family: "Source Sans Pro", Helvetica, sans-serif;
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #c8a96f;
}

.related-card h3 {
	font-size: 1.25rem;
	line-height: 1.25;
	margin-bottom: 0.8rem;
	color: #111820;
}

.related-card p {
	font-size: 0.92rem;
	line-height: 1.75;
	margin-bottom: 0;
}

.article-contact input[type="email"] {
	background: #ffffff;
	border-color: #d9e0e3;
	border-radius: 1rem;
}

.fade-in-up {
	animation: articleFadeUp 0.85s ease both;
}

@keyframes articleFadeUp {
	from {
		opacity: 0;
		transform: translateY(1.4rem);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media screen and (max-width: 980px) {
	.article-hero {
		min-height: 82vh;
		padding: 8rem 2rem 5rem;
	}

	.breadcrumbs,
	.article-shell,
	.related-articles {
		padding-left: 2rem;
		padding-right: 2rem;
	}

	.article-layout {
		grid-template-columns: 1fr;
	}

	.article-sidebar {
		position: relative;
		top: 0;
	}

	.toc-card {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0 1rem;
	}

	.toc-card p {
		grid-column: 1 / -1;
	}

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

	.related-articles .related-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media screen and (max-width: 736px) {
	.article-hero {
		min-height: 100vh;
		padding: 7rem 1.25rem 4rem;
	}

	.article-hero h1 {
		font-size: 3rem;
	}

	.article-hero__actions,
	.article-hero__actions li,
	.article-hero__actions .button {
		width: 100%;
	}

	.breadcrumbs {
		padding: 1rem 1.25rem;
	}

	.article-shell,
	.related-articles {
		padding: 3rem 1.25rem 1.5rem;
	}

	.toc-card,
	.factor-grid,
	.cost-row,
	.article-cta,
	.steps-list li {
		grid-template-columns: 1fr;
	}

	.cost-head {
		display: none;
	}

	.cost-row {
		padding: 1rem;
		border-top: 1px solid #edf0f1;
	}

	.cost-row > div {
		padding: 0.35rem 0;
		border: 0 !important;
	}

	.article-cta .button {
		width: 100%;
	}

	.related-articles {
		padding-bottom: 3rem;
	}

	.related-grid,
	.related-articles .related-grid {
		grid-template-columns: 1fr;
	}
}

@media (prefers-reduced-motion: reduce) {
	.fade-in-up,
	.article-page .button,
	.factor-card,
	.related-card {
		animation: none;
		transition: none;
	}

	.related-card img {
		transition: none;
	}
}
