/* Momen Offers Builder — brand-aligned with offer PDFs */

#momen-offer-builder {
	--green:       #a1bc3a;
	--green-dark:  #7a9020;
	--green-light: #c8d97a;
	--green-bg:    #f4f7e8;
	--gold:        #c9a84c;
	--gold-light:  #f0e4c0;
	--gold-bg:     #fdf9f0;
	--black:       #111111;
	--dark-grey:   #333333;
	--mid-grey:    #666666;
	--light-grey:  #e2e2e2;
	--paper:       #fafaf7;
	--white:       #ffffff;
	--ff-display:  'Cormorant Garamond', Georgia, serif;
	--ff-body:     'Jost', system-ui, -apple-system, sans-serif;
	--radius:      4px;
	--shadow:      0 1px 3px rgba(0,0,0,.04), 0 6px 24px rgba(0,0,0,.05);

	font-family: var(--ff-body);
	font-weight: 300;
	color: var(--dark-grey);
	background: var(--paper);
	max-width: 1080px;
	margin: 0 auto;
	padding: 32px 24px 120px;
	min-height: 70vh;
	box-sizing: border-box;
}

#momen-offer-builder * { box-sizing: border-box; }
#momen-offer-builder button { font-family: inherit; }

/* HERO */
.mob-hero { text-align: center; padding: 24px 0 16px; }
.mob-hero-eyebrow {
	font-size: 11px; font-weight: 500; letter-spacing: 0.35em;
	text-transform: uppercase; color: var(--green-dark); margin-bottom: 12px;
}
.mob-hero-title {
	font-family: var(--ff-display);
	font-weight: 600; font-size: 56px; line-height: 1;
	color: var(--black); margin: 0 0 12px;
}
.mob-hero-sub {
	font-size: 15px; font-weight: 300; color: var(--mid-grey);
	max-width: 540px; margin: 0 auto;
}

/* STEPS */
.mob-steps { margin: 32px 0 24px; }
.mob-steps ol {
	display: flex; gap: 0; list-style: none; padding: 0; margin: 0;
	justify-content: space-between; align-items: center;
	border-bottom: 1px solid var(--light-grey); padding-bottom: 14px;
}
.mob-steps li {
	display: flex; align-items: center; gap: 8px;
	font-size: 11px; font-weight: 500; letter-spacing: 0.15em;
	text-transform: uppercase; color: var(--light-grey);
	transition: color 0.2s;
}
.mob-steps li span {
	display: inline-flex; align-items: center; justify-content: center;
	width: 26px; height: 26px; border-radius: 50%;
	background: var(--light-grey); color: var(--white);
	font-family: var(--ff-display); font-weight: 600; font-size: 14px;
	transition: all 0.2s;
}
.mob-steps li.is-active { color: var(--black); }
.mob-steps li.is-active span { background: var(--green); color: var(--white); }
.mob-steps li.is-done { color: var(--mid-grey); }
.mob-steps li.is-done span { background: var(--green-dark); }

/* STAGE / PANELS */
.mob-stage { background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; min-height: 380px; }
.mob-panel { display: none; padding: 40px; }
.mob-panel.is-active { display: block; animation: mobFade 0.25s ease; }
@keyframes mobFade { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }

/* STEP 0 — DIRECTION PICKER */
.mob-dir-intro {
	display: flex; align-items: baseline; justify-content: space-between;
	margin-bottom: 24px; gap: 24px; flex-wrap: wrap;
}
.mob-dir-intro p {
	font-family: var(--ff-display); font-style: italic; font-size: 22px;
	color: var(--mid-grey); margin: 0;
}
.mob-quiz-link {
	background: transparent; border: 1px solid var(--gold-light);
	color: var(--gold); padding: 8px 16px; font-size: 12px;
	letter-spacing: 0.08em; text-transform: uppercase;
	border-radius: var(--radius); cursor: pointer; transition: all 0.15s;
}
.mob-quiz-link:hover { background: var(--gold-bg); border-color: var(--gold); }
.mob-quiz-link strong { font-weight: 600; }

.mob-dir-grid {
	display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
}
.mob-dir-card {
	background: var(--white); border: 1.5px solid var(--light-grey);
	padding: 32px 24px; cursor: pointer; text-align: left;
	transition: all 0.2s; border-radius: var(--radius);
	display: flex; flex-direction: column; gap: 8px;
}
.mob-dir-card:hover {
	border-color: var(--green); transform: translateY(-3px);
	box-shadow: var(--shadow);
}
.mob-dir-icon { font-size: 44px; line-height: 1; margin-bottom: 8px; }
.mob-dir-name {
	font-family: var(--ff-display); font-weight: 600; font-size: 28px;
	color: var(--black); line-height: 1;
}
.mob-dir-sub { font-size: 13px; color: var(--mid-grey); }
.mob-dir-aud {
	margin-top: auto; padding-top: 12px;
	font-size: 11px; color: var(--green-dark); font-weight: 500;
	letter-spacing: 0.03em; line-height: 1.5;
	border-top: 1px dashed var(--light-grey);
}

.mob-dir-crumb {
	display: flex; align-items: center; gap: 16px;
	padding-bottom: 16px; margin-bottom: 20px;
	border-bottom: 1px solid var(--light-grey);
}
.mob-dir-crumb-label { font-size: 13px; color: var(--mid-grey); display: flex; align-items: center; gap: 8px; }
.mob-dir-crumb-label strong { color: var(--black); font-weight: 600; }
.mob-back-link {
	background: transparent; border: none; cursor: pointer;
	font-family: var(--ff-body); color: var(--green-dark);
	font-size: 12px; letter-spacing: 0.05em; padding: 4px 0;
}
.mob-back-link:hover { color: var(--green); }

/* STEP 0 — TYPE PICKER (within a direction) */
.mob-type-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.mob-type-aud {
	font-size: 11px; color: var(--green-dark); font-weight: 500;
	letter-spacing: 0.02em; margin-top: 8px; padding-top: 8px;
	border-top: 1px dashed var(--light-grey); line-height: 1.4;
}

/* QUIZ */
.mob-quiz { max-width: 720px; margin: 0 auto; }
.mob-quiz-head {
	display: flex; align-items: baseline; justify-content: space-between;
	margin-bottom: 24px;
}
.mob-quiz-head h3 {
	font-family: var(--ff-display); font-weight: 600;
	font-size: 28px; color: var(--black); margin: 0;
}
.mob-quiz-q {
	background: var(--gold-bg); border: 1px solid var(--gold-light);
	padding: 18px 20px; border-radius: var(--radius);
	margin-bottom: 14px; transition: all 0.2s;
}
.mob-quiz-q.is-done { background: var(--green-bg); border-color: var(--green-light); }
.mob-quiz-q-label {
	font-family: var(--ff-display); font-size: 18px; font-weight: 600;
	color: var(--black); margin-bottom: 12px;
}
.mob-quiz-q-label span { color: var(--gold); margin-right: 6px; }
.mob-quiz-q.is-done .mob-quiz-q-label span { color: var(--green-dark); }
.mob-quiz-choices { display: grid; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); gap: 8px; }
.mob-quiz-choice {
	background: var(--white); border: 1px solid var(--light-grey);
	padding: 10px 14px; border-radius: var(--radius); cursor: pointer;
	text-align: left; transition: all 0.15s;
	display: flex; flex-direction: column; gap: 2px;
}
.mob-quiz-choice:hover { border-color: var(--gold); }
.mob-quiz-choice.is-picked { border-color: var(--green); background: var(--green-bg); }
.mob-quiz-choice strong { font-size: 14px; font-weight: 500; color: var(--black); }
.mob-quiz-choice small { font-size: 11px; color: var(--mid-grey); font-style: italic; }

.mob-quiz-result {
	margin-top: 24px; padding: 24px;
	background: var(--green-bg); border: 1.5px solid var(--green);
	border-radius: var(--radius); text-align: center;
	animation: mobFade 0.35s ease;
}
.mob-quiz-result-eyebrow {
	font-size: 11px; font-weight: 600; letter-spacing: 0.25em;
	text-transform: uppercase; color: var(--green-dark); margin-bottom: 12px;
}
.mob-quiz-result-card {
	display: flex; align-items: center; gap: 18px;
	background: var(--white); padding: 16px 20px;
	border-radius: var(--radius); margin-bottom: 16px; text-align: left;
}
.mob-quiz-result-icon { font-size: 40px; line-height: 1; }
.mob-quiz-result-name {
	font-family: var(--ff-display); font-weight: 600; font-size: 22px;
	color: var(--black); line-height: 1;
}
.mob-quiz-result-sub {
	font-size: 12px; color: var(--mid-grey); margin-top: 4px;
}

@media (max-width: 720px) {
	.mob-dir-grid { grid-template-columns: 1fr; }
	.mob-dir-card { padding: 22px 18px; }
	.mob-dir-icon { font-size: 36px; }
	.mob-dir-name { font-size: 22px; }
}

.mob-type-card {
	background: var(--white); border: 1.5px solid var(--light-grey);
	padding: 22px 18px; cursor: pointer; text-align: left;
	transition: all 0.18s; border-radius: var(--radius);
}
.mob-type-card:hover { border-color: var(--green); transform: translateY(-2px); box-shadow: var(--shadow); }
.mob-type-card.is-selected { border-color: var(--gold); background: var(--gold-bg); }
.mob-type-icon { font-size: 32px; line-height: 1; margin-bottom: 12px; }
.mob-type-name { font-family: var(--ff-display); font-weight: 600; font-size: 22px; color: var(--black); line-height: 1; margin-bottom: 6px; }
.mob-type-sub { font-size: 12px; color: var(--mid-grey); line-height: 1.4; }
.mob-type-meta { display: flex; gap: 12px; margin-top: 12px; font-size: 11px; color: var(--green-dark); font-weight: 500; letter-spacing: 0.05em; text-transform: uppercase; }

/* STEP 1 — EVENT DETAILS */
.mob-form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 24px; max-width: 720px; }
.mob-field { display: flex; flex-direction: column; gap: 6px; }
.mob-field.is-full { grid-column: 1 / -1; }
.mob-field label {
	font-size: 11px; font-weight: 500; letter-spacing: 0.15em;
	text-transform: uppercase; color: var(--mid-grey);
}
.mob-field input[type="text"], .mob-field input[type="email"],
.mob-field input[type="tel"], .mob-field input[type="date"],
.mob-field input[type="time"], .mob-field input[type="number"],
.mob-field textarea, .mob-field select {
	font-family: var(--ff-body); font-size: 15px; font-weight: 300;
	padding: 10px 12px; border: 1px solid var(--light-grey);
	border-radius: var(--radius); background: var(--white);
	color: var(--black); outline: none; transition: border-color 0.15s, box-shadow 0.15s;
}
.mob-field input:focus, .mob-field textarea:focus, .mob-field select:focus {
	border-color: var(--green); box-shadow: 0 0 0 3px var(--green-bg);
}
.mob-field textarea { min-height: 80px; resize: vertical; font-family: var(--ff-body); }
.mob-min-hint { font-size: 12px; color: var(--gold); font-style: italic; margin-top: 4px; }
.mob-checkbox-row { display: flex; align-items: center; gap: 10px; font-size: 14px; }
.mob-checkbox-row input { width: 18px; height: 18px; accent-color: var(--green); }

/* STEP 2 — PRODUCT GRID */
.mob-products { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 14px; }
.mob-product {
	border: 1px solid var(--light-grey); border-radius: var(--radius);
	overflow: hidden; background: var(--white); transition: all 0.15s;
	display: flex; flex-direction: column;
}
.mob-product:hover { border-color: var(--green); }
.mob-product.has-qty { border-color: var(--gold); background: var(--gold-bg); }
.mob-product-img { aspect-ratio: 4/3; background: var(--green-bg) center/cover no-repeat; }
.mob-product-body { padding: 12px 14px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
.mob-product-name { font-family: var(--ff-display); font-weight: 600; font-size: 17px; color: var(--black); line-height: 1.15; }
.mob-product-desc { font-size: 12px; color: var(--mid-grey); line-height: 1.4; }
.mob-product-badges { display: flex; gap: 6px; flex-wrap: wrap; margin-top: 2px; }
.mob-badge {
	font-size: 9px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase;
	padding: 2px 7px; border-radius: 999px;
}
.mob-badge-vegan { background: var(--green-bg); color: var(--green-dark); }
.mob-badge-allergen { background: #fff4e5; color: #b87333; }
.mob-product-foot {
	display: flex; align-items: center; justify-content: space-between;
	padding: 10px 14px; border-top: 1px solid var(--light-grey); margin-top: auto;
}
.mob-product-price { font-family: var(--ff-display); font-weight: 600; font-size: 18px; color: var(--black); }
.mob-product-price small { font-size: 11px; color: var(--mid-grey); font-weight: 300; font-style: italic; }
.mob-stepper { display: inline-flex; align-items: center; gap: 0; border: 1px solid var(--light-grey); border-radius: var(--radius); }
.mob-stepper button {
	width: 28px; height: 28px; border: none; background: transparent;
	font-size: 16px; cursor: pointer; color: var(--mid-grey);
}
.mob-stepper button:hover { color: var(--green-dark); background: var(--green-bg); }
.mob-stepper-val { min-width: 28px; text-align: center; font-weight: 500; font-size: 14px; }
.mob-empty { padding: 40px; text-align: center; color: var(--mid-grey); font-style: italic; }

/* STEP 3 — EXTRAS placeholder */
.mob-extras { display: grid; gap: 10px; max-width: 540px; }
.mob-extra {
	display: flex; align-items: center; gap: 12px; padding: 14px 16px;
	border: 1px solid var(--light-grey); border-radius: var(--radius); cursor: pointer;
}
.mob-extra input { width: 18px; height: 18px; accent-color: var(--green); }
.mob-extra-label { font-weight: 500; flex: 1; }
.mob-extra-price { font-family: var(--ff-display); font-weight: 600; color: var(--gold); }

/* STEP 4 — REVIEW */
.mob-review { display: grid; grid-template-columns: 1.4fr 1fr; gap: 24px; }
.mob-review-doc {
	background: var(--paper); padding: 24px; border-radius: var(--radius);
	border: 1px solid var(--light-grey);
}
.mob-review-doc h2 {
	font-family: var(--ff-display); font-weight: 600; font-size: 28px;
	margin: 0 0 6px; color: var(--black);
}
.mob-review-doc h3 {
	font-family: var(--ff-display); font-style: italic; font-weight: 400;
	color: var(--mid-grey); font-size: 16px; margin: 0 0 18px;
}
.mob-review-line {
	display: flex; justify-content: space-between; padding: 8px 0;
	border-bottom: 1px dashed var(--light-grey); font-size: 13px;
}
.mob-review-line:last-child { border-bottom: none; }
.mob-review-total {
	display: flex; justify-content: space-between; align-items: baseline;
	margin-top: 18px; padding-top: 14px; border-top: 2px solid var(--green);
	font-family: var(--ff-display); font-weight: 600;
}
.mob-review-total span:first-child { font-size: 14px; text-transform: uppercase; letter-spacing: 0.15em; color: var(--mid-grey); font-family: var(--ff-body); font-weight: 500; }
.mob-review-total span:last-child { font-size: 32px; color: var(--black); }
.mob-review-summary {
	background: var(--green-bg); padding: 20px; border-radius: var(--radius);
	font-size: 13px; line-height: 1.6;
}
.mob-review-summary dt { font-weight: 500; color: var(--green-dark); font-size: 11px; text-transform: uppercase; letter-spacing: 0.1em; margin-top: 12px; }
.mob-review-summary dt:first-child { margin-top: 0; }
.mob-review-summary dd { margin: 2px 0 0; color: var(--black); }

/* ACTIONS / FOOTER */
.mob-actions {
	display: flex; align-items: center; gap: 12px;
	padding: 20px 0 0; max-width: 1080px; margin: 0 auto;
}
.mob-actions-spacer { flex: 1; }
.mob-btn {
	font-family: var(--ff-body); font-size: 13px; font-weight: 500;
	letter-spacing: 0.08em; text-transform: uppercase;
	padding: 12px 24px; border: 1px solid transparent;
	border-radius: var(--radius); cursor: pointer; transition: all 0.15s;
}
.mob-btn-ghost { background: transparent; color: var(--mid-grey); border-color: var(--light-grey); }
.mob-btn-ghost:hover { color: var(--black); border-color: var(--mid-grey); }
.mob-btn-primary { background: var(--green); color: var(--white); }
.mob-btn-primary:hover:not(:disabled) { background: var(--green-dark); }
.mob-btn-gold { background: var(--gold); color: var(--white); }
.mob-btn-gold:hover:not(:disabled) { background: #a8893a; }
.mob-btn:disabled { opacity: 0.4; cursor: not-allowed; }
.mob-btn[hidden] { display: none; }

/* TOAST */
.mob-toast {
	position: fixed; bottom: 24px; left: 50%; transform: translateX(-50%);
	background: var(--black); color: var(--white); padding: 12px 20px;
	border-radius: var(--radius); font-size: 13px; z-index: 10000;
	box-shadow: var(--shadow);
}
.mob-toast.is-error { background: #b03030; }
.mob-toast.is-success { background: var(--green-dark); }

/* RESPONSIVE */
@media (max-width: 720px) {
	#momen-offer-builder { padding: 16px 12px 100px; }
	.mob-hero-title { font-size: 38px; }
	.mob-panel { padding: 24px 18px; }
	.mob-form { grid-template-columns: 1fr; }
	.mob-type-grid { grid-template-columns: 1fr 1fr; }
	.mob-review { grid-template-columns: 1fr; }
	.mob-steps ol { font-size: 9px; gap: 4px; }
	.mob-steps li { gap: 4px; }
}

/* PORTIONS & TRANSITIONS */
.mob-product-portions {
	display: flex;
	border: 1px solid var(--light-grey);
	border-radius: var(--radius);
	overflow: hidden;
	margin-bottom: 6px;
	width: 100%;
}
.mob-portion-btn {
	flex: 1;
	font-family: var(--ff-body);
	font-size: 10px;
	font-weight: 500;
	padding: 6px 2px;
	background: var(--white);
	color: var(--mid-grey);
	border: none;
	border-right: 1px solid var(--light-grey);
	cursor: pointer;
	text-align: center;
	transition: all 0.15s;
}
.mob-portion-btn:last-child {
	border-right: none;
}
.mob-portion-btn:hover {
	background: var(--paper);
	color: var(--black);
}
.mob-portion-btn.is-active {
	background: var(--green);
	color: var(--white);
	font-weight: 600;
}
.mob-controls-wrap {
	display: flex;
	flex-direction: column;
	width: 100%;
	gap: 6px;
	margin-top: 8px;
}
.mob-product-override {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	flex-wrap: wrap;
	gap: 4px;
}
.mob-calc-note {
	font-size: 10px;
	color: var(--mid-grey);
	font-style: italic;
	width: 100%;
	margin-top: 2px;
}
.mob-product-override .mob-stepper {
	width: auto;
}

/* INTERACTION MODES & WARNINGS */
.mob-step-options {
	margin-bottom: 24px;
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.mob-mode-toggle {
	background: transparent;
	border: none;
	color: var(--gold);
	font-weight: 500;
	font-size: 13px;
	cursor: pointer;
	text-decoration: underline;
	align-self: flex-start;
	padding: 0;
}
.mob-mode-toggle:hover {
	color: #a8893a;
}
.mob-warning-box {
	background: #fff4e5;
	border: 1px solid #ffd0a0;
	border-radius: var(--radius);
	padding: 12px 16px;
	display: flex;
	gap: 12px;
	align-items: center;
	font-size: 13px;
	line-height: 1.5;
}
.mob-warning-icon {
	font-size: 20px;
}
.mob-warning-body {
	flex: 1;
	color: #b05c00;
}
.mob-btn-small {
	background: var(--gold);
	color: var(--white);
	border: none;
	padding: 4px 10px;
	font-size: 11px;
	border-radius: var(--radius);
	cursor: pointer;
	font-weight: 500;
	margin-left: 8px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
.mob-btn-small:hover {
	background: #a8893a;
}

/* BUDGET TRACKER */
.mob-budget-tracker {
	background: var(--white);
	border: 1px solid var(--light-grey);
	border-radius: var(--radius);
	padding: 12px 16px;
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.mob-budget-tracker.is-over {
	border-color: #ffd0a0;
	background: #fffdf9;
}
.mob-budget-label {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 13px;
	flex-wrap: wrap;
	gap: 8px;
}
.mob-budget-status-badge {
	font-size: 10px;
	font-weight: 600;
	padding: 2px 8px;
	border-radius: 99px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
.mob-budget-status-badge.is-within {
	background: var(--green-bg);
	color: var(--green-dark);
}
.mob-budget-status-badge.is-over {
	background: #fff4e5;
	color: #b05c00;
}
.mob-budget-progress-bg {
	height: 6px;
	background: var(--light-grey);
	border-radius: 99px;
	overflow: hidden;
	width: 100%;
}
.mob-budget-progress-bar {
	height: 100%;
	border-radius: 99px;
	transition: width 0.3s ease;
}

/* BALANCE METER */
.mob-balance-meter {
	background: var(--white);
	border: 1px solid var(--light-grey);
	border-radius: var(--radius);
	padding: 16px;
	margin-bottom: 16px;
}
.mob-balance-meter h4 {
	font-family: var(--ff-display);
	font-size: 18px;
	margin: 0 0 12px;
	color: var(--black);
	border-bottom: 1.5px solid var(--green);
	padding-bottom: 4px;
	font-weight: 600;
}
.mob-balance-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 6px 0;
	border-bottom: 1px dashed var(--light-grey);
	font-size: 12px;
}
.mob-balance-row:last-child {
	border-bottom: none;
}
.mob-balance-badge {
	font-size: 9px;
	font-weight: 600;
	padding: 2px 8px;
	border-radius: 99px;
	text-transform: uppercase;
}
.mob-balance-badge.is-missing {
	background: #f7f7f7;
	color: #aaa;
}
.mob-balance-badge.is-light {
	background: #fffdf0;
	color: var(--gold);
}
.mob-balance-badge.is-balanced {
	background: var(--green-bg);
	color: var(--green-dark);
}
.mob-balance-badge.is-generous {
	background: #fff4e5;
	color: #b05c00;
}

/* FOOD STYLES SELECTORS */
.mob-style-intro {
	margin-bottom: 24px;
}
.mob-style-intro h3 {
	font-family: var(--ff-display);
	font-weight: 600;
	font-size: 28px;
	color: var(--black);
	margin: 0 0 8px;
}
.mob-style-intro p {
	font-size: 14px;
	color: var(--mid-grey);
	margin: 0;
}
.mob-style-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 16px;
	margin-top: 24px;
}
.mob-style-card {
	background: var(--white);
	border: 1.5px solid var(--light-grey);
	padding: 24px 16px;
	cursor: pointer;
	text-align: center;
	transition: all 0.2s;
	border-radius: var(--radius);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
}
.mob-style-card:hover {
	border-color: var(--green);
	transform: translateY(-2px);
	box-shadow: var(--shadow);
}
.mob-style-card.is-selected {
	border-color: var(--gold);
	background: var(--gold-bg);
}
.mob-style-icon {
	font-size: 36px;
	line-height: 1;
}
.mob-style-title {
	font-family: var(--ff-display);
	font-weight: 600;
	font-size: 18px;
	color: var(--black);
}
.mob-style-desc {
	font-size: 12px;
	color: var(--mid-grey);
	line-height: 1.4;
	flex-grow: 1;
}
.mob-style-factor {
	font-size: 10px;
	color: var(--green-dark);
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

/* BUILDER TWO-COLUMN LAYOUT & SIDEBAR */
.mob-menu-builder-layout {
	display: grid;
	grid-template-columns: 1fr 280px;
	gap: 24px;
	margin-top: 24px;
	align-items: start;
}
.mob-menu-builder-sidebar {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.mob-menu-balance-tracker {
	background: var(--white);
	border: 1.5px solid var(--light-grey);
	border-radius: var(--radius);
	padding: 20px;
	position: sticky;
	top: 80px;
}
.mob-menu-balance-tracker h4 {
	font-family: var(--ff-display);
	font-size: 18px;
	margin: 0 0 16px;
	color: var(--black);
	border-bottom: 2px solid var(--green);
	padding-bottom: 6px;
	font-weight: 600;
}
.mob-quota-list {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.mob-quota-item {
	display: flex;
	flex-direction: column;
	gap: 6px;
	padding-bottom: 12px;
	border-bottom: 1px dashed var(--light-grey);
}
.mob-quota-item:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
.mob-quota-info {
	display: flex;
	flex-direction: column;
}
.mob-quota-info strong {
	font-size: 13px;
	color: var(--black);
}
.mob-quota-info span {
	font-size: 11px;
	color: var(--mid-grey);
	font-style: italic;
}
.mob-quota-status {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 4px;
}
.mob-quota-count {
	font-size: 11px;
	font-weight: 500;
	color: var(--mid-grey);
}
.mob-quota-badge {
	font-size: 9px;
	font-weight: 600;
	padding: 2px 8px;
	border-radius: 99px;
	text-transform: uppercase;
}
.mob-quota-badge.is-missing { background: #f0f0f0; color: #999; }
.mob-quota-badge.is-light { background: #fffdf0; color: var(--gold); }
.mob-quota-badge.is-balanced { background: var(--green-bg); color: var(--green-dark); }
.mob-quota-badge.is-generous { background: #fff4e5; color: #b05c00; }

/* DUAL CARD INFO & TOOLTIPS */
.mob-recommendation-note {
	font-size: 11px;
	color: var(--green-dark);
	margin-top: 6px;
	line-height: 1.4;
	background: var(--green-bg);
	padding: 6px 10px;
	border-left: 3px solid var(--green);
	border-radius: 0 var(--radius) var(--radius) 0;
	width: 100%;
}
.mob-tooltip-trigger {
	position: relative;
	cursor: pointer;
	color: var(--gold);
	font-weight: 500;
	text-decoration: underline;
	display: inline-block;
	margin-left: 4px;
}
.mob-tooltip-trigger::after {
	content: attr(data-tooltip);
	position: absolute;
	bottom: 125%;
	left: 50%;
	transform: translateX(-50%) translateY(4px);
	background: var(--black);
	color: var(--white);
	padding: 8px 12px;
	border-radius: var(--radius);
	font-size: 11px;
	width: 220px;
	line-height: 1.4;
	font-weight: 300;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	transition: all 0.15s ease;
	z-index: 100;
	box-shadow: var(--shadow);
}
.mob-tooltip-trigger:hover::after {
	opacity: 1;
	visibility: visible;
	transform: translateX(-50%) translateY(0);
}
.mob-price-total-note {
	font-size: 10px;
	color: var(--mid-grey);
	font-style: italic;
}
.mob-extras-section {
	background: var(--white);
	border: 1px solid var(--light-grey);
	border-radius: var(--radius);
	padding: 24px;
	margin-top: 24px;
}
.mob-extras-section h4 {
	font-family: var(--ff-display);
	font-size: 18px;
	margin: 0 0 16px;
	color: var(--black);
	border-bottom: 2px solid var(--gold);
	padding-bottom: 6px;
	font-weight: 600;
}

/* OPTIMIZER MODAL SYSTEM */
.mob-modal-overlay {
	position: fixed;
	top: 0; left: 0; right: 0; bottom: 0;
	background: rgba(0,0,0,0.5);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 100000;
	padding: 20px;
}
.mob-modal {
	background: var(--white);
	max-width: 500px;
	width: 100%;
	border-radius: var(--radius);
	box-shadow: 0 10px 40px rgba(0,0,0,0.2);
	padding: 32px;
	display: flex;
	flex-direction: column;
	gap: 16px;
	animation: mobFade 0.2s ease;
}
.mob-modal h3 {
	font-family: var(--ff-display);
	font-size: 24px;
	margin: 0;
	color: var(--black);
	font-weight: 600;
}
.mob-modal p {
	font-size: 14px;
	color: var(--mid-grey);
	line-height: 1.5;
	margin: 0;
}
.mob-sug-list {
	display: flex;
	flex-direction: column;
	gap: 10px;
	background: var(--paper);
	padding: 16px;
	border-radius: var(--radius);
	max-height: 200px;
	overflow-y: auto;
}
.mob-sug-item {
	display: flex;
	justify-content: space-between;
	font-size: 13px;
	padding-bottom: 8px;
	border-bottom: 1px dashed var(--light-grey);
}
.mob-sug-item:last-child {
	border-bottom: none;
}
.mob-sug-change {
	color: var(--green-dark);
}
.mob-modal-actions {
	display: flex;
	gap: 10px;
	justify-content: flex-end;
	margin-top: 8px;
}

@media (max-width: 900px) {
	.mob-menu-builder-layout {
		grid-template-columns: 1fr;
	}
	.mob-menu-builder-sidebar {
		order: -1;
	}
	.mob-menu-balance-tracker {
		position: static;
	}
}

/* OPTIMIZER SUGGESTIONS */
.mob-sug-item {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 13px;
	padding: 8px 0;
	border-bottom: 1px dashed var(--light-grey);
}
.mob-sug-item:last-child {
	border-bottom: none;
}
.mob-sug-bullet {
	font-size: 14px;
}
.mob-sug-text {
	color: var(--dark-grey);
}
.mob-sug-text small {
	display: block;
	margin-top: 3px;
	color: var(--mid-grey);
	font-size: 11px;
	line-height: 1.35;
}
.mob-sug-item.is-add .mob-sug-text strong {
	color: var(--green-dark);
}
