/* ============================================
   LUXURY HOMEPAGE - DIGITAL FORTRESS THEME
   Color Palette: Deep Charcoal (#1a1a1a), Matte Black (#0a0a0a), Champagne Gold (#C9A961)
   ============================================ */

/* Import Brands Section - Simple Version */
@import url('brands-simple.css');

/* Global Luxury Styles */
.luxury-homepage {
	background: #0a0a0a;
	color: #ffffff;
	overflow-x: hidden;
}


.luxury-container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 40px;
}

/* ============================================
   LUXURY HERO SECTION
   ============================================ */
.luxury-hero-section {
	position: relative;
	min-height: 85vh;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 50%, #0a0a0a 100%);
	overflow: hidden;
}

/* Hero Slider */
.luxury-hero-slider {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 85vh;
}

.luxury-hero-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 85vh;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transition: opacity 1s ease-in-out, visibility 1s ease-in-out;
	z-index: 1;
}

.luxury-hero-slide.active {
	opacity: 1;
	visibility: visible;
	z-index: 2;
}

/* Slider Dots Navigation - Circular Design */
.luxury-slider-dots {
	position: absolute;
	bottom: 60px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 16px;
	z-index: 100;
	pointer-events: auto;
}

.luxury-dot {
	width: 14px !important;
	height: 14px !important;
	min-width: 14px !important;
	min-height: 14px !important;
	max-width: 14px !important;
	max-height: 14px !important;
	border-radius: 50% !important;
	background: rgba(201, 169, 97, 0.2);
	border: 2px solid rgba(201, 169, 97, 0.4);
	cursor: pointer;
	transition: all 0.3s ease;
	padding: 0 !important;
	margin: 0 !important;
	position: relative;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
	flex-shrink: 0;
	pointer-events: auto;
	z-index: 100;
	display: block !important;
}

.luxury-dot::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 0;
	height: 0;
	background: #C9A961;
	border-radius: 50%;
	transition: all 0.3s ease;
	box-shadow: 0 0 10px rgba(201, 169, 97, 0.6);
	pointer-events: none;
}

.luxury-dot.active {
	background: rgba(201, 169, 97, 0.4);
	border-color: #C9A961;
	border-width: 3px;
	box-shadow: 0 4px 15px rgba(201, 169, 97, 0.5), 0 0 25px rgba(201, 169, 97, 0.3);
}

.luxury-dot.active::before {
	width: 4px;
	height: 4px;
}

.luxury-dot:hover {
	background: rgba(201, 169, 97, 0.35);
	border-color: #C9A961;
	box-shadow: 0 4px 12px rgba(201, 169, 97, 0.5);
}

/* Product Image Slider */
.product-image-slider {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 450px;
}

.product-image-slider .product-image-wrapper {
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.6s ease-in-out, visibility 0.6s ease-in-out;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.8);
}

.product-image-slider .product-image-wrapper:first-child {
	position: relative !important;
}

.product-image-slider .product-image-wrapper.active {
	opacity: 1;
	visibility: visible;
	z-index: 1;
}


.luxury-hero-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: radial-gradient(circle at 30% 50%, rgba(201, 169, 97, 0.08) 0%, transparent 50%),
		radial-gradient(circle at 70% 80%, rgba(201, 169, 97, 0.05) 0%, transparent 50%);
	pointer-events: none;
	z-index: 1;
}

.particles-container {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
}

#particles-canvas {
	width: 100%;
	height: 100%;
}

.luxury-hero-content {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 80px;
	align-items: center;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 40px;
	width: 100%;
}

.luxury-hero-text {
	animation: fadeInLeft 1s ease-out;
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		transform: translateX(-30px);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}

.luxury-badge {
	display: inline-block;
	padding: 8px 20px;
	background: rgba(201, 169, 97, 0.1);
	border: 1px solid rgba(201, 169, 97, 0.3);
	border-radius: 50px;
	color: #C9A961;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 30px;
	backdrop-filter: blur(10px);
}

.luxury-hero-title {
	font-family: 'Playfair Display', Georgia, serif;
	font-size: 72px;
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: 30px;
	color: #ffffff;
	letter-spacing: -1px;
}

.gradient-text {
	background: linear-gradient(135deg, #C9A961 0%, #F4E4C1 50%, #C9A961 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	display: inline-block;
}

.luxury-hero-subtitle {
	font-size: 18px;
	line-height: 1.8;
	color: rgba(255, 255, 255, 0.7);
	margin-bottom: 40px;
	max-width: 500px;
}

.luxury-hero-stats {
	display: flex;
	gap: 40px;
	margin-bottom: 50px;
	padding: 30px 0;
	border-top: 1px solid rgba(201, 169, 97, 0.2);
	border-bottom: 1px solid rgba(201, 169, 97, 0.2);
}

.stat-item {
	text-align: left;
}

.stat-number {
	font-size: 36px;
	font-weight: 700;
	color: #C9A961;
	margin-bottom: 8px;
	font-family: 'Playfair Display', Georgia, serif;
}

.stat-label {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.6);
	text-transform: uppercase;
	letter-spacing: 1px;
}

.luxury-hero-buttons {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}

/* Luxury Buttons */
.luxury-btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 16px 32px;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	position: relative;
	overflow: hidden;
}

.luxury-btn-primary {
	background: #C9A961;
	color: #0a0a0a;
	border: 2px solid #C9A961;
}

.luxury-btn-primary::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
	transition: left 0.5s ease;
}

.luxury-btn-primary:hover::before {
	left: 100%;
}

.luxury-btn-primary:hover {
	background: #F4E4C1;
	border-color: #F4E4C1;
	transform: translateY(-2px);
	box-shadow: 0 10px 30px rgba(201, 169, 97, 0.4);
}

.luxury-btn-secondary {
	background: transparent;
	color: #C9A961;
	border: 2px solid rgba(201, 169, 97, 0.5);
	backdrop-filter: blur(10px);
}

.luxury-btn-secondary:hover {
	background: rgba(201, 169, 97, 0.1);
	border-color: #C9A961;
	transform: translateY(-2px);
}

.luxury-btn-large {
	padding: 20px 40px;
	font-size: 16px;
}

/* Hero Image Section */
.luxury-hero-image {
	position: relative;
	animation: fadeInRight 1s ease-out;
	width: 550px;
}

@keyframes fadeInRight {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.luxury-product-showcase {
	position: relative;
}

.luxury-product-showcase>.product-image-wrapper {
	position: relative;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.8);
}

.luxury-product-image {
	width: 100%;
	height: auto;
	display: block;
	filter: brightness(1.1) contrast(1.1);
}

.product-glow {
	position: absolute;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
	background: radial-gradient(circle, rgba(201, 169, 97, 0.3) 0%, transparent 70%);
	animation: glowPulse 4s ease-in-out infinite;
	pointer-events: none;
}

@keyframes glowPulse {

	0%,
	100% {
		opacity: 0.5;
		transform: scale(1);
	}

	50% {
		opacity: 0.8;
		transform: scale(1.1);
	}
}

.product-scan-line {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 2px;
	background: linear-gradient(90deg, transparent, #C9A961, transparent);
	box-shadow: 0 0 20px #C9A961;
	animation: scanLine 3s linear infinite;
}

@keyframes scanLine {
	0% {
		top: 0;
		opacity: 0;
	}

	10% {
		opacity: 1;
	}

	90% {
		opacity: 1;
	}

	100% {
		top: 100%;
		opacity: 0;
	}
}

.product-features {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
	margin-top: 30px;
}

.feature-badge {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 12px 16px;
	background: rgba(26, 26, 26, 0.8);
	border: 1px solid rgba(201, 169, 97, 0.3);
	border-radius: 50px;
	color: #C9A961;
	font-size: 12px;
	font-weight: 600;
	backdrop-filter: blur(10px);
	transition: all 0.3s ease;
}

.feature-badge:hover {
	background: rgba(26, 26, 26, 0.95);
	border-color: rgba(201, 169, 97, 0.5);
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(201, 169, 97, 0.2);
}

.feature-badge svg {
	flex-shrink: 0;
}

.feature-badge span {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* Product Specs */
.product-specs {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px;
	margin-top: 20px;
	padding: 20px;
	background: rgba(10, 10, 10, 0.6);
	border: 1px solid rgba(201, 169, 97, 0.15);
	border-radius: 8px;
	backdrop-filter: blur(10px);
}

.spec-item {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 12px;
	background: rgba(26, 26, 26, 0.5);
	border: 1px solid rgba(201, 169, 97, 0.2);
	border-radius: 6px;
	color: rgba(255, 255, 255, 0.9);
	font-size: 13px;
	font-weight: 500;
	transition: all 0.3s ease;
}

.spec-item:hover {
	background: rgba(26, 26, 26, 0.8);
	border-color: rgba(201, 169, 97, 0.4);
	transform: translateX(3px);
}

.spec-item svg {
	flex-shrink: 0;
	opacity: 0.9;
}

.spec-item span {
	color: rgba(255, 255, 255, 0.85);
	letter-spacing: 0.3px;
}

/* Scroll Indicator */
.scroll-indicator {
	position: absolute;
	bottom: 40px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	color: rgba(255, 255, 255, 0.5);
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
	z-index: 10;
}

.scroll-line {
	width: 1px;
	height: 40px;
	background: linear-gradient(to bottom, transparent, #C9A961, transparent);
	animation: scrollLineMove 2s ease-in-out infinite;
}

@keyframes scrollLineMove {

	0%,
	100% {
		opacity: 0;
		transform: translateY(-10px);
	}

	50% {
		opacity: 1;
		transform: translateY(10px);
	}
}

/* ============================================
   BRANDS SECTION
   ============================================ */
.luxury-brands-section {
	padding: 100px 0;
	background: linear-gradient(180deg, #0a0a0a 0%, #1a1a1a 50%, #0a0a0a 100%);
	border-top: 1px solid rgba(201, 169, 97, 0.2);
	position: relative;
	overflow: hidden;
}

.luxury-brands-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 80%;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(201, 169, 97, 0.5), transparent);
}

/* Brands Header */
.brands-header {
	text-align: center;
	margin-bottom: 70px;
}

/* Common Section Badge - Sử dụng chung cho tất cả sections */
.section-badge,
.brands-badge,
.products-badge,
.features-badge,
.testimonials-badge {
	display: inline-block;
	padding: 8px 24px;
	background: rgba(201, 169, 97, 0.1);
	border: 1px solid rgba(201, 169, 97, 0.3);
	border-radius: 50px;
	color: #C9A961;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin-bottom: 25px;
	backdrop-filter: blur(10px);
	animation: badgePulse 3s ease-in-out infinite;
}

/* Common Section Title - Sử dụng chung cho tất cả sections */
.section-title-luxury,
.brands-title,
.categories-title,
.products-title,
.features-title,
.testimonials-title {
	font-family: 'Playfair Display', Georgia, serif;
	font-size: 48px;
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px;
	letter-spacing: -1px;
	background: linear-gradient(135deg, #ffffff 0%, #C9A961 50%, #ffffff 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.title-line {
	width: 80px;
	height: 2px;
	background: linear-gradient(90deg, transparent, #C9A961, transparent);
	position: relative;
}

.title-line::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 8px;
	height: 8px;
	background: #C9A961;
	border-radius: 50%;
	box-shadow: 0 0 15px rgba(201, 169, 97, 0.8);
}

.brands-description {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.6);
	letter-spacing: 0.5px;
}

/* Brands Grid */
.brands-grid {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 60px;
	flex-wrap: wrap;
	max-width: 1000px;
	margin: 0 auto;
}

.brand-logo-item {
	opacity: 0;
	transform: translateY(30px);
	animation: fadeInUp 0.8s ease-out forwards;
}

.brand-logo-item:nth-child(1) {
	animation-delay: 0.1s;
}

.brand-logo-item:nth-child(2) {
	animation-delay: 0.2s;
}

.brand-logo-item:nth-child(3) {
	animation-delay: 0.3s;
}

@keyframes fadeInUp {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.brand-wrapper {
	position: relative;
	padding: 40px 55px;
	background: linear-gradient(135deg, rgba(26, 26, 26, 0.8) 0%, rgba(15, 15, 15, 0.9) 100%);
	border: 2px solid rgba(201, 169, 97, 0.3);
	border-radius: 20px;
	backdrop-filter: blur(15px);
	transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
	overflow: hidden;
	min-width: 220px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow:
		0 10px 30px rgba(0, 0, 0, 0.5),
		inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.brand-wrapper::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(135deg, rgba(201, 169, 97, 0.1) 0%, transparent 50%, rgba(201, 169, 97, 0.05) 100%);
	opacity: 0;
	transition: opacity 0.5s ease;
}

.brand-wrapper::after {
	content: '';
	position: absolute;
	top: -2px;
	left: -2px;
	right: -2px;
	bottom: -2px;
	background: linear-gradient(45deg,
			transparent 0%,
			rgba(201, 169, 97, 0.4) 25%,
			transparent 50%,
			rgba(201, 169, 97, 0.4) 75%,
			transparent 100%);
	background-size: 200% 200%;
	border-radius: 20px;
	opacity: 0;
	z-index: -1;
	transition: opacity 0.5s ease;
	animation: borderFlow 3s linear infinite;
}

@keyframes borderFlow {
	0% {
		background-position: 0% 50%;
	}

	50% {
		background-position: 100% 50%;
	}

	100% {
		background-position: 0% 50%;
	}
}

.brand-logo-item:hover .brand-wrapper {
	border-color: rgba(201, 169, 97, 0.8);
	transform: translateY(-15px) scale(1.02);
	background: linear-gradient(135deg, rgba(26, 26, 26, 0.95) 0%, rgba(20, 20, 20, 1) 100%);
	box-shadow:
		0 25px 50px rgba(0, 0, 0, 0.7),
		0 0 40px rgba(201, 169, 97, 0.4),
		0 0 80px rgba(201, 169, 97, 0.2),
		inset 0 0 30px rgba(201, 169, 97, 0.15),
		inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.brand-logo-item:hover .brand-wrapper::before {
	opacity: 1;
}

.brand-logo-item:hover .brand-wrapper::after {
	opacity: 1;
}

/* Brand Glow Effect */
.brand-glow {
	position: absolute;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
	background: radial-gradient(circle, rgba(201, 169, 97, 0.2) 0%, transparent 70%);
	opacity: 0;
	transition: opacity 0.4s ease;
	pointer-events: none;
}

.brand-logo-item:hover .brand-glow {
	opacity: 1;
	animation: glowRotate 3s linear infinite;
}

@keyframes glowRotate {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

/* Brand Shine Effect */
.brand-shine {
	position: absolute;
	top: -100%;
	left: -150%;
	width: 40%;
	height: 300%;
	background: linear-gradient(90deg,
			transparent 0%,
			rgba(255, 255, 255, 0.05) 25%,
			rgba(255, 255, 255, 0.2) 50%,
			rgba(255, 255, 255, 0.05) 75%,
			transparent 100%);
	transform: rotate(30deg);
	opacity: 0;
	transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
	filter: blur(5px);
}

.brand-logo-item:hover .brand-shine {
	opacity: 1;
	left: 200%;
	transition: all 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Brand Logo - Much Brighter */
.brand-wrapper img {
	height: 70px;
	width: auto;
	object-fit: contain;
	filter:
		grayscale(80%) brightness(1.5) contrast(1.1) drop-shadow(0 0 10px rgba(255, 255, 255, 0.3));
	transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
	position: relative;
	z-index: 1;
	animation: logoBreathing 3s ease-in-out infinite;
}

@keyframes logoBreathing {

	0%,
	100% {
		filter:
			grayscale(80%) brightness(1.5) contrast(1.1) drop-shadow(0 0 10px rgba(255, 255, 255, 0.3));
	}

	50% {
		filter:
			grayscale(70%) brightness(1.6) contrast(1.15) drop-shadow(0 0 15px rgba(255, 255, 255, 0.4));
	}
}

.brand-logo-item:hover .brand-wrapper img {
	filter:
		grayscale(0%) brightness(1.3) contrast(1.2) drop-shadow(0 0 20px rgba(201, 169, 97, 0.6)) drop-shadow(0 0 40px rgba(201, 169, 97, 0.4));
	transform: scale(1.1);
	animation: logoGlow 1.5s ease-in-out infinite;
}

@keyframes logoGlow {

	0%,
	100% {
		filter:
			grayscale(0%) brightness(1.3) contrast(1.2) drop-shadow(0 0 20px rgba(201, 169, 97, 0.6)) drop-shadow(0 0 40px rgba(201, 169, 97, 0.4));
	}

	50% {
		filter:
			grayscale(0%) brightness(1.4) contrast(1.25) drop-shadow(0 0 30px rgba(201, 169, 97, 0.8)) drop-shadow(0 0 60px rgba(201, 169, 97, 0.5));
	}
}

.brand-placeholder {
	padding: 20px 40px;
	background: rgba(26, 26, 26, 0.5);
	border: 1px solid rgba(201, 169, 97, 0.2);
	border-radius: 8px;
	color: #C9A961;
	font-weight: 600;
	font-size: 18px;
	letter-spacing: 1px;
}

/* ============================================
   CATEGORIES SECTION
   ============================================ */
.luxury-categories-section {
	padding: 100px 0;
	background: linear-gradient(180deg, #0a0a0a 0%, #1a1a1a 50%, #0a0a0a 100%);
	border-top: 1px solid rgba(201, 169, 97, 0.2);
	position: relative;
	overflow: hidden;
}

.luxury-categories-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 80%;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(201, 169, 97, 0.5), transparent);
}

/* Categories Header */
.categories-header {
	text-align: center;
	margin-bottom: 70px;
}

.brands-badge {
	display: inline-block;
	padding: 8px 24px;
	background: rgba(201, 169, 97, 0.1);
	border: 1px solid rgba(201, 169, 97, 0.3);
	border-radius: 50px;
	color: #C9A961;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin-bottom: 25px;
	backdrop-filter: blur(10px);
	animation: badgePulse 3s ease-in-out infinite;
}



.categories-description {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.6);
	letter-spacing: 0.5px;
}

/* Categories Grid */
.luxury-categories-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	max-width: 1200px;
	margin: 0 auto;
}

.luxury-category-card {
	opacity: 0;
	transform: translateY(30px);
	animation: fadeInUp 0.8s ease-out forwards;
}

.luxury-category-card:nth-child(1) {
	animation-delay: 0.1s;
}

.luxury-category-card:nth-child(2) {
	animation-delay: 0.2s;
}

.luxury-category-card:nth-child(3) {
	animation-delay: 0.3s;
}

.luxury-category-card:nth-child(4) {
	animation-delay: 0.4s;
}

.luxury-category-card:nth-child(5) {
	animation-delay: 0.5s;
}

.luxury-category-card:nth-child(6) {
	animation-delay: 0.6s;
}

.category-link {
	display: block;
	text-decoration: none;
	background: linear-gradient(135deg, rgba(26, 26, 26, 0.8) 0%, rgba(15, 15, 15, 0.9) 100%);
	border: 2px solid rgba(201, 169, 97, 0.2);
	border-radius: 12px;
	overflow: hidden;
	transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
	backdrop-filter: blur(15px);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.category-link:hover {
	border-color: rgba(201, 169, 97, 0.8);
	transform: translateY(-10px);
	box-shadow:
		0 20px 50px rgba(0, 0, 0, 0.7),
		0 0 40px rgba(201, 169, 97, 0.3);
}

/* Category Image */
.category-image {
	position: relative;
	width: 100%;
	height: 250px;
	overflow: hidden;
	background: #f5f5f5;
}

.category-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.category-link:hover .category-image img {
	transform: scale(1.1);
}

/* Category Overlay */
.category-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: opacity 0.4s ease;
}

.category-link:hover .category-overlay {
	opacity: 1;
}

.category-view-btn {
	padding: 12px 30px;
	background: linear-gradient(135deg, #C9A961 0%, #F4E4C1 100%);
	color: #0a0a0a;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 50px;
	box-shadow: 0 4px 15px rgba(201, 169, 97, 0.4);
	transition: all 0.3s ease;
}

.category-view-btn:hover {
	transform: scale(1.05);
	box-shadow: 0 6px 20px rgba(201, 169, 97, 0.6);
}

/* Category Info */
.category-info {
	padding: 25px 20px;
}

.category-info h3 {
	font-family: 'Playfair Display', Georgia, serif;
	font-size: 20px;
	font-weight: 600;
	color: #ffffff;
	margin-bottom: 8px;
	transition: color 0.3s ease;
}

.category-link:hover .category-info h3 {
	color: #C9A961;
}

.category-count {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.6);
	margin: 0;
}

/* Category Placeholder */
.category-placeholder {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, rgba(26, 26, 26, 0.8) 0%, rgba(10, 10, 10, 0.9) 100%);
}

/* ============================================
   PRODUCTS SECTION
   ============================================ */
.luxury-products-section {
	padding: 100px 0;
	background: #0a0a0a;
	position: relative;
}

.content-area {
	padding-bottom: 0px !important;
}

/* Products Header - Giống Brands Header */
.products-header {
	text-align: center;
	margin-bottom: 70px;
}





.products-description {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.6);
	letter-spacing: 0.5px;
}

/* Products Grid - 5 cột */
.luxury-products-grid {
	display: grid !important;
	grid-template-columns: repeat(5, 1fr) !important;
	gap: 30px !important;
	max-width: 1400px !important;
	margin: 0 auto !important;
}

.luxury-product-card {
	width: 100% !important;
	max-width: 100% !important;
}

/* ============================================
   SECTION HEADERS
   ============================================ */
.section-header-luxury {
	text-align: center;
	margin-bottom: 80px;
}

.section-tag {
	display: inline-block;
	padding: 8px 20px;
	background: rgba(201, 169, 97, 0.1);
	border: 1px solid rgba(201, 169, 97, 0.3);
	border-radius: 50px;
	color: #C9A961;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.section-title-luxury {
	font-family: 'Playfair Display', Georgia, serif;
	font-size: 48px;
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 20px;
	letter-spacing: -1px;
}

.section-subtitle-luxury {
	font-size: 18px;
	color: rgba(255, 255, 255, 0.6);
	max-width: 600px;
	margin: 0 auto;
}

/* ============================================
   PRODUCTS SECTION
   ============================================ */
.luxury-products-section {
	padding: 120px 0;
	background: #1a1a1a;
	position: relative;
}

.luxury-products-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(201, 169, 97, 0.3), transparent);
}

.luxury-products-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
}

.luxury-product-card {
	background: rgba(26, 26, 26, 0.5);
	border: 2px solid rgba(201, 169, 97, 0.2);
	border-radius: 12px;
	overflow: hidden;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	backdrop-filter: blur(10px);
	width: 100% !important;
	max-width: 100% !important;
}

.luxury-product-card:hover {
	border-color: rgba(201, 169, 97, 0.6);
	transform: translateY(-8px);
	box-shadow:
		0 20px 40px rgba(0, 0, 0, 0.6),
		0 0 30px rgba(201, 169, 97, 0.2);
}

.luxury-products-grid .luxury-product-image {
	height: 240px;
}


.luxury-product-image {
	position: relative;
	width: 100%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.luxury-product-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	/* Lấp đầy khung hình, cắt phần thừa */
	transition: transform 0.4s ease;
}

.luxury-product-card:hover .luxury-product-image img {
	transform: scale(1.08);
}

.product-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, rgba(26, 26, 26, 0.8) 0%, rgba(10, 10, 10, 0.9) 100%);
}

.luxury-product-info {
	padding: 25px 20px;
	background: rgba(10, 10, 10, 0.8);
}

.luxury-product-info h3 {
	font-size: 15px;
	font-weight: 600;
	color: #ffffff !important;
	margin-bottom: 12px;
	line-height: 1.4;
	min-height: auto;
}

.product-price {
	font-size: 18px;
	color: #C9A961 !important;
	font-weight: 700;
	display: block !important;
}

.product-price ins {
	color: #C9A961 !important;
	text-decoration: none !important;
	font-weight: 700;
}

.product-price del {
	color: rgba(255, 255, 255, 0.4) !important;
	font-size: 14px;
	margin-right: 8px;
}

.product-price .amount {
	color: #C9A961 !important;
}

/* Product Overlay & Button */
.product-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.85);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: opacity 0.3s ease;
	z-index: 2;
}

.luxury-product-card:hover .product-overlay {
	opacity: 1;
}

.view-product-btn {
	padding: 12px 30px;
	background: #C9A961;
	color: #0a0a0a !important;
	text-decoration: none !important;
	font-weight: 600;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 6px;
	transition: all 0.3s ease;
	display: inline-block;
}

.view-product-btn:hover {
	background: #F4E4C1;
	transform: scale(1.05);
	color: #0a0a0a !important;
}

/* Product Title Link */
.luxury-product-info h3 a {
	color: #ffffff !important;
	text-decoration: none !important;
	transition: color 0.3s ease;
}

.luxury-product-info h3 a:hover {
	color: #C9A961 !important;
}

/* ============================================
   FEATURES SECTION HEADER
   ============================================ */
.features-header,
.testimonials-header {
	text-align: center;
	margin-bottom: 70px;
}


.features-description,
.testimonials-description {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.6);
	letter-spacing: 0.5px;
}

/* ============================================
   FEATURES SECTION
   ============================================ */
.luxury-features-section {
	padding: 120px 0;
	background: #0a0a0a;
}

.luxury-features-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 40px;
}

.luxury-feature-card {
	text-align: center;
	padding: 40px 30px;
	background: rgba(26, 26, 26, 0.5);
	border: 1px solid rgba(201, 169, 97, 0.2);
	border-radius: 8px;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	opacity: 0;
	transform: translateY(30px);
}

.luxury-feature-card.animate-in {
	opacity: 1;
	transform: translateY(0);
}

.luxury-feature-card:hover {
	background: rgba(26, 26, 26, 0.8);
	border-color: #C9A961;
	transform: translateY(-10px);
}

.feature-icon {
	margin-bottom: 25px;
	display: inline-block;
}

.luxury-feature-card h3 {
	font-size: 18px;
	font-weight: 600;
	color: #ffffff;
	margin-bottom: 15px;
}

.luxury-feature-card p {
	font-size: 14px;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.6);
}

/* ============================================
   TESTIMONIALS SECTION
   ============================================ */
.luxury-testimonials-section {
	padding: 120px 0;
	background: #1a1a1a;
}

.testimonials-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
}

.testimonial-card {
	padding: 40px;
	background: #0a0a0a;
	border: 1px solid rgba(201, 169, 97, 0.2);
	border-radius: 8px;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	opacity: 0;
	transform: translateY(30px);
}

.testimonial-card.animate-in {
	opacity: 1;
	transform: translateY(0);
}

.testimonial-card:hover {
	border-color: #C9A961;
	transform: translateY(-5px);
}

.testimonial-rating {
	display: flex;
	gap: 5px;
	margin-bottom: 25px;
}

.testimonial-text {
	font-size: 16px;
	line-height: 1.8;
	color: rgba(255, 255, 255, 0.8);
	margin-bottom: 30px;
	font-style: italic;
}

.author-name {
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
	margin-bottom: 5px;
}

.author-title {
	font-size: 13px;
	color: #C9A961;
}

/* ============================================
   CTA SECTION
   ============================================ */
.luxury-cta-section {
	padding: 120px 0;
	background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 50%, #0a0a0a 100%);
	position: relative;
	overflow: hidden;
}

.luxury-cta-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: radial-gradient(circle at 50% 50%, rgba(201, 169, 97, 0.1) 0%, transparent 70%);
	pointer-events: none;
}

.cta-content {
	text-align: center;
	position: relative;
	z-index: 1;
}

.cta-content h2 {
	font-family: 'Playfair Display', Georgia, serif;
	font-size: 48px;
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 20px;
}

.cta-content p {
	font-size: 18px;
	color: rgba(255, 255, 255, 0.7);
	margin-bottom: 40px;
}

.cta-buttons {
	display: flex;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 1200px) {
	.luxury-hero-content {
		gap: 60px;
	}

	.luxury-hero-title {
		font-size: 56px;
	}

	.luxury-products-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.luxury-features-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 768px) {
	.luxury-container {
		padding: 0 20px;
	}

	.luxury-hero-content {
		grid-template-columns: 1fr;
		gap: 40px;
		padding: 60px 20px;
	}

	.luxury-hero-title {
		font-size: 42px;
	}

	.luxury-hero-stats {
		gap: 20px;
	}

	.stat-number {
		font-size: 28px;
	}

	.luxury-products-grid,
	.luxury-features-grid,
	.testimonials-grid {
		grid-template-columns: 1fr;
	}

	.section-title-luxury {
		font-size: 36px;
	}

	.cta-content h2 {
		font-size: 36px;
	}

	.brands-grid {
		gap: 40px;
	}
}

/* ============================================
   MOBILE RESPONSIVE STYLES - ENHANCED
   ============================================ */

/* Tablet and below (768px) */
@media (max-width: 768px) {

	/* Hero Section Mobile */
	.luxury-hero-section {
		min-height: 350px;
		padding: 80px 0 40px;
		margin-top: 0;
		display: flex;
		align-items: center;
	}

	.luxury-hero-slider {
		min-height: auto;
	}

	.luxury-hero-slide {
		min-height: auto;
		padding: 0;
		display: flex;
		align-items: center;
	}

	.luxury-hero-content {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 20px;
		padding: 0 20px;
		align-items: center;
	}

	.luxury-hero-text {
		text-align: left;
	}

	.luxury-badge {
		font-size: 8px;
		padding: 4px 10px;
		letter-spacing: 1px;
		margin-bottom: 8px;
	}

	.luxury-hero-title {
		font-size: 24px;
		margin-bottom: 10px;
		line-height: 1.2;
	}

	.luxury-hero-subtitle {
		font-size: 11px;
		line-height: 1.4;
		margin-bottom: 12px;
		max-width: 100%;
	}

	.luxury-hero-stats {
		justify-content: flex-start;
		gap: 10px;
		padding: 10px 0;
		margin-bottom: 12px;
		flex-wrap: wrap;
	}

	.stat-item {
		text-align: left;
	}

	.stat-number {
		font-size: 18px;
		margin-bottom: 3px;
	}

	.stat-label {
		font-size: 8px;
	}

	.luxury-hero-buttons {
		justify-content: flex-start;
		gap: 8px;
		flex-direction: column;
		align-items: flex-start;
	}

	.luxury-btn {
		padding: 9px 16px;
		font-size: 10px;
		width: auto;
		max-width: 100%;
	}

	.luxury-btn-large {
		padding: 10px 18px;
		font-size: 10px;
	}

	/* Hero Image Mobile */
	.luxury-hero-image {
		width: 100%;
		max-width: 100%;
		margin: 0;
		display: flex;
		align-items: flex-start;
	}

	.product-image-slider {
		min-height: 200px;
		max-height: 200px;
		overflow: hidden;
		background: #0a0a0a;
	}

	.product-image-wrapper {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100%;
		background: #0a0a0a;
	}

	.luxury-product-image,
	.product-image-slider img {
		object-fit: contain;
		object-position: center;
		width: 100%;
		height: 100%;
		max-height: none;
		padding: 0 !important;
	}

	.product-features {
		grid-template-columns: repeat(2, 1fr);
		gap: 4px;
		margin-top: 8px;
	}

	.feature-badge {
		padding: 5px 7px;
		font-size: 7px;
		gap: 3px;
	}

	.feature-badge svg {
		width: 10px;
		height: 10px;
	}

	/* Slider Dots Mobile */
	.luxury-slider-dots {
		bottom: 30px;
		gap: 12px;
	}

	.luxury-dot {
		width: 12px !important;
		height: 12px !important;
		min-width: 12px !important;
		min-height: 12px !important;
		max-width: 12px !important;
		max-height: 12px !important;
	}

	/* Scroll Indicator Mobile */
	.scroll-indicator {
		bottom: 20px;
		font-size: 10px;
	}

	.scroll-line {
		height: 30px;
	}

	/* Sections Padding Mobile */
	.luxury-brands-section,
	.luxury-categories-section,
	.luxury-products-section,
	.luxury-features-section,
	.luxury-testimonials-section,
	.luxury-cta-section {
		padding: 60px 0;
	}

	/* Section Headers Mobile */
	.brands-header,
	.categories-header,
	.products-header,
	.features-header,
	.testimonials-header {
		margin-bottom: 40px;
	}

	.brands-badge,
	.categories-badge,
	.products-badge,
	.features-badge,
	.testimonials-badge {
		font-size: 10px;
		padding: 6px 18px;
		letter-spacing: 2px;
		margin-bottom: 15px;
	}

	.brands-title,
	.categories-title,
	.products-title,
	.features-title,
	.testimonials-title {
		font-size: 36px;
		gap: 20px;
		flex-wrap: wrap;
	}

	.title-line {
		width: 60px;
	}

	.brands-description,
	.categories-description,
	.products-description,
	.features-description,
	.testimonials-description {
		font-size: 14px;
	}

	/* Brands Grid Mobile */
	.brands-grid {
		gap: 20px;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
	}

	.brand-wrapper {
		padding: 20px 25px;
		min-width: 100px;
		max-width: 150px;
	}

	.brand-wrapper img {
		max-width: 100px;
		height: auto;
	}

	/* Categories Grid Mobile */
	.luxury-categories-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}

	.luxury-category-card {
		animation-delay: 0s !important;
		width: 100%;
		min-width: 0;
	}

	.category-link {
		display: flex;
		flex-direction: column;
		border-radius: 8px;
		border-width: 1px;
		width: 100%;
		min-width: 0;
	}

	.category-image {
		position: relative;
		width: 100%;
		padding-top: 75%;
		/* 4:3 aspect ratio */
		overflow: hidden;
		border-radius: 8px 8px 0 0;
	}

	.category-image img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
	}

	.category-info {
		padding: 10px 8px;
	}

	.category-info h3 {
		font-size: 12px;
		margin-bottom: 4px;
		line-height: 1.3;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.category-count {
		font-size: 11px;
	}

	.category-view-btn {
		font-size: 10px;
		padding: 6px 12px;
	}

	/* Products Grid Mobile */
	.luxury-products-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 12px;
	}

	/* Hide products after 6th on mobile */
	.luxury-product-card:nth-child(n+7) {
		display: none;
	}

	.luxury-product-card {
		border-radius: 8px;
		border-width: 1px;
	}

	.luxury-product-image {
		position: relative;
		width: 100%;
		padding-top: 100%;
		/* 1:1 aspect ratio for products */
		overflow: hidden;
		border-radius: 8px 8px 0 0;
		background: #f5f5f5;
	}

	.luxury-product-image img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: contain;
		object-position: center;
		padding: 15px;
	}

	.luxury-product-info {
		padding: 12px 10px;
	}

	.luxury-product-info h3 {
		font-size: 14px;
		margin-bottom: 8px;
		line-height: 1.3;
		min-height: 36px;
	}

	.luxury-product-info h3 a {
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		line-clamp: 2;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.product-price {
		font-size: 14px;
	}

	.view-product-btn {
		font-size: 11px;
		padding: 8px 16px;
	}

	/* Features Grid Mobile */
	.luxury-features-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.luxury-feature-card {
		padding: 25px;
	}

	.feature-icon svg {
		width: 40px;
		height: 40px;
	}

	.luxury-feature-card h3 {
		font-size: 18px;
		margin: 15px 0 10px;
	}

	.luxury-feature-card p {
		font-size: 14px;
	}

	/* Testimonials Grid Mobile */
	.testimonials-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.testimonial-card {
		padding: 25px;
	}

	.testimonial-text {
		font-size: 14px;
		line-height: 1.6;
	}

	.author-name {
		font-size: 14px;
	}

	.author-title {
		font-size: 12px;
	}

	/* CTA Section Mobile */
	.cta-content h2 {
		font-size: 32px;
		margin-bottom: 15px;
	}

	.cta-content p {
		font-size: 14px;
		margin-bottom: 25px;
	}

	.cta-buttons {
		flex-direction: column;
		gap: 15px;
		align-items: center;
	}

	.cta-buttons .luxury-btn {
		width: 100%;
		max-width: 300px;
		justify-content: center;
	}
}

/* Mobile Small (480px and below) */
@media (max-width: 480px) {

	/* Container Mobile Small */
	.luxury-container {
		padding: 0 15px;
	}

	/* Hero Section Mobile Small */
	.luxury-hero-section {
		min-height: 400px;
		padding: 50px 0 50px;
		display: flex;
		align-items: center;
	}

	.luxury-hero-slider {
		min-height: auto;
	}

	.luxury-hero-slide {
		min-height: auto;
		padding: 0;
		display: flex;
		align-items: center;
	}

	.luxury-hero-content {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 15px;
		padding: 0 15px;
		align-items: center;
	}

	.luxury-hero-text {
		text-align: left;
	}

	.luxury-badge {
		font-size: 7px;
		padding: 3px 8px;
		letter-spacing: 0.5px;
		margin-bottom: 6px;
	}

	.luxury-hero-title {
		font-size: 20px;
		line-height: 1.2;
		margin-bottom: 8px;
	}

	.luxury-hero-subtitle {
		font-size: 10px;
		line-height: 1.3;
		margin-bottom: 10px;
	}

	.luxury-hero-stats {
		flex-wrap: wrap;
		gap: 8px;
		padding: 8px 0;
		margin-bottom: 10px;
		justify-content: flex-start;
	}

	.stat-number {
		font-size: 16px;
		margin-bottom: 2px;
	}

	.stat-label {
		font-size: 7px;
	}

	.luxury-hero-buttons {
		gap: 6px;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
	}

	.luxury-btn {
		padding: 8px 14px;
		font-size: 9px;
		width: auto;
		max-width: 100%;
	}

	.luxury-btn-large {
		padding: 9px 16px;
		font-size: 20px;
	}

	/* Hero Image Mobile Small */
	.luxury-hero-image {
		width: 100%;
		max-width: 100%;
		margin: 0;
		display: flex;
		align-items: flex-start;
	}

	.product-image-slider {
		min-height: 180px;
		max-height: 180px;
		overflow: hidden;
		background: #0a0a0a;
	}

	.product-image-wrapper {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100%;
		background: #0a0a0a;
	}

	.luxury-product-image,
	.product-image-slider img {
		object-fit: contain;
		object-position: center;
		width: 100%;
		height: 100%;
		max-height: none;
		transform: scale(1.2);
		padding: 0 !important;
	}

	.product-features {
		grid-template-columns: repeat(2, 1fr);
		gap: 3px;
		margin-top: 6px;
	}

	.feature-badge {
		padding: 4px 6px;
		font-size: 9px;
		gap: 2px;
	}

	.feature-badge svg {
		width: 9px;
		height: 9px;
	}

	/* Slider Dots Mobile Small */
	.luxury-slider-dots {
		bottom: 20px;
		gap: 10px;
	}

	.luxury-dot {
		width: 10px !important;
		height: 10px !important;
		min-width: 10px !important;
		min-height: 10px !important;
		max-width: 10px !important;
		max-height: 10px !important;
	}

	/* Scroll Indicator Mobile Small */
	.scroll-indicator {
		display: none;
	}

	/* Sections Padding Mobile Small */
	.luxury-brands-section,
	.luxury-categories-section,
	.luxury-products-section,
	.luxury-features-section,
	.luxury-testimonials-section,
	.luxury-cta-section {
		padding: 40px 0;
	}

	/* Section Headers Mobile Small */
	.brands-header,
	.categories-header,
	.products-header,
	.features-header,
	.testimonials-header {
		margin-bottom: 30px;
	}

	.brands-badge,
	.categories-badge,
	.products-badge,
	.features-badge,
	.testimonials-badge {
		font-size: 9px;
		padding: 5px 15px;
		letter-spacing: 1.5px;
	}

	.brands-title,
	.categories-title,
	.products-title,
	.features-title,
	.testimonials-title {
		font-size: 28px;
		gap: 15px;
	}

	.title-line {
		width: 40px;
		display: none;
	}

	.brands-description,
	.categories-description,
	.products-description,
	.features-description,
	.testimonials-description {
		font-size: 13px;
	}

	/* Brands Grid Mobile Small */
	.brands-grid {
		gap: 15px;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
	}

	.brand-wrapper {
		padding: 15px 20px;
		min-width: 80px;
		max-width: 110px;
	}

	.brand-wrapper img {
		max-width: 80px;
	}

	/* Categories Grid Mobile Small */
	.luxury-categories-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 8px;
	}

	.luxury-category-card {
		flex: 1;
		min-width: 0;
		width: 100%;
	}

	.category-link {
		display: flex;
		flex-direction: column;
		border-radius: 6px;
		width: 100%;
		min-width: 0;
		height: 100%;
	}

	.category-image {
		position: relative;
		width: 100%;
		padding-top: 75%;
		/* 4:3 aspect ratio */
		overflow: hidden;
		border-radius: 6px 6px 0 0;
	}

	.category-image img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
	}

	.category-info {
		padding: 8px 6px;
	}

	.category-info h3 {
		font-size: 15px;
		line-height: 1.3;
		margin-bottom: 3px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.category-count {
		font-size: 10px;
	}

	.category-view-btn {
		font-size: 9px;
		padding: 5px 10px;
	}

	/* Products Grid Mobile Small */
	.luxury-products-grid {
		grid-template-columns: repeat(2, 1fr) !important;
		gap: 10px !important;
	}

	/* Hide products after 6th on mobile small */
	.luxury-product-card:nth-child(n+7) {
		display: none;
	}

	.luxury-product-card {
		border-radius: 6px;
	}

	.luxury-product-image {
		position: relative;
		width: 100%;
		height: 180px !important;
		overflow: hidden;
		border-radius: 6px 6px 0 0;
		background: #f5f5f5;
	}

	.luxury-product-card .luxury-product-image img {
		position: relative;
		width: 100%;
		height: 100%;
		object-fit: contain;
		object-position: center;
		padding: 0px;
	}

	.luxury-product-info {
		padding: 30px 0px 5px 5px;
		display: block !important;
		visibility: visible !important;
	}

	.luxury-product-info h3 {
		font-size: 13px;
		line-height: 1.3;
		margin-bottom: 6px;
		min-height: 34px;
	}

	.luxury-product-info h3 a {
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		line-clamp: 2;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.product-price {
		font-size: 13px;
	}

	.view-product-btn {
		font-size: 10px;
		padding: 6px 12px;
	}

	/* Features Grid Mobile Small */
	.luxury-feature-card {
		padding: 20px;
	}

	.feature-icon svg {
		width: 36px;
		height: 36px;
	}

	.luxury-feature-card h3 {
		font-size: 16px;
		margin: 12px 0 8px;
	}

	.luxury-feature-card p {
		font-size: 13px;
		line-height: 1.5;
	}

	/* Testimonials Grid Mobile Small */
	.testimonial-card {
		padding: 20px;
	}

	.testimonial-rating svg {
		width: 16px;
		height: 16px;
	}

	.testimonial-text {
		font-size: 13px;
		line-height: 1.5;
	}

	.author-name {
		font-size: 13px;
	}

	.author-title {
		font-size: 11px;
	}

	/* CTA Section Mobile Small */
	.cta-content h2 {
		font-size: 26px;
		line-height: 1.3;
	}

	.cta-content p {
		font-size: 13px;
	}

	.cta-buttons .luxury-btn {
		max-width: 100%;
	}
}

/* ============================================
   MOBILE BANNER SLIDER - ONLY FOR MOBILE
   ============================================ */

/* Hide mobile banner on desktop */
.luxury-hero-overlay-mobile {
	display: none;
}

/* Mobile styles */
@media (max-width: 768px) {

	/* Hide desktop overlay on mobile */
	.luxury-hero-overlay {
		display: none !important;
	}

	/* Hide desktop hero slider and all its content on mobile */
	.luxury-hero-slider {
		display: none !important;
	}

	/* Hide slider dots on mobile */
	.luxury-slider-dots {
		display: none !important;
	}

	/* Hide scroll indicator on mobile */
	.scroll-indicator {
		display: none !important;
	}

	/* Hide particles on mobile for better performance */
	.particles-container {
		display: none !important;
	}

	/* Show mobile banner slider */
	.luxury-hero-overlay-mobile {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 1;
		overflow: hidden;
	}

	.mobile-banner-slider {
		width: 100%;
		height: 100%;
		position: relative;
		overflow: hidden;
	}

	.mobile-banner-track {
		display: flex;
		width: fit-content;
		height: 100%;
		/* Animation removed - using swipe instead */
	}

	.mobile-banner-slide {
		flex-shrink: 0;
		width: 100vw;
		height: 100%;
		position: relative;
	}

	.mobile-banner-slide img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
	}

	/* Link wrapper for entire slide */
	.mobile-banner-link {
		display: block;
		width: 100%;
		height: 100%;
		position: relative;
		text-decoration: none;
	}

	/* Product name in bottom left corner - Header button style */
	.mobile-banner-content {
		position: absolute;
		bottom: 20px;
		left: 20px;
		z-index: 3;
	}

	.mobile-product-name {
		display: inline-block;
		position: relative;
		background: linear-gradient(135deg, #C9A961 0%, #F4E4C1 50%, #C9A961 100%);
		color: #0a0a0a;
		font-weight: 700;
		font-size: 15px;
		padding: 12px 20px;
		border-radius: 0;
		clip-path: polygon(8px 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%, 0 8px);
		box-shadow:
			0 0 20px rgba(201, 169, 97, 0.6),
			0 4px 15px rgba(201, 169, 97, 0.4),
			inset 0 1px 0 rgba(255, 255, 255, 0.3);
		transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
		overflow: hidden;
		letter-spacing: 1px;
		text-transform: uppercase;
		animation: border-glow-mobile 3s ease-in-out infinite;
		backdrop-filter: blur(10px);
		text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
		line-height: 1.2;
		max-width: calc(100vw - 40px);
	}

	/* Shine effect */
	.mobile-product-name::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
		transform: translateX(-100%);
		animation: shine-sweep-mobile 3s ease-in-out infinite;
		pointer-events: none;
	}

	/* Glow effect */
	.mobile-product-name::after {
		content: '';
		position: absolute;
		top: -2px;
		left: -2px;
		right: -2px;
		bottom: -2px;
		background: linear-gradient(45deg, #C9A961, #F4E4C1, #C9A961);
		clip-path: polygon(8px 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%, 0 8px);
		z-index: -1;
		opacity: 0;
		filter: blur(10px);
		transition: opacity 0.4s ease;
	}

	/* Hover effects */
	.mobile-banner-link:active .mobile-product-name {
		background: linear-gradient(135deg, #F4E4C1 0%, #C9A961 50%, #F4E4C1 100%);
		transform: translateY(-3px);
		box-shadow:
			0 0 30px rgba(201, 169, 97, 0.8),
			0 0 60px rgba(201, 169, 97, 0.4),
			0 8px 25px rgba(201, 169, 97, 0.6),
			inset 0 1px 0 rgba(255, 255, 255, 0.5);
		animation: none;
	}

	.mobile-banner-link:active .mobile-product-name::after {
		opacity: 1;
	}

	.mobile-banner-link:active .mobile-product-name::before {
		animation: none;
		transform: translateX(100%);
		transition: transform 0.6s ease;
	}

	/* Animations */
	@keyframes shine-sweep-mobile {
		0% {
			transform: translateX(-100%);
		}

		20% {
			transform: translateX(100%);
		}

		100% {
			transform: translateX(100%);
		}
	}

	@keyframes border-glow-mobile {

		0%,
		100% {
			box-shadow:
				0 0 20px rgba(201, 169, 97, 0.6),
				0 4px 15px rgba(201, 169, 97, 0.4),
				inset 0 1px 0 rgba(255, 255, 255, 0.3);
		}

		50% {
			box-shadow:
				0 0 30px rgba(201, 169, 97, 0.8),
				0 0 50px rgba(201, 169, 97, 0.3),
				0 4px 20px rgba(201, 169, 97, 0.6),
				inset 0 1px 0 rgba(255, 255, 255, 0.4);
		}
	}

	/* Touch-friendly slider */
	.mobile-banner-slider {
		touch-action: pan-y pinch-zoom;
		cursor: grab;
		user-select: none;
		-webkit-user-select: none;
	}

	.mobile-banner-slider:active {
		cursor: grabbing;
	}

	.mobile-banner-track {
		transition: transform 0.3s ease-out;
		will-change: transform;
	}

	.mobile-banner-track.dragging {
		transition: none;
	}

	/* Animation for sliding */
	@keyframes bannerSlide {
		0% {
			transform: translateX(0);
		}

		16.66% {
			transform: translateX(0);
		}

		20% {
			transform: translateX(-100vw);
		}

		36.66% {
			transform: translateX(-100vw);
		}

		40% {
			transform: translateX(-200vw);
		}

		56.66% {
			transform: translateX(-200vw);
		}

		60% {
			transform: translateX(-300vw);
		}

		76.66% {
			transform: translateX(-300vw);
		}

		80% {
			transform: translateX(-400vw);
		}

		96.66% {
			transform: translateX(-400vw);
		}

		100% {
			transform: translateX(-500vw);
		}
	}
}