/* ==========================================================================
   WC Landing Page Builder — Premium Organic & Fresh Styles
   ========================================================================== */

.wclpb-order-form-wrap {
	max-width: 480px;
	margin: 0 auto;
	position: relative;
	font-family: 'Plus Jakarta Sans', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	--wclpb-accent-1: #10b981; /* Fresh Emerald */
	--wclpb-accent-2: #059669; /* Deep Forest Emerald */
	--wclpb-ink: #0f172a;     /* Sophisticated Navy Slate */
	--wclpb-muted: #64748b;   /* Soft slate gray */
	--wclpb-bg-light: #f8fafc;
	--wclpb-border: #e2e8f0;
	overflow: visible;
}

/* ---- Botanical Shadow Overlays (Palm Leaf Shadows) ------------------- */
.wclpb-shadow-leaf {
	position: absolute;
	width: 260px;
	height: 260px;
	background-size: contain;
	background-repeat: no-repeat;
	pointer-events: none;
	z-index: 0;
	mix-blend-mode: multiply;
	display: block;
	/* Detailed botanical palm branch SVG encoded */
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120' fill='%231b4332'%3E%3Cpath opacity='0.06' d='M10 110c15-15 35-30 60-45-12 2-25 2-35-1 15-5 35-7 55-5-15-5-30-10-40-16 20 0 40 2 55 8-15-10-28-22-34-34 20 6 36 18 46 32-10-18-18-38-20-54 12 14 20 32 24 50-2-20-1-42 4-60 4 18 6 38 4 58 6-18 16-36 29-50-4 20-10 38-19 54 14-14 31-24 50-30-12 14-25 25-40 33 20-8 42-12 62-12-18 10-37 18-56 23 22-2 45-1 66 3-22 5-45 7-68 6 22 4 43 11 61 20-22 0-44-6-65-14z'/%3E%3C/svg%3E");
}

.wclpb-shadow-leaf-1 {
	top: -70px;
	right: -80px;
	transform: rotate(15deg);
}

.wclpb-shadow-leaf-2 {
	bottom: -80px;
	left: -90px;
	transform: rotate(-135deg);
}

/* ---- Hero image on landing page ------------------------------------------ */
.wclpb-hero-image img {
	border-radius: 24px;
	box-shadow: 0 24px 60px -15px rgba(15, 23, 42, 0.12);
	width: 100%;
	height: auto;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.wclpb-product-heading.elementor-heading-title {
	font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
	font-size: clamp(30px, 4vw, 46px);
	font-weight: 800;
	color: var(--wclpb-ink);
	line-height: 1.15;
	letter-spacing: -0.025em;
	margin-bottom: 16px;
}

.wclpb-product-tagline {
	font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
	color: var(--wclpb-muted);
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 28px;
}

/* ---- Card ---------------------------------------------------------------- */
.wclpb-card {
	background: #ffffff;
	border-radius: 24px;
	border: 1px solid rgba(16, 185, 129, 0.08);
	box-shadow: 0 20px 50px -12px rgba(15, 23, 42, 0.08), 0 1px 3px rgba(16, 24, 40, 0.03);
	padding: 36px;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}

/* ---- Pricing Summary ----------------------------------------------------- */
.wclpb-product-summary {
	margin-bottom: 24px;
	text-align: center;
}

.wclpb-product-price-wrap {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	flex-wrap: wrap;
}

.wclpb-price-active {
	font-size: 2.1em;
	font-weight: 800;
	color: var(--wclpb-accent-2);
	line-height: 1;
	letter-spacing: -0.02em;
}

.wclpb-price-regular {
	font-size: 1.2em;
	font-weight: 600;
	color: #94a3b8;
	text-decoration: line-through;
}

.wclpb-price-discount {
	background: #fef3c7; /* Soft gold/amber */
	color: #d97706;      /* Dark gold/amber */
	font-size: 11px;
	font-weight: 700;
	padding: 6px 12px;
	border-radius: 9999px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	box-shadow: 0 2px 8px rgba(217, 151, 6, 0.08);
	display: inline-flex;
	align-items: center;
}

/* ---- Trust badges --------------------------------------------------------- */
.wclpb-trust-badges {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 8px;
	list-style: none;
	margin: 0 0 28px;
	padding: 16px 8px;
	background: #f0fdf4; /* Mint tint */
	border-radius: 16px;
	border: 1px solid rgba(16, 185, 129, 0.08);
}

.wclpb-trust-badges li {
	text-align: center;
	font-size: 11px;
	font-weight: 700;
	color: var(--wclpb-ink);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	line-height: 1.3;
}

.wclpb-badge-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	background: #ffffff;
	border-radius: 50%;
	color: var(--wclpb-accent-1);
	box-shadow: 0 4px 10px rgba(16, 185, 129, 0.08);
	transition: transform 0.2s ease;
}

.wclpb-badge-icon:hover {
	transform: translateY(-2px);
}

.wclpb-svg-icon {
	width: 18px;
	height: 18px;
	stroke-width: 2.2;
}

/* ---- Fields ---------------------------------------------------------------- */
.wclpb-order-form .wclpb-field {
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
}

.wclpb-order-form label {
	margin-bottom: 8px;
	font-weight: 700;
	font-size: 12px;
	color: var(--wclpb-ink);
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.wclpb-order-form .required {
	color: #ef4444;
}

.wclpb-order-form input,
.wclpb-order-form textarea {
	padding: 14px 18px;
	border: 1.5px solid var(--wclpb-border);
	background: var(--wclpb-bg-light);
	border-radius: 14px;
	font-size: 15px;
	font-weight: 500;
	width: 100%;
	box-sizing: border-box;
	font-family: inherit;
	color: var(--wclpb-ink);
	transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.wclpb-order-form textarea {
	resize: vertical;
	min-height: 80px;
}

.wclpb-order-form input::placeholder,
.wclpb-order-form textarea::placeholder {
	color: #94a3b8;
}

.wclpb-order-form input:focus,
.wclpb-order-form textarea:focus {
	outline: none;
	border-color: var(--wclpb-accent-1);
	background: #ffffff;
	box-shadow: 0 0 0 4px rgba(16, 185, 129, 0.12);
}

/* ---- Quantity stepper -------------------------------------------------- */
.wclpb-quantity-field {
	margin-bottom: 24px !important;
}

.wclpb-qty-stepper {
	display: flex;
	align-items: center;
	width: 130px;
	border: 1.5px solid var(--wclpb-border);
	border-radius: 14px;
	overflow: hidden;
	background: var(--wclpb-bg-light);
	transition: border-color 0.2s ease;
}

.wclpb-qty-stepper:focus-within {
	border-color: var(--wclpb-accent-1);
}

.wclpb-qty-btn {
	background: transparent;
	border: none;
	width: 40px;
	height: 42px;
	font-size: 20px;
	font-weight: 600;
	color: #64748b;
	cursor: pointer;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.15s ease, color 0.15s ease;
}

.wclpb-qty-btn:hover {
	background: #f1f5f9;
	color: var(--wclpb-accent-1);
}

.wclpb-qty-stepper input[type="number"] {
	width: 50px;
	text-align: center;
	border: none;
	background: transparent;
	padding: 0;
	font-size: 16px;
	font-weight: 700;
	color: var(--wclpb-ink);
	-moz-appearance: textfield;
}

.wclpb-qty-stepper input[type="number"]::-webkit-outer-spin-button,
.wclpb-qty-stepper input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* ---- Submit button -------------------------------------------------------- */
.wclpb-submit-btn {
	width: 100%;
	padding: 18px 24px;
	margin-top: 10px;
	background: linear-gradient(135deg, var(--wclpb-accent-1), var(--wclpb-accent-2));
	color: #ffffff;
	border: none;
	border-radius: 16px;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	cursor: pointer;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	box-shadow: 0 10px 25px -5px rgba(16, 185, 129, 0.35);
	transition: transform 0.2s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.2s ease, filter 0.2s ease;
}

.wclpb-btn-icon {
	font-size: 1.2em;
	display: inline-flex;
	align-items: center;
}

.wclpb-submit-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 15px 30px -5px rgba(16, 185, 129, 0.45);
	filter: brightness(1.05);
}

.wclpb-submit-btn:active {
	transform: translateY(0);
	box-shadow: 0 5px 15px -5px rgba(16, 185, 129, 0.35);
}

.wclpb-submit-btn:disabled {
	opacity: 0.7;
	cursor: not-allowed;
	transform: none;
}

.wclpb-spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 20px;
	height: 20px;
	border: 2.5px solid rgba(255, 255, 255, 0.3);
	border-top-color: #ffffff;
	border-radius: 50%;
	animation: wclpb-spin 0.6s linear infinite;
}

@keyframes wclpb-spin {
	to {
		transform: translate(-50%, -50%) rotate(360deg);
	}
}

.wclpb-privacy-note {
	margin: 16px 0 0;
	font-size: 12px;
	color: var(--wclpb-muted);
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	font-weight: 500;
}

.wclpb-privacy-note::before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><rect x='3' y='11' width='18' height='11' rx='2' ry='2'></rect><path d='M7 11V7a5 5 0 0 1 10 0v4'></path></svg>");
	background-repeat: no-repeat;
	background-size: contain;
}

/* ---- Messages -------------------------------------------------------------- */
.wclpb-form-message {
	margin-top: 18px;
	padding: 14px;
	border-radius: 14px;
	font-size: 14px;
	text-align: center;
	font-weight: 600;
	line-height: 1.4;
}

.wclpb-form-message:empty {
	display: none;
}

.wclpb-form-message.wclpb-success {
	background-color: #ecfdf5;
	color: #065f46;
	border: 1px solid #a7f3d0;
}

.wclpb-form-message.wclpb-error {
	background-color: #fef2f2;
	color: #991b1b;
	border: 1px solid #fecaca;
}

/* ---- Responsive ------------------------------------------------------------ */
@media (max-width: 480px) {
	.wclpb-card {
		padding: 24px 20px;
		border-radius: 20px;
	}

	.wclpb-trust-badges {
		font-size: 10px;
		padding: 12px 6px;
	}
	
	.wclpb-shadow-leaf-1 {
		right: -40px;
		top: -40px;
		width: 180px;
		height: 180px;
	}
	
	.wclpb-shadow-leaf-2 {
		left: -55px;
		bottom: -40px;
		width: 180px;
		height: 180px;
	}
}
