.ll-hero {
	position: relative;
	color: #fff;
	overflow: hidden;
	padding-block: clamp(3.5rem, 7vw, 5.5rem);
	background:
		radial-gradient(ellipse 70% 45% at 0% 0%, rgba(125, 255, 176, 0.1) 0%, transparent 55%),
		radial-gradient(ellipse 90% 70% at 10% -10%, rgba(0, 140, 255, 0.35) 0%, transparent 55%),
		radial-gradient(ellipse 70% 60% at 100% 100%, rgba(2, 12, 42, 0.85) 0%, transparent 50%),
		linear-gradient(155deg, #0066ff 0%, #004ecc 38%, #02102e 100%);
}
.ll-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
	background-size: 48px 48px;
	mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.45) 0%, transparent 88%);
	pointer-events: none;
}
.ll-hero::after {
	content: "";
	position: absolute;
	inset: auto 0 0 0;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.18), transparent);
	pointer-events: none;
}
.ll-hero .ll-container {
	position: relative;
	z-index: 1;
}
.ll-hero__content .wp-block-heading,
.ll-hero__content p { color: inherit; }
.ll-hero__eyebrow {
	display: inline-flex;
	align-items: center;
	margin: 0 0 1.25rem;
	padding: 0.4rem 0.9rem;
	border-radius: 999px;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	color: #fff;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(8px);
}
.ll-hero__title {
	font-size: clamp(2.35rem, 5.2vw, 3.35rem);
	font-weight: 700;
	line-height: 1.08;
	margin: 0 0 1.1rem;
	font-family: "DM Sans", sans-serif;
	letter-spacing: -0.025em;
	max-width: 13ch;
	color: #fff;
	text-shadow: 0 2px 28px rgba(2, 12, 42, 0.18);
}
.ll-hero__lead {
	font-size: clamp(1.02rem, 2vw, 1.125rem);
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.94);
	margin: 0 0 1.5rem;
	max-width: 32rem;
}
.ll-hero__proof {
	list-style: none;
	margin: 0 0 1.75rem;
	padding: 0.5rem;
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.5rem;
	max-width: 34rem;
	border-radius: 16px;
	background: rgba(2, 12, 42, 0.2);
	border: 1px solid rgba(255, 255, 255, 0.14);
	backdrop-filter: blur(12px);
	box-shadow:
		0 10px 36px rgba(2, 12, 42, 0.14),
		inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.ll-hero__proof-card {
	display: flex;
	flex-direction: column;
	gap: 0.3rem;
	padding: 0.95rem 1rem 1rem;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}
.ll-hero__proof-card--free {
	background: linear-gradient(165deg, rgba(0, 163, 42, 0.14) 0%, rgba(255, 255, 255, 0.05) 55%);
	border-color: rgba(125, 255, 176, 0.22);
}
.ll-hero__proof-card--pro {
	background: linear-gradient(165deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.04) 55%);
	border-color: rgba(255, 255, 255, 0.16);
}
.ll-hero__proof-card__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.5rem;
	margin-bottom: 0.15rem;
}
.ll-hero__proof-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.625rem;
	height: 1.625rem;
	border-radius: 50%;
	flex-shrink: 0;
}
.ll-hero__proof-card--free .ll-hero__proof-card__icon {
	color: #7dffb0;
	background: rgba(125, 255, 176, 0.14);
	border: 1px solid rgba(125, 255, 176, 0.28);
}
.ll-hero__proof-card--pro .ll-hero__proof-card__icon {
	color: rgba(255, 255, 255, 0.92);
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.2);
}
.ll-hero__proof-card__title {
	margin: 0;
	font-family: "DM Sans", sans-serif;
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1.35;
	color: #fff;
}
.ll-hero__proof-card__text {
	margin: 0;
	font-size: 0.8125rem;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.82);
}
.ll-hero__proof-badge {
	display: inline-flex;
	align-items: center;
	padding: 0.2rem 0.6rem;
	border-radius: 999px;
	font-size: 0.625rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	line-height: 1.4;
}
.ll-hero__proof-badge--pro {
	color: #fff;
	background: rgba(255, 255, 255, 0.14);
	border: 1px solid rgba(255, 255, 255, 0.3);
}
.ll-hero__proof-callout {
	grid-column: 1 / -1;
	display: flex;
	align-items: center;
	gap: 0.65rem;
	padding: 0.8rem 0.95rem;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.1);
}
.ll-hero__proof-callout__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	border-radius: 10px;
	flex-shrink: 0;
	color: #7dffb0;
	background: rgba(125, 255, 176, 0.12);
	border: 1px solid rgba(125, 255, 176, 0.28);
}
.ll-hero__proof-callout__text {
	margin: 0;
	font-size: 0.8125rem;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.9);
}
.ll-hero__proof-callout em {
	font-style: normal;
	font-weight: 600;
	color: #fff;
	text-decoration: underline;
	text-decoration-color: rgba(125, 255, 176, 0.55);
	text-underline-offset: 3px;
}
@media (min-width: 520px) {
	.ll-hero__proof {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		padding: 0.55rem;
	}
}
.ll-hero__ctas {
	display: grid;
	grid-template-columns: auto auto;
	grid-template-rows: auto auto;
	align-items: center;
	gap: 0.5rem 0.85rem;
	margin-bottom: 1.35rem;
}
.ll-hero__cta-primary {
	display: contents;
}
.ll-hero__cta-primary .ll-btn {
	grid-row: 1;
	grid-column: 1;
}
.ll-hero__ctas > .ll-btn--ghost-white {
	grid-row: 1;
	grid-column: 2;
}
.ll-hero__cta-hint {
	grid-row: 2;
	grid-column: 1 / -1;
}
.ll-btn--hero {
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.2);
}
.ll-btn--hero:hover {
	transform: translateY(-1px);
	box-shadow: 0 14px 32px rgba(0, 0, 0, 0.26);
}
.ll-hero__cta-hint {
	font-size: 0.8125rem;
	color: rgba(255, 255, 255, 0.82);
}
.ll-hero__explore {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 1.25rem;
	margin-top: 1.25rem;
	padding-top: 1rem;
	border-top: 1px solid rgba(255, 255, 255, 0.14);
	font-size: 0.8125rem;
	font-weight: 600;
}
.ll-hero__explore a {
	color: rgba(255, 255, 255, 0.9);
	text-decoration: none;
}
.ll-hero__explore a:hover {
	color: #fff;
	text-decoration: underline;
	text-underline-offset: 0.15em;
}
.ll-hero__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2.5rem;
	align-items: center;
}
@media (min-width: 960px) {
	.ll-hero__grid {
		grid-template-columns: 0.98fr 1.14fr;
		gap: 3rem;
	}
	.ll-hero__content {
		max-width: 36rem;
	}
	.ll-hero__title { max-width: 11ch; }
}
.ll-hero__visual {
	position: relative;
	min-width: 0;
}
@media (min-width: 960px) {
	.ll-hero__visual {
		margin-inline-end: -0.75rem;
	}
}
/* Dashboard preview — v2 plugin admin replica (cropped) */
.ll-hero-dashboard-preview {
	position: relative;
}
.ll-hero-dashboard-preview__glow {
	position: absolute;
	inset: 6% 2% -8%;
	background: radial-gradient(circle, rgba(37, 99, 235, 0.34) 0%, transparent 72%);
	filter: blur(34px);
	z-index: 0;
}
.ll-hero-dashboard-preview__viewport {
	position: relative;
	z-index: 1;
	max-height: 580px;
	min-height: 440px;
	overflow: hidden;
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	background: #f6f7f9;
	box-shadow:
		0 2px 0 rgba(255, 255, 255, 0.12) inset,
		0 24px 64px rgba(2, 12, 42, 0.32),
		0 8px 24px rgba(2, 12, 42, 0.14);
}
.ll-hero-dashboard-preview__viewport::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 96px;
	background: linear-gradient(180deg, rgba(246, 247, 249, 0) 0%, rgba(246, 247, 249, 0.98) 85%);
	pointer-events: none;
}
.ll-dash-v2 {
	--ll-brand: #2563eb;
	--ll-brand-subtle: #eff4ff;
	--ll-canvas: #f6f7f9;
	--ll-surface: #fff;
	--ll-border: #e4e7ec;
	--ll-border-subtle: #f2f4f7;
	--ll-text: #101828;
	--ll-text-secondary: #344054;
	--ll-text-muted: #667085;
	--ll-success: #12b76a;
	--ll-success-subtle: #ecfdf3;
	--ll-warning: #f79009;
	--ll-radius-sm: 8px;
	--ll-radius: 12px;
	--ll-radius-lg: 16px;
	--ll-shadow-xs: 0 1px 2px rgba(16, 24, 40, 0.05);
	color: var(--ll-text);
	padding: 12px 12px 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 13px;
	line-height: 1.5;
}
.ll-dash-v2__shell {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.ll-dash-v2__command {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
}
.ll-dash-v2__breadcrumb {
	margin: 0 0 6px;
	font-size: 11px;
	color: var(--ll-text-muted);
}
.ll-dash-v2__breadcrumb span[aria-current="page"] {
	color: var(--ll-brand);
	font-weight: 600;
}
.ll-dash-v2__title-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
}
.ll-dash-v2__title {
	margin: 0;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: -0.02em;
	color: var(--ll-text);
}
.ll-dash-v2__live-pill {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 3px 9px;
	border-radius: 999px;
	background: var(--ll-success-subtle);
	color: #027a48;
	font-size: 10px;
	font-weight: 700;
}
.ll-dash-v2__live-pill::before {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--ll-success);
	box-shadow: 0 0 0 3px rgba(18, 183, 106, 0.2);
}
.ll-dash-v2__subtitle {
	margin: 6px 0 0;
	font-size: 12px;
	color: var(--ll-text-muted);
}
.ll-dash-v2__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 8px;
	font-size: 11px;
	color: var(--ll-text-muted);
}
.ll-dash-v2__meta-item strong {
	color: var(--ll-text-secondary);
	font-weight: 600;
}
.ll-dash-v2__command-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}
.ll-dash-v2__btn {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 0 10px;
	border: 1px solid var(--ll-border);
	border-radius: 999px;
	background: var(--ll-surface);
	font-size: 11px;
	font-weight: 600;
	color: var(--ll-text-secondary);
}
.ll-dash-v2__kpi-strip {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 8px;
}
.ll-dash-v2__kpi {
	background: var(--ll-surface);
	border: 1px solid var(--ll-border);
	border-radius: var(--ll-radius);
	padding: 12px;
	box-shadow: var(--ll-shadow-xs);
}
.ll-dash-v2__kpi--hero {
	grid-column: span 2;
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 12px;
	align-items: center;
	border-color: #bfd4ff;
	background: linear-gradient(135deg, var(--ll-brand-subtle) 0%, var(--ll-surface) 55%);
}
.ll-dash-v2__score-ring {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 72px;
	height: 72px;
	min-width: 72px;
	border-radius: 50%;
	background: conic-gradient(var(--ll-success) var(--ll-dash-score-degrees, 342deg), var(--ll-border-subtle) 0);
	flex-shrink: 0;
}
.ll-dash-v2__score-ring::after {
	content: "";
	position: absolute;
	inset: 8px;
	border-radius: 50%;
	background: var(--ll-surface);
}
.ll-dash-v2__score-ring-value,
.ll-dash-v2__score-ring-grade {
	position: relative;
	z-index: 1;
	line-height: 1;
}
.ll-dash-v2__score-ring-value {
	font-size: 18px;
	font-weight: 700;
	color: var(--ll-text);
}
.ll-dash-v2__score-ring-grade {
	margin-top: 2px;
	font-size: 10px;
	font-weight: 600;
	color: var(--ll-text-muted);
}
.ll-dash-v2__kpi-label {
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: var(--ll-text-muted);
}
.ll-dash-v2__kpi-value {
	margin: 4px 0 0;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.1;
	font-variant-numeric: tabular-nums;
}
.ll-dash-v2__kpi-value--text {
	font-size: 16px;
}
.ll-dash-v2__kpi-value--good {
	font-size: 16px;
	color: #027a48;
}
.ll-dash-v2__kpi-suffix {
	font-size: 14px;
	color: var(--ll-text-muted);
	font-weight: 500;
}
.ll-dash-v2__kpi-footer {
	margin-top: 6px;
}
.ll-dash-v2__kpi-meta,
.ll-dash-v2__trend {
	font-size: 11px;
	color: var(--ll-text-muted);
}
.ll-dash-v2__trend.is-up {
	display: inline-block;
	color: #027a48;
	background: var(--ll-success-subtle);
	padding: 2px 6px;
	border-radius: 6px;
	font-weight: 700;
}
.ll-dash-v2__chip {
	display: inline-flex;
	padding: 2px 7px;
	border-radius: 999px;
	font-size: 10px;
	font-weight: 700;
}
.ll-dash-v2__chip--good {
	background: var(--ll-success-subtle);
	color: #027a48;
}
.ll-dash-v2__layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 132px;
	gap: 10px;
	align-items: start;
}
.ll-dash-v2__panel {
	background: var(--ll-surface);
	border: 1px solid var(--ll-border);
	border-radius: var(--ll-radius-lg);
	box-shadow: var(--ll-shadow-xs);
	overflow: hidden;
}
.ll-dash-v2__tabs {
	display: flex;
	gap: 4px;
	padding: 10px 10px 0;
	border-bottom: 1px solid var(--ll-border-subtle);
	overflow-x: auto;
}
.ll-dash-v2__tab {
	padding: 8px 12px;
	border-radius: var(--ll-radius-sm) var(--ll-radius-sm) 0 0;
	font-size: 12px;
	font-weight: 600;
	color: var(--ll-text-muted);
	border-bottom: 2px solid transparent;
	margin-bottom: -1px;
	white-space: nowrap;
}
.ll-dash-v2__tab.is-active {
	color: var(--ll-brand);
	border-bottom-color: var(--ll-brand);
	background: var(--ll-brand-subtle);
}
.ll-dash-v2__panel-body {
	padding: 12px;
}
.ll-dash-v2__category-bars {
	display: grid;
	gap: 8px;
	margin-bottom: 12px;
	padding: 10px;
	border-radius: var(--ll-radius);
	background: var(--ll-canvas);
	border: 1px solid var(--ll-border-subtle);
}
.ll-dash-v2__category-row {
	display: grid;
	grid-template-columns: 72px 1fr 28px;
	gap: 8px;
	align-items: center;
	font-size: 11px;
}
.ll-dash-v2__category-label {
	color: var(--ll-text-secondary);
	font-weight: 500;
}
.ll-dash-v2__category-track {
	height: 7px;
	border-radius: 999px;
	background: var(--ll-border-subtle);
	overflow: hidden;
}
.ll-dash-v2__category-fill {
	display: block;
	height: 100%;
	border-radius: 999px;
	background: linear-gradient(90deg, var(--ll-brand), #60a5fa);
}
.ll-dash-v2__category-value {
	font-weight: 700;
	text-align: right;
	font-variant-numeric: tabular-nums;
}
.ll-dash-v2__toolbar {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 10px;
}
.ll-dash-v2__toolbar-title {
	margin: 0;
	font-size: 14px;
	font-weight: 600;
}
.ll-dash-v2__toolbar-meta {
	margin: 2px 0 0;
	font-size: 11px;
	color: var(--ll-text-muted);
}
.ll-dash-v2__progress {
	flex: 0 1 180px;
	min-width: 140px;
}
.ll-dash-v2__progress-label {
	display: flex;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 4px;
	font-size: 11px;
	color: var(--ll-text-muted);
}
.ll-dash-v2__progress-bar {
	height: 6px;
	border-radius: 999px;
	background: var(--ll-border-subtle);
	overflow: hidden;
}
.ll-dash-v2__progress-bar > span {
	display: block;
	height: 100%;
	border-radius: inherit;
	background: linear-gradient(90deg, var(--ll-brand), #60a5fa);
}
.ll-dash-v2__tasks {
	list-style: none;
	margin: 0;
	padding: 0;
}
.ll-dash-v2__task {
	display: grid;
	grid-template-columns: 24px minmax(0, 1fr) auto;
	gap: 8px;
	align-items: start;
	padding: 8px 0;
	border-top: 1px solid var(--ll-border-subtle);
}
.ll-dash-v2__task:first-child {
	border-top: 0;
	padding-top: 0;
}
.ll-dash-v2__task-icon {
	display: grid;
	place-items: center;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	border: 2px solid var(--ll-border);
	font-size: 11px;
	font-weight: 700;
	color: transparent;
}
.ll-dash-v2__task.is-complete .ll-dash-v2__task-icon {
	border-color: var(--ll-success);
	background: var(--ll-success);
	color: #fff;
}
.ll-dash-v2__task-copy strong {
	display: block;
	font-size: 12px;
	font-weight: 600;
	color: var(--ll-text);
}
.ll-dash-v2__task-copy span {
	display: block;
	margin-top: 2px;
	font-size: 11px;
	color: var(--ll-text-muted);
}
.ll-dash-v2__task.is-complete .ll-dash-v2__task-copy strong,
.ll-dash-v2__task.is-complete .ll-dash-v2__task-copy span {
	opacity: 0.72;
}
.ll-dash-v2__task-action {
	align-self: center;
	padding: 4px 8px;
	border-radius: var(--ll-radius-sm);
	background: var(--ll-brand-subtle);
	color: var(--ll-brand);
	font-size: 10px;
	font-weight: 700;
	white-space: nowrap;
}
.ll-dash-v2__sidebar-card {
	background: var(--ll-surface);
	border: 1px solid var(--ll-border);
	border-radius: var(--ll-radius);
	padding: 10px;
	box-shadow: var(--ll-shadow-xs);
}
.ll-dash-v2__sidebar-card-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 6px;
	margin-bottom: 8px;
}
.ll-dash-v2__sidebar-card h3 {
	margin: 0;
	font-size: 12px;
	font-weight: 600;
}
.ll-dash-v2__sidebar-link {
	font-size: 10px;
	font-weight: 600;
	color: var(--ll-brand);
}
.ll-dash-v2__nap-mini {
	display: flex;
	gap: 8px;
	align-items: flex-start;
}
.ll-dash-v2__nap-score {
	width: 40px;
	height: 40px;
	min-width: 40px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	font-size: 11px;
	font-weight: 800;
	background: var(--ll-success-subtle);
	color: #027a48;
	border: 2px solid var(--ll-success);
}
.ll-dash-v2__nap-mini p {
	margin: 0;
	font-size: 10px;
	color: var(--ll-text-muted);
	line-height: 1.45;
}
@media (max-width: 640px) {
	.ll-hero {
		padding-block: clamp(2.25rem, 8vw, 3rem);
	}
	.ll-hero__grid {
		gap: 1.5rem;
	}
	.ll-hero__eyebrow {
		margin-bottom: 1rem;
		font-size: 0.6875rem;
	}
	.ll-hero__title {
		max-width: none;
		font-size: clamp(1.85rem, 8.5vw, 2.35rem);
		margin-bottom: 0.875rem;
	}
	.ll-hero__lead {
		font-size: 1rem;
		line-height: 1.6;
		margin-bottom: 1.25rem;
	}
	.ll-hero__proof {
		margin-bottom: 1.25rem;
		padding: 0.45rem;
	}
	.ll-hero__proof-card {
		padding: 0.8rem 0.875rem 0.875rem;
	}
	.ll-hero__proof-callout {
		flex-direction: row;
		align-items: flex-start;
		padding: 0.7rem 0.8rem;
	}
	.ll-hero__ctas {
		grid-template-columns: 1fr;
		gap: 0.625rem;
		margin-bottom: 1rem;
	}
	.ll-hero__cta-primary .ll-btn,
	.ll-hero__ctas > .ll-btn--ghost-white {
		grid-column: 1;
	}
	.ll-hero__cta-primary .ll-btn { grid-row: 1; }
	.ll-hero__ctas > .ll-btn--ghost-white { grid-row: 2; }
	.ll-hero__cta-hint {
		grid-row: 3;
		text-align: center;
	}
	.ll-hero__ctas .ll-btn {
		width: 100%;
		justify-content: center;
	}
	.ll-hero-dashboard-preview__viewport {
		max-height: 400px;
		min-height: 300px;
		border-radius: 12px;
	}
	.ll-dash-v2 {
		padding: 8px 8px 0;
		font-size: 12px;
	}
	.ll-dash-v2__command-actions,
	.ll-dash-v2__sidebar {
		display: none;
	}
	.ll-dash-v2__title {
		font-size: 16px;
	}
	.ll-dash-v2__meta {
		gap: 8px;
	}
	.ll-dash-v2__kpi-strip {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.ll-dash-v2__kpi--hero {
		grid-column: span 2;
	}
	.ll-dash-v2__layout {
		grid-template-columns: 1fr;
	}
	.ll-dash-v2__task {
		grid-template-columns: 22px minmax(0, 1fr);
	}
	.ll-dash-v2__task-action {
		grid-column: 2;
		justify-self: start;
		margin-top: 4px;
	}
}
