@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Text:ital@0;1&amp;family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&amp;family=Montserrat:ital,wght@0,100..900;1,100..900&amp;family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&amp;family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;family=Schibsted+Grotesk:ital,wght@0,400..900;1,400..900&amp;display=swap");

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Poppins", sans-serif;
}
html {
	scroll-behavior: smooth;
}
body {
	font-family: "Schibsted Grotesk", sans-serif;
	background-color: #f8f9fa;
}
.btn-black {
	background-color: #1a1a1a !important;
	border-radius: 8px;
	padding: 12px 24px;
	color: #ffffff !important;
}

/* START BASE */
.top-0 {
	top: 0 !important;
}
.bottom-0 {
	bottom: 0 !important;
}
.start-0 {
	left: 0 !important;
}
.end-0 {
	right: 0 !important;
}
.line-clamp-1 {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.line-clamp-2 {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.line-clamp-3 {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.line-clamp-4 {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.line-clamp-5 {
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
/* END BASE */

/* START HEADER */
.main-sponsor {
	top: 0;
	z-index: 1000;
	background: rgb(11, 13, 23);
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 32px 40px;
}

header {
	position: sticky;
	top: 0;
	z-index: 1000;
	background: #000;
}

.main-sponsor-nav {
	display: flex;
	flex-direction: column;
}

.main-sponsor span {
	color: #fff;
	font-weight: 600;
	font-size: 16px;
}

.sponsor-logos {
	display: flex;
	align-items: center;
	gap: 40px;
	margin-left: auto;
}

.sponsor-logos img {
	height: 16px;
}

.main-nav {
	position: sticky;
	top: 70px;
	background: rgb(8, 55, 129);
	padding: 24px 40px;
}

.nav-container {
	max-width: 1320px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 48px;
}

.logo img {
	height: 60px;
}

.menu {
	display: flex;
	justify-content: center;
	flex-grow: 1;
	list-style: none;
	gap: 32px;
	margin: 0;
}

.menu a {
	text-decoration: none;
	color: rgb(255, 255, 255);
	font-weight: 500;
	font-size: 16px;
}

.live-stream {
	background: #c8102e;
	color: #fff !important;
	text-decoration: none;
	padding: 12px 24px;
	border-radius: 8px;
	display: flex;
	align-items: center;
	gap: 8px;
	font-weight: 600;
	font-size: 14px;
	white-space: nowrap;
	text-decoration: none !important;
}

.live-stream svg {
	width: 20px;
	height: 20px;
}

.mobile-toggle {
	display: none;
}

.mobile-menu {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100ch;
	background: #fff;
	padding: 20px;
	z-index: 1000;
}

@media (max-width: 768px) {
	.main-sponsor {
		flex-direction: column;

		height: auto;

		padding: 16px;
		z-index: 1001;
	}

	.sponsor-logos {
		justify-content: center;
		flex-wrap: wrap;
		gap: 16px;
		margin-top: 8px;
		margin-left: 0;
	}

	.sponsor-logos img {
		height: 20px !important;
	}

	.main-sponsor span {
		text-align: center;
		margin-bottom: 8px;
	}

	nav {
		padding: 16px 24px;
	}

	.nav-container {
		display: grid;
		grid-template-columns: auto 1fr auto;
		gap: 16px;
		align-items: center;
	}

	.logo img {
		height: 48px;
	}

	.menu {
		display: none;
	}

	.mobile-toggle {
		display: block;
		background: none;
		border: none;
		padding: 0;
		cursor: pointer;
		order: 1;
	}

	.mobile-toggle svg {
		width: 24px;
		height: 24px;
	}

	.live-stream {
		padding: 12px 20px;
	}

	.desktop-live-stream {
		order: 3;
		margin-left: auto;
	}

	.logo {
		order: 1;
	}

	.live-stream {
		order: 3;
		margin-right: auto;
	}

	.search-toggle {
		order: 3;
		margin-right: auto;
	}

	.mobile-menu.active {
		display: block;
	}

	.mobile-header {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 40px;
	}

	.mobile-close {
		font-size: 32px;
		background: none;
		border: none;
		cursor: pointer;
		line-height: 1;
	}

	.mobile-logo {
		margin-left: auto;
	}

	.mobile-logo img {
		height: 40px;
	}

	.mobile-menu ul {
		list-style: none;
		padding: 0;
		margin: 0;
		display: flex;
		flex-direction: column;
	}

	.mobile-menu li {
		border-bottom: 1px solid #eee;
	}

	.mobile-menu li a {
		text-decoration: none;
		color: #000;
		font-weight: 500;
		font-size: 16px;
		display: block;
		padding: 16px 0;
	}

	.mobile-menu .live-stream {
		display: block;
		text-align: center;
		padding: 12px 0;
		background: #c8102e;
		color: #fff;
		font-size: 16px;
		font-weight: 600;
		border-radius: 8px;
		margin-top: 16px;
		width: 30%;
	}
}

@media (min-width: 1400px) {
	.nav-container {
		max-width: 1320px;
	}
}

@media (min-width: 1200px) and (max-width: 1399px) {
	.nav-container {
		max-width: 1140px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.nav-container {
		max-width: 960px;
		gap: 32px;
	}

	.menu {
		gap: 24px;
	}

	.menu a {
		font-size: 14px;
	}

	.logo img {
		height: 50px;
	}
}

.menu a:hover,
.mobile-menu a:hover {
	color: rgb(255, 255, 255);
	position: relative;
	text-decoration: underline;
}

.menu a.active,
.mobile-menu a.active {
	color: rgb(255, 255, 255);
	font-weight: 700;
	position: relative;
}
/* END HEADER */

/* START MODAL SEARCH */
#search-modal-berita {
	font-weight: 600;
	line-height: 2em;
	font-size: 16px;
	font-family: "Inter", sans-serif;
	color: rgb(51, 51, 51);
}
#search-modal-berita::placeholder {
	color: rgba(0, 0, 0, 0.4);
}
#list_search_news {
	max-height: 194px;
	overflow: auto;
}
#list_search_news a {
	text-decoration: none;
}

#list_search_news p {
	color: rgb(51, 51, 51);
	font-weight: 600;
	font-size: 14px;
	font-family: "Inter", sans-serif;
	line-height: 1.4em;
}
#list_search_news small {
	color: rgba(0, 0, 0, 0.4);
	font-size: 12px;
	font-family: "Inter", sans-serif;
	font-weight: 600;
	line-height: 1.4em;
}
#no_data .no-data {
	color: rgba(0, 0, 0, 0.4);
	font-weight: 600;
	font-size: 14px;
	font-family: "Inter", sans-serif;
	line-height: 1.4em;
}
/* END MODAL SEARCH */

/* START FOOTER */
.footer {
	background-color: #0b0d17;
	color: white;
	padding: 40px 0 0 0;
	background-image: url("../svg/footer-bg.svg");
	background-position: left bottom;
	background-repeat: no-repeat;
}

.footer-logo {
	display: flex;
	align-items: flex-start;
	gap: 15px;
	margin-bottom: 20px;
}

.footer-logo img {
	width: 80px;
	height: auto;
}

.footer-logo-text p {
	font-size: 14px;
	margin: 0;
	color: #999;
}

.footer-description {
	color: #999;
	font-size: 14px;
	max-width: 400px;
	margin-bottom: 30px;
}

.partner-logos {
	display: flex;
	flex-direction: column;
	gap: 40px;
	align-items: center;
	margin-bottom: 88px;
}

.partner-logos img {
	/* height: 30px; */
	width: auto;
}

.footer-contact input[type="email"],
.footer-contact .input-desc {
	background-color: #1a1a1a;
	border: none;
	padding: 10px 15px;
	color: white;
	width: 100%;
	margin-bottom: 10px;
}

.footer-contact .btn-submit {
	background-color: #c8102e;
	color: white;
	border: none;
	padding: 10px 20px;
	width: 100%;
}

.footer-bottom {
	font-family: "Poppins", sans-serif;
	background-color: #05060b;
}

.social-icons {
	display: flex;
	gap: 15px;
}

.social-icons a {
	color: white;
	text-decoration: none;
}

.footer-logo-text h2 {
	font-family: "Schibsted Grotesk", sans-serif;
	font-size: 24px;
	margin: 0;
	font-weight: bold;
}

.footer-section h3 {
	font-family: "DM Serif Text", serif;
	font-size: 16px;
	margin-bottom: 12px;
	font-weight: bold;
}

.footer-bottom p,
.footer-bottom p * {
	font-family: "DM Serif Text", serif;
	font-weight: 500;
}

.footer-contact input[type="email"],
.footer-contact .input-desc {
	font-family: "Schibsted Grotesk", sans-serif;
	background-color: #1a1a1a;
	border: none;
	padding: 10px 15px;
	color: white;
	width: 100%;
	margin-bottom: 10px;
	border-radius: 5px;
}

.footer-contact .btn-submit {
	font-family: "Schibsted Grotesk", sans-serif;
	background-color: #c8102e;
	color: white;
	border: none;
	padding: 10px 20px;
	width: 100%;
	border-radius: 5px;
}

.footer-description {
	font-family: "Schibsted Grotesk", sans-serif;
	color: #999;
	font-size: 14px;
	max-width: 400px;
	margin-bottom: 30px;
}

.footer-contact p,
.footer-logo-text p {
	font-family: "Schibsted Grotesk", sans-serif;
}

@media (max-width: 768px) {
	.footer-section {
		margin-bottom: 30px;
	}

	.footer-bottom {
		flex-direction: column;
		text-align: center;
		gap: 15px;
	}

	.logo-group {
		gap: 16px !important;
	}

	.partner-logos img {
		height: 16px !important;
	}
}
/* END FOOTER */

/* START HERO */
.hero-overlay {
	position: relative;
	height: 500px;
}

@media (min-width: 992px) {
	.hero-overlay {
		height: 600px;
	}
}

.hero-overlay::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(
		180deg,
		rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0.45) 45%,
		rgba(0, 0, 0, 1) 100%
	);
	z-index: 1;
}

.hero-overlay img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero-content {
	position: relative;
	z-index: 2;
}

.hero-title {
	font-family: "Poppins", sans-serif;
	font-size: 2.75rem;
	line-height: 1.3em;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 64px;
}

.updates-badge {
	background-color: #fff;
	color: #bd0933;
	font-weight: bolder;
	padding: 8px 20px;
	border-radius: 5px;
	font-size: 16px;
	letter-spacing: 0.5px;
	display: inline-block;
}

.date-text {
	color: rgba(255, 255, 255, 0.8);
	font-size: 1.25rem;
	margin-bottom: 0;
}

@media (max-width: 768px) {
	.hero-title {
		font-size: 1.25rem;
	}
	.date-text {
		font-size: 0.875rem;
	}
}
/* END HERO */

/* START PERHATIAN */
.perhatian {
	background-image: url("../avif/perhatian-bg.avif"),
		linear-gradient(-77.3524deg, rgb(11, 55, 128) 0%, rgb(7, 83, 158) 100%);
	background-repeat: no-repeat;
	background-size: cover;
}
.perhatian .logo {
	height: 128px;
}
.perhatian .larangan {
	margin: auto;
	display: block;
	max-width: 85%;
	height: auto;
}
.perhatian h1 {
	font-family: "Inter", sans-serif;
	font-size: 4.75rem;
	font-weight: 700;
	color: #fff;
}
.perhatian h4 {
	font-family: "Inter", sans-serif;
	font-size: 1.625rem;
	font-weight: 700;
	color: #fff;
}
.perhatian .text-mobile {
	display: none;
}
@media (max-width: 768px) {
	.perhatian .logo {
		height: 40px;
		order: 0;
	}
	.perhatian h1 {
		font-size: 2.5rem;
	}
	.perhatian h4 {
		font-size: 1rem;
	}
	.perhatian .larangan {
		max-width: 100%;
	}
	.perhatian .text-desktop {
		display: none;
	}
	.perhatian .text-mobile {
		display: block;
		margin: auto;
	}
}
/* END PERHATIAN */

/* START MATCH */
.match-card {
	background: white;
	border-radius: 12px;
	padding: 24px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.team-logo {
	width: 64px;
	height: 64px;
	object-fit: contain;
}

.versus-text {
	font-size: 28px;
	font-weight: 500;
	color: #333;
}

.team-name {
	font-size: 14px;
	margin-top: 12px;
	font-weight: 500;
}

.match-time {
	margin-top: 24px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.live-badge {
	background: #bb0017;
	color: white;
	padding: 12px 24px;
	border-radius: 8px;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-weight: 500;
	font-size: 16px;
}

.live-badge i {
	font-size: 24px;
}

.match-datetime {
	font-size: 14px;
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.progress-bar-blue {
	height: 3px;
	background: #004aad;
	margin-top: 24px;
	border-radius: 2px;
	width: 100%;
}

.progress-bar-gray {
	height: 10px;
	background: #fff;
	border: solid 0.5px gray;
	margin-top: 24px;
	border-radius: 10px;
	width: 100%;
}

.dark-match-card {
	background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
		url("../match-bg.html");
	background-size: cover;
	background-position: center;
	color: white;
}

.dark-match-card .versus-text {
	color: white;
}

.match-card .btn-blue {
	background-color: #0b3f95;
	color: #fff;
	border-radius: 8px;
	padding: 12px 24px;
	text-decoration: none !important;
	width: 100%;
	font-weight: 700;
}
/* END MATCH */

/* START ADS */
.ads-banner-fly img {
	max-width: 504px;
	width: 100%;
}
/* END ADS */

/* START BERITA HOME */
.berita .section-title {
	font-size: 36px;
	font-weight: 600;
	color: #000;
	margin: 0;
	font-family: "Poppins", sans-serif;
}
.berita .filter-buttons .btn {
	padding: 8px 24px;
	border-radius: 4px;
	font-weight: 500;
	font-size: 14px;
	border: 1px solid #e5e7eb;
	transition: all 0.3s ease;
	margin-bottom: 8px;
}
.berita .filter-buttons .btn-primary {
	background-color: #004aad;
	border: none;
	color: white;
}
.berita .filter-buttons .btn-light {
	background-color: white;
	color: #000;
}
.berita .news-container {
	display: flex;
	flex-direction: column;
	gap: 32px;
}
.berita .main-news-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
}
.berita .main-news-item {
	display: flex;
	gap: 16px;
	align-items: flex-start;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.berita .main-news-image {
	width: 40%;
	height: 100%;
	object-fit: cover;
	border-radius: 4px 0 0 4px;
}
.berita .small-news-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}
.berita .small-news-image {
	width: 100%;
	height: 200px;
	object-fit: cover;
	border-radius: 8px 8px 0 0;
}
.berita a {
	text-decoration: none;
	color: inherit;
}
.berita .news-content {
	height: calc(100% - 200px);
}
.berita .news-item {
	text-decoration: none !important;
	color: inherit;
	display: block;
	transition: transform 0.2s ease;
	height: 448px;
	background-color: #ffffff;
	border-radius: 8px;
}
.berita .news-item:hover {
	transform: translateY(-4px);
	color: inherit;
}
.berita .main-news-title {
	font-size: 20px;
	font-weight: 600;
	color: #111;
	margin-bottom: 12px;
	line-height: 1.4;
}
.berita .small-news-title {
	font-family: "Poppins", sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 26px;
	color: rgb(26, 26, 26);
	margin-bottom: 12px;
}
.berita .news-excerpt {
	font-size: 16px;
	color: #1a1a1a;
	margin-bottom: 12px;
	line-height: 24px;
}
.berita .news-date {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 16px;
	color: #0b3f95;
}
.berita .btn-black {
	font-size: 18px;
	font-weight: 500;
	width: fit-content;
}
@media (max-width: 1200px) {
	.berita .small-news-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media (max-width: 992px) {
	.berita .section-title {
		font-size: 28px;
	}
	.berita .main-news-grid {
		grid-template-columns: 1fr;
	}
	.berita .small-news-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.berita .main-news-item {
		flex-direction: column;
	}
	.berita .main-news-image {
		width: 100%;
		height: 200px;
		margin-bottom: 16px;
	}
	.berita .filter-buttons {
		display: flex;
		flex-wrap: wrap;
		gap: 8px;
	}
}
@media (max-width: 768px) {
	.berita .section-title {
		font-size: 20px;
	}
	.berita .d-flex {
		flex-direction: column;
		align-items: flex-start !important;
		gap: 16px;
	}
	.berita .filter-buttons {
		width: 100%;
	}
	.berita .filter-buttons .btn {
		padding: 6px 16px;
		font-size: 13px;
	}
	.berita .main-news-title {
		font-size: 18px;
	}
	.berita .small-news-title {
		font-size: 15px;
	}
}
@media (max-width: 576px) {
	.berita .small-news-grid {
		grid-template-columns: 1fr;
	}
	.berita .main-news-item {
		padding: 16px;
	}
	.berita .section-title {
		font-size: 20px;
	}
	.berita .news-excerpt {
		font-size: 13px;
	}
	.berita .news-date {
		font-size: 13px;
	}
	.berita .small-news-image {
		height: 180px;
	}
	.berita .news-item {
		height: 200px;
	}
	.berita .btn-black {
		font-size: 16px;
	}
}
/* END BERITA HOME */

/* START KLASEMEN */
.klasemen {
	background-color: #ffffff;
	padding-top: 40px;
	padding-bottom: 40px;
}
.klasemen .section-title {
	font-size: 36px;
	font-weight: 600;
	color: #000;
	font-family: "Poppins", sans-serif;
}
.klasemen .table-responsive {
	overflow-x: auto;
}
.klasemen .standings-table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 10px;
	font-size: 14px;
}
.klasemen .standings-table th {
	background: #1d1d1d;
	color: white;
	font-weight: bold;
	padding: 12px 16px;
	text-align: left;
}
.klasemen .standings-table td {
	padding: 12px 16px;
	vertical-align: middle;
	text-align: left;
}
.klasemen .standings-table tr {
	background-color: #f8f8f8;
}
.klasemen .standings-table tr:nth-child(even) {
	background-color: #f8f9fa;
}
.klasemen .standings-table tr:hover {
	background-color: #f3f4f6;
}
.klasemen .standings-table tr.highlight {
	background-color: #0b3f95 !important;
	color: white;
}
.klasemen .team-cell {
	display: flex;
	align-items: center;
	gap: 12px;
	text-align: left;
}
.klasemen .team-logo {
	width: 24px;
	height: 24px;
	object-fit: contain;
}
.klasemen .pos-indicator {
	display: inline-flex;
	align-items: center;
	gap: 4px;
}
.klasemen .pos-indicator.up {
	content: url("../svg/arrow-up.svg");
}
.klasemen .pos-indicator.down {
	content: url("../svg/arrow-down.svg");
}
.klasemen .standings-table td:first-child,
.klasemen .standings-table th:first-child {
	text-align: left;
}
.klasemen .standings-table td:last-child,
.klasemen .standings-table th:last-child {
	font-weight: bold;
}
@media (max-width: 768px) {
	.klasemen .standings-table td,
	.klasemen .standings-table th {
		font-size: 12px;
		padding: 8px;
	}
	.klasemen .team-cell {
		gap: 8px;
	}
}

@media (max-width: 576px) {
	.klasemen .section-title {
		font-size: 20px;
	}
}
/* END KLASEMEN */

/* START SHOP */
.shop .product-section {
	background-color: #fff;
	padding: 60px 0;
}
.shop .product-container {
	max-width: 100%;
	margin: 0;
	padding: 0;
}
.shop .logo-inagata {
	height: 40px;
	margin-bottom: 24px;
}
.shop .section-title {
	font-size: 40px;
	font-weight: 600;
	color: rgb(26, 26, 26);
	margin: 0 0 20px 0;
	font-family: "Montserrat", sans-serif;
}
.shop .product-description {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 16px;
	color: rgb(26, 26, 26);
	margin-bottom: 32px;
	line-height: 1.6;
	max-width: 520px;
}
.shop .btn-contact {
	background-color: #bd0933;
	color: white;
	padding: 12px 40px;
	border-radius: 6px;
	font-weight: 500;
	border: none;
	font-size: 16px;
	cursor: pointer;
	transition: all 0.3s ease;
}
.shop .btn-contact:hover {
	background-color: #a00d25;
}
.shop .phones-wrapper {
	position: relative;
	height: 600px;
	display: flex;
	gap: 20px;
	justify-content: center;
	overflow: hidden;
}
.shop .phones-column {
	position: relative;
	width: 280px;
	height: 100%;
	overflow: hidden;
}
.shop .phones-container-up {
	position: absolute;
	display: flex;
	flex-direction: column;
	gap: 20px;
	animation: scrollUp 25s linear infinite;
	will-change: transform;
}
.shop .phones-container-down {
	position: absolute;
	display: flex;
	flex-direction: column;
	gap: 20px;
	animation: scrollDown 25s linear infinite;
	will-change: transform;
}
.shop .phone-mockup {
	width: 280px;
	height: auto;
}
@keyframes scrollUp {
	0% {
		transform: translateY(100%);
	}
	100% {
		transform: translateY(-100%);
	}
}
@keyframes scrollDown {
	0% {
		transform: translateY(-100%);
	}
	100% {
		transform: translateY(100%);
	}
}
@media (max-width: 1200px) {
	.shop .phones-wrapper {
		height: 550px;
	}
	.shop .phones-column {
		width: 250px;
	}
	.shop .phone-mockup {
		width: 250px;
	}
	.shop .section-title {
		font-size: 28px;
	}
}
@media (max-width: 992px) {
	.shop .product-section {
		padding: 40px 0;
	}
	.shop .phones-wrapper {
		height: 500px;
		gap: 15px;
	}
	.shop .phones-column {
		width: 220px;
	}
	.shop .phone-mockup {
		width: 220px;
	}
	.shop .section-title {
		font-size: 26px;
	}
	.shop .product-description {
		font-size: 15px;
		margin-bottom: 24px;
	}
	.shop .btn-contact {
		padding: 10px 32px;
		font-size: 15px;
	}
}
@media (max-width: 768px) {
	.shop .row {
		flex-direction: column-reverse;
	}
	.shop .col-lg-6 {
		margin-bottom: 40px;
	}
	.shop .phones-wrapper {
		height: 400px;
		margin-bottom: 30px;
	}
	.shop .phones-column {
		width: 180px;
	}
	.shop .phone-mockup {
		width: 180px;
	}
	.shop .phones-container-up,
	.shop .phones-container-down {
		gap: 15px;
	}
	.shop .logo-inagata {
		height: 32px;
		margin-bottom: 20px;
	}
	.shop .section-title {
		font-size: 24px;
		margin-bottom: 16px;
	}
	.shop .product-description {
		font-size: 14px;
		margin-bottom: 20px;
	}
}
@media (max-width: 576px) {
	.shop .product-section {
		padding: 30px 0;
	}
	.shop .phones-wrapper {
		height: 350px;
		gap: 10px;
	}
	.shop .phones-column {
		width: 150px;
	}
	.shop .phone-mockup {
		width: 150px;
	}
	.shop .section-title {
		font-size: 20px;
	}
	.shop .btn-contact {
		padding: 8px 24px;
		font-size: 14px;
	}
	.shop .product-description {
		font-size: 13px;
	}
}
@media (max-width: 420px) {
	.shop .phones-wrapper {
		height: 300px;
	}
	.shop .phones-column {
		width: 130px;
	}
	.shop .phone-mockup {
		width: 130px;
	}
	.shop .phones-container-up,
	.shop .phones-container-down {
		gap: 12px;
	}
}
@media (prefers-reduced-motion: reduce) {
	.shop .phones-container-up,
	.shop .phones-container-down {
		animation: none;
	}
}
/* END SHOP */

/* START JERSEY */
.jersey .jersey-banner {
	position: relative;
	width: 100%;
	height: 400px;
	background-image: linear-gradient(
			0deg,
			rgba(11, 63, 149, 0.25),
			rgba(11, 63, 149, 0.25)
		),
		linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 92.38%),
		url("../png/jersey-2.png");
	background-size: cover;
	background-position: top;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.jersey .new-badge {
	font-family: "DM Serif Text", serif;
	font-size: 32px;
	font-style: italic;
	font-weight: 400;
	line-height: 43.87px;
	letter-spacing: 0.5px;
	position: absolute;
	top: 20px;
	left: 20px;
	width: 96px;
	height: 96px;
	background-color: #bd0933;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	transform: rotate(-45deg);
}
.jersey .jersey-content {
	text-align: center;
	color: white;
	z-index: 1;
}
.jersey .jersey-title {
	font-size: 48px;
	font-weight: 700;
	margin-bottom: 32px;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.jersey .btn-lihat {
	background-color: #004aad;
	color: white;
	padding: 12px 32px;
	border-radius: 6px;
	font-weight: 500;
	border: none;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	text-decoration: none;
	font-size: 16px;
}
.jersey .btn-lihat img {
	height: 24px;
	width: 24px;
}
@media (max-width: 992px) {
	.jersey .product-title {
		font-size: 36px;
	}
	.jersey .jersey-title {
		font-size: 36px;
	}
	.jersey .phones-column {
		width: 240px;
	}
	.jersey .phone-mockup {
		width: 240px;
	}
}
@media (max-width: 768px) {
	.jersey .product-title {
		font-size: 32px;
	}
	.jersey .jersey-title {
		font-size: 28px;
	}
	.jersey .phones-wrapper {
		height: 400px;
	}
	.jersey .phones-column {
		width: 200px;
	}
	.jersey .phone-mockup {
		width: 200px;
	}
}
/* END JERSEY */

/* START MODAL JERSEY */
#modalJersey * {
	text-decoration: none !important;
}
#modalJersey .jersey-img {
	height: 262px;
}
#modalJersey p {
	font-family: "Inter", sans-serif;
	color: #000;
}
#modalJersey h1 {
	font-family: "Poppins", sans-serif;
	font-size: 24px;
	font-weight: 700;
	color: rgb(11, 63, 149);
}
/* END MODAL JERSEY */

/* START AKADEMI */
.academy .hero {
	height: 400px;
	object-fit: cover;
}
.academy .academy-content {
	padding-top: 40px;
	padding-bottom: 40px;
}
.academy .section-title {
	font-family: "Poppins", sans-serif;
	font-size: 20px;
	line-height: 130%;
	color: rgb(26, 26, 26);
}
.academy .info {
	color: rgb(237, 56, 51) !important;
	font-weight: 500;
}
.academy .btn-action {
	border-color: rgb(27, 56, 130) !important;
	background-color: rgb(27, 56, 130) !important;
	border-radius: 8px;
	font-size: 16px;
	font-weight: 600;
	line-height: 16.8px;
}
.academy .btn-action:hover {
	text-decoration: underline;
}
/* END AKADEMI */

/* START NEWS */
.news .header-container {
	background-color: #f8f9fa;
	padding: 20px 0;
}
.news .berita-title {
	font-family: "Playfair Display", serif;
	font-size: 2rem;
	font-weight: bold;
	margin: 0;
}
.news .category-nav {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}
.news .category-button {
	border: 1px solid #d4d4d4;
	border-radius: 8px;
	padding: 8px 24px;
	background-color: white;
	color: #212529;
	font-weight: 700;
	transition: all 0.3s ease;
}
.news .category-button.active {
	background-color: #0d47a1;
	color: white;
	border-color: #0d47a1;
}
.news .featured-news {
	background-color: #fff;
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 30px;
}
.news .featured-news-container {
	display: flex;
	text-decoration: none !important;
	color: #000;
}
.news .featured-news-image {
	flex: 0 0 50%;
	max-width: 50%;
}
.news .featured-news-image img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	border-radius: 8px 0 0 8px;
}
.news .featured-news-content {
	flex: 0 0 50%;
	max-width: 50%;
	padding: 40px;
}
.news .featured-news-title {
	font-family: "Poppins", sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 26px;
	margin-bottom: 12px;
}
.news .news-date {
	font-size: 16px;
	font-weight: 700;
	line-height: 16px;
	color: #0b3f95;
}
.news .grid-news {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	margin-bottom: 30px;
}
.news .grid-news-item,
.news .bottom-news-item {
	border-radius: 8px;
	height: 560px;
}
.news .grid-news-content {
	height: calc(100% - 200px);
}
.news .grid-news-image {
	width: 100%;
	height: 200px;
	object-fit: cover;
	border-radius: 8px 8px 0 0;
}
.news .grid-news-title,
.news .bottom-news-title {
	font-family: "Poppins", sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 26px;
	margin-bottom: 12px;
}
.news .bottom-news {
	display: grid;
	grid-template-columns: 65% 35%;
	gap: 24px;
	margin-bottom: 30px;
}
.news .bottom-news-image {
	width: 100%;
	height: 250px;
	object-fit: cover;
	border-radius: 8px 8px 0 0;
}
.news .bottom-news-content {
	height: calc(100% - 250px);
}
.news .news-link {
	text-decoration: none;
	color: inherit;
	display: block;
}
.news .news-link:hover {
	color: inherit;
}
.news .load-more-btn {
	background-color: #1a1a1a;
	color: white;
	border: none;
	padding: 12px 24px;
	border-radius: 8px;
	cursor: pointer;
	width: auto;
	font-size: 16px;
	font-weight: 700;
	line-height: 19.75px;
	letter-spacing: 0.5px;
}
@media (max-width: 1200px) {
	.news .grid-news {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 992px) {
	.news .featured-news-container {
		flex-direction: column;
	}
	.news .featured-news-image,
	.news .featured-news-content {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.news .bottom-news {
		grid-template-columns: 1fr;
	}
	.news .category-nav {
		margin-top: 15px;
	}
}
@media (max-width: 768px) {
	.news .grid-news {
		grid-template-columns: 1fr;
	}
	.news .berita-title {
		font-size: 1.5rem;
	}
	.news .featured-news-title {
		font-size: 1.25rem;
	}
	.news .category-button {
		padding: 6px 16px;
		font-size: 0.9rem;
	}
	.news .header-container .d-flex {
		flex-direction: column;
		align-items: flex-start !important;
	}
	.news .featured-news-image img {
		height: 200px;
	}
}
@media (max-width: 576px) {
	.news .category-nav {
		gap: 8px;
	}
	.news .category-button {
		padding: 4px 12px;
		font-size: 0.8rem;
	}
	.news .featured-news-content {
		padding: 24px;
	}
	.news .grid-news-item,
	.news .bottom-news-item {
		height: 470px;
	}
	.news .grid-news-image,
	.news .bottom-news-image {
		height: 180px;
	}
	.news .featured-news-excerpt,
	.news .grid-news-excerpt,
	.news .bottom-news-excerpt {
		font-size: 0.9rem;
	}
}
/* END NEWS */

/* START DETAIL NEWS */
.news-detail .featured-image {
	width: 100%;
	height: 400px;
	object-fit: cover;
	margin-bottom: 40px;
}
.news-detail .news-date {
	color: #004aad;
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 16px;
}
.news-detail .news-title {
	font-family: "Poppins", sans-serif;
	font-size: 20px;
	line-height: 130%;
	color: rgb(26, 26, 26);
}
.news-detail .news-content {
	color: #444;
	font-size: 16px;
	line-height: 1.7;
	margin-bottom: 48px;
}
.news-detail .news-content p {
	line-height: 130%;
	color: rgb(26, 26, 26);
}
.news-detail .berita-lainnya-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 32px;
}
.news-detail .berita-lainnya-title {
	font-size: 40px;
	font-weight: 700;
	margin: 0;
	font-family: "Playfair Display", serif;
}
.news-detail .filter-buttons {
	display: flex;
	gap: 16px;
}
.news-detail .filter-button {
	padding: 16px 32px;
	background: rgba(0, 0, 0, 0);
	border: 1px solid rgb(211, 211, 211);
	border-radius: 8px;
	color: rgb(26, 26, 26);
	font-weight: 500;
	letter-spacing: 0.5px;
	font-size: 16px;
	text-decoration: none;
	transition: all 0.2s ease;
}
.news-detail .filter-button:hover {
	background: #c7dcff;
	color: #111;
	font-weight: 700;
}
.news-detail .news-carousel {
	position: relative;
	margin: 0 12px;
	height: 240px;
	overflow: hidden;
	cursor: pointer;
}
.news-detail .news-carousel::before,
.news-detail .news-carousel::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 150px;
	z-index: 2;
	pointer-events: none;
}
.news-detail .news-carousel::before {
	left: 0;
	background: linear-gradient(
		to right,
		#f8f9fa 0%,
		rgba(248, 249, 250, 0) 100%
	);
}
.news-detail .news-carousel::after {
	right: 0;
	background: linear-gradient(to left, #f8f9fa 0%, rgba(248, 249, 250, 0) 100%);
}
.news-detail .news-carousel.disabled-before::before,
.news-detail .news-carousel.disabled-after::after {
	background: transparent;
}
.news-detail .carousel-item {
	position: relative;
	margin: 0 12px;
	height: 240px;
	overflow: hidden;
	cursor: pointer;
}
.news-detail .carousel-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.news-detail .carousel-item::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 70%;
	background: linear-gradient(
		180deg,
		rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0.8) 100%
	);
}
.news-detail .carousel-content {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px;
	z-index: 2;
}
.news-detail .carousel-title {
	font-size: 18px;
	font-weight: 600;
	color: white;
	margin-bottom: 8px;
	line-height: 1.4;
}
.news-detail .carousel-date {
	font-size: 14px;
	color: white;
	opacity: 0.9;
}
.news-detail .slick-prev,
.news-detail .slick-next {
	width: 40px;
	height: 40px;
	z-index: 3;
	background: rgba(0, 0, 0, 0.55);
	border-radius: 50%;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.news-detail .slick-prev {
	left: 20px;
}
.news-detail .slick-next {
	right: 20px;
}
.news-detail .slick-prev:before,
.news-detail .slick-next:before {
	color: #333;
	font-size: 20px;
}
@media (max-width: 992px) {
	.news-detail .berita-lainnya-header {
		flex-direction: column;
		align-items: flex-start;
		gap: 16px;
	}
	.news-detail .filter-buttons {
		width: 100%;
		overflow-x: auto;
		padding-bottom: 8px;
		-ms-overflow-style: none;
		scrollbar-width: none;
	}
	.news-detail .filter-buttons::-webkit-scrollbar {
		display: none;
	}
	.news-detail .news-title,
	.news-detail .berita-lainnya-title {
		font-size: 28px;
	}
}
@media (max-width: 768px) {
	.news-detail .featured-image {
		height: 300px;
	}
	.news-detail .news-title,
	.news-detail .berita-lainnya-title {
		font-size: 24px;
	}
	.news-detail .carousel-item {
		height: 200px;
	}
	.news-detail .carousel-title {
		font-size: 16px;
	}
}
@media (max-width: 576px) {
	.news-detail .news-title,
	.news-detail .berita-lainnya-title {
		font-size: 22px;
	}
	.news-detail .carousel-item {
		height: 180px;
	}
}
/* END DETAIL NEWS */

/* START CLUB */
.club .club-hero {
	padding: 40px;
}
.club .club-title {
	font-family: "Poppins", sans-serif;
	font-size: 20px;
	line-height: 26px;
}
.club .text-primary {
	color: rgb(9, 55, 130) !important;
}
.club #secondary-nav {
	position: relative;
	top: auto;
	background-color: rgb(245, 245, 245);
}
.club #secondary-nav.stick {
	position: fixed;
	top: 0;
	margin: 108px 0 0;
	width: 100%;
	z-index: 9;
}
.club #secondary-nav a {
	color: #000;
}
.club #secondary-nav a.active {
	color: #000;
	text-decoration: none;
	border-bottom: 4px solid #c8102e;
	font-weight: 500;
}
.club .sub-info img,
.club .sub-info .img {
	height: 320px;
	object-fit: cover;
}
.club .sub-info .container {
	padding-top: 40px;
	padding-bottom: 40px;
}
.club .sub-info .btn-action {
	background-color: rgb(27, 56, 130) !important;
	border-radius: 8px;
	padding: 16px 48px;
	border-color: rgb(27, 56, 130) !important;
	font-size: 14px;
	font-weight: 600;
}

@media (max-width: 768px) {
	.club #secondary-nav.stick {
		margin: 176px 0 0;
	}
	.club #secondary-nav .nav-container {
		display: block;
	}
	.club .menu {
		overflow: auto;
		white-space: nowrap;
		display: block;
	}
	.club .menu li {
		display: inline-block;
	}
}
/* END CLUB */

/* START TEAM */
.team .hero {
	height: 400px;
	object-fit: cover;
}
.team .team-title {
	font-family: "Poppins", sans-serif;
	font-size: 20px;
	line-height: 26px;
}
.team .flip-card {
	background-color: transparent;
	width: 100%;
	height: 320px;
	perspective: 1000px;
}
.team .flip-card-inner {
	position: relative;
	width: 100%;
	height: 100%;
	transition: transform 0.6s;
	transform-style: preserve-3d;
}

.team .flip-card:hover .flip-card-inner {
	transform: rotateX(180deg);
}
.team .flip-card-front,
.team .flip-card-back {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.team .flip-card-front {
	color: black;
}
.team .flip-card-front img {
	width: 100%;
	height: 320px;
	object-fit: cover;
}
.team .flip-card-back {
	background-color: rgb(26, 26, 26);
	color: white;
	transform: rotateX(180deg);
}
.team .player-name {
	font-family: "Poppins", sans-serif;
	font-size: 24px;
	letter-spacing: 0.5px;
	line-height: 130%;
	text-transform: uppercase;
}
.team .player-stats h1 {
	font-family: "Poppins", sans-serif;
	font-size: 40px;
	line-height: 130%;
}
/* END TEAM */
