/**
 * Landingsside til betalt polerings-trafik.
 *
 * Mobilen kommer først. Alt er ét spor i én kolonne, med rigelig luft ud til
 * kanten — modsat resten af sitet, hvor to-kolonne-sektioner klemmer teksten
 * sammen på små skærme.
 */

.lbcq-lp {
	--lp-primary: #498ccb;
	--lp-dark: #2a3b4d;
	--lp-text: #444444;
	--lp-muted: #6c7686;
	--lp-alt: #f5f7fa;
	--lp-line: #e3e8ef;
	--lp-pad: 20px;

	/* Knapperne .lbcq-btn og .lbcq-btn-ghost deles med flowet, men henter
	   deres farver fra variabler defineret på .lbcq. Uden for formularen —
	   fx i afslutningen og i "om mig" — ville de ellers stå som ren tekst. */
	--lbcq-primary: #498ccb;
	--lbcq-primary-dark: #3a75ad;
	--lbcq-primary-soft: #eaf2fa;
	--lbcq-heading: #000000;
	--lbcq-radius: 3px;
	--lbcq-font: "Raleway", Arial, sans-serif;
	--lbcq-font-btn: "Roboto", Arial, sans-serif;

	max-width: 100%;
	margin: 0;
	font-family: "Raleway", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.6;
	color: var(--lp-text);
	box-sizing: border-box;
}

.lbcq-lp *,
.lbcq-lp *::before,
.lbcq-lp *::after {
	box-sizing: inherit;
}

.lbcq-lp img {
	max-width: 100%;
	height: auto;
	display: block;
}

/* ---------- Toplinje ---------- */

.lbcq-lp__bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 14px var(--lp-pad);
	background: #fff;
	border-bottom: 1px solid var(--lp-line);
}

.lbcq-lp__brand {
	font-size: 22px;
	font-weight: 900;
	letter-spacing: 1px;
	color: var(--lp-primary);
	text-decoration: none;
}

.lbcq-lp__brand:hover,
.lbcq-lp__brand:focus {
	color: var(--lp-dark);
}

.lbcq-lp__phone {
	font-family: "Roboto", Arial, sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: var(--lp-primary);
	text-decoration: none;
	white-space: nowrap;
}

/* ---------- Hero ---------- */

.lbcq-lp__hero {
	padding: 28px var(--lp-pad) 32px;
	background: linear-gradient(180deg, #ffffff 0%, var(--lp-alt) 100%);
}

.lbcq-lp__hero h1 {
	margin: 0 0 12px;
	font-size: 30px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0.3px;
	color: var(--lp-dark);
}

.lbcq-lp__sub {
	margin: 0 0 18px;
	font-size: 17px;
	color: var(--lp-muted);
}

.lbcq-lp__hero-head {
	margin-bottom: 20px;
}

.lbcq-lp__hero-proof {
	margin-top: 22px;
}

.lbcq-lp__usp {
	margin: 0 0 18px;
	padding: 0;
	list-style: none;
}

.lbcq-lp__usp li {
	position: relative;
	padding-left: 28px;
	margin-bottom: 8px;
	font-size: 15px;
}

.lbcq-lp__usp li::before {
	content: "";
	position: absolute;
	left: 4px;
	top: 7px;
	width: 7px;
	height: 13px;
	border: solid var(--lp-primary);
	border-width: 0 2.5px 2.5px 0;
	transform: rotate(45deg);
}

.lbcq-lp__from {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 20px;
	margin: 0 0 24px;
	padding: 12px 16px;
	background: #fff;
	border: 1px solid var(--lp-line);
	border-radius: 8px;
	font-size: 14px;
	color: var(--lp-muted);
}

.lbcq-lp__from strong {
	color: var(--lp-dark);
	white-space: nowrap;
}

.lbcq-lp__from span {
	color: var(--lp-dark);
	font-weight: 600;
}

/* Trustpilot — dæmpet, men klikbart. Beviset ligger hos dem, ikke hos os. */
.lbcq-lp__trust {
	margin: -8px 0 24px;
	font-size: 14px;
}

.lbcq-lp__trust a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--lp-muted);
	text-decoration: none;
}

.lbcq-lp__trust a:hover,
.lbcq-lp__trust a:focus {
	color: var(--lp-primary);
	text-decoration: underline;
}

.lbcq-lp__stars {
	color: #00b67a; /* Trustpilots grønne */
	letter-spacing: 1px;
	font-size: 15px;
}

.lbcq-lp__tplink {
	color: var(--lp-primary);
	text-decoration: underline;
}

.lbcq-lp__form {
	padding: 20px 18px 24px;
	background: #fff;
	border: 1px solid var(--lp-line);
	border-radius: 12px;
	box-shadow: 0 18px 40px rgba(23, 43, 71, 0.09);
	scroll-margin-top: 16px;
}

/* Flowet skal fylde kortet ud */
.lbcq-lp__form .lbcq {
	max-width: none;
}

/* ---------- Sektioner ---------- */

.lbcq-lp__section {
	padding: 36px var(--lp-pad);
}

.lbcq-lp__section--alt {
	background: var(--lp-alt);
}

.lbcq-lp__section h2 {
	margin: 0 0 10px;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.25;
	color: var(--lp-dark);
}

.lbcq-lp__section h3 {
	margin: 0 0 10px;
	font-size: 18px;
	font-weight: 600;
	color: var(--lp-primary);
}

.lbcq-lp__lead {
	margin: 0 0 20px;
	color: var(--lp-muted);
}

.lbcq-lp__note {
	margin: 20px 0 0;
	padding: 14px 16px;
	background: #fff;
	border-left: 3px solid var(--lp-primary);
	border-radius: 4px;
	font-size: 14px;
	color: #55606e;
}

.lbcq-lp__section--alt .lbcq-lp__note {
	background: #fff;
}

/* ---------- Galleri ---------- */

.lbcq-lp__gallery {
	display: grid;
	grid-template-columns: 1fr;
	gap: 12px;
}

.lbcq-lp__gallery figure {
	position: relative;
	margin: 0;
	border-radius: 10px;
	overflow: hidden;
	background: #e9edf2;
}

.lbcq-lp__gallery figcaption {
	position: absolute;
	left: 12px;
	bottom: 12px;
	padding: 5px 14px;
	background: rgba(23, 35, 51, 0.82);
	border-radius: 999px;
	font-family: "Roboto", Arial, sans-serif;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.4px;
	color: #fff;
}

.lbcq-lp__gallery img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

/* ---------- To kolonner ---------- */

.lbcq-lp__cols {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
}

.lbcq-lp__col {
	padding: 20px 18px;
	background: #fff;
	border: 1px solid var(--lp-line);
	border-radius: 10px;
}

.lbcq-lp__list {
	margin: 0;
	padding-left: 18px;
	font-size: 15px;
}

.lbcq-lp__list li {
	margin-bottom: 7px;
}

.lbcq-lp__list li:last-child {
	margin-bottom: 0;
}

/* ---------- Om Luka ---------- */

.lbcq-lp__about {
	display: flex;
	flex-direction: column;
	gap: 18px;
	align-items: flex-start;
}

.lbcq-lp__portrait {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	object-fit: cover;
	object-position: center 20%;
	border: 4px solid #fff;
	box-shadow: 0 8px 20px rgba(23, 43, 71, 0.14);
}

.lbcq-lp__about p {
	margin: 0 0 12px;
}

/* ---------- Anmeldelser ---------- */

.lbcq-lp__reviews {
	display: grid;
	grid-template-columns: 1fr;
	gap: 14px;
}

.lbcq-lp__reviews blockquote {
	margin: 0;
	padding: 18px 18px 14px;
	background: var(--lp-alt);
	border-radius: 10px;
}

.lbcq-lp__reviews p {
	margin: 0 0 10px;
	font-size: 15px;
	font-style: italic;
	color: #3f4a58;
}

.lbcq-lp__reviews p::before {
	content: "\201D";
	margin-right: 2px;
}

.lbcq-lp__reviews p::after {
	content: "\201D";
}

.lbcq-lp__reviews cite {
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	color: var(--lp-muted);
}

/* ---------- FAQ ---------- */

.lbcq-lp__faq details {
	background: #fff;
	border: 1px solid var(--lp-line);
	border-radius: 8px;
	margin-bottom: 10px;
}

.lbcq-lp__faq summary {
	padding: 14px 44px 14px 16px;
	position: relative;
	font-size: 15px;
	font-weight: 600;
	color: var(--lp-dark);
	cursor: pointer;
	list-style: none;
	min-height: 48px;
	display: flex;
	align-items: center;
}

.lbcq-lp__faq summary::-webkit-details-marker {
	display: none;
}

.lbcq-lp__faq summary::after {
	content: "";
	position: absolute;
	right: 18px;
	top: 50%;
	width: 9px;
	height: 9px;
	margin-top: -6px;
	border: solid var(--lp-primary);
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
	transition: transform 0.2s ease;
}

.lbcq-lp__faq details[open] summary::after {
	transform: rotate(-135deg);
	margin-top: -2px;
}

.lbcq-lp__faq details p {
	margin: 0;
	padding: 0 16px 16px;
	font-size: 15px;
	color: #55606e;
}

/* ---------- Afslutning ---------- */

.lbcq-lp__closing {
	text-align: center;
	background: var(--lp-dark);
	color: #fff;
}

.lbcq-lp__closing h2 {
	color: #fff;
}

.lbcq-lp__closing p {
	color: rgba(255, 255, 255, 0.85);
}

.lbcq-lp__closing-actions {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin: 20px auto 0;
	max-width: 340px;
}

.lbcq-lp__closing .lbcq-btn,
.lbcq-lp__closing .lbcq-btn-ghost {
	width: 100%;
	justify-content: center;
	text-decoration: none;
}

.lbcq-lp__closing .lbcq-btn-ghost {
	background: transparent;
	border-color: rgba(255, 255, 255, 0.6);
	color: #fff;
}

.lbcq-lp__closing .lbcq-btn-ghost:hover {
	background: rgba(255, 255, 255, 0.12);
}

/* ---------- Footer ---------- */

.lbcq-lp__footer {
	padding: 28px var(--lp-pad) 96px;
	background: #fff;
	border-top: 1px solid var(--lp-line);
	text-align: center;
	font-size: 14px;
	color: var(--lp-muted);
}

.lbcq-lp__footer-name {
	margin: 0 0 6px;
	font-size: 18px;
	font-weight: 900;
	letter-spacing: 1px;
	color: var(--lp-primary);
}

.lbcq-lp__footer-meta {
	margin: 0 0 16px;
	line-height: 1.7;
}

.lbcq-lp__footer a {
	color: var(--lp-muted);
	text-decoration: underline;
}

.lbcq-lp__footer a:hover,
.lbcq-lp__footer a:focus {
	color: var(--lp-primary);
}

.lbcq-lp__footer-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px 20px;
}

.lbcq-lp__footer-links a {
	min-height: 44px;
	display: inline-flex;
	align-items: center;
	font-size: 14px;
}

/* ---------- Fast opkaldsknap på mobil ---------- */

.lbcq-lp__sticky {
	position: fixed;
	left: 12px;
	right: 12px;
	bottom: 12px;
	z-index: 90;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 54px;
	padding: 10px 18px;
	background: var(--lp-primary);
	border-radius: 999px;
	box-shadow: 0 10px 26px rgba(23, 43, 71, 0.3);
	font-family: "Roboto", Arial, sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	text-decoration: none;
}

.lbcq-lp__sticky span {
	opacity: 0.85;
}

.lbcq-lp__sticky:hover,
.lbcq-lp__sticky:focus {
	color: #fff;
}

/* Footeren har selv plads i bunden til den faste opkaldsknap */

/* ---------- Større skærme ---------- */

@media (min-width: 700px) {
	.lbcq-lp {
		--lp-pad: 32px;
	}

	.lbcq-lp__gallery {
		grid-template-columns: repeat(2, 1fr);
	}

	.lbcq-lp__cols {
		grid-template-columns: repeat(2, 1fr);
	}

	.lbcq-lp__reviews {
		grid-template-columns: repeat(3, 1fr);
	}

	.lbcq-lp__about {
		flex-direction: row;
		align-items: center;
		gap: 28px;
	}

	.lbcq-lp__portrait {
		width: 150px;
		height: 150px;
		flex: 0 0 auto;
	}

	.lbcq-lp__closing-actions {
		flex-direction: row;
		justify-content: center;
		max-width: none;
	}

	.lbcq-lp__closing .lbcq-btn,
	.lbcq-lp__closing .lbcq-btn-ghost {
		width: auto;
	}

	/* Fra 700px er der plads til at ringe uden en fast knap i vejen */
	.lbcq-lp__sticky {
		display: none;
	}

	.lbcq-lp__footer {
		padding-bottom: 32px;
	}
}

@media (min-width: 1000px) {
	/* På desktop tilbage til to spalter: argumenter til venstre, formular
	   til højre. Rækkefølgen i koden er stadig mobilens. */
	.lbcq-lp__hero {
		display: grid;
		grid-template-columns: minmax(0, 1fr) minmax(0, 520px);
		grid-template-areas:
			"head form"
			"proof form";
		grid-template-rows: auto 1fr;
		column-gap: 44px;
		align-items: start;
		padding: 48px var(--lp-pad) 56px;
	}

	.lbcq-lp__hero-head {
		grid-area: head;
		padding-top: 8px;
		margin-bottom: 0;
	}

	.lbcq-lp__form {
		grid-area: form;
	}

	.lbcq-lp__hero-proof {
		grid-area: proof;
		margin-top: 22px;
	}

	.lbcq-lp__hero h1 {
		font-size: 40px;
	}

	.lbcq-lp__section {
		padding: 56px var(--lp-pad);
	}

	.lbcq-lp__section > h2,
	.lbcq-lp__section > .lbcq-lp__lead,
	.lbcq-lp__section > .lbcq-lp__gallery,
	.lbcq-lp__section > .lbcq-lp__cols,
	.lbcq-lp__section > .lbcq-lp__reviews,
	.lbcq-lp__section > .lbcq-lp__faq,
	.lbcq-lp__section > .lbcq-lp__about,
	.lbcq-lp__section > .lbcq-lp__note,
	.lbcq-lp__section > p {
		max-width: 1100px;
		margin-left: auto;
		margin-right: auto;
	}

	.lbcq-lp__bar,
	.lbcq-lp__hero {
		max-width: 1240px;
		margin-left: auto;
		margin-right: auto;
	}
}
