/**
 * WooCommerce — Phase 6+ shell styling (runs after `nmp-main` / tokens cascade).
 */

.woocommerce-checkout .woocommerce,
.nmp-site-main.nmp-wc-page .woocommerce {
	font-family: var(--nmp-font-sans);
	color: var(--nmp-color-text);
}

.woocommerce-notices-wrapper {
	max-width: 1488px;
	margin: 0 auto;
	padding-inline: 1.5rem;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
	position: relative;
	display: flex;
	align-items: center;
	gap: 0.8rem;
	margin: 1.1rem auto 1.35rem;
	padding: 1rem 1.15rem 1rem 3.2rem;
	border: 1px solid #dbe7c7;
	border-top: 1px solid #9ac11f;
	border-radius: 14px;
	background: linear-gradient(135deg, #ffffff 0%, #fbfff4 100%);
	box-shadow: 0 18px 46px rgba(15, 23, 42, 0.08);
	color: #243041;
	font-size: 0.95rem;
	line-height: 1.45;
	list-style: none;
}

.woocommerce-message::before,
.woocommerce-info::before,
.woocommerce-error::before {
	content: "";
	position: absolute;
	left: 1.12rem;
	top: 50%;
	width: 18px;
	height: 18px;
	border-radius: 999px;
	background: #86b817;
	box-shadow: 0 0 0 4px rgba(134, 184, 23, 0.12);
	transform: translateY(-50%);
}

.woocommerce-message::after,
.woocommerce-info::after,
.woocommerce-error::after {
	content: "";
	position: absolute;
	left: 1.485rem;
	top: 50%;
	width: 7px;
	height: 4px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: translateY(-58%) rotate(-45deg);
}

.woocommerce-info {
	border-color: #d7e6ff;
	border-top-color: #5c8cff;
	background: linear-gradient(135deg, #ffffff 0%, #f5f8ff 100%);
}

.woocommerce-info::before {
	background: #3478f6;
	box-shadow: 0 0 0 4px rgba(52, 120, 246, 0.12);
}

.woocommerce-error {
	display: block;
	border-color: #ffd0d0;
	border-top-color: var(--nmp-color-primary);
	background: linear-gradient(135deg, #ffffff 0%, #fff4f4 100%);
}

.woocommerce-error::before {
	background: var(--nmp-color-primary);
	box-shadow: 0 0 0 4px rgba(214, 0, 0, 0.1);
}

.woocommerce-error::after {
	width: 8px;
	height: 2px;
	border: 0;
	background: #fff;
	transform: translateY(-50%);
}

.woocommerce-message a,
.woocommerce-info a,
.woocommerce-error a {
	color: var(--nmp-color-primary);
	font-weight: 800;
	text-decoration: none;
}

.woocommerce-message a:hover,
.woocommerce-info a:hover,
.woocommerce-error a:hover {
	text-decoration: underline;
}

.woocommerce-message .button,
.woocommerce-info .button,
.woocommerce-error .button {
	order: 2;
	margin-left: auto;
	padding: 0.68rem 1rem;
	border: 1px solid rgba(214, 0, 0, 0.16);
	border-radius: 9px;
	background: #fff5f5;
	color: var(--nmp-color-primary);
	font-size: 0.82rem;
	font-weight: 900;
	text-decoration: none;
	box-shadow: none;
}

.woocommerce-message .button:hover,
.woocommerce-info .button:hover,
.woocommerce-error .button:hover {
	background: var(--nmp-color-primary);
	color: #fff;
	text-decoration: none;
}

.nmp-site-main.nmp-wc-page,
body.woocommerce-checkout .nmp-site-main,
body.woocommerce-order-received .nmp-site-main,
body.woocommerce-cart .nmp-site-main,
body.woocommerce-account .nmp-site-main {
	width: 100%;
	max-width: none;
	padding-block: var(--nmp-section-y-mobile);
}

@media (min-width: 768px) {
	.nmp-site-main.nmp-wc-page,
	body.woocommerce-checkout .nmp-site-main,
	body.woocommerce-order-received .nmp-site-main,
	body.woocommerce-cart .nmp-site-main,
	body.woocommerce-account .nmp-site-main {
		padding-block: var(--nmp-section-y);
	}
}

/* --- Shop / model archive --- */

body.post-type-archive-product .nmp-site-main.nmp-wc-page,
body.tax-product_cat .nmp-site-main.nmp-wc-page,
body.tax-product_tag .nmp-site-main.nmp-wc-page {
	padding-top: 4.95rem;
	padding-bottom: 6.7rem;
}

.nmp-shop-models {
	max-width: 1588px;
	margin: 0 auto;
	padding-inline: 1.5rem;
}

.nmp-shop-models__head {
	max-width: 44rem;
	margin-bottom: 3.1rem;
}

.nmp-shop-models__head h1 {
	margin: 0 0 0.65rem;
	font-size: clamp(2.3rem, 3.25vw, 3rem);
	line-height: 1.08;
	font-weight: 800;
	letter-spacing: 0;
	color: var(--nmp-color-text);
}

.nmp-shop-models__head p {
	max-width: 36rem;
	margin: 0;
	font-size: 1rem;
	line-height: 1.5;
	color: var(--nmp-color-muted);
}

.nmp-shop-models__tools {
	display: grid;
	gap: 0.8rem;
	margin-bottom: 2rem;
}

@media (min-width: 900px) {
	.nmp-shop-models__tools {
		grid-template-columns: minmax(0, 1fr) auto;
		align-items: center;
	}
}

.nmp-shop-models__search {
	width: 100%;
	min-height: 43px;
	border: 1px solid var(--nmp-color-border-input);
	border-radius: 7px;
	padding: 0 1rem 0 2.35rem;
	font-size: 0.875rem;
	color: var(--nmp-color-text);
	background:
		linear-gradient(transparent, transparent),
		#fff;
	box-shadow: none;
}

.nmp-shop-models__search::placeholder {
	color: #a0aabc;
}

.nmp-shop-models__search:focus {
	outline: none;
	border-color: rgba(214, 0, 0, 0.55);
	box-shadow: 0 0 0 4px rgba(214, 0, 0, 0.08);
}

.nmp-shop-models__filters {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.nmp-shop-models__filters button {
	min-height: 43px;
	padding: 0 1.05rem;
	border: 1px solid var(--nmp-color-border);
	border-radius: 7px;
	background: #fff;
	color: var(--nmp-color-text);
	font-size: 0.8125rem;
	font-weight: 600;
	cursor: pointer;
	transition: transform 0.18s ease, border-color 0.18s ease, background-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

.nmp-shop-models__filters button:hover {
	transform: translateY(-1px);
	border-color: rgba(214, 0, 0, 0.35);
	color: var(--nmp-color-primary);
	box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06);
}

.nmp-shop-models__filters button.is-active {
	background: var(--nmp-color-primary);
	border-color: var(--nmp-color-primary);
	color: #fff;
	box-shadow: 0 8px 18px rgba(214, 0, 0, 0.18);
}

.nmp-shop-models__grid-wrap ul.products.products {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.45rem 1.35rem;
	margin: 0 !important;
	float: none;
	list-style: none;
	width: auto;
	align-items: stretch;
	clear: both;
	padding: 0;
}

@media (min-width: 640px) {
	.nmp-shop-models__grid-wrap ul.products.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 960px) {
	.nmp-shop-models__grid-wrap ul.products.products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (min-width: 1180px) {
	.nmp-shop-models__grid-wrap ul.products.products {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

.nmp-shop-models__grid-wrap ul.products.products::before,
.nmp-shop-models__grid-wrap ul.products.products::after {
	display: none;
}

.nmp-shop-models__empty {
	margin: 2rem 0 0;
	padding: 1rem;
	border: 1px solid var(--nmp-color-border);
	border-radius: var(--nmp-radius-md);
	text-align: center;
	color: var(--nmp-color-muted);
}

.nmp-wc-page .nmp-shop-model-card.product {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0;
	list-style: none;
}

.nmp-shop-model-card[hidden] {
	display: none !important;
}

.nmp-shop-model-card__link {
	display: flex;
	min-height: 100%;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid var(--nmp-color-border);
	border-radius: 8px;
	background: #fff;
	color: var(--nmp-color-text);
	text-decoration: none;
	box-shadow: 0 2px 4px rgba(15, 23, 42, 0.04);
	transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.nmp-shop-model-card__link:hover {
	transform: translateY(-3px);
	border-color: rgba(214, 0, 0, 0.32);
	box-shadow: 0 16px 30px rgba(15, 23, 42, 0.08);
	text-decoration: none;
}

.nmp-shop-model-card--accent .nmp-shop-model-card__link {
	border-color: rgba(214, 0, 0, 0.26);
	box-shadow: 0 12px 28px rgba(214, 0, 0, 0.08);
}

.nmp-shop-model-card__visual {
	display: grid;
	place-items: center;
	min-height: 136px;
	padding: 1rem;
	background: linear-gradient(180deg, var(--nmp-shop-card-bg, #f8fafc) 0%, #f1f3f6 100%);
	border-bottom: 1px solid rgba(226, 232, 240, 0.8);
}

.nmp-shop-model-card__visual--has-image {
	min-height: 180px;
	padding: 0;
	background: #fff;
}

.nmp-shop-model-card__visual span {
	color: #9ca5b4;
	font-size: clamp(2rem, 2.2vw, 2.4rem);
	font-weight: 800;
	line-height: 1;
	text-align: center;
}

.nmp-shop-model-card__image {
	width: 100%;
	height: 180px;
	object-fit: contain;
	object-position: center;
	border-radius: 0;
}

.nmp-shop-model-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 1.45rem 1.55rem 1.45rem;
}

.nmp-shop-model-card__main {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 1rem;
	align-items: start;
}

.nmp-shop-model-card__title {
	margin: 0;
	font-size: 1.05rem;
	line-height: 1.2;
	font-weight: 800;
	color: var(--nmp-color-text);
}

.nmp-shop-model-card__years {
	margin: 0.25rem 0 0;
	font-size: 0.8125rem;
	color: var(--nmp-color-muted);
}

.nmp-shop-model-card__chassis {
	display: none;
}

.nmp-shop-model-card__price {
	margin: 0;
	text-align: right;
	color: var(--nmp-color-primary);
}

.nmp-shop-model-card__price span {
	display: block;
	margin-bottom: -0.15rem;
	font-size: 0.55rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #a3adbe;
}

.nmp-shop-model-card__price strong {
	display: block;
	font-size: 1.05rem;
	line-height: 1;
	font-weight: 900;
	color: var(--nmp-color-primary);
}

.nmp-shop-model-card__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem;
	min-height: 22px;
	margin: 1.05rem 0 0;
	padding: 0;
	list-style: none;
}

.nmp-shop-model-card__badges li {
	display: inline-flex;
	align-items: center;
	min-height: 20px;
	padding: 0.12rem 0.45rem;
	border: 1px solid #e2e8f0;
	border-radius: 5px;
	background: #f8fafc;
	color: #64748b;
	font-size: 0.62rem;
	font-weight: 800;
	line-height: 1;
	white-space: nowrap;
}

.nmp-shop-model-card__regions {
	display: none;
}

.nmp-shop-model-card__cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin: auto 0 0;
	padding-top: 1.25rem;
	border-top: 1px solid #eef2f7;
	font-size: 0.8125rem;
	font-weight: 700;
	color: var(--nmp-color-text);
}

.nmp-shop-model-card__link:hover .nmp-shop-model-card__cta {
	color: var(--nmp-color-primary);
}

/* Result count row hidden on the custom model archive. */
body.post-type-archive-product .woocommerce .woocommerce-result-count,
body.post-type-archive-product .woocommerce .woocommerce-ordering {
	display: none;
}

/* Forms aligned to tokens */

.woocommerce-checkout .checkout .woocommerce-billing-fields__field-wrapper label,
.nmp-wc-page .woocommerce form .form-row label {
	display: block;
	font-weight: 600;
	font-size: 0.8125rem;
	color: var(--nmp-color-text);
	margin-bottom: 0.25rem;
}

.nmp-wc-page .woocommerce-page .woocommerce form input.input-text,
.nmp-wc-page .woocommerce-page .woocommerce form select,
.nmp-wc-page .woocommerce-page .woocommerce form textarea {
	font-family: var(--nmp-font-sans);
	min-height: 44px;
	border-radius: var(--nmp-radius-sm);
	padding: 0.45rem 0.85rem;
	font-size: 0.9375rem;
	line-height: 1.35;
	border: 1px solid var(--nmp-color-border-input);
	transition: border-color var(--nmp-transition);
}

.nmp-wc-page .woocommerce-page .woocommerce form select {
	height: auto;
	background-color: #fff;
	cursor: pointer;
}

.nmp-wc-page .woocommerce-page .woocommerce form textarea {
	min-height: 120px;
}

.nmp-wc-page .woocommerce-page .woocommerce form .input-text:focus,
.nmp-wc-page .woocommerce-page .woocommerce form select:focus,
.nmp-wc-page .woocommerce-page .woocommerce form textarea:focus {
	outline: none;
	border-color: var(--nmp-color-primary);
	box-shadow: 0 0 0 4px rgba(214, 0, 0, 0.1);
}

.woocommerce-cart table.cart td.actions .coupon .button,
.woocommerce .cart-collaterals .checkout-button {
	border-radius: var(--nmp-radius-sm);
	transition: border-color var(--nmp-transition), background-color var(--nmp-transition);
}

.woocommerce-page a.button.alt,
.woocommerce-cart .coupon .button,
.nmp-wc-page .woocommerce-page button.button.alt,
.nmp-wc-page .woocommerce a.button.alt {
	min-height: 42px;
	border-radius: var(--nmp-radius-sm);
	box-shadow: var(--nmp-shadow-sm);
	transition: filter var(--nmp-transition);
}

.quantity .qty {
	min-height: 44px !important;
	border-radius: var(--nmp-radius-sm) !important;
	border: 1px solid var(--nmp-color-border-input) !important;
	font-weight: 600;
}

.quantity .qty:focus {
	box-shadow: 0 0 0 4px rgba(214, 0, 0, 0.1);
}

/* Tabs beneath gallery */

.single-product div.product .woocommerce-tabs {
	clear: both;
	margin-top: 2.5rem;
}

.single-product div.product .woocommerce-tabs ul.tabs li a {
	border-radius: var(--nmp-radius-pill);
	font-weight: 600;
}

.single-product div.product .woocommerce-tabs .panel {
	background: transparent;
	padding-top: 1rem;
	line-height: 1.65;
	font-size: 0.9375rem;
	color: var(--nmp-color-text);
}

/* Related/up-sells grids pick up `.archive` rules when applicable */

/* --- Phase 6–7 — NMP product layout (content-single-product.php) --- */

.nmp-wc-page ul.products {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
	gap: 1.25rem;
	list-style: none;
	margin: 1.5rem 0 0 !important;
	padding: 0 !important;
}

.nmp-wc-page ul.products::before,
.nmp-wc-page ul.products::after {
	display: none;
}

.nmp-product-layout {
	display: grid;
	gap: 2rem;
	align-items: start;
	max-width: var(--nmp-container);
	margin: 0 auto;
}

@media (min-width: 960px) {
	.nmp-product-layout {
		grid-template-columns: minmax(0, 1fr) minmax(280px, 380px);
	}
}

.nmp-product-layout__main .woocommerce-product-gallery,
.nmp-product-layout__main div.images {
	float: none !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 0 1.5rem !important;
}

.nmp-product-visual-card {
	margin-bottom: 1rem;
	border-radius: var(--nmp-radius-md);
	overflow: hidden;
}

.nmp-product-layout__sidebar {
	position: sticky;
	top: 92px;
	align-self: start;
}

@media (max-width: 959px) {
	.nmp-product-layout__sidebar {
		position: static;
		max-width: 28rem;
	}
}

.nmp-product-configurator {
	background: var(--nmp-color-background);
	border: 1px solid var(--nmp-color-border);
	border-radius: var(--nmp-radius-lg);
	box-shadow: var(--nmp-shadow-md);
	padding: 1.25rem 1.25rem 1.5rem;
}

.nmp-product-configurator .price {
	margin: 0 0 1rem;
	font-size: 1.35rem;
	font-weight: 800;
	color: var(--nmp-color-primary);
}

.nmp-field--delivery {
	border: 0;
	padding: 0;
	margin: 0 0 1rem;
}

.nmp-field--delivery legend {
	font-size: 0.8125rem;
	font-weight: 600;
	margin-bottom: 0.5rem;
}

.nmp-delivery-choice {
	display: block;
	margin: 0.35rem 0;
	font-size: 0.875rem;
}

.nmp-product-configurator .cart {
	margin-top: 0.25rem;
}

.nmp-product-configurator .single_add_to_cart_button {
	width: 100%;
	margin-top: 0.75rem;
}

.nmp-product-configurator__whatsapp {
	margin: 1rem 0 0;
}

.nmp-product-configurator__whatsapp .nmp-btn {
	width: 100%;
	text-align: center;
}

.nmp-product-configurator__ssl-note {
	font-size: 0.75rem;
	margin: 0.75rem 0 0;
}

/* Cart line meta (Phase 8 starter) */

.nmp-wc-cart .variation dt,
.nmp-wc-cart ul.wc-item-meta li,
.nmp-wc-cart .wc-item-meta {
	font-size: 0.8125rem;
	color: var(--nmp-color-muted);
}

.nmp-wc-cart .wc-item-meta li {
	margin-top: 0.35rem;
}

/* Loop product cards */
.nmp-wc-shop-inner .nmp-wc-product-card.product {
	background: #fff;
	border: 1px solid var(--nmp-color-border);
	border-radius: var(--nmp-radius-md);
	padding: 1rem;
	box-shadow: var(--nmp-shadow-sm);
	display: flex;
	flex-direction: column;
	min-height: 100%;
}

.nmp-wc-shop-inner .nmp-wc-product-card .woocommerce-LoopProduct-link {
	text-decoration: none;
	color: inherit;
}

.nmp-wc-shop-inner .nmp-wc-product-card .woocommerce-loop-product__title {
	font-size: 1rem;
	font-weight: 800;
	margin: 0.5rem 0;
}

.nmp-wc-shop-inner .nmp-wc-product-card .price {
	color: var(--nmp-color-primary);
	font-weight: 800;
	font-size: 1rem;
}

.nmp-wc-shop-inner .nmp-wc-product-card .button {
	margin-top: auto;
	width: 100%;
	text-align: center;
	justify-content: center;
}

/* Checkout trust strip (classic shortcode checkout) */
.nmp-checkout-trust {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.35rem 0.65rem;
	margin: 0 0 1.25rem;
	padding: 0.65rem 1rem;
	font-size: 0.8125rem;
	font-weight: 600;
	color: var(--nmp-color-muted);
	background: var(--nmp-color-surface);
	border: 1px solid var(--nmp-color-border);
	border-radius: var(--nmp-radius-md);
}

/* Block checkout (WooCommerce Blocks) — typography alignment */
.wc-block-checkout,
.wp-block-woocommerce-checkout {
	font-family: var(--nmp-font-sans);
	color: var(--nmp-color-text);
}

/* Block cart */
.wc-block-cart,
.wp-block-woocommerce-cart {
	font-family: var(--nmp-font-sans);
	color: var(--nmp-color-text);
}

/* Trust strip sits as sibling before Cart/Checkout blocks (render_block) */
.nmp-entry__content > .nmp-checkout-trust:first-child,
.wp-block-post-content > .nmp-checkout-trust:first-child {
	margin-bottom: 1.25rem;
}

/* Order received (thank you) — card-style summary */
body.woocommerce-order-received .woocommerce-order {
	max-width: 42rem;
	margin-inline: auto;
}

body.woocommerce-order-received .woocommerce-notice--success {
	border-radius: var(--nmp-radius-md);
	border-left-width: 4px;
}

body.woocommerce-order-received ul.woocommerce-order-overview.order_details {
	list-style: none;
	margin: 1.5rem 0 0;
	padding: 0;
	display: grid;
	gap: 0.5rem;
}

body.woocommerce-order-received ul.woocommerce-order-overview.order_details li {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: space-between;
	gap: 0.35rem 1rem;
	margin: 0;
	padding: 0.65rem 1rem;
	font-size: 0.875rem;
	color: var(--nmp-color-text);
	background: var(--nmp-color-surface);
	border: 1px solid var(--nmp-color-border);
	border-radius: var(--nmp-radius-md);
}

body.woocommerce-order-received ul.woocommerce-order-overview.order_details li strong {
	font-weight: 800;
	text-align: end;
}

/* Block order confirmation (Checkout block / order-received template) */
body.woocommerce-order-received [class*="wc-block-order-confirmation"],
body.woocommerce-order-received [class*="wp-block-woocommerce-order-confirmation"] {
	font-family: var(--nmp-font-sans);
	color: var(--nmp-color-text);
}

body.woocommerce-order-received .nmp-entry__content:has(.wc-block-order-confirmation-summary),
body.woocommerce-order-received .nmp-entry__content:has(.wc-block-order-confirmation-status) {
	max-width: 48rem;
	margin-inline: auto;
}

body.woocommerce-order-received .wc-block-order-confirmation-summary {
	margin-top: 0;
	margin-bottom: 1.25rem;
}

body.woocommerce-order-received .wc-block-order-confirmation-summary .wc-block-order-confirmation-summary-list {
	flex-direction: column;
	align-items: stretch;
	gap: 0.5rem;
}

body.woocommerce-order-received .wc-block-order-confirmation-summary-list-item {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: space-between;
	gap: 0.35rem 1rem;
	width: 100% !important;
	margin: 0 !important;
	padding: 0.65rem 1rem !important;
	background: var(--nmp-color-surface);
	border: 1px solid var(--nmp-color-border);
	border-radius: var(--nmp-radius-md);
	box-sizing: border-box;
}

/* NaviMapPro exact-style model product page */
body.single-product .nmp-wc-page {
	background: #fff;
	padding-top: 0;
}

body.single-product .nmp-wc-page > .nmp-container {
	width: min(100% - 40px, 1488px);
	max-width: 1488px;
	padding-left: 0;
	padding-right: 0;
}

body.single-product .nmp-wc-page .woocommerce {
	width: 100%;
	max-width: none;
}

.nmp-model-product {
	display: block;
	max-width: 1488px;
	margin: 0 auto;
	color: #071227;
	font-family: var(--nmp-font-sans);
}

.nmp-model-breadcrumbs {
	display: flex;
	gap: 0.5rem;
	align-items: center;
	margin: 0 0 1.65rem;
	padding: 1.08rem 0;
	color: #667085;
	font-size: 0.8125rem;
	background: #f7f8fa;
	box-shadow: 0 0 0 100vmax #f7f8fa;
	clip-path: inset(0 -100vmax);
}

.nmp-model-breadcrumbs a {
	color: #667085;
	text-decoration: none;
}

.nmp-model-hero {
	display: grid;
	gap: 3rem;
	align-items: start;
}

@media (min-width: 1024px) {
	.nmp-model-hero {
		grid-template-columns: minmax(0, 730px) minmax(0, 725px);
		gap: 50px;
	}
}

.nmp-model-rating {
	display: flex;
	align-items: center;
	gap: 0.4rem;
	margin-bottom: 0.45rem;
	font-size: 0.75rem;
	color: #667085;
}

.nmp-model-rating span {
	color: #f59e0b;
	letter-spacing: 1px;
}

.nmp-model-rating strong {
	color: #071227;
}

.nmp-model-rating em {
	font-style: normal;
}

.nmp-model-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem;
	margin: 0 0 0.35rem;
}

.nmp-model-badges span {
	padding: 0.22rem 0.5rem;
	border-radius: 999px;
	background: #f3f4f6;
	color: #344054;
	font-size: 0.625rem;
	font-weight: 800;
	text-transform: uppercase;
}

.nmp-model-title {
	max-width: 775px;
	margin: 0;
	font-size: clamp(2rem, 1.83vw, 2.2rem);
	font-weight: 800;
	line-height: 1.18;
	letter-spacing: 0;
}

.nmp-model-title mark,
.nmp-model-title .nmp-red {
	color: var(--nmp-color-primary);
	background: transparent;
}

.nmp-model-price-line {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.55rem;
	margin: 0.75rem 0 1.35rem;
}

.nmp-model-price-line > span {
	color: var(--nmp-color-primary);
	font-size: 2rem;
	font-weight: 800;
}

.nmp-model-price-line .price {
	display: inline;
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
}

.nmp-model-price-line mark {
	padding: 0.24rem 0.5rem;
	border-radius: 999px;
	background: #fef3c7;
	color: #7a4b00;
	font-size: 0.7rem;
	font-weight: 800;
}

.nmp-model-art-card {
	overflow: hidden;
	border-radius: 10px;
	background: linear-gradient(135deg, #ffe1e3 0%, #fca5b2 100%);
	min-height: 450px;
	box-shadow: 0 2px 7px rgba(15, 23, 42, 0.14);
}

.nmp-model-art-card__image {
	width: 100%;
	height: 100%;
	min-height: 450px;
	display: block;
	object-fit: cover;
}

.nmp-model-car-art {
	position: relative;
	min-height: 450px;
	padding: 1.2rem;
}

.nmp-model-car-art__label {
	position: absolute;
	top: 1.1rem;
	left: 1.2rem;
	font-size: 0.75rem;
	font-weight: 800;
	line-height: 1.1;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.nmp-model-car-art__star {
	position: absolute;
	top: 1rem;
	right: 1rem;
	width: 20px;
	height: 20px;
	border: 1.5px solid rgba(15, 23, 42, 0.45);
	border-radius: 50%;
}

.nmp-model-car-art__car {
	position: absolute;
	left: 7%;
	right: 3%;
	bottom: 1.65rem;
	height: 155px;
	background: #101828;
	clip-path: polygon(0 72%, 10% 55%, 27% 39%, 50% 30%, 72% 31%, 91% 52%, 100% 64%, 100% 82%, 0 82%);
}

.nmp-model-car-art__car::before {
	content: "";
	position: absolute;
	left: 25%;
	right: 24%;
	top: 22%;
	height: 42px;
	background: linear-gradient(90deg, #d9dee7 0%, #f8fafc 58%, #9ca3af 100%);
	clip-path: polygon(0 100%, 22% 18%, 56% 6%, 100% 100%);
}

.nmp-model-car-art__car i {
	position: absolute;
	bottom: -6px;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: #0f172a;
	border: 10px solid #ffd1dc;
}

.nmp-model-car-art__car i:first-of-type {
	left: 23%;
}

.nmp-model-car-art__car i:last-of-type {
	right: 5%;
}

.nmp-model-car-art b {
	position: absolute;
	right: 1.2rem;
	bottom: 1.1rem;
	padding: 0.3rem 0.55rem;
	border-radius: 999px;
	background: var(--nmp-color-primary);
	color: #fff;
	font-size: 0.58rem;
}

.nmp-model-quick-stats {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 0.7rem;
	margin: 0.95rem 0 1.1rem;
}

.nmp-model-quick-stats span {
	min-height: 78px;
	display: grid;
	place-content: center;
	text-align: center;
	border: 1px solid #eaecf0;
	border-radius: 8px;
	background: #fff;
	font-size: 0.75rem;
	font-weight: 800;
	transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.nmp-model-quick-stats span:hover {
	border-color: #ff2a2a;
	box-shadow: 0 10px 22px rgba(214, 0, 0, 0.12);
	transform: translateY(-2px);
}

.nmp-model-quick-stats i {
	display: block;
	margin: 0 auto 0.45rem;
	color: #e00000;
	font-style: normal;
}

.nmp-model-quick-stats i::before {
	content: "\2699";
	font-size: 1rem;
	line-height: 1;
}

.nmp-model-quick-stats span:nth-child(2) i::before {
	content: "\25CE";
}

.nmp-model-quick-stats span:nth-child(3) i::before {
	content: "\25F7";
}

.nmp-model-quick-stats span:nth-child(4) i::before {
	content: "\2662";
}

.nmp-model-quick-stats strong {
	display: block;
	margin-bottom: 0.25rem;
	color: #98a2b3;
	font-size: 0.6rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.nmp-model-quick-answer,
.nmp-model-note {
	padding: 1rem;
	border: 1px solid #fee2e2;
	border-radius: 10px;
	background: #fff7f7;
	font-size: 0.875rem;
	line-height: 1.55;
}

.nmp-model-quick-answer__label {
	display: block;
	margin-bottom: 0.55rem;
	color: var(--nmp-color-primary);
	font-size: 0.74rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.nmp-model-quick-answer p strong {
	display: inline;
	margin: 0;
	color: inherit;
	font-size: inherit;
	letter-spacing: 0;
	text-transform: none;
}

.nmp-model-quick-answer p {
	display: block;
	margin: 0;
}

.nmp-model-compat-summary {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.75rem;
	margin-top: 0.85rem;
}

.nmp-model-compat-summary p {
	margin: 0;
	padding: 0.85rem 1rem;
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	background: #fff;
	line-height: 1.45;
}

.nmp-model-compat-summary strong {
	display: block;
	margin-bottom: 0.25rem;
	color: #98a2b3;
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.nmp-model-compat-summary span {
	color: #0f172a;
	font-size: 0.875rem;
	font-weight: 700;
}

.nmp-model-note p {
	display: inline;
	margin: 0;
}

.nmp-model-note {
	border-left: 4px solid var(--nmp-color-primary);
	background: #fff8f8;
}

.nmp-model-note > strong:first-child {
	display: inline-flex;
	align-items: center;
	margin-right: 0.35rem;
}

.nmp-model-note p strong {
	display: inline;
	margin: 0;
}

.nmp-model-note p strong::before {
	content: none;
}

.nmp-model-note > strong:first-child::before {
	content: "i";
	display: inline-grid;
	place-items: center;
	width: 17px;
	height: 17px;
	margin-right: 0.5rem;
	border: 1px solid var(--nmp-color-primary);
	border-radius: 50%;
	color: var(--nmp-color-primary);
	font-size: 0.68rem;
}

.nmp-model-buybox {
	position: sticky;
	top: 102px;
	padding: 1.45rem 2.35rem 1.35rem;
	border: 1px solid #e5e7eb;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 12px 30px rgba(15, 23, 42, 0.04);
}

.nmp-model-buybox__price {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1rem;
	margin: 1.75rem 0 1.35rem;
	padding-top: 1.65rem;
	border-top: 1px solid #eaecf0;
}

.nmp-model-buybox__price span {
	color: #667085;
	font-size: 0.65rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.nmp-model-buybox__price strong,
.nmp-model-buybox__price .price {
	color: var(--nmp-color-primary);
	font-size: 1.7rem;
	font-weight: 800;
	line-height: 1;
}

.nmp-model-buybox .price,
.nmp-model-buybox .product_meta {
	display: none;
}

.nmp-model-buybox .nmp-field,
.nmp-model-buybox .form-row {
	margin: 0 0 1.38rem;
}

.nmp-model-buybox label,
.nmp-model-buybox legend {
	font-size: 0.75rem !important;
	font-weight: 800 !important;
	color: #071227 !important;
}

.nmp-model-buybox input.input-text,
.nmp-model-buybox select {
	width: 100%;
	min-height: 44px !important;
	border: 1px solid #d0d5dd !important;
	border-radius: 6px !important;
	font-size: 0.875rem !important;
}

.nmp-model-buybox input.input-text {
	padding: 0 0.8rem;
	box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06);
}

.nmp-model-buybox input.input-text:focus,
.nmp-custom-select.is-open .nmp-custom-select__button {
	border-color: var(--nmp-color-primary) !important;
	box-shadow: 0 0 0 1px var(--nmp-color-primary), 0 10px 22px rgba(15, 23, 42, 0.08);
	outline: none;
}

.nmp-select-native {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
	padding: 0 !important;
	margin: -1px !important;
}

.nmp-custom-select {
	position: relative;
	z-index: 8;
}

.nmp-custom-select.is-open {
	z-index: 30;
}

.nmp-custom-select__button {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	min-height: 46px;
	padding: 0 0.8rem;
	border: 1px solid #d0d5dd;
	border-radius: 8px;
	background: #fff;
	color: #141414;
	font: inherit;
	font-size: 0.9rem;
	text-align: left;
	box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06);
	cursor: pointer;
	transition: border-color 0.16s ease, box-shadow 0.16s ease;
}

.nmp-custom-select__button svg {
	width: 16px;
	height: 16px;
	color: #7b8497;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	transition: transform 0.16s ease;
}

.nmp-custom-select.is-open .nmp-custom-select__button svg {
	transform: rotate(180deg);
}

.nmp-custom-select__menu {
	position: absolute;
	top: calc(100% + 4px);
	right: 0;
	left: 0;
	display: none;
	max-height: 320px;
	overflow-y: auto;
	padding: 0.45rem 0;
	border: 1px solid #d9dee8;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 16px 34px rgba(15, 23, 42, 0.14), 0 2px 8px rgba(15, 23, 42, 0.06);
}

.nmp-custom-select.is-open .nmp-custom-select__menu {
	display: block;
}

.nmp-custom-select__group {
	padding: 0.35rem 0.8rem 0.45rem;
	color: #98a2b3;
	font-size: 0.65rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	line-height: 1;
	text-transform: uppercase;
}

.nmp-custom-select__group:not(:first-child) {
	margin-top: 0.35rem;
	padding-top: 0.65rem;
	border-top: 1px solid #eef2f7;
}

.nmp-custom-select__option {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	min-height: 32px;
	padding: 0.42rem 0.8rem;
	border: 0;
	background: transparent;
	color: #242424;
	font: inherit;
	font-size: 0.9rem;
	line-height: 1.2;
	text-align: left;
	cursor: pointer;
}

.nmp-custom-select__option:hover,
.nmp-custom-select__option[aria-selected="true"] {
	background: #fffafa;
	color: #4a1010;
}

.nmp-custom-select__option i {
	opacity: 0;
	color: #141414;
	font-style: normal;
	font-weight: 800;
}

.nmp-custom-select__option[aria-selected="true"] i {
	opacity: 1;
}

.nmp-model-buybox .nmp-field small {
	display: block;
	margin-top: 0.55rem;
	color: #7b8497;
	font-size: 0.72rem;
	line-height: 1.25;
}

.nmp-field-help {
	display: inline-grid;
	place-items: center;
	width: 16px;
	height: 16px;
	margin-left: 0.25rem;
	border: 1px solid #98a2b3;
	border-radius: 50%;
	color: #98a2b3;
	font-size: 0.65rem;
	font-weight: 800;
}

.nmp-field--delivery {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0.7rem;
}

.nmp-field--delivery legend {
	grid-column: 1 / -1;
}

.nmp-delivery-choice {
	display: flex !important;
	align-items: center;
	gap: 0.62rem;
	min-height: 62px;
	margin: 0 !important;
	padding: 0.72rem 0.8rem;
	border: 1px solid #ff8b8b;
	border-radius: 8px;
	background: #fff;
	font-size: 0.8125rem;
	box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
	cursor: pointer;
	transition: border-color 0.16s ease, background 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
}

.nmp-delivery-choice:hover {
	border-color: var(--nmp-color-primary);
	box-shadow: 0 10px 22px rgba(214, 0, 0, 0.09);
	transform: translateY(-1px);
}

.nmp-delivery-choice input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.nmp-delivery-choice__radio {
	display: inline-grid;
	place-items: center;
	width: 16px;
	height: 16px;
	flex: 0 0 auto;
	border: 1.5px solid var(--nmp-color-primary);
	border-radius: 50%;
}

.nmp-delivery-choice__radio::after {
	content: "";
	width: 10px;
	height: 10px;
	border-radius: inherit;
	background: var(--nmp-color-primary);
	opacity: 0;
}

.nmp-delivery-choice span {
	display: grid;
	gap: 0.12rem;
}

.nmp-delivery-choice strong {
	display: inline-flex;
	align-items: center;
	gap: 0.3rem;
	font-size: 1rem;
}

.nmp-delivery-choice strong::before {
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	background: currentColor;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M12 3v12m0 0 4-4m-4 4-4-4'/%3E%3Cpath d='M5 19h14'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M12 3v12m0 0 4-4m-4 4-4-4'/%3E%3Cpath d='M5 19h14'/%3E%3C/svg%3E") center / contain no-repeat;
}

.nmp-delivery-choice + .nmp-delivery-choice strong::before {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='4'/%3E%3Cpath d='M4 12h4m8 0h4'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='4'/%3E%3Cpath d='M4 12h4m8 0h4'/%3E%3C/svg%3E");
}

.nmp-delivery-choice small {
	color: #7b8497;
	font-size: 0.72rem;
}

.nmp-delivery-choice:has(input:checked) {
	border-color: var(--nmp-color-primary);
	background: #fff7f7;
}

.nmp-delivery-choice:has(input:checked) .nmp-delivery-choice__radio::after {
	opacity: 1;
}

.nmp-model-qty-label {
	margin: 1.6rem 0 0.45rem;
	font-size: 0.875rem;
	font-weight: 800;
	color: #071227;
}

.nmp-model-buybox .quantity {
	display: inline-flex;
	align-items: center;
	overflow: hidden;
	min-height: 38px;
	border: 1px solid #d9dee8;
	border-radius: 8px;
	background: #fff;
	margin: 0 !important;
	vertical-align: middle;
}

.nmp-model-buybox .quantity .qty {
	width: 54px;
	min-height: 36px !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	text-align: center;
	font-weight: 700;
	-moz-appearance: textfield;
}

.nmp-model-buybox .quantity .qty::-webkit-outer-spin-button,
.nmp-model-buybox .quantity .qty::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
}

.nmp-qty-btn {
	display: inline-grid;
	place-items: center;
	width: 36px;
	height: 36px;
	border: 0;
	background: transparent;
	color: #98a2b3;
	font-size: 1.2rem;
	line-height: 1;
	cursor: pointer;
}

.nmp-qty-btn:hover {
	color: var(--nmp-color-primary);
	background: #fff7f7;
}

.nmp-model-qty-note {
	display: inline-block;
	margin-left: 1rem;
	color: #98a2b3;
	font-size: 0.75rem;
}

.nmp-model-buybox .single_add_to_cart_button {
	width: 100%;
	min-height: 48px;
	background: var(--nmp-color-primary) !important;
	border-radius: 6px !important;
	font-size: 0.95rem !important;
	font-weight: 800 !important;
}

.nmp-model-whatsapp {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	margin-top: 0.75rem;
	border: 1px solid #071227;
	border-radius: 6px;
	color: #071227;
	font-size: 0.8125rem;
	font-weight: 800;
	text-decoration: none;
}

.nmp-model-secure {
	margin: 0.75rem 0 0;
	color: #98a2b3;
	text-align: center;
	font-size: 0.7rem;
}

.nmp-model-about,
.nmp-model-faq {
	display: grid;
	gap: 2.5rem;
	margin-top: 4.2rem;
}

@media (min-width: 960px) {
	.nmp-model-about {
		grid-template-columns: minmax(0, 820px) minmax(0, 570px);
		justify-content: space-between;
	}
	.nmp-model-faq {
		grid-template-columns: 390px minmax(0, 980px);
		justify-content: space-between;
	}
}

.nmp-model-about h2,
.nmp-model-section h2,
.nmp-model-faq h2,
.nmp-model-related h2 {
	margin: 0 0 1.25rem;
	font-size: clamp(1.55rem, 1.85vw, 2rem);
	font-weight: 800;
	line-height: 1.2;
}

.nmp-model-about p {
	color: #475467;
	font-size: 0.875rem;
	line-height: 1.65;
}

.nmp-model-trust {
	display: grid;
	gap: 1rem;
}

.nmp-model-trust > div {
	position: relative;
	padding: 1.25rem;
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	background: #fff;
	transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.nmp-model-trust > div:not(.nmp-model-trust__dark)::before {
	content: "\2713";
	display: block;
	margin-bottom: 1.1rem;
	color: var(--nmp-color-primary);
	font-size: 1.3rem;
	line-height: 1;
}

.nmp-model-trust > div:not(.nmp-model-trust__dark):hover {
	border-color: #ff2a2a;
	box-shadow: 0 12px 26px rgba(214, 0, 0, 0.12);
	transform: translateY(-2px);
}

.nmp-model-trust strong {
	display: block;
	margin-bottom: 0.35rem;
}

.nmp-model-trust p {
	margin: 0;
	font-size: 0.8125rem;
	color: #667085;
	line-height: 1.55;
}

.nmp-model-trust__dark {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1.25rem 2rem;
	background: #111c31 !important;
	color: #fff;
	padding: 1.7rem 1.4rem !important;
}

.nmp-model-trust__dark span {
	font-weight: 800;
	text-align: center;
	font-size: 1.25rem;
}

.nmp-model-trust__dark small {
	display: block;
	color: #9fb2cc;
	font-size: 0.72rem;
	font-weight: 500;
	line-height: 1.35;
}

.nmp-model-trust__dark i {
	display: block;
	margin: 0 auto 0.25rem;
	color: #ff2a2a;
	font-style: normal;
	font-size: 1.1rem;
}

.nmp-model-trust__dark span:nth-child(1) i::before {
	content: "\263A";
}

.nmp-model-trust__dark span:nth-child(2) i::before {
	content: "\2606";
}

.nmp-model-trust__dark span:nth-child(3) i::before {
	content: "\27F3";
}

.nmp-model-trust__dark span:nth-child(4) i::before {
	content: "\25CB";
}

.nmp-model-section,
.nmp-model-related {
	margin-top: 3.9rem;
}

.nmp-model-included {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0.9rem 1rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.nmp-model-included li,
.nmp-model-region-grid div,
.nmp-model-steps div,
.nmp-model-review-grid div {
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	background: #fff;
}

.nmp-model-included li {
	padding: 0.92rem 1.15rem;
	font-size: 0.82rem;
}

.nmp-model-included li::before {
	content: "\2713";
	margin-right: 0.55rem;
	color: var(--nmp-color-primary);
	font-weight: 800;
}

.nmp-model-muted {
	margin-top: -0.8rem;
	color: #667085;
	font-size: 0.875rem;
}

.nmp-model-region-grid,
.nmp-model-steps,
.nmp-model-review-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.05rem;
}

.nmp-model-region-grid div,
.nmp-model-steps div,
.nmp-model-review-grid div {
	padding: 1.2rem;
	transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.nmp-model-region-grid div:hover,
.nmp-model-steps div:hover,
.nmp-model-review-grid div:hover {
	border-color: #ff2a2a;
	box-shadow: 0 10px 22px rgba(214, 0, 0, 0.1);
	transform: translateY(-2px);
}

.nmp-model-region-grid strong,
.nmp-model-region-grid span,
.nmp-model-region-grid small {
	display: block;
}

.nmp-model-region-grid i {
	display: block;
	margin-bottom: 1rem;
	color: var(--nmp-color-primary);
	font-style: normal;
}

.nmp-model-region-grid i::before {
	content: "\25CE";
	font-size: 1.05rem;
}

.nmp-model-region-grid span {
	float: right;
	color: #98a2b3;
	font-size: 0.72rem;
}

.nmp-model-region-grid div {
	min-height: 110px;
}

.nmp-model-region-split {
	position: relative;
	display: grid;
	grid-template-columns: 442px minmax(0, 1fr);
	margin-top: 1.45rem;
	overflow: hidden;
	border: 1px solid #d9e1ec;
	border-radius: 9px;
	background: #fff;
	box-shadow: 0 18px 44px rgba(11, 20, 34, 0.105);
}

.nmp-model-region-split::before {
	content: "";
	position: absolute;
	top: 0;
	left: 356px;
	width: 104px;
	height: 100%;
	z-index: 3;
	pointer-events: none;
	cursor: default;
	user-select: none;
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0), #fdfdfd8a 42%, rgba(255, 255, 255, 0.98) 100%);
	clip-path: polygon(0 0, 35% 0, 100% 50%, 35% 100%, 0 100%);
	filter: drop-shadow(8px 0 18px rgba(15, 23, 42, 0.12));
}

.nmp-model-region-split::after {
	content: "";
	position: absolute;
	left: 442px;
	top: 50%;
	z-index: 7;
	width: 21px;
	height: 21px;
	border-radius: 50%;
	background:
		radial-gradient(circle, #d60000 0 24%, #fff 25% 44%, #d60000 46% 62%, #fff 63% 100%);
	box-shadow:
		0 0 0 1px rgba(226, 232, 240, 0.95),
		0 0 0 8px rgba(214, 0, 0, 0.065),
		0 14px 28px rgba(15, 23, 42, 0.16);
	transform: translate(-50%, -50%);
	pointer-events: none;
	cursor: default;
	user-select: none;
}

.nmp-model-region-split__list,
.nmp-model-region-split__preview {
	position: relative;
}

.nmp-model-region-split__list {
	z-index: 5;
	width: auto;
	overflow: hidden;
	padding: 0;
	background:
		linear-gradient(90deg, #fff 0%, #fff 82%, rgba(255, 245, 245, 0.5) 100%);
	box-shadow:
		10px 0 24px rgba(15, 23, 42, 0.035),
		inset -1px 0 0 rgba(203, 213, 225, 0.28);
	clip-path: polygon(0 0, calc(100% - 86px) 0, 100% 50%, calc(100% - 86px) 100%, 0 100%);
}

.nmp-model-region-split__list::before,
.nmp-model-region-split__list::after {
	display: none;
}

.nmp-model-region-split__list::before {
	top: 0;
}

.nmp-model-region-split__list::after {
	bottom: 0;
	transform: scaleY(-1);
}

.nmp-model-region-option {
	--nmp-product-region-accent: #d60000;
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: 28px 1fr 14px;
	align-items: center;
	gap: 1.1rem;
	width: 100%;
	min-height: 68px;
	padding: 0.62rem 6.25rem 0.62rem 1.64rem;
	border: 0;
	border-bottom: 1px solid #edf1f6;
	border-left: 3px solid transparent;
	background: transparent;
	color: #101828;
	text-align: left;
	cursor: pointer;
	transition: background 160ms ease, border-color 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.nmp-model-region-option:hover,
.nmp-model-region-option.is-active {
	background: linear-gradient(90deg, #fff0f0 0%, rgba(255, 246, 246, 0.92) 72%, rgba(255, 255, 255, 0.58) 100%);
	color: #07152d;
}

.nmp-model-region-option.is-active {
	border-left-color: #d60000;
}

.nmp-model-region-option__mark {
	display: inline-grid;
	place-items: center;
	width: 28px;
	height: 28px;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: #64748b;
	font-size: 1.08rem;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1;
	transition: color 160ms ease, transform 160ms ease;
}

.nmp-model-region-option__mark::before {
	content: attr(data-region-code);
	display: block;
}

.nmp-model-region-option__mark:not(:empty) {
	font-size: 1rem;
}

.nmp-model-region-option__mark:not(:empty)::before {
	content: none;
}

.nmp-model-region-option__mark img {
	display: block;
	width: 23px;
	height: 23px;
	border-radius: 2px;
	object-fit: cover;
}

.nmp-model-region-option__mark img.emoji {
	width: 23px !important;
	height: 23px !important;
	margin: 0 !important;
	vertical-align: middle !important;
}

.nmp-model-region-option:hover .nmp-model-region-option__mark,
.nmp-model-region-option.is-active .nmp-model-region-option__mark {
	color: #d60000;
	transform: translateX(1px) scale(1.04);
}

.nmp-model-region-option.is-active .nmp-model-region-option__mark::before {
	color: #d60000;
	text-shadow: none;
}

.nmp-model-region-option__mark--eu::before,
.nmp-model-region-option__mark--europe::before {
	content: "\1F1EA\1F1FA";
	font-size: 1rem;
}

.nmp-model-region-option__mark--us::before,
.nmp-model-region-option__mark--north-america::before {
	content: "\1F1FA\1F1F8";
	font-size: 1rem;
}

.nmp-model-region-option__mark--me::before,
.nmp-model-region-option__mark--me-africa::before,
.nmp-model-region-option__mark--middle-east-africa::before,
.nmp-model-region-option__mark--middle-east-and-africa::before,
.nmp-model-region-option__mark--middle-east::before {
	content: "\1F1E6\1F1EA";
	font-size: 1rem;
}

.nmp-model-region-option__mark--sea::before,
.nmp-model-region-option__mark--southeast-asia::before {
	content: "\1F1F8\1F1EC";
	font-size: 1rem;
}

.nmp-model-region-option__mark--au::before,
.nmp-model-region-option__mark--au-nz::before,
.nmp-model-region-option__mark--australia-new-zealand::before,
.nmp-model-region-option__mark--australia-and-new-zealand::before {
	content: "\1F1E6\1F1FA";
	font-size: 1rem;
}

.nmp-model-region-option__mark--br::before,
.nmp-model-region-option__mark--south-america::before {
	content: "\1F1E7\1F1F7";
	font-size: 1rem;
}

.nmp-model-region-option__mark--in::before,
.nmp-model-region-option__mark--india::before {
	content: "\1F1EE\1F1F3";
	font-size: 1rem;
}

.nmp-model-region-option__mark--jp::before,
.nmp-model-region-option__mark--japan::before {
	content: "\1F1EF\1F1F5";
	font-size: 1rem;
}

.nmp-model-region-option__mark--tw::before,
.nmp-model-region-option__mark--taiwan::before {
	content: "\1F1F9\1F1FC";
	font-size: 1rem;
}

.nmp-model-region-option__mark--ru::before,
.nmp-model-region-option__mark--russia::before,
.nmp-model-region-option__mark--russia-cis::before {
	content: "\1F1F7\1F1FA";
	font-size: 1rem;
}

.nmp-model-region-option__text strong,
.nmp-model-region-option__text small {
	display: block;
}

.nmp-model-region-option__text strong {
	font-size: 1rem;
	font-weight: 850;
	line-height: 1.2;
}

.nmp-model-region-option__text small {
	margin-top: 0.08rem;
	color: #8a95a8;
	font-size: 0.7rem;
	font-weight: 800;
}

.nmp-model-region-option__arrow {
	width: 8px;
	height: 8px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	opacity: 0.55;
	transform: rotate(45deg);
	justify-self: end;
	position: relative;
	right: 1.25rem;
}

.nmp-model-region-split__preview {
	z-index: 2;
	min-height: 712px;
	padding: 3rem 4rem 2.2rem 2.65rem;
	background:
	linear-gradient(120deg, rgba(255, 255, 255, 0.96) 0%, #fff 54%, #fbfcfe 100%);
	background-size: auto, auto;
}

.nmp-model-region-preview {
	--nmp-product-region-accent: #d60000;
	display: none;
	position: relative;
	max-width: none;
}

.nmp-model-region-preview.is-active {
	display: block;
}

.nmp-model-region-preview__map {
	position: absolute;
	top: 1.72rem;
	right: -1.8rem;
	width: min(58%, 650px);
	height: 395px;
	opacity: 0.42;
	background: url("../images/world-dot-map.svg") top right / contain no-repeat;
	pointer-events: none;
}

.nmp-model-region-preview__badge,
.nmp-model-region-preview__warning {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	border-radius: 999px;
	font-size: 0.72rem;
	font-weight: 900;
	text-transform: uppercase;
}

.nmp-model-region-preview__badge {
	margin-bottom: 1.18rem;
	padding: 0.38rem 0.86rem;
	background: #fff1f2;
	color: #d60000;
}

.nmp-model-region-preview__badge,
.nmp-model-region-preview h3,
.nmp-model-region-preview__facts,
.nmp-model-region-preview__systems,
.nmp-model-region-preview__packages,
.nmp-model-region-preview > p,
.nmp-model-region-preview__details,
.nmp-model-region-preview__warning {
	max-width: 560px;
}

.nmp-model-region-preview__badge::before {
	content: "";
	width: 13px;
	height: 13px;
	background: currentColor;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 22s8-6.5 8-13a8 8 0 1 0-16 0c0 6.5 8 13 8 13Zm0-9a3 3 0 1 1 0-6 3 3 0 0 1 0 6Z'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 22s8-6.5 8-13a8 8 0 1 0-16 0c0 6.5 8 13 8 13Zm0-9a3 3 0 1 1 0-6 3 3 0 0 1 0 6Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.nmp-model-region-preview h3 {
	margin: 0;
	color: #07152d;
	font-size: clamp(2.45rem, 3vw, 2.85rem);
	line-height: 1;
}

.nmp-model-region-preview__facts {
	display: grid;
	gap: 0.78rem;
	margin: 0.95rem 0 0.95rem;
	padding-bottom: 0.92rem;
	border-bottom: 1px solid #e5eaf2;
	color: #0f172a;
	font-size: 0.92rem;
}

.nmp-model-region-preview__facts span {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
}

.nmp-model-region-preview__facts span:nth-child(2)::before {
	content: "";
	flex: 0 0 auto;
	width: 20px;
	height: 20px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23d60000' stroke-width='2.35' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20'/%3E%3Cpath d='M2 12h20'/%3E%3C/svg%3E") center / contain no-repeat;
	filter: drop-shadow(0 1px 1px rgba(214, 0, 0, 0.18));
}

.nmp-model-region-preview__systems,
.nmp-model-region-preview__packages {
	padding-top: 0.92rem;
	margin-top: 0.92rem;
	border-top: 1px solid #e8edf4;
}

.nmp-model-region-preview__systems {
	position: relative;
	padding-left: 2.1rem;
}

.nmp-model-region-preview__systems::before {
	content: "";
	position: absolute;
	left: 0;
	top: 1.05rem;
	width: 18px;
	height: 18px;
	background: #d60000;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 3H4a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h6v2H7v2h10v-2h-3v-2h6a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2Zm0 12H4V5h16v10Z'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 3H4a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h6v2H7v2h10v-2h-3v-2h6a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2Zm0 12H4V5h16v10Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.nmp-model-region-preview__systems strong,
.nmp-model-region-preview__packages > strong {
	display: block;
	margin-bottom: 0.45rem;
	color: #0f172a;
	font-size: 0.86rem;
}

.nmp-model-region-preview__systems span {
	color: #475569;
	font-size: 0.84rem;
	line-height: 1.55;
}

.nmp-model-region-preview__packages div {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.52rem 0.85rem;
}

.nmp-model-region-preview__packages span {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	min-height: 34px;
	padding: 0.39rem 0.68rem;
	border: 1px solid #e5eaf2;
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.8);
	color: #1f2937;
	font-size: 0.77rem;
	font-weight: 800;
}

.nmp-model-region-preview__packages span::before {
	content: "";
	flex: 0 0 auto;
	width: 14px;
	height: 14px;
	background: #ff3b3b;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6Zm0 2.8L17.2 8H14V4.8ZM8 13h8v2H8v-2Zm0 4h8v2H8v-2Z'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6Zm0 2.8L17.2 8H14V4.8ZM8 13h8v2H8v-2Zm0 4h8v2H8v-2Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.nmp-model-region-preview p {
	margin: 0.86rem 0 0;
	max-width: 560px;
	color: #475569;
	font-size: 0.88rem;
	line-height: 1.55;
}

.nmp-model-region-preview__details {
	margin-top: 1rem;
}

.nmp-model-region-preview__details summary {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	padding: 0 1.55rem;
	border-radius: 7px;
	background: var(--nmp-color-primary);
	box-shadow: 0 14px 26px rgba(214, 0, 0, 0.18);
	color: #fff;
	font-size: 0.84rem;
	font-weight: 900;
	cursor: pointer;
	list-style: none;
}

.nmp-model-region-preview__details summary::-webkit-details-marker {
	display: none;
}

.nmp-model-region-preview__details p {
	padding: 0.85rem 1rem;
	border: 1px solid #e5eaf2;
	border-radius: 8px;
	background: #fff;
}

.nmp-model-region-preview__warning {
	margin-top: 0.82rem;
	padding: 0.62rem 0.88rem;
	border: 1px solid #fecaca;
	background: #fff1f2;
	color: #b42318;
	text-transform: none;
}

.nmp-model-region-preview__warning::before {
	content: "";
	width: 15px;
	height: 15px;
	background: currentColor;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2 1 21h22L12 2Zm1 15h-2v2h2v-2Zm0-8h-2v6h2V9Z'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2 1 21h22L12 2Zm1 15h-2v2h2v-2Zm0-8h-2v6h2V9Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.nmp-model-region-trust {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
	margin-top: 1.35rem;
}

.nmp-model-region-trust span {
	display: grid;
	grid-template-columns: 42px 1fr;
	gap: 0 0.75rem;
	align-items: center;
	padding: 0.9rem 1rem;
	border-right: 1px solid #e5e7eb;
}

.nmp-model-region-trust span:last-child {
	border-right: 0;
}

.nmp-model-region-trust i {
	grid-row: span 2;
	display: grid;
	place-items: center;
	width: 46px;
	height: 46px;
	border-radius: 999px;
	background: #fee2e2;
	color: var(--nmp-color-primary);
	font-style: normal;
}

.nmp-model-region-trust i::before {
	content: "";
	width: 20px;
	height: 20px;
	background: currentColor;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2 4 5v6c0 5 3.4 9.4 8 11 4.6-1.6 8-6 8-11V5l-8-3Zm-1 14-4-4 1.4-1.4 2.6 2.6 5.6-5.6L18 9l-7 7Z'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2 4 5v6c0 5 3.4 9.4 8 11 4.6-1.6 8-6 8-11V5l-8-3Zm-1 14-4-4 1.4-1.4 2.6 2.6 5.6-5.6L18 9l-7 7Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.nmp-model-region-trust span:nth-child(2) i::before {
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M17.7 6.3A8 8 0 0 0 4.6 9H2l4 4 4-4H6.8a6 6 0 0 1 9.5-1.3l1.4-1.4ZM18 11a6 6 0 0 1-10.3 4.3l-1.4 1.4A8 8 0 0 0 19.4 14H22l-4-4-4 4h3.2c.5-.9.8-1.9.8-3Z'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M17.7 6.3A8 8 0 0 0 4.6 9H2l4 4 4-4H6.8a6 6 0 0 1 9.5-1.3l1.4-1.4ZM18 11a6 6 0 0 1-10.3 4.3l-1.4 1.4A8 8 0 0 0 19.4 14H22l-4-4-4 4h3.2c.5-.9.8-1.9.8-3Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.nmp-model-region-trust span:nth-child(3) i::before {
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2Zm-1 15-4-4 1.4-1.4 2.6 2.6 5.6-5.6L18 10l-7 7Z'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2Zm-1 15-4-4 1.4-1.4 2.6 2.6 5.6-5.6L18 10l-7 7Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.nmp-model-region-trust span:nth-child(4) i::before {
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 14a5 5 0 1 1 3.6 4.8L8 21l-2-2 2.2-2.6A5 5 0 0 1 7 14Zm5-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6Zm4.8-1.8L22 4l-2-2-5.2 5.2 1.4 1.4L14 10.8l1.2 1.2 2.2-2.2 1.4 1.4Z'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 14a5 5 0 1 1 3.6 4.8L8 21l-2-2 2.2-2.6A5 5 0 0 1 7 14Zm5-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6Zm4.8-1.8L22 4l-2-2-5.2 5.2 1.4 1.4L14 10.8l1.2 1.2 2.2-2.2 1.4 1.4Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.nmp-model-region-trust strong,
.nmp-model-region-trust small {
	display: block;
}

.nmp-model-region-trust strong {
	font-size: 0.9rem;
}

.nmp-model-region-trust small {
	color: #667085;
	font-size: 0.78rem;
}

.nmp-region-accent--blue {
	--nmp-product-region-accent: #2f80ff;
}

.nmp-region-accent--green {
	--nmp-product-region-accent: #00a651;
}

.nmp-region-accent--amber {
	--nmp-product-region-accent: #d97706;
}

.nmp-region-accent--teal {
	--nmp-product-region-accent: #0f9f8e;
}

.nmp-region-accent--purple {
	--nmp-product-region-accent: #8a2fff;
}

.nmp-region-accent--orange {
	--nmp-product-region-accent: #ea580c;
}

.nmp-region-accent--red {
	--nmp-product-region-accent: #d60000;
}

.nmp-model-steps div {
	min-height: 190px;
}

.nmp-model-steps b {
	display: grid;
	place-items: center;
	width: 40px;
	height: 40px;
	margin-bottom: 1.15rem;
	border-radius: 6px;
	background: var(--nmp-color-primary);
	color: #fff;
	font-size: 1rem;
}

.nmp-model-steps strong {
	display: block;
	margin-bottom: 0.45rem;
}

.nmp-model-steps p,
.nmp-model-review-grid p {
	margin: 0;
	color: #667085;
	font-size: 0.8125rem;
	line-height: 1.5;
}

.nmp-model-section__split {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.nmp-model-section__split span,
.nmp-model-review-grid > div > span {
	color: #f59e0b;
	font-size: 0.8rem;
}

.nmp-model-review-grid div {
	min-height: 160px;
}

.nmp-model-section__split--reviews h2::before {
	content: "\201D";
	margin-right: 0.55rem;
	color: var(--nmp-color-primary);
	font-size: 1.7rem;
	line-height: 0;
	vertical-align: -0.2rem;
}

.nmp-model-review-grid header {
	display: grid;
	grid-template-columns: 38px 1fr auto;
	align-items: center;
	gap: 0.65rem;
	margin-bottom: 0.85rem;
}

.nmp-model-review-grid header b {
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: #e9f0ff;
	color: #315eea;
	font-size: 0.78rem;
}

.nmp-model-review-grid div:nth-child(2) header b {
	background: #d8fae8;
	color: #059669;
}

.nmp-model-review-grid div:nth-child(3) header b {
	background: #fff0bf;
	color: #b45309;
}

.nmp-model-review-grid div:nth-child(4) header b {
	background: #f1ddff;
	color: #7c3aed;
}

.nmp-model-review-grid header strong,
.nmp-model-review-grid header small {
	display: block;
}

.nmp-model-review-grid header small {
	color: #667085;
	font-size: 0.72rem;
}

.nmp-model-review-grid header em {
	color: #059669;
	font-size: 0.7rem;
	font-style: normal;
	font-weight: 800;
}

.nmp-model-review-grid > div > span {
	display: block;
	margin: 0 0 0.55rem;
}

.nmp-model-faq__list {
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	overflow: hidden;
}

.nmp-model-faq__aside > p {
	color: #667085;
	line-height: 1.55;
}

.nmp-model-faq__aside > a {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	margin: 0.9rem 0 2rem;
	color: var(--nmp-color-primary);
	font-size: 0.9rem;
	font-weight: 800;
	text-decoration: none;
}

.nmp-model-faq__aside > a::before {
	content: "\25CB";
}

.nmp-model-faq__aside > div {
	position: relative;
	min-height: 88px;
	padding: 1rem 1.15rem 1rem 7.2rem;
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	background: #fff;
	overflow: hidden;
}

.nmp-model-faq__aside > div::before {
	content: "";
	position: absolute;
	inset: 0 auto 0 0;
	width: 96px;
	background: #111827;
}

.nmp-model-faq__aside > div i {
	position: absolute;
	left: 0;
	top: 0;
	width: 96px;
	height: 100%;
	background:
		radial-gradient(circle at 100% 105%, transparent 38px, #e00000 39px 43px, transparent 44px),
		radial-gradient(circle at 78% -10%, transparent 34px, #e00000 35px 39px, transparent 40px);
	z-index: 1;
}

.nmp-model-faq__aside > div strong {
	display: block;
	margin-bottom: 0.35rem;
	font-size: 0.72rem;
	letter-spacing: 0.04em;
}

.nmp-model-faq__aside > div strong::before {
	content: "i";
	display: inline-grid;
	place-items: center;
	width: 15px;
	height: 15px;
	margin-right: 0.4rem;
	border: 1px solid var(--nmp-color-primary);
	border-radius: 50%;
	color: var(--nmp-color-primary);
}

.nmp-model-faq__aside > div p {
	margin: 0;
	color: #667085;
	font-size: 0.78rem;
	line-height: 1.45;
}

.nmp-model-faq details {
	border-bottom: 1px solid #e5e7eb;
}

.nmp-model-faq details:last-child {
	border-bottom: 0;
}

.nmp-model-faq summary {
	cursor: pointer;
	padding: 1.2rem 1.5rem;
	font-weight: 700;
	list-style: none;
	transition: color 0.15s ease, background 0.15s ease;
}

.nmp-model-faq summary:hover {
	color: var(--nmp-color-primary);
	background: #fff8f8;
}

.nmp-model-faq summary::after {
	content: "⌄";
	float: right;
	color: #667085;
}

.nmp-model-faq details[open] summary::after {
	content: "⌃";
}

.nmp-model-faq details p {
	margin: -0.5rem 0 0;
	padding: 0 1.25rem 1rem;
	color: #667085;
}

.nmp-model-support {
	margin-top: 5.3rem;
	padding: 4.3rem 1rem;
	border-radius: 12px;
	background: #111c31;
	color: #fff;
	text-align: center;
}

.nmp-model-support h2 {
	margin: 0 0 0.65rem;
	font-size: 2rem;
}

.nmp-model-support p {
	max-width: 42rem;
	margin: 0 auto 1.5rem;
	color: rgba(255, 255, 255, 0.8);
}

.nmp-model-support a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 1.3rem;
	border-radius: 6px;
	background: #22c55e;
	color: #fff;
	font-weight: 800;
	text-decoration: none;
}

.nmp-model-related-fallback {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.05rem;
}

.nmp-related-card {
	position: relative;
	display: block;
	min-height: 188px;
	overflow: hidden;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	background: #fff;
	color: #071227;
	text-decoration: none;
	transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.nmp-related-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

.nmp-related-card::before {
	content: "";
	position: absolute;
	inset: 0 0 58px;
	background: var(--nmp-card-bg, #ffe1e3);
}

.nmp-related-card__brand,
.nmp-related-card strong,
.nmp-related-card__star,
.nmp-related-card__car,
.nmp-related-card small {
	position: absolute;
	z-index: 1;
}

.nmp-related-card__brand {
	top: 16px;
	left: 16px;
	color: #667085;
	font-size: 0.56rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.nmp-related-card strong {
	top: 28px;
	left: 16px;
	font-size: 1.05rem;
}

.nmp-related-card__star {
	top: 16px;
	right: 16px;
	width: 18px;
	height: 18px;
	border: 1.4px solid rgba(15, 23, 42, 0.45);
	border-radius: 50%;
}

.nmp-related-card__car {
	left: 28px;
	right: 24px;
	top: 80px;
	height: 50px;
	background: #101828;
	clip-path: polygon(0 70%, 18% 42%, 42% 25%, 70% 28%, 100% 60%, 100% 82%, 0 82%);
}

.nmp-related-card__car::before {
	content: "";
	position: absolute;
	left: 38%;
	right: 22%;
	top: 25%;
	height: 13px;
	background: #d9dee7;
	clip-path: polygon(0 100%, 20% 5%, 100% 100%);
}

.nmp-related-card__car i {
	position: absolute;
	bottom: -5px;
	width: 24px;
	height: 24px;
	border: 5px solid var(--nmp-card-bg, #ffe1e3);
	border-radius: 50%;
	background: #101828;
}

.nmp-related-card__car i:first-child {
	left: 23%;
}

.nmp-related-card__car i:last-child {
	right: 6%;
}

.nmp-related-card small {
	left: 16px;
	right: 16px;
	bottom: 12px;
	color: #071227;
	font-size: 0.66rem;
	line-height: 1.25;
}

.nmp-related-card small b {
	color: var(--nmp-color-primary);
}

@media (max-width: 900px) {
	.nmp-model-quick-stats,
	.nmp-model-included,
	.nmp-model-region-grid,
	.nmp-model-steps,
	.nmp-model-review-grid,
	.nmp-model-related-fallback,
	.nmp-model-compat-summary {
		grid-template-columns: 1fr;
	}
	.nmp-model-buybox {
		position: static;
	}
	.nmp-model-region-split {
		grid-template-columns: 1fr;
	}
	.nmp-model-region-split::before,
	.nmp-model-region-split::after {
		display: none;
	}
	.nmp-model-region-option {
		min-height: 58px;
		padding: 0.85rem 1rem;
	}
	.nmp-model-region-split__preview {
		min-height: 0;
		padding: 1.4rem;
	}
	.nmp-model-region-preview {
		max-width: none;
	}
	.nmp-model-region-preview__map {
		display: none;
	}
	.nmp-model-region-preview__packages div {
		grid-template-columns: 1fr;
	}
	.nmp-model-region-trust {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.nmp-model-region-trust span {
		border-right: 0;
	}
}

@media (max-width: 560px) {
	.nmp-model-region-trust {
		grid-template-columns: 1fr;
	}
}

body.woocommerce-order-received .wc-block-order-confirmation-summary-list-item__key {
	font-weight: 700;
}

body.woocommerce-order-received .wc-block-order-confirmation-summary-list-item__value {
	font-weight: 600;
	text-align: end;
}

body.woocommerce-order-received .wc-block-order-confirmation-status {
	margin-top: 0;
	margin-bottom: 1rem;
}

body.woocommerce-order-received .wc-block-order-confirmation-status h1 {
	font-size: clamp(1.5rem, 4vw, 2rem);
	font-weight: 800;
	line-height: 1.15;
	margin: 0 0 0.5rem;
	color: var(--nmp-color-text);
}

body.woocommerce-order-received .wc-block-order-confirmation-status p {
	margin: 0;
	line-height: 1.55;
	font-size: 0.9375rem;
}

body.woocommerce-order-received .wc-block-order-confirmation-status.has-background,
body.woocommerce-order-received .wc-block-order-confirmation-summary.has-background {
	background: var(--nmp-color-surface) !important;
	border: 1px solid var(--nmp-color-border);
	border-radius: var(--nmp-radius-md);
	padding: 1rem 1.15rem !important;
}

body.woocommerce-order-received .wc-block-order-confirmation-totals {
	margin-top: 1.25rem !important;
}

body.woocommerce-order-received .wc-block-order-confirmation-totals table,
body.woocommerce-order-received .wc-block-order-confirmation-downloads table {
	border-color: var(--nmp-color-border) !important;
	border-radius: var(--nmp-radius-md);
	overflow: hidden;
}

body.woocommerce-order-received .wc-block-order-confirmation-totals table th,
body.woocommerce-order-received .wc-block-order-confirmation-totals table td,
body.woocommerce-order-received .wc-block-order-confirmation-downloads table th,
body.woocommerce-order-received .wc-block-order-confirmation-downloads table td {
	border-color: var(--nmp-color-border) !important;
}

body.woocommerce-order-received .wc-block-order-confirmation-billing-wrapper,
body.woocommerce-order-received .wc-block-order-confirmation-shipping-wrapper,
body.woocommerce-order-received .wc-block-order-confirmation-downloads-wrapper,
body.woocommerce-order-received .wc-block-order-confirmation-totals-wrapper,
body.woocommerce-order-received .wc-block-order-confirmation-additional-fields-wrapper {
	margin-top: 1.5rem;
	padding: 1rem 1.15rem;
	background: var(--nmp-color-surface);
	border: 1px solid var(--nmp-color-border);
	border-radius: var(--nmp-radius-md);
}

body.woocommerce-order-received .wc-block-order-confirmation-billing-wrapper h2,
body.woocommerce-order-received .wc-block-order-confirmation-shipping-wrapper h2,
body.woocommerce-order-received .wc-block-order-confirmation-downloads-wrapper h2,
body.woocommerce-order-received .wc-block-order-confirmation-totals-wrapper h2,
body.woocommerce-order-received .wc-block-order-confirmation-additional-fields-wrapper h2 {
	font-size: 1rem;
	font-weight: 800;
	margin: 0 0 0.75rem;
}

/* Checkout premium surface */
body.woocommerce-checkout,
body.woocommerce-order-received {
	background: #f8fafc;
}

body.woocommerce-checkout .nmp-site-main,
body.woocommerce-order-received .nmp-site-main {
	background:
		radial-gradient(circle at 85% 8%, rgba(214, 0, 0, 0.055), transparent 34rem),
		linear-gradient(180deg, #fff 0%, #fff 38%, #f8fafc 100%);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
}

body.woocommerce-checkout .entry-title,
body.woocommerce-order-received .entry-title,
body.woocommerce-order-received .nmp-entry__title,
body.woocommerce-checkout .woocommerce-products-header__title,
body.woocommerce-order-received .woocommerce-products-header__title,
body.woocommerce-checkout .nmp-wc-page h1,
body.woocommerce-order-received .nmp-wc-page h1 {
	margin-bottom: 1.2rem;
	font-size: clamp(2.25rem, 3vw, 3rem);
	line-height: 1.06;
	letter-spacing: -0.02em;
	font-weight: 900;
	color: var(--nmp-color-text);
}

body.woocommerce-order-received .nmp-entry__header,
body.woocommerce-order-received .nmp-entry__title,
body.woocommerce-order-received .entry-title,
body.woocommerce-order-received .woocommerce-products-header__title,
body.woocommerce-order-received .nmp-wc-page h1 {
	display: block;
	width: min(48rem, calc(100% - 2rem));
	max-width: 48rem;
	margin-right: auto !important;
	margin-left: auto !important;
	box-sizing: border-box;
	text-align: left;
}

body.woocommerce-order-received .nmp-entry__title {
	margin-bottom: 1.2rem !important;
}

body.woocommerce-checkout .nmp-checkout-trust {
	margin-bottom: 1.8rem;
	padding: 0.82rem 1.1rem;
	border-radius: 13px;
	background: #f8fafc;
	box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.02);
}

body.woocommerce-checkout .col2-set,
body.woocommerce-checkout #order_review {
	border: 1px solid #e3e8f0;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 22px 60px rgba(15, 23, 42, 0.06);
}

body.woocommerce-checkout .col2-set {
	padding: clamp(1.2rem, 2vw, 1.75rem);
}

body.woocommerce-checkout #order_review {
	overflow: hidden;
}

body.woocommerce-checkout .woocommerce-billing-fields h3,
body.woocommerce-checkout .woocommerce-additional-fields h3,
body.woocommerce-checkout #order_review_heading,
body.woocommerce-checkout .wc-block-components-title {
	margin: 0 0 1rem;
	color: var(--nmp-color-text);
	font-size: 1.15rem;
	line-height: 1.2;
	font-weight: 850;
	letter-spacing: -0.01em;
}

body.woocommerce-checkout #order_review_heading {
	padding: 1.25rem 1.25rem 0;
}

body.woocommerce-checkout .woocommerce form .form-row {
	margin: 0 0 1rem;
	padding: 0;
}

body.woocommerce-checkout .woocommerce form .form-row label {
	margin-bottom: 0.38rem;
	color: #111827;
	font-size: 0.78rem;
	font-weight: 800;
}

body.woocommerce-checkout .woocommerce form .form-row .required {
	color: var(--nmp-color-primary);
	text-decoration: none;
}

body.woocommerce-checkout .woocommerce form input.input-text,
body.woocommerce-checkout .woocommerce form select,
body.woocommerce-checkout .woocommerce form textarea,
body.woocommerce-checkout .select2-container--default .select2-selection--single {
	min-height: 48px;
	border: 1px solid #d7dee8;
	border-radius: 9px;
	background: #fff;
	color: #111827;
	font-size: 0.92rem;
	box-shadow: 0 8px 18px rgba(15, 23, 42, 0.03);
	transition: border-color 160ms ease, box-shadow 160ms ease;
}

body.woocommerce-checkout .woocommerce form input.input-text,
body.woocommerce-checkout .woocommerce form textarea {
	padding: 0.72rem 0.85rem;
}

body.woocommerce-checkout .woocommerce form input.input-text:focus,
body.woocommerce-checkout .woocommerce form select:focus,
body.woocommerce-checkout .woocommerce form textarea:focus,
body.woocommerce-checkout .select2-container--open .select2-selection--single {
	border-color: rgba(214, 0, 0, 0.75);
	box-shadow: 0 0 0 4px rgba(214, 0, 0, 0.09), 0 14px 28px rgba(15, 23, 42, 0.06);
	outline: 0;
}

body.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
	padding-left: 0.85rem;
	line-height: 46px;
	color: #111827;
}

body.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 11px;
	right: 0.6rem;
}

body.woocommerce-checkout .woocommerce form textarea {
	min-height: 130px;
}

body.woocommerce-checkout .form-row-first,
body.woocommerce-checkout .form-row-last {
	width: calc(50% - 0.45rem);
}

body.woocommerce-checkout .form-row-first {
	margin-right: 0.9rem !important;
}

body.woocommerce-checkout .woocommerce table.shop_table {
	margin: 0;
	border: 0;
	border-radius: 0;
}

body.woocommerce-checkout .woocommerce table.shop_table th,
body.woocommerce-checkout .woocommerce table.shop_table td {
	padding: 1rem 1.25rem;
	border-color: #edf1f6;
	color: #344054;
	font-size: 0.86rem;
}

body.woocommerce-checkout .woocommerce table.shop_table .product-name {
	color: #111827;
	font-weight: 800;
}

body.woocommerce-checkout .woocommerce table.shop_table .product-total,
body.woocommerce-checkout .woocommerce table.shop_table tfoot td {
	text-align: right;
	font-weight: 800;
}

body.woocommerce-checkout .woocommerce table.shop_table tfoot tr:last-child th,
body.woocommerce-checkout .woocommerce table.shop_table tfoot tr:last-child td {
	color: var(--nmp-color-primary);
	font-size: 1.1rem;
	font-weight: 900;
}

body.woocommerce-checkout #payment {
	margin-top: 1.25rem;
	border: 1px solid #e3e8f0;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 16px 44px rgba(15, 23, 42, 0.05);
}

body.woocommerce-checkout #payment ul.payment_methods {
	padding: 1rem 1.25rem;
	border-bottom: 1px solid #edf1f6;
}

body.woocommerce-checkout #payment .wc_payment_methods li {
	padding: 0.7rem 0;
}

body.woocommerce-checkout #payment .woocommerce-info,
body.woocommerce-checkout #payment .woocommerce-error,
body.woocommerce-checkout #payment .woocommerce-message {
	margin: 0;
}

body.woocommerce-checkout #payment div.form-row {
	padding: 1.15rem 1.25rem 1.25rem;
}

body.woocommerce-checkout #payment #place_order,
body.woocommerce-checkout .wc-block-components-checkout-place-order-button {
	width: 100%;
	min-height: 48px;
	border: 0;
	border-radius: 9px;
	background: var(--nmp-color-primary);
	color: #fff;
	font-size: 0.94rem;
	font-weight: 900;
	box-shadow: 0 18px 34px rgba(214, 0, 0, 0.18);
	transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

body.woocommerce-checkout #payment #place_order:hover,
body.woocommerce-checkout .wc-block-components-checkout-place-order-button:hover {
	transform: translateY(-1px);
	background: #b80000;
	box-shadow: 0 24px 42px rgba(214, 0, 0, 0.24);
}

body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
	margin-bottom: 1rem;
	color: #475467;
	font-size: 0.82rem;
	line-height: 1.55;
}

body.woocommerce-checkout .woocommerce form .form-row input[type="checkbox"] {
	width: 18px;
	height: 18px;
	margin-right: 0.45rem;
	border-color: #cfd8e5;
	accent-color: var(--nmp-color-primary);
}

body.woocommerce-checkout .woocommerce a {
	color: var(--nmp-color-primary);
	font-weight: 700;
	text-decoration: none;
}

body.woocommerce-checkout .woocommerce a:hover {
	text-decoration: underline;
}

body.woocommerce-checkout .wc-block-components-sidebar,
body.woocommerce-checkout .wc-block-checkout__main,
body.woocommerce-checkout .wc-block-components-checkout-step {
	border-radius: 16px;
}

body.woocommerce-checkout .wc-block-components-text-input input,
body.woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
body.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type="email"],
body.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type="tel"],
body.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type="text"],
body.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type="number"],
body.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type="password"],
body.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type="url"] {
	border-color: #d7dee8;
	border-radius: 9px;
	box-shadow: 0 8px 18px rgba(15, 23, 42, 0.03);
}

@media (max-width: 767px) {
	body.woocommerce-checkout .col2-set,
	body.woocommerce-checkout #order_review {
		border-radius: 13px;
	}

	body.woocommerce-checkout .form-row-first,
	body.woocommerce-checkout .form-row-last {
		float: none;
		width: 100%;
		margin-right: 0 !important;
	}

	body.woocommerce-checkout .woocommerce-message,
	body.woocommerce-checkout .woocommerce-info,
	body.woocommerce-checkout .woocommerce-error {
		align-items: flex-start;
		padding-right: 1rem;
	}
}

/* Checkout two-column (desktop) */
@media (min-width: 992px) {
	.woocommerce-checkout .nmp-container form.checkout.woocommerce-checkout,
	.nmp-site-main.nmp-wc-page form.checkout.woocommerce-checkout {
		display: grid;
		grid-template-columns: 1fr minmax(300px, 380px);
		gap: 2rem;
		align-items: start;
	}

	.woocommerce-checkout form.checkout.woocommerce-checkout .nmp-checkout-trust {
		grid-column: 1 / -1;
	}

	.woocommerce-checkout #order_review_heading,
	.woocommerce-checkout #order_review {
		grid-column: 2;
	}

	.woocommerce-checkout #order_review {
		position: sticky;
		top: 96px;
		align-self: start;
	}

	.woocommerce-checkout .col2-set {
		grid-column: 1;
	}
}

.woocommerce-checkout #payment {
	background: var(--nmp-color-surface);
	border-radius: var(--nmp-radius-md);
	border: 1px solid var(--nmp-color-border);
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper input.input-text,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper input.input-text,
.woocommerce-checkout .woocommerce form .form-row select {
	min-height: 44px;
	border-radius: var(--nmp-radius-sm);
	border-color: var(--nmp-color-border-input);
}

/* My Account */
.woocommerce-account .woocommerce-MyAccount-navigation {
	background: var(--nmp-color-surface);
	border: 1px solid var(--nmp-color-border);
	border-radius: var(--nmp-radius-md);
	padding: 0.5rem 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
	display: block;
	padding: 0.5rem 1rem;
	text-decoration: none;
	font-weight: 600;
	font-size: 0.875rem;
}

.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
	color: var(--nmp-color-primary);
	background: rgba(214, 0, 0, 0.06);
}
