body.mogo-engagement-active {
	--mogo-engagement-red: #e40421;
	--mogo-engagement-ink: #111827;
	--mogo-engagement-muted: #667085;
	--mogo-engagement-line: #dfe5ed;
}

body.mogo-engagement-active .elementor-element-e2d6746,
body.mogo-engagement-active .elementor-element-9554362 {
	display: none !important;
}

body.mogo-engagement-active #mogo-d05-narrative > .mogo-recommendation-hub,
body.mogo-engagement-active #mogo-d05-narrative > .mogo-reviews,
body.mogo-engagement-active #mogo-d05-narrative > .mogo-product-faq {
	box-sizing: border-box;
	width: 100%;
	max-width: none;
	margin: clamp(52px, 7vw, 96px) 0 0;
	color: var(--mogo-engagement-ink);
}

.mogo-recommendation-hub *, .mogo-reviews *, .mogo-product-faq *, .mogo-modal * { box-sizing: border-box; }
.mogo-reco-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; margin-bottom: 36px; }
.mogo-reco-eyebrow, .mogo-reviews__eyebrow, .mogo-product-faq__head > span { display: inline-flex; align-items: center; gap: 12px; color: var(--mogo-engagement-red); font-size: 14px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.mogo-reco-eyebrow::before, .mogo-product-faq__head > span::before { content: ''; width: 28px; height: 3px; border-radius: 99px; background: currentColor; }
.mogo-reco-head h2, .mogo-reviews h2, .mogo-product-faq h2 { margin: 12px 0; color: var(--mogo-engagement-ink); font-size: clamp(36px, 4vw, 58px); font-weight: 850; line-height: 1.04; letter-spacing: -.04em; }
.mogo-reco-head p, .mogo-reviews__intro, .mogo-product-faq__head p { max-width: 720px; margin: 0; color: var(--mogo-engagement-muted); font-size: 18px; line-height: 1.7; }
.mogo-reco-jump { display: inline-flex; min-height: 50px; align-items: center; gap: 10px; flex: 0 0 auto; padding: 0 20px; border-radius: 999px; background: var(--mogo-engagement-ink); color: #fff !important; font-size: 15px; font-weight: 800; text-decoration: none !important; transition: transform .2s ease, background .2s ease; }
.mogo-reco-jump:hover { background: var(--mogo-engagement-red); transform: translateY(-2px); }
.mogo-reco-panel { padding: clamp(22px, 3vw, 36px); border: 1px solid var(--mogo-engagement-line); border-radius: 26px; background: #fff; }
.mogo-reco-panel-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 24px; }
.mogo-reco-panel-head small { display: block; margin-bottom: 7px; color: var(--mogo-engagement-red); font-size: 13px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.mogo-reco-panel-head h3 { margin: 0; color: var(--mogo-engagement-ink); font-size: clamp(26px, 2.5vw, 36px); letter-spacing: -.035em; }
.mogo-reco-all { display: inline-flex; align-items: center; gap: 8px; color: var(--mogo-engagement-ink) !important; font-size: 15px; font-weight: 800; text-decoration: none !important; }
.mogo-reco-all:hover { color: var(--mogo-engagement-red) !important; }
.mogo-reco-accessories { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.mogo-compatible-accessory { display: flex; min-width: 0; flex-direction: column; overflow: hidden; border: 1px solid var(--mogo-engagement-line); border-radius: 20px; background: #fff; color: var(--mogo-engagement-ink) !important; text-decoration: none !important; transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease; }
.mogo-compatible-accessory:hover { transform: translateY(-5px); border-color: #c6cfdb; box-shadow: 0 18px 38px rgba(15, 23, 42, .11); }
.mogo-compatible-accessory__media { display: block; aspect-ratio: 1 / 1; overflow: hidden; background: #f7f8fa; }
.mogo-compatible-accessory__media img { display: block; width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; transition: transform .35s ease; }
.mogo-compatible-accessory:hover img { transform: scale(1.045); }
.mogo-compatible-accessory__body { display: flex; flex: 1; flex-direction: column; padding: 18px; }
.mogo-compatible-accessory h4 { margin: 0 0 16px; color: var(--mogo-engagement-ink); font-size: 18px; line-height: 1.35; }
.mogo-compatible-accessory__foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 14px; border-top: 1px solid #edf0f4; }
.mogo-compatible-accessory__price { color: var(--mogo-engagement-ink); font-size: 14px; font-weight: 850; }
.mogo-compatible-accessory__price del { margin-right: 5px; color: #98a2b3; font-weight: 500; }
.mogo-compatible-accessory__price ins { text-decoration: none; }
.mogo-compatible-accessory__details { color: var(--mogo-engagement-red); font-size: 13px; font-weight: 800; white-space: nowrap; }
.mogo-compatible-empty { grid-column: 1 / -1; margin: 0; padding: 26px; color: var(--mogo-engagement-muted); text-align: center; }

body.mogo-engagement-active #mogo-d05-narrative > .mogo-reviews { padding: clamp(32px, 4vw, 58px); border: 1px solid var(--mogo-engagement-line); border-radius: 28px; background: linear-gradient(135deg, #fff 0%, #f7f9fc 100%); }
.mogo-reviews__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; margin-bottom: 30px; }
.mogo-reviews__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.mogo-review-card, .mogo-reviews__empty { min-height: 210px; padding: 25px; border: 1px solid var(--mogo-engagement-line); border-radius: 20px; background: #fff; }
.mogo-review-card__stars, .mogo-reviews__empty-stars { margin-bottom: 14px; color: #f5b400; font-size: 22px; letter-spacing: .08em; }
.mogo-review-card h3, .mogo-reviews__empty h3 { margin: 0 0 10px; color: var(--mogo-engagement-ink); font-size: 21px; line-height: 1.3; }
.mogo-review-card p, .mogo-reviews__empty p { margin: 0 0 18px; color: var(--mogo-engagement-muted); font-size: 17px; line-height: 1.65; }
.mogo-review-card footer { color: #334155; font-size: 15px; font-weight: 750; }
.mogo-reviews__button, .mogo-review-form button[type='submit'] { min-height: 54px; padding: 0 25px; border: 2px solid var(--mogo-engagement-red); border-radius: 14px; background: var(--mogo-engagement-red); color: #fff; font-size: 17px; font-weight: 800; cursor: pointer; }
.mogo-reviews__button:hover, .mogo-review-form button[type='submit']:hover { background: #bd001a; border-color: #bd001a; }

body.mogo-engagement-active #mogo-d05-narrative > .mogo-product-faq { padding: clamp(32px, 4.5vw, 64px); border-radius: 28px; background: #f5f7fa; }
.mogo-product-faq__head { margin-bottom: 30px; }
.mogo-product-faq__list { display: grid; gap: 12px; }
.mogo-product-faq__item { overflow: hidden; border: 1px solid var(--mogo-engagement-line); border-radius: 17px; background: #fff; }
.mogo-product-faq__item summary { display: flex; min-height: 72px; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 22px; color: var(--mogo-engagement-ink); font-size: 18px; font-weight: 800; line-height: 1.4; cursor: pointer; list-style: none; }
.mogo-product-faq__item summary::-webkit-details-marker { display: none; }
.mogo-product-faq__item summary span { display: grid; width: 38px; height: 38px; flex: 0 0 38px; place-items: center; border-radius: 50%; background: #fff0f1; color: var(--mogo-engagement-red); font-size: 25px; font-weight: 500; transition: transform .2s ease; }
.mogo-product-faq__item[open] summary span { transform: rotate(45deg); }
.mogo-product-faq__item > div { padding: 0 22px 22px; }
.mogo-product-faq__item p { max-width: 920px; margin: 0; color: var(--mogo-engagement-muted); font-size: 17px; line-height: 1.7; }

.mogo-modal[hidden] { display: none !important; }
.mogo-modal { position: fixed; z-index: 1000000; inset: 0; display: grid; padding: 24px; place-items: center; background: rgba(15, 23, 42, .62); backdrop-filter: blur(4px); }
.mogo-modal__panel { position: relative; width: min(720px, 100%); max-height: min(88vh, 820px); overflow: auto; padding: clamp(28px, 4vw, 46px); border-radius: 24px; background: #fff; box-shadow: 0 30px 90px rgba(0, 0, 0, .28); }
.mogo-modal__close { position: absolute; top: 14px; right: 14px; width: 44px; height: 44px; border: 0; border-radius: 50%; background: #eef2f7; color: #111827; font-size: 26px; cursor: pointer; }
.mogo-modal h2 { margin: 0 48px 10px 0; color: var(--mogo-engagement-ink); font-size: 32px; }
.mogo-modal__lead { margin: 0 0 24px; color: var(--mogo-engagement-muted); font-size: 17px; line-height: 1.6; }
.mogo-review-form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.mogo-review-form__full { grid-column: 1 / -1; }
.mogo-review-form label, .mogo-review-form legend { display: block; margin-bottom: 8px; color: #172033; font-size: 16px; font-weight: 760; }
.mogo-review-form input[type='text'], .mogo-review-form input[type='email'], .mogo-review-form textarea { width: 100%; min-height: 54px; padding: 13px 15px; border: 1.5px solid #cbd5e1; border-radius: 12px; background: #fff; color: #111827; font-size: 17px; }
.mogo-review-form textarea { min-height: 128px; resize: vertical; }
.mogo-review-stars { display: flex; flex-direction: row-reverse; justify-content: flex-end; gap: 4px; }
.mogo-review-stars input { position: absolute; opacity: 0; }
.mogo-review-stars label { margin: 0; color: #cbd5e1; font-size: 34px; cursor: pointer; }
.mogo-review-stars input:checked ~ label, .mogo-review-stars label:hover, .mogo-review-stars label:hover ~ label { color: #f5b400; }
.mogo-review-anon { display: flex !important; align-items: center; gap: 10px; margin: 0 !important; }
.mogo-review-anon input { width: 20px; height: 20px; }

@media (max-width: 1024px) {
	.mogo-reco-accessories { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.mogo-reco-head, .mogo-reviews__head { align-items: flex-start; flex-direction: column; }
	.mogo-reviews__grid { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
	body.mogo-engagement-active #mogo-d05-narrative > .mogo-recommendation-hub,
	body.mogo-engagement-active #mogo-d05-narrative > .mogo-reviews,
	body.mogo-engagement-active #mogo-d05-narrative > .mogo-product-faq { margin-top: 48px; }
	.mogo-reco-head p, .mogo-reviews__intro, .mogo-product-faq__head p { font-size: 16px; }
	.mogo-reco-panel, body.mogo-engagement-active #mogo-d05-narrative > .mogo-reviews, body.mogo-engagement-active #mogo-d05-narrative > .mogo-product-faq { padding: 22px 16px; border-radius: 22px; }
	.mogo-reco-panel-head { align-items: flex-start; flex-direction: column; }
	.mogo-reco-accessories { grid-template-columns: 1fr; }
	.mogo-compatible-accessory__media { aspect-ratio: 1.25 / 1; }
	.mogo-product-faq__item summary { min-height: 66px; padding: 16px; font-size: 17px; }
	.mogo-product-faq__item > div { padding: 0 16px 18px; }
	.mogo-review-form { grid-template-columns: 1fr; }
	.mogo-review-form__full { grid-column: auto; }
	.mogo-modal { padding: 12px; }
}
