/* .cleancard-promo {
	background: linear-gradient(130deg, #268bcc 32%, #ffffff 100%);
	padding: 70px 25px;
	border-radius: 20px;
	margin: 50px auto;
	max-width: 1100px;
	box-shadow: 0 10px 35px rgba(0, 0, 0, 0.15);
	text-align: center;
	color: #fff;
	position: relative;
	overflow: hidden;
}

.cleancard-promo::before {
	content: "";
	position: absolute;
	top: -80px;
	right: -80px;
	width: 200px;
	height: 200px;
	background: rgba(38, 139, 204, 0.15);
	border-radius: 50%;
}

.cleancard-promo .promo-title {
	font-size: 2.2rem;
	font-weight: 800;
	color: #fff;
	margin-bottom: 20px;
}

.cleancard-promo .promo-text {
	font-size: 1.15rem;
	margin-bottom: 30px;
	line-height: 1.7;
	color: #fff;
}

.cleancard-promo .promo-list {
	list-style: none;
	padding: 0;
	margin: 0 0 30px;
	display: inline-block;
	text-align: left;
}

.cleancard-promo .promo-list li {
	font-size: 1.1rem;
	margin: 10px 0;
	padding-left: 28px;
	position: relative;
	font-weight: 500;
}

.cleancard-promo .promo-list li::before {
	content: "✔";
	position: absolute;
	left: 0;
	top: 0;
	color: #268bcc;
	font-weight: bold;
}

.cleancard-promo .promo-footer {
	font-size: 1.05rem;
	margin-bottom: 35px;
	font-style: italic;
	color: #fff;
}

.cleancard-promo .promo-btn {
	display: inline-block;
	background: #000;
	background: linear-gradient(130deg, #000 0%, #268bcc 100%);
	color: #fff;
	padding: 15px 40px;
	font-size: 1.2rem;
	font-weight: 600;
	border-radius: 10px;
	text-decoration: none;
	transition: all 0.3s ease;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
}

.cleancard-promo .promo-btn:hover {
	background: linear-gradient(130deg, #268bcc 0%, #000 100%);
	transform: translateY(-3px);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
}

@media screen and (max-width: 767px) {
	.cleancard-promo {
		padding: 20px 10px;
	}
	.cleancard-promo .promo-title {
		font-size: 1.7rem;
	}
	.cleancard-promo .promo-btn {
		padding: 10px 10px;
		font-size: 1rem;
	}
} */

/* ===== CleanCard Hero Styles ===== */
:root {
	--primary-blue: #268bcc;

}

.cleancard-hero {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	min-height: 85vh;
	display: flex;
	align-items: center;

	/* Background image */
background: 
        linear-gradient(rgba(255,255,255,0.8), rgba(255,255,255,0.8)), 
        url("../images/cardbackground.webp") center/cover no-repeat;
}


.cc-container {
	width: min(1250px, 92vw);
	margin: 0 auto;
	padding: clamp(24px, 4vw, 40px) 0;
}

.cc-copy {
	max-width: 680px;

}

.cc-copy .brand {
	color: var(--primary-blue);
	font-weight: 800;
	letter-spacing: 0.2px;
}

.cc-copy h1 {
	font-size: clamp(38px, 6vw, 56px);
	line-height: 1.02;
	margin: 0 0 0.2rem 0;
}

.cc-copy h2 {
	font-size: clamp(22px, 3.2vw, 34px);
	line-height: 1.2;
	margin: 0.25rem 0 1rem;
	font-weight: 800;
}

.cc-copy .lead {
	
	font-size: clamp(15px, 1.6vw, 17px);
	line-height: 1.6;
	margin: 0 0 1.1rem;
}

.cc-copy h3 {
	margin: 0 0 0.4rem;
	font-size: clamp(16px, 2vw, 18px);

}

.cc-list {
	list-style: none;
	padding: 0;
	margin: 0.2rem 0 1.1rem;
}
.cc-list li {
	display: flex;
	align-items: flex-start;
	gap: 0.6rem;
	padding: 0.35rem 0;

	font-size: clamp(14px, 1.6vw, 16px);
	position: relative;
}
.cc-list li::before {
	content: "";
	width: 0.9rem;
	height: 0.9rem;
	flex: 0 0 0.9rem;
	border-radius: 50%;
	border: 2px solid var(--primary-blue);
	margin-top: 0.2rem;
}

.small-note {

	margin: 0 0 1rem;
	font-size: 14px;
}

.cc-btn {
	display: inline-block;
	/* background: #ffc83d; */
	background: #124463;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	padding: 0.9rem 1.25rem;
	border-radius: 0.6rem;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
	transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}
.cc-btn:hover {
	/* transform: translateY(-2px); */
	/* box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16); */
	background: #fff;
	border: 1px dotted #124463;
	color: #124463;
}

/* Top-right logo */
.cc-logo {
	position: absolute;
	top: clamp(14px, 2vw, 24px);
	right: clamp(30px, 8vw, 120px);
	width: clamp(82px, 12vw, 120px);
	height: auto;
	object-fit: contain;
	filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.08));
}

/* Bottom-right card-in-hand image */
.cc-card-hand {
	position: absolute;
	/* right: clamp(8px, 3vw, 28px);
	bottom: clamp(-8px, 1.8vw, 16px); */

	right: clamp(0px, 0px, 0px);
	bottom: clamp(0px, 0px, 0px);

	width: min(44vw, 540px);
	/* max-width: 46%; */
	min-width: 50%;
	height: auto;
	object-fit: contain;
	pointer-events: none;
	user-select: none;
	filter: drop-shadow(0 14px 24px rgba(0, 0, 0, 0.25));
}

/* ===== Responsive tweaks ===== */
@media (max-width: 992px) {
	.cc-card-hand {
		max-width: 52%;
		width: min(52vw, 520px);
		opacity: 0.95;
	}
}
@media (max-width: 768px) {
	.cleancard-hero {
		min-height: auto;
		padding-bottom: 180px;
	}
	.cc-card-hand {
		right: 50%;
		/* transform: translateX(50%); stays visually right-aligned but centered on small screens */
		/* max-width: 68%; */
		/* bottom: -12px; */

		max-width: 68%;
		bottom: 0px;
		right: 0px;
	}
	.cc-logo {
		width: 90px;
	}
}
@media (max-width: 520px) {
	.cc-card-hand {
		/* max-width: 78%; */
                min-width: 80%;
	}
	.cc-btn {
		width: 100%;
		text-align: center;
        font-size: 1rem;
	}
}
