/**
 * Header halaman user — background hitam polos, tanpa gambar.
 */

/* Legacy Coza: bg-img1 */
section.bg-img1,
.definite-page-hero {
	background: #000 !important;
	background-image: none !important;
	background-size: auto !important;
	background-position: center center;
	background-repeat: no-repeat;
	color: #fff;
	text-align: center;
	padding: 52px 20px 48px;
	margin: 0;
}

section.bg-img1::before,
section.bg-img1::after,
.definite-about-hero::after,
.definite-terms-hero::after {
	display: none !important;
}

.definite-page-hero__inner,
.definite-about-hero-inner,
.definite-terms-hero-inner {
	position: relative;
	z-index: 1;
	max-width: 880px;
	margin: 0 auto;
}

.definite-page-hero__kicker,
.definite-about-kicker,
.definite-terms-kicker {
	font-size: 11px;
	letter-spacing: 0.28em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.75);
	margin: 0 0 12px;
}

.definite-page-hero__title,
section.bg-img1 .ltext-105,
section.bg-img1 .mtext-105,
section.bg-img1 h1,
section.bg-img1 h2,
.definite-about-hero-title,
.definite-terms-hero-title {
	margin: 0;
	padding: 0;
	font-size: clamp(1.5rem, 4vw, 2rem);
	font-weight: 700;
	line-height: 1.25;
	color: #fff !important;
	letter-spacing: -0.02em;
}

.definite-page-hero__sub,
.definite-about-hero-sub,
.definite-terms-hero-sub {
	margin: 12px auto 0;
	max-width: 560px;
	font-size: clamp(0.9rem, 2vw, 1.05rem);
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.82);
}

/* Payment & konfirmasi bayar */
.definite-payment-hero,
.definite-payment-hero--confirm {
	background: #000 !important;
	box-shadow: none;
}

.definite-payment-hero::before,
.definite-payment-hero--confirm::before {
	display: none !important;
}

.definite-payment-hero-icon {
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
}

.definite-payment-hero h1 {
	color: #fff;
}

.definite-payment-hero p {
	color: rgba(255, 255, 255, 0.85);
}

@media (max-width: 767px) {
	section.bg-img1,
	.definite-page-hero {
		padding: 40px 16px 36px;
	}
}
