/* Pagina "Vendiamo anche su Amazon ed eBay" */
.lmkt-page {
	--lmkt-navy: #0d1c31;
	--lmkt-navy-2: #10253f;
	--lmkt-green: #008f63;
	--lmkt-green-bright: #00b67a;
	--lmkt-green-soft: #eaf8f2;
	--lmkt-ink: #11213a;
	--lmkt-muted: #627083;
	--lmkt-line: #dfe5eb;
	--lmkt-soft: #f7f9fb;
	--lmkt-amazon: #ff9900;
	--lmkt-ebay-blue: #0064d2;
	--lmkt-ebay-red: #e53238;
	--lmkt-ebay-yellow: #f5af02;
	--lmkt-ebay-green: #86b817;
	background: #fff;
	color: var(--lmkt-ink);
	overflow: hidden;
}

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

.lmkt-page img,
.lmkt-page svg {
	display: block;
}

.lmkt-container {
	width: min(100% - 40px, 1320px);
	margin-inline: auto;
}

.lmkt-eyebrow {
	margin: 0 0 12px;
	color: var(--lmkt-green);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .12em;
	line-height: 1.4;
	text-transform: uppercase;
}

.lmkt-hero-shell {
	position: relative;
	background:
		radial-gradient(circle at 16% 44%, rgba(0, 182, 122, .08), transparent 26%),
		radial-gradient(circle at 86% 22%, rgba(255, 153, 0, .12), transparent 25%),
		linear-gradient(180deg, #fff 0%, #fbfcfd 100%);
	border-bottom: 1px solid #edf1f4;
}

.lmkt-hero-shell::before,
.lmkt-hero-shell::after {
	position: absolute;
	content: "";
	border-radius: 999px;
	filter: blur(3px);
	pointer-events: none;
}

.lmkt-hero-shell::before {
	left: -90px;
	top: 155px;
	width: 210px;
	height: 210px;
	background: rgba(0, 182, 122, .05);
}

.lmkt-hero-shell::after {
	right: -120px;
	top: 60px;
	width: 300px;
	height: 300px;
	background: rgba(255, 153, 0, .06);
}

/* Breadcrumb */
.lmkt-breadcrumb {
	position: relative;
	z-index: 2;
	padding-top: 24px;
}

.lmkt-breadcrumb nav {
	display: flex;
	align-items: center;
	gap: 9px;
	color: var(--lmkt-muted);
	font-size: 13px;
	line-height: 1.4;
}

.lmkt-breadcrumb a {
	color: var(--lmkt-muted);
	text-decoration: none;
}

.lmkt-breadcrumb a:hover,
.lmkt-breadcrumb a:focus-visible {
	color: var(--lmkt-green);
	text-decoration: underline;
}

.lmkt-breadcrumb .lmkt-current {
	color: var(--lmkt-ink);
	font-weight: 650;
}

/* Hero */
.lmkt-hero {
	position: relative;
	z-index: 1;
	padding: 40px 0 78px;
}

.lmkt-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, .88fr) minmax(500px, 1.12fr);
	align-items: center;
	gap: clamp(34px, 6vw, 90px);
	min-height: 540px;
}

.lmkt-hero__copy {
	position: relative;
	z-index: 3;
}

.lmkt-hero__title {
	max-width: 650px;
	margin: 0;
	color: var(--lmkt-navy);
	font-size: clamp(45px, 4.5vw, 70px);
	font-weight: 800;
	letter-spacing: -.045em;
	line-height: 1.03;
}

.lmkt-brand-logo {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.lmkt-brand-logo img {
	display: block;
	width: auto;
	max-width: none;
	height: 100%;
	object-fit: contain;
}

.lmkt-brand-logo--title {
	position: relative;
	height: .69em;
	vertical-align: -.015em;
}

.lmkt-brand-logo--title.lmkt-brand-logo--ebay {
	height: .72em;
}

.lmkt-brand-logo--title.lmkt-brand-logo--amazon {
	transform: translateY(.115em);
}

.lmkt-hero__text {
	max-width: 600px;
	margin: 25px 0 0;
	color: #435167;
	font-size: clamp(17px, 1.45vw, 20px);
	line-height: 1.65;
}

.lmkt-hero-benefits {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 48px;
}

.lmkt-hero-benefit {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	min-width: 0;
	padding: 0 18px;
	border-right: 1px solid var(--lmkt-line);
}

.lmkt-hero-benefit:first-child { padding-left: 0; }
.lmkt-hero-benefit:last-child { padding-right: 0; border-right: 0; }

.lmkt-hero-benefit__icon {
	display: grid;
	flex: 0 0 42px;
	width: 42px;
	height: 42px;
	place-items: center;
	color: #087243;
	background: var(--lmkt-green-soft);
	border-radius: 13px;
}

.lmkt-hero-benefit__icon svg {
	width: 24px;
	height: 24px;
}

.lmkt-hero-benefit > span:last-child {
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 4px;
}

.lmkt-hero-benefit strong {
	color: var(--lmkt-ink);
	font-size: 13px;
	line-height: 1.35;
}

.lmkt-hero-benefit small {
	color: var(--lmkt-muted);
	font-size: 11px;
	line-height: 1.45;
}

/* Hero artwork: parcels and responsive device mockups. */
.lmkt-hero-visual {
	position: relative;
	min-height: 510px;
	isolation: isolate;
}

.lmkt-hero-visual::before {
	position: absolute;
	left: 3%;
	right: 0;
	bottom: 14px;
	height: 45px;
	content: "";
	background: radial-gradient(ellipse at center, rgba(16, 33, 58, .22), transparent 66%);
	filter: blur(10px);
	z-index: -1;
}

.lmkt-parcel {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgba(44, 30, 18, .72);
	background:
		linear-gradient(90deg, transparent 49%, rgba(113, 71, 36, .18) 50%, transparent 51%),
		linear-gradient(145deg, #c99561 0%, #dca978 48%, #c38e5c 100%);
	border: 1px solid rgba(116, 75, 40, .22);
	box-shadow: 0 15px 30px rgba(66, 43, 25, .13);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .05em;
	transform-origin: bottom center;
}

.lmkt-parcel::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 47%;
	width: 22px;
	content: "";
	background: rgba(185, 135, 86, .35);
}

.lmkt-parcel img {
	position: relative;
	width: 58%;
	height: auto;
	opacity: .68;
	object-fit: contain;
	z-index: 1;
}

.lmkt-parcel--rear {
	top: 6px;
	right: 17%;
	width: 214px;
	height: 190px;
	transform: rotate(3deg);
}

.lmkt-parcel--side {
	top: 125px;
	right: 0;
	width: 170px;
	height: 205px;
	transform: rotate(4deg);
}

.lmkt-parcel--front {
	top: 122px;
	left: 8%;
	width: 180px;
	height: 155px;
	transform: rotate(-3deg);
}

.lmkt-laptop {
	position: absolute;
	left: 2%;
	bottom: 33px;
	width: min(72%, 470px);
	z-index: 3;
}

.lmkt-laptop__screen {
	position: relative;
	padding: 9px;
	background: #0b1725;
	border: 3px solid #27394c;
	border-radius: 18px 18px 8px 8px;
	box-shadow: 0 18px 40px rgba(5, 15, 27, .24);
}

.lmkt-laptop__screen::after {
	position: absolute;
	top: 4px;
	left: 50%;
	width: 4px;
	height: 4px;
	content: "";
	background: #758494;
	border-radius: 50%;
}

.lmkt-laptop__base {
	position: relative;
	left: -8%;
	width: 116%;
	height: 14px;
	background: linear-gradient(180deg, #d8dee4, #7f8b97);
	border-radius: 2px 2px 50% 50%;
	box-shadow: 0 7px 8px rgba(15, 29, 48, .25);
}

.lmkt-laptop__base::after {
	position: absolute;
	top: 0;
	left: 42%;
	width: 16%;
	height: 4px;
	content: "";
	background: #a8b2bc;
	border-radius: 0 0 6px 6px;
}

.lmkt-device-bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 30px;
	padding: 0 14px;
	color: #fff;
	background: #14293c;
	border-radius: 7px 7px 0 0;
}

.lmkt-brand-logo--device-amazon {
	height: 20px;
	padding: 3px 6px;
	background: #fff;
	border-radius: 4px;
}

.lmkt-device-dot {
	width: 7px;
	height: 7px;
	background: var(--lmkt-amazon);
	border-radius: 50%;
}

.lmkt-device-store {
	min-height: 250px;
	padding: 20px 25px;
	background: #fff;
	border-radius: 0 0 5px 5px;
}

.lmkt-device-store img {
	width: 118px;
	height: auto;
	margin-bottom: 10px;
	object-fit: contain;
}

.lmkt-device-store > strong {
	display: block;
	color: var(--lmkt-navy);
	font-size: 14px;
}

.lmkt-device-stars {
	margin: 7px 0 15px;
	color: var(--lmkt-amazon);
	font-size: 14px;
	letter-spacing: 1px;
}

.lmkt-device-stars small {
	margin-left: 5px;
	color: var(--lmkt-muted);
	font-size: 9px;
	letter-spacing: 0;
}

.lmkt-device-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 7px 0;
	color: #35445a;
	border-top: 1px solid #edf0f2;
	font-size: 10px;
}

.lmkt-device-row b { color: var(--lmkt-green); }

.lmkt-device-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 13px;
	color: var(--lmkt-navy);
	border-radius: 4px;
	font-size: 10px;
	font-weight: 800;
}

.lmkt-device-button--amazon {
	min-height: 28px;
	padding: 0 16px;
	background: #ffb300;
}

.lmkt-phone {
	position: absolute;
	right: 7%;
	bottom: 18px;
	display: flex;
	width: 150px;
	height: 300px;
	align-items: center;
	flex-direction: column;
	padding: 32px 14px 15px;
	background: #fff;
	border: 7px solid #142236;
	border-radius: 28px;
	box-shadow: 0 18px 34px rgba(4, 14, 26, .28);
	z-index: 5;
}

.lmkt-phone__notch {
	position: absolute;
	top: 0;
	left: 50%;
	width: 64px;
	height: 16px;
	background: #142236;
	border-radius: 0 0 10px 10px;
	transform: translateX(-50%);
}

.lmkt-brand-logo--phone {
	height: 25px;
	margin: 10px 0 24px;
}

.lmkt-phone > img {
	width: 76px;
	height: auto;
	margin-bottom: 12px;
	object-fit: contain;
}

.lmkt-phone strong {
	color: var(--lmkt-navy);
	font-size: 10px;
}

.lmkt-phone small {
	margin-top: 5px;
	color: var(--lmkt-muted);
	font-size: 8px;
}

.lmkt-phone__check {
	display: grid;
	width: 32px;
	height: 32px;
	margin-top: 18px;
	place-items: center;
	color: #fff;
	background: var(--lmkt-green);
	border-radius: 50%;
	font-size: 17px;
	font-weight: 800;
}

.lmkt-device-button--ebay {
	width: 100%;
	min-height: 30px;
	margin-top: auto;
	color: #fff;
	background: var(--lmkt-ebay-blue);
}

/* Shared section typography */
.lmkt-section-head {
	max-width: 700px;
	margin: 0 auto 38px;
	text-align: center;
}

.lmkt-section-head h2,
.lmkt-direct__copy h2 {
	margin: 0;
	color: var(--lmkt-navy);
	font-size: clamp(30px, 3vw, 44px);
	font-weight: 800;
	letter-spacing: -.035em;
	line-height: 1.12;
}

.lmkt-section-head > p:last-child,
.lmkt-section-head > div > p:last-child {
	margin: 13px 0 0;
	color: var(--lmkt-muted);
	font-size: 16px;
	line-height: 1.65;
}

/* Stores */
.lmkt-stores {
	padding: 82px 0 92px;
	background: #fff;
}

.lmkt-stores__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.lmkt-store-card {
	position: relative;
	display: flex;
	min-height: 420px;
	align-items: center;
	flex-direction: column;
	padding: clamp(34px, 4vw, 52px);
	overflow: hidden;
	background: #fff;
	border: 1px solid #d9e0e7;
	border-radius: 18px;
	box-shadow: 0 12px 35px rgba(17, 33, 58, .045);
	text-align: center;
	transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.lmkt-store-card::before {
	position: absolute;
	top: -125px;
	left: 50%;
	width: 280px;
	height: 230px;
	content: "";
	border-radius: 50%;
	transform: translateX(-50%);
	pointer-events: none;
}

.lmkt-store-card--amazon::before { background: rgba(255, 153, 0, .075); }
.lmkt-store-card--ebay::before { background: rgba(0, 100, 210, .06); }

.lmkt-store-card:hover {
	border-color: #cbd5df;
	box-shadow: 0 18px 48px rgba(17, 33, 58, .09);
	transform: translateY(-3px);
}

.lmkt-brand-logo--card {
	height: 55px;
}

.lmkt-brand-logo--card.lmkt-brand-logo--ebay {
	height: 51px;
}

.lmkt-store-card h3 {
	margin: 24px 0 12px;
	color: var(--lmkt-navy);
	font-size: 20px;
	font-weight: 800;
}

.lmkt-store-badge {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 7px 12px;
	color: #087243;
	background: var(--lmkt-green-soft);
	border-radius: 999px;
	font-size: 12px;
	font-weight: 750;
}

.lmkt-store-badge svg {
	width: 15px;
	height: 15px;
}

.lmkt-store-card > p {
	max-width: 470px;
	margin: 22px auto 30px;
	color: var(--lmkt-muted);
	font-size: 15px;
	line-height: 1.65;
}

.lmkt-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 50px;
	padding: 0 24px;
	border: 0;
	border-radius: 7px;
	font-size: 14px;
	font-weight: 750;
	line-height: 1.3;
	text-align: center;
	text-decoration: none;
	transition: background .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.lmkt-btn:hover,
.lmkt-btn:focus-visible {
	transform: translateY(-2px);
	text-decoration: none;
}

.lmkt-btn:focus-visible,
.lmkt-reviews__controls button:focus-visible,
.lmkt-reviews__viewport:focus-visible {
	outline: 3px solid rgba(0, 182, 122, .35);
	outline-offset: 3px;
}

.lmkt-btn--dark {
	margin-top: auto;
	color: #fff;
	background: var(--lmkt-navy);
	box-shadow: 0 9px 24px rgba(13, 28, 49, .16);
}

.lmkt-btn--dark:hover,
.lmkt-btn--dark:focus-visible {
	color: #fff;
	background: #17304e;
}

/* Reviews */
.lmkt-reviews {
	padding: 84px 0 88px;
	background:
		radial-gradient(circle at 8% 55%, rgba(0, 182, 122, .045), transparent 24%),
		var(--lmkt-soft);
	border-top: 1px solid #edf1f4;
}

.lmkt-section-head--reviews {
	display: flex;
	max-width: none;
	align-items: flex-end;
	justify-content: space-between;
	gap: 30px;
	text-align: left;
}

.lmkt-section-head--reviews > div:first-child {
	max-width: 760px;
}

.lmkt-reviews__controls {
	display: flex;
	gap: 9px;
	padding-bottom: 3px;
}

.lmkt-reviews__controls button {
	display: grid;
	width: 44px;
	height: 44px;
	padding: 0;
	place-items: center;
	color: var(--lmkt-navy);
	background: #fff;
	border: 1px solid #d8e0e7;
	border-radius: 50%;
	box-shadow: 0 4px 15px rgba(17, 33, 58, .05);
	cursor: pointer;
	font-size: 18px;
}

.lmkt-reviews__controls button:hover:not(:disabled) {
	color: #fff;
	background: var(--lmkt-navy);
	border-color: var(--lmkt-navy);
}

.lmkt-reviews__controls button:disabled {
	opacity: .38;
	cursor: default;
}

.lmkt-reviews__viewport {
	overflow-x: auto;
	scrollbar-width: none;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
}

.lmkt-reviews__viewport::-webkit-scrollbar { display: none; }

.lmkt-reviews__track {
	display: flex;
	gap: 18px;
}

.lmkt-review {
	display: flex;
	flex: 0 0 calc((100% - 54px) / 4);
	min-width: 0;
	min-height: 300px;
	flex-direction: column;
	padding: 24px;
	background: #fff;
	border: 1px solid #dfe5ea;
	border-radius: 14px;
	box-shadow: 0 7px 24px rgba(17, 33, 58, .04);
	scroll-snap-align: start;
}

.lmkt-review__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.lmkt-review__stars {
	display: flex;
	gap: 3px;
	color: var(--lmkt-green-bright);
}

.lmkt-review__stars svg {
	width: 16px;
	height: 16px;
}

.lmkt-review__source {
	padding: 4px 8px;
	color: #536176;
	background: #f5f7f9;
	border: 1px solid #e0e6eb;
	border-radius: 6px;
	font-size: 10px;
	font-weight: 750;
}

.lmkt-review__text {
	margin: 22px 0;
	color: #2f3e53;
	font-size: 14px;
	line-height: 1.65;
}

.lmkt-review__text::before { content: "“"; }
.lmkt-review__text::after { content: "”"; }

.lmkt-review__meta {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	gap: 3px;
	margin-top: auto;
	padding-top: 16px;
	border-top: 1px solid #edf0f2;
}

.lmkt-review__meta strong {
	color: var(--lmkt-navy);
	font-size: 12px;
}

.lmkt-review__meta span {
	color: #7b8798;
	font-size: 10px;
}

.lmkt-reviews__note {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 9px 16px;
	margin: 30px 0 0;
	color: var(--lmkt-muted);
	font-size: 13px;
	text-align: center;
}

.lmkt-reviews__note a {
	color: var(--lmkt-green);
	font-weight: 750;
	text-decoration: none;
}

.lmkt-reviews__note a:hover,
.lmkt-reviews__note a:focus-visible { text-decoration: underline; }

/* Direct-store CTA */
.lmkt-direct {
	position: relative;
	padding: 75px 0;
	color: #fff;
	background:
		radial-gradient(circle at 77% 40%, rgba(0, 182, 122, .12), transparent 28%),
		linear-gradient(118deg, #09192d 0%, #102842 100%);
}

.lmkt-direct__grid {
	display: grid;
	grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
	align-items: center;
	gap: clamp(50px, 8vw, 120px);
}

.lmkt-direct-card {
	display: flex;
	min-height: 340px;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	padding: 40px;
	background:
		radial-gradient(circle at 20% 20%, rgba(24, 226, 155, .22), transparent 36%),
		linear-gradient(135deg, #056344, #07865b);
	border: 1px solid rgba(255, 255, 255, .09);
	border-radius: 20px;
	box-shadow: 0 24px 50px rgba(0, 0, 0, .18);
}

.lmkt-direct-card > img {
	width: min(220px, 70%);
	height: auto;
	object-fit: contain;
}

.lmkt-direct-card__benefits {
	display: grid;
	width: 100%;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 34px 0;
}

.lmkt-direct-card__benefits > span {
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 10px;
	padding: 0 12px;
	border-right: 1px solid rgba(255, 255, 255, .2);
	text-align: center;
}

.lmkt-direct-card__benefits > span:last-child { border-right: 0; }

.lmkt-direct-card__benefits svg {
	width: 30px;
	height: 30px;
}

.lmkt-direct-card__benefits small {
	color: rgba(255, 255, 255, .9);
	font-size: 11px;
	line-height: 1.4;
}

.lmkt-btn--green {
	width: 100%;
	color: #fff;
	background: var(--lmkt-green-bright);
	box-shadow: 0 11px 25px rgba(0, 70, 45, .22);
}

.lmkt-btn--green:hover,
.lmkt-btn--green:focus-visible {
	color: #fff;
	background: #00c985;
}

.lmkt-direct__copy .lmkt-eyebrow { color: #42d7a2; }

.lmkt-direct__copy h2 {
	max-width: 590px;
	color: #fff;
}

.lmkt-direct__copy ul {
	display: grid;
	gap: 16px;
	margin: 28px 0 30px;
	padding: 0;
	list-style: none;
}

.lmkt-direct__copy li {
	position: relative;
	padding-left: 31px;
	color: rgba(255, 255, 255, .84);
	font-size: 15px;
	line-height: 1.5;
}

.lmkt-direct__copy li::before {
	position: absolute;
	left: 0;
	top: 0;
	color: #20d897;
	content: "✓";
	font-size: 18px;
	font-weight: 900;
}

.lmkt-direct__contact {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	color: #42d7a2;
	font-size: 14px;
	font-weight: 750;
	text-decoration: none;
}

.lmkt-direct__contact:hover,
.lmkt-direct__contact:focus-visible {
	color: #fff;
	text-decoration: underline;
}

/* Final assurances strip, before the site's existing footer. */
.lmkt-assurances {
	padding: 34px 0;
	background: #fff;
	border-bottom: 1px solid var(--lmkt-line);
}

.lmkt-assurances__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.lmkt-assurance {
	display: flex;
	align-items: center;
	gap: 15px;
	min-width: 0;
	padding: 5px 28px;
	border-right: 1px solid var(--lmkt-line);
}

.lmkt-assurance:first-child { padding-left: 0; }
.lmkt-assurance:last-child { padding-right: 0; border-right: 0; }

.lmkt-assurance > svg {
	flex: 0 0 34px;
	width: 34px;
	height: 34px;
	color: var(--lmkt-navy);
}

.lmkt-assurance > span {
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 3px;
}

.lmkt-assurance strong {
	color: var(--lmkt-navy);
	font-size: 13px;
}

.lmkt-assurance small {
	color: var(--lmkt-muted);
	font-size: 11px;
	line-height: 1.45;
}

@media (max-width: 1120px) {
	.lmkt-hero__grid {
		grid-template-columns: minmax(0, .9fr) minmax(430px, 1.1fr);
		gap: 30px;
	}

	.lmkt-hero__title { font-size: clamp(40px, 5vw, 58px); }
	.lmkt-hero-benefit { padding-inline: 10px; }
	.lmkt-hero-benefit__icon { flex-basis: 36px; width: 36px; height: 36px; }
	.lmkt-hero-benefit__icon svg { width: 21px; height: 21px; }
	.lmkt-hero-benefit small { display: none; }

	.lmkt-review { flex-basis: calc((100% - 36px) / 3); }

	.lmkt-assurance { padding-inline: 16px; }
}

@media (max-width: 900px) {
	.lmkt-hero { padding-bottom: 64px; }

	.lmkt-hero__grid {
		grid-template-columns: 1fr;
		gap: 26px;
		min-height: 0;
	}

	.lmkt-hero__copy {
		max-width: 760px;
		text-align: center;
		margin-inline: auto;
	}

	.lmkt-hero__title,
	.lmkt-hero__text { margin-inline: auto; }

	.lmkt-hero-benefits { max-width: 720px; margin: 38px auto 0; text-align: left; }
	.lmkt-hero-visual { width: min(100%, 650px); min-height: 480px; margin-inline: auto; }
	.lmkt-parcel--front { left: 5%; }
	.lmkt-laptop { left: 4%; }

	.lmkt-stores { padding-block: 70px; }
	.lmkt-stores__grid { gap: 18px; }
	.lmkt-store-card { min-height: 440px; padding-inline: 28px; }

	.lmkt-review { flex-basis: calc((100% - 18px) / 2); }

	.lmkt-direct__grid { grid-template-columns: 1fr; gap: 50px; }
	.lmkt-direct-card { width: min(100%, 640px); margin-inline: auto; }
	.lmkt-direct__copy { max-width: 650px; margin-inline: auto; }

	.lmkt-assurances__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 24px; }
	.lmkt-assurance:nth-child(2) { border-right: 0; }
	.lmkt-assurance:nth-child(3) { padding-left: 0; }
}

@media (max-width: 680px) {
	.lmkt-container { width: min(100% - 30px, 1320px); }
	.lmkt-breadcrumb { padding-top: 18px; }
	.lmkt-breadcrumb nav { align-items: flex-start; font-size: 11px; }
	.lmkt-breadcrumb .lmkt-current { max-width: 220px; }

	.lmkt-hero { padding: 32px 0 50px; }
	.lmkt-hero__title { font-size: clamp(38px, 12vw, 53px); }
	.lmkt-hero__text { margin-top: 20px; font-size: 16px; }

	.lmkt-hero-benefits {
		display: flex;
		align-items: stretch;
		flex-direction: column;
		gap: 14px;
		margin-top: 32px;
	}

	.lmkt-hero-benefit {
		align-items: center;
		padding: 0;
		border-right: 0;
	}

	.lmkt-hero-benefit small { display: block; }

	.lmkt-hero-visual { min-height: 360px; margin-top: 4px; transform: scale(.95); transform-origin: top center; }
	.lmkt-parcel--rear { right: 8%; width: 155px; height: 150px; }
	.lmkt-parcel--side { top: 90px; right: -2%; width: 120px; height: 160px; }
	.lmkt-parcel--front { top: 95px; left: 2%; width: 125px; height: 115px; }
	.lmkt-laptop { left: 0; bottom: 24px; width: 76%; }
	.lmkt-device-store { min-height: 190px; padding: 14px 17px; }
	.lmkt-device-store img { width: 88px; }
	.lmkt-device-store > strong { font-size: 11px; }
	.lmkt-device-stars { margin-bottom: 8px; font-size: 11px; }
	.lmkt-device-row { padding: 4px 0; font-size: 8px; }
	.lmkt-device-button--amazon { min-height: 22px; margin-top: 8px; font-size: 8px; }
	.lmkt-phone { right: 0; bottom: 12px; width: 112px; height: 230px; padding: 27px 9px 10px; border-width: 5px; border-radius: 22px; }
	.lmkt-phone__notch { width: 50px; height: 12px; }
	.lmkt-brand-logo--phone { height: 20px; margin: 6px 0 18px; }
	.lmkt-phone > img { width: 58px; margin-bottom: 8px; }
	.lmkt-phone__check { width: 26px; height: 26px; margin-top: 12px; font-size: 13px; }
	.lmkt-device-button--ebay { min-height: 26px; font-size: 8px; }

	.lmkt-stores,
	.lmkt-reviews { padding: 62px 0; }

	.lmkt-section-head { margin-bottom: 30px; }
	.lmkt-section-head h2,
	.lmkt-direct__copy h2 { font-size: 32px; }
	.lmkt-section-head > p:last-child,
	.lmkt-section-head > div > p:last-child { font-size: 14px; }

	.lmkt-stores__grid { grid-template-columns: 1fr; }
	.lmkt-store-card { min-height: 0; padding: 40px 24px; }
	.lmkt-brand-logo--card { height: 48px; }
	.lmkt-brand-logo--card.lmkt-brand-logo--ebay { height: 44px; }
	.lmkt-store-card > p { margin-bottom: 25px; }
	.lmkt-btn--dark { width: 100%; }

	.lmkt-section-head--reviews { align-items: flex-start; flex-direction: column; }
	.lmkt-reviews__controls { align-self: flex-end; }
	.lmkt-review { flex-basis: 86%; min-height: 290px; padding: 22px; }

	.lmkt-direct { padding: 60px 0; }
	.lmkt-direct-card { min-height: 0; padding: 35px 20px 25px; }
	.lmkt-direct-card__benefits { margin: 28px 0; }
	.lmkt-direct-card__benefits > span { padding-inline: 7px; }
	.lmkt-direct-card__benefits small { font-size: 9px; }

	.lmkt-assurances { padding-block: 30px; }
	.lmkt-assurances__grid { grid-template-columns: 1fr; row-gap: 0; }
	.lmkt-assurance,
	.lmkt-assurance:first-child,
	.lmkt-assurance:nth-child(3) {
		padding: 18px 0;
		border-right: 0;
		border-bottom: 1px solid var(--lmkt-line);
	}
	.lmkt-assurance:last-child { border-bottom: 0; }
}

/* FAQ */
.lmkt-faq {
	padding: 60px 0 90px;
}

.lmkt-faq__list {
	max-width: 820px;
	margin: 32px auto 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.lmkt-faq__item {
	border: 1px solid var(--lmkt-line);
	border-radius: 12px;
	padding: 18px 22px;
	background: var(--lmkt-soft);
}

.lmkt-faq__item summary {
	cursor: pointer;
	font-weight: 700;
	font-size: 16px;
	color: var(--lmkt-ink);
	list-style: none;
}

.lmkt-faq__item summary::-webkit-details-marker {
	display: none;
}

.lmkt-faq__item summary::after {
	content: "+";
	float: right;
	color: var(--lmkt-green);
	font-weight: 800;
}

.lmkt-faq__item[open] summary::after {
	content: "\2212";
}

.lmkt-faq__item p {
	margin: 14px 0 0;
	color: var(--lmkt-muted);
	font-size: 15px;
	line-height: 1.6;
}

@media (max-width: 390px) {
	.lmkt-hero__title { font-size: 36px; }
	.lmkt-hero-visual { left: 50%; width: 110%; transform: translateX(-50%) scale(.9); }
	.lmkt-btn { padding-inline: 17px; font-size: 13px; }
}

@media (prefers-reduced-motion: reduce) {
	.lmkt-page *,
	.lmkt-page *::before,
	.lmkt-page *::after {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
	}
}
