:root {
	--ink: #4d180c;
	--wine: #8f1f12;
	--red: #b53416;
	--gold: #d79a37;
	--pale: #fff6dd;
	--paper: #fffaf0;
	--jade: #1f7d68;
	--blue: #255f9f;
	--shadow: 0 18px 45px rgba(91, 30, 8, .18);
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	color: var(--ink);
	font-family: 'Be Vietnam Pro', sans-serif;
	background: radial-gradient(circle at 15% 0%, rgba(222, 156, 72, .2), transparent 28rem), linear-gradient(180deg, #fff4d8 0%, #fffaf0 42%, #f8edcf 100%);
}

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

button, input {
	font: inherit;
}

.site-header {
	position: fixed;
	z-index: 20;
	top: 0;
	left: 0;
	right: 0;
	background: rgba(255, 248, 231, .88);
	border-bottom: 1px solid rgba(188, 112, 32, .25);
	backdrop-filter: blur(12px);
}

.header-inner {
	width: min(1180px, calc(100% - 32px));
	height: 76px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	gap: 26px;
}

.brand {
	width: 190px;
	color: #7c170d;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	line-height: .9;
	letter-spacing: 0;
	text-shadow: 0 2px 0 #ffe1a6;
}

.header-logo {
	width: 284px;
	height: 76px;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 3;
}

.header-logo img {
	width: auto;
	max-width: 284px;
	max-height: 136px;
	display: block;
	transform: translateY(28px);
	filter: drop-shadow(0 2px 0 #ffe1a6) drop-shadow(0 8px 15px rgba(82, 25, 8, .3));
	transition: all 0.3s ease;
}

.header-logo:hover img {
	transform: translateY(25px) scale(1.05);
	filter: drop-shadow(0 0 10px rgba(215, 154, 55, 0.6)) drop-shadow(0 12px 25px rgba(181, 52, 22, 0.4));
}



.brand strong {
	display: block;
	font-size: 30px;
}

.brand span {
	display: block;
	margin-top: 4px;
	font-size: 16px;
	color: #a93a16;
}

.main-nav {
	flex: 1;
	display: flex;
	justify-content: flex-end;
	gap: 6px;
}

.main-nav a {
	padding: 28px 15px 26px;
	color: #381309;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

.main-nav a:hover, .main-nav a.is-active {
	color: #a32412;
	background: linear-gradient(180deg, rgba(186, 46, 24, .1), rgba(186, 46, 24, 0));
	box-shadow: inset 0 -3px 0 #b53217;
}

.icon {
	width: 24px;
	height: 24px;
	display: inline-block;
	vertical-align: middle;
	fill: currentColor;
}

.hero {
	min-height: 680px;
	padding-top: 76px;
	position: relative;
	overflow: hidden;
	background: url("../img/hero-song-hung.jpg") center top/cover no-repeat;
}

.leaves-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 1;
}

.leaf {
	position: absolute;
	top: -50px;
	color: rgba(181, 52, 22, 0.6);
	fill: currentColor;
	animation: leafFall linear infinite;
}

@keyframes leafFall {
	0% {
		transform: translateY(0) translateX(0) rotate(0deg);
		opacity: 0;
	}
	10% {
		opacity: 0.8;
	}
	90% {
		opacity: 0.8;
	}
	100% {
		transform: translateY(700px) translateX(100px) rotate(360deg);
		opacity: 0;
	}
}

.hero:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	height: 132px;
	background: linear-gradient(180deg, rgba(255, 250, 240, 0), #fffaf0 75%);
	pointer-events: none;
}

.hero-inner {
	position: relative;
	z-index: 2;
	width: min(1180px, calc(100% - 32px));
	margin: 0 auto;
	display: grid;
	grid-template-columns: minmax(320px, 560px) 1fr 190px;
	gap: 26px;
	align-items: center;
	min-height: 604px;
}

.hero-copy {
	padding-top: 0;
	transform: translateY(-40px);
}

.seal {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 0 16px;
	color: #8c2812;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
	border: 1px solid rgba(167, 69, 21, .32);
	background: rgba(255, 247, 223, .76);
}

h1 {
	margin: 18px 0 18px;
	color: #8e210f;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: clamp(52px, 7vw, 96px);
	line-height: 1.1;
	letter-spacing: 0;
	text-shadow: 0 5px 0 #ffd98e, 0 16px 30px rgba(92, 23, 7, .2);
}

.age-warning {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-top: 10px;
	padding: 8px 16px;
	color: #b53416;
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
	border: 2px solid #b53416;
	background: #fffaf0;
	box-shadow: 0 8px 20px rgba(181, 52, 22, 0.15), 0 0 0 4px rgba(181, 52, 22, 0.05);
	letter-spacing: 1px;
	border-radius: 4px;
}

.age-warning b {
	background: #b53416;
	color: #fff;
	padding: 2px 6px;
	border-radius: 2px;
	font-size: 14px;
}


.hero-subtitle {
	display: inline-block;
	margin: 0 0 30px;
	padding: 10px 18px;
	color: #711b0d;
	font-size: 15px;
	font-weight: 800;
	background: rgba(255, 247, 225, .75);
	border: 1px solid rgba(170, 75, 24, .24);
}

.hero-actions {
	display: grid;
	gap: 1px;
	border: 1px solid rgba(231, 173, 70, .72);
	background: #e7ad46;
	box-shadow: var(--shadow);
}

.hero-action {
	display: grid;
	grid-template-columns: 52px 1fr;
	align-items: center;
	gap: 14px;
	min-height: 102px;
	padding: 16px 18px;
	color: #ffeec2;
	background: linear-gradient(135deg, #9c210e, #6f130b);
	position: relative;
	overflow: hidden;
	transition: all .3s ease;
}

.hero-action:hover {
	filter: brightness(1.1);
}

.hero-action::after {
	content: "";
	position: absolute;
	top: 0;
	left: -150%;
	width: 80%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .35), transparent);
	transform: skewX(-25deg);
}

.hero-action:hover::after {
	left: 150%;
	transition: left .75s ease;
}

.hero-action svg {
	width: 48px;
	height: 48px;
	padding: 10px;
	border: 1px solid rgba(247, 190, 82, .55);
	border-radius: 50%;
}

.hero-action strong {
	display: block;
	color: #fff4cb;
	font-size: 16px;
	text-transform: uppercase;
}

.hero-action span {
	display: block;
	margin-top: 5px;
	font-size: 12px;
}

main {
	position: relative;
	z-index: 3;
	margin-top: -44px;
}

.section {
	width: min(1180px, calc(100% - 32px));
	margin: 0 auto 34px;
}

.feature-band {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	border: 1px solid #efc672;
	background: rgba(255, 251, 237, .9);
	box-shadow: var(--shadow);
}

.feature {
	min-height: 158px;
	padding: 24px 18px 20px;
	text-align: center;
	border-right: 1px solid rgba(214, 153, 60, .32);
	transition: all .3s ease;
}

.feature:hover {
	background: rgba(255, 244, 212, 0.95);
	transform: translateY(-5px);
}

.feature:last-child {
	border-right: 0;
}

.feature .badge {
	width: 66px;
	height: 66px;
	margin: 0 auto 13px;
	display: grid;
	place-items: center;
	color: #a92811;
	border: 1px solid #e6be70;
	border-radius: 50%;
	background: #fff9e8;
	transition: all .3s ease;
}

.feature:hover .badge {
	transform: scale(1.1);
	background: #fff;
	box-shadow: 0 5px 15px rgba(181, 52, 22, .15);
}

.feature strong {
	display: block;
	margin-bottom: 8px;
	color: #8f1f12;
	font-size: 15px;
	text-transform: uppercase;
}

.feature p {
	margin: 0;
	font-size: 13px;
	line-height: 1.45;
}

.two-column {
	display: grid;
	grid-template-columns: 350px minmax(0, 1fr) 400px;
	gap: 18px;
	align-items: stretch;
}

.two-column > * {
	height: 525px;
}

.event-panel, .featured-sect-panel, .ranking-panel, .activity-panel, .gift-panel, .video-panel {
	border: 1px solid #e9bd6b;
	background: rgba(255, 250, 238, .88);
	box-shadow: var(--shadow);
}

.event-panel {
	min-height: 525px;
	position: relative;
	overflow: hidden;
	padding: 0;
	background: rgba(255, 250, 238, .92);
}

.fanpage-frame {
	height: 100%;
	min-height: 525px;
	display: grid;
	place-items: center;
	padding: 0;
}

.fanpage-frame iframe {
	width: 350px;
	height: 525px;
	display: block;
	border: 0;
}

.featured-sect-panel {
	border: 0;
	min-height: 525px;
	padding: 0;
	overflow: hidden;
	background: radial-gradient(circle at 50% 12%, rgba(255, 219, 122, .35), transparent 45%), rgba(255, 250, 238, .9);
}

.banner-slider {
	position: relative;
	height: 100%;
	min-height: 525px;
	overflow: hidden;
}

.banner-track {
	height: 100%;
	min-height: 525px;
	display: flex;
	transition: transform .45s ease;
}

.banner-slide {
	min-width: 100%;
	height: 525px;
	position: relative;
	display: flex;
	align-items: flex-end;
	padding: 28px;
	overflow: hidden;
	color: #fff2cf;
	cursor: grab;
	user-select: none;
	background: var(--banner-bg);
	background-size: cover;
	background-position: center;
}

.banner-slide strong {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	font-family: 'Oswald', sans-serif;
	font-size: 30px;
	line-height: 1.12;
	text-transform: uppercase;
	text-shadow: 0 3px 8px rgba(60, 14, 6, .75);
}

.banner-slide span {
	position: relative;
	z-index: 1;
	display: block;
	margin-top: 8px;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.4;
	text-shadow: 0 2px 6px rgba(60, 14, 6, .76);
}

.banner-slide-content {
	position: relative;
	z-index: 1;
}

.banner-slide:before {
	content: "";
	position: absolute;
	inset: 10px;
	border: 1px solid rgba(255, 221, 139, .62);
	pointer-events: none;
}

.banner-slider.is-dragging .banner-track {
	transition: none;
}

.banner-slider.is-dragging .banner-slide {
	cursor: grabbing;
}

.banner-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 14px;
	z-index: 10;
	display: flex;
	justify-content: center;
	gap: 10px;
	pointer-events: auto;
}

.banner-dot {
	width: 18px;
	height: 18px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 242, 207, .72);
	cursor: pointer;
	box-shadow: 0 0 0 1px rgba(123, 34, 12, .45);
	pointer-events: auto;
	touch-action: manipulation;
}

.banner-dot.is-active {
	width: 34px;
	border-radius: 99px;
	background: #d99a32;
}

.event-panel h2, .ranking-panel h2, .section-title {
	margin: 0;
	font-family: 'Oswald', sans-serif;
	color: #7f1e10;
	letter-spacing: 0;
}

.event-kicker {
	font-size: 18px;
	font-weight: 900;
	text-transform: uppercase;
}

.event-days {
	margin: 12px 0 0;
	font-family: 'Oswald', sans-serif;
	font-size: clamp(42px, 6vw, 66px);
	font-weight: 700;
	color: #8c1e0e;
	line-height: .95;
}

.event-line {
	margin: 8px 0 24px;
	font-family: 'Oswald', sans-serif;
	font-size: 38px;
	font-weight: 700;
	color: #8c1e0e;
	font-style: italic;
}

.reward-row {
	display: flex;
	gap: 14px;
	flex-wrap: wrap;
	margin-bottom: 24px;
}

.reward {
	width: 68px;
	min-height: 82px;
	display: grid;
	place-items: center;
	padding: 7px;
	color: #79230f;
	font-size: 11px;
	font-weight: 900;
	text-align: center;
	border: 1px solid #dba54b;
	background: linear-gradient(180deg, #fff5ce, #dba14b);
}

.reward svg {
	width: 30px;
	height: 30px;
	margin-bottom: 3px;
}

.cta-red {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 43px;
	padding: 0 34px;
	color: #fff1c8;
	font-weight: 900;
	text-transform: uppercase;
	border: 1px solid #d58731;
	background: linear-gradient(180deg, #c74318, #8b1e0c);
}

.ranking-panel {
	padding: 0;
	overflow: hidden;
}

.panel-head {
	height: 58px;
	display: flex;
	align-items: center;
	padding: 0;
	border-bottom: 1px solid rgba(219, 166, 83, .45);
	background: rgba(255, 239, 196, .62);
}

.panel-head h2 {
	font-size: 24px;
	text-transform: uppercase;
}

.ranking-tabs {
	display: flex;
	width: 100%;
	height: 100%;
}

.ranking-tab {
	flex: 1;
	height: 100%;
	padding: 0 12px;
	border: 0;
	border-right: 1px solid rgba(166, 78, 29, .28);
	color: #8a2b12;
	font-size: 18px;
	font-weight: 900;
	text-transform: uppercase;
	background: rgba(255, 250, 238, .56);
	cursor: pointer;
}

.ranking-tab:last-child {
	border-right: 0;
}

.ranking-tab.is-active {
	color: #fff2cf;
	border-color: #8f260f;
	background: linear-gradient(180deg, #bd3d17, #84200e);
}

.ranking-table {
	display: none;
}

.ranking-table.is-active {
	display: table;
}

table {
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
}

th, td {
	padding: 11px 16px;
	border-bottom: 1px solid rgba(219, 166, 83, .24);
	text-align: left;
}

th {
	color: #733018;
	background: rgba(255, 244, 217, .56);
	font-size: 13px;
}

td:nth-child(1), td:nth-child(3), th:nth-child(1), th:nth-child(3) {
	text-align: center;
}

.rank-medal {
	width: 25px;
	height: 25px;
	display: inline-grid;
	place-items: center;
	color: #fff9d9;
	font-size: 12px;
	font-weight: 900;
	border-radius: 50%;
	background: linear-gradient(180deg, #f6c64d, #b76b17);
	box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .28);
}

.rank-medal.silver {
	background: linear-gradient(180deg, #f0f0ed, #9c9a92);
}

.rank-medal.bronze {
	background: linear-gradient(180deg, #e6a55e, #8d4919);
}

.sects {
	padding: 0 0 6px;
	overflow: hidden;
	border: 1px solid #e8bd6a;
	background: rgba(255, 251, 239, .86);
	box-shadow: var(--shadow);
}

.sects-header {
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
}

.sects-header:before, .sects-header:after {
	content: "";
	width: 110px;
	height: 1px;
	background: linear-gradient(90deg, transparent, #b97828, transparent);
}

.section-title {
	font-size: 30px;
	text-transform: uppercase;
}

.sect-slider {
	position: relative;
	padding: 0 52px 20px;
}

.sect-track {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: 132px;
	gap: 16px;
	overflow-x: auto;
	padding: 4px 0 14px;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
}

.sect-track::-webkit-scrollbar {
	display: none;
}

.sect-card {
	position: relative;
	min-height: 240px;
	scroll-snap-align: start;
	overflow: hidden;
	color: #fff6d8;
	border: 1px solid rgba(255, 227, 154, .86);
	background: linear-gradient(180deg, rgba(255, 255, 255, .16), transparent 24%), linear-gradient(160deg, var(--sect-a), var(--sect-b));
	box-shadow: inset 0 0 0 1px rgba(92, 28, 8, .16);
}

.sect-card:before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 50% 28%, rgba(255, 255, 255, .55), transparent 15%), radial-gradient(ellipse at 50% 36%, rgba(255, 239, 179, .35), transparent 34%);
	opacity: .75;
}

.sect-figure {
	position: relative;
	height: 158px;
	display: grid;
	place-items: end center;
	padding-bottom: 14px;
}

.sect-portrait {
	width: 82px;
	height: 128px;
	position: relative;
	border-radius: 44px 44px 18px 18px;
	background: radial-gradient(circle at 50% 14%, #ffe9bf 0 16px, transparent 17px), linear-gradient(90deg, transparent 0 18px, rgba(53, 22, 10, .55) 19px 25px, transparent 26px), linear-gradient(180deg, rgba(255, 241, 194, .85), rgba(93, 31, 13, .18)), var(--robe);
	box-shadow: 0 16px 28px rgba(49, 15, 5, .3);
}

.sect-portrait:before, .sect-portrait:after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	background: rgba(255, 235, 184, .9);
}

.sect-portrait:before {
	top: 13px;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	box-shadow: 0 -10px 0 rgba(51, 25, 15, .78);
}

.sect-portrait:after {
	top: 51px;
	width: 14px;
	height: 22px;
	border-radius: 8px;
}

.sect-emblem {
	position: relative;
	z-index: 2;
	width: 48px;
	height: 48px;
	margin: -18px auto 8px;
	display: grid;
	place-items: center;
	color: #fff2bd;
	border: 1px solid rgba(255, 230, 154, .86);
	transform: rotate(45deg);
	background: rgba(116, 28, 10, .45);
}

.sect-emblem svg {
	width: 25px;
	height: 25px;
	transform: rotate(-45deg);
}

.sect-name {
	position: relative;
	z-index: 2;
	display: block;
	padding: 0 8px 14px;
	font-size: 14px;
	font-weight: 900;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0 2px 0 rgba(79, 20, 8, .55);
}

.slider-btn {
	position: absolute;
	top: 92px;
	width: 42px;
	height: 42px;
	display: grid;
	place-items: center;
	border: 0;
	border-radius: 50%;
	color: #fff2cf;
	background: #8d270e;
	cursor: pointer;
	box-shadow: 0 9px 18px rgba(70, 20, 6, .24);
}

.slider-btn.prev {
	left: 7px;
}

.slider-btn.next {
	right: 7px;
}

.bottom-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 22px;
}

.video-panel, .activity-panel, .gift-panel {
	min-height: 190px;
	overflow: hidden;
	position: relative;
	padding: 28px;
}

.video-panel {
	color: #fff3d2;
	background: linear-gradient(90deg, rgba(78, 34, 10, .18), rgba(78, 34, 10, .52)), url("../img/hero-song-hung.jpg") left center/cover no-repeat;
}

.activity-panel {
	color: #fff6d8;
	background: linear-gradient(135deg, #79200f, #39130b);
}

.gift-panel {
	color: #fff1c9;
	background: radial-gradient(circle at 88% 76%, rgba(250, 199, 80, .5), transparent 40%), linear-gradient(135deg, #7d210d, #39120a);
}

.mini-title {
	margin: 0 0 12px;
	font-family: 'Oswald', sans-serif;
	font-size: 25px;
	line-height: 1.15;
	text-transform: uppercase;
}

.play-icon {
	width: 54px;
	height: 54px;
	display: grid;
	place-items: center;
	margin: 18px auto 0;
	border-radius: 50%;
	color: #fff6d8;
	background: linear-gradient(180deg, #ce4c1c, #8a1e0d);
	box-shadow: 0 0 0 4px rgba(255, 235, 172, .35);
}

.activity-icons {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 12px;
	margin-top: 22px;
}

.activity-item {
	text-align: center;
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
}

.activity-item span {
	width: 52px;
	height: 52px;
	display: grid;
	place-items: center;
	margin: 0 auto 8px;
	border: 1px solid rgba(255, 223, 145, .6);
	border-radius: 50%;
	background: rgba(255, 255, 255, .08);
}

.gift-form {
	display: flex;
	gap: 10px;
	margin-top: 24px;
}

.gift-form input {
	min-width: 0;
	flex: 1;
	height: 42px;
	padding: 0 14px;
	color: #ffeeca;
	border: 1px solid rgba(255, 215, 134, .35);
	background: rgba(64, 16, 7, .46);
	outline: 0;
}

.gift-form input::placeholder {
	color: rgba(255, 238, 202, .62);
}

.gift-form button {
	height: 42px;
	padding: 0 22px;
	border: 0;
	color: #7b1d0e;
	font-weight: 900;
	text-transform: uppercase;
	background: linear-gradient(180deg, #fff0a8, #e48b2d);
	cursor: pointer;
}

.site-footer {
	width: min(1180px, calc(100% - 32px));
	min-height: 110px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 190px 1fr 92px;
	gap: 20px;
	align-items: center;
	color: #6f321c;
	font-size: 13px;
	border-top: 1px solid rgba(197, 133, 51, .32);
}

.footer-links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 26px;
	margin-bottom: 10px;
	font-weight: 800;
	text-transform: uppercase;
}

.age {
	width: 78px;
	height: 58px;
	display: grid;
	place-items: center;
	color: #5e2b18;
	font-size: 31px;
	font-weight: 900;
	border: 2px solid #8f6952;
	background: #fffaf0;
}

@media (max-width: 980px) {
	.header-inner {
		height: auto;
		padding: 12px 0;
		flex-wrap: wrap;
	}
	
	.brand {
		width: auto;
		flex: 1;
	}
	
	.header-logo {
		width: auto;
		flex: 1;
	}
	
	.header-logo img {
		max-width: 174px;
		max-height: 92px;
		transform: translateY(10px);
	}
	
	.main-nav {
		order: 3;
		width: 100%;
		justify-content: flex-start;
		overflow-x: auto;
	}
	
	.main-nav a {
		padding: 10px 12px;
		white-space: nowrap;
	}
	
	.hero {
		padding-top: 115px;
	}
	
	.hero-inner {
		grid-template-columns: 1fr;
		align-items: end;
		min-height: 690px;
	}
	
	.hero-actions {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.feature-band, .two-column, .bottom-grid, .site-footer {
		grid-template-columns: 1fr;
	}
	
	.feature {
		border-right: 0;
		border-bottom: 1px solid rgba(214, 153, 60, .32);
	}
}

@media (max-width: 640px) {
	.hero-inner {
		min-height: 720px;
	}
	
	h1 {
		font-size: 52px;
	}
	
	.hero-subtitle {
		font-size: 13px;
	}
	
	.hero-actions {
		grid-template-columns: 1fr;
	}
	
	.event-panel {
		min-height: 360px;
	}
	
	.fanpage-frame {
		min-height: 360px;
	}
	
	.event-line {
		font-size: 30px;
	}
	
	.sect-slider {
		padding-left: 46px;
		padding-right: 46px;
	}
	
	.gift-form {
		flex-direction: column;
	}
}

/* Modal Tải Game */
.modal-overlay {
	position: fixed;
	inset: 0;
	z-index: 1000;
	background: rgba(0, 0, 0, 0.75);
	backdrop-filter: blur(8px);
	display: none;
	place-items: center;
	padding: 20px;
}
.modal-overlay.is-active {
	display: grid;
}
.modal-content {
	background: #fffaf0;
	width: min(900px, 100%);
	max-height: 90vh;
	overflow-y: auto;
	position: relative;
	border: 2px solid #efc672;
	box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
}
.modal-close {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 40px;
	height: 40px;
	background: var(--wine);
	color: #fff;
	border: 0;
	cursor: pointer;
	z-index: 10;
	display: grid;
	place-items: center;
	border-radius: 50%;
}
.modal-body {
	padding: 40px;
}
.modal-body .download-main {
	background: transparent;
	border: 0;
	padding: 0;
	box-shadow: none;
}
.download-card {
	display: grid;
	grid-template-columns: 80px 1fr 180px;
	align-items: center;
	padding: 20px;
	background: #fff9e8;
	border: 1px solid rgba(215, 154, 55, 0.4);
	margin-bottom: 12px;
}
.download-card .icon-box {
	width: 50px;
	height: 50px;
	background: var(--wine);
	color: #fff;
	display: grid;
	place-items: center;
	border-radius: 8px;
}
.download-card h3 {
	margin: 0 0 5px;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	color: var(--ink);
}
.download-card p {
	margin: 0;
	font-size: 13px;
	color: #666;
}
.btn-download {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 42px;
	background: linear-gradient(180deg, #c74318, #8b1e0c);
	color: #fff;
	font-weight: 800;
	text-transform: uppercase;
	border-radius: 4px;
	gap: 8px;
	font-size: 13px;
	transition: all 0.3s ease;
	border: 1px solid rgba(255, 255, 255, 0.1);
}
.btn-download:hover {
	filter: brightness(1.2);
	transform: translateY(-2px);
	box-shadow: 0 5px 15px rgba(139, 30, 12, 0.4);
	color: #fff;
}
.specs-table {
	width: 100%;
	margin-top: 20px;
	border-collapse: collapse;
	table-layout: fixed; /* Cố định độ rộng cột */
}
.specs-table th, .specs-table td {
	text-align: left !important; /* Ép buộc căn trái cho đồng nhất */
	padding: 12px;
	border-bottom: 1px solid rgba(215, 154, 55, 0.2);
}
.specs-table th {
	background: rgba(215, 154, 55, 0.1);
	color: var(--wine);
	border-bottom: 2px solid var(--gold);
	font-size: 14px;
}
.specs-table td {
	font-size: 13px;
}
.specs-table td strong {
	color: var(--wine);
}


@media (max-width: 768px) {
	.download-card {
		grid-template-columns: 1fr;
		text-align: center;
	}
	.download-card .icon-box { margin: 0 auto 10px; }
	.btn-download { width: 100%; margin-top: 10px; }
	.modal-body { padding: 20px; }
}

