.elp {
	--elp-accent: #008d78;
	--elp-accent-dark: #007563;
	--elp-dark: #062232;
	--elp-muted: #60727b;
	--elp-border: #dce7e8;
	--elp-soft: #f3f8f7;
	width: min(1080px, calc(100% - 30px));
	margin: 32px auto;
	padding: clamp(20px, 4vw, 46px);
	overflow: hidden;
	border: 1px solid var(--elp-border);
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 16px 50px rgba(6, 34, 50, .08);
	color: var(--elp-dark);
	font-family: inherit;
	text-align: right;
}
.elp *, .elp *::before, .elp *::after { box-sizing: border-box; }
.elp [hidden] { display: none !important; }
.elp__header, .elp__result-head { max-width: 760px; margin-inline: auto; text-align: center; }
.elp__eyebrow { margin: 0 0 6px; color: var(--elp-accent); font-weight: 800; }
.elp h2 { margin: 0 0 10px; font-size: clamp(25px, 4vw, 40px); line-height: 1.45; }
.elp__header > p:not(.elp__eyebrow, .elp__step-label) { color: var(--elp-muted); }
.elp__progress { height: 9px; margin-top: 25px; overflow: hidden; border-radius: 999px; background: #e7eeee; }
.elp__progress-bar { display: block; width: 20%; height: 100%; border-radius: inherit; background: var(--elp-accent); transition: width .25s ease; }
.elp__step-label { margin: 8px 0 0; color: var(--elp-muted); font-size: 13px; }
.elp fieldset { min-width: 0; margin: 0; padding: 18px 0 0; border: 0; }
.elp legend { width: 100%; padding: 12px; text-align: center; font-size: clamp(20px, 3vw, 29px); font-weight: 800; }
.elp__options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 16px; }
.elp__option { display: block; min-width: 0; cursor: pointer; }
.elp__option input { position: absolute; opacity: 0; pointer-events: none; }
.elp__option span { display: flex; min-height: 96px; padding: 17px; flex-direction: column; justify-content: center; gap: 5px; border: 2px solid var(--elp-border); border-radius: 16px; background: #fff; transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.elp__option strong { font-size: 17px; line-height: 1.6; }
.elp__option small { color: var(--elp-muted); line-height: 1.7; }
.elp__option:hover span { border-color: #9fcfc7; transform: translateY(-1px); }
.elp__option.is-selected span, .elp__option input:focus-visible + span { border-color: var(--elp-accent); background: #eefaf7; box-shadow: 0 0 0 3px rgba(0, 141, 120, .12); }
.elp__placement { margin: 18px auto 0; padding: 15px; border-radius: 14px; background: #fff8df; text-align: center; line-height: 1.8; }
.elp__placement p { margin: 0 0 10px; }
.elp__placement a { color: var(--elp-accent-dark); font-weight: 800; }
.elp__actions { display: flex; justify-content: center; gap: 12px; margin-top: 25px; }
.elp button, .elp-card__cta { min-height: 46px; padding: 11px 23px; border: 0; border-radius: 999px; font: inherit; font-weight: 800; line-height: 1.5; cursor: pointer; text-decoration: none; }
.elp__next, .elp__submit, .elp-card__cta { background: var(--elp-accent); color: #fff; }
.elp__next:hover, .elp__submit:hover, .elp-card__cta:hover { background: var(--elp-accent-dark); color: #fff; }
.elp__back, .elp__restart { background: var(--elp-soft); color: var(--elp-dark); }
.elp button:disabled { opacity: .45; cursor: not-allowed; }
.elp__loading { padding: 50px 20px; text-align: center; font-weight: 800; }
.elp__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 30px; }
.elp-card { display: grid; min-width: 0; grid-template-columns: 155px minmax(0, 1fr); overflow: hidden; border: 1px solid var(--elp-border); border-radius: 18px; background: #fff; }
.elp-card__image { position: relative; display: block; min-height: 225px; background: var(--elp-soft); }
.elp-card__image img { display: block; width: 100%; height: 100%; object-fit: cover; }
.elp-card__sale { position: absolute; z-index: 1; top: 10px; right: 10px; padding: 5px 10px; border-radius: 999px; background: #e94d4d; color: #fff; font-size: 12px; font-weight: 800; }
.elp-card__body { display: flex; min-width: 0; padding: 18px; flex-direction: column; }
.elp-card__matches { margin: 0; color: var(--elp-accent); font-size: 12px; font-weight: 800; }
.elp-card h3 { margin: 5px 0; overflow-wrap: anywhere; font-size: 18px; line-height: 1.65; }
.elp-card h3 a { color: inherit; text-decoration: none; }
.elp-card__excerpt { margin: 3px 0 14px; color: var(--elp-muted); font-size: 13px; line-height: 1.8; }
.elp-card__footer { display: flex; margin-top: auto; align-items: center; justify-content: space-between; gap: 10px; }
.elp-card__price { color: var(--elp-dark); font-weight: 800; }
.elp-card__price del { color: var(--elp-muted); font-size: .85em; }
.elp-card__price ins { text-decoration: none; }
.elp-card__cta { display: inline-flex; min-height: 40px; padding: 8px 14px; align-items: center; justify-content: center; font-size: 13px; white-space: nowrap; }
.elp__empty, .elp__error { margin-top: 25px; padding: 32px; border-radius: 16px; background: var(--elp-soft); text-align: center; }
@media (max-width: 760px) {
	.elp { width: calc(100% - 20px); margin: 15px auto; padding: 20px 14px; border-radius: 18px; }
	.elp__options, .elp__grid { grid-template-columns: 1fr; }
	.elp__option span { min-height: 82px; }
	.elp__actions { position: sticky; z-index: 2; bottom: 8px; padding: 8px; border-radius: 16px; background: rgba(255, 255, 255, .94); box-shadow: 0 5px 20px rgba(6, 34, 50, .1); }
}
@media (max-width: 480px) {
	.elp-card { grid-template-columns: 105px minmax(0, 1fr); }
	.elp-card__image { min-height: 190px; }
	.elp-card__body { padding: 13px; }
	.elp-card__footer { align-items: flex-start; flex-direction: column; }
	.elp-card__cta { width: 100%; white-space: normal; }
	.elp__actions button { flex: 1; padding-inline: 12px; }
}
@media (prefers-reduced-motion: reduce) {
	.elp *, .elp *::before, .elp *::after { scroll-behavior: auto !important; transition: none !important; }
}
