.lnf-shell {
	container-type: inline-size;
	max-width: 1040px;
	margin: 0 auto;
	padding: 28px;
	background: #fff;
	color: #111827;
}

.lnf-header {
	max-width: 720px;
	margin: 0 auto 24px;
	text-align: center;
}

.lnf-kicker {
	margin: 0 0 8px;
	color: #b40000;
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
}

.lnf-header h2 {
	margin: 0 0 10px;
	font-size: 34px;
	line-height: 1.12;
}

.lnf-header p {
	margin: 0;
	color: #4b5563;
	font-size: 16px;
	line-height: 1.55;
}

.lnf-steps {
	display: flex;
	gap: 8px;
	justify-content: center;
	margin-bottom: 20px;
}

.lnf-steps span {
	padding: 7px 12px;
	border-radius: 999px;
	background: #f3f4f6;
	color: #4b5563;
	font-size: 13px;
	font-weight: 700;
}

.lnf-steps span.is-active {
	background: #b40000;
	color: #fff;
}

.lnf-panel {
	padding: 22px;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	background: #fff;
}

.lnf-panel h3 {
	margin: 0 0 14px;
	font-size: 22px;
}

.lnf-muted,
.lnf-selection {
	margin: 0 0 16px;
	color: #4b5563;
}

.lnf-type-grid,
.lnf-card-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 14px;
}

.lnf-type,
.lnf-card {
	position: relative;
	display: flex;
	width: 100%;
	min-height: 132px;
	flex-direction: column;
	gap: 8px;
	padding: 18px;
	border: 2px solid #e5e7eb;
	border-radius: 8px;
	background: #fff;
	color: inherit;
	text-align: left;
	cursor: pointer;
	transition: border-color 150ms ease, box-shadow 150ms ease;
}

.lnf-type:hover,
.lnf-card:hover,
.lnf-type.is-selected,
.lnf-card.is-selected {
	border-color: #b40000;
	box-shadow: 0 0 0 3px rgba(180, 0, 0, 0.12);
}

.lnf-card:focus-visible {
	outline: 3px solid rgba(180, 0, 0, 0.25);
	outline-offset: 2px;
}

.lnf-type strong,
.lnf-card-title {
	font-size: 18px;
	font-weight: 800;
}

.lnf-type span,
.lnf-card-desc {
	color: #4b5563;
	font-size: 14px;
	line-height: 1.45;
}

.lnf-card-check {
	position: absolute;
	top: 12px;
	right: 12px;
	display: grid;
	width: 24px;
	height: 24px;
	place-items: center;
	border-radius: 50%;
	background: #f3f4f6;
	color: #b40000;
	font-weight: 800;
}

.lnf-card-check::after {
	display: none;
	width: 9px;
	height: 14px;
	border: solid currentColor;
	border-width: 0 3px 3px 0;
	content: "";
	transform: rotate(45deg) translateY(-1px);
}

.lnf-card.is-selected .lnf-card-check::after {
	display: block;
}

.lnf-card-price {
	color: #b40000;
	font-size: 17px;
	font-weight: 800;
}

.lnf-card-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: auto;
}

.lnf-card-meta span,
.lnf-card-hint {
	display: inline-flex;
	width: fit-content;
	padding: 4px 8px;
	border-radius: 999px;
	background: #f3f4f6;
	color: #374151;
	font-size: 12px;
	font-weight: 700;
}

.lnf-benefits-toggle {
	display: inline-flex;
	width: fit-content;
	align-items: center;
	gap: 6px;
	margin-top: 2px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #b40000;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.35;
	cursor: pointer;
}

.lnf-benefits-toggle:hover,
.lnf-benefits-toggle:focus-visible {
	color: #7f0000;
	text-decoration: underline;
}

.lnf-benefits-arrow {
	font-size: 12px;
	line-height: 1;
}

.lnf-benefits-list {
	display: grid;
	gap: 6px;
	margin: 0;
	padding: 2px 0 0;
	list-style: none;
	color: #374151;
	font-size: 13px;
	line-height: 1.4;
}

.lnf-benefits-list li {
	position: relative;
	padding-left: 18px;
}

.lnf-benefits-list li::before {
	position: absolute;
	left: 0;
	top: 0;
	color: #b40000;
	content: "✓";
	font-weight: 900;
}

.lnf-package-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 300px;
	gap: 18px;
	align-items: start;
}

.lnf-package-main {
	min-width: 0;
}

.lnf-summary {
	position: sticky;
	top: 24px;
	padding: 18px;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 14px 28px rgba(17, 24, 39, 0.08);
}

.lnf-summary h4 {
	margin: 0 0 10px;
	font-size: 18px;
}

.lnf-summary-type,
.lnf-summary-note {
	margin: 0 0 14px;
	color: #4b5563;
	font-size: 13px;
	line-height: 1.45;
}

.lnf-summary-line,
.lnf-summary-total {
	display: flex;
	gap: 12px;
	justify-content: space-between;
	padding: 10px 0;
	border-top: 1px solid #f3f4f6;
	font-size: 14px;
}

.lnf-summary-line span,
.lnf-summary-total span {
	min-width: 0;
}

.lnf-summary-line strong,
.lnf-summary-total strong {
	white-space: nowrap;
}

.lnf-summary-total {
	margin-top: 6px;
	border-top-color: #d1d5db;
	font-size: 16px;
	font-weight: 800;
}

.lnf-summary-addons {
	margin-top: 4px;
}

.lnf-addons {
	margin-top: 24px;
}

.lnf-addons h4 {
	margin: 0 0 12px;
	font-size: 18px;
}

.lnf-card.is-addon-card {
	min-height: 118px;
	padding-right: 70px;
}

.lnf-toggle {
	position: absolute;
	top: 16px;
	right: 16px;
	width: 44px;
	height: 24px;
	border-radius: 999px;
	background: #d1d5db;
	transition: background 150ms ease;
}

.lnf-toggle span {
	position: absolute;
	top: 3px;
	left: 3px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 1px 2px rgba(17, 24, 39, 0.2);
	transition: transform 150ms ease;
}

.lnf-card.is-addon-card.is-selected .lnf-toggle {
	background: #b40000;
}

.lnf-card.is-addon-card.is-selected .lnf-toggle span {
	transform: translateX(20px);
}

.lnf-shell.is-compact {
	max-width: 760px;
	padding: 18px;
}

.lnf-shell.is-compact .lnf-header {
	margin-bottom: 18px;
	text-align: left;
}

.lnf-shell.is-compact .lnf-header h2 {
	font-size: 27px;
}

.lnf-shell.is-compact .lnf-steps {
	justify-content: flex-start;
	overflow-x: auto;
	padding-bottom: 2px;
}

.lnf-shell.is-compact .lnf-panel,
.lnf-shell.is-compact .lnf-card,
.lnf-shell.is-compact .lnf-summary {
	border-radius: 10px;
}

.lnf-shell.is-compact .lnf-package-layout {
	grid-template-columns: 1fr;
}

.lnf-shell.is-compact .lnf-summary {
	position: static;
	order: -1;
	box-shadow: none;
}

.lnf-shell.is-compact .lnf-card-grid,
.lnf-shell.is-compact .lnf-type-grid {
	grid-template-columns: 1fr;
}

.lnf-shell.is-compact .lnf-card {
	min-height: 0;
	padding: 16px;
}

.lnf-form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.lnf-form-grid label {
	display: flex;
	flex-direction: column;
	gap: 6px;
	font-size: 14px;
	font-weight: 700;
}

.lnf-form-grid input {
	width: 100%;
	min-height: 42px;
	border: 1px solid #d1d5db;
	border-radius: 6px;
	padding: 8px 10px;
	font-size: 15px;
}

.lnf-hp {
	position: absolute;
	left: -9999px;
	opacity: 0;
}

.lnf-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: flex-start;
	margin-top: 22px;
}

.lnf-button {
	min-height: 44px;
	padding: 0 18px;
	border: 0;
	border-radius: 6px;
	background: #b40000;
	color: #fff;
	font-weight: 800;
	cursor: pointer;
}

.lnf-button.is-secondary {
	background: #f3f4f6;
	color: #111827;
}

.lnf-button:disabled {
	cursor: not-allowed;
	opacity: 0.6;
}

.lnf-error,
.lnf-notice,
.lnf-loading {
	margin: 16px 0;
	padding: 14px;
	border-radius: 8px;
	background: #fff7f7;
	color: #7f1d1d;
}

.lnf-loading {
	background: #f3f4f6;
	color: #374151;
}

.lnf-success-redirect {
	max-width: 720px;
	margin: 24px auto;
	padding: 18px;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	text-align: center;
}

.lnf-success-button {
	display: inline-flex;
	margin-top: 8px;
}

@media (max-width: 700px) {
	.lnf-shell {
		padding: 16px;
	}

	.lnf-header h2 {
		font-size: 27px;
	}

	.lnf-form-grid {
		grid-template-columns: 1fr;
	}

	.lnf-actions {
		justify-content: stretch;
	}

	.lnf-button {
		width: 100%;
	}

	.lnf-package-layout {
		grid-template-columns: 1fr;
	}

	.lnf-summary {
		position: static;
		order: -1;
	}
}

@container (max-width: 720px) {
	.lnf-package-layout {
		grid-template-columns: 1fr;
	}

	.lnf-summary {
		position: static;
		order: -1;
	}

	.lnf-card-grid,
	.lnf-type-grid {
		grid-template-columns: 1fr;
	}
}
.lnf-consent-list{display:grid;gap:10px;margin:18px 0}.lnf-consent{display:flex!important;align-items:flex-start;gap:9px;font-weight:400!important}.lnf-consent input{width:auto!important;margin-top:4px}.lnf-consent a{text-decoration:underline}

.lnf-hp{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important;}

/* v0.3.0 add-on groups, quantities, alternate routes, and modal */
.lnf-addon-group { margin-top: 18px; }
.lnf-addon-group-heading { display:flex; flex-wrap:wrap; align-items:baseline; justify-content:space-between; gap:8px; margin:0 0 10px; }
.lnf-addon-group-heading h5 { margin:0; font-size:16px; }
.lnf-addon-group-heading span { color:#6b7280; font-size:12px; }
.lnf-required-chip { display:inline-flex; width:fit-content; padding:3px 7px; border-radius:999px; background:#fff1f2; color:#9f1239; font-size:11px; font-weight:800; }
.lnf-addon-quantity { display:flex; align-items:center; gap:8px; margin-top:8px; color:#374151; font-size:13px; font-weight:700; }
.lnf-addon-quantity input { width:76px; min-height:36px; padding:5px 8px; border:1px solid #d1d5db; border-radius:6px; }
.lnf-checkout-actions { display:flex; flex-direction:column; align-items:stretch; gap:10px; margin-top:18px; }
.lnf-alternate-route { align-self:center; border:0; padding:2px 0; background:transparent; color:#6b7280; font-size:13px; font-weight:700; text-decoration:underline; cursor:pointer; }
.lnf-alternate-route:hover, .lnf-alternate-route:focus-visible { color:#b40000; }
.lnf-modal-backdrop { position:fixed; inset:0; z-index:999999; display:grid; place-items:center; padding:20px; background:rgba(17,24,39,.68); }
.lnf-modal { position:relative; width:min(520px,100%); padding:26px; border-radius:12px; background:#fff; box-shadow:0 24px 80px rgba(0,0,0,.28); }
.lnf-modal h3 { margin:0 32px 10px 0; }
.lnf-modal p { color:#4b5563; line-height:1.55; }
.lnf-modal-close { position:absolute; top:12px; right:12px; display:grid; width:34px; height:34px; place-items:center; border:0; border-radius:50%; background:#f3f4f6; color:#111827; cursor:pointer; }
.lnf-modal-actions { display:flex; flex-wrap:wrap; gap:10px; margin-top:20px; }
@media (max-width:700px) { .lnf-modal-actions .lnf-button { width:100%; } }
.lnf-addon-quantity button { width:34px; height:34px; border:1px solid #d1d5db; border-radius:6px; background:#fff; color:#111827; font-size:18px; font-weight:800; cursor:pointer; }
.lnf-addon-quantity button:disabled { opacity:.45; cursor:not-allowed; }


/* v0.3.1 admin-only config-binding diagnostics */
.lnf-admin-binding-notice {
	max-width: 980px;
	margin: 12px auto;
	padding: 12px 14px;
	border: 1px solid #dba617;
	border-left-width: 4px;
	border-radius: 7px;
	background: #fff8e5;
	color: #3c434a;
	font-size: 14px;
	line-height: 1.5;
}
.lnf-admin-binding-notice a { font-weight: 700; }

/* 0.3.4 Owner Console / Add Listing bridge */
.lnf-add-listing-bridge.is-native-form {
	width: 100%;
}

.lnf-bridge-type-shell {
	max-width: 960px;
}

.lnf-bridge-type-link {
	text-decoration: none;
}

.lnf-bridge-access-state {
	display: inline-flex;
	align-self: flex-start;
	margin-top: auto;
	padding: 5px 9px;
	border-radius: 999px;
	background: #f3f4f6;
	color: #4b5563;
	font-size: 12px;
	font-weight: 800;
}

.lnf-bridge-access-state.is-active {
	background: #ecfdf5;
	color: #065f46;
}

.lnf-bridge-refresh {
	max-width: 720px;
	margin: 24px auto;
	padding: 22px;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	background: #fff;
	text-align: center;
}

.lnf-bridge-refresh p {
	margin: 0 0 12px;
}

.lnf-bridge-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 11px 16px;
	border-radius: 7px;
	background: #b40000;
	color: #fff !important;
	font-weight: 800;
	text-decoration: none;
}
