/**
 * Libaas by Eman - Advance Payment & Delivery Incentive
 * Frontend Styles: Luxury Couture Editorial Payment Card
 */

/* Payment Badges for Standard Checkouts */
.lbe-payment-badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 11.5px;
	font-weight: 600;
	padding: 4px 10px;
	border-radius: 999px;
	margin-top: 4px;
	margin-left: 6px;
	vertical-align: middle;
	line-height: 1.3;
	letter-spacing: 0.02em;
	transition: all 0.2s ease;
}

.lbe-badge-advance {
	background: linear-gradient(135deg, #0f3a2c 0%, #165b45 100%);
	color: #ffffff !important;
	border: 1px solid #c5a059;
	box-shadow: 0 2px 8px rgba(15, 58, 44, 0.25);
}

.lbe-badge-advance .lbe-savings-highlight {
	color: #ffd700;
	font-weight: 700;
	text-decoration: underline;
}

.lbe-badge-cod {
	background: #f3f4f6;
	color: #4b5563 !important;
	border: 1px solid #d1d5db;
}

/* ==========================================================================
   Luxury Editorial Payment Card (Thank You & My Account)
   ========================================================================== */
.lbe-thankyou-card {
	margin: 24px 0 32px;
	padding: 0 32px 30px;
	border-radius: 16px;
	background: #ffffff;
	border: 1.5px solid #eae5de;
	box-shadow: 0 8px 30px rgba(20, 19, 17, 0.05);
	font-family: inherit;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
}

.lbe-thankyou-card.lbe-card-bacs {
	border-color: #0f3a2c;
	background: linear-gradient(180deg, #ffffff 0%, #faf8f5 100%);
}

.lbe-card-top-ribbon {
	margin: 0 -32px 24px -32px;
	background: #0f3a2c;
	color: #ffffff;
	padding: 10px 20px;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	font-weight: 800;
	text-align: center;
	line-height: 1.4;
}

.lbe-card-top-ribbon .lbe-ribbon-verified {
	color: #a7f3d0;
}

/* Main Header Group */
.lbe-tcard-header-group {
	margin-top: 0;
	margin-bottom: 24px;
}

.lbe-tcard-main-title {
	color: #0f3a2c;
	font-size: 1.5rem;
	font-weight: 800;
	letter-spacing: -0.01em;
	margin: 0 0 8px 0;
	line-height: 1.25;
}

.lbe-tcard-lead-desc {
	color: #55504a;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin: 0 0 20px 0;
	max-width: 780px;
}

/* Price & Status Badge Bar */
.lbe-tcard-amount-speed-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 16px;
	padding: 16px 20px;
	background: #ffffff;
	border: 1px solid #eae4dc;
	border-radius: 12px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
}

.lbe-amount-highlight {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.lbe-amount-sublabel {
	font-size: 10.5px;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-weight: 700;
	color: #8c8275;
}

.lbe-amount-num {
	font-size: 1.625rem;
	font-weight: 800;
	color: #0f3a2c;
	line-height: 1.1;
}

.lbe-tcard-status-badges {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}

.lbe-speed-pill {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: #ecfdf5;
	border: 1px solid #a7f3d0;
	color: #065f46;
	padding: 6px 14px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 700;
}

.lbe-proof-status-pill {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: #fffbeb;
	border: 1px solid #fde68a;
	color: #92400e;
	padding: 6px 14px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 700;
}

.lbe-pulse-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #f59e0b;
	box-shadow: 0 0 0 0 rgba(245, 158, 11, 0.7);
	animation: lbePulse 1.8s infinite;
}

@keyframes lbePulse {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(245, 158, 11, 0.7);
	}
	70% {
		transform: scale(1);
		box-shadow: 0 0 0 6px rgba(245, 158, 11, 0);
	}
	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(245, 158, 11, 0);
	}
}

/* 3-Step Stepper */
.lbe-payment-stepper {
	display: grid;
	grid-template-columns: 1fr auto 1fr auto 1fr;
	align-items: center;
	gap: 12px;
	margin: 22px 0 24px;
	padding: 16px 20px;
	background: #faf8f5;
	border: 1px solid #eee8e0;
	border-radius: 12px;
}

.lbe-step-item {
	display: flex;
	align-items: center;
	gap: 12px;
}

.lbe-step-badge {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #0f3a2c;
	color: #ffffff;
	font-weight: 800;
	font-size: 13px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.lbe-step-text {
	display: flex;
	flex-direction: column;
	font-size: 12px;
	line-height: 1.35;
}

.lbe-step-text strong {
	color: #141311;
	font-weight: 700;
}

.lbe-step-text span {
	color: #767069;
	font-size: 11px;
}

.lbe-step-divider {
	width: 20px;
	height: 1px;
	background: #ddd7cf;
}

/* Bank Grid */
.lbe-bank-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 14px;
	margin-bottom: 24px;
}

.lbe-bank-box {
	background: #ffffff;
	border: 1.5px solid #e8e3dc;
	border-radius: 12px;
	padding: 18px 20px;
	display: flex;
	align-items: flex-start;
	gap: 16px;
	transition: all 0.2s ease;
	position: relative;
}

.lbe-bank-box:hover {
	border-color: #c5a059;
	box-shadow: 0 4px 14px rgba(197, 160, 89, 0.12);
}

.lbe-box-icon {
	width: 40px;
	height: 40px;
	border-radius: 10px;
	background: #f0fdf4;
	border: 1px solid #dcfce7;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.lbe-box-content {
	flex: 1;
	min-width: 0;
}

.lbe-bank-box .label {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #767069;
	font-weight: 700;
	display: block;
	margin-bottom: 4px;
}

.lbe-bank-box .value {
	color: #141311;
	display: block;
}

.lbe-val-text {
	font-size: 15px;
	font-weight: 700;
	display: flex;
	align-items: center;
	gap: 6px;
}

.lbe-verified-badge {
	font-size: 11px;
	background: #10b981;
	color: #ffffff;
	border-radius: 50%;
	width: 16px;
	height: 16px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 800;
}

.lbe-val-mono {
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.03em;
	word-break: break-all;
	background: #faf8f5;
	padding: 4px 8px;
	border-radius: 6px;
	border: 1px solid #eee8e0;
	display: inline-block;
	margin: 2px 0 8px 0;
}

.lbe-raast-header-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 4px;
}

.lbe-raast-header-row .label {
	margin-bottom: 0 !important;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.lbe-zero-fee-pill {
	font-size: 10px;
	font-weight: 800;
	color: #047857;
	background: #d1fae5;
	border: 1px solid #a7f3d0;
	padding: 2px 8px;
	border-radius: 999px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	white-space: nowrap !important;
	flex-shrink: 0 !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	height: 20px !important;
	line-height: 1 !important;
	box-sizing: border-box !important;
}

/* Copy Button */
.lbe-bank-box .copy-btn {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: #ffffff;
	border: 1px solid #ddd7cf;
	border-radius: 6px;
	padding: 5px 12px;
	font-size: 11.5px;
	font-weight: 600;
	color: #2d2825;
	cursor: pointer;
	transition: all 0.15s ease;
}

.lbe-bank-box .copy-btn:hover {
	background: #faf8f5;
	border-color: #141311;
	color: #141311;
}

.lbe-bank-box .copy-btn.copied {
	background: #0f3a2c;
	border-color: #0f3a2c;
	color: #ffffff;
}

/* WhatsApp Screenshot CTA Box */
.lbe-wa-cta-container {
	background: linear-gradient(135deg, #f0fdf4 0%, #ecfdf5 100%);
	border: 1.5px solid #86efac;
	border-radius: 14px;
	padding: 22px 24px;
	box-shadow: 0 4px 16px rgba(34, 197, 94, 0.08);
	box-sizing: border-box;
	overflow: hidden;
}

.lbe-wa-cta-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.lbe-wa-box-title {
	margin: 0 0 6px 0;
	font-size: 1.125rem;
	font-weight: 800;
	color: #065f46;
	line-height: 1.3;
}

.lbe-wa-box-desc {
	margin: 0;
	font-size: 13px;
	color: #15803d;
	line-height: 1.5;
	max-width: 580px;
}

.lbe-wa-cta-btn-side {
	flex-shrink: 0;
}

.lbe-wa-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	background: linear-gradient(135deg, #25D366 0%, #1da851 100%);
	color: #ffffff !important;
	text-decoration: none !important;
	padding: 14px 24px;
	border-radius: 10px;
	font-weight: 700;
	font-size: 13.5px;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	box-shadow: 0 4px 14px rgba(37, 211, 102, 0.35);
	transition: all 0.2s ease;
	white-space: nowrap;
	box-sizing: border-box;
}

.lbe-wa-button:hover {
	background: #1da851;
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(37, 211, 102, 0.45);
}

.lbe-wa-microcopy {
	margin-top: 14px;
	font-size: 11.5px;
	color: #047857;
	font-weight: 600;
	text-align: center;
	border-top: 1px dashed #bbf7d0;
	padding-top: 10px;
}

/* Verified Paid Box */
.lbe-verified-paid-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	background: #f0fdf4;
	border: 1.5px solid #86efac;
	border-radius: 14px;
	padding: 24px;
}

.lbe-vpaid-icon {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: #10b981;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	font-weight: 800;
	flex-shrink: 0;
}

.lbe-vpaid-content h4 {
	margin: 0 0 4px 0;
	font-size: 1.1rem;
	font-weight: 800;
	color: #065f46;
}

.lbe-vpaid-content p {
	margin: 0;
	font-size: 13px;
	color: #15803d;
}

.lbe-vpaid-btn {
	display: inline-flex;
	align-items: center;
	background: #0f3a2c;
	color: #ffffff !important;
	padding: 10px 18px;
	border-radius: 8px;
	font-size: 12.5px;
	font-weight: 700;
	white-space: nowrap;
}

/* ==========================================================================
   My Account Unpaid Order Alert Banner
   ========================================================================== */
.lbe-unpaid-order-banner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	background: #fffbeb;
	border: 1.5px solid #fcd34d;
	border-radius: 12px;
	padding: 18px 22px;
	margin-bottom: 24px;
	box-shadow: 0 4px 12px rgba(245, 158, 11, 0.08);
}

.lbe-unpaid-banner-left {
	display: flex;
	align-items: center;
	gap: 14px;
}

.lbe-unpaid-banner-icon {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: #fef3c7;
	color: #d97706;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.lbe-unpaid-banner-title {
	margin: 0 0 3px 0;
	font-size: 0.9375rem;
	font-weight: 800;
	color: #92400e;
}

.lbe-unpaid-banner-desc {
	margin: 0;
	font-size: 12.5px;
	color: #78350f;
}

.lbe-unpaid-banner-actions {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-shrink: 0;
}

.lbe-unpaid-banner-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	padding: 10px 18px;
	border-radius: 8px;
	font-size: 12.5px;
	font-weight: 700;
	white-space: nowrap;
	text-decoration: none !important;
	transition: all 0.15s ease;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}

.lbe-unpaid-banner-btn.lbe-btn-bank {
	background: #0f3a2c;
	color: #ffffff !important;
}

.lbe-unpaid-banner-btn.lbe-btn-bank:hover {
	background: #14532d;
	transform: translateY(-1px);
	box-shadow: 0 4px 10px rgba(15, 58, 44, 0.2);
}

.lbe-unpaid-banner-btn.lbe-btn-wa {
	background: #25D366;
	color: #ffffff !important;
}

.lbe-unpaid-banner-btn.lbe-btn-wa:hover {
	background: #1da851;
	transform: translateY(-1px);
	box-shadow: 0 4px 10px rgba(37, 211, 102, 0.3);
}

/* ==========================================================================
   Mobile Responsive Rules (< 768px and < 640px)
   ========================================================================== */
@media (max-width: 768px) {
	.lbe-thankyou-card {
		margin: 16px 0 24px;
		padding: 0 16px 20px;
		border-radius: 14px;
	}

	.lbe-card-top-ribbon {
		margin: 0 -16px 18px -16px;
		padding: 8px 12px;
		font-size: 9.5px;
		letter-spacing: 0.08em;
		line-height: 1.4;
	}

	.lbe-tcard-header-group {
		margin-top: 0;
		margin-bottom: 18px;
	}

	.lbe-tcard-main-title {
		font-size: 1.25rem !important;
		line-height: 1.3 !important;
		margin: 0 0 8px 0 !important;
	}

	.lbe-tcard-lead-desc {
		font-size: 12.5px !important;
		line-height: 1.5 !important;
		margin: 0 0 16px 0 !important;
	}

	.lbe-payment-stepper {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.lbe-step-divider {
		display: none;
	}

	.lbe-wa-cta-container {
		padding: 18px 14px !important;
	}

	.lbe-wa-cta-inner {
		flex-direction: column !important;
		align-items: stretch !important;
		text-align: center !important;
		gap: 14px !important;
	}

	.lbe-wa-box-title {
		font-size: 1rem !important;
		margin-bottom: 4px !important;
	}

	.lbe-wa-box-desc {
		font-size: 12px !important;
		line-height: 1.45 !important;
	}

	.lbe-wa-cta-btn-side {
		width: 100% !important;
	}

	.lbe-wa-button {
		width: 100% !important;
		max-width: 100% !important;
		box-sizing: border-box !important;
		padding: 13px 12px !important;
		font-size: 12.5px !important;
		letter-spacing: 0.02em !important;
		white-space: normal !important;
		line-height: 1.25 !important;
		display: flex !important;
		justify-content: center !important;
		text-align: center !important;
		gap: 8px !important;
	}

	.lbe-wa-button svg {
		width: 18px !important;
		height: 18px !important;
		flex-shrink: 0 !important;
	}

	.lbe-unpaid-order-banner {
		flex-direction: column;
		align-items: stretch;
		gap: 14px;
	}

	.lbe-unpaid-banner-actions {
		flex-direction: column;
		width: 100%;
		gap: 8px;
	}

	.lbe-unpaid-banner-btn {
		width: 100%;
		justify-content: center;
	}
}

@media (max-width: 640px) {
	.lbe-bank-grid {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.lbe-tcard-amount-speed-row {
		flex-direction: column;
		align-items: flex-start;
		gap: 12px;
	}

	.lbe-bank-box {
		padding: 14px 16px;
	}

	.lbe-val-mono {
		font-size: 13.5px;
		width: 100%;
		box-sizing: border-box;
	}

	.lbe-bank-box .copy-btn {
		width: 100%;
		justify-content: center;
		padding: 8px 12px;
	}
}
