/**
 * LiveWell Partner Portal
 * Same design system as the catalog plugin: navy #001040, brand blue #003880,
 * Anton for display, Barlow Semi Condensed for labels, Inter for copy,
 * IBM Plex Mono for figures.
 */

.lwp {
	--lwp-ink: #001040;
	--lwp-brand: #003880;
	--lwp-text: #101B33;
	--lwp-muted: #46557A;
	--lwp-line: #D3DEEE;
	--lwp-line-soft: #E2E9F3;
	--lwp-fill: #F9FAFC;
	--lwp-fill-2: #EFF3F9;
	--lwp-faint: #8A90A0;
	--lwp-ok: #1E7A34;
	--lwp-warn: #B26A00;
	--lwp-bad: #8A1F1F;
	--lwp-display: "Anton", Impact, sans-serif;
	--lwp-label: "Barlow Semi Condensed", Arial, sans-serif;
	--lwp-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
	--lwp-mono: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
	--lwp-r: 14px;

	font-family: var(--lwp-body);
	font-size: 17px;
	line-height: 1.6;
	color: var(--lwp-text);
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 20px 80px;
	-webkit-font-smoothing: antialiased;
}

.lwp *, .lwp *::before, .lwp *::after { box-sizing: border-box; }
.lwp p { margin: 0 0 1em; }
.lwp p:last-child { margin-bottom: 0; }
.lwp ul, .lwp ol { margin: 0; padding: 0; list-style: none; }
.lwp img { max-width: 100%; height: auto; display: block; }
.lwp a { color: var(--lwp-brand); text-decoration: none; }
.lwp a:hover { text-decoration: underline; }
.lwp button { font: inherit; cursor: pointer; }
.lwp .screen-reader-text {
	position: absolute !important; width: 1px; height: 1px;
	overflow: hidden; clip: rect(1px, 1px, 1px, 1px); white-space: nowrap;
}

/* ------------------------------------------------------------- Typography */
.lwp-eyebrow {
	font-family: var(--lwp-label); font-size: 13px; font-weight: 700;
	letter-spacing: 1.8px; text-transform: uppercase; color: var(--lwp-brand);
	margin: 0 0 10px;
}
.lwp-domain {
	font-family: var(--lwp-mono); font-size: 13.5px; color: var(--lwp-faint);
	margin: 0 0 10px;
}
.lwp-h1 {
	font-family: var(--lwp-display); font-weight: 400;
	font-size: clamp(32px, 4.6vw, 52px); line-height: 1.06;
	letter-spacing: .5px; color: var(--lwp-ink); margin: 0 0 18px;
}
.lwp-h2 { display: block; margin: 0 0 20px; }
.lwp-h2__text {
	display: block; font-family: var(--lwp-display); font-weight: 400;
	font-size: clamp(26px, 3.2vw, 38px); line-height: 1.12;
	letter-spacing: .4px; color: var(--lwp-ink);
}
.lwp-h2--center { text-align: center; }
.lwp-h2--center .lwp-eyebrow { text-align: center; }
.lwp-lead { font-size: 19px; line-height: 1.55; color: var(--lwp-muted); max-width: 760px; }
.lwp-sub { text-align: center; color: var(--lwp-muted); max-width: 700px; margin: 0 auto 34px; }
.lwp-prose { max-width: 760px; color: var(--lwp-muted); }
.lwp-prose--center { margin: 0 auto; text-align: center; }
.lwp-strong { font-weight: 600; color: var(--lwp-ink); }
.lwp-mono { font-family: var(--lwp-mono); font-size: 14.5px; }
.lwp-note {
	font-family: var(--lwp-label); font-size: 14px; letter-spacing: .3px;
	color: var(--lwp-faint); margin: 16px 0 0;
}
.lwp-note--sm { font-size: 13px; }
.lwp-note--block {
	margin: 34px 0 0; padding: 18px 20px; background: var(--lwp-fill);
	border-radius: 10px; border: 1px solid var(--lwp-line-soft);
	font-family: var(--lwp-body); line-height: 1.6;
}

.lwp-hero { padding: 46px 0 26px; }
.lwp-hero__logo { max-height: 52px; width: auto; margin: 0 0 20px; }
.lwp-hero--tight { padding: 40px 0 22px; }
.lwp-section { padding: 52px 0 0; }
.lwp-closer { border-top: 1px solid var(--lwp-line); margin-top: 52px; }

/* ---------------------------------------------------------------- Buttons */
.lwp-btn {
	display: inline-flex; align-items: center; justify-content: center; gap: 9px;
	min-height: 48px; padding: 13px 24px;
	font-family: var(--lwp-label); font-size: 15px; font-weight: 700;
	letter-spacing: .9px; text-transform: uppercase; line-height: 1.2;
	border: 2px solid var(--lwp-ink); border-radius: 10px;
	background: #fff; color: var(--lwp-ink);
	transition: background .16s ease, color .16s ease, border-color .16s ease;
}
.lwp-btn:hover { text-decoration: none; background: var(--lwp-fill-2); color: var(--lwp-ink); }
.lwp-btn--solid { background: var(--lwp-ink); color: #fff; }
.lwp-btn--solid:hover { background: var(--lwp-brand); border-color: var(--lwp-brand); color: #fff; }
.lwp-btn--outline { background: #fff; }
.lwp-btn--block { width: 100%; }
.lwp-btn__arrow { font-size: 17px; line-height: 1; }
.lwp-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 26px 0 0; }
.lwp-actions--center { justify-content: center; }
.lwp-linkbtn {
	border: 0; background: none; padding: 2px;
	font-family: var(--lwp-label); font-size: 14.5px; font-weight: 700;
	letter-spacing: .8px; text-transform: uppercase; color: var(--lwp-brand);
}
.lwp-linkbtn:hover { color: var(--lwp-ink); text-decoration: underline; }

/* ----------------------------------------------------------------- Badges */
.lwp-badge {
	display: inline-block; padding: 5px 10px;
	border: 1.5px solid var(--lwp-brand); border-radius: 7px;
	font-family: var(--lwp-label); font-size: 11.5px; font-weight: 700;
	letter-spacing: 1px; text-transform: uppercase; color: var(--lwp-brand);
	line-height: 1.2;
}
.lwp-badge--pill { border-radius: 999px; }
.lwp-badge--hot { border-color: var(--lwp-warn); color: var(--lwp-warn); }
.lwp-chips { display: flex; flex-wrap: wrap; gap: 10px; margin: 22px 0 0; }
.lwp-chip {
	display: inline-block; padding: 8px 16px; border-radius: 999px;
	border: 1.5px solid var(--lwp-line); background: #fff;
	font-family: var(--lwp-label); font-size: 15px; font-weight: 600; color: var(--lwp-muted);
}
.lwp-chip--btn { cursor: pointer; transition: border-color .16s ease, color .16s ease; }
.lwp-chip--btn:hover { border-color: var(--lwp-brand); color: var(--lwp-ink); }

/* ------------------------------------------------------- Panels and cards */
.lwp-panel {
	background: #fff; border: 1px solid var(--lwp-line);
	border-radius: var(--lwp-r); padding: 26px; margin: 30px 0 0;
}
.lwp-panel__label {
	font-family: var(--lwp-label); font-size: 13px; font-weight: 700;
	letter-spacing: 1.6px; text-transform: uppercase; color: var(--lwp-brand);
	margin: 0 0 16px;
}
.lwp-cards { display: grid; gap: 18px; }
.lwp-cards--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.lwp-cards--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.lwp-cards--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.lwp-card {
	background: #fff; border: 1px solid var(--lwp-line);
	border-radius: var(--lwp-r); padding: 24px;
}
.lwp-card__icon {
	display: inline-flex; align-items: center; justify-content: center;
	width: 46px; height: 46px; margin-bottom: 16px;
	border-radius: 12px; background: var(--lwp-fill-2); color: var(--lwp-brand);
}
.lwp-card__icon svg { width: 24px; height: 24px; }
.lwp-card__title {
	font-family: var(--lwp-body); font-size: 20px; font-weight: 700;
	color: var(--lwp-ink); margin: 0 0 10px; line-height: 1.25;
}
.lwp-card__text { color: var(--lwp-muted); margin: 0; }

/* ----------------------------------------------------------- Asset cards */
.lwp-asset {
	display: flex; flex-direction: column; align-items: flex-start;
	background: #fff; border: 1px solid var(--lwp-line);
	border-radius: var(--lwp-r); padding: 24px; color: inherit;
	transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.lwp-asset:hover {
	text-decoration: none; border-color: var(--lwp-brand);
	box-shadow: 0 16px 34px rgba(0, 16, 64, .1); transform: translateY(-2px);
}
.lwp-asset.is-featured { border-color: var(--lwp-brand); background: var(--lwp-fill); }
.lwp-asset__icon {
	display: inline-flex; align-items: center; justify-content: center;
	width: 48px; height: 48px; margin-bottom: 18px;
	border-radius: 12px; background: var(--lwp-fill-2); color: var(--lwp-brand);
}
.lwp-asset__icon svg { width: 25px; height: 25px; }
.lwp-asset__title {
	font-family: var(--lwp-body); font-size: 20px; font-weight: 700;
	color: var(--lwp-ink); line-height: 1.25; margin: 14px 0 10px;
}
.lwp-asset__text { color: var(--lwp-muted); margin: 0 0 22px; }
.lwp-asset__cta {
	margin-top: auto; padding-top: 18px; width: 100%;
	border-top: 1px solid var(--lwp-line-soft);
	display: inline-flex; align-items: center; gap: 8px;
	font-family: var(--lwp-label); font-size: 15px; font-weight: 700;
	letter-spacing: .8px; text-transform: uppercase; color: var(--lwp-brand);
}

/* ------------------------------------------------------------------ Lists */
.lwp-numbered { display: grid; gap: 14px; }
.lwp-numbered li { display: flex; gap: 14px; align-items: baseline; }
.lwp-numbered__n {
	font-family: var(--lwp-mono); font-size: 14px; font-weight: 600;
	color: var(--lwp-brand); flex: 0 0 auto;
}
.lwp-ticks { display: grid; gap: 12px; }
.lwp-ticks li { display: flex; gap: 12px; align-items: flex-start; color: var(--lwp-muted); }
.lwp-ticks--lg li { font-size: 18px; }
.lwp-tick {
	flex: 0 0 auto; width: 22px; height: 22px; margin-top: 2px;
	display: inline-flex; align-items: center; justify-content: center;
	border-radius: 50%; background: var(--lwp-fill-2); color: var(--lwp-brand);
}
.lwp-tick svg { width: 13px; height: 13px; }
.lwp-ticks strong { color: var(--lwp-ink); }

.lwp-stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 16px; margin: 28px 0 0; }
.lwp-stat { background: var(--lwp-fill); border: 1px solid var(--lwp-line-soft); border-radius: 12px; padding: 16px 18px; }
.lwp-stat__label {
	display: block; font-family: var(--lwp-label); font-size: 15px; font-weight: 700;
	letter-spacing: .6px; text-transform: uppercase; color: var(--lwp-ink);
}
.lwp-stat__text { display: block; color: var(--lwp-muted); font-size: 15.5px; margin-top: 3px; }

.lwp-callout {
	margin: 26px 0 0; padding: 18px 22px; background: var(--lwp-fill);
	border-left: 4px solid var(--lwp-brand); border-radius: 0 12px 12px 0;
}
.lwp-callout__title { font-weight: 700; color: var(--lwp-brand); margin: 0 0 6px; }
.lwp-callout__body { color: var(--lwp-muted); margin: 0; }

.lwp-faqs { display: grid; gap: 12px; max-width: 860px; }
.lwp-faq { border: 1px solid var(--lwp-line); border-radius: 12px; background: #fff; }
.lwp-faq summary {
	cursor: pointer; padding: 16px 20px; font-weight: 600; color: var(--lwp-ink);
	list-style: none;
}
.lwp-faq summary::-webkit-details-marker { display: none; }
.lwp-faq summary::after { content: "+"; float: right; color: var(--lwp-brand); font-weight: 700; }
.lwp-faq[open] summary::after { content: "–"; }
.lwp-faq__a { padding: 0 20px 18px; color: var(--lwp-muted); }

/* ------------------------------------------------------------------ Table */
.lwp-tablewrap { overflow-x: auto; }
.lwp-table { width: 100%; border-collapse: collapse; font-variant-numeric: tabular-nums; }
.lwp-table th, .lwp-table td {
	border-top: 1px solid var(--lwp-line); border-right: 1px solid var(--lwp-line);
	padding: 13px 16px; text-align: left; vertical-align: top;
}
.lwp-table th:last-child, .lwp-table td:last-child { border-right: 0; }
.lwp-table thead th {
	font-family: var(--lwp-label); font-size: 12px; font-weight: 700;
	letter-spacing: 1.2px; text-transform: uppercase; color: var(--lwp-brand);
	white-space: nowrap; vertical-align: middle;
}
.lwp-table td { color: var(--lwp-muted); }
.lwp-table .lwp-num { text-align: right; }
.lwp-table tbody tr:hover { background: var(--lwp-fill); }
.lwp-table--live td { vertical-align: middle; }
.lwp-size { display: block; font-family: var(--lwp-mono); font-size: 13px; color: var(--lwp-muted); font-weight: 400; }

/* ----------------------------------------------------------------- Splits */
.lwp-split { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); gap: 34px; margin: 20px 0 0; }
.lwp-bonus {
	margin: 30px 0 0; padding: 22px 24px; background: var(--lwp-fill);
	border: 1px solid var(--lwp-line-soft); border-radius: var(--lwp-r);
}
.lwp-bonus__title {
	font-family: var(--lwp-body); font-size: 22px; font-weight: 700;
	color: var(--lwp-ink); margin: 12px 0 10px;
}

/* ------------------------------------------------------------------ Forms */
.lwp-formcard {
	background: #fff; border: 1px solid var(--lwp-line);
	border-radius: var(--lwp-r); padding: 26px;
	box-shadow: 0 18px 40px rgba(0, 16, 64, .06);
}
.lwp-formcard--center { max-width: 680px; margin: 0 auto; }
.lwp-formcard__title {
	font-family: var(--lwp-body); font-size: 20px; font-weight: 700;
	color: var(--lwp-ink); margin: 0 0 20px; line-height: 1.3;
}
.lwp-form { display: grid; gap: 16px; }
.lwp-form__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 16px; }
.lwp-field { display: block; }
.lwp-field--grow { flex: 1 1 240px; }
.lwp-label {
	display: block; margin-bottom: 6px;
	font-family: var(--lwp-label); font-size: 13px; font-weight: 700;
	letter-spacing: 1.1px; text-transform: uppercase; color: var(--lwp-ink);
}
.lwp input[type=text], .lwp input[type=email], .lwp input[type=tel],
.lwp input[type=url], .lwp input[type=search], .lwp input[type=number],
.lwp input[type=date], .lwp select, .lwp textarea {
	-webkit-appearance: none; appearance: none;
	width: 100%; min-height: 46px; padding: 11px 15px;
	background: #fff; border: 1.5px solid var(--lwp-line); border-radius: 10px;
	font-family: var(--lwp-body); font-size: 16.5px; color: var(--lwp-text);
	transition: border-color .16s ease, box-shadow .16s ease;
}
.lwp textarea { min-height: 110px; resize: vertical; }
.lwp select {
	padding-right: 38px;
	background-image: linear-gradient(45deg, transparent 50%, var(--lwp-text) 50%),
		linear-gradient(135deg, var(--lwp-text) 50%, transparent 50%);
	background-position: calc(100% - 20px) 20px, calc(100% - 14px) 20px;
	background-size: 6px 6px, 6px 6px; background-repeat: no-repeat;
}
.lwp input:focus, .lwp select:focus, .lwp textarea:focus {
	outline: 0; border-color: var(--lwp-brand); box-shadow: 0 0 0 3px rgba(0, 56, 128, .1);
}
.lwp-consent { padding: 16px; background: var(--lwp-fill); border-radius: 10px; }
.lwp-check { display: flex; gap: 11px; align-items: flex-start; font-size: 14.5px; color: var(--lwp-muted); }
.lwp-check input { -webkit-appearance: auto; appearance: auto; width: 19px; height: 19px; min-height: 0; margin: 2px 0 0; flex: 0 0 auto; accent-color: var(--lwp-brand); }
.lwp-hp { position: absolute; left: -9999px; }
.lwp-msg { margin: 0; font-size: 15.5px; min-height: 1.2em; }
.lwp-msg--ok { color: var(--lwp-ok); }
.lwp-msg--err { color: var(--lwp-bad); }
.lwp-empty {
	margin: 22px 0 0; padding: 24px; text-align: center;
	border: 1px dashed var(--lwp-line); border-radius: var(--lwp-r); color: var(--lwp-muted);
}

/* ------------------------------------------------------------- Calculator */
.lwp-headline {
	margin: 26px 0 0; padding: 30px; text-align: center;
	background: var(--lwp-fill); border: 1px solid var(--lwp-line); border-radius: var(--lwp-r);
}
.lwp-headline__label {
	font-family: var(--lwp-label); font-size: 14px; font-weight: 700;
	letter-spacing: 1.4px; text-transform: uppercase; color: var(--lwp-brand); margin: 0 0 8px;
}
.lwp-headline__figure {
	font-family: var(--lwp-mono); font-size: clamp(38px, 6vw, 60px); font-weight: 600;
	line-height: 1.05; color: var(--lwp-ink); margin: 0 0 10px;
}
.lwp-headline__note { color: var(--lwp-muted); margin: 0 0 10px; }
.lwp-headline__tag {
	font-family: var(--lwp-label); font-size: 12px; font-weight: 700;
	letter-spacing: 1.4px; text-transform: uppercase; color: var(--lwp-faint); margin: 0;
}
.lwp-steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 16px; margin: 26px 0 0; }
.lwp-steps li {
	background: #fff; border: 1px solid var(--lwp-line); border-radius: 12px; padding: 18px 20px;
}
.lwp-steps__n {
	display: inline-flex; align-items: center; justify-content: center;
	width: 26px; height: 26px; margin-bottom: 10px; border-radius: 50%;
	background: var(--lwp-ink); color: #fff;
	font-family: var(--lwp-mono); font-size: 13px;
}
.lwp-steps strong { display: block; color: var(--lwp-ink); }
.lwp-steps span:last-child { color: var(--lwp-muted); font-size: 15.5px; }

.lwp-seg { display: inline-flex; border: 2px solid var(--lwp-ink); border-radius: 10px; overflow: hidden; }
.lwp-seg__btn {
	border: 0; background: #fff; padding: 10px 20px; text-align: left;
	color: var(--lwp-faint); transition: background .16s ease, color .16s ease;
}
.lwp-seg__btn.is-active { background: var(--lwp-fill-2); color: var(--lwp-ink); }
.lwp-seg__name {
	display: block; font-family: var(--lwp-label); font-size: 15px; font-weight: 700;
	letter-spacing: .6px; text-transform: uppercase;
}
.lwp-seg__price { display: block; font-family: var(--lwp-mono); font-size: 13px; }

.lwp-search { position: relative; }
.lwp-search__list {
	position: absolute; left: 0; right: 0; top: calc(100% + 6px); z-index: 20;
	max-height: 280px; overflow-y: auto; background: #fff;
	border: 1.5px solid var(--lwp-line); border-radius: 10px;
	box-shadow: 0 18px 40px rgba(0, 16, 64, .12);
}
.lwp-search__list[hidden] { display: none; }
.lwp-search__list li { border-bottom: 1px solid var(--lwp-line-soft); }
.lwp-search__list li:last-child { border-bottom: 0; }
.lwp-search__list button {
	display: flex; justify-content: space-between; gap: 14px; width: 100%;
	padding: 11px 15px; border: 0; background: none; text-align: left; color: var(--lwp-text);
}
.lwp-search__list button:hover { background: var(--lwp-fill-2); }
.lwp-search__sku { font-family: var(--lwp-mono); font-size: 13px; color: var(--lwp-muted); }

.lwp-book { margin: 26px 0 0; }
.lwp-book__head { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; }
.lwp-book__rows { display: grid; gap: 12px; margin: 12px 0 0; }
.lwp-book__empty { color: var(--lwp-muted); margin: 12px 0 0; }
.lwp-line {
	display: grid; grid-template-columns: minmax(0, 1.6fr) 110px 130px auto;
	gap: 12px; align-items: end;
	padding: 14px; background: var(--lwp-fill);
	border: 1px solid var(--lwp-line-soft); border-radius: 12px;
}
.lwp-line__name { font-weight: 600; color: var(--lwp-ink); overflow-wrap: anywhere; }
.lwp-line__meta { display: block; font-family: var(--lwp-mono); font-size: 13px; color: var(--lwp-muted); font-weight: 400; }
.lwp-line__rm {
	border: 0; background: none; font-size: 22px; line-height: 1; color: var(--lwp-muted); padding: 0 4px;
}
.lwp-line__rm:hover { color: var(--lwp-bad); }
.lwp-line label { font-family: var(--lwp-label); font-size: 11.5px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: var(--lwp-muted); }
.lwp-line input { min-height: 40px; padding: 8px 12px; font-family: var(--lwp-mono); font-size: 15px; }

.lwp-metrics { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 14px; }
.lwp-metrics--compact { margin: 20px 0; }
.lwp-metric { background: #fff; border: 1px solid var(--lwp-line); border-radius: 12px; padding: 15px 18px; }
.lwp-metric--hero { border-color: var(--lwp-ink); background: var(--lwp-fill); }
.lwp-metric__label {
	display: block; font-family: var(--lwp-label); font-size: 12px; font-weight: 700;
	letter-spacing: 1.2px; text-transform: uppercase; color: var(--lwp-brand); margin-bottom: 6px;
}
.lwp-metric__value { display: block; font-family: var(--lwp-mono); font-size: 22px; font-weight: 600; color: var(--lwp-ink); }
.lwp-metric--hero .lwp-metric__value { font-size: 26px; }

.lwp-payback { margin: 26px 0 0; }
.lwp-payback__label {
	display: flex; justify-content: space-between; gap: 12px; margin: 0 0 8px;
	font-family: var(--lwp-label); font-size: 14px; font-weight: 700;
	letter-spacing: .8px; text-transform: uppercase; color: var(--lwp-ink);
}
.lwp-bar { height: 10px; border-radius: 999px; background: var(--lwp-fill-2); overflow: hidden; }
.lwp-bar__fill { display: block; height: 100%; background: var(--lwp-brand); transition: width .3s ease; }
.lwp-payback__note { color: var(--lwp-muted); font-size: 15.5px; margin: 10px 0 0; }

/* ------------------------------------------------------------ Live catalog */
.lwp-gate { max-width: 520px; margin: 30px auto 0; padding: 26px; background: #fff; border: 1px solid var(--lwp-line); border-radius: var(--lwp-r); }
.lwp-gate__form { display: grid; gap: 14px; }
.lwp-livebar { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 22px; margin: 26px 0 18px; }
.lwp-livebar__count {
	margin: 0; font-family: var(--lwp-label); font-size: 14px; font-weight: 600;
	letter-spacing: .8px; text-transform: uppercase; color: var(--lwp-muted);
}
.lwp-legend { display: flex; align-items: center; gap: 8px; font-family: var(--lwp-label); font-size: 13.5px; color: var(--lwp-muted); }
.lwp-legend .lwp-dot { margin-left: 10px; }
.lwp-dot { display: inline-block; width: 9px; height: 9px; border-radius: 50%; flex: 0 0 auto; }
.lwp-dot--in { background: var(--lwp-ok); }
.lwp-dot--low { background: var(--lwp-warn); }
.lwp-dot--out { background: var(--lwp-bad); }
.lwp-stock { display: inline-flex; align-items: center; gap: 7px; font-family: var(--lwp-label); font-size: 14px; font-weight: 600; letter-spacing: .4px; }
.lwp-stock--in { color: var(--lwp-ok); }
.lwp-stock--low { color: var(--lwp-warn); }
.lwp-stock--out { color: var(--lwp-bad); }

/* ------------------------------------------------------------------ Plans */
.lwp-plans { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; }
.lwp-plan {
	position: relative; display: flex; flex-direction: column;
	background: #fff; border: 1px solid var(--lwp-line);
	border-radius: var(--lwp-r); padding: 28px;
}
.lwp-plan.is-featured { border: 2px solid var(--lwp-ink); box-shadow: 0 20px 44px rgba(0, 16, 64, .1); }
.lwp-plan__flag {
	position: absolute; top: -13px; left: 28px; margin: 0; padding: 5px 14px;
	background: var(--lwp-ink); color: #fff; border-radius: 999px;
	font-family: var(--lwp-label); font-size: 11.5px; font-weight: 700;
	letter-spacing: 1.2px; text-transform: uppercase;
}
.lwp-plan__name {
	font-family: var(--lwp-display); font-weight: 400; font-size: 30px;
	letter-spacing: .5px; color: var(--lwp-ink); margin: 0 0 10px;
}
.lwp-plan__blurb { color: var(--lwp-muted); font-size: 15.5px; margin: 0 0 18px; }
.lwp-plan__price { display: flex; align-items: baseline; gap: 8px; margin: 0 0 6px; }
.lwp-plan__amount { font-family: var(--lwp-mono); font-size: 38px; font-weight: 600; color: var(--lwp-ink); }
.lwp-plan__period { font-family: var(--lwp-label); font-size: 15px; color: var(--lwp-muted); }
.lwp-plan__tagline {
	font-family: var(--lwp-label); font-size: 14px; font-weight: 700;
	letter-spacing: .8px; text-transform: uppercase; color: var(--lwp-brand); margin: 0 0 20px;
}
.lwp-plan__label {
	font-family: var(--lwp-label); font-size: 12.5px; font-weight: 700;
	letter-spacing: 1.2px; text-transform: uppercase; color: var(--lwp-ink); margin: 0 0 12px;
}
.lwp-plan__bonus { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin: 20px 0; color: var(--lwp-muted); font-size: 15.5px; }
.lwp-plan .lwp-btn { margin-top: auto; }
.lwp-price { display: flex; flex-wrap: wrap; align-items: baseline; gap: 10px; margin: 0 0 18px; }
.lwp-price__was { font-family: var(--lwp-mono); font-size: 17px; color: var(--lwp-faint); }
.lwp-price__now { font-family: var(--lwp-mono); font-size: 30px; font-weight: 600; color: var(--lwp-ink); }
.lwp-card--addon { display: flex; flex-direction: column; }
.lwp-card--addon .lwp-btn { margin-top: auto; }
.lwp-card--addon .lwp-ticks { margin-bottom: 22px; }

/* ---------------------------------------------------------------- Account */
.lwp--account { max-width: none; padding: 0 0 20px; }
.lwp-membership__head { display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: space-between; gap: 16px; }
.lwp-membership__plan {
	font-family: var(--lwp-display); font-weight: 400; font-size: 30px;
	letter-spacing: .5px; color: var(--lwp-ink); margin: 0;
}
.lwp-status {
	padding: 6px 14px; border-radius: 999px;
	font-family: var(--lwp-label); font-size: 12px; font-weight: 700;
	letter-spacing: 1.2px; text-transform: uppercase;
}
.lwp-status--active { background: #E8F5EC; color: var(--lwp-ok); }
.lwp-status--expired { background: #FDECEC; color: var(--lwp-bad); }
.lwp-status--cancelled { background: var(--lwp-fill-2); color: var(--lwp-muted); }
.lwp-orderlist { display: grid; gap: 8px; margin: 0 0 20px; }
.lwp-orderlist li { font-family: var(--lwp-mono); font-size: 14.5px; }

/* ------------------------------------------------------------- Responsive */
@media (max-width: 1100px) {
	.lwp-cards--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
	.lwp-split { grid-template-columns: 1fr; gap: 26px; }
	.lwp-cards--3, .lwp-cards--2 { grid-template-columns: 1fr; }
	.lwp-line { grid-template-columns: 1fr 1fr; }
	.lwp-line__rm { justify-self: end; }
	.lwp-seg { display: flex; width: 100%; }
	.lwp-seg__btn { flex: 1 1 0; }
}
@media (max-width: 560px) {
	.lwp { padding: 0 14px 60px; font-size: 16px; }
	.lwp-cards--4 { grid-template-columns: 1fr; }
	.lwp-panel, .lwp-formcard, .lwp-card, .lwp-asset, .lwp-plan { padding: 18px; }
	.lwp-actions .lwp-btn { width: 100%; }
	.lwp-line { grid-template-columns: 1fr; }
	.lwp-table th, .lwp-table td { padding: 11px 12px; }
}

/* ==========================================================================
   Theme armour — page builders style bare buttons and inputs globally, often
   with !important. These ID-free but class-doubled rules keep the portal's
   controls legible without leaking outside .lwp.
   ========================================================================== */
.lwp .lwp-btn.lwp-btn {
	background-color: #fff; color: var(--lwp-ink);
	border: 2px solid var(--lwp-ink); border-radius: 10px;
	text-transform: uppercase; letter-spacing: .9px;
	box-shadow: none; text-shadow: none; transform: none;
	min-height: 48px; height: auto; width: auto;
}
.lwp .lwp-btn.lwp-btn--block { width: 100%; }
.lwp .lwp-btn.lwp-btn--solid { background-color: var(--lwp-ink); color: #fff; }
.lwp .lwp-btn.lwp-btn--solid:hover { background-color: var(--lwp-brand); border-color: var(--lwp-brand); color: #fff; }
.lwp .lwp-btn.lwp-btn--outline { background-color: #fff; color: var(--lwp-ink); }
.lwp .lwp-btn.lwp-btn--outline:hover { background-color: var(--lwp-fill-2); color: var(--lwp-ink); }
.lwp .lwp-chip.lwp-chip { background-color: #fff; color: var(--lwp-muted); border: 1.5px solid var(--lwp-line); border-radius: 999px; text-transform: none; letter-spacing: normal; min-height: 0; }
.lwp .lwp-linkbtn.lwp-linkbtn { background-color: transparent; border: 0; min-height: 0; color: var(--lwp-brand); }
.lwp .lwp-seg__btn.lwp-seg__btn { background-color: #fff; color: var(--lwp-faint); border: 0; border-radius: 0; min-height: 0; }
.lwp .lwp-seg__btn.is-active { background-color: var(--lwp-fill-2); color: var(--lwp-ink); }
.lwp .lwp-line__rm.lwp-line__rm, .lwp .lwp-search__list button { background-color: transparent; border: 0; min-height: 0; color: var(--lwp-muted); }
.lwp .lwp-search__list button:hover { background-color: var(--lwp-fill-2); }
