/* ==========================================
   MOBILE HOME PAGE - EXCLUSIVE MOBILE DESIGN
   ========================================== */

/* Hide mobile version by default */
.mobile-home {
	display: none;
}

/* Show mobile version and hide desktop on mobile screens */
@media (max-width: 860px) {
	.desktop-home {
		display: none !important;
	}
	
	.mobile-home {
		display: block;
	}
}

/* Mobile Hero Section */
.mobile-hero {
	background: linear-gradient(165deg, #0B2D5B 0%, #0A1F3D 50%, #081729 100%);
	padding: 3rem 0 3.5rem;
	color: white;
	position: relative;
	overflow: hidden;
}

.mobile-hero::before {
	content: '';
	position: absolute;
	top: -10%;
	right: -15%;
	width: 400px;
	height: 400px;
	background: radial-gradient(circle, rgba(200, 29, 37, 0.25) 0%, transparent 70%);
	border-radius: 50%;
	animation: pulse 8s ease-in-out infinite;
}

.mobile-hero::after {
	content: '';
	position: absolute;
	bottom: -20%;
	left: -10%;
	width: 350px;
	height: 350px;
	background: radial-gradient(circle, rgba(200, 29, 37, 0.15) 0%, transparent 70%);
	border-radius: 50%;
	animation: pulse 10s ease-in-out infinite;
}

@keyframes pulse {
	0%, 100% { transform: scale(1); opacity: 0.8; }
	50% { transform: scale(1.1); opacity: 0.5; }
}

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

.mobile-hero h1 {
	font-size: 2.25rem;
	font-weight: 900;
	line-height: 1.15;
	margin-bottom: 1.25rem;
	color: white;
	letter-spacing: -0.02em;
	text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}

.mobile-hero-tagline {
	font-size: 1.0625rem;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.9);
	margin-bottom: 2.5rem;
	max-width: 85%;
	margin-left: auto;
	margin-right: auto;
	font-weight: 400;
}

.mobile-hero-stats {
	display: flex;
	gap: 1rem;
	justify-content: center;
	margin-bottom: 2.5rem;
}

.mobile-stat {
	flex: 1;
	max-width: 145px;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.08) 100%);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	padding: 1.25rem 1rem;
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.25);
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
}

.mobile-stat:active {
	transform: scale(0.97);
}

.mobile-stat-number {
	display: block;
	font-size: 2rem;
	font-weight: 900;
	color: white;
	line-height: 1;
	margin-bottom: 0.5rem;
	letter-spacing: -0.02em;
}

.mobile-stat-label {
	display: block;
	font-size: 0.6875rem;
	color: rgba(255, 255, 255, 0.85);
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.mobile-hero-cta {
	display: flex;
	flex-direction: column;
	gap: 0.875rem;
	padding: 0 0.5rem;
}

.mobile-cta-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.75rem;
	padding: 1.125rem 1.75rem;
	background: linear-gradient(135deg, #C81D25 0%, #A01820 100%);
	color: white;
	font-weight: 700;
	font-size: 1.0625rem;
	border-radius: 14px;
	text-decoration: none;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	box-shadow: 0 4px 20px rgba(200, 29, 37, 0.35), 0 0 0 0 rgba(200, 29, 37, 0.5);
	position: relative;
	overflow: hidden;
}

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

.mobile-cta-btn:active {
	transform: scale(0.98);
	box-shadow: 0 2px 12px rgba(200, 29, 37, 0.4);
}

.mobile-cta-btn:active::before {
	left: 100%;
}

.mobile-cta-btn.secondary {
	background: transparent;
	color: white;
	border: 2.5px solid rgba(255, 255, 255, 0.9);
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.mobile-cta-btn.secondary:active {
	background: rgba(255, 255, 255, 0.1);
	border-color: white;
}

.mobile-cta-btn svg {
	width: 20px;
	height: 20px;
	flex-shrink: 0;
}

/* Mobile Quick Actions */
.mobile-quick-actions {
	padding: 2rem 0;
	background: linear-gradient(180deg, #F8F9FA 0%, #FFFFFF 100%);
}

.mobile-actions-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1rem;
}

.mobile-action-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.875rem;
	padding: 1.75rem 1.25rem;
	background: white;
	border: 1px solid #E5E7EB;
	border-radius: 16px;
	text-decoration: none;
	color: #1F2937;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
	position: relative;
	overflow: hidden;
}

.mobile-action-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: linear-gradient(90deg, #C81D25 0%, #A01820 100%);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.3s ease;
}

.mobile-action-card:active::before {
	transform: scaleX(1);
}

.mobile-action-card:active {
	transform: translateY(-4px);
	box-shadow: 0 12px 28px rgba(11, 45, 91, 0.12);
	border-color: #C81D25;
}

.mobile-action-icon {
	width: 56px;
	height: 56px;
	background: linear-gradient(135deg, #0B2D5B 0%, #0A1F3D 100%);
	border-radius: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	box-shadow: 0 4px 12px rgba(11, 45, 91, 0.2);
	transition: all 0.3s ease;
}

.mobile-action-card:active .mobile-action-icon {
	transform: scale(1.08);
	box-shadow: 0 6px 16px rgba(11, 45, 91, 0.3);
}

.mobile-action-icon svg {
	width: 26px;
	height: 26px;
}

.mobile-action-card h3 {
	font-size: 1.0625rem;
	font-weight: 700;
	margin: 0;
	text-align: center;
	color: #111827;
	letter-spacing: -0.01em;
}

.mobile-action-card p {
	font-size: 0.8125rem;
	color: #6B7280;
	margin: 0;
	text-align: center;
	line-height: 1.4;
	font-weight: 500;
}

/* Mobile Featured Vehicles */
.mobile-featured {
	padding: 2.5rem 0 2rem;
	background: white;
}

.mobile-section-header {
	margin-bottom: 1.75rem;
	padding: 0 1rem;
}

.mobile-section-title {
	font-size: 1.75rem;
	font-weight: 800;
	color: #0B2D5B;
	margin-bottom: 0.5rem;
	letter-spacing: -0.02em;
}

.mobile-section-subtitle {
	font-size: 0.9375rem;
	color: #6B7280;
	font-weight: 500;
}

.mobile-vehicles-slider {
	display: flex;
	gap: 1rem;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	padding-bottom: 1.25rem;
	margin: 0 -1rem;
	padding-left: 1rem;
	padding-right: 1rem;
}

.mobile-vehicles-slider::-webkit-scrollbar {
	display: none;
}

.mobile-vehicle-card {
	flex: 0 0 290px;
	scroll-snap-align: start;
	background: white;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
	text-decoration: none;
	color: inherit;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	border: 1px solid #E5E7EB;
}

.mobile-vehicle-card:active {
	transform: translateY(-4px);
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}

.mobile-vehicle-image {
	width: 100%;
	height: 190px;
	max-width: 100%;
	max-height: 190px;
	object-fit: contain;
	background: linear-gradient(135deg, #F3F4F6 0%, #E5E7EB 100%);
}

.mobile-vehicle-info {
	padding: 1.25rem;
}

.mobile-vehicle-title {
	font-size: 1.0625rem;
	font-weight: 700;
	color: #111827;
	margin-bottom: 0.75rem;
	line-height: 1.3;
	letter-spacing: -0.01em;
}

.mobile-vehicle-specs {
	display: flex;
	gap: 0.875rem;
	margin-bottom: 1rem;
	flex-wrap: wrap;
}

.mobile-spec {
	font-size: 0.75rem;
	color: #6B7280;
	display: flex;
	align-items: center;
	gap: 0.375rem;
	font-weight: 600;
	background: #F3F4F6;
	padding: 0.375rem 0.625rem;
	border-radius: 6px;
}

.mobile-spec svg {
	width: 13px;
	height: 13px;
	color: #9CA3AF;
}

.mobile-vehicle-price {
	font-size: 1.375rem;
	font-weight: 800;
	color: #C81D25;
	letter-spacing: -0.02em;
}

.mobile-view-all-btn {
	display: block;
	width: calc(100% - 2rem);
	margin: 1.5rem auto 0;
	padding: 1.125rem;
	background: linear-gradient(135deg, #0B2D5B 0%, #0A1F3D 100%);
	color: white;
	text-align: center;
	font-weight: 700;
	font-size: 1.0625rem;
	border-radius: 14px;
	text-decoration: none;
	transition: all 0.3s ease;
	box-shadow: 0 4px 16px rgba(11, 45, 91, 0.25);
	letter-spacing: -0.01em;
}

.mobile-view-all-btn:active {
	transform: translateY(-2px);
	box-shadow: 0 6px 24px rgba(11, 45, 91, 0.35);
}

/* Mobile Benefits Section */
.mobile-benefits {
	padding: 2.5rem 0;
	background: linear-gradient(180deg, #FFFFFF 0%, #F8F9FA 100%);
}

.mobile-benefits-grid {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.mobile-benefit-card {
	display: flex;
	align-items: flex-start;
	gap: 1.125rem;
	padding: 1.5rem;
	background: white;
	border-radius: 16px;
	border: 1px solid #E5E7EB;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
}

.mobile-benefit-card::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 4px;
	height: 100%;
	background: linear-gradient(180deg, #C81D25 0%, #A01820 100%);
}

.mobile-benefit-card:active {
	transform: translateX(4px);
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.mobile-benefit-icon {
	width: 48px;
	height: 48px;
	background: linear-gradient(135deg, #0B2D5B 0%, #0A1F3D 100%);
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	color: white;
	box-shadow: 0 4px 12px rgba(11, 45, 91, 0.15);
}

.mobile-benefit-icon svg {
	width: 22px;
	height: 22px;
}

.mobile-benefit-content {
	flex: 1;
}

.mobile-benefit-content h3 {
	font-size: 1.0625rem;
	font-weight: 700;
	color: #111827;
	margin-bottom: 0.5rem;
	letter-spacing: -0.01em;
}

.mobile-benefit-content p {
	font-size: 0.875rem;
	color: #6B7280;
	line-height: 1.55;
	margin: 0;
	font-weight: 500;
}

/* Mobile CTA Banner */
.mobile-cta-banner {
	padding: 3rem 0;
	background: linear-gradient(165deg, #0B2D5B 0%, #0A1F3D 50%, #081729 100%);
	color: white;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.mobile-cta-banner::before {
	content: '';
	position: absolute;
	top: -30%;
	left: -20%;
	width: 300px;
	height: 300px;
	background: radial-gradient(circle, rgba(200, 29, 37, 0.2) 0%, transparent 70%);
	border-radius: 50%;
}

.mobile-cta-banner::after {
	content: '';
	position: absolute;
	bottom: -30%;
	right: -20%;
	width: 300px;
	height: 300px;
	background: radial-gradient(circle, rgba(200, 29, 37, 0.2) 0%, transparent 70%);
	border-radius: 50%;
}

.mobile-cta-banner > .container {
	position: relative;
	z-index: 1;
}

.mobile-cta-banner h2 {
	font-size: 1.75rem;
	font-weight: 800;
	margin-bottom: 0.875rem;
	color: white;
	letter-spacing: -0.02em;
	line-height: 1.2;
}

.mobile-cta-banner p {
	font-size: 1.0625rem;
	color: rgba(255, 255, 255, 0.9);
	margin-bottom: 2rem;
	font-weight: 400;
	line-height: 1.5;
}

.mobile-cta-buttons {
	display: flex;
	flex-direction: column;
	gap: 0.875rem;
	padding: 0 0.5rem;
}

.mobile-cta-buttons .mobile-cta-btn {
	background: white;
	color: #0B2D5B;
	box-shadow: 0 4px 20px rgba(255, 255, 255, 0.25);
}

.mobile-cta-buttons .mobile-cta-btn:active {
	transform: scale(0.98);
}

.mobile-cta-buttons .mobile-cta-btn.secondary {
	background: transparent;
	border: 2.5px solid white;
	color: white;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.mobile-cta-buttons .mobile-cta-btn.secondary:active {
	background: rgba(255, 255, 255, 0.1);
}

/* Responsive adjustments */
@media (max-width: 480px) {
	.mobile-hero {
		padding: 2.5rem 0 3rem;
	}
	
	.mobile-hero h1 {
		font-size: 2rem;
	}
	
	.mobile-hero-tagline {
		font-size: 1rem;
	}
	
	.mobile-hero-stats {
		gap: 0.75rem;
	}
	
	.mobile-stat {
		padding: 1.125rem 0.875rem;
		max-width: 135px;
	}
	
	.mobile-stat-number {
		font-size: 1.75rem;
	}
	
	.mobile-stat-label {
		font-size: 0.625rem;
	}
	
	.mobile-actions-grid {
		grid-template-columns: 1fr;
		gap: 0.875rem;
	}
	
	.mobile-action-card {
		flex-direction: row;
		justify-content: flex-start;
		text-align: left;
		padding: 1.25rem 1.5rem;
	}
	
	.mobile-action-card h3,
	.mobile-action-card p {
		text-align: left;
	}
	
	.mobile-vehicle-card {
		flex: 0 0 270px;
	}
	
	.mobile-section-title {
		font-size: 1.5rem;
	}
	
	.mobile-cta-banner h2 {
		font-size: 1.5rem;
	}
	
	.mobile-cta-banner p {
		font-size: 1rem;
	}
}

@media (max-width: 375px) {
	.mobile-hero h1 {
		font-size: 1.875rem;
	}
	
	.mobile-stat {
		max-width: 125px;
		padding: 1rem 0.75rem;
	}
	
	.mobile-stat-number {
		font-size: 1.625rem;
	}
	
	.mobile-vehicle-card {
		flex: 0 0 250px;
	}
}
