/**
 * Jeevi IQ Test — checkout-2 signature reskin (approved 2026-07-27).
 * Every rule is scoped to body.jiq-checkout-skin — removing the class (or
 * the kill switch) restores the stock checkout untouched.
 */

/* ---------- Page shell: warm wash, theme chrome off ---------- */
body.jiq-checkout-skin { background: linear-gradient(180deg, #FFF3E9 0%, #FFF9F3 55%, #FFFAF5 100%) !important; }
body.jiq-checkout-skin #masthead,
body.jiq-checkout-skin header#masthead,
body.jiq-checkout-skin header.entry-header,
body.jiq-checkout-skin .hfe-nav-menu__toggle,
body.jiq-checkout-skin #colophon,
body.jiq-checkout-skin footer#colophon,
body.jiq-checkout-skin .footer-width-fixer {
	display: none !important;
}
body.jiq-checkout-skin,
body.jiq-checkout-skin #page {
	overflow-x: clip !important;
}
body.jiq-checkout-skin .woocommerce {
	max-width: 560px !important;
	margin: 0 auto !important;
	padding: 0 16px 44px !important;
	float: none !important;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Inter", "Helvetica Neue", Roboto, Arial, sans-serif !important;
	color: #1C1917;
}
body.jiq-checkout-skin .woocommerce *,
body.jiq-checkout-skin .woocommerce *::before,
body.jiq-checkout-skin .woocommerce *::after { box-sizing: border-box; }
/* Font seal — the theme serif must not reach any checkout element. */
body.jiq-checkout-skin .woocommerce,
body.jiq-checkout-skin .woocommerce * {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Inter", "Helvetica Neue", Roboto, Arial, sans-serif !important;
	letter-spacing: normal;
	word-spacing: normal;
}

/* ---------- Injected brand bar (full-bleed) ---------- */
body.jiq-checkout-skin .jiq-co-bar {
	display: flex;
	align-items: center;
	gap: 14px;
	height: 62px;
	margin: 0 calc(50% - 50vw) 24px !important;
	padding: 0 16px !important;
	background: #1E3A5C !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
body.jiq-checkout-skin .jiq-co-bar-logo { flex: 0 0 auto; display: flex; align-items: center; min-width: 0; }
body.jiq-checkout-skin .jiq-co-bar-logo img {
	display: block;
	height: 32px !important;
	width: auto !important;
	margin: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}
body.jiq-checkout-skin .jiq-co-bar-spacer { flex: 1 1 auto; }
body.jiq-checkout-skin .jiq-co-bar-secure {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	gap: 5px;
	font-size: 12px !important;
	font-weight: 600 !important;
	color: #8FE6B0 !important;
	white-space: nowrap;
}
@media (min-width: 700px) {
	body.jiq-checkout-skin .jiq-co-bar { height: 68px; padding: 0 24px !important; }
	body.jiq-checkout-skin .jiq-co-bar-logo img { height: 40px !important; }
}

/* ---------- Heading ---------- */
body.jiq-checkout-skin .jiq-co-head { text-align: center; margin: 0 0 18px; }
body.jiq-checkout-skin .jiq-co-eyebrow {
	margin: 0 !important;
	font-size: 10.5px !important;
	font-weight: 800 !important;
	letter-spacing: 2.6px !important;
	text-transform: uppercase;
	color: #A16A2E !important;
}
body.jiq-checkout-skin .jiq-co-title {
	margin: 8px 0 0 !important;
	font-size: 22px !important;
	font-weight: 850 !important;
	letter-spacing: -0.02em !important;
	line-height: 1.2 !important;
	color: #1C1917 !important;
	text-transform: none !important;
}
body.jiq-checkout-skin .jiq-co-tag {
	margin: 6px 0 0 !important;
	font-size: 13px !important;
	color: #6B6560 !important;
}

/* ---------- Notices / coupon / login prompts: quiet ---------- */
body.jiq-checkout-skin .woocommerce-form-coupon-toggle,
body.jiq-checkout-skin .woocommerce-form-login-toggle,
body.jiq-checkout-skin .woocommerce-additional-fields,
body.jiq-checkout-skin .woocommerce-shipping-fields { display: none !important; }
body.jiq-checkout-skin .woocommerce-error,
body.jiq-checkout-skin .woocommerce-message,
body.jiq-checkout-skin .woocommerce-info {
	background: #fff !important;
	border: 1px solid #F2C6C0 !important;
	border-radius: 14px !important;
	color: #7F2D22 !important;
	font-size: 13px !important;
	padding: 13px 16px !important;
	margin: 0 0 14px !important;
	list-style: none !important;
}

/* ---------- 1:1 section order (approved mock): ORDER SUMMARY ->
   YOUR DETAILS -> PAYMENT. The review wrapper becomes display:contents
   so its table and #payment interleave as flex items around billing.
   WC fragment updates re-render the same nodes; class/id rules reapply. */
body.jiq-checkout-skin form.checkout.woocommerce-checkout {
	display: flex !important;
	flex-direction: column !important;
}
body.jiq-checkout-skin form.checkout.woocommerce-checkout > #order_review_heading { order: 1; }
body.jiq-checkout-skin form.checkout.woocommerce-checkout > #order_review { display: contents !important; }
body.jiq-checkout-skin #order_review > table.shop_table { order: 2; }
body.jiq-checkout-skin form.checkout.woocommerce-checkout > .col2-set { order: 3; margin: 14px 0 0 !important; }
body.jiq-checkout-skin #order_review > #payment { order: 4; }
body.jiq-checkout-skin #order_review > .jiq-co-assure { order: 5; }

/* ---------- Cards: billing + order review ---------- */
body.jiq-checkout-skin .woocommerce .col2-set,
body.jiq-checkout-skin .woocommerce .col2-set .col-1,
body.jiq-checkout-skin .woocommerce .col2-set .col-2 {
	float: none !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}
body.jiq-checkout-skin .woocommerce-billing-fields {
	background: #fff !important;
	border: 1px solid rgba(28, 25, 23, 0.06) !important;
	border-radius: 18px !important;
	box-shadow: 0 14px 34px -20px rgba(28, 25, 23, 0.25) !important;
	padding: 18px 16px !important;
	margin: 0 !important;
}
/* Card captions (Billing h3 + "Order summary" heading). */
body.jiq-checkout-skin .woocommerce-billing-fields > h3,
body.jiq-checkout-skin #order_review_heading {
	margin: 0 0 13px !important;
	padding: 0 !important;
	border: 0 !important;
	font-size: 10.5px !important;
	font-weight: 800 !important;
	letter-spacing: 2.2px !important;
	text-transform: uppercase !important;
	color: #A8802F !important;
}
/* The review heading sits OUTSIDE the review card in the DOM — dress it as
   the card's cap by fusing it onto the card below. */
body.jiq-checkout-skin #order_review_heading {
	background: #fff !important;
	border: 1px solid rgba(28, 25, 23, 0.06) !important;
	border-bottom: 0 !important;
	border-radius: 18px 18px 0 0 !important;
	box-shadow: 0 -8px 24px -20px rgba(28, 25, 23, 0.25) !important;
	padding: 18px 16px 0 !important;
	margin: 0 !important;
}


/* ---------- Billing fields ---------- */
body.jiq-checkout-skin .woocommerce form .form-row {
	float: none !important;
	width: 100% !important;
	margin: 0 0 12px !important;
	padding: 0 !important;
	display: block;
}
body.jiq-checkout-skin .woocommerce form .form-row label {
	display: block !important;
	float: none !important;
	font-size: 12px !important;
	font-weight: 700 !important;
	color: #57534E !important;
	margin: 0 0 6px !important;
}
body.jiq-checkout-skin .woocommerce form .form-row .required { color: #E4551F !important; text-decoration: none !important; }
body.jiq-checkout-skin .woocommerce form .form-row input.input-text {
	width: 100% !important;
	font-size: 16px !important; /* iOS: never under 16px or Safari zooms + pans */
	line-height: 1.4 !important;
	padding: 13px 14px !important;
	border: 1.5px solid #E8E0D3 !important;
	border-radius: 12px !important;
	background: #FFFDFA !important;
	color: #1C1917 !important;
	box-shadow: none !important;
	outline: none !important;
}
body.jiq-checkout-skin .woocommerce form .form-row input.input-text:focus {
	border-color: #F0A868 !important;
	box-shadow: 0 0 0 3px rgba(240, 130, 30, 0.12) !important;
}

body.jiq-checkout-skin .jiq-co-hint {
	font-size: 11.5px !important;
	color: #8A837C !important;
	margin: -2px 0 0 !important;
}

/* ---------- Order review table ---------- */
body.jiq-checkout-skin .woocommerce table.shop_table {
	background: #fff !important;
	border: 1px solid rgba(28, 25, 23, 0.06) !important;
	border-top: 0 !important;
	border-radius: 0 0 18px 18px !important;
	box-shadow: 0 14px 34px -20px rgba(28, 25, 23, 0.25) !important;
	margin: 0 !important;
	padding: 0 16px 14px !important;
	border-collapse: separate !important;
	border-spacing: 0 !important;
	width: 100% !important;
	display: block;
}
body.jiq-checkout-skin .woocommerce table.shop_table tbody,
body.jiq-checkout-skin .woocommerce table.shop_table tfoot { display: block; width: 100%; }
body.jiq-checkout-skin .woocommerce table.shop_table tr { display: flex; align-items: center; width: 100%; gap: 10px; }
body.jiq-checkout-skin .woocommerce table.shop_table tr.cart_item td.product-name { flex: 1 1 auto; }
body.jiq-checkout-skin .woocommerce table.shop_table tr.order-total th { flex: 1 1 auto; }
body.jiq-checkout-skin .woocommerce table.shop_table thead { display: none !important; }
body.jiq-checkout-skin .woocommerce table.shop_table th,
body.jiq-checkout-skin .woocommerce table.shop_table td {
	border: 0 !important;
	background: transparent !important;
	padding: 8px 0 !important;
	font-size: 13.5px !important;
	color: #1C1917 !important;
}
/* Product line: thumb + two-line name + price. */
body.jiq-checkout-skin .woocommerce table.shop_table td.product-name {
	display: flex;
	align-items: center;
	gap: 12px;
	text-align: left !important;
}
body.jiq-checkout-skin .jiq-co-thumb { flex: 0 0 auto; display: block; width: 56px; }
body.jiq-checkout-skin .jiq-co-thumb img {
	display: block;
	width: 56px !important;
	height: auto !important;
	border-radius: 6px !important;
	border: 1px solid #EDE5D8 !important;
	margin: 0 !important;
}
body.jiq-checkout-skin .jiq-co-item { flex: 1 1 auto; min-width: 0; }
body.jiq-checkout-skin .jiq-co-item-name { display: block; font-size: 13.5px !important; font-weight: 700 !important; line-height: 1.35 !important; }
body.jiq-checkout-skin .woocommerce table.shop_table td.product-name .product-quantity { display: none !important; }
body.jiq-checkout-skin .jiq-co-item-sub { display: block; font-size: 11.5px !important; font-weight: 500 !important; color: #8A837C !important; margin-top: 2px; }
body.jiq-checkout-skin .woocommerce table.shop_table td.product-total { text-align: right !important; font-weight: 800 !important; white-space: nowrap; }
/* Hide the subtotal + fee bookkeeping rows — the total tells the story. */
body.jiq-checkout-skin .woocommerce table.shop_table tr.cart-subtotal,
body.jiq-checkout-skin .woocommerce table.shop_table tr.fee { display: none !important; }
/* Total row. */
body.jiq-checkout-skin .woocommerce table.shop_table tr.order-total th,
body.jiq-checkout-skin .woocommerce table.shop_table tr.order-total td {
	border-top: 1px solid #F1EAE0 !important;
	padding: 14px 0 6px !important;
	vertical-align: middle !important;
}
body.jiq-checkout-skin .woocommerce table.shop_table tr.order-total th { font-size: 14px !important; font-weight: 800 !important; text-align: left !important; }
body.jiq-checkout-skin .woocommerce table.shop_table tr.order-total th::after {
	content: "One-time payment";
	display: block;
	font-size: 11px;
	font-weight: 500;
	color: #8A837C;
	letter-spacing: normal;
	text-transform: none;
	margin-top: 2px;
}
body.jiq-checkout-skin .woocommerce table.shop_table tr.order-total td {
	display: flex !important;
	align-items: center !important;
	justify-content: flex-end !important;
	gap: 8px;
	flex-wrap: nowrap;
	white-space: nowrap;
	text-align: right !important;
}
body.jiq-checkout-skin .jiq-co-strike { font-size: 13px !important; color: #A29A8E !important; text-decoration: line-through !important; font-weight: 600 !important; margin-right: 0; white-space: nowrap; }
body.jiq-checkout-skin .woocommerce table.shop_table tr.order-total td .jiq-co-strike .amount,
body.jiq-checkout-skin .jiq-co-strike .amount { color: #A29A8E !important; font-size: 13px !important; font-weight: 600 !important; letter-spacing: normal !important; }
body.jiq-checkout-skin .jiq-co-off {
	display: inline-block;
	font-size: 10.5px !important;
	font-weight: 800 !important;
	color: #0E7A46 !important;
	background: #EAF7EF !important;
	border: 1px solid #CDEBD8 !important;
	border-radius: 999px;
	padding: 4px 9px;
	white-space: nowrap;
	vertical-align: 2px;
}
body.jiq-checkout-skin .jiq-co-amt .amount,
body.jiq-checkout-skin .woocommerce table.shop_table tr.order-total td .amount {
	font-size: 21px !important;
	font-weight: 850 !important;
	letter-spacing: -0.02em !important;
	color: #1C1917 !important;
	white-space: nowrap;
}

/* ---------- Payment ---------- */
body.jiq-checkout-skin #payment {
	background: #fff !important;
	border: 1px solid rgba(28, 25, 23, 0.06) !important;
	border-radius: 18px !important;
	box-shadow: 0 14px 34px -20px rgba(28, 25, 23, 0.25) !important;
	padding: 18px 16px !important;
	margin: 14px 0 0 !important;
}
body.jiq-checkout-skin #payment::before {
	content: "Payment";
	display: block;
	font-size: 10.5px !important;
	font-weight: 800 !important;
	letter-spacing: 2.2px !important;
	text-transform: uppercase !important;
	color: #A8802F !important;
	margin: 0 0 13px;
}
body.jiq-checkout-skin #payment ul.wc_payment_methods {
	border: 0 !important;
	padding: 0 !important;
	margin: 0 0 14px !important;
	list-style: none !important;
}
body.jiq-checkout-skin #payment ul.wc_payment_methods li.wc_payment_method {
	background: #fff !important;
	border: 2px solid #EDE5D8 !important;
	border-radius: 14px !important;
	padding: 13px 14px !important;
	margin: 0 0 10px !important;
	list-style: none !important;
}
body.jiq-checkout-skin #payment ul.wc_payment_methods li.wc_payment_method:has(input:checked) {
	border-color: #F0A868 !important;
	background: #FFF9F2 !important;
}
body.jiq-checkout-skin #payment li.wc_payment_method > label {
	display: inline !important;
	font-size: 14px !important;
	font-weight: 750 !important;
	color: #1C1917 !important;
	cursor: pointer;
}
body.jiq-checkout-skin #payment li.wc_payment_method > label img { max-height: 22px; width: auto; vertical-align: middle; margin-left: 6px; }
body.jiq-checkout-skin #payment input.input-radio,
body.jiq-checkout-skin #payment input[type="radio"] {
	accent-color: #E4551F;
	width: 17px;
	height: 17px;
	margin: 0 8px 0 0 !important;
	vertical-align: -3px;
}
body.jiq-checkout-skin #payment div.payment_box {
	background: transparent !important;
	border: 0 !important;
	padding: 8px 0 0 25px !important;
	margin: 0 !important;
	font-size: 12px !important;
	color: #6B6560 !important;
	line-height: 1.5 !important;
}
body.jiq-checkout-skin #payment div.payment_box::before { display: none !important; }
body.jiq-checkout-skin .jiq-co-badge {
	display: block;
	width: 88% !important;
	max-width: 320px;
	height: auto !important;
	margin: 2px auto 14px !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}

/* ---------- Place order ---------- */
body.jiq-checkout-skin #payment .form-row.place-order { padding: 0 !important; margin: 0 !important; }
body.jiq-checkout-skin #place_order {
	position: relative !important;
	overflow: hidden !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 100% !important;
	margin: 2px 0 0 !important;
	padding: 17px 20px !important;
	border: 0 !important;
	border-radius: 13px !important;
	background: linear-gradient(135deg, #F79A3B 0%, #F0821E 45%, #E4551F 100%) !important;
	color: #fff !important;
	font-size: 15px !important;
	font-weight: 800 !important;
	letter-spacing: 0.05em !important;
	text-transform: uppercase !important;
	text-shadow: 0 1px 2px rgba(160, 50, 10, 0.25);
	box-shadow: 0 10px 24px -9px rgba(228, 85, 31, 0.55) !important;
	cursor: pointer;
	transition: transform 0.15s ease, box-shadow 0.2s ease;
}
body.jiq-checkout-skin #place_order:hover {
	transform: translateY(-1px);
	box-shadow: 0 14px 30px -9px rgba(228, 85, 31, 0.62) !important;
}
body.jiq-checkout-skin #place_order::after {
	content: "";
	display: block;
	position: absolute;
	top: -40%; bottom: -40%;
	left: -70%;
	width: 46%;
	background: linear-gradient(105deg, transparent, rgba(255, 255, 255, 0.5) 48%, transparent);
	transform: skewX(-18deg);
	animation: jiq-co-shine 3.2s ease-in-out infinite;
	pointer-events: none;
}
@keyframes jiq-co-shine {
	0% { left: -70%; }
	55%, 100% { left: 130%; }
}

/* ---------- Assurance row + small print ---------- */
body.jiq-checkout-skin .jiq-co-assure {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 8px 14px;
	margin: 13px 0 0;
	font-size: 11px !important;
	font-weight: 600 !important;
	color: #8A837C !important;
}
body.jiq-checkout-skin .jiq-co-assure span { display: inline-flex; align-items: center; gap: 5px; white-space: nowrap; }
body.jiq-checkout-skin .woocommerce-terms-and-conditions-wrapper,
body.jiq-checkout-skin .woocommerce-privacy-policy-text p {
	font-size: 11px !important;
	color: #A29A8E !important;
	line-height: 1.6 !important;
	margin: 10px 0 0 !important;
	text-align: center;
}

@media (prefers-reduced-motion: reduce) {
	body.jiq-checkout-skin #place_order::after { animation: none !important; }
	body.jiq-checkout-skin #place_order:hover { transform: none; }
}
