/**
 * Lucky VN Star theme styles
 */

:root {
	--background: 44 36% 97%;
	--foreground: 156 28% 12%;
	--card: 0 0% 100%;
	--primary: 152 48% 20%;
	--primary-foreground: 44 40% 96%;
	--secondary: 44 24% 92%;
	--muted: 44 20% 92%;
	--muted-foreground: 150 8% 40%;
	--accent: 42 82% 45%;
	--accent-foreground: 156 30% 10%;
	--destructive: 0 72% 45%;
	--destructive-foreground: 0 0% 98%;
	--border: 42 16% 86%;
	--input: 42 16% 82%;
	--radius: 0.75rem;
	--container: 80rem;
}

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	font-family: "Be Vietnam Pro", "Noto Sans TC", sans-serif;
	background: hsl(var(--background));
	color: hsl(var(--foreground));
	line-height: 1.5;
	overflow-x: clip;
	-webkit-font-smoothing: antialiased;
}

img {
	max-width: 100%;
	display: block;
}

a {
	color: inherit;
	text-decoration: none;
}

button,
input,
select,
textarea {
	font: inherit;
}

.lvs-page {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

.lvs-main {
	flex: 1;
}

.lvs-container {
	width: 100%;
	max-width: var(--container);
	margin: 0 auto;
	padding: 0 1rem;
}

@media (min-width: 640px) {
	.lvs-container {
		padding: 0 1.5rem;
	}
}

.font-display,
.lvs-logo__name,
.lvs-hero__title,
.lvs-h1,
.lvs-h2,
.lvs-stat__value,
.lvs-cat-card h3,
.lvs-product-card h2,
.lvs-product-card h3,
.lvs-process-step__num,
.lvs-footer__tagline,
.lvs-split__badge,
.lvs-cta-band h2,
.lvs-success h2,
.lvs-quote-aside h2,
.lvs-mv-card h2,
.lvs-value-card h3,
.lvs-why-item h3,
.lvs-process-step h3 {
	font-family: "Fraunces", "Noto Serif TC", serif;
}

.lang-zh body,
body.lang-zh {
	font-family: "Noto Sans TC", "Be Vietnam Pro", sans-serif;
}

/* Icons */
.lvs-icon {
	display: inline-flex;
	width: 1.1rem;
	height: 1.1rem;
	flex-shrink: 0;
}

.lvs-icon svg {
	width: 100%;
	height: 100%;
}

.lvs-icon--sm {
	width: 0.75rem;
	height: 0.75rem;
}

.lvs-icon--lg {
	width: 4rem;
	height: 4rem;
	color: hsl(var(--primary));
}

.lvs-icon--accent {
	color: hsl(var(--accent));
}

/* Buttons */
.lvs-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	min-height: 44px;
	padding: 0.75rem 1.75rem;
	border-radius: 999px;
	border: 1px solid transparent;
	font-size: 0.875rem;
	font-weight: 700;
	cursor: pointer;
	transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.lvs-btn:hover {
	transform: translateY(-2px);
}

.lvs-btn:active {
	transform: scale(0.98);
}

.lvs-btn--sm {
	min-height: 40px;
	padding: 0.625rem 1.25rem;
	font-weight: 600;
}

.lvs-btn--block {
	width: 100%;
	margin-top: 0.75rem;
}

.lvs-btn--primary {
	background: hsl(var(--primary));
	color: hsl(var(--primary-foreground));
}

.lvs-btn--accent {
	background: hsl(var(--accent));
	color: hsl(var(--accent-foreground));
}

.lvs-btn--ghost {
	border-color: rgba(255, 255, 255, 0.4);
	color: #fff;
	background: transparent;
}

.lvs-btn--ghost:hover {
	background: rgba(255, 255, 255, 0.1);
}

.lvs-btn--outline {
	border-color: hsl(var(--primary));
	color: hsl(var(--primary));
	background: transparent;
}

.lvs-btn--outline:hover {
	background: hsl(var(--primary));
	color: hsl(var(--primary-foreground));
}

/* Header */
.lvs-header {
	position: fixed;
	inset: 0 0 auto;
	z-index: 50;
	transition: background-color 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.lvs-header.is-solid,
.lvs-header.is-open {
	background: hsl(var(--background) / 0.95);
	backdrop-filter: blur(10px);
	border-bottom: 1px solid hsl(var(--border));
	box-shadow: 0 1px 2px rgb(0 0 0 / 0.04);
}

.lvs-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 4rem;
}

@media (min-width: 768px) {
	.lvs-header__inner {
		height: 5rem;
	}
}

.lvs-logo {
	display: flex;
	align-items: center;
	gap: 0.625rem;
}

.lvs-logo--image {
	gap: 0;
}

.lvs-logo--image .custom-logo,
.lvs-logo img.custom-logo {
	display: block;
	height: 40px;
	width: auto;
	max-width: min(200px, 55vw);
	object-fit: contain;
}

@media (min-width: 768px) {
	.lvs-logo--image .custom-logo,
	.lvs-logo img.custom-logo {
		height: 52px;
		max-width: 220px;
	}
}

.lvs-logo--footer.lvs-logo--image .custom-logo {
	height: 48px;
	max-width: 200px;
}

.lvs-logo__mark {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.25rem;
	height: 2.25rem;
	border-radius: 999px;
	background: hsl(var(--destructive));
	color: hsl(var(--destructive-foreground));
}

.lvs-logo__mark .lvs-icon {
	width: 1rem;
	height: 1rem;
}

.lvs-logo__name {
	display: block;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.1;
}

.lvs-logo__tag {
	display: block;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.lvs-header:not(.is-solid):not(.is-open) .lvs-logo__text,
.lvs-header:not(.is-solid):not(.is-open) .lvs-nav a,
.lvs-header:not(.is-solid):not(.is-open) .lvs-menu-toggle {
	color: #fff;
}

.lvs-header:not(.is-solid):not(.is-open) .lvs-logo__tag {
	color: rgba(255, 255, 255, 0.7);
}

.lvs-header:not(.is-solid):not(.is-open) .lvs-lang {
	border-color: rgba(255, 255, 255, 0.3);
}

.lvs-header:not(.is-solid):not(.is-open) .lvs-lang__btn:not(.is-active) {
	color: rgba(255, 255, 255, 0.7);
}

.lvs-nav {
	display: none;
	align-items: center;
	gap: 2rem;
}

.lvs-nav a {
	font-size: 0.875rem;
	font-weight: 500;
	color: hsl(var(--foreground) / 0.7);
}

.lvs-nav a:hover,
.lvs-nav a.is-active {
	color: hsl(var(--primary));
}

.lvs-header:not(.is-solid):not(.is-open) .lvs-nav a.is-active,
.lvs-header:not(.is-solid):not(.is-open) .lvs-nav a:hover {
	color: #fff;
}

.lvs-header__actions {
	display: none;
	align-items: center;
	gap: 1rem;
}

.lvs-lang {
	display: flex;
	align-items: center;
	gap: 0.125rem;
	padding: 0.125rem;
	border: 1px solid hsl(var(--border));
	border-radius: 999px;
}

.lvs-lang__btn {
	padding: 0.25rem 0.625rem;
	border-radius: 999px;
	font-size: 0.75rem;
	font-weight: 600;
	color: hsl(var(--foreground) / 0.6);
}

.lvs-lang__btn.is-active {
	background: hsl(var(--accent));
	color: hsl(var(--accent-foreground));
}

.lvs-menu-toggle {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.75rem;
	height: 2.75rem;
	border: 0;
	background: transparent;
	color: hsl(var(--foreground));
	cursor: pointer;
}

.lvs-menu-toggle__close {
	display: none;
}

.lvs-header.is-open .lvs-menu-toggle__open {
	display: none;
}

.lvs-header.is-open .lvs-menu-toggle__close {
	display: block;
}

.lvs-mobile-nav {
	display: none;
	flex-direction: column;
	gap: 0.25rem;
	padding: 0.5rem 1rem 1.5rem;
	border-top: 1px solid hsl(var(--border));
	background: hsl(var(--background));
}

.lvs-header.is-open .lvs-mobile-nav {
	display: flex;
}

.lvs-mobile-nav a {
	padding: 0.75rem 0;
	font-size: 1rem;
	font-weight: 500;
}

.lvs-lang--mobile {
	margin: 0.5rem 0 1rem;
	flex-wrap: wrap;
	border: 0;
	padding: 0;
	gap: 0.5rem;
}

.lvs-lang--mobile .lvs-lang__btn {
	border: 1px solid hsl(var(--border));
	padding: 0.375rem 0.75rem;
}

@media (min-width: 1024px) {
	.lvs-nav,
	.lvs-header__actions {
		display: flex;
	}

	.lvs-menu-toggle,
	.lvs-mobile-nav {
		display: none !important;
	}
}

/* Hero */
.lvs-hero {
	position: relative;
	min-height: 100dvh;
	display: flex;
	align-items: center;
	color: #fff;
}

.lvs-hero__bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.lvs-hero__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, hsl(var(--primary) / 0.95), hsl(var(--primary) / 0.7), hsl(var(--primary) / 0.3));
}

.lvs-hero__content {
	position: relative;
	padding-top: 8rem;
	padding-bottom: 6rem;
}

.lvs-badge {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.375rem 1rem;
	border: 1px solid rgba(255, 255, 255, 0.25);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(8px);
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.lvs-hero__title {
	max-width: 48rem;
	margin: 1.5rem 0 0;
	font-size: clamp(2.25rem, 5vw, 3.75rem);
	font-weight: 600;
	line-height: 1.08;
}

.lvs-hero__subtitle {
	max-width: 36rem;
	margin: 1.5rem 0 0;
	font-size: 1.05rem;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.8);
}

.lvs-hero__ctas {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	margin-top: 2.25rem;
}

.lvs-hero__certs {
	margin: 2.5rem 0 0;
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.6);
}

/* Marquee */
.lvs-marquee {
	overflow: hidden;
	border-block: 1px solid hsl(var(--border));
	background: hsl(var(--secondary));
	padding: 1rem 0;
}

.lvs-marquee__track {
	display: flex;
	width: max-content;
	align-items: center;
	gap: 2.5rem;
	animation: lvs-marquee 36s linear infinite;
}

.lvs-marquee__item {
	display: flex;
	align-items: center;
	gap: 2.5rem;
	white-space: nowrap;
	font-family: "Fraunces", "Noto Serif TC", serif;
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: hsl(var(--primary) / 0.7);
}

@keyframes lvs-marquee {
	from { transform: translateX(0); }
	to { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
	.lvs-marquee__track {
		animation: none;
	}
}

/* Sections */
.lvs-section {
	padding: 5rem 0;
}

.lvs-section--muted {
	background: hsl(var(--secondary) / 0.6);
}

.lvs-section--primary {
	background: hsl(var(--primary));
	color: hsl(var(--primary-foreground));
}

.lvs-section--center {
	text-align: center;
}

.lvs-section-head {
	max-width: 42rem;
	margin-bottom: 3rem;
}

.lvs-section-head--center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.lvs-section-head--row {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1.5rem;
	max-width: none;
}

.lvs-kicker {
	margin: 0;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.25em;
	text-transform: uppercase;
	color: hsl(var(--accent));
}

.lvs-kicker--on-dark {
	color: hsl(var(--accent));
}

.lvs-h1 {
	margin: 0.75rem 0 0;
	font-size: clamp(1.875rem, 4vw, 3rem);
	font-weight: 600;
	line-height: 1.15;
	color: #fff;
}

.lvs-h2 {
	margin: 0.75rem 0 0;
	font-size: clamp(1.75rem, 3vw, 2.25rem);
	font-weight: 600;
	line-height: 1.2;
}

.lvs-h2--on-dark {
	color: #fff;
}

.lvs-lead {
	margin: 1rem 0 0;
	color: hsl(var(--muted-foreground));
}

.lvs-lead--on-dark {
	color: hsl(var(--primary-foreground) / 0.75);
	max-width: 40rem;
}

.lvs-page-hero {
	background: hsl(var(--primary));
	color: hsl(var(--primary-foreground));
	padding: 7rem 0 4rem;
}

@media (min-width: 768px) {
	.lvs-page-hero {
		padding: 8rem 0 5rem;
	}
}

/* Stats */
.lvs-stats {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 3rem 1.5rem;
}

@media (min-width: 1024px) {
	.lvs-stats {
		grid-template-columns: repeat(4, 1fr);
	}
}

.lvs-stat {
	border-left: 2px solid hsl(var(--accent));
	padding-left: 1.25rem;
}

.lvs-stat__value {
	font-size: clamp(2.25rem, 4vw, 3rem);
	font-weight: 700;
	color: hsl(var(--primary));
	line-height: 1;
}

.lvs-stat__label {
	margin: 0.5rem 0 0;
	font-size: 0.875rem;
	color: hsl(var(--muted-foreground));
}

/* Categories */
.lvs-cat-grid {
	display: grid;
	gap: 1.25rem;
}

@media (min-width: 640px) {
	.lvs-cat-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 1024px) {
	.lvs-cat-grid {
		grid-template-columns: repeat(4, 1fr);
	}

	.lvs-cat-card--offset {
		margin-top: 2.5rem;
	}
}

.lvs-cat-card {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 1rem;
}

.lvs-cat-card img {
	width: 100%;
	aspect-ratio: 4 / 5;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.lvs-cat-card:hover img {
	transform: scale(1.05);
}

.lvs-cat-card__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, hsl(var(--primary) / 0.9), hsl(var(--primary) / 0.2), transparent);
}

.lvs-cat-card__body {
	position: absolute;
	inset: auto 0 0;
	padding: 1.25rem;
	color: #fff;
}

.lvs-cat-card h3 {
	margin: 0;
	font-size: 1.125rem;
	font-weight: 600;
}

.lvs-cat-card span {
	display: inline-flex;
	align-items: center;
	gap: 0.375rem;
	margin-top: 0.25rem;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: hsl(var(--accent));
	opacity: 0;
	transition: opacity 0.2s ease;
}

.lvs-cat-card:hover span {
	opacity: 1;
}

/* Products */
.lvs-product-grid {
	display: grid;
	gap: 1.5rem;
}

@media (min-width: 640px) {
	.lvs-product-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 1024px) {
	.lvs-product-grid--3 {
		grid-template-columns: repeat(3, 1fr);
	}

	.lvs-product-grid--4 {
		grid-template-columns: repeat(4, 1fr);
	}
}

.lvs-product-card {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid hsl(var(--border));
	border-radius: 1rem;
	background: hsl(var(--card));
	box-shadow: 0 1px 2px rgb(0 0 0 / 0.04);
	transition: box-shadow 0.2s ease;
}

.lvs-product-card:hover {
	box-shadow: 0 10px 24px rgb(0 0 0 / 0.08);
}

.lvs-product-card__media {
	position: relative;
	overflow: hidden;
}

.lvs-product-card__media img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.lvs-product-card:hover .lvs-product-card__media img {
	transform: scale(1.05);
}

.lvs-product-card__badge {
	position: absolute;
	top: 0.75rem;
	left: 0.75rem;
	padding: 0.25rem 0.75rem;
	border-radius: 999px;
	background: hsl(var(--primary) / 0.9);
	color: hsl(var(--primary-foreground));
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	backdrop-filter: blur(6px);
}

.lvs-product-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 1.25rem;
}

.lvs-product-card__cat {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: hsl(var(--accent));
}

.lvs-product-card h2,
.lvs-product-card h3 {
	margin: 0.375rem 0 0;
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1.35;
}

.lvs-product-card h2 {
	font-size: 1.25rem;
}

.lvs-product-card p {
	margin: 0.5rem 0 0;
	font-size: 0.875rem;
	color: hsl(var(--muted-foreground));
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.lvs-product-card__meta {
	margin-top: auto;
	padding-top: 1rem;
	font-size: 0.75rem;
	color: hsl(var(--muted-foreground));
}

.lvs-product-meta {
	margin: 1rem 0 0;
	padding-top: 1rem;
	border-top: 1px solid hsl(var(--border));
}

.lvs-product-meta div {
	display: flex;
	align-items: flex-start;
	gap: 0.5rem;
	margin-top: 0.5rem;
	font-size: 0.75rem;
	color: hsl(var(--muted-foreground));
}

.lvs-product-meta .lvs-icon {
	margin-top: 0.125rem;
	color: hsl(var(--accent));
}

.lvs-product-meta strong {
	color: hsl(var(--foreground));
	font-weight: 600;
}

.lvs-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 0.625rem;
	margin-bottom: 2.5rem;
}

.lvs-filter {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	padding: 0.5rem 1rem;
	border: 1px solid hsl(var(--border));
	border-radius: 999px;
	background: hsl(var(--card));
	font-size: 0.875rem;
	font-weight: 600;
	color: hsl(var(--foreground) / 0.7);
}

.lvs-filter.is-active,
.lvs-filter:hover {
	border-color: hsl(var(--primary));
	background: hsl(var(--primary));
	color: hsl(var(--primary-foreground));
}

/* Why / split */
.lvs-split {
	display: grid;
	gap: 3.5rem;
	align-items: center;
}

@media (min-width: 1024px) {
	.lvs-split {
		grid-template-columns: 1fr 1fr;
	}
}

.lvs-split__media {
	position: relative;
}

.lvs-split__media img,
.lvs-rounded-img {
	width: 100%;
	border-radius: 1rem;
	object-fit: cover;
	box-shadow: 0 20px 40px rgb(0 0 0 / 0.2);
}

.lvs-split__badge {
	position: absolute;
	right: -0.75rem;
	bottom: -1.25rem;
	padding: 0.75rem 1.25rem;
	border-radius: 0.75rem;
	background: hsl(var(--accent));
	color: hsl(var(--accent-foreground));
	font-size: 0.875rem;
	font-weight: 700;
	box-shadow: 0 10px 20px rgb(0 0 0 / 0.15);
}

@media (min-width: 640px) {
	.lvs-split__badge {
		right: -1.25rem;
	}
}

.lvs-why-list {
	margin-top: 2.5rem;
	display: grid;
	gap: 1.75rem;
}

.lvs-why-item {
	display: flex;
	gap: 1rem;
}

.lvs-why-item__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.75rem;
	height: 2.75rem;
	border-radius: 0.75rem;
	background: rgba(255, 255, 255, 0.1);
	color: hsl(var(--accent));
	flex-shrink: 0;
}

.lvs-why-item h3 {
	margin: 0;
	font-size: 1rem;
	font-weight: 600;
	font-family: "Be Vietnam Pro", "Noto Sans TC", sans-serif;
}

.lvs-why-item p {
	margin: 0.25rem 0 0;
	font-size: 0.875rem;
	line-height: 1.6;
	color: hsl(var(--primary-foreground) / 0.7);
}

/* Process */
.lvs-process-grid {
	display: grid;
	gap: 2.5rem 2rem;
}

@media (min-width: 640px) {
	.lvs-process-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 1024px) {
	.lvs-process-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

.lvs-process-step {
	position: relative;
	padding-top: 1.5rem;
	border-top: 2px solid hsl(var(--border));
}

.lvs-process-step__dot {
	position: absolute;
	top: -9px;
	left: 0;
	width: 1rem;
	height: 1rem;
	border: 2px solid hsl(var(--accent));
	border-radius: 999px;
	background: hsl(var(--background));
}

.lvs-process-step__num {
	font-size: 2.25rem;
	font-weight: 700;
	color: hsl(var(--accent) / 0.4);
	line-height: 1;
}

.lvs-process-step h3 {
	margin: 0.5rem 0 0;
	font-size: 1.125rem;
	font-weight: 600;
}

.lvs-process-step p {
	margin: 0.5rem 0 0;
	font-size: 0.875rem;
	line-height: 1.65;
	color: hsl(var(--muted-foreground));
}

/* Markets / chips */
.lvs-markets {
	text-align: center;
	max-width: 64rem;
}

.lvs-chips {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.75rem;
	margin-top: 2.5rem;
}

.lvs-chip {
	padding: 0.625rem 1.25rem;
	border: 1px solid hsl(var(--primary) / 0.25);
	border-radius: 999px;
	background: hsl(var(--card));
	font-size: 0.875rem;
	font-weight: 600;
	color: hsl(var(--primary));
	box-shadow: 0 1px 2px rgb(0 0 0 / 0.04);
}

.lvs-chip--cert {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.75rem 1.5rem;
	font-weight: 700;
}

.lvs-chip--cert .lvs-icon {
	color: hsl(var(--accent));
}

.lvs-chips--certs {
	margin-bottom: 3rem;
}

/* CTA band */
.lvs-cta-band {
	position: relative;
	overflow: hidden;
	padding: 6rem 0;
	text-align: center;
	color: #fff;
}

.lvs-cta-band > img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.lvs-cta-band__overlay {
	position: absolute;
	inset: 0;
	background: hsl(var(--primary) / 0.9);
}

.lvs-cta-band__content {
	position: relative;
	max-width: 48rem;
}

.lvs-cta-band h2 {
	margin: 0;
	font-size: clamp(1.75rem, 3vw, 2.25rem);
	font-weight: 600;
}

.lvs-cta-band p {
	margin: 1rem 0 0;
	color: rgba(255, 255, 255, 0.8);
}

.lvs-cta-band .lvs-btn {
	margin-top: 2rem;
}

/* About */
.lvs-prose {
	margin: 0;
	line-height: 1.75;
	color: hsl(var(--muted-foreground));
}

.lvs-prose + .lvs-prose {
	margin-top: 1.25rem;
}

.lvs-mv-grid {
	display: grid;
	gap: 1.25rem;
	margin-top: 2rem;
}

@media (min-width: 640px) {
	.lvs-mv-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

.lvs-mv-card,
.lvs-value-card {
	padding: 1.25rem;
	border: 1px solid hsl(var(--border));
	border-radius: 1rem;
	background: hsl(var(--card));
}

.lvs-mv-card .lvs-icon,
.lvs-value-card__icon {
	color: hsl(var(--accent));
}

.lvs-value-card__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.75rem;
	height: 2.75rem;
	border-radius: 0.75rem;
	background: hsl(var(--primary) / 0.1);
	color: hsl(var(--primary));
}

.lvs-mv-card h2,
.lvs-value-card h3 {
	margin: 0.75rem 0 0;
	font-size: 1.125rem;
	font-weight: 600;
}

.lvs-mv-card p,
.lvs-value-card p {
	margin: 0.5rem 0 0;
	font-size: 0.875rem;
	line-height: 1.65;
	color: hsl(var(--muted-foreground));
}

.lvs-values-grid {
	display: grid;
	gap: 1.5rem;
	margin-top: 2.5rem;
}

@media (min-width: 640px) {
	.lvs-values-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 1024px) {
	.lvs-values-grid {
		grid-template-columns: repeat(4, 1fr);
	}
}

.lvs-value-card {
	padding: 1.5rem;
}

/* Quote */
.lvs-quote-layout {
	display: grid;
	gap: 3rem;
}

@media (min-width: 1024px) {
	.lvs-quote-layout {
		grid-template-columns: 2fr 1fr;
		align-items: start;
	}
}

.lvs-form,
.lvs-success {
	padding: 1.5rem;
	border: 1px solid hsl(var(--border));
	border-radius: 1rem;
	background: hsl(var(--card));
	box-shadow: 0 1px 2px rgb(0 0 0 / 0.04);
}

@media (min-width: 640px) {
	.lvs-form {
		padding: 2rem;
	}
}

.lvs-form__hint {
	margin: 0 0 1.5rem;
	font-size: 0.75rem;
	color: hsl(var(--muted-foreground));
}

.lvs-form__grid {
	display: grid;
	gap: 1.25rem;
}

@media (min-width: 640px) {
	.lvs-form__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.lvs-field--full {
		grid-column: 1 / -1;
	}
}

.lvs-field {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.lvs-field label {
	font-size: 0.875rem;
	font-weight: 600;
}

.lvs-field input,
.lvs-field select,
.lvs-field textarea {
	width: 100%;
	padding: 0.75rem 1rem;
	border: 1px solid hsl(var(--input));
	border-radius: 0.75rem;
	background: hsl(var(--card));
	color: hsl(var(--foreground));
}

.lvs-field input:focus,
.lvs-field select:focus,
.lvs-field textarea:focus {
	outline: none;
	border-color: hsl(var(--primary));
	box-shadow: 0 0 0 3px hsl(var(--primary) / 0.15);
}

.lvs-form .lvs-btn {
	margin-top: 1.75rem;
}

.lvs-success {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 3rem 2rem;
	min-height: 24rem;
}

.lvs-success h2 {
	margin: 1.5rem 0 0;
	font-size: 1.5rem;
	font-weight: 600;
}

.lvs-success p {
	max-width: 28rem;
	margin: 0.75rem 0 0;
	color: hsl(var(--muted-foreground));
}

.lvs-success .lvs-btn {
	margin-top: 2rem;
}

.lvs-quote-aside {
	padding: 1.75rem;
	border-radius: 1rem;
	background: hsl(var(--primary));
	color: hsl(var(--primary-foreground));
}

@media (min-width: 1024px) {
	.lvs-quote-aside {
		position: sticky;
		top: 6rem;
	}
}

.lvs-quote-aside h2 {
	margin: 0;
	font-size: 1.25rem;
	font-weight: 600;
}

.lvs-quote-aside ul {
	list-style: none;
	margin: 1.5rem 0 0;
	padding: 0;
	display: grid;
	gap: 1.25rem;
}

.lvs-quote-aside li {
	display: flex;
	gap: 0.75rem;
	align-items: flex-start;
	font-size: 0.875rem;
}

.lvs-quote-aside .lvs-icon {
	margin-top: 0.125rem;
	color: hsl(var(--accent));
}

.lvs-quote-aside strong {
	display: block;
}

.lvs-quote-aside span {
	display: block;
	margin-top: 0.125rem;
	color: hsl(var(--primary-foreground) / 0.75);
}

.lvs-quote-aside .lvs-muted {
	color: hsl(var(--primary-foreground) / 0.6);
}

/* Footer */
.lvs-footer {
	background: hsl(var(--primary));
	color: hsl(var(--primary-foreground));
}

.lvs-footer__grid {
	display: grid;
	gap: 2.5rem;
	padding: 3.5rem 1rem;
}

@media (min-width: 768px) {
	.lvs-footer__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 1024px) {
	.lvs-footer__grid {
		grid-template-columns: repeat(4, 1fr);
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}

.lvs-logo--footer {
	gap: 0.625rem;
}

.lvs-footer__tagline {
	margin: 0.75rem 0 0;
	font-size: 0.875rem;
	font-style: italic;
	color: hsl(var(--accent));
}

.lvs-footer__about {
	margin: 0.75rem 0 0;
	font-size: 0.875rem;
	line-height: 1.65;
	color: hsl(var(--primary-foreground) / 0.7);
}

.lvs-footer__heading {
	margin: 0;
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: hsl(var(--accent));
}

.lvs-footer__list,
.lvs-footer__contact {
	list-style: none;
	margin: 1rem 0 0;
	padding: 0;
	display: grid;
	gap: 0.625rem;
	font-size: 0.875rem;
}

.lvs-footer__list a {
	color: hsl(var(--primary-foreground) / 0.75);
}

.lvs-footer__list a:hover {
	color: #fff;
}

.lvs-footer__contact li {
	display: flex;
	align-items: flex-start;
	gap: 0.625rem;
	color: hsl(var(--primary-foreground) / 0.75);
}

.lvs-footer__contact .lvs-icon {
	margin-top: 0.125rem;
	color: hsl(var(--accent));
}

.lvs-footer__bottom {
	border-top: 1px solid hsl(var(--primary-foreground) / 0.15);
	padding: 1.25rem 0;
	text-align: center;
	font-size: 0.75rem;
	color: hsl(var(--primary-foreground) / 0.6);
}

/* Reveal / motion */
.lvs-reveal {
	opacity: 0;
	transform: translateY(18px);
	transition: opacity 0.6s ease, transform 0.6s ease;
}

.lvs-reveal.is-visible {
	opacity: 1;
	transform: none;
}

@media (prefers-reduced-motion: reduce) {
	.lvs-reveal {
		opacity: 1;
		transform: none;
		transition: none;
	}
}
