/* Kotobukiya V2 Landing Page Style */
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;700;900&display=swap');

:root {
	--koto-v2-green: #009c55; /* Kotobukiya Green đặc trưng */
	--koto-v2-neon: #00ff66; /* Xanh lá neon phát sáng */
	--koto-v2-primary: var(--koto-v2-green);
	--koto-v2-secondary: var(--koto-v2-neon);
	--koto-v2-gradient: linear-gradient(135deg, var(--koto-v2-green) 0%, var(--koto-v2-neon) 100%);
	--koto-v2-bg-dark: #050505;
	--koto-v2-bg-card: #0f1218;
	--koto-v2-text: #ffffff;
	--koto-v2-border: rgba(0, 255, 102, 0.25);
	--koto-v2-glow: 0 0 15px rgba(0, 255, 102, 0.5);
	--koto-v2-glow-subtle: 0 0 10px rgba(0, 156, 85, 0.3);
}

.koto-page-v2 {
	background-color: var(--koto-v2-bg-dark);
	color: var(--koto-v2-text);
	font-family: 'Inter', sans-serif;
	overflow-x: hidden;
}

.koto-page-v2 img {
	max-width: 100%;
	height: auto;
}

/* Headers */
.v2-title {
	font-family: 'Orbitron', sans-serif !important;
	text-transform: uppercase;
	color: #fff !important;
	background: var(--koto-v2-gradient);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
	font-weight: 700;
	font-size: 3.5rem;
	margin-bottom: 50px;
	position: relative;
	text-align: center;
}

.v2-banners-main-wrapper .v2-title::after {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 3px;
	background: linear-gradient(90deg, var(--koto-v2-green) 0%, #ffffff 100%);
}

.v2-section-title {
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
	padding: 0 15px;
}

/* Hero Header */
.tspark-hero {
	position: relative;
	padding: 120px 0 120px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	overflow: hidden;
}

.tspark-hero::before {
	content: '';
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	background: linear-gradient(0deg, var(--koto-v2-bg-dark) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.1) 100%);
	z-index: 1;
}

.tspark-hero__content {
	position: relative;
	z-index: 2;
	max-width: 800px;
	padding: 20px;
}

.tspark-hero__logo {
	max-width: 280px;
	margin: 0 auto 10px;
	opacity: 0;
	transform: translateY(30px);
	animation: fadeInUp 1s forwards;
}

.tspark-hero__logo img {
	width: 100%; height: auto;
	filter: drop-shadow(0 0 12px rgba(0, 255, 102, 0.6));
}

.tspark-hero__title {
	font-family: 'Orbitron', sans-serif !important;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 8rem;
	font-weight: 900;
	margin-bottom: 15px;
	color: #fff;
	text-shadow: 0 0 30px rgba(0, 255, 102, 0.4);
	opacity: 0;
	transform: translateY(30px);
	animation: fadeInUp 1s 0.2s forwards;
	line-height: 1;
	background: linear-gradient(to bottom, #fff 30%, var(--koto-v2-green) 60%, var(--koto-v2-neon) 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.tspark-hero__subtitle {
	font-size: 1.1rem;
	margin-bottom: 50px;
	color: var(--koto-v2-secondary);
	font-family: 'Orbitron', sans-serif !important;
	letter-spacing: 5px;
	opacity: 0;
	transform: translateY(30px);
	animation: fadeInUp 1s 0.4s forwards;
}

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

/* Combined Intro & Media Layer (Mockup layout refactored) */
.v2-intro-media-section {
	max-width: 1200px;
	margin: 0 auto 50px;
	padding: 50px 15px 20px 15px;
}

.v2-intro-header {
	text-align: center;
	margin-bottom: 50px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.v2-intro-title-glow {
	font-family: 'Orbitron', sans-serif !important;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 32px;
	color: #fff;
	text-shadow: 0 0 10px rgba(0, 255, 102, 0.7);
	margin-bottom: 20px;
	line-height: 1.3;
	letter-spacing: 1px;
}

.v2-intro-desc-text {
	font-size: 16px;
	line-height: 1.8;
	color: rgba(255, 255, 255, 0.85);
	max-width: 900px;
	margin: 0 auto 30px;
}

.v2-intro-action {
	margin-top: 10px;
}

.tspark-btn-outline {
	display: inline-block;
	padding: 12px 32px;
	font-family: 'Orbitron', sans-serif !important;
	font-weight: 700;
	font-size: 13px;
	text-transform: uppercase;
	text-decoration: none !important;
	color: #fff;
	background: transparent;
	border: 2px solid var(--koto-v2-neon);
	border-radius: 4px;
	transition: all 0.3s ease;
	box-shadow: var(--koto-v2-glow-subtle);
	letter-spacing: 1px;
}

.tspark-btn-outline:hover {
	background: var(--koto-v2-neon);
	color: #000 !important;
	box-shadow: var(--koto-v2-glow);
	transform: translateY(-2px);
}

.v2-intro-showcase-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	margin-bottom: 60px;
}

.v2-showcase-card {
	background: rgba(15, 18, 24, 0.6);
	border: 1px solid rgba(0, 255, 102, 0.2);
	border-radius: 8px;
	overflow: hidden;
	transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
}

.v2-showcase-card:hover {
	transform: translateY(-8px);
	border-color: var(--koto-v2-neon);
	box-shadow: 0 0 20px rgba(0, 255, 102, 0.4);
}

.v2-showcase-card-link {
	display: block;
	text-decoration: none !important;
	height: 100%;
}

.v2-showcase-image-wrapper {
	width: 100%;
	aspect-ratio: 1/1;
	overflow: hidden;
	position: relative;
	border-bottom: 1px solid rgba(0, 255, 102, 0.15);
	background-color: rgba(0, 0, 0, 0.2);
}

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

.v2-showcase-card:hover .v2-showcase-image-wrapper img {
	transform: scale(1.05);
}

.v2-showcase-info {
	padding: 18px 15px;
	text-align: center;
}

.v2-showcase-item-title {
	font-family: 'Orbitron', sans-serif !important;
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	margin: 0 0 6px;
	letter-spacing: 1px;
	line-height: 1.4;
	transition: color 0.3s ease;
}

.v2-showcase-card:hover .v2-showcase-item-title {
	color: var(--koto-v2-neon);
}

.v2-showcase-item-subtitle {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.6);
	display: block;
	font-weight: 400;
}

.v2-intro-videos-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
	margin-top: 40px;
}

.v2-showcase-video-item {
	width: 100%;
}

.v2-showcase-video-wrapper {
	width: 100%;
	aspect-ratio: 16/9;
	border-radius: 12px;
	overflow: hidden;
	border: 1px solid rgba(0, 255, 102, 0.2);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
	position: relative;
}

.v2-showcase-video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.v2-showcase-video-title {
	font-size: 14px;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.9);
	text-align: center;
	margin-top: 12px;
	margin-bottom: 0;
	font-family: 'Orbitron', sans-serif !important;
	letter-spacing: 0.5px;
}

@media (max-width: 1023px) {
	.v2-intro-media-section {
		padding-top: 30px;
	}
	.v2-intro-showcase-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 15px;
	}
	.v2-intro-title-glow {
		font-size: 26px;
	}
}

@media (max-width: 767px) {
	.v2-intro-showcase-grid {
		grid-template-columns: 1fr;
		max-width: 320px;
		margin: 0 auto 40px;
	}
	.v2-intro-videos-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	.v2-intro-desc-text {
		font-size: 14px;
	}
	.v2-intro-title-glow {
		font-size: 20px;
	}
}



/* Quick Access Icons */
.v2-quick-access {
	max-width: 1200px;
	margin: -30px auto 30px;
	padding: 0 15px;
	position: relative;
	z-index: 10;
}

.v2-quick-wrapper {
	display: flex;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
}

.v2-quick-item {
	flex: 0 0 160px;
	text-align: center;
}

.v2-quick-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-decoration: none !important;
	transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	padding: 10px;
	border-radius: 50%;
	position: relative;
}

.v2-quick-icon::before {
	content: '';
	position: absolute;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
	background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
	transform: rotate(45deg);
	transition: 0.6s;
	z-index: 3;
	pointer-events: none;
}

.v2-quick-card:hover .v2-quick-icon::before {
	left: 100%;
}

.v2-quick-card:hover {
	transform: translateY(-10px);
}

.v2-quick-icon {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	border: 1px solid rgba(0, 255, 102, 0.2);
	background: rgba(15, 18, 24, 0.6);
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	margin-bottom: 15px;
	position: relative;
	z-index: 2;
	transition: all 0.4s ease;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
}

.v2-quick-card:hover .v2-quick-icon {
	border-color: var(--koto-v2-neon);
	box-shadow: 0 0 25px rgba(0, 255, 102, 0.6);
	background: rgba(15, 18, 24, 0.8);
}

.v2-quick-icon img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.v2-quick-card:hover .v2-quick-icon img {
	transform: scale(1.1);
}

.v2-quick-icon-placeholder {
	font-family: 'Orbitron', sans-serif;
	font-weight: 900;
	font-size: 24px;
	color: var(--koto-v2-green);
}

.v2-quick-title {
	font-family: 'Orbitron', sans-serif !important;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: color 0.3s ease;
	position: relative;
	z-index: 2;
}

.v2-quick-card:hover .v2-quick-title {
	color: var(--koto-v2-neon);
}

/* Responsive Quick Access */
@media (max-width: 767px) {
	.v2-quick-access {
		margin-top: -20px;
	}
    .v2-quick-wrapper {
        gap: 10px;
    }
    .v2-quick-item {
        flex: 0 0 calc(50% - 10px);
    }
    .v2-quick-icon {
        width: 90px;
        height: 90px;
    }
    .v2-quick-title {
        font-size: 12px;
    }
}

/* Media/Video Block */
.v2-media-box {
	background: var(--koto-v2-bg-card);
	border: 1px solid var(--koto-v2-border);
	border-radius: 8px;
	color: #fff;
	aspect-ratio: 16 / 9;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	overflow: hidden;
}

.v2-media-box:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 20px rgba(0,0,0,0.5);
}

.v2-media-box::before {
	content: '';
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	border-radius: inherit;
	padding: 2px;
	background: linear-gradient(135deg, rgba(0,156,85,0.5), transparent, rgba(0,255,102,0.5));
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	mask-composite: exclude;
	pointer-events: none;
	z-index: 10;
}

.v2-media-box iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.v2-media-box .v2-article-link {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0; left: 0;
	text-decoration: none;
	color: #fff;
	border-radius: 8px;
	overflow: hidden;
}

.v2-media-box .v2-article-bg {
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	z-index: 1;
}

.v2-media-box .v2-article-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.5s ease;
}

.v2-media-box .v2-article-placeholder {
	width: 100%;
	height: 100%;
	background: #111;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #555;
}

.v2-media-box .v2-article-text {
	position: absolute;
	bottom: 0; left: 0; width: 100%;
	padding: 60px 20px 20px;
	background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.6) 50%, transparent 100%);
	z-index: 2;
	text-align: center;
}

.v2-media-box .v2-article-text h3 {
	margin: 0;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 2px 4px rgba(0,0,0,0.5);
	line-height: 1.4;
	display: -webkit-box;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.v2-media-box .v2-article-link:hover .v2-article-bg img {
	transform: scale(1.05);
}

/* Featured Products Carousel */
.v2-featured-products {
	max-width: 1200px;
	margin: 0 auto 40px;
	display: block;
	padding: 0 60px 40px;
	position: relative;
}

/* Category Section Header */
.koto-category-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 20px;
	border-bottom: 2px solid var(--koto-v2-border);
	padding-bottom: 10px;
}

.koto-category-header h3 {
	font-family: 'Orbitron', sans-serif !important;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
	color: #fff;
	text-shadow: 0 0 10px rgba(0, 255, 102, 0.4);
	position: relative;
}

.koto-category-header h3::after {
	content: '';
	position: absolute;
	bottom: -12px;
	left: 0;
	width: 100%;
	height: 4px;
	background: var(--koto-v2-gradient);
}

.koto-category-more {
	font-family: 'Orbitron', sans-serif;
	font-size: 13px;
	font-weight: 700;
	color: var(--koto-v2-neon) !important;
	text-decoration: none !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	gap: 5px;
}

.koto-category-more:hover {
	color: #fff !important;
	text-shadow: var(--koto-v2-glow);
	transform: translateX(3px);
}

/* Carousel Navigation Arrows */
.v2-featured-products .owl-nav button {
	position: absolute;
	top: 40%;
	transform: translateY(-50%);
	background: none !important;
	border: none !important;
	outline: none;
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10;
}
.v2-featured-products .owl-nav .owl-prev { left: -48px; }
.v2-featured-products .owl-nav .owl-next { right: -48px; }
.v2-featured-products .owl-nav button:hover svg path {
	stroke: var(--koto-v2-neon);
}

/* Custom Product Block Overrides */
.v2-featured-products .products-owl {
	padding: 15px 0;
}
.v2-featured-products .owl-stage-outer {
	padding: 30px 0 !important;
	margin: -30px 0 !important;
	overflow: hidden !important;
}
.v2-featured-products .pro-loop {
	background: var(--koto-v2-bg-card) !important;
	border: 1px solid rgba(0, 255, 102, 0.15) !important;
	border-radius: 12px !important;
	overflow: hidden !important;
	transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
	box-shadow: 0 4px 12px rgba(0,0,0,0.5) !important;
	margin-bottom: 0 !important;
}

.v2-featured-products .pro-loop .product-block,
.v2-featured-products .pro-loop .product-resize,
.v2-featured-products .pro-loop .product-detail,
.v2-featured-products .pro-loop .box-pro-detail {
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

.v2-featured-products .pro-loop:hover {
	transform: translateY(-5px);
	box-shadow: 0 0 20px rgba(0, 255, 102, 0.4) !important;
	border-color: var(--koto-v2-neon) !important;
}

.v2-featured-products .pro-loop .product-img {
	margin-bottom: 15px !important;
	border-radius: 8px !important;
	overflow: hidden !important;
	background: transparent !important;
}
.v2-featured-products .pro-loop .product-detail {
	padding: 0 15px 15px 15px !important;
	text-align: left !important;
}
.v2-featured-products .pro-loop .pro-name {
	margin-bottom: 8px !important;
}
.v2-featured-products .pro-loop .pro-name a {
	color: #fff !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	line-height: 1.5 !important;
	display: -webkit-box;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 42px;
}
.v2-featured-products .pro-loop .pro-price {
	color: var(--koto-v2-neon) !important;
	font-size: 16px !important;
	font-weight: 700 !important;
}

/* Banners Section with Scoop Style */
.v2-banners-main-wrapper {
	position: relative;
	margin-top: 10px;
	padding-top: 45px;
	background: 
		radial-gradient(ellipse at 50% 0%, rgba(0, 255, 102, 0.15) 0%, transparent 75%),
		radial-gradient(ellipse at 0% 0%, rgba(255, 255, 255, 0.02) 0%, transparent 50%),
		radial-gradient(ellipse at 100% 0%, rgba(255, 255, 255, 0.02) 0%, transparent 50%),
		url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%' height='100%' filter='url(%23noiseFilter)'/%3E%3C/svg%3E"), 
		#0a0a0a !important;
	background-blend-mode: color-dodge, normal, normal, overlay, normal !important;
	overflow: hidden;
	-webkit-clip-path: polygon(0 30px, calc(50% - 180px) 30px, calc(50% - 150px) 0, calc(50% + 150px) 0, calc(50% + 180px) 30px, 100% 30px, 100% 100%, 0 100%);
	clip-path: polygon(0 30px, calc(50% - 180px) 30px, calc(50% - 150px) 0, calc(50% + 150px) 0, calc(50% + 180px) 30px, 100% 30px, 100% 100%, 0 100%);
}

.v2-banners-glow-border {
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	z-index: 1;
	pointer-events: none;
}

.v2-banners-glow-border::before {
	content: '';
	position: absolute;
	top: 0; left: 0; right: 0; height: 100%;
	background: linear-gradient(135deg, rgba(0, 255, 102, 0.25) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
	opacity: 0.6;
	-webkit-mask: 
		polygon(0 30px, calc(50% - 180px) 30px, calc(50% - 150px) 0, calc(50% + 150px) 0, calc(50% + 180px) 30px, 100% 30px, 100% 100%, 0 100%) content-box,
		polygon(1px 31px, calc(50% - 180px) 31px, calc(50% - 151px) 1px, calc(50% + 151px) 1px, calc(50% + 180px) 31px, calc(100% - 1px) 31px, calc(100% - 1px) 100%, 1px 100%);
	mask: 
		polygon(0 30px, calc(50% - 180px) 30px, calc(50% - 150px) 0, calc(50% + 150px) 0, calc(50% + 180px) 30px, 100% 30px, 100% 100%, 0 100%) content-box,
		polygon(1px 31px, calc(50% - 180px) 31px, calc(50% - 151px) 1px, calc(50% + 151px) 1px, calc(50% + 180px) 31px, calc(100% - 1px) 31px, calc(100% - 1px) 100%, 1px 100%);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	z-index: 5;
}

.v2-banners-main-wrapper .v2-section-title {
	position: relative;
	z-index: 10;
	margin-top: -35px;
	margin-bottom: 50px;
}

.v2-banners-main-wrapper .v2-title {
	font-size: 2.2rem !important;
	padding-bottom: 5px;
	margin-bottom: 0px !important;
}

/* Main Banners */
.v2-banners-wrapper {
	position: relative;
	z-index: 20;
	max-width: 1200px;
	margin: 0 auto 50px;
	padding: 0 15px 25px 15px;
}

.v2-hero-banner {
	position: relative;
	background-color: #222;
	background-size: cover;
	background-position: center;
	min-height: 400px;
	margin-bottom: 30px;
	border-radius: 4px;
	display: flex;
	align-items: center;
	overflow: hidden;
}

.v2-banner-card {
	background: rgba(15, 18, 24, 0.4);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	border: 1px solid rgba(0, 255, 102, 0.15);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
	color: #fff;
	padding: 40px;
	width: 40%;
	min-width: 300px;
	margin-left: 5%;
	border-radius: 8px;
	transition: all 0.4s ease;
	position: relative;
	overflow: hidden;
}

.v2-banner-card::before {
	content: '';
	position: absolute;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
	background: linear-gradient(45deg, transparent, rgba(0, 255, 102, 0.15), transparent);
	transform: rotate(45deg);
	transition: 0.6s;
	z-index: 0;
	pointer-events: none;
}

.v2-banner-card:hover {
	transform: translateY(-10px);
	border-color: var(--koto-v2-neon);
	box-shadow: 0 0 20px rgba(0, 255, 102, 0.3), 0 0 40px rgba(255, 255, 255, 0.05);
}

.v2-banner-card:hover::before {
	left: 100%;
}

.v2-banner-card > * {
	position: relative;
	z-index: 1;
}

.v2-banner-card h3 {
	font-family: 'Orbitron', sans-serif !important;
	font-size: 24px;
	margin-bottom: 15px;
	color: #b1e2ff !important;
	-webkit-text-fill-color: #b1e2ff;
}

.v2-banner-card p {
	font-size: 16px;
	margin-bottom: 25px;
}

/* Small Banners Grid */
.v2-small-banners {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	row-gap: 50px;
	margin-bottom: 0px;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.v2-small-banner {
	background: rgba(15, 18, 24, 0.4);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	border: 1px solid rgba(0, 255, 102, 0.15);
	border-radius: 12px;
	overflow: hidden;
	position: relative;
	transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	display: flex;
	flex-direction: column;
}

.v2-small-banner::before {
	content: '';
	position: absolute;
	top: -50%; left: -50%;
	width: 200%; height: 200%;
	background: linear-gradient(45deg, transparent, rgba(0, 255, 102, 0.15), transparent);
	transform: rotate(45deg);
	transition: 0.6s;
	z-index: 2;
	pointer-events: none;
}

.v2-small-banner:hover {
	transform: translateY(-10px);
	border-color: var(--koto-v2-neon);
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.6), 0 0 20px rgba(0, 255, 102, 0.2);
}

.v2-small-banner:hover::before {
	left: 100%;
}

.v2-small-banner .v2-sb-img {
	width: 100%;
	display: block;
	transition: transform 0.5s ease;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.v2-small-banner:hover .v2-sb-img {
	transform: scale(1.02);
}

.v2-small-banner-info {
	padding: 30px 20px;
	text-align: center;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	z-index: 1;
}

.v2-small-banner-info p {
	margin-bottom: 20px;
	color: #fff;
	font-size: 16px;
	opacity: 0.9;
	line-height: 1.6;
}

/* Shared Button Styles */
.tspark-btn {
	display: inline-block;
	padding: 12px 30px;
	background: transparent;
	border: 2px solid var(--koto-v2-green);
	color: #fff;
	font-family: 'Orbitron', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
	transition: all 0.3s;
	position: relative;
	z-index: 1;
	border-image: linear-gradient(to right, var(--koto-v2-green), var(--koto-v2-neon)) 1;
	text-decoration: none !important;
}

.tspark-btn::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background: var(--koto-v2-gradient);
	z-index: -1;
	transition: all 0.3s;
}

.tspark-btn:hover {
	color: #fff;
	box-shadow: 0 0 15px rgba(0, 255, 102, 0.5);
}

.tspark-btn:hover::before { width: 100%; }

/* Footer wrapper */
.v2-footer-wrapper {
	position: relative;
	margin-top: -30px;
	padding-top: 120px;
	background: linear-gradient(to bottom, var(--koto-v2-green) 0%, #004d2a 100%) !important;
	overflow: hidden;
}

.v2-footer-wrapper::before {
	content: '';
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	background: 
		linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4)),
		repeating-linear-gradient(to bottom, transparent 0, transparent 2px, rgba(255, 255, 255, 0.02) 2px, rgba(255, 255, 255, 0.02) 4px);
	z-index: 0;
	pointer-events: none;
}

.v2-footer-wrapper {
	-webkit-clip-path: polygon(0 30px, calc(50% - 140px) 30px, calc(50% - 110px) 0, calc(50% + 110px) 0, calc(50% + 140px) 30px, 100% 30px, 100% 100%, 0 100%);
	clip-path: polygon(0 30px, calc(50% - 140px) 30px, calc(50% - 110px) 0, calc(50% + 110px) 0, calc(50% + 140px) 30px, 100% 30px, 100% 100%, 0 100%);
}

.v2-footer-wrapper::after {
	content: '';
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	-webkit-clip-path: inherit;
	clip-path: inherit;
	box-shadow: inset 0 30px 40px rgba(0, 255, 102, 0.3);
	pointer-events: none;
	z-index: 1;
}

/* Scoop Border Glow */
.v2-footer-glow-border {
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	z-index: 1;
	pointer-events: none;
}

.v2-footer-glow-border::before {
	content: '';
	position: absolute;
	top: 0; left: 0; right: 0; height: 100%;
	background: linear-gradient(135deg, var(--koto-v2-neon) 0%, rgba(0, 0, 0, 0) 60%);
	opacity: 0.7;
	-webkit-mask: 
		polygon(0 30px, calc(50% - 140px) 30px, calc(50% - 110px) 0, calc(50% + 110px) 0, calc(50% + 140px) 30px, 100% 30px, 100% 100%, 0 100%) content-box,
		polygon(1px 31px, calc(50% - 140px) 31px, calc(50% - 111px) 1px, calc(50% + 111px) 1px, calc(50% + 140px) 31px, calc(100% - 1px) 31px, calc(100% - 1px) 100%, 1px 100%);
	mask: 
		polygon(0 30px, calc(50% - 140px) 30px, calc(50% - 110px) 0, calc(50% + 110px) 0, calc(50% + 140px) 30px, 100% 30px, 100% 100%, 0 100%) content-box,
		polygon(1px 31px, calc(50% - 140px) 31px, calc(50% - 111px) 1px, calc(50% + 111px) 1px, calc(50% + 140px) 31px, calc(100% - 1px) 31px, calc(100% - 1px) 100%, 1px 100%);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

/* Footer Block */
.v2-footer-block {
	position: relative;
	z-index: 10;
	display: grid;
	grid-template-columns: 0.8fr 1.2fr;
	gap: 60px;
	max-width: 1200px;
	margin: 0 auto;
	padding: 25px 15px 100px 15px;
	align-items: center;
}

.v2-footer-img {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}

.v2-footer-img::before {
	content: '';
	position: absolute;
	width: 80%;
	height: 80%;
	background: radial-gradient(circle, rgba(0, 255, 102, 0.2) 0%, transparent 70%);
	z-index: -1;
	filter: blur(40px);
}

.v2-footer-img img {
	max-width: 100%;
	height: auto;
	transition: transform 0.5s ease;
}

.v2-footer-img:hover img {
	transform: scale(1.05) rotate(-2deg);
}

.v2-footer-title {
	font-family: 'Orbitron', sans-serif !important;
	text-transform: uppercase;
	color: #fff !important;
	display: inline-block;
	font-weight: 700;
	font-size: 2.8rem;
	margin-bottom: 25px;
	line-height: 1.2;
	position: relative;
	word-break: keep-all;
	overflow-wrap: normal;
	text-shadow: 0 0 10px rgba(0, 255, 102, 0.4);
}

.v2-footer-title::after {
	content: '';
	position: absolute;
	bottom: -8px;
	left: 0;
	width: 60px;
	height: 3px;
	background: var(--koto-v2-gradient);
}

.v2-footer-content p {
	color: #fff;
	opacity: 0.8;
	font-size: 16px;
	margin-bottom: 35px;
	line-height: 1.8;
}

/* Two column layout inside intro */
.v2-media-block {
	max-width: 1200px;
	margin: 0 auto 50px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
	padding: 80px 15px 0px 15px;
}

/* Blogs Section Ajax list */
.kotobukiya-style-blog {
	max-width: 1200px;
	margin: 50px auto;
	padding: 0 60px 100px;
	position: relative;
}

/* Expand clipping boundary for card translateY hover effect */
.kotobukiya-style-blog .owl-stage-outer {
	padding-top: 15px;
	margin-top: -15px;
	padding-bottom: 15px;
	margin-bottom: -15px;
}

.kotobukiya-style-blog .owl-nav button {
	position: absolute;
	top: 40%;
	transform: translateY(-50%);
	background: none !important;
	border: none !important;
	outline: none;
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10;
}
.kotobukiya-style-blog .owl-nav .owl-prev { left: -48px; }
.kotobukiya-style-blog .owl-nav .owl-next { right: -48px; }
.kotobukiya-style-blog .owl-nav button:hover svg path {
	stroke: var(--koto-v2-neon);
}

/* Responsive Styles */
@media (max-width: 768px) {
	.tspark-hero__title {
		font-size: 3.2rem !important;
		letter-spacing: 1px;
	}
	.tspark-hero__subtitle {
		font-size: 0.9rem;
		letter-spacing: 2px;
		margin-bottom: 30px;
	}
	.v2-banners-main-wrapper .v2-title {
		font-size: 1.5rem !important;
	}
	.v2-media-block, .v2-small-banners, .v2-footer-block {
		grid-template-columns: 1fr;
	}
	.v2-featured-products {
		padding: 0 15px 30px;
	}
	.kotobukiya-style-blog {
		padding: 0 15px;
	}
	.v2-banner-card {
		width: 90%;
		margin: 20px auto;
	}
	.v2-section-title h2 {
		font-size: 1.6rem;
	}

	.v2-banners-main-wrapper, .v2-footer-wrapper {
		-webkit-clip-path: polygon(0 15px, calc(50% - 140px) 15px, calc(50% - 120px) 0, calc(50% + 120px) 0, calc(50% + 140px) 15px, 100% 15px, 100% 100%, 0 100%) !important;
		clip-path: polygon(0 15px, calc(50% - 140px) 15px, calc(50% - 120px) 0, calc(50% + 120px) 0, calc(50% + 140px) 15px, 100% 15px, 100% 100%, 0 100%) !important;
		padding-top: 40px !important;
	}

	.v2-banners-main-wrapper .v2-section-title {
		margin-top: -30px !important;
		margin-bottom: 20px !important;
	}

	.v2-banners-glow-border::before, .v2-footer-glow-border::before {
		-webkit-mask: 
			polygon(0 15px, calc(50% - 120px) 15px, calc(50% - 100px) 0, calc(50% + 100px) 0, calc(50% + 120px) 15px, 100% 15px, 100% 100%, 0 100%) content-box,
			polygon(1px 16px, calc(50% - 120px) 16px, calc(50% - 101px) 1px, calc(50% + 101px) 1px, calc(50% + 120px) 16px, calc(100% - 1px) 16px, calc(100% - 1px) 100%, 1px 100%) !important;
		mask: 
			polygon(0 15px, calc(50% - 120px) 15px, calc(50% - 100px) 0, calc(50% + 100px) 0, calc(50% + 120px) 15px, 100% 15px, 100% 100%, 0 100%) content-box,
			polygon(1px 16px, calc(50% - 120px) 16px, calc(50% - 101px) 1px, calc(50% + 101px) 1px, calc(50% + 120px) 16px, calc(100% - 1px) 16px, calc(100% - 1px) 100%, 1px 100%) !important;
	}
}

/* Custom Blog Card Layout & Hover Overrides for Kotobukiya V2 */
.koto-page-v2 .ab-blog__item {
	transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	will-change: transform;
}

.koto-page-v2 .ab-blog__item .ab-blog__image {
	border: 1px solid rgba(0, 255, 102, 0.1) !important;
	box-shadow: 0 5px 15px rgba(0,0,0,0.5) !important;
	transition: border-color 0.4s ease, box-shadow 0.4s ease !important;
	border-radius: 8px !important;
	overflow: hidden !important;
	/* Hardware acceleration to fix sub-pixel border rendering bugs during scale transforms */
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.koto-page-v2 .ab-blog__item .ab-blog__image img {
	transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
}

.koto-page-v2 .ab-blog__detail h3 {
	margin-top: 15px !important;
	margin-bottom: 8px !important;
	line-height: 1.4 !important;
	height: 44px; /* Fixed height for 2-line title alignment */
	display: -webkit-box !important;
	-webkit-line-clamp: 2 !important;
	-webkit-box-orient: vertical !important;
	overflow: hidden !important;
}

.koto-page-v2 .ab-blog__detail h3 a {
	color: #ffffff !important;
	font-weight: 700 !important;
	font-size: 15px !important;
	text-transform: none !important; /* Keep natural casing */
	transition: color 0.3s ease, text-shadow 0.3s ease !important;
}

.koto-page-v2 .ab-blog__item .ab-blog__content {
	color: rgba(255, 255, 255, 0.5) !important;
	font-size: 13px !important;
	line-height: 1.6 !important;
	transition: color 0.3s ease !important;
	/* Truncate text strictly to max 2 lines */
	display: -webkit-box !important;
	-webkit-line-clamp: 2 !important;
	-webkit-box-orient: vertical !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	height: 42px !important; /* Lock height to prevent vertical misalignment */
}

/* Interactive Blog Hover States */
.koto-page-v2 .ab-blog__item:hover {
	transform: translateY(-8px);
}

.koto-page-v2 .ab-blog__item:hover .ab-blog__image {
	border-color: var(--koto-v2-neon) !important;
	box-shadow: 0 0 20px rgba(0, 255, 102, 0.45) !important;
}

.koto-page-v2 .ab-blog__item:hover .ab-blog__image img {
	transform: scale(1.06) !important;
}

.koto-page-v2 .ab-blog__item:hover .ab-blog__detail h3 a {
	color: var(--koto-v2-neon) !important;
	text-shadow: 0 0 8px rgba(0, 255, 102, 0.4);
}

.koto-page-v2 .ab-blog__item:hover .ab-blog__content {
	color: rgba(255, 255, 255, 0.9) !important;
}

/* Scroll Back To Top Button */
.koto-back-to-top {
	position: fixed;
	bottom: 50px;
	right: calc((100vw - 1521px) / 2 - 80px);
	width: 50px;
	height: 50px;
	background-color: var(--koto-v2-bg-dark);
	border: none;
	border-radius: 50%;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	padding: 0 !important;
	color: var(--koto-v2-neon);
	z-index: 1998;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	box-shadow: var(--koto-v2-glow-subtle);
}

.koto-back-to-top svg {
	width: 100% !important;
	height: 100% !important;
	display: block !important;
	transition: transform 0.3s ease;
}

.koto-back-to-top:hover {
	background-color: rgba(0, 255, 102, 0.05);
	box-shadow: var(--koto-v2-glow);
	transform: translateY(-3px);
}

.koto-back-to-top:hover svg {
	transform: translateY(-2px);
}

.koto-back-to-top.show {
	opacity: 1;
	visibility: visible;
}

@media (max-width: 1660px) {
	.koto-back-to-top {
		right: 30px;
		bottom: 165px; /* Stacks above Zalo (bottom: 95px) and Messenger (bottom: 25px) */
	}
}

@media (max-width: 767px) {
	.koto-back-to-top {
		right: 20px;
		bottom: 90px;
		width: 44px;
		height: 44px;
	}
}

/* --- Added V2 Sections for Old Layout Migration --- */

.flex-align-center {
	display: flex;
	align-items: center;
}

/* 1. Description Section */
.v2-description-section {
	max-width: 1200px;
	margin: 0 auto 50px;
	padding: 40px;
	background: rgba(15, 18, 24, 0.4);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	border: 1px solid var(--koto-v2-border);
	border-radius: 12px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5), 0 0 15px rgba(0, 255, 102, 0.1);
}

.koto-description-wrapper {
	font-size: 16px;
	line-height: 1.85;
	color: rgba(255, 255, 255, 0.85);
}

.koto-description-wrapper h1,
.koto-description-wrapper h2,
.koto-description-wrapper h3,
.koto-description-wrapper h4,
.koto-description-wrapper h5,
.koto-description-wrapper h6 {
	color: #fff !important;
	font-family: 'Orbitron', sans-serif !important;
	margin-top: 30px;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-weight: 700;
}

.koto-description-wrapper h1 { font-size: 28px; }
.koto-description-wrapper h2 { 
	font-size: 22px; 
	border-left: 4px solid var(--koto-v2-neon);
	padding-left: 15px;
}
.koto-description-wrapper h3 { font-size: 18px; }

.koto-description-wrapper p {
	margin-bottom: 20px;
}

.koto-description-wrapper a {
	color: var(--koto-v2-neon) !important;
	text-decoration: underline !important;
	transition: all 0.3s ease;
}

.koto-description-wrapper a:hover {
	color: #fff !important;
	text-shadow: var(--koto-v2-glow);
}

.koto-description-wrapper ul,
.koto-description-wrapper ol {
	margin-bottom: 20px;
	padding-left: 20px;
}

.koto-description-wrapper li {
	margin-bottom: 8px;
}

.koto-description-wrapper img {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
	margin: 20px 0;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4), 0 0 10px rgba(0, 255, 102, 0.05);
}

/* 2. Banner 1 Section */
.v2-banner-1-section {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 60px 0;
	margin-bottom: 50px;
	position: relative;
}

.v2-banner-1-section::before {
	content: '';
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	background: linear-gradient(0deg, var(--koto-v2-bg-dark) 0%, rgba(5, 5, 5, 0.8) 50%, var(--koto-v2-bg-dark) 100%);
	z-index: 1;
}

.v2-banner-1-wrapper {
	position: relative;
	z-index: 2;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}

.v2-banner-1-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	margin-bottom: 40px;
}

.v2-banner-1-grid .v2-featured-item {
	background: rgba(15, 18, 24, 0.6);
	border: 1px solid var(--koto-v2-border);
	border-radius: 8px;
	overflow: hidden;
	transition: all 0.3s ease;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.v2-banner-1-grid .v2-featured-item:hover {
	transform: translateY(-5px);
	border-color: var(--koto-v2-neon);
	box-shadow: 0 0 15px rgba(0, 255, 102, 0.3);
}

.v2-banner-1-grid .featured__image {
	width: 100%;
	aspect-ratio: 4/3;
	overflow: hidden;
}

.v2-banner-1-grid .featured__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.v2-banner-1-grid .v2-featured-item:hover .featured__image img {
	transform: scale(1.05);
}

.v2-banner-1-grid .featured__detail {
	padding: 15px;
	text-align: center;
}

.v2-banner-1-grid .featured__detail h4 {
	font-family: 'Orbitron', sans-serif !important;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0 0 5px;
	font-weight: 700;
}

.v2-banner-1-grid .featured__detail p {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.6);
	margin: 0;
}

.v2-featured-intro {
	text-align: center;
	max-width: 800px;
	margin: 0 auto 45px;
	padding: 20px;
}

.v2-featured-intro h4 {
	font-family: 'Orbitron', sans-serif !important;
	font-size: 28px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 15px;
	text-shadow: var(--koto-v2-glow);
}

.v2-featured-intro p {
	font-size: 16px;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.8);
	margin-bottom: 25px;
}

.v2-featured-product {
	margin-top: 40px;
}

/* 3. Banner 2 Section (SD & Blog) */
.v2-banner-2-section {
	max-width: 1200px;
	margin: 0 auto 50px;
	padding: 0 15px;
}

.v2-banner-2-wrapper {
	display: grid;
	grid-template-columns: 0.8fr 1.2fr;
	gap: 40px;
	align-items: center;
	background-size: cover;
	background-position: center;
	padding: 40px;
	border-radius: 12px;
	border: 1px solid var(--koto-v2-border);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
	position: relative;
	overflow: hidden;
}

.v2-banner-2-wrapper::before {
	content: '';
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	background: rgba(15, 18, 24, 0.8);
	z-index: 1;
}

.v2-banner-2-wrapper > * {
	position: relative;
	z-index: 2;
}

.v2-banner-2-wrapper .banner-sd__image {
	display: flex;
	justify-content: center;
}

.v2-banner-2-wrapper .banner-sd__image img {
	max-height: 350px;
	object-fit: contain;
	filter: drop-shadow(var(--koto-v2-glow));
}

.v2-banner-2-wrapper .banner-sd__box h3 {
	font-family: 'Orbitron', sans-serif !important;
	font-size: 28px;
	color: #fff;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 15px;
	text-shadow: var(--koto-v2-glow);
}

.v2-banner-2-wrapper .banner-sd__box .ab-des {
	font-size: 16px;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.8);
	margin-bottom: 25px;
}

/* 4. Banner 3 Section (Videos) */
.v2-banner-3-section {
	background-size: cover;
	background-position: center;
	padding: 60px 0;
	margin-bottom: 50px;
	position: relative;
}

.v2-banner-3-section::before {
	content: '';
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	background: rgba(5, 5, 5, 0.85);
	z-index: 1;
}

.v2-banner-3-section .kotobukiya-style-shop__wrapper {
	position: relative;
	z-index: 2;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}

.v2-banner-3-section .kotobukiya-style-shop__box {
	text-align: center;
	max-width: 800px;
	margin: 0 auto 40px;
}

.v2-banner-3-section .kotobukiya-style-shop__box h4 {
	font-family: 'Orbitron', sans-serif !important;
	font-size: 28px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 15px;
	text-shadow: var(--koto-v2-glow);
}

.v2-banner-3-section .kotobukiya-style-shop__box .ab-des {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.8);
	line-height: 1.7;
}

.v2-banner-3-section .shop-video__item {
	margin-bottom: 30px;
}

.v2-banner-3-section .shop-video__embed {
	aspect-ratio: 16/9;
	border-radius: 8px;
	overflow: hidden;
	border: 1px solid var(--koto-v2-border);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
}

.v2-banner-3-section .shop-video__embed iframe {
	width: 100%;
	height: 100%;
	border: none;
}

.v2-banner-3-section .shop-video__detail {
	text-align: center;
	padding-top: 15px;
}

.v2-banner-3-section .shop-video__detail h4 {
	font-family: 'Orbitron', sans-serif !important;
	color: #fff;
	font-size: 16px;
	margin: 0;
}

/* 5. Article Sections */
.v2-article-section {
	background-size: cover;
	background-position: center;
	padding: 60px 0;
	margin-bottom: 50px;
	position: relative;
}

.v2-article-section::before {
	content: '';
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	background: rgba(5, 5, 5, 0.85);
	z-index: 1;
}

.v2-article-section .kotobukiya-style-banner__wrapper,
.v2-article-section .kotobukiya-style-intro {
	position: relative;
	z-index: 2;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}

.v2-article-section .kotobukiya-style-banner__image {
	border-radius: 12px;
	overflow: hidden;
	border: 1px solid var(--koto-v2-border);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.v2-article-section .kotobukiya-style-banner__image img {
	width: 100%;
	height: auto;
	display: block;
}

.v2-article-section .kotobukiya-style-banner__box,
.v2-article-section .kotobukiya-style-intro__box {
	background: rgba(15, 18, 24, 0.6);
	border: 1px solid var(--koto-v2-border);
	padding: 40px;
	border-radius: 12px;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
}

.v2-article-section .ab-title,
.v2-article-section .kotobukiya-style-intro__title {
	font-family: 'Orbitron', sans-serif !important;
	font-size: 26px;
	color: #fff;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 15px;
	text-shadow: var(--koto-v2-glow);
}

.v2-article-section .ab-des {
	font-size: 16px;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.8);
	margin-bottom: 25px;
}

.v2-blog-list-section {
	max-width: 1200px;
	margin: 0 auto 50px;
	padding: 0 15px;
}

/* Custom Styles for Ajax Loaded Blogs */
.kotobukiya-style-blog .ab-blog__list {
	margin-top: 20px;
}

/* Responsiveness adjustments for new sections */
@media (max-width: 991px) {
	.v2-banner-1-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.v2-banner-2-wrapper {
		grid-template-columns: 1fr;
		gap: 30px;
		padding: 30px;
	}
	.v2-banner-2-wrapper .banner-sd__image img {
		max-height: 250px;
	}
	.v2-article-section .row {
		display: flex;
		flex-direction: column;
		gap: 30px;
	}
	.v2-article-section .col-md-6,
	.v2-article-section .col-md-5,
	.v2-article-section .col-md-7 {
		width: 100%;
	}
	.v2-article-2 .row {
		flex-direction: column-reverse; /* Reverses order to keep text first on mobile */
	}
}

@media (max-width: 767px) {
	.v2-banner-1-grid {
		grid-template-columns: 1fr;
		max-width: 320px;
		margin: 0 auto 30px;
	}
	.v2-featured-intro h4,
	.v2-banner-2-wrapper .banner-sd__box h3,
	.v2-banner-3-section .kotobukiya-style-shop__box h4,
	.v2-article-section .ab-title,
	.v2-article-section .kotobukiya-style-intro__title {
		font-size: 20px;
	}
	.v2-description-section {
		padding: 20px;
	}
	.koto-description-wrapper h1 { font-size: 22px; }
	.koto-description-wrapper h2 { font-size: 18px; }
	.koto-description-wrapper {
		font-size: 14px;
	}
}

/* Custom Collection Banner Card (V2 Cyberpunk style) */
.v2-collection-banner-card {
	position: relative;
	margin: 40px auto 20px;
	max-width: 1200px;
	border-radius: 12px;
	overflow: hidden;
	border: 1px solid rgba(0, 255, 102, 0.25);
	background-color: rgba(15, 18, 24, 0.7);
	background-size: cover;
	background-position: center;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6), 0 0 15px rgba(0, 255, 102, 0.1);
	padding: 45px 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.v2-col-banner-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, rgba(15, 18, 24, 0.95) 0%, rgba(15, 18, 24, 0.8) 100%);
	z-index: 1;
	pointer-events: none;
}

.v2-col-banner-content {
	position: relative;
	z-index: 2;
	width: 100%;
	display: flex;
	align-items: center;
	gap: 50px;
}

.v2-col-banner-left {
	flex: 0 0 320px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.v2-col-banner-glow-wrapper {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.v2-col-banner-glow-wrapper::before {
	content: '';
	position: absolute;
	width: 80%;
	height: 80%;
	background: radial-gradient(circle, rgba(0, 255, 102, 0.2) 0%, transparent 70%);
	filter: blur(25px);
	z-index: -1;
}

.v2-col-banner-glow-wrapper img {
	max-width: 100%;
	max-height: 250px;
	width: auto;
	height: auto;
	object-fit: contain;
	filter: drop-shadow(0 8px 16px rgba(0,0,0,0.6));
	transition: transform 0.4s ease;
}

.v2-collection-banner-card:hover .v2-col-banner-glow-wrapper img {
	transform: translateY(-5px) scale(1.03);
}

.v2-col-banner-right {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	text-align: left;
}

.v2-col-banner-title {
	font-family: 'Orbitron', sans-serif !important;
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 15px;
	text-shadow: 0 0 10px rgba(0, 255, 102, 0.5);
	line-height: 1.35;
	letter-spacing: 0.5px;
}

.v2-col-banner-text {
	font-size: 15px;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.8);
	margin-bottom: 25px;
	max-width: 680px;
}

.v2-col-banner-action {
	margin-top: 5px;
}

@media (max-width: 991px) {
	.v2-collection-banner-card {
		padding: 35px 30px;
	}
	.v2-col-banner-content {
		gap: 30px;
	}
	.v2-col-banner-left {
		flex: 0 0 220px;
	}
	.v2-col-banner-glow-wrapper img {
		max-height: 180px;
	}
	.v2-col-banner-title {
		font-size: 20px;
	}
}

@media (max-width: 767px) {
	.v2-collection-banner-card {
		padding: 30px 20px;
		margin: 30px 0px 10px 0px;
	}
	.v2-col-banner-overlay {
		background: rgba(15, 18, 24, 0.94);
	}
	.v2-col-banner-content {
		flex-direction: column;
		align-items: center;
		text-align: center;
		gap: 25px;
	}
	.v2-col-banner-left {
		flex: 0 0 auto;
	}
	.v2-col-banner-glow-wrapper img {
		max-height: 160px;
	}
	.v2-col-banner-right {
		align-items: center;
		text-align: center;
	}
	.v2-col-banner-title {
		font-size: 18px;
		margin-bottom: 12px;
	}
	.v2-col-banner-text {
		font-size: 14px;
		line-height: 1.6;
		margin-bottom: 20px;
	}
}

