/*
Theme Name: Vender Cartuchos Vacios Child
Theme URI: https://vendecartuchos.es
Description: Child theme para personalizaciones seguras de Vender Cartuchos.
Author: Vender Cartuchos
Template: vender-cartuchos-vacios
Version: 1.0.1
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: vender-cartuchos-vacios-child
*/

/*
 * Anade aqui pequenos ajustes CSS que quieras conservar al actualizar
 * el tema principal. Para cambios grandes de layout, mejor actualizamos
 * el parent theme y dejamos este child theme solo para personalizaciones.
 */


/* Keep logo sizing consistent between home and inner pages. */
.site-header .brand__image {
	height: 60px;
	width: auto;
	max-width: min(355px, 30vw);
	object-fit: contain;
}

@media (max-width: 760px) {
	.site-header .brand__image {
		height: 40px;
		max-width: 100%;
	}
}

@media (max-width: 430px) {
	.site-header .brand__image {
		height: 36px;
	}
}

/* Account nav and modal */
.account-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.55rem;
	min-height: 41px;
	max-width: 190px;
	border: 1px solid var(--border-green);
	border-radius: 0.42rem;
	background: var(--white);
	color: var(--green-dark);
	font-weight: 660;
	line-height: 1;
	padding: 0.68rem 0.92rem;
	text-decoration: none;
	transition: background-color 180ms var(--ease), border-color 180ms var(--ease), color 180ms var(--ease), transform 180ms var(--ease);
}

.account-button:hover,
.account-menu.is-open .account-button {
	border-color: var(--green-mid);
	background: var(--soft-2);
	transform: translateY(-1px);
}

.account-button span {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.account-button__chevron {
	width: 1rem;
	height: 1rem;
	transition: transform 180ms var(--ease);
}

.account-menu {
	position: relative;
}

.account-menu.is-open .account-button__chevron {
	transform: rotate(180deg);
}

.account-dropdown {
	position: absolute;
	top: calc(100% + 0.65rem);
	right: 0;
	z-index: 40;
	display: grid;
	min-width: 210px;
	padding: 0.45rem;
	border: 1px solid var(--border);
	border-radius: 0.65rem;
	background: var(--white);
	box-shadow: 0 18px 44px var(--brand-shadow);
	opacity: 0;
	pointer-events: none;
	transform: translateY(-6px);
	transition: opacity 180ms var(--ease), transform 180ms var(--ease);
}

.account-menu.is-open .account-dropdown {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.account-dropdown a {
	border-radius: 0.45rem;
	color: var(--ink);
	font-weight: 580;
	padding: 0.72rem 0.82rem;
	text-decoration: none;
}

.account-dropdown a:hover {
	background: var(--soft);
	color: var(--green-dark);
}

.account-modal[hidden] {
	display: none;
}

body.is-account-modal-open {
	overflow: hidden;
}

.account-modal {
	position: fixed;
	inset: 0;
	z-index: 1000;
	display: grid;
	place-items: center;
	padding: 1.2rem;
}

.account-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgb(12 97 116 / 0.42);
	backdrop-filter: blur(6px);
}

.account-modal__dialog {
	position: relative;
	z-index: 1;
	width: min(100%, 470px);
	max-height: min(760px, calc(100vh - 2.4rem));
	overflow: auto;
	border: 1px solid var(--border);
	border-radius: 0.8rem;
	background: var(--white);
	box-shadow: 0 24px 70px rgb(12 97 116 / 0.22);
	padding: clamp(1.2rem, 4vw, 1.7rem);
}

.account-modal__close {
	position: absolute;
	top: 0.82rem;
	right: 0.82rem;
	display: grid;
	place-items: center;
	width: 40px;
	height: 40px;
	border: 1px solid var(--border);
	border-radius: 0.52rem;
	background: var(--white);
	color: var(--ink);
}

.account-modal__close:hover {
	background: var(--soft-2);
}

.account-modal__header {
	padding-right: 2.9rem;
}

.account-modal__eyebrow {
	margin: 0 0 0.35rem;
	color: var(--green-mid);
	font-size: 0.78rem;
	font-weight: 760;
	letter-spacing: 0;
	text-transform: uppercase;
}

.account-modal__header h2 {
	margin: 0;
	color: var(--ink);
	font-size: clamp(1.55rem, 4vw, 2.05rem);
	line-height: 1.05;
}

.account-modal__header p:not(.account-modal__eyebrow) {
	margin: 0.55rem 0 0;
	color: var(--muted);
}

.account-auth-error {
	margin: 1rem 0 0;
	border: 1px solid rgb(185 28 28 / 0.22);
	border-radius: 0.55rem;
	background: rgb(254 242 242);
	color: rgb(153 27 27);
	font-weight: 620;
	padding: 0.74rem 0.9rem;
}

.account-tabs {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.35rem;
	margin-top: 1.15rem;
	border: 1px solid var(--border);
	border-radius: 0.58rem;
	background: var(--soft-2);
	padding: 0.32rem;
}

.account-tab {
	min-height: 40px;
	border: 0;
	border-radius: 0.42rem;
	background: transparent;
	color: var(--muted);
	font-weight: 700;
}

.account-tab.is-active {
	background: var(--white);
	color: var(--green-dark);
	box-shadow: 0 8px 22px var(--brand-shadow);
}

.account-panel {
	display: none;
}

.account-panel.is-active {
	display: block;
}

.account-form {
	display: grid;
	gap: 0.9rem;
	margin-top: 1rem;
}

.account-form label {
	display: grid;
	gap: 0.38rem;
	color: var(--ink);
	font-size: 0.9rem;
	font-weight: 650;
}

.account-form input[type="text"],
.account-form input[type="email"],
.account-form input[type="password"] {
	width: 100%;
	min-height: 44px;
	border: 1px solid var(--border);
	border-radius: 0.5rem;
	background: var(--white);
	color: var(--ink);
	padding: 0.72rem 0.82rem;
}

.account-form input:focus {
	border-color: var(--teal);
	box-shadow: 0 0 0 3px rgb(25 149 138 / 0.13);
}

.account-form__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.75rem;
}

.account-form__row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.8rem;
	font-size: 0.88rem;
}

.account-form__row a {
	color: var(--green-dark);
	font-weight: 680;
	text-decoration: none;
}

.account-form__row a:hover {
	text-decoration: underline;
}

.account-checkbox {
	display: inline-flex !important;
	grid-template-columns: none;
	align-items: center;
	gap: 0.45rem !important;
	font-weight: 600 !important;
}

.account-checkbox input {
	width: 1rem;
	height: 1rem;
	accent-color: var(--green-dark);
}

.account-honeypot {
	position: absolute;
	left: -10000px;
}

.account-submit {
	width: 100%;
	margin-top: 0.2rem;
}

@media (max-width: 1180px) {
	.account-button {
		max-width: 150px;
		padding-inline: 0.78rem;
	}
}

@media (max-width: 980px) {
	.account-button {
		min-width: 42px;
		width: 42px;
		height: 42px;
		padding: 0;
	}

	.account-button span,
	.account-button__chevron {
		display: none;
	}

	.account-dropdown {
		right: 0;
	}
}

@media (max-width: 560px) {
	.account-modal {
		align-items: end;
		padding: 0.75rem;
	}

	.account-modal__dialog {
		max-height: calc(100vh - 1.5rem);
		border-radius: 0.72rem;
	}

	.account-form__grid,
	.account-form__row {
		grid-template-columns: 1fr;
	}

	.account-form__row {
		display: grid;
	}
}

/* Cart drawer and compact nav */
.nav-actions {
	gap: 0.5rem;
}

.nav-actions .cta-button {
	min-width: 134px;
	padding-inline: 0.88rem;
}

.nav-cart-button {
	position: relative;
	display: inline-grid;
	place-items: center;
	width: 41px;
	height: 41px;
	border: 1px solid var(--border-green);
	border-radius: 0.42rem;
	background: var(--white);
	color: var(--green-dark);
	transition: background-color 180ms var(--ease), border-color 180ms var(--ease), transform 180ms var(--ease);
}

.nav-cart-button:hover {
	border-color: var(--green-mid);
	background: var(--soft-2);
	transform: translateY(-1px);
}

.nav-cart-button__count {
	position: absolute;
	top: -0.42rem;
	right: -0.42rem;
	display: grid;
	place-items: center;
	min-width: 1.28rem;
	height: 1.28rem;
	border: 2px solid var(--white);
	border-radius: 999px;
	background: var(--green-light);
	color: var(--ink);
	font-size: 0.7rem;
	font-weight: 850;
	line-height: 1;
	padding-inline: 0.22rem;
}

.nav-cart-button__count[hidden],
.cart-drawer[hidden] {
	display: none;
}

.cart-drawer {
	position: fixed;
	inset: 0;
	z-index: 1000;
}

.cart-drawer__backdrop {
	position: absolute;
	inset: 0;
	background: rgb(12 97 116 / 0.36);
	backdrop-filter: blur(5px);
}

.cart-drawer__panel {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	width: min(100%, 420px);
	height: 100%;
	border-left: 1px solid var(--border);
	background: var(--white);
	box-shadow: -22px 0 60px rgb(12 97 116 / 0.18);
	padding: 1.2rem;
}

body.is-cart-drawer-open {
	overflow: hidden;
}

.cart-drawer__header {
	margin-bottom: 1rem;
	padding-bottom: 1rem;
}

.cart-drawer__eyebrow {
	margin: 0 0 0.12rem;
	color: var(--green-mid);
	font-size: 0.72rem;
	font-weight: 820;
	letter-spacing: 0;
	text-transform: uppercase;
}

.cart-drawer__close {
	display: grid;
	place-items: center;
	width: 40px;
	height: 40px;
	border: 1px solid var(--border);
	border-radius: 0.5rem;
	background: var(--white);
	color: var(--ink);
}

.cart-drawer__close:hover {
	background: var(--soft-2);
}

.cart-drawer__empty {
	display: grid;
	justify-items: center;
	gap: 0.46rem;
	margin-block: auto;
	color: var(--muted);
	text-align: center;
	padding: 1.8rem 1rem;
}

.cart-drawer__empty[hidden] {
	display: none;
}

.cart-drawer__empty strong {
	color: var(--ink);
	font-size: 1rem;
}

.cart-drawer__items {
	max-height: none;
	min-height: 0;
	margin-bottom: 0;
	overflow-y: auto;
	padding-right: 0.35rem;
}

.cart-drawer__summary {
	margin-top: auto;
	background: var(--white);
}

.cart-drawer__summary[hidden] {
	display: none;
}

.cart-drawer .cart-item {
	grid-template-columns: auto minmax(0, 1fr) auto auto;
	gap: 0.72rem;
	border: 1px solid var(--border);
	border-radius: 0.62rem;
	background: var(--soft-2);
	padding: 0.72rem;
}

.cart-drawer .cart-item__text {
	min-width: 0;
}

.cart-drawer .cart-item__text strong,
.cart-drawer .cart-item__text span {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.cart-drawer .cart-remove:hover {
	border-color: var(--green-mid);
	color: var(--green-dark);
}

@media (max-width: 1260px) {
	.navbar__inner {
		grid-template-columns: minmax(210px, 0.8fr) auto auto;
		gap: 1rem;
	}

	.brand__image {
		max-width: min(300px, 24vw);
	}

	.primary-nav {
		gap: 0.85rem;
		font-size: 0.86rem;
	}

	.nav-actions .cta-button,
	.account-button {
		min-width: 41px;
		width: 41px;
		height: 41px;
		padding: 0;
	}

	.nav-actions .cta-button span,
	.account-button span,
	.account-button__chevron {
		display: none;
	}
}

@media (max-width: 980px) {
	.nav-actions .cta-button {
		display: inline-flex;
	}

	.nav-cart-button,
	.nav-actions .cta-button,
	.account-button {
		width: 42px;
		height: 42px;
	}
}

@media (max-width: 560px) {
	.cart-drawer__panel {
		width: min(100%, 390px);
		padding: 0.95rem;
	}

	.cart-drawer .cart-item {
		grid-template-columns: auto minmax(0, 1fr) auto;
	}

	.cart-drawer .cart-item__price {
		grid-column: 2;
	}

	.cart-drawer .cart-remove {
		grid-column: 3;
		grid-row: 1 / span 2;
	}
}

/* Floating cart refinement */
.floating-cart-button {
	position: fixed;
	right: max(1.2rem, env(safe-area-inset-right));
	bottom: max(1.2rem, env(safe-area-inset-bottom));
	z-index: 850;
	width: 64px;
	height: 64px;
	border: 1px solid rgb(255 255 255 / 0.58);
	border-radius: 999px;
	background: var(--action);
	color: var(--white);
	box-shadow: 0 18px 44px rgb(12 97 116 / 0.26), 0 0 0 8px rgb(121 200 67 / 0.12);
	animation: floating-cart-idle 3.8s var(--ease) infinite;
}

.floating-cart-button .icon {
	width: 1.55rem;
	height: 1.55rem;
	stroke-width: 2.1;
}

.floating-cart-button:hover {
	border-color: rgb(255 255 255 / 0.82);
	background: var(--action-hover);
	transform: translateY(-3px) scale(1.02);
}

.floating-cart-button.is-cart-pulse {
	animation: floating-cart-pop 420ms var(--ease), floating-cart-idle 3.8s var(--ease) 420ms infinite;
}

.floating-cart-button .nav-cart-button__count {
	top: 0;
	right: 0;
	min-width: 1.55rem;
	height: 1.55rem;
	background: var(--green-light);
	font-size: 0.75rem;
}

.cart-fly-dot {
	position: fixed;
	z-index: 1200;
	width: 22px;
	height: 22px;
	border: 3px solid var(--white);
	border-radius: 999px;
	background: radial-gradient(circle at 35% 35%, #ffffff 0 12%, var(--green-light) 13% 48%, var(--action-hover) 100%);
	box-shadow: 0 0 0 9px rgb(121 200 67 / 0.2), 0 16px 30px rgb(12 97 116 / 0.32);
	pointer-events: none;
	transform: translate(-50%, -50%) scale(1);
	will-change: transform, opacity;
}

.cart-fly-dot::after {
	content: "";
	position: absolute;
	inset: -12px;
	border-radius: inherit;
	background: radial-gradient(circle, rgb(121 200 67 / 0.22), transparent 62%);
}

@keyframes floating-cart-idle {
	0%, 100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-5px);
	}
}

@keyframes floating-cart-pop {
	0% {
		transform: scale(1);
	}

	55% {
		transform: scale(1.16);
	}

	100% {
		transform: scale(1);
	}
}

@media (max-width: 980px) {
	.floating-cart-button {
		width: 58px;
		height: 58px;
	}
}

@media (max-width: 560px) {
	.floating-cart-button {
		right: 0.9rem;
		bottom: 0.9rem;
		width: 56px;
		height: 56px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.floating-cart-button,
	.floating-cart-button.is-cart-pulse {
		animation: none;
	}

	.cart-fly-dot {
		display: none;
	}
}


/* Sell cart and checkout pages */
.site-page {
	background: var(--white);
}

.sell-flow {
	padding-block: clamp(2rem, 4vw, 3.4rem);
}

.sell-flow__shell {
	display: grid;
	gap: 1.45rem;
}

.sell-flow__header {
	max-width: 760px;
}

.sell-flow__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	margin: 0 0 0.55rem;
	color: var(--green-mid);
	font-size: 0.78rem;
	font-weight: 820;
	text-transform: uppercase;
}

.sell-flow__header h1,
.sell-success h1 {
	margin: 0;
	color: var(--ink);
	font-size: clamp(2rem, 5vw, 3.15rem);
	line-height: 1.02;
}

.sell-flow__header p:not(.sell-flow__eyebrow),
.sell-success p {
	max-width: 650px;
	margin: 0.7rem 0 0;
	color: var(--muted);
	font-size: 1.02rem;
}

.sell-flow__layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 370px);
	align-items: start;
	gap: 1.2rem;
}

.sell-panel {
	border: 1px solid var(--border);
	border-radius: 0.78rem;
	background: var(--white);
	box-shadow: 0 8px 22px var(--brand-shadow);
	padding: clamp(1rem, 2.4vw, 1.35rem);
}

.sell-panel__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1rem;
	padding-bottom: 0.9rem;
	border-bottom: 1px solid var(--border);
}

.sell-panel__top h2,
.sell-fieldset h3,
.sell-payment-choice h3 {
	margin: 0;
	color: var(--ink);
	font-size: 1.15rem;
}

.sell-panel__top a {
	color: var(--green-dark);
	font-weight: 760;
	text-decoration: none;
}

.sell-cart-list {
	display: grid;
	gap: 0.72rem;
}

.sell-cart-item {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto auto;
	align-items: center;
	gap: 0.8rem;
	border: 1px solid var(--border);
	border-radius: 0.62rem;
	background: var(--soft-2);
	padding: 0.78rem;
}

.sell-cart-item__text {
	min-width: 0;
}

.sell-cart-item__text strong,
.sell-cart-item__text span {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sell-cart-item__text strong {
	color: var(--ink);
	font-weight: 780;
}

.sell-cart-item__text span {
	color: var(--muted);
	font-size: 0.86rem;
}

.sell-cart-item__price {
	color: var(--green-dark);
	font-weight: 820;
	white-space: nowrap;
}

.sell-empty,
.sell-success {
	display: grid;
	justify-items: center;
	gap: 0.65rem;
	color: var(--muted);
	text-align: center;
	padding: clamp(1.4rem, 4vw, 2.4rem);
}

.sell-empty[hidden],
.sell-checkout-form[hidden] {
	display: none;
}

.sell-empty strong {
	color: var(--ink);
	font-size: 1.08rem;
}

.sell-summary {
	position: sticky;
	top: calc(var(--utility-height) + var(--nav-height) + 1rem);
}

.sell-summary[hidden] {
	display: none;
}

.sell-summary__label {
	margin: 0 0 0.9rem;
	color: var(--green-mid);
	font-size: 0.78rem;
	font-weight: 820;
	text-transform: uppercase;
}

.sell-summary__note {
	margin: 0.8rem 0 0;
	color: var(--muted);
	font-size: 0.86rem;
}

.sell-form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.9rem;
}

.sell-form-grid__wide {
	grid-column: 1 / -1;
}


.sell-required-label::after,
.sell-checkout-form label:has(> span:first-child + input[required]) > span:first-child::after,
.sell-checkout-form label:has(> span:first-child + select[required]) > span:first-child::after,
.sell-checkout-form label:has(> span:first-child + textarea[required]) > span:first-child::after {
	content: " *";
	color: #d92d20;
	font-weight: 850;
}

.sell-checkout-form label,
.sell-payment-choice label,
.sell-fieldset label,
.sell-notes {
	display: grid;
	gap: 0.38rem;
	color: var(--ink);
	font-size: 0.9rem;
	font-weight: 680;
}

.sell-checkout-form input,
.sell-checkout-form select,
.sell-checkout-form textarea {
	width: 100%;
	border: 1px solid var(--border);
	border-radius: 0.5rem;
	background: var(--white);
	color: var(--ink);
	padding: 0.72rem 0.82rem;
}

.sell-checkout-form input,
.sell-checkout-form select {
	min-height: 44px;
}

.sell-checkout-form select {
	appearance: none;
	background-image: linear-gradient(45deg, transparent 50%, var(--green-dark) 50%), linear-gradient(135deg, var(--green-dark) 50%, transparent 50%);
	background-position: calc(100% - 18px) 50%, calc(100% - 13px) 50%;
	background-size: 5px 5px, 5px 5px;
	background-repeat: no-repeat;
	padding-right: 2.2rem;
}

.sell-checkout-form input:focus,
.sell-checkout-form select:focus,
.sell-checkout-form textarea:focus {
	border-color: var(--teal);
	box-shadow: 0 0 0 3px rgb(25 149 138 / 0.13);
}

.sell-payment-choice {
	display: grid;
	gap: 0.85rem;
	margin-top: 1.1rem;
	padding-top: 1.1rem;
	border-top: 1px solid var(--border);
}

.sell-fieldset {
	display: grid;
	gap: 0.85rem;
	margin-bottom: 1.05rem;
}

.sell-fieldset + .sell-form-grid,
.sell-form-grid + .sell-fieldset {
	margin-top: 1.05rem;
}

.sell-payment-options {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.7rem;
}

.sell-payment-options.sell-payment-options--compact {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sell-payment-options label {
	position: relative;
	border: 1px solid var(--border);
	border-radius: 0.62rem;
	background: var(--soft-2);
	padding: 0.82rem;
}

.sell-payment-options input {
	position: absolute;
	inset: 0.7rem auto auto 0.7rem;
	width: 1rem;
	height: 1rem;
	min-height: 0;
	accent-color: var(--green-dark);
}

.sell-payment-options span {
	display: grid;
	gap: 0.2rem;
	padding-left: 1.45rem;
}

.sell-payment-options strong {
	color: var(--ink);
}

.sell-payment-options small {
	color: var(--muted);
	font-weight: 560;
	line-height: 1.25;
}

.sell-notes {
	margin-top: 1rem;
}

.sell-cart-list--compact {
	margin-bottom: 1rem;
}

.sell-cart-list--compact .sell-cart-item {
	grid-template-columns: minmax(0, 1fr) auto;
}

.sell-cart-list--compact .product-thumb,
.sell-cart-list--compact .cart-remove {
	display: none;
}

@media (max-width: 980px) {
	.sell-flow__layout {
		grid-template-columns: 1fr;
	}

	.sell-summary {
		position: static;
	}
}

@media (max-width: 640px) {
	.sell-form-grid,
	.sell-payment-options {
		grid-template-columns: 1fr;
	}

	.sell-cart-item {
		grid-template-columns: auto minmax(0, 1fr) auto;
	}

	.sell-cart-item__price {
		grid-column: 2;
	}

	.sell-cart-item .cart-remove {
		grid-column: 3;
		grid-row: 1 / span 2;
	}
}

/* WooCommerce account area */
.account-page {
	background: var(--white);
}

.account-page-hero {
	padding-block: clamp(2rem, 4vw, 3.2rem) 1rem;
}

.account-page-hero__inner {
	max-width: 760px;
}

.account-page-hero h1 {
	margin: 0;
	color: var(--ink);
	font-size: clamp(2rem, 5vw, 3.15rem);
	line-height: 1.02;
}

.account-page-hero p:not(.sell-flow__eyebrow) {
	max-width: 650px;
	margin: 0.7rem 0 0;
	color: var(--muted);
	font-size: 1.02rem;
}

.account-page__content {
	padding-bottom: clamp(2.2rem, 4vw, 3.4rem);
}

.woocommerce-account .woocommerce {
	color: var(--ink);
}

.woocommerce-account .woocommerce::after {
	content: "";
	display: table;
	clear: both;
}

.woocommerce-account .woocommerce h2,
.woocommerce-account .woocommerce h3,
.woocommerce-account .woocommerce legend {
	margin: 0 0 1rem;
	color: var(--ink);
	font-size: 1.24rem;
	font-weight: 820;
	line-height: 1.15;
}

.woocommerce-account .woocommerce > h2:first-of-type {
	max-width: 470px;
	margin-inline: auto;
	border: 1px solid var(--border);
	border-bottom: 0;
	border-radius: 0.78rem 0.78rem 0 0;
	background: var(--soft-2);
	padding: 1rem 1.2rem;
}

.woocommerce-account .woocommerce-form-login,
.woocommerce-account .woocommerce-ResetPassword,
.woocommerce-account .woocommerce-form-register {
	max-width: 470px;
	margin: 0 auto;
	border: 1px solid var(--border) !important;
	border-radius: 0 0 0.78rem 0.78rem !important;
	background: var(--white);
	box-shadow: 0 8px 22px var(--brand-shadow);
	padding: clamp(1rem, 3vw, 1.35rem) !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
	float: none;
	width: 100%;
	margin: 0 0 1.1rem;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 0.62rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation li {
	margin: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	border: 1px solid var(--border-green);
	border-radius: 0.58rem;
	background: var(--soft-2);
	color: var(--ink);
	font-size: 0.9rem;
	font-weight: 780;
	line-height: 1.15;
	padding: 0.72rem 0.85rem;
	text-align: center;
	text-decoration: none;
	transition: background-color 180ms var(--ease), border-color 180ms var(--ease), color 180ms var(--ease), transform 180ms var(--ease);
}

.woocommerce-account .woocommerce-MyAccount-navigation a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation .is-active a {
	border-color: var(--action);
	background: var(--action);
	color: var(--white);
	transform: translateY(-1px);
}

.woocommerce-account .woocommerce-MyAccount-content {
	float: none;
	width: 100%;
	border: 1px solid var(--border);
	border-radius: 0.78rem;
	background: var(--white);
	box-shadow: 0 8px 22px var(--brand-shadow);
	padding: clamp(1rem, 2.6vw, 1.45rem);
}

.woocommerce-account .woocommerce-MyAccount-content p:first-child {
	margin-top: 0;
}

.woocommerce-account .woocommerce-MyAccount-content a:not(.button) {
	color: var(--green-dark);
	font-weight: 720;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.18em;
}

.woocommerce-account .woocommerce-info,
.woocommerce-account .woocommerce-message,
.woocommerce-account .woocommerce-error {
	border: 1px solid var(--border) !important;
	border-left: 4px solid var(--green-mid) !important;
	border-radius: 0.65rem;
	background: var(--soft-2);
	color: var(--ink);
	box-shadow: none;
	padding: 1rem 1rem 1rem 1.2rem;
}

.woocommerce-account table.shop_table,
.woocommerce-account table.woocommerce-orders-table {
	border: 1px solid var(--border) !important;
	border-radius: 0.72rem !important;
	border-collapse: separate;
	border-spacing: 0;
	overflow: hidden;
}

.woocommerce-account table.shop_table th,
.woocommerce-account table.woocommerce-orders-table th {
	background: var(--soft-2);
	color: var(--ink);
	font-size: 0.82rem;
	font-weight: 820;
}

.woocommerce-account table.shop_table th,
.woocommerce-account table.shop_table td,
.woocommerce-account table.woocommerce-orders-table th,
.woocommerce-account table.woocommerce-orders-table td {
	border-color: var(--border) !important;
	padding: 0.85rem 0.95rem !important;
}

.woocommerce-account .woocommerce-address-fields,
.woocommerce-account .woocommerce-EditAccountForm,
.woocommerce-account .woocommerce-form-row,
.woocommerce-account .form-row {
	color: var(--ink);
}

.woocommerce-account form label {
	color: var(--ink);
	font-size: 0.9rem;
	font-weight: 680;
}

.woocommerce-account form .input-text,
.woocommerce-account form input[type="text"],
.woocommerce-account form input[type="email"],
.woocommerce-account form input[type="password"],
.woocommerce-account form input[type="tel"],
.woocommerce-account form select,
.woocommerce-account form textarea {
	min-height: 44px;
	border: 1px solid var(--border) !important;
	border-radius: 0.5rem;
	background: var(--white);
	color: var(--ink);
	padding: 0.72rem 0.82rem;
}

.woocommerce-account form textarea {
	min-height: 108px;
}

.woocommerce-account form .input-text:focus,
.woocommerce-account form input:focus,
.woocommerce-account form select:focus,
.woocommerce-account form textarea:focus {
	border-color: var(--teal) !important;
	box-shadow: 0 0 0 3px rgb(25 149 138 / 0.13);
	outline: 0;
}

.woocommerce-account .button,
.woocommerce-account button.button,
.woocommerce-account a.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	border: 1px solid var(--action) !important;
	border-radius: 0.48rem !important;
	background: var(--action) !important;
	color: var(--white) !important;
	font-weight: 780 !important;
	line-height: 1 !important;
	padding: 0.78rem 1.15rem !important;
	text-decoration: none !important;
}

.woocommerce-account .button:hover,
.woocommerce-account button.button:hover,
.woocommerce-account a.button:hover {
	background: var(--action-hover) !important;
	border-color: var(--action-hover) !important;
}

.woocommerce-account .woocommerce-Address-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	border-bottom: 1px solid var(--border);
	margin-bottom: 0.85rem;
	padding-bottom: 0.75rem;
}

.woocommerce-account .woocommerce-Address {
	border: 1px solid var(--border);
	border-radius: 0.7rem;
	background: var(--soft-2);
	padding: 1rem;
}

.woocommerce-account .woocommerce-Addresses {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

.woocommerce-account .woocommerce-form-login__rememberme {
	display: inline-flex !important;
	align-items: center;
	gap: 0.4rem;
	margin-right: 0.8rem;
}

.woocommerce-account .lost_password {
	margin-bottom: 0;
}

.woocommerce-account .lost_password a {
	color: var(--green-dark);
	font-weight: 720;
}

@media (max-width: 980px) {
	.woocommerce-account .woocommerce-MyAccount-navigation ul {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.woocommerce-account .woocommerce-Addresses {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 560px) {
	.woocommerce-account .woocommerce-MyAccount-navigation ul {
		grid-template-columns: 1fr;
	}

	.woocommerce-account .woocommerce > h2:first-of-type,
	.woocommerce-account .woocommerce-form-login,
	.woocommerce-account .woocommerce-ResetPassword,
	.woocommerce-account .woocommerce-form-register {
		max-width: none;
	}
}


.cartridge-thumb-button img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}


.price-loader {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.65rem;
	padding: 1rem;
	color: var(--green-dark);
	font-weight: 760;
}

.price-loader[hidden] {
	display: none;
}

.price-loader span {
	width: 1.05rem;
	height: 1.05rem;
	border: 2px solid rgb(25 149 138 / 0.22);
	border-top-color: var(--green-dark);
	border-radius: 999px;
	animation: price-loader-spin 0.72s linear infinite;
}

.price-sentinel {
	height: 1px;
}

@keyframes price-loader-spin {
	to {
		transform: rotate(360deg);
	}
}


@media (min-width: 981px) {
	.pricing-board {
		--pricing-panel-height: min(68vh, 580px);
		align-items: stretch;
	}

	.pricing-sidebar,
	.pricing-table-card {
		height: var(--pricing-panel-height);
		min-height: 0;
	}

	.pricing-sidebar {
		display: flex;
		flex-direction: column;
		overflow: hidden;
	}

	.pricing-sidebar .brand-filter {
		flex: 1 1 auto;
		min-height: 0;
		overflow-y: auto;
		overscroll-behavior: contain;
		padding-right: 0.18rem;
	}

	.pricing-table-card {
		display: flex;
		flex-direction: column;
	}

	.pricing-table-card .price-table-wrap {
		flex: 1 1 auto;
		max-height: none;
		min-height: 0;
	}
}

.pricing-section .pricing-table-card .price-table-wrap {
	overflow-x: hidden;
	overflow-y: auto;
	scrollbar-gutter: stable;
}

.price-sentinel {
	height: 0;
}

.pricing-sidebar .price-search {
	margin-bottom: 0.95rem;
}

.pricing-sidebar .brand-filter {
	border-top: 1px solid rgb(25 149 138 / 0.16);
	padding-top: 0.95rem;
	scrollbar-gutter: stable;
}

.pricing-sidebar .brand-filter > strong {
	display: block;
	margin-bottom: 0.75rem;
}

@media (min-width: 981px) {
	.pricing-sidebar .brand-filter {
		overflow-y: scroll;
	}
}

.pricing-sidebar .brand-filter::-webkit-scrollbar,
.price-table-wrap::-webkit-scrollbar {
	width: 0.55rem;
	height: 0.55rem;
}

.pricing-sidebar .brand-filter {
	scrollbar-width: thin;
	scrollbar-color: rgb(25 149 138 / 0.5) rgb(25 149 138 / 0.1);
}

.pricing-sidebar .brand-filter::-webkit-scrollbar-track,
.price-table-wrap::-webkit-scrollbar-track {
	border-radius: 999px;
	background: rgb(25 149 138 / 0.1);
}

.pricing-sidebar .brand-filter::-webkit-scrollbar-thumb,
.price-table-wrap::-webkit-scrollbar-thumb {
	border-radius: 999px;
	background: rgb(25 149 138 / 0.35);
}


.brand-mark:has(.brand-logo) {
	border-radius: 0.3rem;
	background: var(--white);
	padding: 0.18rem;
}

.brand-logo {
	display: block;
	width: auto;
	height: auto;
	object-fit: contain;
}

.brand-logo--filter {
	max-width: 2rem;
	max-height: 1.15rem;
}

.brand-logo--table {
	max-width: 4.7rem;
	max-height: 1.25rem;
}

.table-brand:has(.brand-logo) {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 4.9rem;
	border-radius: 0.34rem;
	background: var(--white);
	padding: 0.22rem 0.42rem;
	box-shadow: inset 0 0 0 1px rgb(25 149 138 / 0.12);
}

.brand-filter__button.is-active .brand-mark:has(.brand-logo) {
	background: var(--white);
}


.image-lightbox__photo[hidden],
.image-lightbox__placeholder[hidden] {
	display: none !important;
}

.image-lightbox__photo img {
	width: auto !important;
	max-width: 100%;
	height: auto;
}

/* SEO intro */
.seo-intro-section {
	background: var(--soft-2);
	padding: clamp(2.2rem, 5vw, 4rem) 0;
}

.seo-intro-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
	gap: clamp(1.5rem, 4vw, 3rem);
	align-items: start;
}

.seo-intro-kicker {
	margin: 0 0 0.65rem;
	color: var(--green-dark);
	font-size: 0.82rem;
	font-weight: 850;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.seo-intro-section h2 {
	margin: 0;
	color: var(--ink);
	font-size: clamp(1.55rem, 3vw, 2.55rem);
	line-height: 1.08;
}

.seo-intro-copy {
	display: grid;
	gap: 0.9rem;
	color: var(--muted);
	font-size: 1rem;
	line-height: 1.72;
}

.seo-intro-copy p {
	margin: 0;
}

@media (max-width: 820px) {
	.seo-intro-grid {
		grid-template-columns: 1fr;
	}
}

/* Shop SEO intro */
.shop-seo-intro {
	margin: 0 auto 1.6rem;
	max-width: 1120px;
	border: 1px solid rgb(25 149 138 / 0.16);
	border-radius: 0.72rem;
	background: var(--soft-2);
	padding: clamp(1.15rem, 3vw, 2rem);
}

.shop-seo-intro__kicker {
	margin: 0 0 0.55rem;
	color: var(--green-dark);
	font-size: 0.78rem;
	font-weight: 850;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.shop-seo-intro h1 {
	margin: 0 0 0.7rem;
	color: var(--ink);
	font-size: clamp(1.55rem, 3vw, 2.35rem);
	line-height: 1.1;
}

.shop-seo-intro p:not(.shop-seo-intro__kicker) {
	max-width: 820px;
	margin: 0;
	color: var(--muted);
	font-size: 1rem;
	line-height: 1.68;
}

.shop-seo-intro__links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.7rem;
	margin-top: 1rem;
}

.shop-seo-intro__links a {
	display: inline-flex;
	align-items: center;
	min-height: 2.4rem;
	border: 1px solid var(--border-green);
	border-radius: 0.42rem;
	background: var(--white);
	color: var(--green-dark);
	font-weight: 760;
	padding: 0.55rem 0.85rem;
	text-decoration: none;
}

/* Product SEO note */
.product-seo-note {
	margin: clamp(1.4rem, 3vw, 2.2rem) auto;
	max-width: 1120px;
	border: 1px solid rgb(25 149 138 / 0.16);
	border-radius: 0.72rem;
	background: var(--soft-2);
	padding: clamp(1.15rem, 3vw, 2rem);
}

.product-seo-note__kicker {
	margin: 0 0 0.55rem;
	color: var(--green-dark);
	font-size: 0.78rem;
	font-weight: 850;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.product-seo-note h2 {
	margin: 0 0 0.75rem;
	color: var(--ink);
	font-size: clamp(1.45rem, 2.8vw, 2.1rem);
	line-height: 1.12;
}

.product-seo-note p {
	max-width: 880px;
	margin: 0;
	color: var(--muted);
	font-size: 1rem;
	line-height: 1.68;
}

.product-seo-note p + p {
	margin-top: 1rem;
}

.product-seo-note__facts {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.75rem;
	margin: 1rem 0;
	padding: 0;
	list-style: none;
}

.product-seo-note__facts li {
	display: grid;
	gap: 0.2rem;
	border: 1px solid var(--border-green);
	border-radius: 0.55rem;
	background: var(--white);
	padding: 0.85rem;
	min-width: 0;
}

.product-seo-note__facts span {
	color: var(--muted);
	font-size: 0.78rem;
	font-weight: 760;
	text-transform: uppercase;
}

.product-seo-note__facts strong {
	color: var(--ink);
	font-size: 0.98rem;
	line-height: 1.25;
	overflow-wrap: anywhere;
}

.product-seo-note__links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.7rem;
	margin-top: 1.1rem;
}

.product-seo-note__links a {
	display: inline-flex;
	align-items: center;
	min-height: 2.4rem;
	border: 1px solid var(--border-green);
	border-radius: 0.42rem;
	background: var(--white);
	color: var(--green-dark);
	font-weight: 760;
	padding: 0.55rem 0.85rem;
	text-decoration: none;
}

@media (max-width: 760px) {
	.product-seo-note__facts {
		grid-template-columns: 1fr;
	}
}

/* Single product page */
.product-page {
	background: linear-gradient(180deg, var(--soft-2) 0, var(--white) 19rem);
	padding: clamp(1.2rem, 3vw, 2rem) 0 clamp(2.4rem, 5vw, 4rem);
}

.product-page__shell {
	display: block;
}

.single-product div.product {
	display: grid;
	grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.1fr);
	gap: clamp(1.25rem, 4vw, 2.8rem);
	align-items: start;
}

.single-product div.product::after {
	content: "";
	display: table;
	clear: both;
}

.single-product .woocommerce-notices-wrapper,
.single-product .woocommerce-tabs,
.single-product .related,
.single-product .upsells,
.single-product .product-seo-note {
	grid-column: 1 / -1;
}

.single-product div.product .woocommerce-product-gallery {
	width: 100% !important;
	float: none !important;
	border: 1px solid rgb(25 149 138 / 0.14);
	border-radius: 0.72rem;
	background: var(--white);
	padding: clamp(1rem, 3vw, 1.5rem);
	box-shadow: 0 18px 50px rgb(7 48 43 / 0.08);
}

.single-product div.product .summary {
	width: 100% !important;
	float: none !important;
	border: 1px solid rgb(25 149 138 / 0.16);
	border-radius: 0.72rem;
	background: var(--white);
	padding: clamp(1.15rem, 3vw, 2rem);
	box-shadow: 0 18px 50px rgb(7 48 43 / 0.08);
}

.single-product .product_title {
	margin: 0 0 0.9rem;
	color: var(--ink);
	font-size: clamp(1.6rem, 3vw, 2.5rem);
	line-height: 1.08;
}

.single-product div.product p.price,
.single-product div.product span.price {
	margin: 0 0 1rem;
	color: var(--green-dark);
	font-size: clamp(1.4rem, 2.4vw, 2rem);
	font-weight: 850;
}

.product-purchase-price {
	display: grid;
	gap: 0.22rem;
	width: fit-content;
	max-width: 100%;
	border: 1px solid rgb(25 149 138 / 0.16);
	border-radius: 0.58rem;
	background: var(--soft-2);
	padding: 0.85rem 1rem;
	margin: 0 0 1rem;
}

.product-purchase-price span {
	color: var(--muted);
	font-size: 0.82rem;
	font-weight: 800;
	text-transform: uppercase;
}

.product-purchase-price strong {
	color: var(--green-dark);
	font-size: clamp(1.45rem, 2.6vw, 2rem);
	font-weight: 880;
	line-height: 1;
}

.product-purchase-price small {
	max-width: 24rem;
	color: var(--muted);
	font-size: 0.86rem;
	line-height: 1.45;
}

.single-product .woocommerce-product-details__short-description {
	color: var(--muted);
	font-size: 1rem;
	line-height: 1.7;
}

.single-product div.product form.cart {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	align-items: center;
	margin: 1.2rem 0;
}

.single-product div.product form.cart .quantity input {
	width: 5rem;
	min-height: 2.75rem;
	border: 1px solid var(--border-green);
	border-radius: 0.42rem;
	padding: 0.45rem 0.7rem;
}

.single-product div.product form.cart .button {
	min-height: 2.75rem;
	border: 0;
	border-radius: 999px;
	background: var(--green);
	color: var(--white);
	font-weight: 800;
	padding: 0.7rem 1.2rem;
	cursor: pointer;
}

.single-product .product_meta {
	display: grid;
	gap: 0.35rem;
	border-top: 1px solid rgb(25 149 138 / 0.14);
	margin-top: 1.2rem;
	padding-top: 1rem;
	color: var(--muted);
	font-size: 0.92rem;
}

.single-product .product_meta a {
	color: var(--green-dark);
	font-weight: 760;
	text-decoration: none;
}

.single-product .woocommerce-tabs,
.single-product .related,
.single-product .upsells {
	margin-top: clamp(1.4rem, 3vw, 2.2rem);
}

.single-product .woocommerce-tabs .panel,
.single-product .related > h2,
.single-product .upsells > h2 {
	color: var(--ink);
}

@media (max-width: 860px) {
	.single-product div.product {
		grid-template-columns: 1fr;
	}
}

.product-sell-cta {
	display: grid;
	gap: 0.55rem;
	margin: 1.25rem 0;
}

.product-sell-cta .button {
	justify-self: start;
}

.product-sell-cta p {
	max-width: 32rem;
	margin: 0;
	color: var(--muted);
	font-size: 0.92rem;
	line-height: 1.55;
}

.woocommerce ul.products li.product .vcv-loop-details {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.35rem;
	border: 1px solid var(--border-green);
	border-radius: 999px;
	background: var(--white);
	color: var(--green-dark);
	font-weight: 800;
	padding: 0.55rem 0.9rem;
	text-decoration: none;
}

.woocommerce ul.products li.product .vcv-loop-details:hover {
	background: var(--green);
	color: var(--white);
}

/* Prices page redesign */
.prices-page {
	background: var(--white);
}

.prices-hero {
	position: relative;
	overflow: hidden;
	background: linear-gradient(180deg, var(--soft-2) 0%, var(--white) 100%);
	padding: clamp(2rem, 5vw, 4.4rem) 0 clamp(1.6rem, 3.6vw, 3rem);
}

.prices-hero::after {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: 1px;
	background: rgb(25 149 138 / 0.14);
}

.prices-hero__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.03fr) minmax(280px, 0.72fr);
	gap: clamp(1.6rem, 5vw, 4rem);
	align-items: center;
}

.prices-hero__content {
	display: grid;
	gap: 1rem;
	align-content: start;
}

.prices-hero__kicker,
.prices-table-header__kicker {
	margin: 0;
	color: var(--green-dark);
	font-size: 0.82rem;
	font-weight: 860;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.prices-hero h1 {
	max-width: 760px;
	margin: 0;
	color: var(--ink);
	font-family: "Segoe UI Variable Display", "Segoe UI", ui-sans-serif, system-ui, sans-serif;
	font-size: clamp(2.25rem, 5vw, 4.55rem);
	font-weight: 850;
	letter-spacing: 0;
	line-height: 1;
	text-wrap: balance;
}

.prices-hero h1 span {
	color: var(--green);
}

.prices-hero__lead {
	max-width: 620px;
	margin: 0;
	color: var(--muted);
	font-size: clamp(1rem, 1.5vw, 1.16rem);
	line-height: 1.6;
}

.prices-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 0.2rem;
}

.prices-hero__facts {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.75rem;
	margin: 0.45rem 0 0;
	padding: 0;
	list-style: none;
}

.prices-hero__facts li {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 0.62rem;
	align-items: center;
	min-width: 0;
	border: 1px solid rgb(25 149 138 / 0.16);
	border-radius: 0.68rem;
	background: rgb(255 255 255 / 0.78);
	box-shadow: 0 14px 35px rgb(7 48 43 / 0.06);
	padding: 0.78rem;
}

.prices-hero__facts .icon {
	width: 1.35rem;
	height: 1.35rem;
	color: var(--green);
	stroke-width: 2;
}

.prices-hero__facts strong,
.prices-hero__facts small {
	display: block;
	line-height: 1.15;
}

.prices-hero__facts strong {
	color: var(--ink);
	font-size: 0.88rem;
	font-weight: 820;
}

.prices-hero__facts small {
	margin-top: 0.14rem;
	color: var(--muted);
	font-size: 0.76rem;
}

.prices-hero__media {
	position: relative;
	margin: 0;
	min-height: clamp(250px, 30vw, 390px);
	border: 1px solid rgb(25 149 138 / 0.14);
	border-radius: 0.8rem;
	background: var(--white);
	box-shadow: 0 24px 70px rgb(7 48 43 / 0.12);
	overflow: hidden;
}

.prices-hero__media::before {
	content: "";
	position: absolute;
	inset: auto 8% 8% 8%;
	height: 24%;
	border-radius: 999px;
	background: rgb(121 200 67 / 0.18);
}

.prices-hero__media img {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	min-height: inherit;
	object-fit: contain;
	padding: clamp(0.9rem, 3vw, 1.6rem);
}

.pricing-section--catalog {
	background: var(--white);
	padding-top: clamp(2rem, 4.5vw, 3.5rem);
}

.pricing-section--catalog .pricing-board {
	border: 1px solid rgb(25 149 138 / 0.12);
	border-radius: 0.86rem;
	background: linear-gradient(180deg, rgb(255 255 255) 0%, var(--soft-2) 100%);
	box-shadow: 0 20px 60px rgb(7 48 43 / 0.09);
	padding: clamp(0.75rem, 1.8vw, 1.15rem);
}

.pricing-section--catalog .pricing-sidebar {
	border: 1px solid rgb(25 149 138 / 0.12);
	background: rgb(255 255 255 / 0.82);
}

.pricing-section--catalog .pricing-table-card {
	min-width: 0;
}

.pricing-section--catalog .price-tabs {
	margin-bottom: 0.7rem;
}

.pricing-section--catalog .price-tab {
	background: var(--white);
}

.pricing-section--catalog .price-tab.is-active {
	background: var(--action);
}

.pricing-section--catalog .price-table-wrap {
	box-shadow: none;
}

.prices-benefits {
	box-shadow: inset 0 0 0 1px rgb(25 149 138 / 0.12);
}

.prices-support {
	background: var(--soft-2);
	padding: clamp(2rem, 4.5vw, 3.6rem) 0;
}

.prices-support__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

.prices-support__item {
	display: grid;
	gap: 0.65rem;
	min-width: 0;
	border: 1px solid rgb(25 149 138 / 0.14);
	border-radius: 0.72rem;
	background: var(--white);
	padding: clamp(1rem, 2.4vw, 1.35rem);
	box-shadow: 0 12px 35px rgb(7 48 43 / 0.06);
}

.prices-support__item .icon {
	width: 2rem;
	height: 2rem;
	color: var(--green);
	stroke-width: 1.85;
}

.prices-support__item h2 {
	margin: 0;
	color: var(--ink);
	font-size: clamp(1.05rem, 1.8vw, 1.25rem);
	line-height: 1.12;
}

.prices-support__item p {
	margin: 0;
	color: var(--muted);
	font-size: 0.95rem;
	line-height: 1.62;
}

@media (min-width: 981px) {
	.pricing-section--catalog .pricing-board {
		--pricing-panel-height: min(72vh, 680px);
	}
}

@media (max-width: 980px) {
	.prices-hero__grid,
	.prices-support__grid {
		grid-template-columns: 1fr;
	}

	.prices-hero__media {
		min-height: 250px;
	}

	.pricing-section--catalog .pricing-board {
		padding: 0.75rem;
	}
}

@media (max-width: 700px) {
	.prices-hero__facts {
		grid-template-columns: 1fr;
	}

	.prices-hero__actions .hero__button {
		width: 100%;
	}

	.prices-hero__media {
		min-height: 220px;
	}
}

/* PageSpeed accessibility and performance pass */
.hero__kicker,
.seo-intro-kicker,
.prices-hero__kicker,
.prices-table-header__kicker {
	color: var(--green-dark);
}

.hero__lead,
.hero__trust-note,
.seo-intro-copy,
.seo-intro-copy p,
.pricing-lead,
.prices-hero__lead,
.prices-support__item p {
	color: #365f67;
}

.hero__button--primary {
	border-color: var(--green-dark);
	background: var(--green-dark);
	color: var(--white);
}

.hero__button--primary:hover,
.hero__button--primary:focus-visible {
	border-color: #084c5c;
	background: #084c5c;
}

.hero__kicker,
.hero h1,
.hero__lead,
.hero__actions,
.hero__benefits,
.hero__trust {
	animation-name: hero-copy-rise-lite;
}

@keyframes hero-copy-rise-lite {
	from {
		opacity: 0;
		transform: translate3d(0, 10px, 0);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@media (prefers-reduced-motion: no-preference) {
	.motion-observed {
		filter: none !important;
		will-change: opacity, transform !important;
		transition-property: opacity, transform !important;
	}

	.motion-observed.is-visible {
		filter: none !important;
	}
}



/* SEO landing pages and articles */
.site-page {
	background: #f7fbf7;
}

.seo-page,
.seo-article {
	color: var(--ink);
}

.seo-hero {
	background: linear-gradient(180deg, #eef8ef 0%, #f7fbf7 100%);
	padding: clamp(3.4rem, 7vw, 5.8rem) 0 clamp(2.2rem, 5vw, 3.8rem);
}

.seo-hero__inner,
.seo-section,
.seo-article__inner {
	width: min(1120px, calc(100% - 2rem));
	margin-inline: auto;
}

.seo-hero__kicker,
.seo-section__kicker,
.seo-article__kicker {
	margin: 0 0 0.7rem;
	color: var(--green-dark);
	font-size: 0.82rem;
	font-weight: 850;
	letter-spacing: 0;
	text-transform: uppercase;
}

.seo-hero h1,
.seo-article h1 {
	max-width: 820px;
	margin: 0;
	color: var(--ink);
	font-size: clamp(2.25rem, 5vw, 4.4rem);
	line-height: 0.98;
}

.seo-hero h1 span,
.seo-article h1 span {
	color: var(--green);
}

.seo-hero__lead,
.seo-article__lead {
	max-width: 760px;
	margin: 1.1rem 0 0;
	color: #365f67;
	font-size: clamp(1.02rem, 1.7vw, 1.2rem);
	line-height: 1.65;
}

.seo-hero__actions,
.seo-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem;
	margin-top: 1.5rem;
}

.seo-section {
	padding: clamp(2.4rem, 5vw, 4.4rem) 0;
}

.seo-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
	margin-top: 1.4rem;
}

.seo-card,
.seo-note,
.seo-faq details,
.seo-article__content {
	border: 1px solid var(--border-green);
	border-radius: 0.75rem;
	background: var(--white);
	box-shadow: 0 10px 24px oklch(0.18 0.02 250 / 0.07);
}

.seo-card,
.seo-note {
	padding: 1.25rem;
}

.seo-card h2,
.seo-card h3,
.seo-section h2,
.seo-article__content h2,
.seo-article__content h3 {
	margin: 0 0 0.75rem;
	color: var(--ink);
	line-height: 1.14;
}

.seo-section p,
.seo-card p,
.seo-note p,
.seo-article__content p,
.seo-article__content li {
	color: #365f67;
	line-height: 1.72;
}

.seo-list {
	display: grid;
	gap: 0.65rem;
	padding: 0;
	margin: 1rem 0 0;
	list-style: none;
}

.seo-list li {
	display: flex;
	gap: 0.55rem;
	align-items: flex-start;
}

.seo-list li::before {
	content: "";
	flex: 0 0 auto;
	width: 0.55rem;
	height: 0.55rem;
	border-radius: 999px;
	margin-top: 0.55rem;
	background: var(--green);
}

.seo-brand-links,
.seo-related-links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.7rem;
	margin-top: 1rem;
}

.seo-brand-links a,
.seo-related-links a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.65rem;
	border: 1px solid var(--border-green);
	border-radius: 999px;
	background: var(--white);
	color: var(--green-dark);
	padding: 0.62rem 1rem;
	font-weight: 800;
	text-decoration: none;
}

.seo-faq {
	display: grid;
	gap: 0.85rem;
	margin-top: 1.2rem;
}

.seo-faq details {
	padding: 1rem 1.1rem;
}

.seo-faq summary {
	cursor: pointer;
	color: var(--ink);
	font-weight: 850;
}

.seo-article {
	padding: clamp(2.4rem, 5vw, 4.5rem) 0;
	background: #f7fbf7;
}

.seo-article__content {
	max-width: 860px;
	padding: clamp(1.4rem, 3vw, 2.2rem);
	margin-top: 1.8rem;
}

.seo-article__content ul,
.seo-article__content ol {
	padding-left: 1.25rem;
}

@media (max-width: 900px) {
	.seo-grid {
		grid-template-columns: 1fr;
	}
}
