/*
Theme Name: Cambia Link P2P
Theme URI: https://cambialink.click
Author: Cambia Link
Description: Clean relaunch theme for the Cambia Link closed P2P platform.
Version: 0.3.3
Text Domain: cambialink-p2p
*/

:root {
	--cl-ink: #2d2d62;
	--cl-ink-soft: #4d557a;
	--cl-purple: #403c86;
	--cl-purple-deep: #2d2d62;
	--cl-cyan: #00aeef;
	--cl-pink: #e4007f;
	--cl-bg: #f6f8fc;
	--cl-line: #dde3f1;
	--cl-white: #ffffff;
	--cl-radius: 8px;
}

* {
	box-sizing: border-box;
}

body {
	background: var(--cl-bg);
	color: var(--cl-ink);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	line-height: 1.5;
	margin: 0;
}

.cl-site {
	color: var(--cl-ink);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

.cl-site :where(a, button, input, select, textarea, h1, h2, h3, h4, h5, h6, p, span, strong, small, label, li) {
	font-family: inherit;
}

a {
	color: inherit;
}

a:focus-visible,
button:focus-visible {
	box-shadow: 0 0 0 3px rgba(0, 174, 239, 0.32);
	outline: 2px solid transparent;
	outline-offset: 2px;
}

.cl-skip-link {
	background: var(--cl-white);
	border: 2px solid var(--cl-cyan);
	border-radius: var(--cl-radius);
	color: var(--cl-purple);
	font-weight: 900;
	left: 16px;
	padding: 10px 14px;
	position: fixed;
	top: 12px;
	transform: translateY(-140%);
	z-index: 999;
}

.cl-skip-link:focus {
	transform: translateY(0);
}

.cl-site {
	min-height: 100vh;
}

.cl-shell {
	margin: 0 auto;
	max-width: 1180px;
	padding: 0 24px;
	width: 100%;
}

.cl-header {
	background: var(--cl-purple);
	color: var(--cl-white);
	position: sticky;
	top: 0;
	z-index: 50;
}

.cl-header__inner {
	align-items: center;
	display: flex;
	gap: 18px;
	min-height: 78px;
	justify-content: space-between;
}

.cl-logo {
	display: inline-flex;
}

.cl-logo img {
	display: block;
	height: 62px;
	object-fit: contain;
	width: auto;
}

.cl-nav {
	align-items: center;
	display: flex;
	gap: 16px;
	font-size: 14px;
	font-weight: 700;
}

.cl-nav a {
	color: rgba(255, 255, 255, 0.9) !important;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(17, 20, 46, 0.16);
}

.cl-nav__logout {
	color: rgba(255, 255, 255, 0.72) !important;
}

.cl-nav a:hover {
	color: var(--cl-white);
}

.cl-nav a[aria-current="page"] {
	color: var(--cl-white);
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 7px;
}

.cl-nav__auth {
	border-left: 1px solid rgba(255, 255, 255, 0.18);
	padding-left: 16px;
}

.cl-menu-toggle {
	align-items: center;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: var(--cl-radius);
	color: var(--cl-white);
	cursor: pointer;
	display: none;
	font: inherit;
	font-size: 14px;
	font-weight: 900;
	justify-content: center;
	min-height: 42px;
	padding: 0 14px;
}

.cl-pill {
	align-items: center;
	background: var(--cl-pink);
	border-radius: var(--cl-radius);
	color: var(--cl-white) !important;
	display: inline-flex;
	font-weight: 800;
	justify-content: center;
	min-height: 44px;
	padding: 0 18px;
	text-decoration: none;
}

.cl-hero {
	background:
		linear-gradient(135deg, rgba(64, 60, 134, 0.94), rgba(45, 45, 98, 0.96)),
		url("assets/img/backgrounds/backgroundcl.jpg") center / cover no-repeat;
	color: var(--cl-white);
	padding: 64px 0 72px;
}

.cl-hero__grid {
	align-items: center;
	display: grid;
	gap: 44px;
	grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
}

.cl-kicker {
	color: var(--cl-cyan);
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.cl-hero h1 {
	font-size: clamp(42px, 6vw, 74px);
	letter-spacing: 0;
	line-height: 0.96;
	margin: 16px 0 20px;
	max-width: 760px;
	overflow-wrap: anywhere;
}

.cl-lead {
	color: rgba(255, 255, 255, 0.82);
	font-size: 19px;
	margin: 0;
	max-width: 650px;
}

.cl-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}

.cl-button {
	align-items: center;
	border-radius: var(--cl-radius);
	display: inline-flex;
	font-weight: 900;
	justify-content: center;
	min-height: 52px;
	padding: 0 20px;
	text-decoration: none;
}

.cl-button--primary {
	background: var(--cl-pink);
	color: var(--cl-white) !important;
}

.cl-button--ghost {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.42);
	color: var(--cl-white) !important;
}

.cl-button--light {
	background: #edf4ff;
	color: var(--cl-purple);
}

.cl-hero__quote {
	min-width: 0;
	width: 100%;
}

.cl-hero__quote .clp2p-quote-card {
	box-shadow: 0 24px 70px rgba(13, 16, 46, 0.24);
	margin: 0;
}

.cl-trust-row {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 34px;
	max-width: 720px;
}

.cl-trust-item {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: var(--cl-radius);
	padding: 14px;
}

.cl-trust-item strong {
	display: block;
	font-size: 14px;
}

.cl-trust-item span {
	color: rgba(255, 255, 255, 0.7);
	display: block;
	font-size: 13px;
	margin-top: 3px;
}

.cl-trustpilot-badge {
	align-items: center;
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid rgba(255, 255, 255, 0.72);
	border-radius: var(--cl-radius);
	box-shadow: 0 18px 44px rgba(17, 20, 46, 0.18);
	color: var(--cl-purple-deep) !important;
	display: inline-flex;
	gap: 14px;
	margin-top: 18px;
	min-height: 58px;
	padding: 10px 14px;
	text-decoration: none;
}

.cl-trustpilot-badge span {
	font-size: 13px;
	font-weight: 900;
}

.cl-trustpilot-badge img {
	display: block;
	height: 34px;
	object-fit: contain;
	width: auto;
}

.cl-brand-strip {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 16px;
}

.cl-brand-strip img {
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: var(--cl-radius);
	box-shadow: 0 14px 36px rgba(17, 20, 46, 0.18);
	display: block;
	height: 58px;
	object-fit: contain;
	padding: 9px;
	width: 86px;
}

.cl-brand-strip img:first-child {
	width: 64px;
}

.cl-section {
	padding: 64px 0;
}

.cl-section h1,
.cl-section h2,
.cl-section h3,
.cl-page-intro h1,
.cl-card h3 {
	color: var(--cl-ink) !important;
}

.cl-section--white {
	background: var(--cl-white);
}

.cl-section__head {
	display: flex;
	gap: 24px;
	justify-content: space-between;
	margin-bottom: 28px;
}

.cl-section__head h2 {
	font-size: clamp(30px, 4vw, 46px);
	line-height: 1;
	margin: 0;
	max-width: 680px;
}

.cl-section__head p {
	color: var(--cl-ink-soft) !important;
	margin: 0;
	max-width: 420px;
}

.cl-section__head--stacked {
	display: grid;
	gap: 12px;
	margin-bottom: 22px;
}

.cl-section__head--stacked p {
	max-width: 720px;
}

.cl-page-intro {
	margin: 0 0 24px;
	max-width: 760px;
}

.cl-page-intro h1 {
	font-size: clamp(34px, 5vw, 56px);
	line-height: 1;
	margin: 10px 0 12px;
}

.cl-page-intro p:last-child {
	color: var(--cl-ink-soft);
	font-size: 17px;
	margin: 0;
}

.cl-kyc-layout {
	max-width: 980px;
}

.cl-card-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cl-card-grid--stack {
	grid-template-columns: 1fr;
}

.cl-card {
	background: var(--cl-white);
	border: 1px solid var(--cl-line);
	border-radius: var(--cl-radius);
	padding: 22px;
}

.cl-card h3 {
	font-size: 19px;
	margin: 0 0 8px;
}

.cl-card p {
	color: var(--cl-ink-soft) !important;
	margin: 0;
}

.cl-card-link {
	color: var(--cl-pink) !important;
	display: inline-flex;
	font-size: 14px;
	font-weight: 900;
	margin-top: 16px;
	text-decoration: none;
}

.cl-split {
	align-items: center;
	display: grid;
	gap: 34px;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.8fr);
}

.cl-split--reverse {
	grid-template-columns: minmax(320px, 0.8fr) minmax(0, 1fr);
}

.cl-visual {
	align-items: center;
	background:
		linear-gradient(145deg, #ffffff, #eef3fb);
	border: 1px solid var(--cl-line);
	border-radius: var(--cl-radius);
	display: flex;
	justify-content: center;
	margin: 0;
	min-height: 360px;
	overflow: hidden;
	padding: 28px;
}

.cl-visual--dark {
	background:
		linear-gradient(145deg, rgba(64, 60, 134, 0.98), rgba(228, 0, 127, 0.76)),
		url("assets/img/backgrounds/crypto-backg.jpg") center / cover no-repeat;
	border-color: rgba(64, 60, 134, 0.18);
}

.cl-visual img {
	display: block;
	height: auto;
	max-height: 320px;
	object-fit: contain;
	width: min(100%, 420px);
}

.cl-methods {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cl-method {
	align-items: center;
	background: var(--cl-white);
	border: 1px solid var(--cl-line);
	border-radius: var(--cl-radius);
	box-shadow: 0 16px 34px rgba(20, 21, 52, 0.06);
	color: var(--cl-purple-deep) !important;
	display: inline-flex;
	gap: 10px;
	font-weight: 800;
	min-height: 70px;
	padding: 12px 14px 12px 12px;
}

.cl-method img {
	background: var(--cl-white);
	border: 1px solid var(--cl-line);
	border-radius: 8px;
	display: block;
	height: 48px;
	object-fit: contain;
	padding: 7px;
	width: 64px;
}

.cl-method-note {
	color: var(--cl-ink-soft) !important;
	font-size: 14px;
	margin: 16px 0 0;
	max-width: 760px;
}

.cl-cta-row {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.cl-footer {
	background: var(--cl-purple-deep);
	color: rgba(255, 255, 255, 0.78) !important;
	padding: 38px 0;
}

.cl-whatsapp-float {
	position: fixed;
	right: max(20px, env(safe-area-inset-right));
	bottom: max(20px, env(safe-area-inset-bottom));
	z-index: 900;
	display: grid;
	width: 60px;
	height: 60px;
	place-items: center;
	border-radius: 50%;
	box-shadow: 0 8px 24px rgba(20, 32, 48, 0.24);
	transition: transform 160ms ease, box-shadow 160ms ease;
}

.cl-whatsapp-float:hover,
.cl-whatsapp-float:focus-visible {
	transform: translateY(-3px);
	box-shadow: 0 12px 28px rgba(20, 32, 48, 0.3);
}

.cl-whatsapp-float:focus-visible {
	outline: 3px solid var(--cl-pink);
	outline-offset: 3px;
}

.cl-whatsapp-float img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.cl-footer a,
.cl-footer strong {
	color: var(--cl-white) !important;
}

.cl-footer a {
	text-decoration-color: rgba(255, 255, 255, 0.52);
}

.cl-footer__inner {
	align-items: start;
	display: grid;
	gap: 28px;
	grid-template-columns: 0.9fr 1.15fr 1fr 0.7fr;
}

.cl-footer img {
	height: 44px;
	width: auto;
}

.cl-footer__brand {
	display: grid;
	gap: 10px;
}

.cl-footer__brand span {
	font-size: 12px;
}

.cl-footer__official-site {
	font-size: 13px;
	font-weight: 800;
}

.cl-footer__contact-label {
	font-size: 12px;
}

.cl-footer__social strong {
	display: block;
	margin-bottom: 10px;
}

.cl-social-links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.cl-social-links a {
	align-items: center;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 6px;
	display: inline-flex;
	height: 40px;
	justify-content: center;
	transition: background 160ms ease, border-color 160ms ease;
	width: 40px;
}

.cl-social-links a:hover,
.cl-social-links a:focus-visible {
	background: rgba(255, 255, 255, 0.16);
	border-color: rgba(255, 255, 255, 0.38);
}

.cl-social-links img {
	height: 18px;
	width: 18px;
}

@media (max-width: 900px) {
	.cl-whatsapp-float {
		right: max(14px, env(safe-area-inset-right));
		bottom: max(14px, env(safe-area-inset-bottom));
		width: 56px;
		height: 56px;
	}

	.cl-header__inner {
		align-items: stretch;
		display: grid;
		gap: 12px;
		grid-template-columns: 1fr auto auto;
		min-height: 0;
		padding: 14px 0;
	}

	.cl-menu-toggle {
		display: inline-flex;
	}

	.cl-nav {
		background: rgba(45, 45, 98, 0.94);
		border: 1px solid rgba(255, 255, 255, 0.14);
		border-radius: var(--cl-radius);
		display: none;
		grid-column: 1 / -1;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
		padding: 10px;
	}

	.cl-menu-open .cl-nav {
		display: grid;
	}

	.cl-nav a {
		background: rgba(255, 255, 255, 0.08);
		border: 1px solid rgba(255, 255, 255, 0.12);
		border-radius: var(--cl-radius);
		padding: 9px 11px;
		text-align: center;
	}

	.cl-nav a[aria-current="page"] {
		background: rgba(255, 255, 255, 0.16);
		text-decoration: none;
	}

	.cl-nav__auth {
		border-left: 0;
		padding-left: 11px;
	}

	.cl-logo img {
		height: 48px;
	}

	.cl-pill {
		min-height: 42px;
		padding: 0 14px;
	}

	.cl-hero__grid,
	.cl-card-grid,
	.cl-split,
	.cl-split--reverse {
		grid-template-columns: 1fr;
	}

	.cl-trust-row {
		grid-template-columns: 1fr;
	}

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

		.cl-section__head,
		.cl-footer__inner {
			align-items: flex-start;
		}

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

@media (max-width: 520px) {
	html,
	body {
		max-width: 100%;
		overflow-x: hidden;
	}

	.cl-shell {
		max-width: 100%;
		padding: 0 16px;
	}

	.cl-site,
	.cl-lead,
	.cl-page-intro,
	.cl-section__head,
	.cl-section__head p,
	.cl-hero__actions,
	.cl-cta-row,
	.cl-brand-strip,
	.cl-trustpilot-badge {
		max-width: 100%;
		min-width: 0;
	}

	.cl-hero h1,
	.cl-lead,
	.cl-page-intro h1,
	.cl-page-intro p {
		overflow-wrap: anywhere;
	}

	.cl-hero__grid,
	.cl-trust-row,
	.cl-trust-item,
	.cl-hero__quote,
	.cl-hero__quote .clp2p-quote-card {
		max-width: calc(100vw - 32px);
		width: calc(100vw - 32px);
	}

	.cl-header__inner {
		grid-template-columns: 1fr auto;
	}

	.cl-header .cl-pill {
		display: none;
	}

	.cl-hero {
		padding: 44px 0 52px;
	}

	.cl-hero h1 {
		font-size: 36px;
		line-height: 1.03;
		max-width: 11ch;
	}

	.cl-lead {
		font-size: 17px;
	}

	.cl-hero__actions .cl-button,
	.cl-cta-row .cl-button {
		width: 100%;
	}

	.cl-brand-strip img {
		height: 40px;
		width: 56px;
	}

		.cl-methods {
			grid-template-columns: 1fr;
		}

		.cl-footer__inner {
			grid-template-columns: 1fr;
		}

	.cl-visual {
		min-height: 260px;
		padding: 20px;
	}
}

/* 0.2.0 visual system: real methods and product flow lead the experience. */
.cl-hero {
	background: #292757 url("assets/img/backgrounds/backgroundcl.jpg") center / cover no-repeat;
	padding: 68px 0 34px;
	position: relative;
}

.cl-hero::before {
	background: rgba(31, 30, 72, 0.9);
	content: "";
	inset: 0;
	position: absolute;
}

.cl-hero .cl-shell {
	position: relative;
}

.cl-hero__intro {
	align-items: end;
	display: grid;
	gap: 72px;
	grid-template-columns: minmax(0, 1fr) minmax(420px, 0.72fr);
}

.cl-hero h1 {
	font-size: 72px;
	line-height: 1;
	margin: 12px 0 16px;
	max-width: none;
}

.cl-hero__copy .cl-lead {
	font-size: 21px;
	max-width: 610px;
}

.cl-route-board {
	background: #ffffff;
	border-radius: 8px;
	box-shadow: 0 28px 70px rgba(10, 12, 40, 0.26);
	color: var(--cl-ink);
	padding: 20px;
}

.cl-route-board__label,
.cl-section-label {
	color: var(--cl-pink);
	display: block;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.cl-route {
	align-items: center;
	border-bottom: 1px solid var(--cl-line);
	display: grid;
	gap: 12px;
	grid-template-columns: 1fr 32px 1fr;
	padding: 14px 0;
}

.cl-route__method {
	align-items: center;
	display: flex;
	font-size: 14px;
	font-weight: 800;
	gap: 10px;
	min-width: 0;
}

.cl-route__method img {
	background: #ffffff;
	border: 1px solid var(--cl-line);
	border-radius: 8px;
	height: 44px;
	object-fit: contain;
	padding: 6px;
	width: 44px;
}

.cl-route__arrow {
	color: var(--cl-pink);
	font-size: 24px;
	text-align: center;
}

.cl-route-board p {
	color: var(--cl-ink-soft);
	font-size: 12px;
	margin: 14px 0 0;
}

.cl-logo-rail {
	align-items: stretch;
	border-top: 1px solid rgba(255, 255, 255, 0.16);
	display: grid;
	gap: 0;
	grid-template-columns: repeat(8, 1fr);
	margin-top: 44px;
}

.cl-logo-rail__item {
	align-items: center;
	border-right: 1px solid rgba(255, 255, 255, 0.12);
	display: flex;
	gap: 10px;
	justify-content: center;
	min-height: 82px;
	padding: 10px;
}

.cl-logo-rail__item:last-child {
	border-right: 0;
}

.cl-logo-rail__item img {
	background: #ffffff;
	border: 1px solid var(--cl-line);
	border-radius: 8px;
	height: 48px;
	object-fit: contain;
	padding: 6px;
	width: 48px;
}

.cl-logo-rail__item span {
	font-size: 13px;
	font-weight: 800;
}

.cl-quote-band {
	background: #ffffff;
	padding: 72px 0;
}

.cl-quote-layout {
	align-items: start;
	display: grid;
	gap: 54px;
	grid-template-columns: minmax(260px, 0.58fr) minmax(0, 1fr);
}

.cl-quote-context {
	position: sticky;
	top: 110px;
}

.cl-quote-context h2,
.cl-section-title h2,
.cl-final-cta h2 {
	font-size: 42px;
	line-height: 1.05;
	margin: 10px 0 28px;
}

.cl-process {
	list-style: none;
	margin: 0;
	padding: 0;
}

.cl-process li {
	align-items: center;
	border-top: 1px solid var(--cl-line);
	display: grid;
	gap: 16px;
	grid-template-columns: 34px 1fr;
	padding: 15px 0;
}

.cl-process li span {
	color: var(--cl-pink);
	font-size: 12px;
	font-weight: 900;
}

.cl-safety-note {
	background: #f6f3f7;
	border-left: 3px solid var(--cl-pink);
	color: var(--cl-ink-soft);
	font-size: 14px;
	margin-top: 24px;
	padding: 14px 16px;
}

.cl-safety-note strong {
	color: var(--cl-ink);
	display: block;
}

.cl-quote-surface .clp2p-quote-card {
	border: 1px solid var(--cl-line);
	box-shadow: none;
	margin: 0;
}

.cl-method-gallery {
	background: #f3f5fa;
	padding: 72px 0;
}

.cl-section-title {
	align-items: end;
	display: flex;
	gap: 24px;
	justify-content: space-between;
	margin-bottom: 32px;
}

.cl-section-title h2 {
	margin-bottom: 0;
}

.cl-section-title a {
	color: var(--cl-pink);
	font-size: 14px;
	font-weight: 800;
	text-decoration: none;
}

.cl-method-grid {
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	background: var(--cl-line);
	border: 1px solid var(--cl-line);
}

.cl-method-tile {
	align-items: center;
	background: #ffffff;
	display: flex;
	gap: 18px;
	min-height: 126px;
	padding: 22px;
}

.cl-method-tile img {
	background: #ffffff;
	border: 1px solid var(--cl-line);
	border-radius: 8px;
	height: 64px;
	object-fit: contain;
	padding: 8px;
	width: 64px;
}

.cl-method-tile__fallback {
	align-items: center;
	background: #ffffff;
	border: 1px solid var(--cl-line);
	border-radius: 8px;
	color: var(--cl-purple);
	display: flex;
	font-size: 13px;
	font-weight: 900;
	height: 64px;
	justify-content: center;
	width: 64px;
}

.cl-method-tile strong,
.cl-method-tile span {
	display: block;
}

.cl-method-tile strong {
	font-size: 17px;
}

.cl-method-tile span {
	color: var(--cl-ink-soft);
	font-size: 13px;
	margin-top: 2px;
}

.cl-trust-band {
	background: #ffffff;
	border-bottom: 1px solid var(--cl-line);
	border-top: 1px solid var(--cl-line);
	padding: 46px 0;
}

.cl-trust-band__inner {
	align-items: center;
	display: grid;
	gap: 56px;
	grid-template-columns: 0.78fr 1.22fr;
}

.cl-trustpilot-lockup {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 9px;
	text-decoration: none;
}

.cl-trustpilot-lockup span {
	color: var(--cl-ink-soft);
	font-size: 13px;
	font-weight: 700;
}

.cl-trustpilot-lockup img {
	height: 42px;
	object-fit: contain;
	object-position: left center;
	width: 190px;
}

.cl-assurance-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.cl-assurance-list div {
	border-left: 1px solid var(--cl-line);
	min-height: 74px;
	padding: 7px 18px;
}

.cl-assurance-list span,
.cl-assurance-list strong {
	display: block;
}

.cl-assurance-list span {
	color: var(--cl-pink);
	font-size: 12px;
	font-weight: 900;
	margin-bottom: 7px;
}

.cl-final-cta {
	background: #292757;
	color: #ffffff;
	padding: 62px 0;
}

.cl-final-cta__inner {
	align-items: center;
	display: flex;
	gap: 40px;
	justify-content: space-between;
}

.cl-final-cta h2 {
	color: #ffffff;
	margin-bottom: 0;
	max-width: 650px;
}

@media (max-width: 900px) {
	.cl-hero__intro,
	.cl-quote-layout,
	.cl-trust-band__inner {
		grid-template-columns: 1fr;
	}

	.cl-hero__intro {
		gap: 36px;
	}

	.cl-logo-rail {
		grid-template-columns: repeat(3, 1fr);
	}

	.cl-logo-rail__item:nth-child(3) {
		border-right: 0;
	}

	.cl-quote-context {
		position: static;
	}

	.cl-final-cta__inner {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (max-width: 620px) {
	.cl-hero {
		padding: 46px 0 22px;
	}

	.cl-hero h1 {
		font-size: 48px;
		max-width: none;
	}

	.cl-hero__copy .cl-lead {
		font-size: 17px;
	}

	.cl-route-board {
		padding: 16px;
	}

	.cl-route__method {
		font-size: 12px;
	}

	.cl-logo-rail {
		grid-template-columns: repeat(2, 1fr);
		margin-top: 28px;
	}

	.cl-logo-rail__item,
	.cl-logo-rail__item:nth-child(3) {
		border-right: 1px solid rgba(255, 255, 255, 0.12);
		justify-content: flex-start;
	}

	.cl-logo-rail__item:nth-child(even) {
		border-right: 0;
	}

	.cl-quote-band,
	.cl-method-gallery {
		padding: 52px 0;
	}

	.cl-quote-context h2,
	.cl-section-title h2,
	.cl-final-cta h2 {
		font-size: 32px;
	}

	.cl-section-title {
		align-items: flex-start;
		flex-direction: column;
	}

	.cl-method-grid,
	.cl-assurance-list {
		grid-template-columns: 1fr;
	}

	.cl-method-tile {
		min-height: 96px;
	}

	.cl-assurance-list div {
		border-left: 0;
		border-top: 1px solid var(--cl-line);
		min-height: 0;
		padding: 14px 0;
	}
}

/* 0.3.0 beginner-first homepage. The quote and method gallery use live availability. */
.cl-hero.cl-hero--easy {
	background: #292757 url("assets/img/backgrounds/backgroundcl.jpg") center / cover no-repeat;
	padding: 58px 0 66px;
}

.cl-hero.cl-hero--easy::before {
	background: linear-gradient(112deg, rgba(31, 30, 72, .97), rgba(43, 40, 103, .91));
}

.cl-hero--easy .cl-hero__grid {
	align-items: start;
	gap: 58px;
	grid-template-columns: minmax(0, .82fr) minmax(440px, 1.18fr);
}

.cl-hero--easy h1 {
	font-size: clamp(42px, 5.1vw, 66px);
	line-height: 1.01;
	margin: 14px 0 20px;
	max-width: 12ch;
}

.cl-hero--easy .cl-lead {
	font-size: 19px;
	line-height: 1.6;
	max-width: 590px;
}

.cl-beginner-promises {
	display: grid;
	gap: 12px;
	list-style: none;
	margin: 30px 0 0;
	max-width: 590px;
	padding: 0;
}

.cl-beginner-promises li {
	background: rgba(255, 255, 255, .08);
	border: 1px solid rgba(255, 255, 255, .13);
	border-radius: 10px;
	display: grid;
	gap: 2px;
	padding: 12px 14px;
}

.cl-beginner-promises strong {
	color: #ffffff;
	font-size: 14px;
}

.cl-beginner-promises span {
	color: rgba(255, 255, 255, .72);
	font-size: 12px;
}

.cl-safety-inline {
	border-left: 3px solid var(--cl-cyan);
	color: rgba(255, 255, 255, .78);
	font-size: 12px;
	margin-top: 22px;
	max-width: 590px;
	padding: 4px 0 4px 13px;
}

.cl-safety-inline strong {
	color: #ffffff;
}

.cl-hero--easy .cl-hero__quote {
	min-width: 0;
}

.cl-hero--easy .cl-hero__quote .clp2p-quote-card {
	border: 1px solid rgba(255, 255, 255, .34);
	box-shadow: 0 28px 78px rgba(8, 10, 38, .34);
	margin: 0;
}

.cl-method-gallery .cl-section-title > div > p {
	color: var(--cl-ink-soft);
	font-size: 14px;
	margin: 12px 0 0;
	max-width: 720px;
}

.cl-method-empty {
	background: #ffffff;
	border: 1px solid var(--cl-line);
	border-radius: 10px;
	color: var(--cl-ink-soft);
	padding: 22px;
}

@media (max-width: 980px) {
	.cl-hero--easy .cl-hero__grid {
		gap: 38px;
		grid-template-columns: 1fr;
	}

	.cl-hero--easy h1,
	.cl-hero--easy .cl-lead,
	.cl-beginner-promises,
	.cl-safety-inline {
		max-width: 760px;
	}

	.cl-hero--easy .cl-hero__quote {
		margin: 0 auto;
		max-width: 760px;
		width: 100%;
	}
}

@media (max-width: 620px) {
	.cl-hero.cl-hero--easy {
		padding: 38px 0 46px;
	}

	.cl-hero--easy .cl-hero__grid {
		gap: 28px;
	}

	.cl-hero--easy h1 {
		font-size: 37px;
		max-width: none;
	}

	.cl-hero--easy .cl-lead {
		font-size: 16px;
		line-height: 1.55;
	}

	.cl-beginner-promises {
		margin-top: 22px;
	}

	.cl-method-gallery .cl-section-title > div > p {
		margin-top: 10px;
	}
}
