@charset "utf-8";
/* CSS Document 

TemplateMo 602 Graph Page

https://templatemo.com/tm-602-graph-page

*/

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}

body {
	margin: 0;
	padding: 0;
	min-height: 100vh;
	width: 100%;
	box-sizing: border-box;
	font-family: 'Poppins', sans-serif;
	background: #0a0e27;
	color: #ffffff;
	overflow-x: hidden;
}

body.modal-open {
	overflow: hidden;
}

.skip-link {
	position: absolute;
	top: -48px;
	left: 16px;
	z-index: 2000;
	padding: 12px 18px;
	border-radius: 12px;
	background: #ffffff;
	color: #6D0606;
	font-weight: 700;
	text-decoration: none;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
	transition: top 0.2s ease;
}

.skip-link:focus {
	top: 16px;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
	outline: 3px solid #FFD106;
	outline-offset: 3px;
}

/* 3D Page Loader */
.site-loader {
	position: fixed;
	inset: 0;
	z-index: 20000;
	display: grid;
	place-items: center;
	align-content: center;
	gap: 20px;
	min-height: 100svh;
	overflow: hidden;
	perspective: 1100px;
	background:
		radial-gradient(ellipse at 50% -12%, rgba(255, 209, 6, 0.36), transparent 34%),
		linear-gradient(135deg, #360404 0%, #8f0f0f 46%, #DE2929 100%);
	transition: opacity 0.55s ease, visibility 0.55s ease, transform 0.55s ease;
	animation: loaderAutoHide 0.55s ease 3.4s forwards;
}

.site-loader::before {
	content: '';
	position: absolute;
	inset: -18%;
	background-image:
		linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px),
		linear-gradient(0deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
	background-size: 72px 72px;
	opacity: 0.22;
	transform: rotateX(62deg) translateY(8%);
	animation: loaderGrid 3.6s linear infinite;
}

.site-loader::after {
	content: '';
	position: absolute;
	inset: 0;
	background:
		linear-gradient(120deg, transparent 0 36%, rgba(255, 255, 255, 0.14) 46%, transparent 58%),
		linear-gradient(90deg, rgba(255, 209, 6, 0.12), transparent 38%, rgba(18, 191, 178, 0.16));
	mix-blend-mode: screen;
	animation: loaderSweep 2.6s ease-in-out infinite;
}

.site-loader.is-hidden {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: scale(1.03);
}

.loader-stage {
	position: relative;
	z-index: 1;
	display: grid;
	place-items: center;
	width: 180px;
	height: 180px;
	transform-style: preserve-3d;
	animation: loaderFloat 2.4s ease-in-out infinite;
}

.loader-orbit {
	position: absolute;
	border-radius: 50%;
	border: 2px solid rgba(255, 255, 255, 0.48);
	border-left-color: rgba(255, 209, 6, 0.95);
	border-bottom-color: rgba(17, 184, 171, 0.85);
	box-shadow: 0 0 28px rgba(255, 209, 6, 0.24);
	transform-style: preserve-3d;
}

.loader-orbit--one {
	width: 150px;
	height: 150px;
	transform: rotateX(66deg) rotateZ(16deg);
	animation: loaderOrbit 1.6s linear infinite;
}

.loader-orbit--two {
	width: 118px;
	height: 118px;
	transform: rotateY(68deg) rotateZ(-24deg);
	animation: loaderOrbitReverse 2s linear infinite;
}

.loader-cube {
	position: relative;
	width: 78px;
	height: 78px;
	transform-style: preserve-3d;
	animation: loaderCubeSpin 2.15s cubic-bezier(0.45, 0, 0.2, 1) infinite;
}

.loader-face {
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.46);
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.04)),
		linear-gradient(135deg, rgba(255, 209, 6, 0.9), rgba(222, 41, 41, 0.88));
	box-shadow: inset 0 0 18px rgba(255, 255, 255, 0.2), 0 12px 34px rgba(0, 0, 0, 0.24);
	color: #ffffff;
	font-size: 17px;
	font-weight: 800;
	letter-spacing: 0;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.38);
}

.loader-face--front {
	transform: translateZ(39px);
}

.loader-face--back {
	transform: rotateY(180deg) translateZ(39px);
}

.loader-face--right {
	transform: rotateY(90deg) translateZ(39px);
	background: linear-gradient(135deg, rgba(17, 184, 171, 0.86), rgba(255, 209, 6, 0.78));
}

.loader-face--left {
	transform: rotateY(-90deg) translateZ(39px);
	background: linear-gradient(135deg, rgba(126, 15, 15, 0.9), rgba(255, 209, 6, 0.76));
}

.loader-face--top {
	transform: rotateX(90deg) translateZ(39px);
	background: linear-gradient(135deg, rgba(255, 246, 176, 0.92), rgba(255, 174, 32, 0.9));
}

.loader-face--bottom {
	transform: rotateX(-90deg) translateZ(39px);
	background: linear-gradient(135deg, rgba(63, 6, 6, 0.92), rgba(222, 41, 41, 0.84));
}

.loader-shadow {
	position: absolute;
	bottom: 4px;
	width: 104px;
	height: 24px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.28);
	filter: blur(10px);
	transform: rotateX(72deg) translateZ(-80px);
	animation: loaderShadow 2.4s ease-in-out infinite;
}

.loader-text {
	position: relative;
	z-index: 1;
	color: #ffffff;
	font-size: 16px;
	font-weight: 800;
	letter-spacing: 0;
	text-shadow: 0 8px 24px rgba(0, 0, 0, 0.32);
}

@keyframes loaderCubeSpin {
	0% {
		transform: rotateX(-18deg) rotateY(0deg) rotateZ(0deg);
	}

	50% {
		transform: rotateX(18deg) rotateY(190deg) rotateZ(8deg);
	}

	100% {
		transform: rotateX(-18deg) rotateY(360deg) rotateZ(0deg);
	}
}

@keyframes loaderOrbit {
	to {
		transform: rotateX(66deg) rotateZ(376deg);
	}
}

@keyframes loaderOrbitReverse {
	to {
		transform: rotateY(68deg) rotateZ(-384deg);
	}
}

@keyframes loaderFloat {

	0%,
	100% {
		transform: translateY(0) rotateX(0deg);
	}

	50% {
		transform: translateY(-12px) rotateX(6deg);
	}
}

@keyframes loaderShadow {

	0%,
	100% {
		opacity: 0.32;
		transform: rotateX(72deg) translateZ(-80px) scale(1);
	}

	50% {
		opacity: 0.18;
		transform: rotateX(72deg) translateZ(-80px) scale(0.82);
	}
}

@keyframes loaderGrid {
	to {
		background-position: 72px 72px;
	}
}

@keyframes loaderSweep {

	0%,
	100% {
		transform: translateX(-16%);
		opacity: 0.5;
	}

	50% {
		transform: translateX(16%);
		opacity: 0.9;
	}
}

@keyframes loaderAutoHide {
	to {
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
	}
}

/* Navigation */
nav {
	position: fixed;
	top: 0;
	width: 100%;
	padding: 7px 50px;
	background: transparent;
	backdrop-filter: blur(10px);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	z-index: 1000;
	transition: all 0.3s ease;
}

nav.scrolled {
	background: linear-gradient(135deg, #6D0606 0%, #DE2929 100%);
}

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

.logo {
	display: flex;
	align-items: center;
	gap: 15px;
	cursor: pointer;
	text-decoration: none;
	flex: 0 0 auto;
}

.logo-icon {
	width: 40px;
	height: 40px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	box-shadow: 0 0 20px rgba(0, 255, 204, 0.3);
}

.logo-icon img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: contain;
}

.logo-icon svg {
	width: 24px;
	height: 24px;
	fill: #0a0e27;
}

.logo-text {
	font-size: 20px;
	font-weight: 700;
	background: #ffffff;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	white-space: nowrap;
}

.top-info-panel {
	--top-panel-x: 0;
	--top-panel-y: 0;
	position: relative;
	isolation: isolate;
	flex: 1 1 340px;
	max-width: 460px;
	min-width: 260px;
	margin: 0 clamp(12px, 2.2vw, 34px);
	padding: 10px 18px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 999px;
	color: #ffffff;
	text-align: center;
	overflow: hidden;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.04)),
		rgba(255, 255, 255, 0.06);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 16px 32px rgba(36, 4, 4, 0.16);
	transform: translate(var(--top-panel-x), var(--top-panel-y));
	animation: topPanelEnter 0.62s cubic-bezier(0.22, 1, 0.36, 1) both, topPanelFloat 4.8s ease-in-out 0.75s infinite;
}

@media (min-width: 993px) {
	.nav-container {
		position: relative;
	}

	.top-info-panel {
		--top-panel-x: -50%;
		--top-panel-y: -50%;
		position: absolute;
		left: 50%;
		top: 50%;
		width: clamp(360px, 34vw, 460px);
		margin: 0;
	}
}

.top-info-panel::before {
	content: '';
	position: absolute;
	inset: 0;
	z-index: -1;
	background: linear-gradient(100deg, transparent 0 28%, rgba(255, 255, 255, 0.22) 42%, transparent 58%);
	transform: translateX(-120%);
	animation: topPanelShine 4.2s ease-in-out 1.2s infinite;
}

.top-info-panel__glow {
	position: absolute;
	inset: auto 14% -26px;
	z-index: -1;
	height: 54px;
	border-radius: 999px;
	background: rgba(255, 207, 63, 0.28);
	filter: blur(22px);
}

.top-info-panel__greeting,
.top-info-panel__meta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

.top-info-panel__greeting {
	color: #ffdf66;
	font-size: 0.72rem;
	font-weight: 900;
	line-height: 1.1;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.top-info-panel__greeting i {
	font-size: 0.72rem;
	filter: drop-shadow(0 0 8px rgba(255, 223, 102, 0.5));
	animation: topPanelStar 2.4s ease-in-out infinite;
}

.top-info-panel__subtitle {
	display: block;
	margin-top: 1px;
	font-size: clamp(0.88rem, 1.1vw, 1.05rem);
	font-weight: 850;
	line-height: 1.12;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.top-info-panel__meta {
	margin-top: 4px;
	color: rgba(255, 255, 255, 0.82);
	font-size: 0.76rem;
	font-weight: 700;
	font-variant-numeric: tabular-nums;
	line-height: 1.1;
}

.top-info-panel__dot {
	width: 5px;
	height: 5px;
	border-radius: 999px;
	background: #ffdf66;
	box-shadow: 0 0 10px rgba(255, 223, 102, 0.6);
}

.top-info-panel.is-ticking [data-top-panel-time] {
	animation: topPanelTick 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.ayo-logo {
	width: 60px;
	height: 60px;
}

.nav-links {
	margin-top: 20px;
	margin-left: inherit;
	display: flex;
	align-items: center;
	gap: 12px;
	list-style: none;
}

.nav-links li {
	display: flex;
}

.nav-links a {
	--nav-expanded-width: 150px;
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
	width: 46px;
	min-width: 46px;
	height: 46px;
	padding: 0 14px;
	border-radius: 999px;
	overflow: hidden;
	color: #ffffff;
	text-decoration: none;
	font-size: 18px;
	font-weight: 700;
	white-space: nowrap;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
	transition:
		width 0.28s cubic-bezier(0.22, 1, 0.36, 1),
		background 0.22s ease,
		color 0.22s ease,
		box-shadow 0.22s ease,
		transform 0.22s ease;
	position: relative;
}

.nav-links a::before,
.nav-links a::after {
	display: none;
}

.nav-links a i {
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: normal;
	font-size: 24px;
	width: 24px;
	height: 24px;
}

.nav-links .nav-label {
	display: inline-block;
	max-width: 0;
	opacity: 0;
	overflow: hidden;
	transform: translateX(-9px);
	transition:
		max-width 0.28s cubic-bezier(0.22, 1, 0.36, 1),
		opacity 0.18s ease,
		transform 0.24s cubic-bezier(0.22, 1, 0.36, 1);
}

.nav-links a:hover,
.nav-links a:focus-visible {
	width: var(--nav-expanded-width);
	color: #ffdf66;
	background: rgba(255, 255, 255, 0.12);
	box-shadow: inset 0 0 0 1px rgba(255, 223, 102, 0.34), 0 10px 22px rgba(29, 4, 6, 0.22);
	text-shadow: none;
	transform: translateY(-2px);
	outline: none;
}

.nav-links a:hover i,
.nav-links a:focus-visible i {
	transform: scale(1.08) rotate(-4deg);
}

.nav-links a:hover .nav-label,
.nav-links a:focus-visible .nav-label {
	max-width: 96px;
	opacity: 1;
	transform: translateX(0);
}

.nav-links a.active {
	color: #231506;
	background: linear-gradient(180deg, #ffd13d 0%, #ffb20a 100%);
	box-shadow: 0 10px 22px rgba(41, 3, 2, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.36);
}

.search-icon {
	width: 24px;
	height: 24px;
	cursor: pointer;
	transition: transform 0.3s ease;
	fill: white;
}

.search-icon:hover {
	transform: scale(1.1);
}

/* Hero Section */
.hero {
	position: relative;
	min-height: 110vh;
	display: flex;
	align-items: center;
	overflow: hidden;
	background: linear-gradient(135deg, #6D0606 0%, #DE2929 100%);
}

.hero-premium-3d {
	--hero-mouse-x: 50%;
	--hero-mouse-y: 50%;
	isolation: isolate;
	background:
		radial-gradient(circle at var(--hero-mouse-x) var(--hero-mouse-y), rgba(255, 209, 6, 0.22), transparent 30%),
		linear-gradient(135deg, #5b0305 0%, #8f1010 48%, #df2f2f 100%);
}

.hero-premium-3d::before,
.hero-premium-3d::after {
	content: '';
	position: absolute;
	inset: auto;
	pointer-events: none;
	z-index: 1;
}

.hero-premium-3d::before {
	width: 620px;
	height: 620px;
	right: -180px;
	top: 8%;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(255, 209, 6, 0.22), transparent 64%);
	filter: blur(8px);
}

.hero-premium-3d::after {
	width: 520px;
	height: 520px;
	left: -170px;
	bottom: -150px;
	border-radius: 34%;
	background: conic-gradient(from 120deg, rgba(255, 255, 255, 0.16), rgba(18, 191, 178, 0.16), rgba(222, 41, 41, 0.08), rgba(255, 209, 6, 0.18));
	filter: blur(24px);
	opacity: 0.88;
	transform: rotate(-18deg);
}

.hero-container {
	position: relative;
	z-index: 10;
	width: 100%;
	padding-top: 96px;
	padding-bottom: 72px;
}

.hero-bootstrap-row {
	min-height: 110vh;
}

.hero-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 16px;
	padding: 8px 14px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.13);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22);
	color: #fff2a8;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	backdrop-filter: blur(12px);
}

.hero-text h2 {
	margin: 0 0 8px;
	color: rgba(255, 255, 255, 0.95);
	font-size: clamp(26px, 3vw, 42px);
	font-weight: 800;
	letter-spacing: -0.03em;
}

.hero-actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 14px;
}

.hero-secondary-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 8px 18px;
	border: 1px solid rgba(255, 255, 255, 0.26);
	border-radius: 999px;
	color: #ffffff;
	font-weight: 700;
	text-decoration: none;
	background: rgba(255, 255, 255, 0.09);
	backdrop-filter: blur(10px);
	transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.hero-secondary-link:hover {
	color: #ffffff;
	background: rgba(255, 255, 255, 0.16);
	border-color: rgba(255, 255, 255, 0.44);
	transform: translateY(-2px);
}

.hero-3d-stage {
	width: 135%;
	margin-left: 0;
	perspective: 1350px;
	perspective-origin: 50% 45%;
	transform-style: preserve-3d;
}

.hero-interactive-panel {
	position: relative;
	width: min(100%, 640px);
	margin-inline: auto;
	padding: clamp(18px, 3vw, 30px);
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: clamp(28px, 4vw, 42px);
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.08)),
		linear-gradient(180deg, rgba(109, 6, 6, 0.42), rgba(255, 209, 6, 0.06));
	box-shadow:
		0 34px 90px rgba(48, 2, 2, 0.42),
		0 14px 34px rgba(0, 0, 0, 0.22),
		inset 0 1px 0 rgba(255, 255, 255, 0.3);
	outline: none;
	overflow: hidden;
	transform-style: preserve-3d;
	will-change: transform;
	backdrop-filter: blur(18px);
}

.hero-interactive-panel:focus-visible {
	outline: 3px solid #FFD106;
	outline-offset: 8px;
}

.hero-card-glow {
	position: absolute;
	inset: -22%;
	z-index: 0;
	background:
		radial-gradient(circle at var(--hero-mouse-x) var(--hero-mouse-y), rgba(255, 255, 255, 0.28), transparent 26%),
		radial-gradient(circle at 20% 20%, rgba(255, 209, 6, 0.26), transparent 28%),
		radial-gradient(circle at 86% 70%, rgba(18, 191, 178, 0.18), transparent 26%);
	filter: blur(12px);
	opacity: 0.9;
	pointer-events: none;
	transform: translateZ(-80px);
}

.hero-panel-top,
.hero-search-card {
	position: relative;
	z-index: 2;
	transform-style: preserve-3d;
	will-change: transform;
}

.hero-panel-top {
	transform: translateZ(38px);
}

.hero-premium-3d .rpp-logo-3d {
	width: min(100%, 540px);
	margin-inline: auto;
}

.hero-search-card {
	margin-top: clamp(10px, 2vw, 18px);
	padding: clamp(16px, 2.4vw, 22px);
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 28px;
	background: rgba(255, 255, 255, 0.88);
	box-shadow:
		0 24px 54px rgba(54, 4, 4, 0.26),
		inset 0 1px 0 rgba(255, 255, 255, 0.78);
	color: #3d0707;
	transform: translateZ(74px);
}

.hero-card-kicker {
	display: block;
	margin-bottom: 6px;
	color: #b81010;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.hero-search-card h2 {
	margin: 0 0 14px;
	color: #4a0808;
	font-size: clamp(20px, 2.4vw, 30px);
	font-weight: 900;
	letter-spacing: -0.04em;
	line-height: 1.08;
}

.hero-search-form {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 10px;
	padding: 8px;
	border: 1px solid rgba(109, 6, 6, 0.12);
	border-radius: 20px;
	background: #ffffff;
	box-shadow: 0 14px 30px rgba(109, 6, 6, 0.12);
}

.hero-search-form input {
	width: 100%;
	min-height: 46px;
	border: 0;
	outline: 0;
	padding: 0 12px;
	color: #421010;
	font-size: 15px;
	background: transparent;
}

.hero-search-form input::placeholder {
	color: rgba(66, 16, 16, 0.48);
}

.hero-search-form button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 46px;
	padding: 0 18px;
	border: 0;
	border-radius: 15px;
	background: linear-gradient(135deg, #6D0606, #DE2929 62%, #ffb31f);
	color: #ffffff;
	font-weight: 800;
	box-shadow: 0 12px 22px rgba(222, 41, 41, 0.28);
	transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.hero-search-form button:hover {
	transform: translateY(-2px);
	box-shadow: 0 16px 28px rgba(222, 41, 41, 0.36);
}

.hero-quick-links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 14px;
}

.hero-quick-links a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 7px 12px;
	border-radius: 999px;
	background: #fff5d1;
	color: #710909;
	font-size: 13px;
	font-weight: 800;
	text-decoration: none;
	transition: transform 0.22s ease, background 0.22s ease;
}

.hero-quick-links a:hover {
	background: #ffe68a;
	color: #4a0808;
	transform: translateY(-2px);
}

.hero-mini-stats {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin-top: 14px;
}

.hero-mini-stats span {
	display: block;
	padding: 10px 12px;
	border-radius: 18px;
	background: linear-gradient(135deg, rgba(109, 6, 6, 0.08), rgba(255, 209, 6, 0.18));
	color: #5d0808;
	font-size: 13px;
	font-weight: 700;
}

.hero-mini-stats strong {
	display: block;
	color: #b81010;
	font-size: 20px;
	line-height: 1;
}

.isi {
	text-align-last: center;
	position: relative;
	min-height: 60vh;
	display: flex;
	align-items: center;
	justify-content: center;
	/* teks benar-benar di tengah */
	overflow: hidden;
	/* Gradient overlay + background image */
	background-image:
		linear-gradient(rgba(109, 6, 6, 0.7), rgba(222, 41, 41, 0.7)),
		url('../images/about/img-bg.webp');
	/* GANTI DENGAN PATH GAMBARMU */
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.isi-section {
	background-color: white;
	margin: auto;
	padding: 20px 0;
}

.isi-section-pustaka {
	background-image: url("../images/pustaka/bg_pustaka.webp");

	background-size: cover;
	background-position: center center;
	/* Tambahan: Untuk memastikan gambar di tengah */
	background-repeat: no-repeat;
	/* Tambahan: Untuk mencegah pengulangan */
	margin: auto;
	padding: 20px 0;
}

.infografis-cards {
	display: flex;
}

/* --- Search Bar --- */
.search-container {
	display: flex;
	justify-content: center;
	margin-bottom: 80px;
}

.search-box {
	width: 100%;
	max-width: 650px;
	height: 60px;
	border: 3px solid #cb324b;
	/* Garis merah */
	border-radius: 30px;
	display: flex;
	align-items: center;
	padding: 0 20px;
	background-color: white;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.search-icon {
	color: #cb324b;
	font-size: 24px;
	margin-right: 15px;
}

.search-input {
	flex-grow: 1;
	border: none;
	outline: none;
	font-size: 18px;
	padding: 0;
}

.optionssearch {
	cursor: pointer;
	width: 300px;
	min-height: 60px;
	max-height: 300px;
	border-radius: 15px;
	background-color: rgb(250, 250, 250);
	box-shadow: 2px 4px 8px #c5c5c5;
	transition: all 300ms;
}




.options.opened {
	overflow-y: scroll;
}

.optionoption {
	width: 100%;
	height: 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 15px;
	transition: all 300ms;
}

.option:nth-child(1) {
	border-radius: 15px;
}

.option:hover {
	background-color: brown;
	color: white;
}

.buttonoption {
	display: inline-block;
	padding: 8px 28px;
	background: linear-gradient(180deg, #F7F5A5 0%, #EBF052 100%);
	color: black;
	text-decoration: none;
	border-radius: 10px;
	font-size: 16px;
	font-weight: 600;
	transition: all 0.3s ease;
	box-shadow: 0 4px 15px rgba(255, 107, 107, 0.3);
	border: none;
	cursor: pointer;
}

.filter-container {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 20px;
}

.filter-group {
	text-align: end;
	margin-bottom: 10px;
	color: #971313;
}

.infografis-header {
	background: linear-gradient(rgba(140, 0, 0, 0.75),
			rgba(140, 0, 0, 0.75)),
		url('/images/bg-kpu.jpg') center/cover no-repeat;
	padding: 60px 20px;
	text-align: center;
}

.infografis-header h1 {
	color: #ffd200;
	font-size: 42px;
	font-weight: 800;
	letter-spacing: 2px;
	text-transform: uppercase;
}

/* SECTION */
.infografis-section {
	padding: 5px 5%;
	background-color: #E6E5E4;
}

.infografis-category {
	color: #971313;
	font-size: 34px;
}

.infografis-title {
	color: #7a0000;
	font-size: 24px;
	font-weight: 700;
}

.list {
	margin-left: 20px;
}

.list li {
	margin-bottom: 8px;
	font-size: 15px;
	line-height: 1.5;
}

/* ===== Icon ===== */
.icon {
	font-size: 26px;
}

/* ===== Responsive ===== */
@media (max-width: 768px) {

	body {
		padding: 15px;
	}

	.section-title {
		font-size: 22px;
	}

	.banner-title {
		font-size: 18px;
	}

}

/* GRID UMUM */
.infografis-grid {
	display: grid;
	gap: 20px;
}

/* PEMILU GRID */
.infografis-grid.pemilu {
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}

/* LAINNYA GRID */
.infografis-grid.lainnya {
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

.black {
	text-align: -webkit-center;
	font-size: 16px;
	font-weight: 500;
	padding-top: 3px;
	color: #000;
}

.red {
	font-size: 16px;
	font-weight: 500;
	padding-top: 3px;
	color: #C55353;
	font-weight: bolder;
}

/* CARD */
.infografis-card {
	width: 100%;
	margin-right: 10px;
	background: #fff;
	padding: 10px;
	border-radius: 10px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, .15);
	transition: transform .3s ease;
}

.infografis-image {
	width: 240px;
	height: 350px;
	object-fit: cover;
}

.infografis-card:hover {
	transform: scale(1.03);
}

.infografis-card img:not(.infografis-image) {
	width: 100%;
	height: auto;
	border-radius: 6px;
}

/* PILKADA SINGLE */
.infografis-single {
	max-width: 500px;
	margin: auto;
	background: #fff;
	padding: 15px;
	border-radius: 12px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
}

.infografis-single img {
	width: 100%;
	border-radius: 8px;
}

.gallery-section {
	padding: 1px 5%;
	background-color: #E6E5E4;
}

.gallery-category {
	color: #971313;
	font-size: 34px;
}

.gallery-title {
	color: #7a0000;
	font-size: 24px;
	font-weight: 700;
}

/* GRID UMUM */
.gallery-grid {
	display: grid;
	gap: 20px;
}

/* PEMILU GRID */
.gallery-grid.pemilu {
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}

/* LAINNYA GRID */
.gallery-grid.lainnya {
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

/* CARD */
.gallery-card {
	background: #fff;
	padding: 10px;
	border-radius: 10px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, .15);
	transition: transform .3s ease;
}

.gallery-card:hover {
	transform: scale(1.03);
}

.gallery-card img {
	width: 100%;
	height: auto;
	border-radius: 6px;
}

/* PILKADA SINGLE */
.gallery-single {
	max-width: 500px;
	margin: auto;
	background: #fff;
	padding: 15px;
	border-radius: 12px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
}

.gallery-single img {
	width: 100%;
	border-radius: 8px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
	.infografis-header h1 {
		font-size: 30px;
	}

	.section-title {
		font-size: 20px;
	}
}

/* --- Daftar Dokumen/Cover dengan class PUSTAKA --- */

/**
 * Class utama untuk menampung semua dokumen (List/Grid Container)
 */
.pustaka {
	display: flex;
	justify-content: center;
	gap: 30px;
	/* Jarak antar dokumen */
	flex-wrap: wrap;
}

/**
 * Class untuk setiap item dokumen (Document Card)
 */
.pustaka-item {
	width: 180px;
	/* Lebar tetap untuk cover dokumen */
	height: 250px;
	/* Tinggi tetap untuk cover dokumen */
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	overflow: hidden;
	transition: transform 0.3s ease;
	cursor: pointer;
}

.pustaka-item:hover {
	transform: translateY(-8px);
	/* Efek angkat saat hover */
	box-shadow: 0 12px 20px rgba(0, 0, 0, 0.3);
}

/**
 * Class untuk gambar cover dokumen (The Cover Image)
 */
.pustaka-cover {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.isi-container {
	color: black;
	width: fit-content;
	height: fit-content;
	position: relative;
	z-index: 10;
	margin: 0 auto;
	padding: 0 10px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	align-items: start;
}

/* Container utama */
.container {
	width: 90%;
	max-width: fit-content;
	margin: auto;
	padding: 20px 0;
	color: #333;
	font-family: "Poppins", sans-serif;
	line-height: 1.7;
}

/* Judul besar */
.judul-besar {
	text-align: center;
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 10px;
}

.judul-besar span {
	color: #c40000;
}

/* Sub judul */
.sub-judul {
	font-size: 24px;
	margin-top: 40px;
	font-weight: 700;
}

.sub-judul.merah,
.sub-judul span.merah,
.sub-judul span {
	color: #c40000;
}

/* Paragraf */
.container p {
	text-align: justify;
}

/* List */
ul {
	padding-left: 20px;
	margin-bottom: 20px;
}

ul li {
	margin-bottom: 8px;
	line-height: 1.5;
}

/* Mobile responsive */
@media (max-width: 600px) {
	.judul-besar {
		font-size: 26px;
	}

	.sub-judul {
		font-size: 20px;
	}
}

.isi-img {
	width: 70%;
	height: auto;
	max-height: 222 px;
	margin: 0 auto;
	display: block;
}

.isi-text {
	margin-left: -54px;
	padding-right: 40px;
}

.merah {
	color: #b40000;
	/* merah */
}

.isi-judulh1 {
	font-size: 66px;
	font-weight: bold;
	background-image: linear-gradient(to right, #FFD106, #EDEDED);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;

}

.isi-judulbb {
	font-weight: bold;
	-webkit-background-clip: text;
	background-clip: text;
	font-size: 44px
}

.isi-judulb {
	font-weight: bold;
	background-image: linear-gradient(to right, #FFD106, #EDEDED);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
	font-size: 44px
}

.isi-judulh2 {
	font-size: 38px;
	font-weight: bold;
	background-image: linear-gradient(to right, #FFD106, #EDEDED);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
}

.quis-section {
	background-color: #C2ECF3;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 50px 80px;
}

.left-quiz {
	width: 80%;
}

.title-quiz {
	font-size: 88px;
	font-family: 'Poor Story', cursive;
	/* 'cursive' is another generic fallback */
	margin: 0;
	font-weight: 200;
	color: #000;
}

.subtitle-quiz {
	margin-top: 5px;
	font-size: 14px;
	color: #000;

}

.people-img {
	width: 120%;
	height: auto;
	display: block;
	margin-top: 10px;
}

.right {
	width: 45%;
	text-align: center;
}

.quiz-center {
	justify-self: center;
}

.quiz-img {
	width: 80%;
	height: auto;
	display: block;
	margin: 0 auto 30px auto;
}

.btn-main {
	display: inline-block;
	padding: 15px 60px;
	background: white;
	color: #000;
	font-size: 28px;
	border-radius: 15px;
	text-decoration: none;
	font-weight: 600;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
	transition: 0.2s;
}

.btn-main:hover {
	transform: scale(1.05);
}

.hero-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.4;
	background-image:
		linear-gradient(45deg, transparent 30%, rgba(0, 255, 204, 0.1) 50%, transparent 70%),
		linear-gradient(-45deg, transparent 30%, rgba(255, 0, 128, 0.1) 50%, transparent 70%);
	animation: bgShift 20s ease-in-out infinite;
}

.hero-image {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
	margin-left: -128px;
	perspective: 1200px;
}

.rpp-logo-3d {
	--tilt-x: 0deg;
	--tilt-y: 0deg;
	--glow-x: 50%;
	--glow-y: 42%;
	position: relative;
	isolation: isolate;
	width: min(620px, 48vw);
	aspect-ratio: 900 / 728;
	cursor: pointer;
	outline: none;
	transform-style: preserve-3d;
	animation: rppLogoFloat 6s ease-in-out infinite;
}

.rpp-logo-3d:focus-visible {
	outline: 3px solid #FFD106;
	outline-offset: 12px;
	border-radius: 28px;
}

.rpp-logo-stack {
	position: absolute;
	inset: 7% 1%;
	z-index: 3;
	transform-style: preserve-3d;
	transform: rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) translateZ(56px);
	transition: transform 0.25s ease, filter 0.25s ease;
	will-change: transform;
}

.rpp-logo-stack::before {
	content: '';
	position: absolute;
	inset: 8% 3% 4%;
	border-radius: 32px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 209, 6, 0.06)),
		linear-gradient(180deg, rgba(109, 6, 6, 0.24), rgba(255, 255, 255, 0.04));
	box-shadow:
		0 28px 60px rgba(45, 4, 4, 0.28),
		inset 0 0 0 1px rgba(255, 255, 255, 0.18);
	transform: translateZ(-62px);
}

.hero-logo,
.rpp-logo-depth {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	display: block;
	object-fit: contain;
	pointer-events: none;
	user-select: none;
}

.rpp-logo-depth--back {
	opacity: 0.22;
	filter: brightness(0.42) saturate(1.15) blur(0.3px);
	transform: translate3d(22px, 24px, -72px) scale(0.98);
}

.rpp-logo-depth--mid {
	opacity: 0.34;
	filter: brightness(0.7) saturate(1.15);
	transform: translate3d(12px, 13px, -36px) scale(0.99);
}

.hero-logo {
	filter:
		drop-shadow(0 26px 28px rgba(53, 4, 4, 0.34)) drop-shadow(0 0 22px rgba(255, 209, 6, 0.2));
	transform: translateZ(84px);
}

.rpp-logo-light {
	position: absolute;
	inset: 0;
	z-index: 5;
	border-radius: 34px;
	background: radial-gradient(circle at var(--glow-x) var(--glow-y), rgba(255, 255, 255, 0.55), transparent 31%);
	mix-blend-mode: screen;
	opacity: 0.58;
	pointer-events: none;
	transform: translateZ(96px);
	transition: opacity 0.25s ease;
}

.rpp-logo-halo {
	position: absolute;
	inset: -16% -12%;
	z-index: 0;
	border-radius: 42%;
	background:
		conic-gradient(from 20deg, rgba(255, 209, 6, 0.2), rgba(18, 191, 178, 0.18), rgba(255, 255, 255, 0.08), rgba(222, 41, 41, 0.22), rgba(255, 209, 6, 0.2));
	filter: blur(12px);
	opacity: 0.86;
	transform: translateZ(-110px) rotateX(62deg);
	animation: rppHaloTurn 12s linear infinite;
}

.rpp-logo-ring {
	position: absolute;
	z-index: 1;
	border-radius: 50%;
	border: 2px solid rgba(255, 255, 255, 0.36);
	border-left-color: rgba(255, 209, 6, 0.92);
	border-bottom-color: rgba(18, 191, 178, 0.76);
	box-shadow: 0 0 26px rgba(255, 209, 6, 0.16);
	transform-style: preserve-3d;
	pointer-events: none;
}

.rpp-logo-ring--one {
	inset: -9% 7%;
	transform: rotateX(64deg) rotateZ(12deg) translateZ(-26px);
	animation: rppRingOne 9s linear infinite;
}

.rpp-logo-ring--two {
	inset: 6% -6%;
	transform: rotateY(62deg) rotateZ(-10deg) translateZ(-42px);
	animation: rppRingTwo 11s linear infinite;
}

.rpp-logo-chip {
	position: absolute;
	z-index: 6;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	padding: 7px 14px;
	border: 1px solid rgba(255, 255, 255, 0.32);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.16);
	backdrop-filter: blur(12px);
	box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
	color: #ffffff;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.34);
	pointer-events: none;
}

.rpp-logo-chip--one {
	top: 4%;
	right: 7%;
	transform: translateZ(120px) rotateY(-12deg);
	animation: rppChipOne 4.8s ease-in-out infinite;
}

.rpp-logo-chip--two {
	left: 3%;
	bottom: 4%;
	transform: translateZ(112px) rotateY(12deg);
	animation: rppChipTwo 5.4s ease-in-out infinite;
}

.rpp-logo-shadow {
	position: absolute;
	left: 16%;
	right: 16%;
	bottom: -10%;
	z-index: 0;
	height: 18%;
	border-radius: 50%;
	background: rgba(42, 3, 3, 0.32);
	filter: blur(18px);
	transform: rotateX(74deg) translateZ(-120px);
	pointer-events: none;
}

.rpp-logo-3d:hover .rpp-logo-stack,
.rpp-logo-3d.is-active .rpp-logo-stack {
	transition-duration: 0.08s;
	filter: saturate(1.08);
}

.rpp-logo-3d:hover .rpp-logo-light,
.rpp-logo-3d.is-active .rpp-logo-light {
	opacity: 0.82;
}

@keyframes rppLogoFloat {

	0%,
	100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-14px);
	}
}

@keyframes rppHaloTurn {
	to {
		transform: translateZ(-110px) rotateX(62deg) rotateZ(360deg);
	}
}

@keyframes rppRingOne {
	to {
		transform: rotateX(64deg) rotateZ(372deg) translateZ(-26px);
	}
}

@keyframes rppRingTwo {
	to {
		transform: rotateY(62deg) rotateZ(-370deg) translateZ(-42px);
	}
}

@keyframes rppChipOne {

	0%,
	100% {
		transform: translate3d(0, 0, 120px) rotateY(-12deg);
	}

	50% {
		transform: translate3d(0, -10px, 132px) rotateY(-6deg);
	}
}

@keyframes rppChipTwo {

	0%,
	100% {
		transform: translate3d(0, 0, 112px) rotateY(12deg);
	}

	50% {
		transform: translate3d(0, 10px, 126px) rotateY(6deg);
	}
}

@media (max-width: 1024px) {
	.hero-image {
		width: 100%;
		margin-left: 0;
	}

	.rpp-logo-3d {
		width: min(640px, 82vw);
	}
}

@media (max-width: 768px) {
	.rpp-logo-3d {
		width: min(520px, 88vw);
	}

	.rpp-logo-chip {
		min-height: 30px;
		padding: 6px 11px;
		font-size: 12px;
	}
}

@media (max-width: 576px) {
	.rpp-logo-3d {
		width: min(440px, 92vw);
	}

	.rpp-logo-chip {
		display: none;
	}

	.rpp-logo-ring {
		opacity: 0.58;
	}
}

@media (prefers-reduced-motion: reduce) {

	.loader-stage,
	.loader-orbit,
	.loader-cube,
	.loader-shadow,
	.site-loader::before,
	.site-loader::after,
	.rpp-logo-3d,
	.rpp-logo-halo,
	.rpp-logo-ring,
	.rpp-logo-chip {
		animation: none;
	}

	.site-loader {
		animation: loaderAutoHide 0.2s ease 1.2s forwards;
	}

	.rpp-logo-stack {
		transition: none;
	}

	.nav-links a,
	.nav-links a i,
	.nav-links .nav-label,
	.nav-links-mobile a,
	.top-info-panel,
	.top-info-panel::before,
	.top-info-panel__greeting i,
	.top-info-panel.is-ticking [data-top-panel-time] {
		transition: none;
		animation: none;
	}

	.nav-links a:hover,
	.nav-links a:focus-visible {
		transform: none;
	}
}

@keyframes bgShift {

	0%,
	100% {
		transform: translate(0, 0);
	}

	50% {
		transform: translate(-20px, -20px);
	}
}

@keyframes topPanelEnter {
	from {
		opacity: 0;
		transform: translate(var(--top-panel-x), calc(var(--top-panel-y) - 12px)) scale(0.96);
	}

	to {
		opacity: 1;
		transform: translate(var(--top-panel-x), var(--top-panel-y)) scale(1);
	}
}

@keyframes topPanelFloat {

	0%,
	100% {
		transform: translate(var(--top-panel-x), var(--top-panel-y));
	}

	50% {
		transform: translate(var(--top-panel-x), calc(var(--top-panel-y) - 3px));
	}
}

@keyframes topPanelShine {

	0%,
	46% {
		transform: translateX(-120%);
	}

	76%,
	100% {
		transform: translateX(120%);
	}
}

@keyframes topPanelStar {

	0%,
	100% {
		transform: scale(1) rotate(0deg);
	}

	50% {
		transform: scale(1.18) rotate(12deg);
	}
}

@keyframes topPanelTick {
	0% {
		opacity: 0.72;
		transform: translateY(2px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.geometric-shapes {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}



.hero-content {
	position: relative;
	z-index: 10;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 50px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: clamp(72px, 15vw, 220px);
	align-items: center;
}

.isi-content {
	position: relative;
	z-index: 10;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 10px;
	grid-template-columns: 1fr 1fr;
	gap: 280px;
	align-items: center;
}

.ayo-content {
	width: fit-content;
	height: fit-content;
	position: relative;
	z-index: 10;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 10px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	align-items: start;
}

.ayo-content a {
	text-decoration: none;
}

.ayo-content a::before {
	content: '';
	position: absolute;
	bottom: -8px;
	left: 50%;
	width: 0;
	height: 3px;
	background: linear-gradient(90deg, #ff6b6b, #ff8e53);
	transition: all 0.3s ease;
	transform: translateX(-50%);
	border-radius: 2px;
}

.hero-text {
	margin-right: 45px;
	animation: slideInLeft 1s ease-out;
}

.judul-isi {
	line-height: 65px;
	margin: 50px 0 0 0;
	animation: slideInLeft 1s ease-out;
}

@keyframes slideInLeft {
	from {
		opacity: 0;
		transform: translateX(-50px);
	}

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

.hero-text h1 {
	font-size: 64px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 15px;
	color: #FFD106;
	background: linear-gradient(135deg, #FFD106 0%, #FFD106 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.hero-text p {
	font-size: 18px;
	line-height: 1.6;
	color: #ffffff;
	margin-bottom: 17px;
	max-width: 500px;
}

.cta-button {
	display: inline-block;
	padding: 8px 28px;
	background: linear-gradient(180deg, #ffaa22 0%, #FFD106 100%);
	color: black;
	text-decoration: none;
	border-radius: 5px;
	font-size: 16px;
	font-weight: 600;
	transition: all 0.3s ease;
	box-shadow: 0 4px 15px rgba(255, 107, 107, 0.3);
	border: none;
	cursor: pointer;
}

.btn-more {
	display: inline-block;
	padding: 8px 28px;
	background: linear-gradient(335deg, #ff4545 0%, #DE2929 100%);
	color: white;
	text-decoration: none;
	border-radius: 5px;
	font-size: 16px;
	font-weight: 600;
	transition: all 0.3s ease;
	box-shadow: 0 4px 15px rgba(255, 107, 107, 0.3);
	border: none;
	cursor: pointer;
}

.cta-button:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(255, 107, 107, 0.4);
}

.hero-visual {
	position: relative;
	animation: slideInRight 1s ease-out;
}

@keyframes slideInRight {
	from {
		opacity: 0;
		transform: translateX(50px);
	}

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

.city-container {
	position: relative;
	width: 100%;
	height: 400px;
	perspective: 1000px;
}

/* Dashboard Section */
.dashboard-section {
	padding: 20px 0px 50px 0px;
	background: #FBFBFB;
}

.dashboard-container {
	max-width: 1400px;
	margin: 0 auto;
}



/* Use media query and show the flex items vertically if screen width is less than 600px */
@media screen and (max-width:600px) {
	div.pilpres-section {
		flex-direction: column;
	}
}

.grid-container {
	width: -webkit-fill-available;
	margin-inline: auto;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(20rem, 100%), 1fr));
	gap: 1rem;
	padding: 1rem;
	/* Opsional agar tidak mentok */
}

/* ================================== */
/* RESPONSIVE BREAKPOINTS             */
/* ================================== */

/* Laptop / Tablet Landscape (≤ 1200px) */
@media (max-width: 1200px) {
	.grid-container {
		text-align: -webkit-center;
		gap: 1.8rem;
		grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr));
	}
}

/* Tablet Portrait (≤ 992px) */
@media (max-width: 992px) {
	.grid-container {
		text-align: -webkit-center;
		gap: 1.5rem;
		grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
	}
}

/* Smartphone Besar (≤ 768px) */
@media (max-width: 768px) {
	.grid-container {
		text-align: -webkit-center;
		gap: 1.3rem;
		grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
	}
}

/* Smartphone Menengah (≤ 576px) */
@media (max-width: 576px) {
	.grid-container {
		text-align: -webkit-center;
		gap: 1.2rem;
		grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
		/* 1 kolom */
	}
}

/* Smartphone Kecil (≤ 420px) */
@media (max-width: 420px) {
	.grid-container {
		text-align: -webkit-center;
		gap: 1rem;
		padding: .5rem;
	}
}

.card-out {
	background-image: linear-gradient(to bottom left, #e0e4e5, #f2f6f9);
	border-radius: 2rem;
	gap: 1.5rem;
	display: flex;
	grid-template: 'title icon' 'content content' 'bar bar' / 1fr auto;
	font-family: system-ui, sans-serif;
	color: #444447;
	box-shadow:
		inset -2px 2px hsl(0 0 100% / 1),
		-20px 20px 40px hsl(0 0 0 / .25);
}

.card-in {
	font-family: system-ui, sans-serif;
	color: #444447;
	position: relative;
	width: 575px;
	margin: auto;
	background: white;
	padding: 40px 0px;
	border-radius: 20px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

/* Title */
.card-in .title {
	font-size: 1.5rem;
	grid-area: title;
	align-self: end;
	text-transform: uppercase;
	font-weight: 500;
	word-break: break-all;
}

/* Icon */
.card-in .icon {
	grid-area: icon;
	font-size: 3rem;
}

.card-in .icon>i {
	color: transparent;
	background: linear-gradient(to right, var(--grad));
	background-clip: text;
}

/* Content */
.card-in .content {
	grid-area: content;
}

.card-in .content>*:first-child {
	margin-top: 0rem
}

.card-in .content>*:last-child {
	margin-bottom: 0rem
}

/* Bottom bar */
.card-in::after {
	content: "";
	grid-area: bar;
	height: 2px;
	background-image: linear-gradient(90deg, var(--grad));
}

/* ========================= */
/*       RESPONSIVE          */
/* ========================= */

/* Tablet */
@media (max-width: 768px) {
	.card-in {
		width: 90%;
		padding: 30px 15px;
	}

	.card-in .title {
		font-size: 1.3rem;
	}

	.card-in .icon {
		font-size: 2.5rem;
	}
}

/* HP (Mobile) */
@media (max-width: 480px) {
	.card-in {
		width: 95%;
		padding: 25px 15px;
		border-radius: 15px;
	}

	.card-in .title {
		font-size: 1.1rem;
		text-align: center;
	}

	.card-in .icon {
		font-size: 2.2rem;
		text-align: center;
		margin-bottom: 10px;
	}

	.card-in .content {
		font-size: 0.9rem;
		text-align: center;
	}

	.card-in::after {
		height: 1.5px;
	}
}


.info-image {
	width: -webkit-fill-available;
	width: 100%;
	/* fallback untuk browser lain */
	padding: 0 10px 0 10px;
	height: auto;
	display: block;
	border-radius: 10px;
	object-fit: contain;
}

.section-title {
	font-size: 36px;
	margin-bottom: 40px;
	text-align: center;
	background: #A10505;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	padding-left: 12px;
}

.section-page {
	font-size: 36px;
	margin-bottom: 40px;
	text-align: center;
	background: black;
	-webkit-background-clip: text;
	background-clip: text;
	padding-left: 12px;
}

.page-syd {
	font-size: 24px;
	color: #AA3A3A;
	font-weight: bold;
	margin-bottom: 40px;
	background: black;
	-webkit-background-clip: text;
	background-clip: text;
	padding-left: 12px;
}

.page-tgs {
	font-size: 24px;
	color: #AA3A3A;
	font-weight: bold;
	margin-bottom: 40px;
	background: black;
	-webkit-background-clip: text;
	background-clip: text;
	padding-left: 12px;
	text-align: center;
}

.desc {
	padding: 0px 100px 0px 100px;
	text-align: justify;
	color: #555;
	line-height: 1.6;
	margin-bottom: 35px;
}

.card-body {
	margin-bottom: 40px;
}

.tujuan {
	margin-top: -10px;
	padding-left: 60px;
}

.tgs-ul {
	padding-left: 80px;
}

.tugas {
	margin-top: -10px;
}

.section-title-ayo {
	font-size: 36px;
	text-align: center;
	background: #040404;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-weight: 200;
	font-style: normal;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
}

/* Stats Cards */
.stats-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 30px;
	margin-bottom: 60px;
}



/* Analytics Section */
.analytics-section {
	padding: 80px 50px;
	background: linear-gradient(180deg, #F7F5A5 0%, #EBF052 100%);
}

/* Chart Cards */
.charts-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
	gap: 30px;
	margin-bottom: 60px;
}



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

.chart-title {
	font-size: 20px;
	font-weight: 600;
}

.chart-options {
	display: flex;
	gap: 10px;
}

.chart-option {
	padding: 8px 16px;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 8px;
	font-size: 12px;
	cursor: pointer;
	transition: all 0.3s ease;
}

.chart-option:hover,
.chart-option.active {
	background: rgba(0, 255, 204, 0.1);
	border-color: rgba(0, 255, 204, 0.3);
	color: #00ffcc;
}

.chart-container {
	position: relative;
	height: 300px;
}

/* Bar Chart */
.bar-chart {
	display: flex;
	align-items: flex-end;
	justify-content: space-around;
	height: 100%;
	padding: 20px 0;
}

.bar {
	width: 30px;
	background: linear-gradient(180deg, #00ffcc 0%, #00ccff 100%);
	border-radius: 5px 5px 0 0;
	position: relative;
	transition: all 0.3s ease;
	cursor: pointer;
}

.bar:hover {
	transform: scaleY(1.05);
	filter: brightness(1.2);
}

.bar-label {
	position: absolute;
	bottom: -25px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 11px;
	color: #707070;
}

.bar-value {
	position: absolute;
	top: -25px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 12px;
	font-weight: 600;
	color: #00ffcc;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.bar:hover .bar-value {
	opacity: 1;
}

/* Line Chart */
.line-chart {
	position: relative;
	width: 100%;
	height: 100%;
}

.line-chart-svg {
	width: 100%;
	height: 100%;
}

.chart-grid-line {
	stroke: rgba(255, 255, 255, 0.05);
	stroke-width: 1;
}

.chart-line {
	fill: none;
	stroke: #00ffcc;
	stroke-width: 2;
	filter: drop-shadow(0 0 10px rgba(0, 255, 204, 0.5));
}

.chart-area {
	fill: url(#gradient);
	opacity: 0.3;
}

.chart-dot {
	fill: #00ffcc;
	stroke: #0a0e27;
	stroke-width: 2;
	r: 4;
	cursor: pointer;
	transition: all 0.3s ease;
}

.chart-dot:hover {
	r: 6;
	filter: drop-shadow(0 0 15px rgba(0, 255, 204, 0.8));
}

/* Metrics Grid */
.metrics-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 20px;
	margin-bottom: 40px;
}



/* Reports Section */
.reports-section {
	padding: 80px 50px;
	background: #ffffff;
	background-size: 100% 100%, 40px 40px, 40px 40px;
	position: relative;
}

.reports-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background:
		radial-gradient(circle at 20% 20%, rgba(255, 0, 128, 0.1) 0%, transparent 50%),
		radial-gradient(circle at 80% 80%, rgba(0, 204, 255, 0.1) 0%, transparent 50%);
	pointer-events: none;
}



/* Info Cards Section */
.info-grid {
	width: fit-content;
	height: fit-content;
	position: relative;
	z-index: 10;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 10px;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 20px;
	align-items: start;
}

.info-card {
	background: rgb(255, 254, 254);
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 20px;
	padding: 25px;
	text-align: center;
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
}

.card-ayo {
	border-radius: 31px;
	padding: 10px;
	background-color: #ffffff;
	text-align: center;
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
}

.card-ayo1 {
	padding: 10px;
	background-color: transparent;
	text-align: -webkit-center;
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
}

.info-card:hover {
	transform: translateY(-5px);
	border-color: rgba(0, 255, 204, 0.3);
}

.info-icon {
	width: 60px;
	height: 60px;
	margin: 0 auto 20px;
	background: linear-gradient(135deg, #00ffcc 0%, #00ccff 100%);
	border-radius: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
}

.icon-ayo {
	width: 240px;
	height: 240px;
	margin: 0 auto 20px;
	border-radius: 15px;
	display: block;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
}

.icon-grid {
	background: linear-gradient(238deg, #E0C723, #EE2424, #591818);
	width: 180px;
	height: 180px;
	border-radius: 15px;
	display: block;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
}

.card-link {
	position: relative;
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	text-decoration: none;
	color: inherit;
}

.card-link--ayo,
.card-link--grid {
	width: 100%;
}

.card-link--grid {
	gap: 10px;
}

.media-trigger {
	padding: 0;
	border: none;
	background: transparent;
	cursor: pointer;
	display: block;
	width: 100%;
}

.info-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
}

.info-ayo {
	margin-top: -55px;
	font-size: 24px;
	font-weight: 200;
	color: black;
}

.info-ayo-text {
	background: linear-gradient(135deg, #000000 0%, #434343 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: black;
	margin-bottom: 15px;
	text-align: center;
	font-style: italic;

}

.info-value {
	font-size: 28px;
	font-weight: 700;
	color: #00ffcc;
	margin-bottom: 10px;
}

/* Contact Section */


.contact-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
	max-width: 1200px;
	margin: 0 auto;
	align-items: start;
}

.contact-form {
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 20px;
	padding: 40px;
}

.form-group {
	margin-bottom: 25px;
}

.form-group label {
	display: block;
	margin-bottom: 8px;
	font-size: 14px;
	color: #a0a0a0;
	font-weight: 500;
}

.form-group input,
.form-group textarea {
	width: 100%;
	padding: 15px 20px;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 10px;
	color: #ffffff;
	font-size: 16px;
	transition: all 0.3s ease;
	font-family: inherit;
}

.form-group input:focus,
.form-group textarea:focus {
	outline: none;
	border-color: rgba(0, 255, 204, 0.5);
	background: rgba(255, 255, 255, 0.08);
	box-shadow: 0 0 20px rgba(0, 255, 204, 0.1);
}

.form-group textarea {
	resize: vertical;
	min-height: 120px;
}


.contact-info {
	padding: 20px 0;
}

.contact-info h3 {
	font-size: 24px;
	margin-bottom: 30px;
	background: linear-gradient(135deg, #ffffff 0%, #00ffcc 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.contact-item {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 30px;
	padding: 20px;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 15px;
	transition: all 0.3s ease;
	cursor: pointer;
}

.contact-item:hover {
	transform: translateX(5px);
	border-color: rgba(0, 255, 204, 0.3);
	background: rgba(0, 255, 204, 0.05);
}

.contact-icon {
	width: 50px;
	height: 50px;
	background: linear-gradient(135deg, #00ffcc, #00ccff);
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	flex-shrink: 0;
}

.contact-details h4 {
	font-size: 16px;
	margin-bottom: 5px;
	color: #ffffff;
}

.contact-details p {
	font-size: 14px;
	color: #a0a0a0;
	line-height: 1.4;
}

/* Footer */
footer {
	padding-top: 10px;
	background: linear-gradient(135deg, #B21E1E, #3F2121);
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	text-align: center;
}

.footer-content {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	max-width: 1200px;
	margin: 0 auto;
	align-items: start;
}

.footer-left {
	flex: 1;
	text-align: center;
}

.footer-right {
	flex: 1;
	flex-direction: row;
	gap: 10px;
	text-align: center;
	justify-content: center;
}

.text-footer {
	font-size: 24px;
	color: #ffffff;
	margin-bottom: 20px;
	font-weight: bold;
}

.social-icon {
	color: #ffffff;
	padding: 20px;
	text-decoration: none;
	font-size: 38px;
	transition: color 0.3s ease;
}

.social-icon:hover {
	color: #00ffcc;
}

@media (max-width: 768px) {
	.footer-content {
		flex-direction: column;
		gap: 20px;
	}

	.footer-left iframe {
		width: 100%;
		height: 250px;
	}

	.footer-right {
		flex-direction: row;
		justify-content: center;
		gap: 20px;
	}
}

.copyright {
	padding: 15px 0;
	font-size: 14px;
	color: #ffffff;
}

.copyright a {
	color: #EBF052;
	text-decoration: none;
	transition: color 0.3s ease;
}

.copyright a:hover {
	color: #00ffcc;
	text-shadow: 0 0 10px rgba(0, 255, 204, 0.4);
}

.container-paslon {
	position: relative;
	width: 750px;
	margin: auto;
	background: #5b5a5a;
	padding: 20px 40px;
	border-radius: 20px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);

}

.paslon-box {
	position: absolute;
	width: 260px;
	line-height: 1.3;
}

.p1 {
	color: #000000;
	right: 10px;
	top: 40px;
	text-align: left;
}

.p2 {
	color: #000000;
	left: 20px;
	bottom: 50px;
	text-align: left;
}

.p3 {
	color: #000000;
	left: 20px;
	top: 40px;
	text-align: left;
}

.paslon-title {
	font-size: 22px;
	margin-top: 8px;
}

.value {
	font-size: 22px;
	font-weight: bold;
}

.p1 .value {
	color: #7B6CF6;
}

.p2 .value {
	color: #FF9E9E;
}

.p3 .value {
	color: #4CE3F7;
}

.percent {
	font-size: 18px;
	color: gray;
}

.line {
	width: 80px;
	height: 3px;
	margin-top: 6px;
	border-radius: 4px;
}

.line-p1 {
	background: #7B6CF6;
}

.line-p2 {
	background: #FF7F7F;
}

.line-p3 {
	background: #31D9F8;
}

/* angka 100% di tengah */
#centerText {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -60%);
	font-size: 36px;
	font-weight: bold;
	pointer-events: none;
	text-align: center;
}

/* =============================== */
/* RESPONSIVE BREAKPOINTS          */
/* =============================== */

/* Laptop / Tablet Landscape (≤ 1200px) */
@media (max-width: 1200px) {
	#centerText {
		font-size: 32px;
		transform: translate(-50%, -55%);
	}
}

/* Tablet Portrait (≤ 992px) */
@media (max-width: 992px) {
	#centerText {
		font-size: 28px;
		transform: translate(-50%, -50%);
	}
}

/* Smartphone Besar (≤ 768px) */
@media (max-width: 768px) {
	#centerText {
		font-size: 24px;
		transform: translate(-50%, -45%);
	}
}

/* Smartphone Sedang (≤ 576px) */
@media (max-width: 576px) {
	#centerText {
		font-size: 20px;
		transform: translate(-50%, -40%);
	}
}

/* Smartphone kecil (≤ 420px) */
@media (max-width: 420px) {
	#centerText {
		font-size: 18px;
		transform: translate(-50%, -35%);
	}
}

.curve {
	position: absolute;
	width: 200px;
	height: 120px;
	pointer-events: none;
}

.curve path {
	stroke-dasharray: 300;
	stroke-dashoffset: 300;
	animation: draw 1.8s ease forwards;
}

@keyframes draw {
	to {
		stroke-dashoffset: 0;
	}
}

@media (max-width: 768px) {
	.container {
		flex-direction: column;
		width: 100%;
		padding: 20px;
	}

	.left,
	.right,
	.center {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}

	.paslon-box {
		padding: 10px 0px 10px 0px;
		position: unset;
		text-align: center;
	}

	.curve {
		display: none;
		/* sembunyikan curved lines di layar kecil */
	}
}

.donut {
	width: 260px;
	height: 260px;
	border-radius: 50%;
	background: conic-gradient(#7B6CF6 0% 33%,
			/* Paslon 1 */
			#FF9E9E 33% 96%,
			/* Paslon 2 */
			#31D9F8 96% 100%
			/* Paslon 3 */
		);
	position: relative;
	margin: auto;
}

.donut::before {
	content: "100%";
	position: absolute;
	width: 140px;
	height: 140px;
	background: white;
	border-radius: 50%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 38px;
	font-weight: bold;
	color: #555;
}

#chart-area {
	left: -65px;
	width: 212px;
	margin: 150px auto;
	position: sticky;
	top: 0;
	/* opsional jika ingin tetap nempel */
}

/* =============================== */
/* RESPONSIVE BREAKPOINTS          */
/* =============================== */

/* Laptop / Tablet Landscape (≤ 1200px) */
@media (max-width: 1200px) {
	.top-info-panel {
		max-width: 460px;
		margin-inline: 16px;
		padding: 9px 14px;
	}

	.top-info-panel__subtitle {
		font-size: 0.9rem;
	}

	#chart-area {
		left: -30px;
		width: 200px;
		margin: 120px auto;
	}
}

/* Tablet Portrait (≤ 992px) */
@media (max-width: 992px) {
	.nav-container {
		display: grid;
		grid-template-columns: minmax(0, 1fr);
		justify-items: start;
		row-gap: 10px;
	}

	.logo {
		max-width: calc(100vw - 86px);
	}

	.top-info-panel {
		--top-panel-x: 0;
		--top-panel-y: 0;
		order: 3;
		justify-self: center;
		width: min(calc(100vw - 92px), 290px);
		min-width: min(230px, calc(100vw - 44px));
		max-width: calc(100vw - 44px);
		min-width: 0;
		margin: 0 auto;
	}

	.nav-links-mobile {
		top: 140px;
	}

	#chart-area {
		left: -10px;
		width: 180px;
		margin: 100px auto;
	}
}

/* Smartphone Besar (≤ 768px) */
@media (max-width: 768px) {
	#chart-area {
		left: 0;
		width: 160px;
		margin: 80px auto;
	}
}

/* Smartphone Medium (≤ 576px) */
@media (max-width: 576px) {
	.top-info-panel {
		padding: 8px 12px;
		border-radius: 18px;
	}

	.top-info-panel__greeting {
		font-size: 0.68rem;
	}

	.top-info-panel__subtitle {
		font-size: 0.82rem;
	}

	.top-info-panel__meta {
		font-size: 0.7rem;
	}

	#chart-area {
		left: 0;
		width: 140px;
		margin: 60px auto;
	}
}

/* Smartphone Kecil (≤ 420px) */
@media (max-width: 420px) {
	#chart-area {
		left: 0;
		width: 120px;
		margin: 40px auto;
	}
}

/* Mobile Menu */
.hamburger {
	display: none;
	flex-direction: column;
	padding: 0;
	border: none;
	background: transparent;
	cursor: pointer;
	gap: 6px;
	z-index: 1001;
}

.hamburger span {
	width: 25px;
	height: 3px;
	background: #ffffff;
	border-radius: 2px;
	transition: all 0.3s ease;
}

.hamburger.active span:nth-child(1) {
	transform: rotate(45deg) translate(10px, 10px);
}

.hamburger.active span:nth-child(2) {
	opacity: 0;
}

.hamburger.active span:nth-child(3) {
	transform: rotate(-45deg) translate(8px, -8px);
}

.nav-links-mobile {
	display: none;
	position: fixed;
	top: 70px;
	left: 0;
	width: 100%;
	background: rgba(10, 14, 39, 0.98);
	backdrop-filter: blur(10px);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	flex-direction: column;
	gap: 0;
	list-style: none;
	z-index: 1000;
	padding: 20px;
}

.nav-links-mobile.active {
	display: flex;
}

@media (max-width: 992px) {
	.nav-links-mobile {
		top: 140px;
	}
}

.nav-links-mobile a {
	display: flex;
	align-items: center;
	gap: 12px;
	color: #ffffff;
	text-decoration: none;
	padding: 15px 20px;
	border-left: 3px solid transparent;
	transition: all 0.3s ease;
}

.nav-links-mobile a i {
	width: 22px;
	text-align: center;
	font-size: 17px;
}

.nav-links-mobile .nav-label {
	display: inline-block;
	max-width: none;
	opacity: 1;
	transform: none;
}

.nav-links-mobile a:hover {
	border-left-color: #ff6b6b;
	background: rgba(255, 107, 107, 0.1);
	color: #ff8e53;
}

.nav-links-mobile a.active {
	border-left-color: #00ffcc;
	background: rgba(0, 255, 204, 0.1);
	color: #00ffcc;
}

@media (max-width: 1200px) {
	.charts-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 968px) {
	.hero-content {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.hero {
		min-height: 85vh;
	}

	.hero-text h1 {
		font-size: 48px;
	}

	.hero-text {
		padding-top: 80px;
	}
}

@media (max-width: 1024px) {
	.hero-content {
		grid-template-columns: 1fr;
		text-align: center;
		gap: 50px;
	}

	.hero-text h1 {
		font-size: 48px;
	}

	.quis-section {
		padding: 50px 40px;
		flex-direction: column;
		text-align: center;
	}

	.left-quiz {
		width: 100%;
	}

	.right {
		width: 100%;
	}

	.people-img {
		width: 60%;
		max-width: 400px;
		margin-top: 20px;
	}

	.quiz-img {
		width: 80%;
		margin-bottom: 20px;
	}

	.ayo-content {
		grid-template-columns: repeat(2, 1fr);
		gap: 15px;
	}

	.info-grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 15px;
	}

	.footer-content {
		grid-template-columns: 1fr;
		gap: 20px;
	}
}

@media (max-width: 768px) {
	nav {
		padding: 15px 20px;
	}

	.hamburger {
		display: flex;
	}

	.nav-links {
		display: none;
	}

	.hero-text h1 {
		font-size: 36px;
	}

	.hero-text {
		padding-top: 80px;
	}

	.quis-section {
		padding: 30px 20px;
	}

	.title-quiz {
		font-size: 48px;
	}

	.btn-main {
		padding: 12px 40px;
		font-size: 20px;
	}

	.people-img {
		width: 60%;
		margin-top: 15px;
	}

	.quiz-img {
		width: 80%;
		margin-bottom: 15px;
	}

	.ayo-content {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.icon-ayo {
		width: 180px;
		height: 180px;
		font-size: 18px;
	}

	.icon-grid {
		width: 140px;
		height: 140px;
		font-size: 18px;
	}

	.info-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}

	.isi-container {
		grid-template-columns: 1fr;
		padding: 0 20px;
		gap: 15px;
	}

	.isi-container img {
		width: 140px;
		height: auto;
		max-height: 180px;
	}

	.isi-text {
		margin-left: 0;
		padding-right: 0;
		text-align: center;
	}

	.isi-section {
		padding: 10px 0;
	}

	.isi-section-pustaka {
		padding: 10px 0;
	}


	.section-title,
	.section-title-ayo {
		font-size: 28px;
	}

	.stats-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.charts-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.metrics-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 15px;
	}

	.contact-grid {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.dashboard-section,
	.analytics-section,
	.reports-section,
	.contact-section {
		padding: 40px 20px;
	}

	.footer-content {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.footer-left iframe {
		width: 100%;
		height: 250px;
	}

	.footer-right {
		flex-direction: row;
		justify-content: center;
		gap: 20px;
	}

	.social-icon {
		font-size: 36px;
		padding: 15px;
	}
}

@media (max-width: 480px) {
	nav {
		padding: 10px 15px;
	}

	.logo-text {
		font-size: 16px;
	}

	.hero-text h1 {
		font-size: 28px;
		margin-bottom: 20px;
	}

	.hero-text p {
		font-size: 16px;
		margin-bottom: 30px;
	}

	.quis-section {
		padding: 20px 15px;
	}

	.title-quiz {
		font-size: 36px;
	}

	.subtitle-quiz {
		font-size: 12px;
	}

	.btn-main {
		padding: 10px 30px;
		font-size: 16px;
	}

	.ayo-content {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.info-grid {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.section-title,
	.section-title-ayo {
		font-size: 24px;
		margin-bottom: 30px;
	}

	.contact-section,
	.dashboard-section,
	.analytics-section,
	.reports-section {
		padding: 30px 15px;
	}

	.contact-form {
		padding: 30px;
	}

	.footer-content {
		padding: 20px;
		gap: 15px;
	}

	.footer-right {
		flex-direction: row;
		justify-content: center;
		gap: 15px;
	}

	.social-icon {
		font-size: 28px;
		padding: 10px;
	}

	.text-footer {
		font-size: 18px;
		margin-bottom: 15px;
	}

	.copyright {
		font-size: 12px;
	}
}

@media (max-width: 320px) {
	.hero-text h1 {
		font-size: 24px;
	}

	.title-quiz {
		font-size: 28px;
	}

	.btn-main {
		padding: 8px 25px;
		font-size: 14px;
	}

	.section-title,
	.section-title-ayo {
		font-size: 20px;
	}

	.stat-card {
		padding: 15px;
	}

	.stat-value {
		font-size: 20px;
	}

	.chart-card {
		padding: 15px;
		min-height: 250px;
	}

	.contact-form {
		padding: 20px;
	}

	.social-icon {
		font-size: 24px;
		padding: 8px;
	}

	.text-footer {
		font-size: 16px;
	}
}

/* Additional responsive breakpoints */
@media (max-width: 1024px) {
	.hero-content {
		grid-template-columns: 1fr;
		gap: 50px;
	}

	.hero-text h1 {
		font-size: 48px;
	}

	.ayo-content {
		grid-template-columns: repeat(2, 1fr);
		gap: 15px;
	}

	.info-grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 15px;
	}

	.contact-grid {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.isi-container {
		grid-template-columns: 1fr;
		padding: 0 20px;
		gap: 15px;
	}

	.isi-container img {
		width: 200px;
		height: auto;
		max-height: 200px;
	}

	.isi-text {
		margin-left: 0;
		padding-right: 0;
		text-align: center;
	}
}

@media (max-width: 576px) {
	nav {
		padding: 10px 15px;
	}

	.logo-text {
		font-size: 16px;
	}

	.hero-text h1 {
		font-size: 32px;
		margin-bottom: 20px;
	}

	.hero-text p {
		font-size: 16px;
		margin-bottom: 30px;
	}

	.quis-section {
		padding: 20px 15px;
	}

	.title-quiz {
		font-size: 32px;
	}

	.btn-main {
		padding: 10px 25px;
		font-size: 16px;
	}

	.ayo-content {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.icon-ayo {
		width: 160px;
		height: 160px;
		font-size: 16px;
	}

	.icon-grid {
		width: 120px;
		height: 120px;
		font-size: 16px;
	}

	.info-grid {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.section-title,
	.section-title-ayo {
		font-size: 22px;
		margin-bottom: 30px;
	}

	.stats-grid {
		grid-template-columns: 1fr;
		gap: 15px;
	}

	.stat-card {
		padding: 18px;
	}

	.stat-value {
		font-size: 22px;
	}

	.charts-grid {
		grid-template-columns: 1fr;
		gap: 15px;
	}

	.chart-card {
		padding: 18px;
		min-height: 280px;
	}

	.metrics-grid {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.metric-item {
		padding: 15px;
	}

	.contact-section,
	.dashboard-section,
	.analytics-section,
	.reports-section {
		padding: 30px 15px;
	}

	.contact-form {
		padding: 25px;
	}

	.footer-content {
		padding: 20px;
		gap: 15px;
	}

	.footer-right {
		flex-direction: row;
		justify-content: center;
		gap: 15px;
	}

	.social-icon {
		font-size: 26px;
		padding: 10px;
	}

	.text-footer {
		font-size: 16px;
		margin-bottom: 15px;
	}

	.copyright {
		font-size: 12px;
	}

	.isi-container {
		grid-template-columns: 1fr;
		padding: 0 15px;
		gap: 10px;
	}

	.isi-container img {
		width: 150px;
		height: auto;
		max-height: 150px;
	}

	.isi-text {
		margin-left: 0;
		padding-right: 0;
		text-align: center;
	}

	.isi-judulh1 {
		font-size: 50px;
	}

	.isi-judulbb,
	.isi-judulb {
		font-size: 36px;
	}

	.isi-judulh2 {
		font-size: 32px;
	}
}

.modal {
	display: none;
	position: fixed;
	z-index: 1;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
	margin: auto;
	display: block;
	width: 80%;
	max-width: 700px;
}

#caption {
	margin: auto;
	display: block;
	width: 80%;
	max-width: 700px;
	text-align: center;
	color: #ccc;
	padding: 10px 0;
	height: 150px;
}

.modal-content,
#caption {
	animation-name: zoom;
	animation-duration: 0.6s;
}

@keyframes zoom {
	from {
		transform: scale(0)
	}

	to {
		transform: scale(1)
	}
}

.close {
	position: absolute;
	top: 15px;
	right: 35px;
	border: none;
	background: transparent;
	color: #f1f1f1;
	font-size: 40px;
	font-weight: bold;
	transition: 0.3s;
}

.close:hover,
.close:focus {
	color: #bbb;
	text-decoration: none;
	cursor: pointer;
}

@media only screen and (max-width: 700px) {
	.modal-content {
		width: 100%;
	}
}

.ai-style-change-2 {
	span.whatsapp-label& {
		position: absolute;
		bottom: -30px;
		left: 50%;
		transform: translateX(-50%);
		white-space: nowrap;
		font-size: 12px;
		font-weight: bold;
		background-color: white;
		padding: 2px 8px;
		border-radius: 10px;
		box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 5px;
		color: rgb(37, 211, 102);
	}
}

/* Floating WhatsApp Button */
.whatsapp-float {
	padding: 5px;
	fill: white;
	position: fixed;
	right: 45px;
	bottom: 45px;
	z-index: 9999;
	width: 58px;
	height: 58px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #25D366;
	box-shadow: 0 10px 25px rgba(37, 211, 102, 0.35);
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.whatsapp-float:hover {
	transform: translateY(-3px);
	box-shadow: 0 14px 35px rgba(37, 211, 102, 0.45);
	background: #1FB857;
}

.whatsapp-icon {
	width: 30px;
	height: 30px;
}

@media (max-width: 480px) {
	.whatsapp-float {
		right: 16px;
		bottom: 16px;
		width: 54px;
		height: 54px;
	}

	.whatsapp-icon {
		width: 28px;
		height: 28px;
	}
}

.tgs-page-section {
	background:
		radial-gradient(circle at 12% 0%, rgba(255, 209, 6, 0.22), transparent 34%),
		linear-gradient(180deg, #fff0d0 0%, #fff8eb 52%, #ffffff 100%);
}

.tgs-content-shell {
	width: min(1040px, 100%);
	margin: 0 auto;
	padding: 38px 28px 58px;
	border-radius: 34px;
	background: rgba(255, 255, 255, 0.58);
	box-shadow: 0 28px 80px rgba(132, 28, 28, 0.1);
}

.page-tgs {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin-bottom: 22px;
	padding: 0;
	letter-spacing: 0.01em;
	line-height: 1.25;
}

.page-tgs-icon {
	width: 42px;
	height: 42px;
	flex: 0 0 42px;
	border-radius: 16px;
	background:
		linear-gradient(#ffffff, #ffffff) padding-box,
		linear-gradient(135deg, #ffd106, #d41f1f) border-box;
	border: 2px solid transparent;
	box-shadow: 0 14px 28px rgba(170, 58, 58, 0.16);
	position: relative;
}

.page-tgs-icon::before {
	content: "";
	position: absolute;
	inset: 10px 9px 9px;
	border-radius: 4px;
	background: linear-gradient(180deg, #b21f2d 0 30%, #ffffff 30% 100%);
	border: 2px solid #6d0606;
}

.page-tgs-icon::after {
	content: "";
	position: absolute;
	left: 15px;
	top: 15px;
	width: 13px;
	height: 8px;
	border-left: 3px solid #ffd106;
	border-bottom: 3px solid #ffd106;
	transform: rotate(-45deg);
}

.tgs-page-section .desc {
	max-width: 760px;
	margin: 0 auto 34px;
	padding: 0;
	text-align: center;
	font-size: 17px;
	line-height: 1.75;
	color: #594040;
}

.tgs-card-list {
	max-width: 820px;
	margin: 0 auto;
}

.tgs-page-section .card-header {
	margin-top: 18px;
	padding: 18px 22px;
	border: 0;
	border-radius: 22px 22px 0 0;
	background: linear-gradient(135deg, #8c1111, #d52525);
	color: #ffffff;
	font-size: 18px;
	font-weight: 800;
	box-shadow: 0 18px 38px rgba(141, 17, 17, 0.16);
}

.tgs-page-section .card-body {
	margin-bottom: 22px;
	padding: 18px 22px 20px;
	border: 1px solid rgba(141, 17, 17, 0.1);
	border-top: 0;
	border-radius: 0 0 22px 22px;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 20px 42px rgba(109, 6, 6, 0.08);
}

.tgs-page-section .tgs-ul {
	padding-left: 20px;
	margin: 0;
	color: #402727;
	line-height: 1.72;
}

.tgs-page-section .tgs-ul li {
	margin-bottom: 6px;
}

.tgs-page-section .tujuan {
	margin: 14px 0 0;
	padding: 12px 14px;
	border-radius: 16px;
	background: linear-gradient(135deg, rgba(255, 209, 6, 0.2), rgba(255, 236, 158, 0.34));
	color: #6d0606;
	font-weight: 700;
	line-height: 1.55;
}

@media (max-width: 768px) {
	.isi:has(+ .tgs-page-section) .isi-content {
		min-height: 240px;
		padding: 52px 18px 38px;
	}

	.isi:has(+ .tgs-page-section) .judul-isi {
		max-width: 330px;
		margin-inline: auto;
	}

	.isi:has(+ .tgs-page-section) .isi-judulh2 {
		font-size: clamp(30px, 8vw, 38px);
		line-height: 1;
	}

	.isi:has(+ .tgs-page-section) .isi-judulh1 {
		font-size: clamp(36px, 10vw, 48px);
		line-height: 1.08;
		letter-spacing: -0.04em;
	}

	.tgs-page-section {
		padding: 22px 12px 38px;
	}

	.tgs-content-shell {
		padding: 22px 16px 28px;
		border-radius: 28px;
		background:
			linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 250, 238, 0.96));
		box-shadow: 0 22px 54px rgba(109, 6, 6, 0.1);
	}

	.page-tgs {
		gap: 10px;
		margin-bottom: 16px;
		font-size: clamp(19px, 5.4vw, 24px);
		text-align: left;
		justify-content: flex-start;
	}

	.page-tgs-icon {
		width: 38px;
		height: 38px;
		flex-basis: 38px;
		border-radius: 14px;
	}

	.tgs-page-section .desc {
		margin-bottom: 22px;
		text-align: left;
		font-size: 15.5px;
		line-height: 1.72;
		text-wrap: pretty;
		word-spacing: normal;
	}

	.tgs-page-section .card-header {
		margin-top: 14px;
		padding: 15px 16px;
		border-radius: 20px 20px 0 0;
		font-size: 15.5px;
		line-height: 1.35;
	}

	.tgs-page-section .card-body {
		margin-bottom: 18px;
		padding: 16px;
		border-radius: 0 0 20px 20px;
	}

	.tgs-page-section .tgs-ul {
		padding-left: 18px;
		font-size: 14.5px;
		line-height: 1.65;
	}

	.tgs-page-section .tujuan {
		padding: 12px;
		font-size: 14px;
	}

	.whatsapp-float {
		bottom: 18px;
		right: 14px;
	}
}

@media (max-width: 420px) {
	.tgs-content-shell {
		padding: 20px 14px 26px;
	}

	.page-tgs {
		align-items: flex-start;
	}

	.page-tgs span:last-child {
		max-width: 230px;
	}
}

/* Mobile hero polish: full-bleed section like the marked screenshot area */
@media (max-width: 768px) {
	body {
		padding: 0;
	}

	nav {
		left: 0;
		right: 0;
		width: 100vw;
		padding: 10px 18px;
		background: linear-gradient(135deg, rgba(109, 6, 6, 0.98), rgba(222, 41, 41, 0.98));
	}

	.nav-container {
		width: 100%;
		max-width: none;
	}

	.logo {
		min-width: 0;
		gap: 10px;
	}

	.logo-icon {
		width: 42px;
		height: 42px;
		flex: 0 0 42px;
	}

	.logo-text {
		font-size: clamp(14px, 4vw, 18px);
		line-height: 1.15;
		white-space: normal;
		-webkit-text-fill-color: #ffffff;
	}

	.hamburger {
		flex: 0 0 auto;
	}

	.hero-premium-3d {
		width: 100%;
		min-height: 100svh;
		margin-left: 0;
		margin-right: 0;
		align-items: stretch;
		border-radius: 0;
		background:
			radial-gradient(circle at 50% 58%, rgba(255, 209, 6, 0.18), transparent 36%),
			linear-gradient(145deg, #760606 0%, #b41414 48%, #d83d1f 100%);
	}

	.hero-premium-3d::before,
	.hero-premium-3d::after {
		display: none;
	}

	.hero-premium-3d .hero-bg {
		opacity: 0.22;
	}

	.hero-premium-3d .hero-container {
		position: static;
		width: 100%;
		max-width: none;
		padding: 96px 22px 46px;
	}

	.hero-premium-3d .hero-content {
		display: block;
		position: static;
		width: 100%;
		max-width: none;
		margin: 0;
		padding: 0;
	}

	.hero-premium-3d .hero-bootstrap-row {
		--bs-gutter-x: 0;
		min-height: calc(100svh - 96px);
		margin-right: 0;
		margin-left: 0;
		align-content: center;
	}

	.hero-premium-3d .hero-text {
		width: 100%;
		max-width: 430px;
		margin: 0 auto;
		padding-top: 0;
		text-align: center;
		animation: none;
		transform: none !important;
	}

	.hero-premium-3d .hero-eyebrow {
		display: none;
	}

	.hero-premium-3d .hero-text h2 {
		margin-bottom: 16px;
		font-size: clamp(30px, 8vw, 38px);
		line-height: 1.45;
	}

	.hero-premium-3d .hero-text h1 {
		margin-bottom: 26px;
		font-size: clamp(38px, 11vw, 54px);
		line-height: 1.08;
		letter-spacing: -0.035em;
	}

	.hero-premium-3d .hero-text p {
		max-width: 330px;
		margin: 0 auto 34px;
		font-size: clamp(17px, 4.6vw, 21px);
		line-height: 1.52;
		text-align: left;
		text-wrap: pretty;
	}

	.hero-premium-3d .hero-actions {
		width: 100%;
		max-width: 260px;
		margin: 0 auto;
		justify-content: center;
		gap: 14px;
	}

	.hero-premium-3d .cta-button,
	.hero-premium-3d .hero-secondary-link {
		width: 100%;
		min-height: 54px;
		border-radius: 8px;
		font-size: 18px;
		font-weight: 800;
		text-align: center;
	}

	.hero-premium-3d .hero-secondary-link {
		border-radius: 999px;
		background: rgba(255, 255, 255, 0.13);
	}

	.hero-premium-3d .hero-image {
		position: absolute;
		top: 78px;
		left: 50%;
		z-index: 2;
		display: flex;
		width: min(160px, 42vw);
		margin-left: 0;
		perspective: 900px;
		pointer-events: none;
		translate: -50% 0;
		transform: none !important;
	}

	.hero-premium-3d .hero-interactive-panel {
		width: 100%;
		padding: 0;
		border: 0;
		border-radius: 0;
		background: transparent;
		box-shadow: none;
		overflow: visible;
		backdrop-filter: none;
	}

	.hero-premium-3d .hero-card-glow,
	.hero-premium-3d .rpp-logo-ring,
	.hero-premium-3d .rpp-logo-chip,
	.hero-premium-3d .rpp-logo-light {
		display: none;
	}

	.hero-premium-3d .hero-panel-top {
		transform: none;
	}

	.hero-premium-3d .rpp-logo-3d {
		width: 100%;
		opacity: 0.82;
		filter: drop-shadow(0 18px 28px rgba(70, 3, 3, 0.28));
		animation: none;
	}

	.hero-premium-3d .rpp-logo-stack {
		inset: 0;
		transform: none;
	}

	.hero-premium-3d .hero-logo {
		filter: drop-shadow(0 14px 18px rgba(50, 2, 2, 0.24));
		transform: none;
	}

	.hero-premium-3d .rpp-logo-depth {
		display: none;
	}

	.hero-premium-3d .rpp-logo-shadow {
		opacity: 0.18;
	}
}

@media (max-width: 390px) {
	.hero-premium-3d .hero-container {
		padding-inline: 18px;
	}

	.hero-premium-3d .hero-text p {
		max-width: 300px;
		font-size: 17px;
	}
}

/* Premium splash hero refresh */
nav {
	padding: 10px 28px;
	background:
		linear-gradient(180deg, rgba(137, 15, 20, 0.98), rgba(100, 7, 11, 0.98));
	border-bottom: 1px solid rgba(214, 220, 228, 0.75);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.18),
		0 14px 36px rgba(23, 3, 5, 0.34);
	backdrop-filter: blur(12px);
}

nav::before {
	content: '';
	position: absolute;
	inset: 0 0 auto;
	height: 2px;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.2), rgba(232, 237, 243, 0.92), rgba(255, 255, 255, 0.18));
	pointer-events: none;
}

.nav-container {
	max-width: 1360px;
}

.logo-text {
	background: linear-gradient(180deg, #ffffff 0%, #edf2f7 58%, #cfd5de 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	text-shadow: 0 3px 10px rgba(0, 0, 0, 0.24);
	letter-spacing: 0.01em;
}

.hamburger span {
	height: 3.5px;
	border-radius: 999px;
	background: linear-gradient(180deg, #f9fafc 0%, #d7dce2 100%);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.hero-premium-splash {
	--splash-gold: #f4c86d;
	--splash-gold-deep: #c3852f;
	--splash-maroon: #5f0910;
	--splash-crimson: #bf2328;
	min-height: 100svh;
	padding-top: 0;
	background:
		radial-gradient(circle at 18% 76%, rgba(255, 194, 102, 0.26), transparent 18%),
		radial-gradient(circle at 84% 34%, rgba(255, 216, 150, 0.18), transparent 16%),
		radial-gradient(circle at 50% 100%, rgba(255, 107, 76, 0.34), transparent 28%),
		linear-gradient(180deg, #4f0710 0%, #65101b 28%, #7d1320 54%, #9d1b24 76%, #d13a2d 100%);
}

.hero-premium-splash::before,
.hero-premium-splash::after {
	content: '';
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.hero-premium-splash::before {
	background:
		linear-gradient(124deg, transparent 0 12%, rgba(246, 203, 126, 0.78) 12.1% 12.5%, transparent 12.6% 100%),
		linear-gradient(132deg, transparent 0 18%, rgba(248, 236, 205, 0.65) 18.1% 18.35%, transparent 18.45% 100%),
		linear-gradient(48deg, transparent 0 14%, rgba(241, 194, 99, 0.78) 14.1% 14.35%, transparent 14.45% 100%),
		linear-gradient(42deg, transparent 0 20%, rgba(235, 239, 244, 0.52) 20.1% 20.32%, transparent 20.42% 100%);
	opacity: 0.72;
}

.hero-premium-splash::after {
	background:
		radial-gradient(circle at 10% 85%, rgba(255, 222, 166, 0.45), transparent 11%),
		radial-gradient(circle at 18% 78%, rgba(255, 188, 98, 0.24), transparent 13%),
		radial-gradient(circle at 88% 31%, rgba(255, 205, 150, 0.25), transparent 10%),
		radial-gradient(circle at 79% 42%, rgba(255, 232, 186, 0.16), transparent 8%),
		radial-gradient(circle at 56% 21%, rgba(255, 233, 192, 0.12), transparent 12%);
	opacity: 0.95;
}

.hero-premium-splash .hero-bg {
	position: absolute;
	inset: 0;
	opacity: 1;
	background:
		radial-gradient(circle at 50% 24%, rgba(255, 233, 167, 0.14), transparent 14%),
		repeating-linear-gradient(145deg, transparent 0 120px, rgba(255, 215, 146, 0.05) 120px 122px, transparent 122px 244px);
}

.hero-premium-splash .hero-container {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 104px 24px 42px;
}

.hero-premium-splash .hero-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: min(100%, 980px);
	max-width: 980px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

.hero-premium-splash .hero-image {
	order: 1;
	position: relative;
	display: flex;
	justify-content: center;
	width: min(100%, 300px);
	margin: 0 auto 18px;
	perspective: 1400px;
	pointer-events: auto;
	translate: none;
	transform: none !important;
}

.hero-premium-splash .hero-interactive-panel {
	width: 100%;
	padding: 18px;
	border: 0;
	border-radius: 38px;
	background:
		linear-gradient(145deg, rgba(250, 223, 161, 0.22), rgba(120, 38, 16, 0.16)),
		linear-gradient(180deg, rgba(109, 21, 16, 0.3), rgba(49, 7, 9, 0.18));
	box-shadow:
		0 32px 70px rgba(30, 3, 5, 0.42),
		inset 0 1px 0 rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(10px);
}

.hero-premium-splash .hero-interactive-panel::before,
.hero-premium-splash .hero-interactive-panel::after {
	content: '';
	position: absolute;
	inset: 0;
	border-radius: inherit;
	pointer-events: none;
}

.hero-premium-splash .hero-interactive-panel::before {
	inset: 8px;
	border: 2px solid rgba(248, 215, 145, 0.82);
	box-shadow:
		inset 0 0 0 2px rgba(120, 58, 22, 0.44),
		0 0 28px rgba(255, 207, 120, 0.18);
}

.hero-premium-splash .hero-interactive-panel::after {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.14), transparent 24%, transparent 76%, rgba(97, 26, 12, 0.18));
}

.hero-premium-splash .hero-card-glow,
.hero-premium-splash .rpp-logo-ring,
.hero-premium-splash .rpp-logo-chip,
.hero-premium-splash .rpp-logo-light {
	display: none;
}

.hero-premium-splash .hero-panel-top {
	transform: translateZ(34px);
}

.hero-premium-splash .rpp-logo-3d {
	width: 100%;
	max-width: 370px;
	aspect-ratio: 1 / 0.84;
	padding: 10px;
	border-radius: 34px;
	background:
		linear-gradient(135deg, rgba(255, 242, 214, 0.18), rgba(255, 214, 113, 0.08)),
		linear-gradient(180deg, rgba(115, 36, 14, 0.8), rgba(82, 22, 11, 0.88));
	box-shadow:
		inset 0 0 0 1px rgba(255, 225, 153, 0.32),
		0 18px 46px rgba(28, 3, 4, 0.34);
}

.hero-premium-splash .rpp-logo-stack {
	inset: 7% 7.5%;
}

.hero-premium-splash .rpp-logo-stack::before {
	inset: -3%;
	border-radius: 28px;
	background:
		linear-gradient(135deg, rgba(255, 245, 217, 0.18), rgba(119, 54, 22, 0.08)),
		linear-gradient(180deg, #a9662f 0%, #f0c36c 18%, #8f5724 38%, #d9a049 52%, #75431e 100%);
	box-shadow:
		inset 0 0 0 2px rgba(255, 223, 146, 0.46),
		0 10px 24px rgba(0, 0, 0, 0.18);
}

.hero-premium-splash .hero-logo {
	filter:
		drop-shadow(0 18px 24px rgba(34, 3, 4, 0.32)) drop-shadow(0 0 22px rgba(244, 200, 109, 0.1));
	transform: translateZ(72px);
}

.hero-premium-splash .rpp-logo-depth--back,
.hero-premium-splash .rpp-logo-depth--mid {
	display: none;
}

.hero-premium-splash .rpp-logo-shadow {
	left: 9%;
	right: 9%;
	bottom: -10px;
	height: 32px;
	background: radial-gradient(circle, rgba(20, 2, 3, 0.38), transparent 72%);
	filter: blur(8px);
	opacity: 0.7;
}

.hero-premium-splash .hero-text {
	order: 2;
	margin: 0;
	max-width: 760px;
	animation: none;
	transform: translateZ(18px);
}

.hero-premium-splash .hero-text h2 {
	margin: 0 0 12px;
	color: #ffffff;
	font-size: clamp(32px, 3.7vw, 46px);
	font-weight: 800;
	line-height: 1.06;
	text-shadow: 0 8px 20px rgba(22, 3, 5, 0.42);
}

.hero-premium-splash .hero-text h1 {
	margin: 0 0 18px;
	font-size: clamp(48px, 6.1vw, 76px);
	font-weight: 900;
	line-height: 0.96;
	letter-spacing: -0.045em;
	background: linear-gradient(180deg, #fff0bf 0%, #eec267 22%, #c78633 48%, #f7d78f 72%, #9d5f24 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	text-shadow:
		0 5px 0 rgba(90, 33, 10, 0.2),
		0 18px 28px rgba(28, 3, 5, 0.34);
}

.hero-premium-splash .hero-text p {
	max-width: 690px;
	margin: 0 auto 20px;
	color: rgba(255, 255, 255, 0.94);
	font-size: clamp(17px, 1.55vw, 20px);
	font-weight: 400;
	line-height: 1.52;
	text-wrap: pretty;
	text-shadow: 0 6px 18px rgba(28, 3, 5, 0.22);
}

.hero-gold-word {
	color: #f0c46e;
	font-weight: 600;
}

.hero-premium-splash .hero-actions {
	flex-direction: column;
	width: min(100%, 320px);
	margin: 0 auto;
	gap: 12px;
}

.hero-premium-splash .cta-button,
.hero-premium-splash .hero-secondary-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 56px;
	padding: 14px 28px;
	border-radius: 18px;
	font-size: 17px;
	font-weight: 800;
	text-decoration: none;
	letter-spacing: -0.01em;
	transition: transform 0.24s ease, box-shadow 0.24s ease, filter 0.24s ease;
}

.hero-premium-splash .cta-button {
	background:
		linear-gradient(180deg, rgba(255, 240, 192, 0.42), rgba(255, 240, 192, 0.02)) padding-box,
		linear-gradient(180deg, #f7d889 0%, #d59635 50%, #b97823 100%) border-box;
	border: 2px solid transparent;
	color: #1d1106;
	box-shadow:
		0 16px 30px rgba(47, 10, 3, 0.28),
		inset 0 1px 0 rgba(255, 255, 255, 0.48);
}

.hero-premium-splash .hero-secondary-link {
	background:
		linear-gradient(180deg, rgba(126, 21, 25, 0.95), rgba(87, 10, 14, 0.96)) padding-box,
		linear-gradient(180deg, rgba(254, 236, 188, 0.88), rgba(196, 145, 74, 0.84)) border-box;
	border: 2px solid transparent;
	color: #f6d48b;
	box-shadow:
		0 18px 34px rgba(24, 3, 5, 0.34),
		inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.hero-premium-splash .cta-button:hover,
.hero-premium-splash .hero-secondary-link:hover {
	transform: translateY(-3px);
	filter: saturate(1.05);
}

.hero-web-only {
	display: block;
}

nav .nav-links a.active {
	padding: 0 14px;
	border-radius: 999px;
	background: linear-gradient(180deg, #ffd13d 0%, #ffb20a 100%);
	color: #231506;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.24),
		0 10px 18px rgba(29, 4, 6, 0.22);
}

nav .nav-links a.active:hover,
nav .nav-links a.active:focus-visible {
	width: var(--nav-expanded-width);
	color: #231506;
}

nav .nav-links a.active::after,
nav .nav-links a.active::before {
	display: none;
}

.hero-premium-splash .hero-content {
	display: grid;
	grid-template-columns: minmax(320px, 0.88fr) minmax(420px, 1.12fr);
	align-items: center;
	gap: 26px;
	width: min(100%, 1360px);
	max-width: 1360px;
	min-height: calc(100svh - 150px);
	padding: 12px 10px 6px;
	text-align: left;
}

.hero-premium-splash .hero-text {
	order: 1;
	max-width: 560px;
	margin-top: 0px;
}

.hero-desktop-pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 18px;
	padding: 10px 16px;
	border-radius: 999px;
	background:
		linear-gradient(180deg, rgba(255, 237, 196, 0.1), rgba(255, 237, 196, 0.03)) padding-box,
		linear-gradient(180deg, rgba(244, 200, 109, 0.7), rgba(159, 93, 34, 0.78)) border-box;
	border: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
	color: #ffe29d;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}

.hero-premium-splash .hero-text h2 {
	margin-bottom: 8px;
}

.hero-premium-splash .hero-text h1 {
	max-width: 580px;
	margin-bottom: 18px;
}

.hero-premium-splash .hero-text p {
	max-width: 525px;
	margin: 0 0 24px;
	text-align: left;
}

.hero-premium-splash .hero-actions {
	flex-direction: row;
	justify-content: flex-start;
	width: auto;
	margin: 0 0 28px;
	gap: 14px;
}

.hero-premium-splash .cta-button,
.hero-premium-splash .hero-secondary-link {
	width: auto;
	min-width: 154px;
	min-height: 52px;
	padding: 12px 22px;
	font-size: 15px;
}

.hero-premium-splash .hero-secondary-link {
	border-radius: 16px;
}

.hero-info-strip {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 18px;
	padding-top: 12px;
	border-top: 1px solid rgba(243, 196, 110, 0.22);
	color: rgba(255, 239, 221, 0.88);
	font-size: 12px;
}

.hero-info-strip a,
.hero-info-strip span {
	position: relative;
	color: inherit;
	text-decoration: none;
}

.hero-info-strip a::before,
.hero-info-strip span::before {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-right: 8px;
	border-radius: 50%;
	background: radial-gradient(circle, #f6d48b 0%, #b66d2e 72%);
	box-shadow: 0 0 10px rgba(246, 212, 139, 0.36);
}

.hero-visual-shell {
	position: relative;
	order: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 520px;
	padding: 34px 0 0;
}

.hero-topography {
	position: absolute;
	left: -12px;
	top: 68px;
	width: 360px;
	height: 280px;
	border-radius: 50%;
	opacity: 0.25;
	background:
		radial-gradient(circle at center, transparent 38%, rgba(255, 216, 138, 0.18) 38.5% 39.4%, transparent 40%),
		repeating-radial-gradient(circle at center, transparent 0 20px, rgba(255, 216, 138, 0.08) 20px 22px),
		repeating-linear-gradient(120deg, transparent 0 34px, rgba(255, 227, 181, 0.05) 34px 35px);
	filter: blur(0.2px);
}

.hero-orbit {
	position: absolute;
	border-radius: 50%;
	border: 1.5px solid rgba(247, 214, 125, 0.85);
	box-shadow: 0 0 26px rgba(255, 207, 120, 0.14);
	pointer-events: none;
}

.hero-orbit--one {
	top: 14px;
	right: 98px;
	width: 228px;
	height: 330px;
	transform: rotate(18deg);
}

.hero-orbit--two {
	top: 38px;
	right: 30px;
	width: 330px;
	height: 180px;
	transform: rotate(-15deg);
}

.hero-orbit--three {
	top: 72px;
	right: 68px;
	width: 300px;
	height: 220px;
	transform: rotate(28deg);
	border-color: rgba(245, 225, 177, 0.46);
}

.hero-spark {
	position: absolute;
	width: 112px;
	height: 72px;
	border-radius: 16px;
	border: 1px solid rgba(247, 214, 125, 0.22);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01));
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.hero-spark::before,
.hero-spark::after {
	content: '';
	position: absolute;
}

.hero-spark::before {
	inset: 18px 14px 16px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.09);
	border-left: 1px solid rgba(255, 255, 255, 0.09);
}

.hero-spark::after {
	left: 24px;
	top: 28px;
	width: 56px;
	height: 18px;
	border-top: 2px solid rgba(250, 214, 126, 0.88);
	border-right: 2px solid rgba(250, 214, 126, 0.88);
	transform: skewX(-34deg) rotate(8deg);
}

.hero-spark--top {
	right: 14px;
	top: 100px;
}

.hero-spark--bottom {
	right: 28px;
	top: 252px;
}

.hero-premium-splash .hero-image {
	width: min(100%, 620px);
	margin: 0 auto 4px;
}

.hero-premium-splash .hero-interactive-panel {
	padding: 12px;
	background: transparent;
	box-shadow: none;
	backdrop-filter: none;
}

.hero-premium-splash .hero-interactive-panel::before,
.hero-premium-splash .hero-interactive-panel::after {
	display: none;
}

.hero-premium-splash .rpp-logo-3d {
	max-width: 610px;
	padding: 0;
	background: transparent;
	box-shadow: none;
}

.hero-premium-splash .rpp-logo-stack {
	inset: 4% 2%;
}

.hero-premium-splash .rpp-logo-stack::before {
	display: none;
}

.hero-premium-splash .hero-logo {
	filter:
		drop-shadow(0 22px 30px rgba(34, 3, 4, 0.34)) drop-shadow(0 0 22px rgba(244, 200, 109, 0.12));
}

.hero-shortcuts {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	width: min(100%, 520px);
	margin-top: -18px;
	position: relative;
	z-index: 3;
}

.hero-shortcut {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 94px;
	padding: 10px 12px;
	border-radius: 22px;
	border: 1px solid rgba(255, 227, 181, 0.2);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.06)),
		linear-gradient(180deg, rgba(146, 54, 37, 0.88), rgba(87, 20, 18, 0.96));
	box-shadow:
		0 18px 28px rgba(28, 3, 4, 0.22),
		inset 0 1px 0 rgba(255, 255, 255, 0.18);
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.hero-shortcut:hover {
	transform: translateY(-4px);
	box-shadow:
		0 22px 36px rgba(28, 3, 4, 0.28),
		inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.hero-shortcut--contact {
	justify-content: flex-end;
	padding-bottom: 16px;
	font-size: 13px;
}

.hero-shortcut-badge {
	position: relative;
	width: 50px;
	height: 50px;
	border-radius: 16px;
	flex: none;
}

.hero-shortcut-badge--cube {
	background:
		linear-gradient(135deg, #fff3cc 0%, #dca24e 100%);
	box-shadow: inset -10px -12px 0 rgba(169, 67, 44, 0.38);
}

.hero-shortcut-badge--cube::before,
.hero-shortcut-badge--cube::after,
.hero-shortcut-badge--globe::before,
.hero-shortcut-badge--globe::after,
.hero-shortcut-badge--arcade::before,
.hero-shortcut-badge--arcade::after {
	content: '';
	position: absolute;
}

.hero-shortcut-badge--cube::before {
	left: 15px;
	top: -8px;
	width: 20px;
	height: 14px;
	background: linear-gradient(180deg, #ff9f5a, #d6642e);
	transform: skewX(-28deg);
}

.hero-shortcut-badge--cube::after {
	right: -6px;
	top: 11px;
	width: 14px;
	height: 24px;
	background: linear-gradient(180deg, #c24f32, #7a2218);
	transform: skewY(-28deg);
	border-radius: 0 8px 8px 0;
}

.hero-shortcut-badge--globe {
	border-radius: 50%;
	background:
		radial-gradient(circle at 36% 34%, #7de7ff 0%, #1b8ce2 42%, #114089 100%);
	box-shadow:
		inset 0 -12px 18px rgba(12, 48, 110, 0.36),
		0 0 18px rgba(121, 208, 255, 0.28);
}

.hero-shortcut-badge--globe::before {
	inset: 11px 9px;
	border: 1.5px solid rgba(255, 255, 255, 0.58);
	border-radius: 50%;
}

.hero-shortcut-badge--globe::after {
	left: 24px;
	top: 5px;
	width: 1.5px;
	height: 40px;
	background: rgba(255, 255, 255, 0.54);
	box-shadow: -10px 0 0 rgba(255, 255, 255, 0.16), 10px 0 0 rgba(255, 255, 255, 0.16);
}

.hero-shortcut-badge--arcade {
	background:
		linear-gradient(180deg, #8767ff 0%, #4837a7 100%);
	border-radius: 18px 18px 14px 14px;
	box-shadow: inset 0 -10px 18px rgba(26, 18, 83, 0.34);
}

.hero-shortcut-badge--arcade::before {
	left: 11px;
	top: 9px;
	width: 28px;
	height: 20px;
	border-radius: 6px;
	background: linear-gradient(180deg, #6fe3ff 0%, #1965d1 100%);
	box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.18);
}

.hero-shortcut-badge--arcade::after {
	left: 20px;
	bottom: 8px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #ffca5e;
	box-shadow: 10px 0 0 #ff5e7d, -10px 0 0 #8df7ba;
}

@media (max-width: 768px) {
	nav {
		padding: 12px 16px;
	}

	.logo {
		gap: 10px;
	}

	.logo-icon {
		width: 46px;
		height: 46px;
		flex: 0 0 46px;
	}

	.logo-text {
		font-size: clamp(13px, 4.3vw, 18px);
		line-height: 1.12;
	}

	.hero-premium-splash {
		min-height: 100svh;
	}

	.hero-premium-splash::before {
		opacity: 0.58;
	}

	.hero-premium-splash .hero-container {
		padding: 102px 18px 46px;
	}

	.hero-premium-splash .hero-content {
		display: flex;
		flex-direction: column;
		min-height: auto;
		width: 100%;
		padding: 0;
		text-align: center;
	}

	.hero-visual-shell {
		order: 1;
		width: 100%;
		min-height: auto;
		padding-top: 0;
	}

	.hero-web-only,
	.hero-topography,
	.hero-orbit,
	.hero-spark {
		display: none;
	}

	.hero-premium-splash .hero-image {
		position: relative;
		order: 1;
		top: auto;
		left: auto;
		z-index: 1;
		width: min(100%, 286px) !important;
		margin-bottom: 28px;
		translate: none;
		transform: none !important;
		pointer-events: auto;
	}

	.hero-premium-splash .hero-visual-shell,
	.hero-premium-splash .hero-interactive-panel,
	.hero-premium-splash .rpp-logo-3d,
	.hero-premium-splash .hero-logo,
	.hero-premium-splash .hero-panel-top {
		transform: none !important;
	}

	.hero-premium-splash .rpp-logo-3d {
		width: 100% !important;
		max-width: 286px;
	}

	.hero-premium-splash .hero-logo {
		width: 100%;
		height: auto;
	}

	.hero-premium-splash .hero-interactive-panel {
		padding: 14px;
		border-radius: 30px;
	}

	.hero-premium-splash .hero-interactive-panel::before {
		inset: 6px;
		border-radius: 24px;
	}

	.hero-premium-splash .rpp-logo-3d {
		border-radius: 28px;
	}

	.hero-premium-splash .rpp-logo-stack::before {
		border-radius: 22px;
	}

	.hero-premium-splash .hero-text {
		order: 2;
		max-width: 100%;
		margin-top: 0;
	}

	.hero-premium-splash .hero-text h2 {
		margin-bottom: 12px;
		font-size: clamp(28px, 8.6vw, 42px);
	}

	.hero-premium-splash .hero-text h1 {
		margin-bottom: 20px;
		font-size: clamp(42px, 11.8vw, 64px);
		line-height: 0.98;
	}

	.hero-premium-splash .hero-text p {
		max-width: 312px;
		margin-bottom: 26px;
		font-size: clamp(16px, 4.6vw, 20px);
		line-height: 1.52;
		text-align: left;
	}

	.hero-premium-splash .hero-actions {
		flex-direction: column;
		width: min(100%, 320px);
		margin: 0 auto;
		gap: 12px;
	}

	.hero-premium-splash .cta-button,
	.hero-premium-splash .hero-secondary-link {
		width: 100%;
		min-height: 58px;
		border-radius: 16px;
		font-size: 17px;
	}

	.hero-premium-splash .hero-secondary-link {
		border-radius: 999px;
	}
}

@media (max-width: 390px) {
	.hero-premium-splash .hero-container {
		padding-inline: 14px;
	}

	.hero-premium-splash .hero-image {
		width: min(100%, 264px);
	}

	.hero-premium-splash .hero-text p {
		max-width: 290px;
		font-size: 15px;
	}
}

/* Home election result section polish */
.dashboard-section {
	position: relative;
	overflow: hidden;
	scroll-margin-top: 88px;
	padding: clamp(64px, 7vw, 96px) 20px;
	background:
		radial-gradient(circle at 14% 18%, rgba(255, 209, 6, 0.13), transparent 28%),
		radial-gradient(circle at 88% 18%, rgba(222, 41, 41, 0.12), transparent 30%),
		linear-gradient(180deg, #ffffff 0%, #fff8f4 100%);
}

.dashboard-section::before {
	content: '';
	position: absolute;
	inset: 34px 6% auto;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(161, 5, 5, 0.18), transparent);
}

.dashboard-section .dashboard-container {
	position: relative;
	z-index: 1;
	max-width: 1220px;
}

.dashboard-section .section-title {
	margin-bottom: clamp(30px, 4vw, 52px);
	padding-left: 0;
	color: #a10505;
	background: none;
	-webkit-text-fill-color: currentColor;
	font-size: clamp(30px, 4vw, 44px);
	font-weight: 900;
	letter-spacing: -0.045em;
	line-height: 1.08;
}

.dashboard-section .grid-container {
	width: 100%;
	max-width: 1160px;
	display: grid;
	grid-template-columns: minmax(0, 1.06fr) minmax(340px, 0.94fr);
	align-items: stretch;
	gap: clamp(22px, 3vw, 36px);
	padding: 0;
}

.dashboard-section .card-in {
	width: 100%;
	min-height: 0;
	margin: 0;
	border: 1px solid rgba(161, 5, 5, 0.08);
	border-radius: 28px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.86)),
		radial-gradient(circle at 10% 10%, rgba(255, 209, 6, 0.16), transparent 30%);
	box-shadow:
		0 28px 70px rgba(75, 4, 4, 0.1),
		0 10px 24px rgba(80, 20, 20, 0.06);
	color: #2e0808;
}

.dashboard-section .card-in:first-child {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 230px;
	grid-template-areas:
		"winner chart"
		"p1 p3";
	gap: 18px;
	padding: clamp(22px, 2.4vw, 30px);
	align-items: stretch;
}

.dashboard-section .paslon-box {
	position: static;
	width: auto;
	min-width: 0;
	padding: 18px;
	border: 1px solid rgba(109, 6, 6, 0.09);
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.72);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
	color: #2f0909;
	text-align: left;
}

.dashboard-section .p1 {
	grid-area: p1;
}

.dashboard-section .p2 {
	grid-area: winner;
	background:
		linear-gradient(135deg, rgba(255, 158, 158, 0.24), rgba(255, 255, 255, 0.88)),
		linear-gradient(180deg, #ffffff, #fff8f8);
	border-color: rgba(255, 127, 127, 0.28);
}

.dashboard-section .p3 {
	grid-area: p3;
}

.dashboard-section .paslon-title {
	margin: 10px 0 8px;
	color: #220606;
	font-size: 14px;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.dashboard-section .value {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 7px;
	margin-bottom: 8px;
	font-size: clamp(22px, 2.4vw, 32px);
	font-weight: 950;
	line-height: 1;
}

.dashboard-section .p2 .value {
	font-size: clamp(30px, 3vw, 42px);
}

.dashboard-section .percent {
	font-size: 15px;
	font-weight: 800;
	color: #6d6262;
}

.dashboard-section .line {
	width: 74px;
	height: 4px;
	margin-top: 10px;
}

.dashboard-section #chart-area {
	grid-area: chart;
	position: relative;
	top: auto;
	left: auto;
	width: 218px;
	margin: auto;
	padding: 18px;
	border-radius: 28px;
	background:
		radial-gradient(circle at 50% 50%, rgba(255, 209, 6, 0.18), transparent 48%),
		#ffffff;
	box-shadow:
		0 18px 40px rgba(86, 5, 5, 0.08),
		inset 0 0 0 1px rgba(161, 5, 5, 0.06);
}

.dashboard-section #centerText {
	color: #381010;
	font-size: 34px;
	font-weight: 950;
	transform: translate(-50%, -50%);
}

.dashboard-section .card-in:nth-child(2) {
	display: flex;
	flex-direction: column;
	gap: 18px;
	padding: clamp(18px, 2vw, 24px);
}

.dashboard-section .media-trigger {
	display: block;
	width: 100%;
	padding: 0;
	border: 0;
	border-radius: 22px;
	background: #fff7f7;
	box-shadow: inset 0 0 0 1px rgba(161, 5, 5, 0.08);
	cursor: zoom-in;
	overflow: hidden;
}

.dashboard-section .info-image {
	width: 100%;
	padding: 0;
	border-radius: 22px;
	transition: transform 0.35s ease, filter 0.35s ease;
}

.dashboard-section .media-trigger:hover .info-image {
	transform: scale(1.025);
	filter: saturate(1.04) contrast(1.02);
}

.dashboard-card-actions {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.dashboard-section .btn-more {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 12px 24px;
	border-radius: 14px;
	background: linear-gradient(135deg, #d90f16 0%, #ff4141 58%, #ff9c28 100%);
	box-shadow: 0 16px 30px rgba(222, 41, 41, 0.22);
	color: #ffffff;
	font-size: 15px;
	font-weight: 850;
}

.dashboard-section .btn-more:hover {
	color: #ffffff;
	transform: translateY(-2px);
	box-shadow: 0 20px 38px rgba(222, 41, 41, 0.3);
}

@media (max-width: 992px) {
	.dashboard-section .grid-container {
		grid-template-columns: 1fr;
	}

	.dashboard-section .card-in:first-child {
		grid-template-columns: minmax(0, 1fr) 220px;
	}
}

@media (max-width: 640px) {
	.dashboard-section {
		padding: 52px 14px;
		background:
			radial-gradient(circle at 12% 6%, rgba(255, 209, 6, 0.18), transparent 28%),
			linear-gradient(180deg, #fff8f2 0%, #ffffff 44%, #fff6f6 100%);
	}

	.dashboard-section .section-title {
		max-width: 330px;
		margin-inline: auto;
		margin-bottom: 24px;
		font-size: clamp(25px, 7.2vw, 32px);
		line-height: 1.12;
	}

	.dashboard-section .card-in:first-child {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-template-areas:
			"winner winner"
			"chart chart"
			"p1 p3";
		gap: 12px;
		padding: 18px;
		border-radius: 30px;
		background:
			linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)),
			radial-gradient(circle at 50% 24%, rgba(255, 209, 6, 0.14), transparent 44%);
	}

	.dashboard-section .paslon-box {
		display: flex;
		flex-direction: column;
		justify-content: center;
		min-height: 142px;
		padding: 14px 10px;
		border-radius: 18px;
		font-size: 11.5px;
		line-height: 1.35;
		text-align: center;
	}

	.dashboard-section .p2 {
		min-height: 138px;
		padding: 18px 14px;
		border-radius: 22px;
		background:
			linear-gradient(135deg, rgba(255, 158, 158, 0.34), rgba(255, 255, 255, 0.9)),
			radial-gradient(circle at 88% 0%, rgba(255, 209, 6, 0.2), transparent 40%);
		box-shadow:
			0 18px 36px rgba(255, 127, 127, 0.16),
			inset 0 1px 0 rgba(255, 255, 255, 0.92);
	}

	.dashboard-section .p1,
	.dashboard-section .p3 {
		min-height: 150px;
		font-size: 10.3px;
		line-height: 1.28;
	}

	.dashboard-section .paslon-title {
		order: -1;
		margin: 0 0 9px;
		font-size: 11px;
		letter-spacing: 0.1em;
	}

	.dashboard-section .p2 .paslon-title {
		font-size: 12px;
	}

	.dashboard-section .value {
		gap: 5px;
		margin-bottom: 8px;
		font-size: clamp(20px, 6.4vw, 26px);
	}

	.dashboard-section .p2 .value {
		font-size: clamp(34px, 10vw, 42px);
	}

	.dashboard-section .percent {
		font-size: 11px;
	}

	.dashboard-section .value,
	.dashboard-section .line {
		margin-inline: auto;
		justify-content: center;
	}

	.dashboard-section .line {
		width: 58px;
		height: 3px;
		margin-top: 8px;
	}

	.dashboard-section #chart-area {
		width: min(176px, 56vw);
		padding: 14px;
		border-radius: 26px;
		margin-block: 2px;
		box-shadow:
			0 18px 44px rgba(86, 5, 5, 0.1),
			inset 0 0 0 1px rgba(161, 5, 5, 0.06);
	}

	.dashboard-section #centerText {
		font-size: 27px;
	}

	.dashboard-section .card-in:nth-child(2) {
		padding: 16px;
		border-radius: 28px;
	}

	.dashboard-card-actions,
	.dashboard-section .btn-more {
		width: 100%;
	}

	.dashboard-section .btn-more {
		min-height: 46px;
		border-radius: 999px;
	}
}

@media (max-width: 380px) {
	.dashboard-section .card-in:first-child {
		padding: 14px;
		gap: 10px;
	}

	.dashboard-section .paslon-box {
		min-height: 138px;
		font-size: 10.5px;
	}

	.dashboard-section .p2 {
		min-height: 132px;
	}

	.dashboard-section #chart-area {
		width: min(172px, 58vw);
	}
}

/* Mobile quiz section polish */
@media (max-width: 768px) {
	.quis-section {
		position: relative;
		isolation: isolate;
		display: grid;
		grid-template-columns: 1fr;
		gap: 18px;
		align-items: center;
		justify-items: center;
		overflow: hidden;
		padding: 42px 20px 54px;
		scroll-margin-top: 82px;
		background:
			radial-gradient(circle at 12% 12%, rgba(255, 255, 255, 0.7), transparent 24%),
			radial-gradient(circle at 86% 76%, rgba(255, 209, 6, 0.22), transparent 30%),
			linear-gradient(180deg, #d7fbff 0%, #bdeef7 100%);
		text-align: center;
	}

	.quis-section::before {
		content: '';
		position: absolute;
		inset: 18px;
		z-index: -1;
		border: 1px solid rgba(11, 79, 91, 0.09);
		border-radius: 32px;
		background: rgba(255, 255, 255, 0.22);
		box-shadow:
			inset 0 1px 0 rgba(255, 255, 255, 0.72),
			0 22px 50px rgba(16, 100, 116, 0.12);
	}

	.left-quiz,
	.right-quiz {
		width: min(100%, 360px);
	}

	.title-quiz {
		font-size: clamp(42px, 12vw, 58px);
		line-height: 0.95;
		letter-spacing: -0.03em;
		color: #111827;
		text-shadow: 0 2px 0 rgba(255, 255, 255, 0.55);
	}

	.subtitle-quiz {
		max-width: 290px;
		margin: 10px auto 0;
		font-size: 14px;
		line-height: 1.45;
		color: #0b3440;
	}

	.quis-section .media-trigger {
		width: min(245px, 74vw);
		margin: 22px auto 0;
		cursor: zoom-in;
	}

	.people-img {
		width: 100%;
		max-width: none;
		margin: 0 auto;
		filter: drop-shadow(0 16px 18px rgba(14, 77, 88, 0.12));
	}

	.right-quiz {
		display: grid;
		justify-items: center;
		gap: 14px;
		margin-top: 0;
	}

	.quiz-img {
		width: min(285px, 84vw);
		margin: 0 auto;
		filter:
			drop-shadow(0 14px 0 rgba(255, 255, 255, 0.4)) drop-shadow(0 22px 22px rgba(5, 44, 58, 0.18));
	}

	.quiz-center {
		display: flex;
		justify-content: center;
		width: 100%;
	}

	.btn-main {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-width: 150px;
		min-height: 52px;
		padding: 12px 32px;
		border: 2px solid rgba(255, 255, 255, 0.9);
		border-radius: 999px;
		background: linear-gradient(135deg, #ffffff 0%, #fff7dd 100%);
		box-shadow:
			0 16px 28px rgba(16, 84, 98, 0.18),
			inset 0 -2px 0 rgba(255, 209, 6, 0.28);
		color: #071014;
		font-size: 18px;
		font-weight: 900;
		letter-spacing: 0.01em;
	}

	.btn-main:hover {
		transform: translateY(-3px) scale(1.03);
		box-shadow:
			0 20px 34px rgba(16, 84, 98, 0.24),
			inset 0 -2px 0 rgba(255, 209, 6, 0.34);
	}
}

@media (max-width: 390px) {
	.quis-section {
		padding-inline: 16px;
		padding-bottom: 48px;
	}

	.quis-section .media-trigger {
		width: min(220px, 72vw);
	}

	.quiz-img {
		width: min(260px, 82vw);
	}
}

/* Site-wide mobile polish for public pages */
@media (max-width: 768px) {

	html,
	body {
		width: 100%;
		overflow-x: clip;
	}

	main {
		background: #fff8f6;
	}

	.isi {
		min-height: 34vh;
		padding: 92px 18px 46px;
		text-align-last: initial;
	}

	.isi-content,
	.judul-isi {
		width: 100%;
		max-width: 360px;
		margin: 0 auto;
		padding: 0;
		text-align: center;
		line-height: 1.08;
	}

	.isi-judul-hal,
	.isi-judul-hal2 {
		font-size: clamp(24px, 7vw, 34px);
		line-height: 1.05;
	}

	.isi-judul-hal1 {
		font-size: clamp(38px, 12vw, 54px);
		line-height: 0.98;
		letter-spacing: -0.04em;
	}

	.isi-section,
	.isi-section-pustaka,
	.isi-section-ayo,
	.infografis-section,
	.gallery-section,
	.reports-section,
	.analytics-section {
		padding-inline: 16px;
	}

	.search-container {
		width: 100%;
		margin: 0 auto 28px;
		padding-inline: 0;
	}

	.search-box {
		max-width: 100%;
		height: 54px;
		border-width: 2px;
		border-radius: 18px;
		box-shadow: 0 14px 30px rgba(109, 6, 6, 0.12);
	}

	.filter-container {
		justify-content: stretch;
		width: 100%;
	}

	.infografis-cards,
	.gallery-cards,
	.pustaka,
	.info-grid,
	.ayo-content {
		width: 100%;
		max-width: 100%;
	}

	.info-grid {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 14px;
		margin-inline: auto;
		padding: 0;
	}

	.card-ayo1 {
		min-width: 0;
		padding: 8px;
		border-radius: 22px;
		background: rgba(255, 255, 255, 0.72);
		box-shadow: 0 14px 32px rgba(109, 6, 6, 0.08);
	}

	.card-link--grid {
		display: grid;
		place-items: center;
		gap: 8px;
		text-decoration: none;
	}

	.icon-grid {
		width: min(92px, 28vw);
		height: auto;
		object-fit: contain;
	}

	.black {
		margin: 0;
		font-size: 13px;
		line-height: 1.25;
		text-align: center;
	}

	footer {
		padding: 30px 16px 22px;
	}

	.footer-content {
		display: grid;
		grid-template-columns: 1fr;
		width: 100%;
		max-width: 100%;
		padding: 0;
		gap: 22px;
	}

	.footer-left iframe {
		width: 100% !important;
		min-height: 230px;
		border-radius: 20px;
	}

	.footer-right {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 12px;
	}

	.visitor-stats {
		width: 100%;
	}

	.whatsapp-float {
		right: 14px;
		bottom: 14px;
		width: 56px;
		height: 56px;
	}

	.whatsapp-label {
		display: none;
	}

	.isi-container {
		display: grid;
		grid-template-columns: 1fr;
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
		padding: 0;
		gap: 18px;
	}

	.isi-container>div[style] {
		margin: 0 !important;
		padding: 20px !important;
		border: 1px solid rgba(109, 6, 6, 0.1);
		border-radius: 24px;
		background: rgba(255, 255, 255, 0.94);
		box-shadow: 0 18px 42px rgba(109, 6, 6, 0.08);
	}

	.isi-img {
		width: min(220px, 70vw);
		height: auto;
		margin: 0 auto;
	}

	.isi-judulbb,
	.judul-besar,
	.sub-judul {
		line-height: 1.16;
		text-align: center;
	}

	.isi-section .container {
		width: 100%;
		max-width: 100%;
		padding: 20px;
		border-radius: 24px;
		background: #ffffff;
		box-shadow: 0 18px 42px rgba(109, 6, 6, 0.08);
	}

	.isi-section .container p,
	.isi-section .container li,
	.isi-container p {
		font-size: 15px;
		line-height: 1.7;
		text-align: left;
	}
}

@media (max-width: 420px) {
	.info-grid {
		grid-template-columns: 1fr;
	}

	.card-ayo1 {
		max-width: 260px;
		margin-inline: auto;
	}
}

/* Keep the mobile nav toggle independent from page-specific header grids. */
@media (max-width: 768px) {
	.hamburger {
		display: flex !important;
		visibility: visible !important;
		opacity: 1 !important;
		position: fixed !important;
		top: calc(env(safe-area-inset-top, 0px) + 12px);
		right: calc(env(safe-area-inset-right, 0px) + 14px);
		z-index: 8000;
		align-items: center;
		justify-content: center;
		width: 46px;
		height: 46px;
		min-width: 46px;
		min-height: 46px;
		margin: 0;
		padding: 0;
		border: 1px solid rgba(255, 255, 255, 0.22);
		border-radius: 999px;
		background: rgba(109, 6, 6, 0.72);
		box-shadow:
			0 12px 26px rgba(37, 3, 4, 0.28),
			inset 0 1px 0 rgba(255, 255, 255, 0.16);
		backdrop-filter: blur(12px);
		transform: none;
		touch-action: manipulation;
	}

	.hamburger span {
		display: block;
		width: 23px;
		height: 3px;
		flex: 0 0 auto;
	}

	.hamburger.active span:nth-child(1) {
		transform: rotate(45deg) translate(7px, 7px);
	}

	.hamburger.active span:nth-child(3) {
		transform: rotate(-45deg) translate(6px, -6px);
	}

	.nav-links-mobile {
		z-index: 7600;
	}
}

@media (max-width: 420px) {
	.hamburger {
		top: calc(env(safe-area-inset-top, 0px) + 10px);
		right: calc(env(safe-area-inset-right, 0px) + 10px);
		width: 44px;
		height: 44px;
		min-width: 44px;
		min-height: 44px;
	}
}