/* Mobile.de Landingpage v1.2 */
:root { --lp-accent: #c0392b; --lp-dark: #1a1a1a; --lp-panel: #2d2d2d; --lp-border: #e5e5e5; }

.mdlp-page { font-family: inherit; color: var(--lp-dark); }

/* ── HERO ── */
.mdlp-hero {
	display: grid;
	grid-template-columns: 1fr 1fr;
	height: 480px;
	max-height: 480px;
	overflow: hidden;
}

/* LEFT: image */
.mdlp-hero-media {
	position: relative;
	overflow: hidden;
	background: #111;
}

.mdlp-badge {
	position: absolute;
	top: 0; left: 0;
	z-index: 10;
	background: var(--lp-accent);
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	padding: 8px 18px;
	letter-spacing: .4px;
	text-transform: uppercase;
}

.mdlp-slider {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.mdlp-slides {
	display: flex;
	height: 100%;
	transition: transform .35s ease;
}
.mdlp-slide {
	flex: 0 0 100%;
	height: 100%;
}
.mdlp-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.mdlp-no-img {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #666;
	background: #222;
}

.mdlp-arr {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(255,255,255,.85);
	border: none;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	font-size: 24px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 5;
}
.mdlp-arr:hover { background: #fff; }
.mdlp-prev { left: 12px; }
.mdlp-next { right: 12px; }
.mdlp-counter {
	position: absolute;
	bottom: 12px;
	right: 14px;
	background: rgba(0,0,0,.6);
	color: #fff;
	font-size: 12px;
	padding: 3px 10px;
	border-radius: 20px;
	z-index: 5;
	pointer-events: none;
}

/* RIGHT: dark panel */
.mdlp-hero-panel {
	background: var(--lp-panel);
	padding: 48px 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.mdlp-eyebrow {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	color: #999;
	margin-bottom: 10px;
}

.mdlp-title {
	font-size: 32px;
	font-weight: 800;
	line-height: 1.2;
	margin: 0 0 8px;
	color: #fff;
}

.mdlp-price-wrap { margin-bottom: 24px; }
.mdlp-price-main {
	font-size: 38px;
	font-weight: 800;
	color: var(--lp-accent);
	line-height: 1;
}
.mdlp-price-netto {
	font-size: 13px;
	color: #999;
	margin-top: 5px;
}
.mdlp-fin-pill {
	display: inline-block;
	margin-top: 12px;
	background: rgba(255,255,255,.07);
	border: 1px solid rgba(255,255,255,.12);
	padding: 8px 14px;
	border-radius: 4px;
	font-size: 13px;
	color: #ccc;
}
.mdlp-fin-pill strong { color: #fff; }

/* CTA Buttons */
.mdlp-actions {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
	margin-top: 4px;
}

.mdlp-btn-cta {
	display: inline-block;
	padding: 14px 24px;
	background: var(--lp-accent);
	color: #fff !important;
	border: none;
	border-radius: 3px;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
	text-decoration: none !important;
	transition: background .2s;
	font-family: inherit;
	text-transform: uppercase;
	letter-spacing: .5px;
}
.mdlp-btn-cta:hover { background: #a93226; }

.mdlp-btn-call {
	display: inline-block;
	padding: 14px 20px;
	background: transparent;
	color: #fff !important;
	border: 2px solid rgba(255,255,255,.3);
	border-radius: 3px;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none !important;
	transition: border-color .2s;
}
.mdlp-btn-call:hover { border-color: #fff; }

/* ── SPECS BAR ── */
.mdlp-specs-bar {
	display: flex;
	background: var(--lp-dark);
}
.mdlp-spec-item {
	flex: 1;
	padding: 18px 14px;
	text-align: center;
	border-right: 1px solid rgba(255,255,255,.07);
}
.mdlp-spec-item:last-child { border-right: none; }
.mdlp-spec-value {
	display: block;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
}
.mdlp-spec-label {
	display: block;
	font-size: 10px;
	color: #888;
	margin-top: 4px;
	text-transform: uppercase;
	letter-spacing: .5px;
}

/* ── SECTIONS ── */
.mdlp-section {
	padding: 48px 0;
	border-top: 1px solid var(--lp-border);
}
.mdlp-section h2,
.mdlp-contact-section h2 {
	font-size: 20px;
	font-weight: 800;
	margin: 0 0 6px;
	color: var(--lp-dark);
	text-transform: uppercase;
	letter-spacing: .5px;
}
.mdlp-section h2::after,
.mdlp-contact-section h2::after {
	content: '';
	display: block;
	width: 40px;
	height: 3px;
	background: var(--lp-accent);
	margin-top: 10px;
	margin-bottom: 28px;
}

/* ── HIGHLIGHTS ── */
.mdlp-highlights {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
}
.mdlp-highlights li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 14px;
	padding: 10px 14px;
	background: #fff;
	border: 1px solid var(--lp-border);
	border-left: 3px solid var(--lp-accent);
	line-height: 1.45;
}
.mdlp-check {
	color: var(--lp-accent);
	font-weight: 700;
	flex-shrink: 0;
}

/* ── FINANZIERUNG ── */
.mdlp-fin-disclaimer-top {
	display: inline-block;
	background: #fffbf0;
	border: 1px solid #e8d5a3;
	color: #7a5c1e;
	font-size: 13px;
	padding: 6px 14px;
	border-radius: 4px;
	margin-bottom: 24px;
}

.mdlp-fin-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	border-radius: 4px;
	overflow: hidden;
	border: 1px solid var(--lp-border);
}

.mdlp-fin-left {
	background: #2d2d2d;
	padding: 32px;
	color: #fff;
}
.mdlp-fin-label {
	display: inline-block;
	background: rgba(255,255,255,.1);
	color: #bbb;
	font-size: 11px;
	letter-spacing: .8px;
	text-transform: uppercase;
	padding: 4px 10px;
	border-radius: 3px;
	margin-bottom: 14px;
}
.mdlp-fin-headline {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .5px;
	color: #ccc;
	margin-bottom: 6px;
}
.mdlp-fin-rate {
	font-size: 48px;
	font-weight: 800;
	color: #fff;
	margin-bottom: 16px;
	line-height: 1;
}
.mdlp-fin-text {
	font-size: 13px;
	color: #aaa;
	line-height: 1.6;
}

.mdlp-fin-right {
	background: #fff;
	padding: 28px 32px;
}
.mdlp-fin-table-title {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .6px;
	text-transform: uppercase;
	color: #888;
	margin-bottom: 16px;
}
.mdlp-fin-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
}
.mdlp-fin-table tr {
	border-bottom: 1px solid #f0f0f0;
}
.mdlp-fin-table td {
	padding: 10px 0;
	color: var(--lp-dark);
}
.mdlp-fin-table td:last-child {
	text-align: right;
	font-weight: 600;
}
.mdlp-fin-legal {
	font-size: 12px;
	color: #888;
	margin-top: 20px;
	line-height: 1.6;
}

/* ── STICKY BAR ── */
.mdlp-sticky-bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	background: var(--lp-dark);
	padding: 18px 32px;
	margin: 0 0 0;
}
.mdlp-sticky-price {
	font-size: 24px;
	font-weight: 800;
	color: var(--lp-accent);
}
.mdlp-sticky-fin {
	font-size: 13px;
	color: #ccc;
}
.mdlp-sticky-hint {
	display: block;
	font-size: 11px;
	color: #666;
	margin-top: 2px;
}

/* ── TRUST BAR ── */
.mdlp-trust-bar {
	display: flex;
	border-top: 1px solid var(--lp-border);
	border-bottom: 1px solid var(--lp-border);
	margin-bottom: 0;
}
.mdlp-trust-item {
	flex: 1;
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 20px 18px;
	border-right: 1px solid var(--lp-border);
	background: #fff;
}
.mdlp-trust-item:last-child { border-right: none; }
.mdlp-trust-icon { font-size: 22px; flex-shrink: 0; }
.mdlp-trust-item strong { display: block; font-size: 13px; font-weight: 700; }
.mdlp-trust-item span   { font-size: 12px; color: #888; }

/* ── CONTACT ── */
.mdlp-contact-section {
	padding: 48px 0 32px;
}
.mdlp-contact-intro {
	font-size: 15px;
	color: #555;
	margin: -8px 0 28px;
}
.mdlp-contact-grid {
	display: grid;
	grid-template-columns: 1fr 1.6fr;
	gap: 32px;
	align-items: start;
}
.mdlp-contact-info {
	border: 1px solid var(--lp-border);
	border-radius: 4px;
	padding: 24px;
	background: #fff;
}
.mdlp-cinfo-row {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	font-size: 15px;
	padding: 10px 0;
	border-bottom: 1px solid #f5f5f5;
	text-decoration: none;
	color: var(--lp-dark);
}
.mdlp-cinfo-row:last-child { border-bottom: none; padding-bottom: 0; }
.mdlp-cinfo-row:first-child { padding-top: 0; }
a.mdlp-cinfo-row { color: var(--lp-accent); }
.mdlp-cicon { font-size: 18px; flex-shrink: 0; margin-top: 1px; }

/* FORM */
.mdlp-form {
	border: 1px solid var(--lp-border);
	border-radius: 4px;
	padding: 28px;
	background: #fff;
}
.mdlp-form h3 {
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 4px;
}
.mdlp-form-sub {
	font-size: 13px;
	color: #888;
	margin: 0 0 18px;
}
.mdlp-frow {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
	margin-bottom: 12px;
}
.mdlp-form input,
.mdlp-form textarea {
	width: 100%;
	padding: 12px 14px;
	border: 1px solid #ddd;
	border-radius: 3px;
	font-size: 14px;
	font-family: inherit;
	box-sizing: border-box;
	margin-bottom: 12px;
	background: #fff;
	transition: border-color .2s;
}
.mdlp-form input:focus,
.mdlp-form textarea:focus { outline: none; border-color: var(--lp-accent); }
.mdlp-form textarea { height: 100px; resize: vertical; }

.mdlp-privacy {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 13px;
	color: #666;
	margin-bottom: 16px;
	line-height: 1.5;
}
.mdlp-privacy input[type="checkbox"] {
	margin-top: 2px;
	flex-shrink: 0;
	width: 16px;
	height: 16px;
	accent-color: var(--lp-accent);
	cursor: pointer;
}
.mdlp-privacy label {
	cursor: pointer;
	line-height: 1.5;
}
.mdlp-privacy a { color: var(--lp-accent); }

.mdlp-btn-submit {
	width: 100%;
	padding: 14px;
	background: var(--lp-accent);
	color: #fff;
	border: none;
	border-radius: 3px;
	font-size: 15px;
	font-weight: 700;
	cursor: pointer;
	font-family: inherit;
	transition: background .2s;
}
.mdlp-btn-submit:hover { background: #a93226; }

/* RESPONSIVE */
@media (max-width: 960px) {
	.mdlp-hero { grid-template-columns: 1fr; }
	.mdlp-hero-panel { padding: 32px 24px; }
	.mdlp-hero-media { min-height: 300px; }
	.mdlp-slider { min-height: 300px; }
	.mdlp-contact-grid { grid-template-columns: 1fr; }
	.mdlp-fin-grid { grid-template-columns: 1fr; }
	.mdlp-highlights { grid-template-columns: 1fr; }
	.mdlp-trust-bar { flex-wrap: wrap; }
	.mdlp-trust-item { min-width: 50%; }
	.mdlp-sticky-bar { flex-direction: column; text-align: center; }
	.mdlp-title { font-size: 26px; }
	.mdlp-price-main { font-size: 30px; }
}
@media (max-width: 600px) {
	.mdlp-frow { grid-template-columns: 1fr; }
	.mdlp-trust-item { min-width: 100%; }
	.mdlp-actions { flex-direction: column; }
	.mdlp-hero-panel { padding: 24px 18px; }
	.mdlp-specs-bar { flex-wrap: wrap; }
	.mdlp-spec-item { min-width: 50%; }
}

/* SEO Text */
.mdlp-seo-text {
	padding: 40px 0 20px;
	border-top: 1px solid var(--lp-border);
	margin-top: 10px;
}
.mdlp-seo-text h2 {
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 14px;
	color: var(--lp-dark);
}
.mdlp-seo-text p {
	font-size: 14px;
	color: #666;
	line-height: 1.8;
	margin-bottom: 12px;
	max-width: 900px;
}
.mdlp-seo-text a { color: var(--lp-accent); }
