.lfv-wrap {
	--lfv-accent: #2563eb;
	--lfv-ink: #101828;
	--lfv-muted: #667085;
	--lfv-soft: #f8fbff;
	--lfv-line: #e7edf7;
	--lfv-shadow: 0 16px 45px rgba(16, 24, 40, 0.08);
	box-sizing: border-box;
	width: min(1480px, calc(100vw - 48px));
	max-width: none;
	margin-top: -150px;
	margin-left: calc(50% - min(740px, calc(50vw - 24px)));
	margin-right: auto;
	padding: 0 0 44px;
	color: var(--lfv-ink);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	text-align: left;
}

.lfv-wrap *,
.lfv-wrap *:before,
.lfv-wrap *:after {
	box-sizing: border-box;
}

.lfv-wrap a,
.lfv-wrap button {
	text-decoration: none !important;
}

.lfv-wrap h2,
.lfv-wrap h3,
.lfv-wrap p {
	font-family: inherit;
}

body .lfv-wrap h2,
body .lfv-wrap h3,
body .lfv-wrap p,
body .lfv-wrap a,
body .lfv-wrap button,
body .lfv-wrap select,
body .lfv-wrap small,
body .lfv-wrap strong,
body .lfv-wrap span {
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
	letter-spacing: 0 !important;
}

body .lfv-wrap a {
	color: inherit !important;
	text-decoration: none !important;
}

.lfv-top-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
	gap: 60px;
	align-items: start;
	margin-bottom: 32px;
	padding-top: 10px;
}

.lfv-hero-copy h2 {
	margin: 0 0 14px;
	font-size: clamp(38px, 4vw, 54px);
	line-height: 1.05;
	font-weight: 900;
	letter-spacing: 0;
	color: var(--lfv-ink);
	text-transform: none;
}

.lfv-hero-copy h2 span {
	color: var(--lfv-accent);
}

body .lfv-wrap .lfv-hero-copy h2 span {
	color: var(--lfv-accent) !important;
}

.lfv-hero-copy > p {
	max-width: 690px;
	margin: 0 0 26px;
	color: var(--lfv-muted);
	font-size: clamp(15px, 1.45vw, 18px);
	line-height: 1.45;
}

.lfv-hero-stats {
	display: flex;
	gap: 18px;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 24px;
}

.lfv-hero-stats div {
	display: grid;
	grid-template-columns: 34px auto;
	column-gap: 10px;
	align-items: center;
	min-width: 175px;
	padding-right: 18px;
	border-right: 1px solid var(--lfv-line);
}

.lfv-hero-stats div:last-child {
	border-right: 0;
}

.lfv-hero-stats i {
	position: relative;
	grid-row: span 2;
	display: grid;
	width: 34px;
	height: 34px;
	place-items: center;
	border-radius: 12px;
	background: color-mix(in srgb, var(--lfv-accent) 12%, #fff);
	color: var(--lfv-accent);
	font-style: normal;
	font-size: 16px;
	font-weight: 900;
}

.lfv-hero-stats i:before,
.lfv-hero-stats i:after {
	content: "";
	position: absolute;
	display: block;
	color: var(--lfv-accent);
}

.lfv-icon-download:before {
	left: 12px;
	top: 8px;
	width: 9px;
	height: 13px;
	border-right: 2px solid var(--lfv-accent);
	border-bottom: 2px solid var(--lfv-accent);
	border-left: 2px solid var(--lfv-accent);
	border-radius: 0 0 2px 2px;
}

.lfv-icon-download:after {
	left: 14px;
	top: 8px;
	width: 6px;
	height: 6px;
	border-right: 2px solid var(--lfv-accent);
	border-bottom: 2px solid var(--lfv-accent);
	transform: rotate(45deg);
}

.lfv-icon-premium:before {
	left: 10px;
	top: 10px;
	width: 14px;
	height: 14px;
	background: var(--lfv-accent);
	clip-path: polygon(50% 0, 62% 34%, 98% 35%, 69% 56%, 79% 91%, 50% 70%, 21% 91%, 31% 56%, 2% 35%, 38% 34%);
}

.lfv-icon-secure:before {
	left: 13px;
	top: 9px;
	width: 8px;
	height: 14px;
	border-right: 2px solid var(--lfv-accent);
	border-bottom: 2px solid var(--lfv-accent);
	transform: rotate(40deg);
}

.lfv-hero-stats strong {
	font-size: 13px;
}

.lfv-hero-stats small {
	color: var(--lfv-muted);
	font-size: 12px;
}

.lfv-premium-card {
	position: relative;
	display: grid;
	grid-template-columns: 54px 1fr;
	gap: 22px;
	align-items: center;
	min-height: 210px;
	padding: 34px 40px;
	margin-top: 132px;
	align-self: start;
	overflow: hidden;
	border: 1px solid var(--lfv-line);
	border-radius: 18px;
	background: #fff;
	box-shadow: var(--lfv-shadow);
}

.lfv-premium-card:after {
	content: "";
	position: absolute;
	right: 36px;
	bottom: 18px;
	width: 76px;
	height: 76px;
	border: 8px solid color-mix(in srgb, var(--lfv-accent) 8%, #eef4ff);
	transform: rotate(45deg);
}

body .lfv-wrap .lfv-top-hero > .lfv-premium-card {
	margin-top: 132px !important;
}

.lfv-premium-icon {
	position: relative;
	display: grid;
	width: 52px;
	height: 52px;
	place-items: center;
	border-radius: 50%;
	background: var(--lfv-accent);
	color: #fff;
	font-size: 24px;
}

.lfv-premium-icon:before {
	content: "";
	width: 21px;
	height: 21px;
	background: #fff;
	clip-path: polygon(50% 0, 62% 34%, 98% 35%, 69% 56%, 79% 91%, 50% 70%, 21% 91%, 31% 56%, 2% 35%, 38% 34%);
}

.lfv-premium-card h3 {
	margin: 0 0 10px;
	font-size: 28px;
	font-weight: 900;
	letter-spacing: 0;
}

.lfv-premium-card > div:not(.lfv-premium-icon) {
	position: relative;
	z-index: 2;
	align-self: center;
}

.lfv-premium-card p {
	max-width: 390px;
	margin: 0 0 20px;
	color: var(--lfv-muted);
	font-size: 15px;
	line-height: 1.45;
}

.lfv-premium-button,
.lfv-button {
	display: inline-flex;
	min-height: 38px;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
	border: 1px solid var(--lfv-accent);
	border-radius: 8px;
	background: var(--lfv-accent);
	color: #fff !important;
	font-weight: 800;
	text-decoration: none;
	box-shadow: none !important;
	text-shadow: none !important;
}

body .lfv-wrap a.lfv-button,
body .lfv-wrap a.lfv-premium-button,
body .lfv-wrap .lfv-button,
body .lfv-wrap .lfv-premium-button {
	color: #fff !important;
	background-color: var(--lfv-accent) !important;
	border-color: var(--lfv-accent) !important;
	text-decoration: none !important;
	box-shadow: none !important;
	text-shadow: none !important;
}

.lfv-category-bar {
	display: flex;
	gap: 18px;
	align-items: center;
	flex-wrap: wrap;
	padding: 12px 16px;
	margin-bottom: 18px;
	border: 1px solid var(--lfv-line);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 8px 25px rgba(16, 24, 40, 0.05);
}

.lfv-category-bar a,
.lfv-category-bar button {
	display: inline-flex;
	min-height: 38px;
	align-items: center;
	justify-content: center;
	padding: 0 18px;
	border: 0;
	border-radius: 999px;
	background: transparent;
	color: var(--lfv-ink) !important;
	font: inherit;
	font-weight: 800;
	font-size: 13px;
	text-decoration: none;
	cursor: pointer;
}

body .lfv-wrap .lfv-category-bar a:not(.is-active),
body .lfv-wrap .lfv-category-bar button:not(.is-active) {
	color: var(--lfv-ink) !important;
	text-decoration: none !important;
}

.lfv-category-bar a.is-active {
	background: var(--lfv-accent);
	color: #fff !important;
	box-shadow: none !important;
}

.lfv-license-trigger {
	color: var(--lfv-accent) !important;
}

.lfv-sort {
	margin-left: auto;
	color: var(--lfv-muted);
	font-weight: 800;
}

.lfv-sort select {
	min-height: 40px;
	margin-left: 12px;
	padding: 0 18px;
	border: 1px solid var(--lfv-line);
	border-radius: 12px;
	background: #fff;
	font-weight: 800;
}

.lfv-license-strip {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 18px 26px;
	margin: 0 0 22px;
	border: 1px solid #e6eefc;
	border-radius: 14px;
	background: linear-gradient(90deg, #f8fbff, #fff);
}

.lfv-license-strip div {
	display: grid;
	grid-template-columns: 36px auto;
	column-gap: 14px;
	align-items: center;
}

.lfv-license-strip span {
	grid-row: span 2;
	display: grid;
	width: 34px;
	height: 34px;
	place-items: center;
	color: var(--lfv-accent);
	font-size: 24px;
}

.lfv-icon-license:before {
	content: "i";
	display: grid;
	width: 26px;
	height: 26px;
	place-items: center;
	border: 2px solid var(--lfv-accent);
	border-radius: 50%;
	color: var(--lfv-accent);
	font-size: 12px;
	font-weight: 900;
}

.lfv-license-strip strong {
	font-size: 16px;
}

.lfv-license-strip small {
	color: var(--lfv-muted);
	font-size: 12px;
}

.lfv-license-strip button {
	border: 0;
	background: transparent;
	color: var(--lfv-accent);
	font: inherit;
	font-weight: 900;
	cursor: pointer;
}

.lfv-license-strip-hero {
	max-width: 620px;
	margin: 0;
	padding: 14px 18px;
	border-radius: 10px;
}

.lfv-license-strip-hero div {
	grid-template-columns: 30px auto;
	column-gap: 12px;
}

.lfv-license-strip-hero span {
	width: 28px;
	height: 28px;
	font-size: 19px;
}

.lfv-license-strip-hero strong {
	font-size: 14px;
}

.lfv-license-strip-hero small {
	font-size: 11px;
}

.lfv-license-strip-hero button {
	min-height: 38px;
	padding: 0 14px;
	border-radius: 999px;
	background: color-mix(in srgb, var(--lfv-accent) 10%, #fff);
	font-size: 14px;
	line-height: 1;
	white-space: nowrap;
}

body .lfv-wrap .lfv-license-strip-hero button {
	color: var(--lfv-accent) !important;
}

.lfv-content-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 280px;
	gap: 24px;
	align-items: start;
}

.lfv-count {
	margin: 0 0 14px;
	color: var(--lfv-muted);
	font-size: 13px;
	font-weight: 800;
}

.lfv-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 20px;
}

.lfv-card {
	min-width: 0;
	overflow: hidden;
	border: 1px solid var(--lfv-line);
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 8px 22px rgba(16, 24, 40, 0.05);
}

.lfv-card-image {
	position: relative;
	aspect-ratio: 1.28 / 1;
	background: var(--lfv-soft);
}

.lfv-card-preview-trigger {
	position: absolute;
	inset: 0;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
}

.lfv-card-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.lfv-card-placeholder {
	display: grid;
	height: 100%;
	place-items: center;
	color: var(--lfv-muted);
	font-weight: 900;
}

.lfv-manual-badge {
	position: absolute;
	top: 14px;
	left: 14px;
	z-index: 2;
	padding: 6px 10px;
	border-radius: 8px;
	background: var(--lfv-accent);
	color: #fff;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.lfv-premium-item-badge {
	position: absolute;
	top: 12px;
	right: 12px;
	z-index: 3;
	display: inline-flex;
	gap: 7px;
	align-items: center;
	padding: 7px 10px;
	border: 1px solid rgba(185, 129, 0, 0.28);
	border-radius: 999px;
	background: linear-gradient(135deg, #fff7d6, #f5b82e);
	color: #6f4400;
	font-size: 11px;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
	box-shadow: 0 8px 18px rgba(111, 68, 0, 0.14);
}

.lfv-premium-item-badge i {
	display: block;
	width: 12px;
	height: 12px;
	background: #c78300;
	clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}

.lfv-card-body {
	display: flex;
	min-height: 240px;
	flex-direction: column;
	padding: 14px 16px 18px;
}

.lfv-badges {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	margin-bottom: 12px;
}

.lfv-badges span,
.lfv-badges button {
	padding: 5px 8px;
	border: 0;
	border-radius: 7px;
	background: color-mix(in srgb, var(--lfv-accent) 12%, #fff);
	color: var(--lfv-accent);
	font-size: 10px;
	font-weight: 900;
	line-height: 1.2;
	text-transform: uppercase;
}

.lfv-badges button {
	cursor: pointer;
	box-shadow: none !important;
	text-shadow: none !important;
}

.lfv-badges .lfv-license-badge {
	background: #eaffef;
	color: #17a34a !important;
}

.lfv-badges .lfv-license-limited_commercial {
	background: #fff3dc;
	color: #f59e0b !important;
}

.lfv-badges .lfv-license-personal_use {
	background: #ffe8e8;
	color: #ef233c !important;
}

.lfv-badges .lfv-license-free_commercial {
	background: #eaffef;
	color: #17a34a !important;
}

.lfv-card h3 {
	margin: 0 0 10px;
	font-size: 17px;
	line-height: 1.2;
	font-weight: 900;
	letter-spacing: 0;
	color: var(--lfv-ink);
	overflow-wrap: anywhere;
	text-transform: none;
}

.lfv-card p {
	display: -webkit-box;
	min-height: calc(13px * 1.45 * 2);
	max-height: calc(13px * 1.45 * 2);
	margin: 0 0 16px;
	overflow: hidden;
	color: var(--lfv-muted);
	font-size: 13px;
	line-height: 1.45;
	overflow-wrap: anywhere;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.lfv-card-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-top: auto;
}

.lfv-download-count {
	color: var(--lfv-muted);
	font-weight: 900;
	white-space: nowrap;
	font-size: 13px;
}

.lfv-sidebar {
	display: grid;
	gap: 18px;
}

.lfv-side-card {
	padding: 22px;
	border: 1px solid var(--lfv-line);
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 8px 22px rgba(16, 24, 40, 0.04);
}

.lfv-side-card h3 {
	margin: 0 0 16px;
	font-size: 18px;
	font-weight: 900;
}

.lfv-ring {
	display: grid;
	width: 86px;
	height: 86px;
	margin: 0 auto 18px;
	place-items: center;
	border: 12px solid color-mix(in srgb, var(--lfv-accent) 18%, #eef4ff);
	border-top-color: var(--lfv-accent);
	border-radius: 50%;
	color: var(--lfv-accent);
}

.lfv-side-card p {
	margin: 0;
	color: var(--lfv-muted);
	font-size: 12px;
	line-height: 1.45;
}

.lfv-side-premium {
	background: #fff6dc;
	border-color: #ffe2a3;
}

.lfv-side-premium strong {
	display: block;
	margin-bottom: 10px;
	font-size: 15px;
}

.lfv-side-premium a {
	display: flex;
	min-height: 38px;
	align-items: center;
	justify-content: center;
	margin-top: 18px;
	border: 1px solid #f3a928;
	border-radius: 9px;
	color: #b76b00 !important;
	font-weight: 900;
	text-decoration: none;
	box-shadow: none !important;
	text-shadow: none !important;
}

.lfv-quality-list p {
	display: grid;
	grid-template-columns: 36px minmax(0, 1fr);
	gap: 14px;
	align-items: start;
	margin: 0 0 18px;
}

.lfv-quality-list p:last-child {
	margin-bottom: 0;
}

.lfv-quality-list span {
	display: block;
	min-width: 0;
}

.lfv-quality-list strong {
	display: block;
	margin-bottom: 3px;
	color: var(--lfv-ink);
}

.lfv-quality-list em {
	display: block;
	color: var(--lfv-muted);
	font-style: normal;
	line-height: 1.35;
}

.lfv-quality-icon {
	position: relative;
	display: block;
	width: 30px;
	height: 30px;
	margin-top: 1px;
	border: 3px solid var(--lfv-ink);
	border-radius: 50%;
	background: transparent;
	clip-path: none;
}

.lfv-quality-icon:before {
	content: "";
	position: absolute;
	z-index: 2;
	left: 8px;
	top: 5px;
	width: 8px;
	height: 14px;
	border-right: 4px solid var(--lfv-ink);
	border-bottom: 4px solid var(--lfv-ink);
	border-radius: 2px;
	transform: rotate(45deg);
}

.lfv-quality-icon:after {
	display: none;
}

.lfv-empty,
.lfv-notice {
	padding: 18px;
	border: 1px solid var(--lfv-line);
	border-radius: 12px;
	background: var(--lfv-soft);
}

.lfv-modal {
	position: fixed;
	inset: 0;
	z-index: 99999;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 24px;
	background: rgba(16, 24, 40, 0.46);
}

.lfv-modal.is-open {
	display: flex;
}

.lfv-modal-panel {
	position: relative;
	width: min(560px, 100%);
	padding: 34px;
	border-radius: 18px;
	background: #fff;
	box-shadow: var(--lfv-shadow);
}

.lfv-modal-panel h3 {
	margin: 0 0 18px;
	font-size: 30px;
	font-weight: 900;
}

.lfv-modal-panel p {
	color: var(--lfv-muted);
	font-size: 17px;
	line-height: 1.5;
}

.lfv-modal-panel .lfv-license-warning {
	margin-top: 22px;
	padding-top: 18px;
	border-top: 1px solid var(--lfv-line);
}

.lfv-modal-panel .lfv-license-warning strong {
	color: var(--lfv-ink);
	letter-spacing: 0.02em;
}

.lfv-modal-panel .lfv-license-guide-free strong {
	color: #17a34a;
}

.lfv-modal-panel .lfv-license-guide-limited strong {
	color: #f59e0b;
}

.lfv-modal-panel .lfv-license-guide-personal strong {
	color: #ef233c;
}

.lfv-product-modal {
	padding: 28px;
}

.lfv-product-modal-panel {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.7fr);
	gap: 38px;
	width: min(1240px, 100%);
	max-height: calc(100vh - 56px);
	overflow: auto;
	padding: 44px;
	border: 1px solid var(--lfv-line);
	border-radius: 18px;
	background: #fff;
	box-shadow: var(--lfv-shadow);
}

.lfv-product-modal-image {
	align-self: center;
	overflow: hidden;
	border-radius: 8px;
	background: var(--lfv-soft);
}

.lfv-product-modal-image img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 68vh;
	object-fit: contain;
}

.lfv-product-modal-body {
	display: flex;
	min-width: 0;
	flex-direction: column;
	align-self: stretch;
	justify-content: flex-start;
	padding-top: 0;
}

body .lfv-wrap .lfv-product-modal-body {
	justify-content: flex-start !important;
	padding-top: 0 !important;
}

body .lfv-wrap .lfv-product-modal-body .lfv-badges {
	margin-bottom: 14px !important;
}

.lfv-product-modal-body .lfv-badges span,
.lfv-product-modal-body .lfv-badges button {
	padding: 7px 10px;
	border-radius: 8px;
	font-size: 11px;
}

.lfv-product-modal-body h3 {
	margin: 0 0 18px;
	color: var(--lfv-ink);
	font-size: clamp(30px, 3vw, 48px);
	font-weight: 900;
	line-height: 1.08;
	text-transform: uppercase;
	overflow-wrap: anywhere;
}

body .lfv-wrap .lfv-product-modal-body h3 {
	margin: 0 0 18px !important;
}

.lfv-product-modal-body p {
	margin: 0 0 28px;
	color: var(--lfv-muted);
	font-size: 18px;
	line-height: 1.45;
	overflow-wrap: anywhere;
}

.lfv-product-modal-footer {
	display: flex;
	gap: 18px;
	align-items: center;
	justify-content: space-between;
	margin-top: auto;
}

.lfv-modal-premium-label {
	background: #fff3dc !important;
	color: #9a6700 !important;
}

.lfv-modal-close {
	position: absolute;
	top: 14px;
	right: 14px;
	display: grid;
	width: 34px;
	height: 34px;
	place-items: center;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: var(--lfv-accent);
	color: #fff !important;
	cursor: pointer;
	font-size: 24px;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
	box-shadow: none !important;
	text-shadow: none !important;
}

body .lfv-wrap button.lfv-modal-close {
	background: var(--lfv-accent) !important;
	color: #fff !important;
}

.lfv-modal-actions {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}

.lfv-button-outline {
	background: #fff;
	color: var(--lfv-accent);
	box-shadow: none;
}

body .lfv-wrap a,
body .lfv-wrap button,
body .lfv-wrap .lfv-button,
body .lfv-wrap .lfv-premium-button,
body .lfv-wrap .lfv-category-bar a,
body .lfv-wrap .lfv-category-bar button,
body .lfv-wrap .lfv-side-premium a {
	box-shadow: none !important;
	text-shadow: none !important;
}

@media (max-width: 1280px) {
	.lfv-content-layout {
		grid-template-columns: 1fr;
	}
	.lfv-sidebar {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 980px) {
	.lfv-wrap {
		margin-top: -70px;
	}

	.lfv-top-hero,
	.lfv-sidebar {
		grid-template-columns: 1fr;
	}

	.lfv-premium-card {
		margin-top: 0 !important;
	}

	.lfv-product-modal-panel {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.lfv-wrap {
		width: calc(100vw - 24px);
		margin-top: -40px;
		margin-left: calc(50% - 50vw + 12px);
	}
	.lfv-category-bar,
	.lfv-license-strip {
		align-items: stretch;
		flex-direction: column;
	}
	.lfv-sort {
		margin-left: 0;
	}
	.lfv-premium-card {
		grid-template-columns: 1fr;
		margin-top: 0 !important;
		padding: 28px;
	}

	.lfv-product-modal {
		padding: 14px;
	}

	.lfv-product-modal-panel {
		gap: 22px;
		padding: 26px;
	}

	.lfv-product-modal-body h3 {
		font-size: 28px;
	}

	.lfv-product-modal-body {
		padding-top: 0;
	}

	.lfv-product-modal-footer {
		align-items: stretch;
		flex-direction: column;
	}
}
