/*
Theme Name: myDNA2U Dark
Theme URI: https://mydna2u.com
Description: A modern dark WooCommerce child theme for myDNA2U and ALPS Medical Centre.
Author: myDNA2U
Template: astra
Version: 1.6.0
Text Domain: mydna2u-dark
*/

:root {
	--md-bg: #060b12;
	--md-bg-soft: #0a1320;
	--md-surface: #0d1928;
	--md-surface-2: #122338;
	--md-surface-3: #172c45;
	--md-border: rgba(151, 200, 235, 0.14);
	--md-border-strong: rgba(87, 196, 238, 0.34);
	--md-text: #f3f8fc;
	--md-muted: #9eb0c1;
	--md-muted-strong: #c5d3df;
	--md-primary: #38bdf8;
	--md-primary-strong: #168ed0;
	--md-primary-soft: rgba(56, 189, 248, 0.12);
	--md-accent: #f4b942;
	--md-success: #5ee0ad;
	--md-danger: #fb7185;
	--md-radius-sm: 10px;
	--md-radius: 18px;
	--md-radius-lg: 30px;
	--md-shadow: 0 24px 80px rgba(0, 0, 0, 0.3);
	--md-container: 1240px;
	--md-header-height: 78px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	background: var(--md-bg);
}

body.mydna2u-dark {
	display: flex;
	flex-direction: column;
	margin: 0;
	background:
		radial-gradient(circle at 7% 4%, rgba(26, 139, 199, 0.12), transparent 27rem),
		var(--md-bg);
	color: var(--md-text);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.65;
	min-height: 100vh;
}

body.mydna2u-dark > main,
body.mydna2u-dark > #primary,
body.mydna2u-dark > #content {
	flex: 1 0 auto;
}

body.mydna2u-dark.md-menu-open {
	overflow: hidden;
}

body.mydna2u-dark,
body.mydna2u-dark button,
body.mydna2u-dark input,
body.mydna2u-dark select,
body.mydna2u-dark textarea {
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.mydna2u-dark a {
	color: var(--md-primary);
	text-decoration-thickness: 1px;
	text-underline-offset: 0.2em;
}

body.mydna2u-dark a:hover {
	color: #8ad9f8;
}

body.mydna2u-dark img {
	max-width: 100%;
	height: auto;
}

body.mydna2u-dark h1,
body.mydna2u-dark h2,
body.mydna2u-dark h3,
body.mydna2u-dark h4,
body.mydna2u-dark h5,
body.mydna2u-dark h6 {
	color: var(--md-text);
	font-weight: 700;
	letter-spacing: -0.035em;
	line-height: 1.12;
}

body.mydna2u-dark p {
	margin-top: 0;
}

body.mydna2u-dark :focus-visible {
	outline: 3px solid var(--md-accent);
	outline-offset: 4px;
}

.screen-reader-text,
.skip-link {
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.skip-link:focus {
	clip: auto !important;
	clip-path: none;
	height: auto;
	left: 20px;
	top: 20px;
	width: auto;
	z-index: 100000;
	background: var(--md-accent);
	color: #111820;
	padding: 12px 18px;
	border-radius: 8px;
}

.md-container {
	width: min(calc(100% - 40px), var(--md-container));
	margin-inline: auto;
}

.md-narrow {
	width: min(calc(100% - 40px), 820px);
	margin-inline: auto;
}

.md-section {
	padding: clamp(72px, 9vw, 124px) 0;
}

.md-section--compact {
	padding: clamp(52px, 7vw, 84px) 0;
}

.md-section--surface {
	background: linear-gradient(180deg, rgba(13, 25, 40, 0.78), rgba(7, 14, 23, 0.92));
	border-block: 1px solid var(--md-border);
}

.md-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin: 0 0 18px;
	color: #85d8f8;
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.15em;
	line-height: 1.2;
	text-transform: uppercase;
}

.md-eyebrow::before {
	content: "";
	width: 22px;
	height: 2px;
	background: var(--md-primary);
	border-radius: 999px;
}

.md-section-heading {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 0.55fr);
	gap: 40px;
	align-items: end;
	margin-bottom: 42px;
}

.md-section-heading h2 {
	font-size: clamp(2.15rem, 5vw, 4.25rem);
	margin: 0;
	max-width: 820px;
}

.md-section-heading p {
	color: var(--md-muted);
	font-size: 1.05rem;
	margin: 0;
}

.md-button,
body.mydna2u-dark .button,
body.mydna2u-dark button.button,
body.mydna2u-dark input.button,
body.mydna2u-dark #submit,
body.mydna2u-dark .wp-element-button,
body.mydna2u-dark .wc-block-components-button:not(.is-link) {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 50px;
	padding: 13px 22px;
	border: 1px solid transparent;
	border-radius: 999px;
	background: linear-gradient(135deg, #42c8fa, #178bcf);
	box-shadow: 0 12px 30px rgba(18, 143, 205, 0.22);
	color: #03101a !important;
	font-size: 0.88rem;
	font-weight: 800;
	line-height: 1.15;
	text-decoration: none;
	transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.md-button:hover,
body.mydna2u-dark .button:hover,
body.mydna2u-dark button.button:hover,
body.mydna2u-dark input.button:hover,
body.mydna2u-dark .wp-element-button:hover,
body.mydna2u-dark .wc-block-components-button:not(.is-link):hover {
	transform: translateY(-2px);
	box-shadow: 0 16px 34px rgba(18, 143, 205, 0.34);
	background: linear-gradient(135deg, #72dcff, #27a9e9);
	color: #03101a !important;
}

.md-button--ghost {
	background: rgba(255, 255, 255, 0.035) !important;
	border-color: var(--md-border-strong) !important;
	box-shadow: none !important;
	color: var(--md-text) !important;
}

.md-button--ghost:hover {
	background: rgba(56, 189, 248, 0.1) !important;
	color: white !important;
}

/* Header */
.md-topbar {
	background: #04080e;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
	color: var(--md-muted);
	font-size: 0.78rem;
}

.md-topbar__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-height: 38px;
	gap: 20px;
}

.md-topbar a {
	color: var(--md-muted-strong) !important;
	text-decoration: none;
}

.md-topbar__links {
	display: flex;
	gap: 20px;
}

.md-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	background: rgba(6, 11, 18, 0.88);
	border-bottom: 1px solid var(--md-border);
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
}

.admin-bar .md-header {
	top: 32px;
}

.md-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: var(--md-header-height);
	gap: 26px;
}

.md-brand {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	min-width: 190px;
	color: white !important;
	text-decoration: none;
}

.md-brand img {
	width: 104px;
	height: 52px;
	object-fit: contain;
}

.md-brand__name {
	display: grid;
	line-height: 1;
}

.md-brand__name strong {
	font-size: 1rem;
	letter-spacing: 0.02em;
}

.md-brand__name small {
	margin-top: 5px;
	color: var(--md-muted);
	font-size: 0.62rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.md-nav {
	display: flex;
	align-items: center;
	gap: 4px;
}

.md-nav a {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	padding: 10px 13px;
	border-radius: 999px;
	color: var(--md-muted-strong) !important;
	font-size: 0.87rem;
	font-weight: 650;
	text-decoration: none;
}

.md-nav a:hover,
.md-nav a[aria-current="page"] {
	background: var(--md-primary-soft);
	color: white !important;
}

.md-header-actions {
	display: flex;
	align-items: center;
	gap: 8px;
}

.md-icon-link,
.md-menu-toggle {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 1px solid var(--md-border);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.035);
	color: var(--md-text) !important;
	text-decoration: none;
}

.md-icon-link:hover,
.md-menu-toggle:hover {
	background: var(--md-primary-soft);
	border-color: var(--md-border-strong);
}

.md-cart-count {
	position: absolute;
	top: -3px;
	right: -3px;
	display: grid;
	place-items: center;
	min-width: 19px;
	height: 19px;
	padding: 0 4px;
	border: 2px solid var(--md-bg);
	border-radius: 999px;
	background: var(--md-accent);
	color: #0b1118;
	font-size: 0.64rem;
	font-weight: 900;
}

.md-menu-toggle {
	display: none;
	cursor: pointer;
}

.md-mobile-panel {
	display: none;
}

/* Hero */
.md-hero {
	position: relative;
	min-height: min(790px, calc(100vh - 116px));
	display: grid;
	align-items: center;
	overflow: hidden;
	border-bottom: 1px solid var(--md-border);
}

.md-hero__media {
	position: absolute;
	inset: 0;
}

.md-hero__media::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		linear-gradient(90deg, rgba(4, 9, 15, 0.98) 0%, rgba(4, 9, 15, 0.88) 42%, rgba(4, 9, 15, 0.3) 76%, rgba(4, 9, 15, 0.65) 100%),
		linear-gradient(0deg, var(--md-bg) 0%, transparent 25%);
}

.md-hero__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 45%;
	filter: saturate(0.86) contrast(1.06);
}

.md-hero--therac .md-hero__media::before {
	background:
		linear-gradient(90deg, rgba(4, 9, 15, 0.08) 0%, rgba(4, 9, 15, 0.24) 40%, rgba(4, 9, 15, 0.9) 58%, rgba(4, 9, 15, 0.99) 100%),
		linear-gradient(0deg, var(--md-bg) 0%, transparent 24%);
}

.md-hero--therac .md-hero__media img {
	object-position: center;
	filter: saturate(0.9) contrast(1.04) brightness(0.82);
}

.md-hero--therac .md-hero__content {
	width: min(58%, 740px);
	margin-left: auto;
	padding-top: 72px;
	padding-left: clamp(28px, 3vw, 48px);
	padding-bottom: 86px;
}

.md-hero.md-hero--therac h1 {
	font-size: clamp(2.8rem, 4.1vw, 4.65rem);
	line-height: 0.98;
}

.md-hero__badge {
	display: inline-flex;
	align-items: center;
	min-height: 32px;
	margin: 0 0 20px;
	padding: 7px 12px;
	border: 1px solid rgba(244, 185, 66, 0.42);
	border-radius: 999px;
	background: rgba(244, 185, 66, 0.12);
	color: #ffd77e;
	font-size: 0.7rem;
	font-weight: 850;
	letter-spacing: 0.09em;
	line-height: 1;
	text-transform: uppercase;
}

.md-hero-product-meta {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	margin: 0 0 30px;
	overflow: hidden;
	border: 1px solid var(--md-border-strong);
	border-radius: var(--md-radius-sm);
	background: var(--md-border);
}

.md-hero-product-meta span {
	display: flex;
	min-height: 76px;
	flex-direction: column;
	justify-content: center;
	padding: 12px 14px;
	background: rgba(8, 18, 30, 0.9);
	color: var(--md-muted);
	font-size: 0.68rem;
	line-height: 1.35;
}

.md-hero-product-meta strong {
	display: block;
	margin-bottom: 3px;
	color: var(--md-text);
	font-size: 1.08rem;
	line-height: 1.15;
}

.md-hero__content {
	position: relative;
	z-index: 2;
	max-width: 760px;
	padding: 90px 0 110px;
}

.md-hero h1 {
	font-size: clamp(3.1rem, 7.4vw, 6.8rem);
	letter-spacing: -0.065em;
	line-height: 0.95;
	margin: 0 0 28px;
}

.md-hero h1 span {
	display: block;
	background: linear-gradient(90deg, #ffffff 10%, #6ed7ff 72%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.md-hero__lead {
	max-width: 650px;
	margin-bottom: 34px;
	color: var(--md-muted-strong);
	font-size: clamp(1.05rem, 2vw, 1.25rem);
}

.md-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.md-hero__note {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 28px;
	color: var(--md-muted);
	font-size: 0.84rem;
}

.md-hero__note::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--md-success);
	box-shadow: 0 0 0 6px rgba(94, 224, 173, 0.1);
}

.md-trust-strip {
	position: relative;
	z-index: 5;
	margin-top: -48px;
}

.md-trust-strip__inner {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	background: rgba(13, 25, 40, 0.94);
	border: 1px solid var(--md-border-strong);
	border-radius: var(--md-radius);
	box-shadow: var(--md-shadow);
	backdrop-filter: blur(16px);
}

.md-trust-item {
	padding: 24px 28px;
	border-right: 1px solid var(--md-border);
}

.md-trust-item:last-child {
	border-right: 0;
}

.md-trust-item strong {
	display: block;
	color: white;
	font-size: 0.95rem;
}

.md-trust-item span {
	display: block;
	margin-top: 4px;
	color: var(--md-muted);
	font-size: 0.82rem;
}

/* Product cards */
.md-product-grid,
body.mydna2u-dark.woocommerce ul.products,
body.mydna2u-dark .woocommerce ul.products {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	gap: 22px;
	margin: 0 !important;
}

#screening-packages .md-product-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.md-product-card,
body.mydna2u-dark.woocommerce ul.products li.product,
body.mydna2u-dark .woocommerce ul.products li.product {
	position: relative;
	display: flex;
	flex-direction: column;
	width: auto !important;
	margin: 0 !important;
	overflow: hidden;
	background: linear-gradient(155deg, rgba(20, 40, 62, 0.94), rgba(10, 19, 31, 0.98));
	border: 1px solid var(--md-border);
	border-radius: var(--md-radius);
	box-shadow: 0 18px 50px rgba(0, 0, 0, 0.18);
	transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}

.md-product-card:hover,
body.mydna2u-dark.woocommerce ul.products li.product:hover,
body.mydna2u-dark .woocommerce ul.products li.product:hover {
	transform: translateY(-7px);
	border-color: var(--md-border-strong);
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.32);
}

.md-product-card__media,
body.mydna2u-dark.woocommerce ul.products li.product .astra-shop-thumbnail-wrap,
body.mydna2u-dark .woocommerce ul.products li.product .astra-shop-thumbnail-wrap {
	position: relative;
	display: block;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	background: #dceef8;
}

.md-product-card__media img,
body.mydna2u-dark.woocommerce ul.products li.product .astra-shop-thumbnail-wrap img,
body.mydna2u-dark .woocommerce ul.products li.product .astra-shop-thumbnail-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	margin: 0 !important;
	transition: transform 450ms ease;
}

.md-product-card:hover .md-product-card__media img,
body.mydna2u-dark.woocommerce ul.products li.product:hover .astra-shop-thumbnail-wrap img,
body.mydna2u-dark .woocommerce ul.products li.product:hover .astra-shop-thumbnail-wrap img {
	transform: scale(1.035);
}

.md-product-card__body,
body.mydna2u-dark.woocommerce ul.products li.product .astra-shop-summary-wrap,
body.mydna2u-dark .woocommerce ul.products li.product .astra-shop-summary-wrap {
	display: flex;
	flex: 1;
	flex-direction: column;
	align-items: flex-start;
	padding: 24px !important;
}

.md-product-card__type,
.md-product-kicker {
	display: inline-flex;
	align-items: center;
	min-height: 26px;
	margin-bottom: 13px;
	padding: 5px 10px;
	border: 1px solid rgba(56, 189, 248, 0.22);
	border-radius: 999px;
	background: var(--md-primary-soft);
	color: #86dafa;
	font-size: 0.65rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	line-height: 1;
	text-transform: uppercase;
}

.md-product-card h3,
body.mydna2u-dark.woocommerce ul.products li.product .woocommerce-loop-product__title,
body.mydna2u-dark .woocommerce ul.products li.product .woocommerce-loop-product__title {
	margin: 0 0 12px !important;
	color: white !important;
	font-size: 1.2rem !important;
	letter-spacing: -0.025em;
	line-height: 1.25;
}

.md-product-card h3 a,
body.mydna2u-dark.woocommerce ul.products li.product .woocommerce-loop-product__title a,
body.mydna2u-dark .woocommerce ul.products li.product .woocommerce-loop-product__title a {
	color: white !important;
	text-decoration: none;
}

.md-product-card__blurb,
.md-product-blurb {
	margin: 0 0 16px;
	color: var(--md-muted);
	font-size: 0.87rem;
	line-height: 1.55;
}

.md-product-card__features,
.md-product-features {
	display: grid;
	gap: 8px;
	margin: 0 0 22px;
	padding: 0;
	color: var(--md-muted-strong);
	font-size: 0.8rem;
	list-style: none;
}

.md-product-card__features li,
.md-product-features li {
	position: relative;
	padding-left: 18px;
}

.md-product-card__features li::before,
.md-product-features li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.62em;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--md-success);
	box-shadow: 0 0 0 4px rgba(94, 224, 173, 0.08);
}

.md-product-card__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin-top: auto;
	padding-top: 18px;
	border-top: 1px solid var(--md-border);
	gap: 12px;
}

.md-product-card__price,
body.mydna2u-dark.woocommerce ul.products li.product .price,
body.mydna2u-dark .woocommerce ul.products li.product .price {
	display: block;
	margin: 0 0 18px !important;
	color: white !important;
	font-size: 1.35rem !important;
	font-weight: 800 !important;
}

.md-product-card__price small {
	display: block;
	color: var(--md-muted);
	font-size: 0.67rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

body.mydna2u-dark.woocommerce ul.products li.product .button,
body.mydna2u-dark .woocommerce ul.products li.product .button {
	width: 100%;
	margin-top: auto !important;
}

.md-badge {
	position: absolute;
	top: 16px;
	right: 16px;
	z-index: 2;
	padding: 7px 11px;
	border-radius: 999px;
	background: var(--md-accent);
	color: #101820;
	font-size: 0.67rem;
	font-weight: 900;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

/* Comparison */
.md-comparison {
	overflow-x: auto;
	border: 1px solid var(--md-border);
	border-radius: var(--md-radius);
	background: var(--md-surface);
	box-shadow: var(--md-shadow);
}

.md-comparison table {
	width: 100%;
	min-width: 800px;
	border-collapse: collapse;
	margin: 0;
}

.md-comparison th,
.md-comparison td {
	padding: 20px 22px;
	border: 0;
	border-bottom: 1px solid var(--md-border);
	color: var(--md-muted-strong);
	text-align: left;
	vertical-align: top;
}

.md-comparison thead th {
	background: rgba(56, 189, 248, 0.055);
	color: white;
	font-size: 0.95rem;
}

.md-comparison tbody th {
	color: var(--md-muted);
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.md-comparison tr:last-child th,
.md-comparison tr:last-child td {
	border-bottom: 0;
}

.md-comparison strong {
	color: white;
}

/* Process, about, FAQ */
.md-process-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
	counter-reset: process;
}

.md-process-card {
	position: relative;
	min-height: 230px;
	padding: 28px;
	background: var(--md-surface);
	border: 1px solid var(--md-border);
	border-radius: var(--md-radius);
	counter-increment: process;
}

.md-process-card::before {
	content: "0" counter(process);
	display: block;
	margin-bottom: 42px;
	color: var(--md-primary);
	font-size: 0.75rem;
	font-weight: 900;
	letter-spacing: 0.12em;
}

.md-process-card h3 {
	margin: 0 0 10px;
	font-size: 1.15rem;
}

.md-process-card p {
	margin: 0;
	color: var(--md-muted);
	font-size: 0.88rem;
}

.md-split {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	gap: clamp(36px, 7vw, 88px);
	align-items: center;
}

.md-split__media {
	position: relative;
	overflow: hidden;
	min-height: 520px;
	border: 1px solid var(--md-border);
	border-radius: var(--md-radius-lg);
	background: var(--md-surface);
}

.md-split__media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 48%, rgba(4, 9, 15, 0.62));
}

.md-split__media img {
	width: 100%;
	height: 100%;
	min-height: 520px;
	object-fit: cover;
}

.md-split__content h2 {
	margin: 0 0 24px;
	font-size: clamp(2.3rem, 5vw, 4.6rem);
}

.md-split__content > p {
	color: var(--md-muted-strong);
	font-size: 1.02rem;
}

.md-check-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin: 28px 0 32px;
	padding: 0;
	list-style: none;
}

.md-check-list li {
	padding: 14px 16px;
	border: 1px solid var(--md-border);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.025);
	color: var(--md-muted-strong);
	font-size: 0.85rem;
}

.md-faq {
	display: grid;
	gap: 12px;
	max-width: 900px;
	margin: 0 auto;
}

.md-faq details {
	background: var(--md-surface);
	border: 1px solid var(--md-border);
	border-radius: var(--md-radius-sm);
	transition: border-color 180ms ease;
}

.md-faq details[open] {
	border-color: var(--md-border-strong);
}

.md-faq summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 70px;
	padding: 18px 22px;
	cursor: pointer;
	color: white;
	font-weight: 750;
	list-style: none;
}

.md-faq summary::-webkit-details-marker {
	display: none;
}

.md-faq summary::after {
	content: "+";
	color: var(--md-primary);
	font-size: 1.5rem;
}

.md-faq details[open] summary::after {
	content: "–";
}

.md-faq details p {
	margin: 0;
	padding: 0 22px 22px;
	color: var(--md-muted);
}

.md-cta {
	position: relative;
	overflow: hidden;
	padding: clamp(42px, 7vw, 76px);
	border: 1px solid var(--md-border-strong);
	border-radius: var(--md-radius-lg);
	background:
		radial-gradient(circle at 90% 10%, rgba(56, 189, 248, 0.2), transparent 24rem),
		linear-gradient(135deg, #10263b, #0a1522 72%);
	box-shadow: var(--md-shadow);
}

.md-cta h2 {
	max-width: 760px;
	margin: 0 0 20px;
	font-size: clamp(2.2rem, 5vw, 4.3rem);
}

.md-cta p {
	max-width: 650px;
	margin-bottom: 28px;
	color: var(--md-muted-strong);
	font-size: 1.02rem;
}

/* Page and shop heroes */
.md-page-hero,
.md-shop-hero {
	position: relative;
	overflow: hidden;
	padding: clamp(72px, 10vw, 132px) 0 clamp(52px, 8vw, 92px);
	border-bottom: 1px solid var(--md-border);
	background:
		radial-gradient(circle at 82% 10%, rgba(56, 189, 248, 0.15), transparent 28rem),
		linear-gradient(180deg, #0b1725, #07101a);
}

.md-page-hero h1,
.md-shop-hero h1 {
	max-width: 900px;
	margin: 0 0 20px;
	font-size: clamp(2.8rem, 7vw, 6rem);
}

.md-page-hero p,
.md-shop-hero p {
	max-width: 720px;
	margin: 0;
	color: var(--md-muted-strong);
	font-size: clamp(1rem, 2vw, 1.18rem);
}

.md-page-content {
	min-height: 52vh;
	padding: clamp(52px, 8vw, 92px) 0;
}

.md-content-panel {
	padding: clamp(24px, 5vw, 50px);
	border: 1px solid var(--md-border);
	border-radius: var(--md-radius);
	background: var(--md-surface);
}

.md-content-panel > *:first-child {
	margin-top: 0;
}

.md-content-panel > *:last-child {
	margin-bottom: 0;
}

/* Privacy policy */
.md-policy-layout {
	display: grid;
	grid-template-columns: minmax(220px, 0.34fr) minmax(0, 1fr);
	gap: clamp(28px, 5vw, 66px);
	align-items: start;
}

.md-policy-nav {
	position: sticky;
	top: 130px;
	padding: 24px;
	border: 1px solid var(--md-border);
	border-radius: var(--md-radius);
	background: linear-gradient(155deg, rgba(18, 35, 56, 0.96), rgba(9, 20, 33, 0.98));
}

.md-policy-nav__title {
	margin: 0 0 14px;
	color: var(--md-text);
	font-size: 0.74rem;
	font-weight: 850;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.md-policy-nav ol {
	display: grid;
	gap: 5px;
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: policy-nav;
}

.md-policy-nav li {
	counter-increment: policy-nav;
}

.md-policy-nav a:not(.md-policy-contact) {
	display: flex;
	gap: 10px;
	padding: 8px 0;
	color: var(--md-muted-strong);
	font-size: 0.82rem;
	line-height: 1.35;
	text-decoration: none;
}

.md-policy-nav a:not(.md-policy-contact)::before {
	content: "0" counter(policy-nav);
	color: var(--md-primary);
	font-size: 0.66rem;
	font-weight: 850;
	letter-spacing: 0.04em;
}

.md-policy-nav a:hover {
	color: var(--md-text);
}

.md-policy-contact {
	display: inline-flex;
	justify-content: center;
	width: 100%;
	margin-top: 20px;
	padding: 11px 16px;
	border: 1px solid var(--md-border-strong);
	border-radius: 999px;
	background: var(--md-primary-soft);
	font-size: 0.78rem;
	font-weight: 800;
	text-decoration: none;
}

.md-policy-document {
	padding: clamp(26px, 5vw, 58px);
	border: 1px solid var(--md-border);
	border-radius: var(--md-radius-lg);
	background: var(--md-surface);
	box-shadow: var(--md-shadow);
}

.md-policy-document h2 {
	margin: 0 0 18px;
	color: var(--md-text);
	font-size: clamp(1.35rem, 2.3vw, 2rem);
	letter-spacing: -0.025em;
	line-height: 1.25;
	scroll-margin-top: 140px;
}

.md-policy-document h2:not(:first-child) {
	margin-top: 42px;
	padding-top: 42px;
	border-top: 1px solid var(--md-border);
}

.md-policy-document p,
.md-policy-document li {
	color: var(--md-muted-strong);
	font-size: 0.95rem;
	line-height: 1.78;
	text-align: left !important;
}

.md-policy-document p {
	margin: 0 0 18px;
}

.md-policy-document ul {
	display: grid;
	gap: 7px;
	margin: 0 0 20px;
	padding-left: 22px;
}

.md-policy-document a {
	font-weight: 750;
	overflow-wrap: anywhere;
}

.md-store-policy-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(250px, 0.34fr);
	gap: clamp(28px, 5vw, 58px);
	align-items: start;
}

.md-policy-updated {
	margin: 0 0 30px !important;
	padding-bottom: 18px;
	border-bottom: 1px solid var(--md-border);
	color: var(--md-primary) !important;
	font-size: 0.74rem !important;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.md-policy-help {
	position: sticky;
	top: 130px;
	padding: 28px;
	border: 1px solid var(--md-border-strong);
	border-radius: var(--md-radius);
	background: linear-gradient(155deg, rgba(18, 35, 56, 0.96), rgba(9, 20, 33, 0.98));
}

.md-policy-help h2 {
	margin: 8px 0 14px;
	font-size: clamp(1.35rem, 2.5vw, 1.8rem);
}

.md-policy-help p:not(.md-eyebrow) {
	margin: 0 0 22px;
	color: var(--md-muted-strong);
	font-size: 0.9rem;
}

.md-policy-help .md-button {
	width: 100%;
}

.md-policy-help .md-text-link {
	display: block;
	margin-top: 16px;
	font-size: 0.82rem;
	font-weight: 750;
	text-align: center;
}

.woocommerce .md-shop-hero {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-bottom: 44px;
}

.md-shop-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 28px;
}

.md-shop-nav span,
.md-shop-nav a {
	display: inline-flex;
	align-items: center;
	min-height: 38px;
	padding: 8px 13px;
	border: 1px solid var(--md-border);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.025);
	color: var(--md-muted-strong) !important;
	font-size: 0.76rem;
	font-weight: 750;
	text-decoration: none;
}

/* WooCommerce shell */
body.mydna2u-dark .site-content,
body.mydna2u-dark #content,
body.mydna2u-dark .ast-container,
body.mydna2u-dark .site-main,
body.mydna2u-dark .ast-woocommerce-container {
	background: transparent;
}

body.mydna2u-dark .ast-container {
	width: min(calc(100% - 40px), var(--md-container));
	max-width: none;
	padding: 0;
}

body.mydna2u-dark.woocommerce-page #primary,
body.mydna2u-dark.woocommerce #primary {
	width: 100%;
	margin: 0;
	padding: 0 0 90px;
}

body.mydna2u-dark.woocommerce .woocommerce-breadcrumb {
	padding-top: 28px;
	color: var(--md-muted);
}

body.mydna2u-dark.woocommerce .woocommerce-breadcrumb a {
	color: var(--md-muted-strong);
}

body.mydna2u-dark.woocommerce .woocommerce-products-header__title,
body.mydna2u-dark.woocommerce .woocommerce-result-count,
body.mydna2u-dark.woocommerce .woocommerce-ordering {
	display: none;
}

body.mydna2u-dark .woocommerce span.onsale {
	min-width: 0;
	min-height: 0;
	padding: 7px 11px;
	border-radius: 999px;
	background: var(--md-accent);
	color: #111820;
	font-size: 0.7rem;
	font-weight: 900;
	line-height: 1;
}

body.mydna2u-dark .woocommerce-message,
body.mydna2u-dark .woocommerce-info,
body.mydna2u-dark .woocommerce-error {
	margin: 0 0 24px;
	padding: 18px 22px 18px 52px;
	border: 1px solid var(--md-border-strong);
	border-top: 0;
	border-radius: var(--md-radius-sm);
	background: var(--md-surface);
	color: var(--md-muted-strong);
}

body.mydna2u-dark .woocommerce-message::before,
body.mydna2u-dark .woocommerce-info::before {
	color: var(--md-primary);
}

body.mydna2u-dark .woocommerce-error {
	border-color: rgba(251, 113, 133, 0.35);
}

/* Single product */
body.mydna2u-dark.single-product .site-content > .ast-container {
	width: min(calc(100% - 40px), 1240px);
}

body.mydna2u-dark.single-product div.product {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
	gap: 28px clamp(34px, 5vw, 72px);
	align-items: start;
	width: min(calc(100% - 40px), 1240px);
	margin-inline: auto;
	padding-top: clamp(34px, 5vw, 68px);
}

body.mydna2u-dark.single-product div.product::before,
body.mydna2u-dark.single-product div.product::after {
	display: none;
}

body.mydna2u-dark.single-product div.product .woocommerce-product-gallery,
body.mydna2u-dark.single-product div.product .summary {
	float: none;
	width: 100%;
	margin: 0;
}

body.mydna2u-dark.single-product div.product .woocommerce-product-gallery {
	overflow-x: hidden;
	padding: 12px;
	border: 1px solid var(--md-border);
	border-radius: var(--md-radius-lg);
	background: linear-gradient(145deg, #edf6fa, #d4e9f2);
	box-shadow: var(--md-shadow);
}

@media (max-width: 782px) {
	body.mydna2u-dark.single-product div.product .woocommerce-product-gallery {
		aspect-ratio: 77 / 100;
	}
}

body.mydna2u-dark.single-product div.product .woocommerce-product-gallery__wrapper {
	overflow: hidden;
	border-radius: calc(var(--md-radius-lg) - 10px);
	background: transparent;
}

/* Keep one stable slide until FlexSlider has measured its viewport. */
body.mydna2u-dark.single-product .woocommerce-product-gallery.md-gallery-pending .woocommerce-product-gallery__wrapper {
	width: 100% !important;
	transform: none !important;
}

body.mydna2u-dark.single-product .woocommerce-product-gallery.md-gallery-pending .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image:first-child {
	display: block !important;
	float: none !important;
	width: 100% !important;
}

body.mydna2u-dark.single-product .woocommerce-product-gallery.md-gallery-pending .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image:not(:first-child) {
	display: none !important;
}

body.mydna2u-dark.single-product div.product .woocommerce-product-gallery__image a {
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1 / 1;
}

body.mydna2u-dark.single-product div.product .woocommerce-product-gallery__image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

body.mydna2u-dark.single-product div.product .flex-control-thumbs {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 9px;
	margin: 12px 0 0;
}

body.mydna2u-dark.single-product div.product .flex-control-thumbs li {
	float: none;
	width: auto;
}

body.mydna2u-dark.single-product div.product .flex-control-thumbs img {
	aspect-ratio: 1 / 1;
	border: 2px solid transparent;
	border-radius: 10px;
	background: #fff;
	object-fit: cover;
}

body.mydna2u-dark.single-product div.product .flex-control-thumbs img.flex-active {
	border-color: var(--md-primary);
}

body.mydna2u-dark.single-product div.product .summary {
	position: static;
	padding: clamp(22px, 3vw, 40px);
	border: 1px solid var(--md-border);
	border-radius: var(--md-radius-lg);
	background: linear-gradient(145deg, rgba(18, 39, 56, 0.94), rgba(9, 24, 38, 0.96));
	box-shadow: var(--md-shadow);
}

body.mydna2u-dark.single-product div.product .summary .woocommerce-breadcrumb,
body.mydna2u-dark.single-product div.product .single-product-category,
body.mydna2u-dark.single-product div.product .product_meta {
	display: none;
}

body.mydna2u-dark.single-product div.product .product_title {
	margin: 0 0 18px;
	font-size: clamp(2.4rem, 4.5vw, 4rem);
	overflow-wrap: break-word;
}

body.mydna2u-dark.single-product div.product p.price,
body.mydna2u-dark.single-product div.product span.price {
	color: var(--md-primary);
	font-size: 2rem;
	font-weight: 850;
}

body.mydna2u-dark.single-product .woocommerce-product-details__short-description {
	color: var(--md-muted-strong);
	font-size: 1rem;
}

body.mydna2u-dark.single-product form.cart {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 28px 0 !important;
}

body.mydna2u-dark.single-product form.cart .quantity .qty {
	width: 76px;
	min-height: 50px;
	border: 1px solid var(--md-border);
	border-radius: 999px;
	background: var(--md-surface);
	color: white;
}

.md-product-assurance {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin: 22px 0 0;
	padding: 0;
	list-style: none;
}

.md-product-assurance li {
	padding: 11px 13px;
	border: 1px solid var(--md-border);
	border-radius: 10px;
	color: var(--md-muted-strong);
	font-size: 0.78rem;
}

.md-product-next {
	display: grid;
	grid-column: 1 / -1;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
	margin: 22px 0 34px;
	width: 100%;
}

.md-product-next > div {
	padding: 24px;
	border: 1px solid var(--md-border);
	border-radius: var(--md-radius);
	background: var(--md-surface);
}

.md-product-next strong {
	display: block;
	margin-bottom: 7px;
	color: white;
}

.md-product-next span {
	color: var(--md-muted);
	font-size: 0.85rem;
}

body.mydna2u-dark .woocommerce-tabs {
	grid-column: 1 / -1;
	width: 100%;
	margin: 0 0 32px;
}

body.mydna2u-dark .woocommerce-tabs ul.tabs {
	display: flex;
	gap: 8px;
	padding: 0 !important;
	border: 0 !important;
}

body.mydna2u-dark .woocommerce-tabs ul.tabs::before,
body.mydna2u-dark .woocommerce-tabs ul.tabs li::before,
body.mydna2u-dark .woocommerce-tabs ul.tabs li::after {
	display: none !important;
}

body.mydna2u-dark .woocommerce-tabs ul.tabs li {
	margin: 0 !important;
	padding: 0 !important;
	border: 1px solid var(--md-border) !important;
	border-radius: 999px !important;
	background: transparent !important;
}

body.mydna2u-dark .woocommerce-tabs ul.tabs li.active {
	border-color: var(--md-border-strong) !important;
	background: var(--md-primary-soft) !important;
}

body.mydna2u-dark .woocommerce-tabs ul.tabs li a {
	padding: 10px 17px !important;
	color: var(--md-muted-strong) !important;
}

body.mydna2u-dark .woocommerce-tabs .panel {
	padding: clamp(28px, 4vw, 48px) !important;
	border: 1px solid var(--md-border);
	border-radius: var(--md-radius);
	background: var(--md-surface);
	color: var(--md-muted-strong);
	font-size: 0.98rem;
	line-height: 1.76;
	overflow-wrap: anywhere;
}

body.mydna2u-dark .woocommerce-tabs .panel h2,
body.mydna2u-dark .woocommerce-tabs .panel h3,
body.mydna2u-dark .woocommerce-tabs .panel h4 {
	margin: 1.65em 0 0.65em;
	color: var(--md-text);
	line-height: 1.25;
}

body.mydna2u-dark .woocommerce-tabs .panel h2 {
	font-size: clamp(1.55rem, 3vw, 2.25rem);
}

body.mydna2u-dark .woocommerce-tabs .panel p,
body.mydna2u-dark .woocommerce-tabs .panel ul,
body.mydna2u-dark .woocommerce-tabs .panel ol {
	max-width: 850px;
}

body.mydna2u-dark .woocommerce-tabs .panel table {
	display: block;
	width: 100%;
	max-width: 100%;
	overflow-x: auto;
	border: 1px solid var(--md-border);
	border-radius: 12px;
	background: #0a1826;
	white-space: nowrap;
}

body.mydna2u-dark .woocommerce-tabs .panel th,
body.mydna2u-dark .woocommerce-tabs .panel td {
	padding: 11px 14px;
	border-color: var(--md-border);
	color: var(--md-muted-strong);
	text-align: left;
}

.md-verified-product {
	display: grid;
	grid-column: 1 / -1;
	grid-template-columns: minmax(0, 0.82fr) minmax(320px, 1.18fr);
	gap: clamp(24px, 4vw, 56px);
	width: 100%;
	margin: 0 0 42px;
	padding: clamp(28px, 5vw, 56px);
	border: 1px solid var(--md-border-strong);
	border-radius: var(--md-radius-lg);
	background: linear-gradient(145deg, rgba(10, 31, 46, 0.98), rgba(13, 25, 40, 0.98));
	box-shadow: var(--md-shadow);
}

.md-verified-product h2 {
	margin: 8px 0 14px;
	font-size: clamp(1.8rem, 3vw, 2.65rem);
}

.md-verified-product__intro > p:not(.md-eyebrow),
.md-verified-product__note {
	color: var(--md-muted-strong);
}

.md-verified-product__source {
	display: inline-flex;
	margin-top: 10px;
	color: var(--md-primary);
	font-weight: 750;
}

.md-verified-product__facts {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin: 0;
}

.md-verified-product__facts > div {
	padding: 18px;
	border: 1px solid var(--md-border);
	border-radius: var(--md-radius-sm);
	background: rgba(255, 255, 255, 0.025);
}

.md-verified-product__facts dt {
	margin-bottom: 5px;
	color: var(--md-muted);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.md-verified-product__facts dd {
	margin: 0;
	color: var(--md-text);
	font-weight: 700;
	overflow-wrap: anywhere;
}

.md-verified-product__note {
	grid-column: 1 / -1;
	margin: 4px 0 0;
	font-size: 0.86rem;
}

.md-related-products {
	grid-column: 1 / -1;
	width: 100%;
	padding: clamp(38px, 5vw, 66px) 0 30px;
	border-top: 1px solid var(--md-border);
}

.md-related-products .md-section-heading {
	margin-bottom: 30px;
}

.md-related-products .md-section-heading h2 {
	margin-bottom: 0;
	font-size: clamp(2rem, 4vw, 3.5rem);
}

.md-product-grid--related {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.mydna2u-dark .related.products > h2,
body.mydna2u-dark .up-sells > h2 {
	margin-bottom: 30px;
	font-size: clamp(2rem, 4vw, 3.5rem);
}

/* Forms, account, cart, checkout */
body.mydna2u-dark input[type="text"],
body.mydna2u-dark input[type="email"],
body.mydna2u-dark input[type="tel"],
body.mydna2u-dark input[type="password"],
body.mydna2u-dark input[type="number"],
body.mydna2u-dark input[type="search"],
body.mydna2u-dark textarea,
body.mydna2u-dark select,
body.mydna2u-dark .select2-container--default .select2-selection--single {
	min-height: 50px;
	padding: 11px 14px;
	border: 1px solid var(--md-border) !important;
	border-radius: var(--md-radius-sm) !important;
	background: #0a1522 !important;
	box-shadow: none;
	color: var(--md-text) !important;
}

body.mydna2u-dark textarea {
	min-height: 130px;
}

body.mydna2u-dark label {
	color: var(--md-muted-strong);
	font-size: 0.84rem;
	font-weight: 700;
}

body.mydna2u-dark .select2-dropdown {
	border-color: var(--md-border);
	background: var(--md-surface);
	color: white;
}

body.mydna2u-dark table.shop_table,
body.mydna2u-dark .woocommerce-cart-form,
body.mydna2u-dark .cart_totals,
body.mydna2u-dark .woocommerce-checkout-review-order,
body.mydna2u-dark .woocommerce-form-login,
body.mydna2u-dark .woocommerce-form-register,
body.mydna2u-dark .woocommerce-MyAccount-content,
body.mydna2u-dark .woocommerce-Address {
	border: 1px solid var(--md-border) !important;
	border-radius: var(--md-radius) !important;
	background: var(--md-surface);
	color: var(--md-muted-strong);
}

body.mydna2u-dark table.shop_table {
	overflow: hidden;
	border-collapse: separate;
	border-spacing: 0;
}

body.mydna2u-dark table.shop_table th,
body.mydna2u-dark table.shop_table td {
	padding: 18px;
	border-color: var(--md-border) !important;
	color: var(--md-muted-strong);
}

body.mydna2u-dark table.shop_table th {
	color: white;
}

body.mydna2u-dark .cart_totals,
body.mydna2u-dark .woocommerce-checkout-review-order,
body.mydna2u-dark .woocommerce-form-login,
body.mydna2u-dark .woocommerce-form-register,
body.mydna2u-dark .woocommerce-MyAccount-content,
body.mydna2u-dark .woocommerce-Address {
	padding: clamp(22px, 4vw, 36px);
}

body.mydna2u-dark .woocommerce-cart-form {
	padding: 8px;
}

body.mydna2u-dark .woocommerce-cart-form table {
	border: 0 !important;
}

body.mydna2u-dark .woocommerce a.remove {
	display: grid;
	place-items: center;
	color: var(--md-danger) !important;
}

body.mydna2u-dark .woocommerce a.remove:hover {
	background: var(--md-danger);
	color: #081018 !important;
}

body.mydna2u-dark .woocommerce-checkout h3,
body.mydna2u-dark .cart_totals h2,
body.mydna2u-dark .woocommerce-account h2 {
	font-size: 1.55rem;
}

body.mydna2u-dark .cart_totals h2 {
	margin: 0 0 18px !important;
	padding: 0 !important;
	background: transparent !important;
	color: var(--md-text) !important;
}

body.mydna2u-dark .cart_totals {
	padding: clamp(22px, 4vw, 36px) !important;
}

body.mydna2u-dark #payment {
	border: 1px solid var(--md-border);
	border-radius: var(--md-radius);
	background: #091522;
}

body.mydna2u-dark #payment div.payment_box {
	background: var(--md-surface-2);
	color: var(--md-muted-strong);
}

body.mydna2u-dark #payment div.payment_box::before {
	border-bottom-color: var(--md-surface-2);
}

.md-local-checkout-notice {
	margin-bottom: 28px;
	padding: 17px 20px;
	border: 1px solid rgba(244, 185, 66, 0.35);
	border-radius: var(--md-radius-sm);
	background: rgba(244, 185, 66, 0.08);
	color: #f8d58d;
	font-size: 0.85rem;
}

body.mydna2u-dark .woocommerce-MyAccount-navigation {
	width: 25%;
}

body.mydna2u-dark .woocommerce-MyAccount-navigation ul {
	margin: 0;
	padding: 10px;
	border: 1px solid var(--md-border);
	border-radius: var(--md-radius);
	background: var(--md-surface);
	list-style: none;
}

body.mydna2u-dark .woocommerce-MyAccount-navigation li a {
	display: block;
	padding: 12px 14px;
	border-radius: 10px;
	color: var(--md-muted-strong);
	text-decoration: none;
}

body.mydna2u-dark .woocommerce-MyAccount-navigation li.is-active a,
body.mydna2u-dark .woocommerce-MyAccount-navigation li a:hover {
	background: var(--md-primary-soft);
	color: white;
}

body.mydna2u-dark .woocommerce-MyAccount-content {
	width: 72%;
}

/* Footer */
.md-footer {
	margin-top: auto;
	border-top: 1px solid var(--md-border);
	background: #04080e;
}

.md-footer__main {
	display: grid;
	grid-template-columns: 1.4fr 0.7fr 0.9fr 1fr;
	gap: 46px;
	padding: 72px 0 56px;
}

.md-footer__brand img {
	width: 130px;
	height: 66px;
	object-fit: contain;
	margin-bottom: 18px;
}

.md-footer__brand p,
.md-footer address,
.md-footer__col p {
	color: var(--md-muted);
	font-size: 0.84rem;
	font-style: normal;
}

.md-footer__col h2 {
	margin: 0 0 18px;
	font-size: 0.78rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.md-footer__col ul {
	display: grid;
	gap: 9px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.md-footer__col a {
	color: var(--md-muted-strong) !important;
	font-size: 0.84rem;
	text-decoration: none;
}

.md-footer__col a:hover {
	color: var(--md-primary) !important;
}

.md-footer__col li {
	color: var(--md-muted);
	font-size: 0.84rem;
}

.md-footer__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 20px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.07);
	color: #73879a;
	font-size: 0.74rem;
}

/* Responsive */
@media (max-width: 1100px) {
	.md-nav {
		display: none;
	}

	.md-menu-toggle {
		display: inline-flex;
	}

	.md-mobile-panel {
		position: fixed;
		inset: 116px 0 auto;
		z-index: 999;
		display: grid;
		gap: 6px;
		max-height: calc(100vh - 116px);
		padding: 18px 20px 24px;
		transform: translateY(-120%);
		background: rgba(6, 11, 18, 0.98);
		border-bottom: 1px solid var(--md-border);
		opacity: 0;
		visibility: hidden;
		transition: transform 220ms ease, opacity 220ms ease;
	}

	.admin-bar .md-mobile-panel {
		inset-block-start: 148px;
	}

	.md-mobile-panel.is-open {
		transform: translateY(0);
		opacity: 1;
		visibility: visible;
	}

	.md-mobile-panel a {
		padding: 13px 15px;
		border-radius: 10px;
		color: var(--md-muted-strong);
		font-weight: 700;
		text-decoration: none;
	}

	.md-mobile-panel a:hover {
		background: var(--md-primary-soft);
		color: white;
	}

	.md-product-grid,
	body.mydna2u-dark.woocommerce ul.products,
	body.mydna2u-dark .woocommerce ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	#screening-packages .md-product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.md-process-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.md-store-policy-layout {
		grid-template-columns: 1fr;
	}

	.md-policy-help {
		position: static;
	}

	.md-footer__main {
		grid-template-columns: repeat(2, 1fr);
	}

	.md-hero--therac .md-hero__content {
		width: min(60%, 680px);
	}
}

@media (max-width: 782px) {
	.admin-bar .md-header {
		top: 46px;
	}

	.admin-bar .md-mobile-panel {
		inset-block-start: 162px;
	}

	.md-topbar__inner {
		justify-content: center;
	}

	.md-topbar__links {
		display: none;
	}

	.md-brand__name {
		display: none;
	}

	.md-section-heading,
	.md-split {
		grid-template-columns: 1fr !important;
	}

	.md-split__media,
	.md-split__media img {
		min-height: 380px;
	}

	.md-trust-strip {
		margin-top: -34px;
	}

	.md-trust-strip__inner {
		grid-template-columns: 1fr !important;
	}

	.md-trust-item {
		padding: 18px 20px;
		border-right: 0;
		border-bottom: 1px solid var(--md-border);
	}

	.md-trust-item:last-child {
		border-bottom: 0;
	}

	body.mydna2u-dark.single-product div.product {
		grid-template-columns: minmax(0, 1fr);
		gap: 24px;
	}

	body.mydna2u-dark.single-product div.product .summary {
		position: static;
		padding: clamp(22px, 5vw, 34px);
	}

	.md-product-next {
		grid-template-columns: 1fr;
	}

	.md-verified-product {
		grid-template-columns: 1fr;
	}

	.md-product-grid--related {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.mydna2u-dark .woocommerce-MyAccount-navigation,
	body.mydna2u-dark .woocommerce-MyAccount-content {
		width: 100%;
	}

	body.mydna2u-dark .woocommerce-MyAccount-navigation {
		margin-bottom: 20px;
	}

	.md-policy-layout {
		grid-template-columns: 1fr !important;
	}

	.md-policy-nav {
		position: static;
	}

	.md-policy-nav ol {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.md-hero--therac {
		min-height: 820px;
		align-items: end;
	}

	.md-hero--therac .md-hero__media::before {
		background: linear-gradient(180deg, rgba(4, 9, 15, 0.08) 0%, rgba(4, 9, 15, 0.34) 35%, rgba(4, 9, 15, 0.96) 62%, var(--md-bg) 100%);
	}

	.md-hero--therac .md-hero__media img {
		object-position: 27% center;
	}

	.md-hero--therac .md-hero__content {
		display: flex;
		flex-direction: column;
		width: 100%;
		margin-left: 0;
		padding: 280px 0 82px;
	}

	.md-hero--therac .md-hero__badge {
		order: 1;
	}

	.md-hero--therac .md-eyebrow {
		order: 2;
	}

	.md-hero--therac h1 {
		order: 3;
	}

	.md-hero--therac .md-hero__lead {
		order: 4;
	}

	.md-hero--therac .md-hero__actions {
		order: 5;
		margin-bottom: 22px;
	}

	.md-hero--therac .md-hero-product-meta {
		order: 6;
	}

	.md-hero--therac .md-hero__note {
		order: 7;
	}

	.md-hero.md-hero--therac h1 {
		font-size: clamp(2.7rem, 7.8vw, 3.8rem);
	}
}

@media (max-width: 600px) {
	.md-container,
	.md-narrow,
	body.mydna2u-dark .ast-container {
		width: min(calc(100% - 28px), var(--md-container));
	}

	body.mydna2u-dark.single-product div.product {
		width: calc(100% - 28px);
	}

	.md-verified-product {
		padding: 24px 20px;
	}

	.md-verified-product__facts {
		grid-template-columns: 1fr;
	}

	.md-topbar {
		font-size: 0.7rem;
	}

	.md-header__inner {
		min-height: 68px;
	}

	.md-brand img {
		width: 86px;
		height: 44px;
	}

	.md-icon-link--account {
		display: none;
	}

	.md-mobile-panel {
		inset-block-start: 106px;
	}

	.admin-bar .md-mobile-panel {
		inset-block-start: 152px;
	}

	.md-hero {
		min-height: 660px;
	}

	.md-hero__media::before {
		background: linear-gradient(90deg, rgba(4, 9, 15, 0.98), rgba(4, 9, 15, 0.76));
	}

	.md-hero__content {
		padding: 76px 0 100px;
	}

	.md-hero h1 {
		font-size: clamp(3rem, 15vw, 4.3rem);
	}

	.md-hero--therac {
		min-height: 850px;
	}

	.md-hero--therac .md-hero__media::before {
		background: linear-gradient(180deg, rgba(4, 9, 15, 0.06) 0%, rgba(4, 9, 15, 0.4) 36%, rgba(4, 9, 15, 0.97) 59%, var(--md-bg) 100%);
	}

	.md-hero--therac .md-hero__content {
		padding: 260px 0 72px;
	}

	.md-hero.md-hero--therac h1 {
		font-size: clamp(2.45rem, 10.5vw, 3.1rem);
		line-height: 1;
	}

	.md-hero-product-meta span {
		min-height: 70px;
		padding: 10px 8px;
		font-size: 0.62rem;
	}

	.md-hero-product-meta strong {
		font-size: 0.94rem;
	}

	.md-hero__actions,
	.md-hero__actions .md-button {
		width: 100%;
	}

	.md-product-grid,
	body.mydna2u-dark.woocommerce ul.products,
	body.mydna2u-dark .woocommerce ul.products,
	.md-process-grid,
	.md-check-list,
	.md-footer__main {
		grid-template-columns: 1fr !important;
	}

	#screening-packages .md-product-grid {
		grid-template-columns: 1fr !important;
	}

	.md-process-card {
		min-height: 0;
	}

	.md-process-card::before {
		margin-bottom: 24px;
	}

	.md-cta {
		padding: 34px 24px;
	}

	.md-footer__main {
		gap: 34px;
	}

	.md-footer__bottom {
		align-items: flex-start;
		flex-direction: column;
	}

	body.mydna2u-dark.single-product form.cart {
		align-items: stretch;
		flex-direction: column;
	}

	body.mydna2u-dark.single-product form.cart .quantity .qty,
	body.mydna2u-dark.single-product form.cart .single_add_to_cart_button {
		width: 100%;
	}

	.md-product-assurance {
		grid-template-columns: 1fr;
	}

	body.mydna2u-dark .woocommerce-tabs ul.tabs {
		overflow-x: auto;
	}

	body.mydna2u-dark table.shop_table_responsive tr td,
	body.mydna2u-dark .woocommerce-page table.shop_table_responsive tr td {
		border-color: var(--md-border);
	}

	.md-policy-nav ol {
		grid-template-columns: 1fr;
	}

	.md-policy-document h2:not(:first-child) {
		margin-top: 34px;
		padding-top: 34px;
	}
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}

/* CookieAdmin inherits the storefront visual system without obscuring the page. */
body.mydna2u-dark .cookieadmin_law_container {
	bottom: 14px !important;
	left: 14px !important;
	right: auto !important;
	width: min(360px, calc(100% - 28px)) !important;
	z-index: 99999 !important;
}

body.mydna2u-dark .cookieadmin_consent_inside {
	background: rgba(8, 18, 30, 0.97) !important;
	border: 1px solid rgba(74, 207, 214, 0.3) !important;
	border-radius: 18px !important;
	box-shadow: 0 22px 60px rgba(0, 0, 0, 0.48) !important;
	color: var(--md-text) !important;
	padding: 14px !important;
	-webkit-backdrop-filter: blur(18px);
	backdrop-filter: blur(18px);
}

body.mydna2u-dark #cookieadmin_notice_title {
	color: var(--md-text) !important;
	font-family: var(--md-heading) !important;
	font-size: 0.94rem !important;
	letter-spacing: -0.01em;
	margin: 0 0 6px !important;
}

body.mydna2u-dark .cookieadmin_notice_con {
	color: var(--md-muted) !important;
	font-size: 0.74rem !important;
	line-height: 1.45 !important;
	margin: 0 0 10px !important;
}

body.mydna2u-dark #cookieadmin_notice {
	color: var(--md-muted) !important;
	margin: 0 !important;
}

body.mydna2u-dark .cookieadmin_notice_con a,
body.mydna2u-dark .cookieadmin_consent_inside a {
	color: var(--md-primary) !important;
}

body.mydna2u-dark .cookieadmin_consent_btns {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 7px !important;
	margin-top: 0 !important;
}

body.mydna2u-dark button.cookieadmin_btn {
	background: rgba(255, 255, 255, 0.045) !important;
	border: 1px solid var(--md-border) !important;
	border-radius: 999px !important;
	box-shadow: none !important;
	color: var(--md-text) !important;
	font-size: 0.7rem !important;
	font-weight: 700 !important;
	letter-spacing: 0.02em;
	line-height: 1.2 !important;
	margin: 0 !important;
	min-height: 44px !important;
	padding: 8px 10px !important;
	text-transform: none !important;
	width: 100% !important;
}

body.mydna2u-dark button.cookieadmin_customize_btn {
	grid-column: 1 / -1;
	min-height: 32px !important;
	border-color: transparent !important;
	background: transparent !important;
	text-decoration: underline;
	text-underline-offset: 3px;
}

body.mydna2u-dark button.cookieadmin_btn:hover,
body.mydna2u-dark button.cookieadmin_btn:focus-visible {
	background: rgba(255, 255, 255, 0.09) !important;
	border-color: var(--md-primary) !important;
}

body.mydna2u-dark #cookieadmin_accept_button,
body.mydna2u-dark #cookieadmin_reject_button {
	background: rgba(56, 189, 248, 0.12) !important;
	border-color: var(--md-border-strong) !important;
	color: var(--md-text) !important;
	font-weight: 800 !important;
}

body.mydna2u-dark .cookieadmin-poweredby {
	color: var(--md-muted) !important;
	font-size: 0.6rem !important;
	opacity: 0.65;
}

body.mydna2u-dark .cookieadmin_policy_link_box,
body.mydna2u-dark .cookieadmin_modal_policy_link_box {
	margin-top: 10px !important;
	font-size: 0.72rem !important;
	text-align: center;
}

body.mydna2u-dark .cookieadmin_policy_link a {
	color: var(--md-primary) !important;
	font-weight: 700;
}

body.mydna2u-dark .cookieadmin_cookie_modal {
	background: rgba(8, 18, 30, 0.99) !important;
	border: 1px solid var(--md-border) !important;
	border-radius: 20px !important;
	box-shadow: 0 28px 90px rgba(0, 0, 0, 0.6) !important;
	color: var(--md-text) !important;
}

@media (max-width: 600px) {
	body.mydna2u-dark .cookieadmin_law_container {
		bottom: 8px !important;
		left: 8px !important;
		width: calc(100% - 16px) !important;
	}

	body.mydna2u-dark .cookieadmin_consent_inside {
		padding: 11px 12px !important;
	}

	body.mydna2u-dark .cookieadmin_notice_con {
		font-size: 0.69rem !important;
		line-height: 1.38 !important;
	}

	body.mydna2u-dark .cookieadmin_policy_link_box {
		margin-top: 6px !important;
		font-size: 0.67rem !important;
	}
}
