.organela-poeni-balance-card {
	background: linear-gradient(135deg, #53B748 0%, #3d8c35 100%);
	color: #fff;
	padding: 24px;
	border-radius: 16px;
	text-align: center;
	margin-bottom: 24px;
	box-shadow: 0 4px 15px rgba(83, 183, 72, 0.3);
}

.organela-poeni-balance-label {
	opacity: 0.9;
	margin-bottom: 8px;
}

.organela-poeni-balance-value {
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: 6px;
}

.organela-poeni-balance-worth {
	opacity: 0.9;
}

.organela-poeni-history td.pos {
	color: #2e7d32;
	font-weight: 600;
}

.organela-poeni-history td.neg {
	color: #c62828;
	font-weight: 600;
}

.organela-poeni-redeem-box {
	border: 1px solid #d8e8d7;
	background: #edfced;
	padding: 16px;
	border-radius: 10px;
	margin: 12px 0 20px;
}

.organela-poeni-apply-row {
	display: flex;
	gap: 8px;
	align-items: center;
	flex-wrap: wrap;
}

.organela-poeni-points-input {
	max-width: 120px;
}

.organela-poeni-ajax-msg {
	margin: 8px 0 0;
}

.organela-poeni-cart-msg {
	margin-bottom: 12px !important;
}

/* ——— Checkout compact row ——— */
.op-poeni-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin: 0 0 14px;
	padding: 12px 14px;
	border: 1px solid rgba(61, 140, 53, 0.18);
	border-radius: 14px;
	background: rgba(61, 140, 53, 0.06);
	font-family: 'Raleway', sans-serif;
}

.op-poeni-row__text {
	min-width: 0;
	flex: 1;
}

.op-poeni-row__label {
	font-size: 0.9rem;
	font-weight: 500;
	line-height: 1.35;
	color: #1a2418;
}

.op-poeni-row__label strong {
	font-weight: 700;
	color: rgb(61, 140, 53);
}

.op-poeni-row__btn {
	flex-shrink: 0;
	border: 0;
	border-radius: 10px;
	background: rgb(61, 140, 53);
	color: #fff;
	font: 700 0.82rem/1 'Raleway', sans-serif;
	padding: 10px 14px;
	cursor: pointer;
	white-space: nowrap;
	transition: background 0.15s ease;
}

.op-poeni-row__btn:hover {
	background: #FA6619;
}

.op-poeni-row__btn--ghost {
	background: transparent;
	color: rgb(61, 140, 53);
	border: 1px solid rgba(61, 140, 53, 0.28);
}

.op-poeni-row__btn--ghost:hover {
	background: rgba(61, 140, 53, 0.08);
	color: rgb(42, 108, 38);
}

.op-poeni-row .organela-poeni-ajax-msg {
	flex-basis: 100%;
	margin: 0;
	font-size: 0.82rem;
}

/* ——— Modal ——— */
body.op-poeni-modal-open {
	overflow: hidden;
}

.op-poeni-modal[hidden] {
	display: none !important;
}

.op-poeni-modal {
	position: fixed;
	inset: 0;
	z-index: 100050;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	font-family: 'Raleway', sans-serif;
}

.op-poeni-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(17, 17, 17, 0.45);
	backdrop-filter: blur(2px);
}

.op-poeni-modal__dialog {
	position: relative;
	z-index: 1;
	width: min(100%, 420px);
	padding: 28px 24px 22px;
	border-radius: 22px;
	background: #fff;
	border: 1px solid rgba(61, 140, 53, 0.14);
	box-shadow: 0 24px 60px rgba(26, 36, 24, 0.18);
	animation: op-poeni-pop 0.28s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes op-poeni-pop {
	from { opacity: 0; transform: translateY(10px) scale(0.98); }
	to { opacity: 1; transform: translateY(0) scale(1); }
}

.op-poeni-modal__x {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 36px;
	height: 36px;
	border: 0;
	border-radius: 10px;
	background: transparent;
	color: #5c6b58;
	font-size: 1.5rem;
	line-height: 1;
	cursor: pointer;
}

.op-poeni-modal__x:hover {
	background: #f4faf2;
	color: #1a2418;
}

.op-poeni-modal__title {
	margin: 0 0 8px;
	font-family: 'Playfair Display', Georgia, serif;
	font-size: 1.45rem;
	font-weight: 700;
	letter-spacing: -0.02em;
	color: #1a2418;
}

.op-poeni-modal__lede {
	margin: 0 0 18px;
	font-size: 0.92rem;
	line-height: 1.5;
	font-weight: 500;
	color: #5c6b58;
}

.op-poeni-modal__field {
	display: block;
	margin: 0 0 8px;
}

.op-poeni-modal__field-label {
	display: block;
	margin-bottom: 7px;
	font-size: 0.78rem;
	font-weight: 700;
	color: #3d4a3a;
}

.op-poeni-modal__input {
	width: 100%;
	min-height: 50px;
	padding: 12px 16px;
	border-radius: 14px;
	border: 1px solid rgba(61, 140, 53, 0.18);
	font: 600 1.05rem/1.3 'Raleway', sans-serif;
	color: #1a2418;
	outline: none;
	box-sizing: border-box;
}

.op-poeni-modal__input:focus {
	border-color: rgb(61, 140, 53);
	box-shadow: 0 0 0 4px rgba(61, 140, 53, 0.12);
}

.op-poeni-modal__hint {
	margin: 0 0 18px;
	font-size: 0.84rem;
	color: #5c6b58;
}

.op-poeni-modal__hint strong {
	color: rgb(61, 140, 53);
}

.op-poeni-modal__actions {
	display: flex;
	gap: 10px;
	justify-content: flex-end;
}

.op-poeni-modal__btn {
	min-height: 44px;
	padding: 0 18px;
	border: 0;
	border-radius: 12px;
	background: rgb(61, 140, 53);
	color: #fff;
	font: 700 0.9rem/1 'Raleway', sans-serif;
	cursor: pointer;
}

.op-poeni-modal__btn:hover {
	background: #FA6619;
}

.op-poeni-modal__btn--ghost {
	background: transparent;
	color: #5c6b58;
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.op-poeni-modal__btn--ghost:hover {
	background: #f4faf2;
	color: #1a2418;
}

.op-poeni-modal__msg {
	margin: 12px 0 0;
	font-size: 0.86rem;
}

@media (max-width: 480px) {
	.op-poeni-row {
		flex-wrap: wrap;
	}

	.op-poeni-row__btn {
		width: 100%;
		text-align: center;
	}
}

/* ==========================================================================
   Landing page — /organela-poeni/
   Matches checkout / account brand language.
   ========================================================================== */

body.op-poeni-landing-page .page-header,
body.op-poeni-landing-page .entry-header,
body.op-poeni-landing-page h1.entry-title {
	display: none !important;
}

/* Full-viewport gradient — not constrained by 1200px content wrapper */
body.op-poeni-landing-page {
	background:
		radial-gradient(1200px 700px at 12% -10%, rgba(61, 140, 53, 0.18), transparent 60%),
		radial-gradient(900px 600px at 100% 8%, rgba(250, 102, 25, 0.1), transparent 55%),
		linear-gradient(165deg, #f4faf2 0%, #e8f3e6 42%, #fff8f3 100%);
	min-height: 100vh;
}

body.op-poeni-landing-page #content,
body.op-poeni-landing-page .site-main,
body.op-poeni-landing-page .page-content,
body.op-poeni-landing-page .entry-content,
body.op-poeni-landing-page article.page {
	margin: 0 !important;
	padding: 0 !important;
	max-width: none !important;
	width: 100% !important;
	background: transparent !important;
}

body.op-poeni-landing-page .site-main > article,
body.op-poeni-landing-page .page-content,
body.op-poeni-landing-page .entry-content {
	margin: 0 !important;
	padding: 0 !important;
	max-width: none !important;
	width: 100% !important;
}

.op-poeni-lp {
	--op-c-green: rgb(61, 140, 53);
	--op-c-green-deep: rgb(42, 108, 38);
	--op-c-green-soft: rgba(61, 140, 53, 0.12);
	--op-c-orange: #FA6619;
	--op-c-ink: #1a2418;
	--op-c-muted: #5c6b58;
	--op-c-line: rgba(61, 140, 53, 0.18);
	--op-c-surface: rgba(255, 255, 255, 0.88);
	--op-c-soft: #f4faf2;
	--op-c-radius: 28px;
	--op-c-font: 'Raleway', sans-serif;
	--op-c-display: 'Playfair Display', Georgia, serif;

	position: relative;
	isolation: isolate;
	width: 100%;
	min-height: 100%;
	font-family: var(--op-c-font);
	color: var(--op-c-ink);
	-webkit-font-smoothing: antialiased;
	background: transparent;
}

.op-poeni-lp *,
.op-poeni-lp *::before,
.op-poeni-lp *::after {
	box-sizing: border-box;
}

.op-poeni-lp__atmosphere {
	position: absolute;
	inset: 0;
	overflow: hidden;
	pointer-events: none;
	z-index: 0;
}

.op-poeni-lp__orb {
	position: absolute;
	border-radius: 50%;
	filter: blur(48px);
	opacity: 0.5;
}

.op-poeni-lp__orb--a {
	width: 320px;
	height: 320px;
	top: 4%;
	left: -80px;
	background: rgba(61, 140, 53, 0.28);
}

.op-poeni-lp__orb--b {
	width: 260px;
	height: 260px;
	top: 10%;
	right: -70px;
	background: rgba(250, 102, 25, 0.18);
}

.op-poeni-lp__inner {
	position: relative;
	z-index: 1;
	width: min(100%, var(--organela-content-width, 1100px));
	margin: 0 auto;
	padding: clamp(32px, 5vw, 56px) clamp(16px, 3vw, 24px) clamp(64px, 8vw, 100px);
}

/* Hero */
.op-poeni-lp__hero {
	max-width: 40rem;
	margin: 0 0 clamp(40px, 6vw, 64px);
	animation: op-poeni-rise 0.55s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.op-poeni-lp__eyebrow {
	margin: 0 0 10px;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--op-c-green);
}

.op-poeni-lp__title {
	margin: 0 0 14px;
	font-family: var(--op-c-display);
	font-size: clamp(2.1rem, 4.5vw, 3.1rem);
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.1;
	color: #000;
}

.op-poeni-lp__lede {
	margin: 0 0 22px;
	font-size: 1.05rem;
	line-height: 1.6;
	font-weight: 500;
	color: var(--op-c-muted);
}

.op-poeni-lp__balance {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 8px 14px;
	margin: 0 0 22px;
	padding: 14px 18px;
	border-radius: 16px;
	border: 1px solid var(--op-c-line);
	background: var(--op-c-surface);
	backdrop-filter: blur(12px);
}

.op-poeni-lp__balance-label {
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--op-c-muted);
	width: 100%;
}

.op-poeni-lp__balance-value {
	font-family: var(--op-c-display);
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
	color: var(--op-c-green);
}

.op-poeni-lp__balance-worth {
	font-size: 0.9rem;
	font-weight: 600;
	color: var(--op-c-muted);
}

.op-poeni-lp__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.op-poeni-lp__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 22px;
	border-radius: 14px;
	font: 700 0.88rem/1 var(--op-c-font);
	letter-spacing: 0.02em;
	text-decoration: none !important;
	transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.op-poeni-lp__btn--solid {
	background: var(--op-c-green);
	color: #fff !important;
	border: 0;
}

.op-poeni-lp__btn--solid:hover {
	background: var(--op-c-orange);
	transform: translateY(-1px);
}

.op-poeni-lp__btn--ghost {
	background: transparent;
	color: var(--op-c-ink) !important;
	border: 1px solid rgba(0, 0, 0, 0.12);
}

.op-poeni-lp__btn--ghost:hover {
	border-color: var(--op-c-green);
	color: var(--op-c-green) !important;
	background: rgba(61, 140, 53, 0.06);
}

.op-poeni-lp__btn--on-green {
	background: #fff;
	color: var(--op-c-green) !important;
	border: 0;
}

.op-poeni-lp__btn--on-green:hover {
	background: #f4faf2;
	color: var(--op-c-green-deep) !important;
	transform: translateY(-1px);
}

/* Steps */
.op-poeni-lp__steps {
	margin: 0 0 clamp(40px, 6vw, 72px);
	animation: op-poeni-rise 0.65s cubic-bezier(0.22, 1, 0.36, 1) 0.06s both;
}

.op-poeni-lp__section-title {
	margin: 0 0 22px;
	font-family: var(--op-c-display);
	font-size: clamp(1.55rem, 2.8vw, 2rem);
	font-weight: 700;
	letter-spacing: -0.02em;
	color: #000;
}

.op-poeni-lp__steps-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	list-style: none;
	margin: 0;
	padding: 0;
	counter-reset: none;
}

.op-poeni-lp__step {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 26px 22px 24px;
	border-radius: 22px;
	border: 1px solid rgba(255, 255, 255, 0.75);
	background: var(--op-c-surface);
	backdrop-filter: blur(14px);
	box-shadow: 0 10px 30px rgba(26, 36, 24, 0.04);
}

.op-poeni-lp__step-num {
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	color: var(--op-c-green);
}

.op-poeni-lp__step-title {
	margin: 0;
	font-family: var(--op-c-display);
	font-size: 1.35rem;
	font-weight: 700;
	letter-spacing: -0.02em;
	color: #000;
}

.op-poeni-lp__step-text {
	margin: 0;
	font-size: 0.94rem;
	line-height: 1.55;
	font-weight: 500;
	color: var(--op-c-muted);
}

/* FAQ */
.op-poeni-lp__faq {
	margin: 0 0 clamp(40px, 6vw, 72px);
	animation: op-poeni-rise 0.65s cubic-bezier(0.22, 1, 0.36, 1) 0.1s both;
}

.op-poeni-lp__faq-list {
	display: flex;
	flex-direction: column;
	gap: 10px;
	max-width: 760px;
}

.op-poeni-lp__acc {
	border-radius: 16px;
	border: 1px solid rgba(61, 140, 53, 0.14);
	background: rgba(255, 255, 255, 0.92);
	overflow: hidden;
}

.op-poeni-lp__acc-trigger {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 18px 20px;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.35;
	color: var(--op-c-ink);
	cursor: pointer;
	list-style: none;
}

.op-poeni-lp__acc-trigger::-webkit-details-marker {
	display: none;
}

.op-poeni-lp__acc-icon {
	flex-shrink: 0;
	width: 28px;
	height: 28px;
	border-radius: 8px;
	background: var(--op-c-green-soft);
	position: relative;
}

.op-poeni-lp__acc-icon::before,
.op-poeni-lp__acc-icon::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	background: var(--op-c-green);
	transition: transform 0.2s ease, opacity 0.2s ease;
}

.op-poeni-lp__acc-icon::before {
	width: 12px;
	height: 2px;
	transform: translate(-50%, -50%);
}

.op-poeni-lp__acc-icon::after {
	width: 2px;
	height: 12px;
	transform: translate(-50%, -50%);
}

.op-poeni-lp__acc[open] .op-poeni-lp__acc-icon::after {
	opacity: 0;
	transform: translate(-50%, -50%) scaleY(0);
}

.op-poeni-lp__acc[open] .op-poeni-lp__acc-trigger {
	color: var(--op-c-green-deep);
}

.op-poeni-lp__acc-panel {
	padding: 0 20px 18px;
}

.op-poeni-lp__acc-panel p {
	margin: 0;
	font-size: 0.94rem;
	line-height: 1.55;
	font-weight: 500;
	color: var(--op-c-muted);
}

/* CTA */
.op-poeni-lp__cta {
	animation: op-poeni-rise 0.65s cubic-bezier(0.22, 1, 0.36, 1) 0.14s both;
}

.op-poeni-lp__cta-box {
	padding: clamp(36px, 5vw, 56px) clamp(24px, 4vw, 48px);
	border-radius: var(--op-c-radius);
	background:
		radial-gradient(600px 280px at 85% 0%, rgba(250, 102, 25, 0.22), transparent 55%),
		linear-gradient(135deg, rgb(61, 140, 53) 0%, rgb(42, 108, 38) 100%);
	color: #fff;
	text-align: left;
}

.op-poeni-lp__cta-title {
	margin: 0 0 10px;
	font-family: var(--op-c-display);
	font-size: clamp(1.6rem, 3vw, 2.15rem);
	font-weight: 700;
	letter-spacing: -0.02em;
	color: #fff !important;
}

.op-poeni-lp__cta-text {
	margin: 0 0 22px;
	max-width: 34rem;
	font-size: 1rem;
	line-height: 1.55;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.88);
}

@keyframes op-poeni-rise {
	from { opacity: 0; transform: translateY(14px); }
	to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 860px) {
	.op-poeni-lp__steps-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 560px) {
	.op-poeni-lp__actions {
		flex-direction: column;
	}

	.op-poeni-lp__btn {
		width: 100%;
	}

	.op-poeni-lp__cta-box {
		text-align: center;
	}

	.op-poeni-lp__cta-text {
		margin-left: auto;
		margin-right: auto;
	}
}
