@font-face {
	font-family: "Toxigenesis";
	src: url("../fonts/toxigenesis%20bd.otf") format("opentype");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

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

body {
	background-color: #000000;
	font-family: "Poppins", sans-serif;
	color: #ffffff;
	overflow-x: hidden;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.navbar {
	background-color: #000000;
	padding: 15px 0;
}

.nav-link-custom {
	color: #ffffff !important;
	font-weight: 500;
	font-size: 0.95rem;
	transition: color 0.3s ease;
}

.nav-link-custom:hover {
	color: #c9a84c !important;
}

.navbar-toggler {
	border: none;
	padding: 0;
}

.navbar-toggler i {
	color: #c9a84c;
	font-size: 1.6rem;
}

/* Start signup unique style */
.auth-unique-section {
	background-color: #000;
}

.unique-left-content {
	padding: 20px 10px;
}

.unique-headline-gold {
	font-family: "Poppins", sans-serif;
	font-weight: 800;
	font-size: 1.6rem;
	color: #c9a84c;
	text-transform: uppercase;
	line-height: 1.3;
	margin-bottom: 14px;
	text-align: right;
}

.unique-subheadline {
	font-size: 1.2rem;
	font-weight: 400;
	color: #c9a84c;
	margin-bottom: 24px;
	text-align: right;
}

.unique-subheadline strong {
	font-weight: 700;
	color: #c9a84c;
}

.unique-body-text {
	font-size: 1.35rem;
	color: #ffffff;
	line-height: 2;
	margin-bottom: 34px;
	font-weight: 300;
	text-align: right;
}

.unique-body-text strong {
	font-weight: 800;
	color: #ffffff;
}

/* Unique code card mockup */
.unique-card-mockup-wrap {
	display: flex;
	justify-content: flex-end;
}

.unique-card-mockup {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	border: 2px solid #c9a84c;
	border-radius: 14px;
	padding: 18px 40px 14px;
	background: transparent;
	min-width: 340px;
	max-width: 420px;
	gap: 8px;
}

.unique-mockup-url {
	font-size: 0.88rem;
	font-weight: 700;
	color: #ffffff;
	letter-spacing: 0.5px;
	margin: 0;
	text-align: center;
}

.unique-mockup-badge {
	background-color: #c9a84c;
	color: #000000;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 1.5px;
	padding: 4px 18px;
	border-radius: 3px;
	text-transform: uppercase;
}

.unique-mockup-icon-wrap {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 6px 0;
}

.unique-mockup-icon {
	max-width: 280px;
	width: 100%;
	height: auto;
	object-fit: contain;
}

.unique-mockup-valid {
	font-size: 0.75rem;
	font-weight: 500;
	color: #aaaaaa;
	letter-spacing: 1px;
	margin: 0;
	text-align: center;
}

.unique-card {
	background-color: transparent;
	border: 2.5px solid #c9a84c;
	border-radius: 18px;
	padding: 40px 35px;
	max-width: 460px;
	margin: 0 auto;
}

.unique-access-title {
	font-weight: 700;
	font-size: 1.3rem;
	letter-spacing: 2px;
	color: #ffffff;
	margin-top: 8px;
}

/* Toggle button for unique code using icon */
.unique-toggle-btn {
	cursor: pointer;
	background: #ffffff;
	border-color: #ffffff;
	padding: 6px 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.unique-toggle-icon {
	width: 20px;
	height: 20px;
	object-fit: contain;
	transition: opacity 0.2s ease;
}

.unique-btn-access {
	background-color: #28a745;
	border: 2px solid #28a745;
	color: #ffffff;
	font-weight: 700;
	font-size: 0.95rem;
	letter-spacing: 2px;
	padding: 11px;
	border-radius: 5px;
	transition: all 0.3s ease;
	text-transform: uppercase;
}

.unique-btn-access:hover {
	background-color: #218838;
	border-color: #218838;
	color: #ffffff;
}

@media (max-width: 767.98px) {
	.unique-headline-gold {
		font-size: 1.5rem;
		text-align: left;
	}

	.unique-subheadline {
		font-size: 1.05rem;
		text-align: left;
	}

	.unique-body-text {
		font-size: 1rem;
		text-align: left;
	}

	.unique-card-mockup-wrap {
		justify-content: flex-start;
	}

	.unique-card-mockup {
		min-width: 0;
		max-width: 100%;
	}

	.unique-card {
		padding: 25px 20px;
	}
}

/* End signup unique style */

/* Start dashboard style */
.db-body {
	background-color: #0d0d0d;
	overflow: hidden;
	height: 100vh;
}

.db-navbar {
	background-color: #0d0d0d;
	border-bottom: 1px solid #1f1f1f;
	padding: 10px 0;
	height: 64px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
}

.db-nav-logo {
	max-width: 140px;
	height: auto;
}

.db-layout {
	display: flex;
	height: calc(100vh - 64px);
	margin-top: 64px;
	overflow: hidden;
}

.db-sidebar {
	width: 350px;
	min-width: 350px;
	background-color: #0d0d0d;
	border-right: 1px solid #1f1f1f;
	display: flex;
	flex-direction: column;
	padding: 20px 0;
	overflow-y: auto;
}

.db-sidebar-user {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 0 16px 20px;
	border-bottom: 1px solid #1f1f1f;
	margin-bottom: 16px;
}

.db-sidebar-avatar {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	overflow: hidden;
	background-color: #1a1a1a;
	border: 2px solid #6b4f02;
	flex-shrink: 0;
}

.db-avatar-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.db-sidebar-username {
	font-size: 0.85rem;
	font-weight: 600;
	color: #ffffff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.db-sidebar-nav-label {
	font-size: 0.65rem;
	font-weight: 700;
	color: #666;
	letter-spacing: 1.5px;
	padding: 0 16px 8px;
	text-transform: uppercase;
}

.db-sidebar-nav {
	list-style: none;
	padding: 0;
	margin: 0;
	flex: 1;
}

.db-sidebar-nav-item a {
	display: flex;
	align-items: center;
	padding: 6px 12px;
	font-size: 0.82rem;
	font-weight: 500;
	color: #aaa;
	border-radius: 6px;
	margin: 0 8px;
	transition: all 0.2s ease;
}

.db-sidebar-nav-item a:hover,
.db-sidebar-nav-item.active a {
	background-color: #6b4f02;
	color: #fff;
}

.db-sidebar-dropdown {
	list-style: none;
	padding: 0;
	margin: 0 0 12px;
	background: #1a1a1a;
	border-radius: 8px;
	overflow: hidden;
}

.db-sidebar-dropdown li a {
	display: flex;
	align-items: center;
	padding: 9px 16px;
	font-size: 0.82rem;
	font-weight: 500;
	color: #aaa;
	text-decoration: none;
	transition: all 0.2s ease;
}

.db-sidebar-dropdown li a:hover {
	color: #fff;
	background: #252525;
}

.db-sidebar-user[aria-expanded="true"] #sidebarChevron {
	transform: rotate(180deg);
}

#sidebarChevron {
	transition: transform 0.25s ease;
	display: inline-block;
}

.db-sidebar-footer {
	display: flex;
	justify-content: space-between;
	padding: 16px;
	border-top: 1px solid #1f1f1f;
	margin-top: auto;
}

.db-sidebar-footer-icon {
	color: #666;
	font-size: 1rem;
	transition: color 0.2s ease;
}

.db-sidebar-footer-icon:hover {
	color: #6b4f02;
}

.db-main {
	flex: 1;
	overflow-y: auto;
	padding: 20px;
	background-color: #0d0d0d;
}

.db-content-col {
	max-width: 700px;
	margin: 0 auto;
	width: 100%;
}

.db-page-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 24px;
}

.db-page-title {
	font-size: 1.4rem;
	font-weight: 700;
	color: #ffffff;
	margin: 0;
}

.db-page-actions {
	display: flex;
	align-items: center;
	gap: 8px;
}

.db-btn-enhance {
	background-color: transparent;
	border: 1px solid #333;
	color: #ccc;
	font-size: 0.8rem;
	padding: 6px 14px;
	border-radius: 20px;
	transition: all 0.2s ease;
}

.db-btn-enhance:hover {
	border-color: #6b4f02;
	color: #6b4f02;
}

.db-btn-icon {
	background-color: transparent;
	border: 1px solid #333;
	color: #ccc;
	width: 34px;
	height: 34px;
	padding: 0;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.2s ease;
}

.db-btn-icon:hover {
	border-color: #6b4f02;
	color: #6b4f02;
}

.db-profile-row {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 20px;
}

.db-profile-avatar-wrap {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	overflow: hidden;
	border: 2px solid #6b4f02;
	flex-shrink: 0;
	background-color: #1a1a1a;
}

.db-profile-avatar img {
	width: 52px;
	height: 52px;
	object-fit: cover;
}

.db-profile-name {
	font-size: 0.95rem;
	font-weight: 600;
	color: #ffffff;
	margin-bottom: 6px;
}

.db-profile-actions-row {
	display: flex;
	gap: 6px;
}

.db-profile-action-btn {
	background: transparent;
	border: none;
	color: #888;
	font-size: 0.85rem;
	padding: 4px 6px;
	cursor: pointer;
	transition: color 0.2s ease;
}

.db-profile-action-btn:hover {
	color: #6b4f02;
}

.db-btn-add-link {
	background-color: #6b4f02;
	border: 1.5px solid #6b4f02;
	color: #fff;
	font-weight: 600;
	font-size: 0.85rem;
	padding: 8px 20px;
	border-radius: 50px;
	transition: all 0.3s ease;
}

.db-btn-add-link.db-btn-full {
	width: 100%;
}

.db-btn-add-link:hover {
	background-color: #b8963f;
	border-color: #b8963f;
	color: #000;
}

.db-btn-add-link-outline {
	background-color: transparent;
	border: 1.5px solid #2e2e2e;
	color: #aaa;
	font-weight: 600;
	font-size: 0.88rem;
	padding: 10px 20px;
	border-radius: 50px;
	transition: all 0.3s ease;
}

.db-btn-add-link-outline.db-btn-full {
	width: 100%;
}

.db-btn-add-link-outline:hover {
	border-color: #6b4f02;
	color: #6b4f02;
}

.db-links-meta-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.db-btn-collection {
	background: transparent;
	border: 1px solid #333;
	color: #ccc;
	font-size: 0.8rem;
	padding: 6px 14px;
	border-radius: 20px;
	transition: all 0.2s ease;
}

.db-btn-collection:hover {
	border-color: #6b4f02;
	color: #6b4f02;
}

.db-view-archive-link {
	color: #aaa;
	font-size: 0.8rem;
	transition: color 0.2s ease;
}

.db-view-archive-link:hover {
	color: #6b4f02;
}

.db-link-cards {
	display: flex;
	flex-direction: column;
	gap: 28px;
}

.db-link-card {
	background-color: #1a1a1a;
	border: 1px solid #2a2a2a;
	border-radius: 10px;
	display: flex;
	align-items: stretch;
	overflow: hidden;
	transition: border-color 0.2s ease;
}

.db-link-card:hover {
	border-color: #c9a84c44;
}

.db-link-card-drag {
	display: flex;
	align-items: center;
	padding: 0 10px;
	color: #444;
	font-size: 0.7rem;
	cursor: grab;
	gap: 1px;
	flex-shrink: 0;
	user-select: none;
	transition: color 0.2s ease;
}

.db-link-card-drag:hover {
	color: #6b4f02;
}

.db-link-card-drag:active {
	cursor: grabbing;
}

/* Sortable drag states */
.db-link-card-ghost {
	opacity: 0.35;
	background-color: #1a1a1a;
	border: 1px dashed #6b4f02 !important;
}

.db-link-card-chosen {
	border-color: #6b4f02 !important;
	box-shadow: 0 0 0 2px rgba(107, 79, 2, 0.3);
}

.db-link-card-dragging {
	opacity: 0.9;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.6);
	transform: scale(1.01);
	border-color: #c9a84c !important;
	cursor: grabbing;
}

.db-link-card-body {
	flex: 1;
	padding: 10px 14px 10px;
}

.db-link-card-top {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 8px;
}

.db-link-card-info {
	display: flex;
	align-items: center;
	gap: 10px;
	flex: 1;
	min-width: 0;
}

.db-link-icon {
	width: 32px;
	height: 32px;
	object-fit: contain;
	flex-shrink: 0;
}

.db-link-card-title {
	font-size: 0.82rem;
	font-weight: 600;
	color: #e0e0e0;
}

.db-link-card-url {
	font-size: 0.75rem;
	color: #888;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 220px;
}

.db-link-card-actions-top {
	display: flex;
	align-items: center;
	gap: 10px;
}

.db-lc-icon-btn {
	background: transparent;
	border: none;
	color: #666;
	font-size: 0.85rem;
	padding: 4px 6px;
	cursor: pointer;
	transition: color 0.2s ease;
}

.db-lc-icon-btn:hover {
	color: #6b4f02;
}

.db-lc-delete:hover {
	color: #e74c3c;
}

.db-link-card-meta {
	display: flex;
	align-items: center;
	gap: 2px;
	flex-wrap: wrap;
}

.db-toggle-switch {
	position: relative;
	display: inline-block;
	width: 38px;
	height: 20px;
	margin: 0;
	cursor: pointer;
}

.db-toggle-switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.db-toggle-slider {
	position: absolute;
	inset: 0;
	background-color: #444;
	border-radius: 20px;
	transition: 0.3s;
}

.db-toggle-slider::before {
	content: "";
	position: absolute;
	width: 14px;
	height: 14px;
	left: 3px;
	bottom: 3px;
	transition: 0.3s;
}

.db-toggle-switch input:checked + .db-toggle-slider {
	background-color: #6b4f02;
}

.db-toggle-switch input:checked + .db-toggle-slider::before {
	transform: translateX(18px);
}

.db-preview {
	width: 350px;
	min-width: 350px;
	background-color: #0d0d0d;
	border-left: 1px solid #1f1f1f;
	display: flex;
	flex-direction: column;
	overflow-y: auto;
}

.db-preview-topbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px 14px;
	border-bottom: 1px solid #1f1f1f;
}

.db-preview-url {
	display: flex;
	align-items: center;
	background-color: #1a1a1a;
	border-radius: 6px;
	padding: 6px 10px;
	font-size: 0.75rem;
	color: #aaa;
	flex: 1;
	margin-right: 8px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
}

.db-preview-url:hover {
	color: #6b4f02;
}

.db-preview-topbar-actions {
	color: #888;
	font-size: 1rem;
	cursor: pointer;
}

.db-preview-topbar-actions:hover {
	color: #6b4f02;
}

.db-preview-phone {
	flex: 1;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding: 16px 14px;
	overflow: hidden;
}

.db-preview-phone-frame {
	width: 100%;
	border-radius: 16px;
	border: 2px solid #2a2a2a;
	overflow: hidden;
	background: #0d0d0d;
	position: relative;
	aspect-ratio: 9 / 17;
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.5);
}

.db-preview-phone-frame iframe {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
	transform-origin: top left;
}

.db-preview-refresh {
	transition: transform 0.5s ease;
	display: inline-block;
	color: #888;
	font-size: 0.9rem;
}

.db-preview-refresh:hover {
	color: #c9a84c;
}

.db-preview-avatar-wrap {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	overflow: hidden;
	border: 2px solid #6b4f02;
	background-color: #111;
	margin-bottom: 8px;
}

.db-preview-name {
	font-size: 0.78rem;
	font-weight: 700;
	color: #ffffff;
	text-align: center;
	margin-bottom: 4px;
}

.db-preview-bio {
	font-size: 0.65rem;
	color: #888;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 14px;
	max-width: 180px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.db-preview-avatar-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.db-preview-links-list {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-bottom: 16px;
}

.db-preview-link-item {
	background-color: #222;
	border-radius: 6px;
	height: 32px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 0 8px;
}

.db-preview-link-item::after {
	content: "\f142";
	font-family: "FontAwesome";
	color: #555;
	font-size: 0.75rem;
}

.db-preview-link-item.db-preview-link-real {
	justify-content: flex-start;
	color: #ccc;
	font-size: 0.68rem;
	font-weight: 500;
	gap: 6px;
	border: 1px solid #2a2a2a;
}

.db-preview-link-item.db-preview-link-real::after {
	content: none;
}

.db-preview-join-btn {
	background-color: #6b4f02;
	color: #000;
	font-size: 0.72rem;
	font-weight: 700;
	padding: 8px 14px;
	border-radius: 20px;
	text-align: center;
	width: 100%;
	margin-bottom: 10px;
	cursor: pointer;
}

.db-preview-footer-links {
	font-size: 0.65rem;
	color: #555;
	text-align: center;
	line-height: 1.6;
}

@media (max-width: 991.98px) {
	.db-preview {
		display: flex;
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		top: auto;
		width: 100%;
		min-width: 0;
		height: 85vh;
		border-left: none;
		border-top: 1px solid #2a2a2a;
		border-radius: 20px 20px 0 0;
		z-index: 1050;
		transform: translateY(100%);
		transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
		box-shadow: 0 -8px 32px rgba(0, 0, 0, 0.5);
	}

	.db-preview.db-preview-open {
		transform: translateY(0);
	}

	.db-preview-drawer-handle {
		display: block;
		width: 40px;
		height: 4px;
		background: #3a3a3a;
		border-radius: 2px;
		margin: 10px auto 2px;
		flex-shrink: 0;
	}

	.db-preview-phone {
		padding: 8px 14px 14px;
	}

	.db-preview-phone-frame {
		max-height: calc(85vh - 100px);
		aspect-ratio: 9 / 17;
	}

	.db-preview-overlay-backdrop {
		display: block;
		position: fixed;
		inset: 0;
		background: rgba(0, 0, 0, 0.5);
		z-index: 1049;
		opacity: 0;
		pointer-events: none;
		transition: opacity 0.3s ease;
	}

	.db-preview-overlay-backdrop.db-preview-open {
		opacity: 1;
		pointer-events: auto;
	}

	.db-preview-btn-mobile {
		display: flex;
	}

	.db-main {
		padding: 20px 16px;
	}
}

@media (max-width: 767.98px) {
	.db-body {
		overflow-y: auto;
		height: auto;
	}

	.db-navbar {
		position: relative;
		height: auto;
	}

	.db-layout {
		flex-direction: column;
		height: auto;
		margin-top: 0;
		overflow: visible;
	}

	.db-sidebar {
		display: none;
	}

	.db-main {
		padding: 16px 12px;
	}
}

/* End dashboard style */

/* Start Dashboard Modal Dark */
.db-modal-overlay {
	display: none;
	position: fixed;
	inset: 0;
	z-index: 9999;
	background: rgba(0, 0, 0, 0.75);
	align-items: center;
	justify-content: center;
	backdrop-filter: blur(2px);
}

.swal2-container {
	z-index: 10999 !important;
}

.db-modal-overlay.db-modal-open {
	display: flex;
	animation: dbModalFadeIn 0.18s ease;
}

@keyframes dbModalFadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.db-modal {
	background-color: #141414;
	border: 1px solid #2a2a2a;
	border-top: 3px solid #6b4f02;
	border-radius: 12px;
	width: 100%;
	max-width: 440px;
	margin: 16px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.7);
	animation: dbModalSlideIn 0.2s ease;
}

@keyframes dbModalSlideIn {
	from {
		transform: translateY(-20px);
		opacity: 0;
	}

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

.db-modal-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 16px 20px;
	border-bottom: 1px solid #2a2a2a;
}

.db-modal-title {
	font-size: 0.95rem;
	font-weight: 700;
	color: #c9a84c;
	margin: 0;
	letter-spacing: 0.3px;
}

.db-modal-close {
	background: transparent;
	border: none;
	color: #666;
	font-size: 1rem;
	cursor: pointer;
	padding: 4px 6px;
	border-radius: 4px;
	line-height: 1;
	transition:
		color 0.2s ease,
		background 0.2s ease;
}

.db-modal-close:hover {
	color: #e74c3c;
	background: rgba(231, 76, 60, 0.1);
}

.db-modal-body {
	padding: 20px;
}

.db-form-group {
	margin-bottom: 16px;
}

.db-form-group label {
	display: block;
	font-size: 0.78rem;
	font-weight: 600;
	color: #aaa;
	margin-bottom: 6px;
	letter-spacing: 0.4px;
	text-transform: uppercase;
}

.db-form-control {
	width: 100%;
	background-color: #1a1a1a;
	border: 1px solid #333;
	border-radius: 6px;
	color: #ffffff;
	font-size: 0.88rem;
	padding: 9px 12px;
	transition:
		border-color 0.2s ease,
		box-shadow 0.2s ease;
	outline: none;
	-webkit-appearance: none;
	appearance: none;
}

.db-form-control:focus {
	border-color: #6b4f02;
	box-shadow: 0 0 0 3px rgba(107, 79, 2, 0.2);
}

.db-form-control option {
	background-color: #1a1a1a;
	color: #ffffff;
}

.db-form-control::placeholder {
	color: #555;
}

.db-modal-footer {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
	padding: 14px 20px;
	border-top: 1px solid #2a2a2a;
}

.db-modal-btn-cancel {
	background: transparent;
	border: 1px solid #333;
	color: #aaa;
	font-size: 0.82rem;
	font-weight: 600;
	padding: 8px 18px;
	border-radius: 6px;
	cursor: pointer;
	transition: all 0.2s ease;
}

.db-modal-btn-cancel:hover {
	border-color: #555;
	color: #fff;
}

.db-modal-btn-save {
	background-color: #6b4f02;
	border: 1.5px solid #6b4f02;
	color: #fff;
	font-size: 0.82rem;
	font-weight: 700;
	padding: 8px 20px;
	border-radius: 6px;
	cursor: pointer;
	transition: all 0.2s ease;
}

.db-modal-btn-save:hover:not(:disabled) {
	background-color: #c9a84c;
	border-color: #c9a84c;
	color: #000;
}

.db-modal-btn-save:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}

/* End Dashboard Modal Dark */

/* Tjipta Karya landing screen */
.public-site {
	background: #111111;
	padding-top: 58px;
	scroll-padding-top: 58px;
}

.public-site .navbar {
	background: #191a1b;
	border-bottom: 3px solid #e29b4d;
	height: 58px;
	left: 0;
	padding: 0 clamp(24px, 6vw, 112px);
	position: fixed;
	right: 0;
	top: 0;
	z-index: 3;
}

.public-site .navbar::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(
			circle at 24% 30%,
			rgba(255, 255, 255, 0.08),
			transparent 28%
		),
		radial-gradient(
			circle at 78% 70%,
			rgba(255, 255, 255, 0.05),
			transparent 32%
		),
		repeating-linear-gradient(
			120deg,
			rgba(255, 255, 255, 0.018) 0,
			rgba(255, 255, 255, 0.018) 1px,
			transparent 1px,
			transparent 5px
		),
		rgba(8, 8, 8, 0.76);
	z-index: -1;
}

.public-site .navbar .container-fluid {
	margin: 0 auto;
	max-width: 1440px;
	padding: 0;
}

.tk-brand {
	align-items: center;
	display: flex;
	gap: 5px;
	line-height: 0.8;
	padding: 0 !important;
}

.tk-brand-mark {
	border: 2px solid #ffffff;
	border-radius: 50%;
	color: #ffffff;
	display: inline-block;
	height: 18px;
	line-height: 1;
	position: relative;
	width: 18px;
}

.tk-brand-mark::after {
	background: #ffffff;
	border-radius: 50%;
	content: "";
	height: 4px;
	left: 5px;
	position: absolute;
	top: 5px;
	width: 4px;
}

.tk-brand-name {
	color: #ffffff;
	font-family: "Toxigenesis", "Poppins", sans-serif;
	font-size: 0.66rem;
	font-weight: 700;
	letter-spacing: 0.02em;
}

.public-site .nav-link-custom {
	font-family: "Toxigenesis", "Poppins", sans-serif;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	padding: 0.5rem 0.9rem !important;
	text-transform: none;
}

.public-site .navbar-toggler {
	margin-left: auto;
}

.tk-homepage {
	background: #111111;
}

.tk-hero {
	align-items: center;
	background:
		linear-gradient(rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.52)),
		url("../uploads/foto_profile/b071e54d43f9d34964709b170c5a3665.jpg") center
			35% / cover;
	display: flex;
	height: calc(100vh - 58px);
	justify-content: center;
	min-height: 560px;
	position: relative;
	overflow: hidden;
}

.tk-hero::before {
	background: rgba(255, 255, 255, 0.16);
	content: "";
	inset: 0;
	mix-blend-mode: screen;
	position: absolute;
}

.tk-hero-wordmark {
	color: #ffffff;
	display: flex;
	font-family: "Toxigenesis", "Poppins", sans-serif;
	font-size: clamp(4rem, 12vw, 9rem);
	font-weight: 700;
	gap: clamp(0.25rem, 1vw, 1rem);
	letter-spacing: 0.05em;
	line-height: 1;
	position: relative;
	text-shadow: 0 3px 20px rgba(0, 0, 0, 0.25);
	z-index: 1;
}

/* Figma landing layout */
.tk-screen,
.tk-service-screen,
.tk-work-screen,
.tk-client-screen {
	background-color: #050505;
	background-image:
		radial-gradient(rgba(255, 255, 255, 0.07) 0.7px, transparent 0.7px),
		linear-gradient(rgba(0, 0, 0, 0.48), rgba(0, 0, 0, 0.72)),
		url("../uploads/foto_profile/b071e54d43f9d34964709b170c5a3665.jpg");
	background-position: center;
	background-size:
		4px 4px,
		cover,
		cover;
	color: #ffffff;
	position: relative;
}

.tk-screen {
	min-height: calc(100vh - 58px);
	scroll-margin-top: 58px;
}

.tk-hero {
	background-image:
		linear-gradient(rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.3)),
		url("../uploads/foto_profile/b071e54d43f9d34964709b170c5a3665.jpg");
	background-position: center 24%;
}

.tk-hero-logo {
	display: flex;
	gap: 4px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.tk-logo-ring {
	border: 9px solid #ffffff;
	border-radius: 50%;
	display: block;
	height: 66px;
	position: relative;
	width: 66px;
}

.tk-logo-ring::after {
	background: #ffffff;
	border-radius: 50%;
	content: "";
	height: 14px;
	left: 17px;
	position: absolute;
	top: 17px;
	width: 14px;
}

.tk-logo-ring--cut {
	border-right-color: transparent;
	transform: rotate(-25deg);
}

.tk-about {
	background-image:
		linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.76)),
		url("../uploads/foto_profile/2191deb1eb76d1f76a0393436891b06a.jpg");
}
.tk-about-title {
	font-family: "Poppins", sans-serif;
	font-size: clamp(4rem, 7vw, 6rem);
	font-weight: 800;
	line-height: 0.83;
	text-align: center;
	padding-left: 38%;
}

.tk-about-title:hover,
.tk-about-title:focus {
	color: #e29b4d;
}

.tk-about-text {
	font-weight: 600;
	font-size: 16px;
}

.tk-about-text span {
	color: #e29b4d;
}

.tk-service-screen {
	min-height: 720px;
	padding: 62px 11.2vw 58px;
	scroll-margin-top: 58px;
}

.tk-service-heading {
	align-items: end;
	display: flex;
	gap: 24px;
	margin: 0 auto 42px;
	max-width: 1150px;
}

.tk-service-heading h1 {
	font-size: clamp(3.7rem, 7vw, 6.8rem);
	font-weight: 800;
	letter-spacing: -0.04em;
	line-height: 0.9;
	margin: 0;
}

.tk-service-heading p {
	font-size: 0.95rem;
	line-height: 1.15;
	margin: 0 0 4px;
}

.tk-service-cards {
	margin: 0 auto;
}

.tk-service-cards article {
	align-items: center;
	background:
		linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.64)),
		var(--card-image) center / cover;
	display: flex;
	flex-direction: column;
	height: 410px;
	justify-content: space-between;
	padding: 92% 20px 28px;
	position: relative;
	text-align: left;
	transition: filter 0.25s ease;
}

.tk-service-cards article:hover {
	filter: brightness(1.2);
}

.tk-service-cards article::after {
	background: rgba(255, 255, 255, 0.34);
	content: "";
	inset: 0;
	position: absolute;
}

.tk-service-cards span,
.tk-service-cards b {
	position: relative;
	z-index: 1;
}

.tk-service-cards span {
	font-size: clamp(1.2rem, 1.8vw, 2rem);
	font-weight: 800;
	line-height: 1.02;
	transform: rotate(90deg);
	transform-origin: center;
	width: 260px;
}

.tk-service-cards b {
	font-size: 2.3rem;
	font-weight: 500;
	text-shadow: 0 2px 2px #000;
}

.tk-service-copy {
	font-size: 0.92rem;
	line-height: 1.2;
	margin: 44px auto 0;
	max-width: 1150px;
}

.tk-work-screen {
	min-height: 720px;
	padding: 125px 10.3vw 70px;
	scroll-margin-top: 58px;
}

.tk-work-quote {
	color: #222222;
	font-size: 12rem;
	font-weight: 800;
	line-height: 0.7;
	position: absolute;
	top: 60px;
}

.tk-work-card {
	background:
		linear-gradient(90deg, rgba(255, 128, 24, 0.96), rgba(255, 255, 255, 0.78)),
		url("../uploads/foto_profile/b071e54d43f9d34964709b170c5a3665.jpg") center /
			cover;
	margin: 0 auto;
	max-width: 1230px;
	min-height: 390px;
	padding: 56px 42px 42px;
}

.tk-work-card h2 {
	font-size: clamp(2rem, 4vw, 3.4rem);
	line-height: 1.04;
	margin: 0 0 20px;
	max-width: 850px;
}

.tk-work-card p {
	border-top: 2px solid #ffffff;
	font-size: 0.96rem;
	line-height: 1.3;
	margin: 0;
	max-width: 1000px;
	padding-top: 14px;
}

.tk-work-card strong {
	display: block;
	font-size: 3.5rem;
	margin-top: 35px;
}

.tk-work-arrow {
	background: #ff8018;
	border: 0;
	color: #ffffff;
	font-size: 3rem;
	height: 64px;
	line-height: 1;
	position: absolute;
	top: 48%;
	width: 48px;
}

.tk-work-arrow--prev {
	left: 8vw;
}

.tk-work-arrow--next {
	right: 4vw;
}

.tk-behind {
	align-items: center;
	display: flex;
	justify-content: center;
	background-image:
		linear-gradient(rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0.72)),
		url("../uploads/foto_profile/b071e54d43f9d34964709b170c5a3665.jpg");
}

.tk-behind h2 {
	font-size: clamp(4rem, 9vw, 8rem);
	font-weight: 800;
	line-height: 0.82;
	text-align: center;
}

.tk-behind h2 span {
	background: #ff8018;
	font-size: 0.58em;
	padding: 0 20px;
}

.tk-client-screen {
	min-height: 660px;
	padding: 70px 9vw;
	scroll-margin-top: 58px;
	text-align: center;
}

.tk-client-screen h2 {
	font-size: clamp(3.5rem, 7vw, 6rem);
	margin: 0 auto 70px;
}

.tk-client-screen h2 span {
	background: #ff8018;
	padding: 0 26px;
}

.tk-client-grid {
	display: grid;
	gap: 50px 35px;
	grid-template-columns: repeat(5, 1fr);
	margin: 0 auto;
	max-width: 1120px;
}

.tk-client-grid b {
	color: #dddddd;
	font-size: clamp(0.8rem, 1.5vw, 1.45rem);
}

.tk-contact-screen {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 720px;
	text-align: center;
	background-image:
		linear-gradient(rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.65)),
		url("../uploads/foto_profile/b071e54d43f9d34964709b170c5a3665.jpg");
}

.tk-contact-screen > p {
	font-size: clamp(1.3rem, 2.5vw, 2.3rem);
	font-weight: 700;
	line-height: 1.05;
}

.tk-contact-screen > p em {
	color: #ff8018;
	font-style: normal;
}

.tk-contact-logo {
	margin: 22px 0 110px;
	position: relative;
	top: auto;
	left: auto;
	transform: none;
}

.tk-social-links {
	display: grid;
	gap: 25px;
	grid-template-columns: repeat(4, 1fr);
	width: min(1200px, 100%);
}

.tk-social-links a {
	color: #ffffff;
	font-size: 1rem;
	font-weight: 500;
}

@media (max-width: 767.98px) {
	.public-site .navbar {
		height: 62px;
	}

	.public-site {
		padding-top: 62px;
		scroll-padding-top: 62px;
	}

	.public-site .navbar-collapse {
		background: #151515;
		margin: 0 -24px;
		padding: 0.8rem 24px;
	}

	.public-site .navbar-nav {
		align-items: flex-start !important;
	}

	.public-site .nav-link-custom {
		padding-left: 0 !important;
	}

	.tk-hero {
		height: calc(100vh - 62px);
		min-height: 520px;
	}

	.tk-logo-ring {
		border-width: 6px;
		height: 42px;
		width: 42px;
	}

	.tk-logo-ring::after {
		height: 9px;
		left: 11px;
		top: 11px;
		width: 9px;
	}

	.tk-about-title {
		font-size: clamp(4rem, 20vw, 7rem);
	}

	.tk-service-screen {
		min-height: 0;
		padding: 58px 8vw 55px;
	}

	.tk-service-heading {
		align-items: flex-start;
		flex-direction: column;
		gap: 22px;
	}

	.tk-service-heading h1 {
		font-size: clamp(3.3rem, 15vw, 5.2rem);
	}

	.tk-service-cards {
		gap: 14px;
		grid-template-columns: repeat(6, minmax(105px, 1fr));
		overflow-x: auto;
		padding-bottom: 12px;
	}

	.tk-service-cards article {
		height: 290px;
		padding: 20px 12px;
	}

	.tk-service-cards span {
		font-size: 1.05rem;
		width: 190px;
	}

	.tk-service-cards b {
		font-size: 1.5rem;
	}

	.tk-service-copy {
		font-size: 0.82rem;
		margin-top: 28px;
	}

	.tk-work-screen {
		min-height: 570px;
		padding: 110px 8vw 55px;
	}

	.tk-work-card {
		min-height: 360px;
		padding: 32px 22px;
	}

	.tk-work-card strong {
		font-size: 2.2rem;
	}

	.tk-work-arrow {
		height: 44px;
		width: 34px;
	}

	.tk-work-arrow--prev {
		left: 2vw;
	}

	.tk-work-arrow--next {
		right: 2vw;
	}

	.tk-behind {
		min-height: 560px;
	}

	.tk-client-screen {
		min-height: 620px;
		padding: 58px 8vw;
	}

	.tk-client-screen h2 {
		margin-bottom: 55px;
	}

	.tk-client-grid {
		gap: 28px 14px;
		grid-template-columns: repeat(3, 1fr);
	}

	.tk-contact-screen {
		min-height: 620px;
	}

	.tk-contact-logo {
		margin-bottom: 90px;
	}

	.tk-social-links {
		gap: 24px 12px;
		grid-template-columns: repeat(2, 1fr);
	}
}

.btn-custom-success {
	width: 100%;
	max-width: 184px;
	padding: 10px;
	font-weight: 600;
	border-radius: 30px;
}

.btn-custom-success.btn-success {
	background-color: #c9a84c;
	border: 2px solid #c9a84c;
	color: #000;
}

.btn-custom-success.btn-outline-success {
	border: 2px solid #ffffff;
	color: #ffffff;
	background-color: transparent;
}

.btn-custom-success.btn-success:hover,
.btn-custom-success.btn-success:focus {
	background-color: #b8963f;
	border-color: #b8963f;
}

.btn-custom-success.btn-outline-success:hover,
.btn-custom-success.btn-outline-success:focus {
	background-color: #ffffff;
	border-color: #ffffff;
	color: #000;
}

.dropdown-menu {
	background-color: #1a1a1a;
	border: 1px solid #333;
}

.dropdown-item {
	color: #ffffff;
}

.dropdown-item:hover {
	background-color: #2a2a2a;
	color: #c9a84c;
}

.max-width-90 {
	width: 90%;
}

/* Start login/register card */
.auth-section {
	padding: 50px 0;
	background-color: #000000;
	min-height: calc(100vh - 80px);
	display: flex;
	align-items: center;
	position: relative;
}

.auth-section::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../img/visax-unsplash.png") no-repeat center center;
	background-size: cover;
	opacity: 0.9;
	z-index: 0;
}

.auth-section > .container {
	position: relative;
	z-index: 1;
}

.auth-phone {
	position: relative;
}

.auth-phone-img {
	max-width: 390px;
	width: 100%;
	height: auto;
}

.auth-card {
	background-color: transparent;
	border: 3px solid #c9a84c;
	border-radius: 15px;
	padding: 40px;
	max-width: 450px;
	margin: 0 auto;
}

.auth-logo {
	max-width: 250px;
	margin-bottom: 15px;
}

.auth-card-title {
	color: #fff;
	font-size: 1.2rem;
	margin-top: 10px;
}

.auth-card label {
	color: #fff;
	font-weight: 600;
	font-size: 0.85rem;
	margin-bottom: 4px;
}

.auth-input {
	background-color: #ffffff;
	border: 1px solid #ffffff;
	border-radius: 5px;
	padding: 10px 12px;
	font-size: 0.9rem;
	color: #333;
}

.auth-input:focus {
	background-color: #ffffff;
	border-color: #c9a84c;
	box-shadow: 0 0 0 0.1rem rgba(201, 168, 76, 0.25);
	color: #333;
}

.auth-btn-submit {
	background-color: #c9a84c;
	border: 2px solid #c9a84c;
	color: #fff;
	font-weight: 700;
	font-size: 0.9rem;
	padding: 10px;
	border-radius: 5px;
	transition: all 0.3s ease;
}

.auth-btn-submit:hover {
	background-color: #b8963f;
	border-color: #b8963f;
	color: #000000;
}

.unify-login-card,
.unify-register-card {
	background-color: #1a1a1a;
	border: 1px solid #333;
	border-radius: 10px;
}

.unify-login-card h4,
.unify-register-card h4 {
	font-size: 1.2rem;
	font-weight: 600;
	color: #c9a84c;
}

.unify-login-card label,
.unify-register-card label {
	font-size: 0.9rem;
	color: #ffffff;
	font-weight: 600;
	margin-bottom: 2px;
	margin-left: 8px;
}

/* End login/register card */

/* Start Product Section */
.product-section {
	position: relative;
	padding: 50px 0;
	background-image: url("../img/visax-unsplash.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 60%;
	background-attachment: fixed;
	background-blend-mode: luminosity;
}

.product-title {
	font-family: "Toxigenesis", "Poppins", sans-serif;
	font-weight: bold;
	font-size: 2.8rem;
	color: #c9a84c;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.product-description p {
	font-size: 1.1rem;
	color: #ffffff;
	line-height: 1.8;
	margin-bottom: 15px;
	font-weight: 300;
}

.product-description p b {
	font-weight: 700;
}

.product-card-showcase {
	margin-top: 20px;
	margin-bottom: 40px;
}

.product-card-row {
	margin: 0 -12px;
}

.product-card-col {
	padding: 0 12px;
	margin-bottom: 20px;
}

.product-card-item {
	text-align: center;
}

.product-card-item img {
	display: block;
	width: 100%;
	max-width: 290px;
	height: auto;
	margin: 0 auto;
	border-radius: 20px;
	box-shadow: 0 16px 32px rgba(0, 0, 0, 0.35);
}

.product-card-label {
	margin-top: 12px;
	color: gray;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.02em;
}

.product-style-block {
	margin-top: 10px;
	margin-bottom: 30px;
}

.product-style-title {
	font-family: "Toxigenesis", "Poppins", sans-serif;
	font-weight: bold;
	font-size: 2.1rem;
	color: #c9a84c;
	margin-bottom: 22px;
	text-transform: uppercase;
}

.product-style-copy {
	max-width: 1180px;
	margin: 0 auto;
	font-size: 1.1rem;
	line-height: 1.8;
	color: #d9b65d;
	font-weight: 300;
}

.product-style-copy strong {
	color: #d9b65d;
	font-weight: 700;
}

.product-features {
	margin-top: 30px;
	margin-bottom: 30px;
}

.feature-title {
	font-family: "Toxigenesis", "Poppins", sans-serif;
	font-weight: bold;
	font-size: 1rem;
	color: #c9a84c;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.feature-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.feature-list li {
	color: #ffffff;
	font-size: 0.95rem;
	font-weight: 300;
	padding: 4px 0;
}

.product-buttons {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px;
}

.product-buttons--floating {
	position: fixed;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 999;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
	gap: 14px;
	background: rgba(0, 0, 0, 0.55);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	padding: 12px 24px;
	border-radius: 50px;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
	pointer-events: auto;
	white-space: nowrap;
}

/* Floating button — mobile */
@media (max-width: 575.98px) {
	.product-buttons--floating {
		bottom: 0;
		left: 0;
		right: 0;
		transform: none;
		width: 100%;
		border-radius: 0;
		padding: 12px 16px;
		gap: 10px;
		background: rgba(0, 0, 0, 0.75);
	}

	.product-buttons--floating .btn-about-signup,
	.product-buttons--floating .btn-about-contact {
		flex: 1;
		text-align: center;
		padding: 10px 12px;
		font-size: 0.78rem;
	}
}

.primepass-pricing {
	margin-top: 20px;
	margin-bottom: 30px;
	position: relative;
}

.pricing-header {
	margin-bottom: 30px;
}

.pricing-header h2,
.what-you-get h2 {
	font-family: "Toxigenesis", "Poppins", sans-serif;
	font-weight: bold;
	font-size: clamp(2.1rem, 3vw, 4rem);
	color: #c9a84c;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	margin: 0;
	text-align: left;
}

.pricing-grid {
	margin-bottom: 38px;
	max-width: 1480px;
}

.pricing-grid > [class*="col-"] {
	padding-left: 10px;
	padding-right: 10px;
	flex: 1 1 0;
	min-width: 0;
}

.pricing-card {
	position: relative;
	height: 100%;
	display: flex;
	flex-direction: column;
	padding: 12px 10px 20px;
	background: #000;
	border: 2px solid rgba(201, 168, 76, 0.9);
	border-radius: 20px;
	box-shadow: inset 0 0 0 1px rgba(201, 168, 76, 0.25);
	text-align: center;
	min-height: 380px;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
}

@media (max-width: 991.98px) {
	.pricing-grid > [class*="col-"] {
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media (max-width: 575.98px) {
	.pricing-grid > [class*="col-"] {
		flex: 0 0 33.333%;
		max-width: 33.333%;
	}

	.pricing-grid > [class*="col-"]:nth-child(4),
	.pricing-grid > [class*="col-"]:nth-child(5) {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.pricing-grid > [class*="col-"]:nth-child(1) .pricing-card,
	.pricing-grid > [class*="col-"]:nth-child(2) .pricing-card,
	.pricing-grid > [class*="col-"]:nth-child(3) .pricing-card {
		padding: 8px 4px 12px;
		border-radius: 12px;
		min-height: unset;
		overflow: hidden;
	}

	.pricing-grid > [class*="col-"]:nth-child(1) .pricing-icon-wrap,
	.pricing-grid > [class*="col-"]:nth-child(2) .pricing-icon-wrap,
	.pricing-grid > [class*="col-"]:nth-child(3) .pricing-icon-wrap {
		width: 44px;
		height: 44px;
		margin-bottom: 6px;
	}

	.pricing-grid > [class*="col-"]:nth-child(1) .pricing-icon-wrap img,
	.pricing-grid > [class*="col-"]:nth-child(2) .pricing-icon-wrap img,
	.pricing-grid > [class*="col-"]:nth-child(3) .pricing-icon-wrap img {
		width: 36px;
		height: 36px;
	}

	.pricing-grid > [class*="col-"]:nth-child(1) .pricing-card h3,
	.pricing-grid > [class*="col-"]:nth-child(2) .pricing-card h3,
	.pricing-grid > [class*="col-"]:nth-child(3) .pricing-card h3 {
		font-size: 0.6rem;
		margin-bottom: 4px;
	}

	.pricing-grid > [class*="col-"]:nth-child(1) .pricing-count,
	.pricing-grid > [class*="col-"]:nth-child(2) .pricing-count,
	.pricing-grid > [class*="col-"]:nth-child(3) .pricing-count {
		font-size: 0.5rem;
		margin-bottom: 8px;
	}

	.pricing-grid > [class*="col-"]:nth-child(1) .pricing-price,
	.pricing-grid > [class*="col-"]:nth-child(2) .pricing-price,
	.pricing-grid > [class*="col-"]:nth-child(3) .pricing-price {
		font-size: 0.75rem;
		margin-bottom: 8px;
	}

	.pricing-grid > [class*="col-"]:nth-child(1) .pricing-price span,
	.pricing-grid > [class*="col-"]:nth-child(2) .pricing-price span,
	.pricing-grid > [class*="col-"]:nth-child(3) .pricing-price span {
		font-size: 0.5rem;
	}

	.pricing-grid > [class*="col-"]:nth-child(1) .pricing-price small,
	.pricing-grid > [class*="col-"]:nth-child(2) .pricing-price small,
	.pricing-grid > [class*="col-"]:nth-child(3) .pricing-price small {
		font-size: 0.45rem;
	}

	.pricing-grid > [class*="col-"]:nth-child(1) .pricing-divider,
	.pricing-grid > [class*="col-"]:nth-child(2) .pricing-divider,
	.pricing-grid > [class*="col-"]:nth-child(3) .pricing-divider {
		margin-bottom: 8px;
	}

	.pricing-grid > [class*="col-"]:nth-child(1) .pricing-custom-note,
	.pricing-grid > [class*="col-"]:nth-child(2) .pricing-custom-note,
	.pricing-grid > [class*="col-"]:nth-child(3) .pricing-custom-note {
		font-size: 0.45rem;
		gap: 4px;
		margin-bottom: 8px;
	}

	.pricing-grid > [class*="col-"]:nth-child(1) .pricing-custom-note img,
	.pricing-grid > [class*="col-"]:nth-child(2) .pricing-custom-note img,
	.pricing-grid > [class*="col-"]:nth-child(3) .pricing-custom-note img {
		width: 10px;
		height: 10px;
	}

	.pricing-grid > [class*="col-"]:nth-child(1) .pricing-bonus img,
	.pricing-grid > [class*="col-"]:nth-child(2) .pricing-bonus img,
	.pricing-grid > [class*="col-"]:nth-child(3) .pricing-bonus img {
		max-width: 70px;
	}

	.pricing-grid > [class*="col-"]:nth-child(1) .pricing-feature,
	.pricing-grid > [class*="col-"]:nth-child(2) .pricing-feature,
	.pricing-grid > [class*="col-"]:nth-child(3) .pricing-feature {
		font-size: 0.42rem;
		padding: 6px 4px;
		gap: 4px;
		border-radius: 6px;
		min-height: unset;
	}

	.pricing-grid > [class*="col-"]:nth-child(1) .pricing-feature img,
	.pricing-grid > [class*="col-"]:nth-child(2) .pricing-feature img,
	.pricing-grid > [class*="col-"]:nth-child(3) .pricing-feature img {
		width: 16px;
		height: 16px;
	}
}

.pricing-icon-wrap,
.pricing-bonus,
.what-icon {
	position: relative;
	z-index: 1;
}

.pricing-icon-wrap {
	width: 90px;
	height: 90px;
	margin: 0 auto 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	border: none;
	border-radius: 0;
	box-shadow: none;
}

.pricing-icon-wrap img {
	width: 70px;
	height: 70px;
	object-fit: contain;
	filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.35));
}

.pricing-card h3 {
	position: relative;
	z-index: 1;
	font-family: "Toxigenesis", "Poppins", sans-serif;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	color: #c9a84c;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.pricing-count {
	position: relative;
	z-index: 1;
	font-size: 0.8rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	color: #ffffff;
	margin-bottom: 18px;
}

.pricing-price {
	position: relative;
	z-index: 1;
	font-size: 1.45rem;
	line-height: 1.2;
	color: #c9a84c;
	margin-bottom: 16px;
}

.pricing-price span {
	font-size: 0.8rem;
	margin-right: 3px;
	vertical-align: middle;
	color: #ffffff;
}

.pricing-price small {
	display: block;
	font-size: 0.72rem;
	font-weight: 500;
	color: #d0d0d0;
}

.pricing-divider {
	position: relative;
	z-index: 1;
	height: 1px;
	background: rgba(255, 255, 255, 0.45);
	margin: 0 0 16px;
}

.pricing-bonus {
	margin-bottom: 16px;
}

.pricing-bonus img {
	display: inline-block;
	max-width: 145px;
	height: auto;
	filter: drop-shadow(0 0 10px rgba(255, 60, 60, 0.25));
}

.pricing-custom-note {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin-bottom: 16px;
	font-size: 0.78rem;
	color: #d0d0d0;
}

.pricing-custom-note img {
	width: 18px;
	height: 18px;
	object-fit: contain;
	flex-shrink: 0;
}

.pricing-custom-note .note-text {
	line-height: 1.35;
	text-align: left;
}

.pricing-custom-note .note-text s {
	color: #aaa;
	font-size: 0.72rem;
}

.pricing-custom-note .note-text .note-price {
	color: #e53935;
	font-size: 0.72rem;
	font-weight: 600;
}

.pricing-feature {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 12px;
	border: 1px solid rgba(201, 168, 76, 0.5);
	border-radius: 10px;
	margin-top: 12px;
	color: #f4ead5;
	font-size: 0.58rem;
	line-height: 1.45;
	min-height: 56px;
}

.pricing-feature span {
	text-align: left;
	flex: 1;
}

.pricing-feature img {
	width: 28px;
	height: 28px;
	object-fit: contain;
	flex-shrink: 0;
}

.what-you-get {
	margin-top: 10px;
	padding-top: 32px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.what-you-get-top {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 21px;
	margin-bottom: 16px;
	flex-wrap: wrap;
}

.what-you-get-title {
	font-family: "Toxigenesis", "Poppins", sans-serif;
	font-weight: bold;
	color: #c9a84c;
	white-space: nowrap;
	margin: 0;
	font-size: 1.4rem;
}

.what-you-get-tagline {
	font-size: 1rem;
	font-weight: 600;
	color: #c9a84c;
	letter-spacing: 0.03em;
	line-height: 1.6;
	margin: 0;
}

.what-you-get-row {
	margin-top: 20px;
	flex-wrap: nowrap;
}

.what-you-get-item {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	gap: 10px;
	padding: 0 10px;
	margin-bottom: 0;
	text-align: left;
	flex: 1;
	min-width: 0;
}

.what-you-get-item p {
	margin: 0;
	font-size: 0.75rem;
	line-height: 1.55;
	color: #c9a84c;
	font-weight: 400;
}

.what-icon {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	margin: 0;
	border: none;
	border-radius: 0;
	background: none;
}

.what-icon img {
	width: 38px;
	height: 38px;
	object-fit: contain;
}

@media (max-width: 767.98px) {
	.what-you-get-row {
		flex-wrap: wrap;
	}

	.what-you-get-item {
		flex: 0 0 50%;
		max-width: 50%;
		margin-bottom: 16px;
	}
}

.main-product {
	padding: 0px;
}

.card-product {
	color: #c9a84c;
	border-radius: 20px;
	border-color: #333;
	background-color: #1a1a1a;
}

.card-product .card-body {
	height: 100%;
	min-height: 490px;
	background: linear-gradient(180deg, #1a1a1a, #000000);
	border-radius: 20px;
}

/* End Product Section */

/* Start About Section */
.about-section {
	position: relative;
	min-height: calc(100vh - 80px);
	padding: 50px 0;
	background-color: #000000;
}

.about-title {
	font-family: "Toxigenesis", "Poppins", sans-serif;
	font-weight: bold;
	font-size: 2.8rem;
	color: #c9a84c;
	margin-bottom: 40px;
	text-transform: uppercase;
}

.about-description p {
	font-size: 1.1rem;
	color: #ffffff;
	line-height: 1.8;
	margin-bottom: 25px;
	font-weight: 300;
}

.about-description p b {
	font-weight: 700;
}

.about-buttons {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px;
}

.btn-about-signup {
	background-color: #c9a84c;
	color: #000000 !important;
	font-weight: 700;
	font-size: 0.9rem;
	padding: 14px 50px;
	border-radius: 5px;
	border: 2px solid #c9a84c;
	transition: all 0.3s ease;
	display: inline-block;
}

.btn-about-signup:hover {
	background-color: #b8963f;
	border-color: #b8963f;
	color: #000000 !important;
}

.btn-about-contact {
	background-color: transparent;
	color: #c9a84c !important;
	font-weight: 600;
	font-size: 0.9rem;
	padding: 14px 50px;
	border-radius: 5px;
	border: 2px solid #c9a84c;
	transition: all 0.3s ease;
	display: inline-block;
}

.btn-about-contact:hover {
	background-color: #c9a84c;
	color: #000000 !important;
}

.main-about {
	color: #c9a84c;
	padding-top: 10px;
}

.main-about .title-generation {
	font-family: "Toxigenesis", "Poppins", sans-serif;
	font-weight: bold;
	font-size: 1.7rem;
	text-align: center;
}

.main-about .title-generation span {
	background-color: #c9a84c;
	color: #000;
	padding: 0px 6px;
}

.main-about .main-deskripsi {
	padding-left: 100px;
	padding-right: 100px;
	margin-top: 30px;
}

.main-about .main-deskripsi p {
	font-size: 1.1rem;
	color: #ffffff;
	margin-bottom: 20px;
}

/* End About Section */

/* Start Partnership Section */
.main-partnership {
	color: #c9a84c;
	padding-top: 10px;
}

.main-partnership .title-partner {
	font-family: "Toxigenesis", "Poppins", sans-serif;
	font-weight: bold;
	font-size: 2.4rem;
	text-align: center;
}

.main-partnership .main-deskripsi p {
	font-size: 1.1rem;
	color: #ffffff;
}

/* End Partnership Section */

/* Start Dashboard */
.main-content {
	padding: 0rem 5.7rem;
}

.box {
	padding: 15px 20px;
	border: 1px solid #333;
	background-color: #1a1a1a;
	box-shadow: 0px 3px 18px rgba(0, 0, 0, 0.3);
	border-radius: 11px;
	position: relative;
}

.box .box-background {
	background: linear-gradient(135deg, #1a1a1a, #c9a84c);
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 11px;
	opacity: 0.1;
}

.box h3.box-title {
	color: #c9a84c;
	font-size: 20px;
	font-weight: bold;
}

.box h3.box-title img {
	width: 100%;
	max-width: 38px;
	margin-right: 10px;
}

.box .box-body {
	z-index: 1;
	position: relative;
}

.overview .saldo-token {
	font-size: 65px;
	font-weight: bold;
	margin: 8px 0px;
	color: #ffffff;
}

.overview .label-value {
	color: #c9a84c;
	font-size: 14px;
	margin-bottom: 0px;
	font-weight: 600;
}

.overview .saldo-rupiah {
	font-size: 19px;
	font-weight: bold;
	margin-bottom: 5px;
}

.overview .balance-validity {
	display: flex;
	font-size: 17px;
	margin-top: 30px;
}

.overview .balance-validity i {
	color: #a8a8a8;
	margin-right: 5px;
}

.overview .balance-validity img {
	width: 100%;
	height: 100%;
	max-width: 80px;
	margin-right: 3px;
}

.overview .balance-validity p {
	color: #c9a84c;
	margin-bottom: 0px;
	margin-top: -8px;
}

.overview .label-day {
	font-size: 22px;
	font-weight: bold;
}

.activity-summary {
	display: flex;
	margin-top: 20px;
	margin-bottom: 11px;
}

.activity-summary img {
	width: 100%;
	height: 100%;
	max-width: 50px;
	margin-right: 12px;
}

.activity-summary .main-summary .token {
	margin-bottom: 0px;
	line-height: 1;
	font-size: 29px;
	font-weight: bold;
}

.activity-summary .main-summary .label {
	margin-bottom: 0px;
	font-size: 14px;
	color: #c9a84c;
	font-weight: 600;
}

.card-payment {
	color: #ffffff;
	border-radius: 28px;
	border-color: #333;
	background-color: #1a1a1a;
}

.card-payment .card-body {
	background: #1a1a1a;
	border-radius: 28px;
	padding: 27px;
}

.payment-header {
	background-color: #c9a84c;
	color: #000;
	padding: 17px;
	text-align: center;
	font-size: 0.9rem;
}

/* Responsive */
@media screen and (max-width: 991.98px) {
	.navbar > .container,
	.navbar > .container-fluid {
		padding-left: 20px;
		padding-right: 20px;
	}

	.navbar-collapse {
		padding: 15px 0;
	}

	.navbar-nav .nav-item {
		margin-bottom: 8px;
	}

	.navbar-nav .nav-link-custom {
		padding: 8px 0;
		font-size: 1rem;
	}
}

@media screen and (max-width: 767.98px) {
	.navbar {
		padding: 10px 0;
	}

	.navbar > .container,
	.navbar > .container-fluid {
		padding-left: 20px;
		padding-right: 20px;
	}

	.navbar-collapse {
		padding: 15px 0;
	}

	.navbar-nav .nav-item {
		margin-bottom: 8px;
	}

	.navbar-nav .nav-link-custom {
		padding: 8px 0;
		font-size: 1rem;
	}

	.main-content {
		padding: 0rem;
	}

	.main-about .main-deskripsi {
		padding-left: 0px;
		padding-right: 0px;
		margin-top: 21px;
	}

	.main-about .main-deskripsi p {
		font-size: 1rem;
	}

	.main-about .title-generation {
		font-size: 1.4rem;
		text-align: left;
	}

	.about-title {
		font-size: 1.8rem;
		margin-bottom: 25px;
	}

	.about-description p {
		font-size: 0.95rem;
	}

	.about-buttons .btn-about-signup,
	.about-buttons .btn-about-contact {
		padding: 10px 30px;
		font-size: 0.85rem;
	}

	.main-partnership .title-partner {
		font-size: 1.6rem;
		text-align: left;
	}

	.main-partnership .main-deskripsi p {
		font-size: 1rem;
	}

	.main-product {
		padding: 0px 15px;
	}

	.product-title {
		font-size: 1.8rem;
		white-space: normal;
	}

	.product-description p {
		font-size: 0.95rem;
	}

	.feature-title {
		font-size: 0.9rem;
	}

	.feature-list li {
		font-size: 0.9rem;
	}

	.overview .saldo-token {
		font-size: 49px;
	}

	.auth-card {
		padding: 25px 20px;
		margin-bottom: 20px;
	}

	.auth-phone-img {
		max-width: 200px;
	}

	.auth-logo {
		max-width: 130px;
	}

	.max-width-90 {
		width: 100%;
	}
}

@media screen and (max-width: 575.98px) {
	.nav-link-custom {
		font-size: 0.85rem;
	}

	.auth-card {
		padding: 20px 15px;
	}

	.auth-phone-img {
		max-width: 250px;
		margin-bottom: 10px;
	}

	.auth-logo {
		max-width: 110px;
	}

	.auth-card-title {
		font-size: 1rem;
	}

	.auth-input {
		font-size: 0.85rem;
		padding: 8px 10px;
	}

	.auth-btn-submit {
		font-size: 0.85rem;
		padding: 9px;
	}
}

.profile-section-title {
	font-size: 0.75rem;
	font-weight: 700;
	color: #c9a84c;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	padding-bottom: 10px;
	border-bottom: 1px solid #2a2a2a;
	margin-bottom: 16px;
}

.profile-alert-box {
	padding: 10px 14px;
	border-radius: 6px;
	font-size: 0.85rem;
	font-weight: 500;
	margin-bottom: 16px;
}

.profile-alert-success {
	background-color: rgba(39, 174, 96, 0.15);
	border: 1px solid #27ae60;
	color: #2ecc71;
}

.profile-alert-error {
	background-color: rgba(231, 76, 60, 0.15);
	border: 1px solid #e74c3c;
	color: #e74c3c;
}

.profile-foto-wrap {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 20px;
	background-color: #1a1a1a;
	border: 1px solid #2a2a2a;
	border-radius: 10px;
	padding: 14px;
}

.profile-foto-preview {
	position: relative;
	width: 72px;
	height: 72px;
	border-radius: 50%;
	overflow: hidden;
	border: 2px solid #6b4f02;
	flex-shrink: 0;
	background-color: #111;
	cursor: pointer;
}

.profile-foto-preview img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.profile-foto-placeholder {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #555;
	font-size: 1.8rem;
}

.profile-foto-overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 1rem;
	opacity: 0;
	transition: opacity 0.2s ease;
}

.profile-foto-preview:hover .profile-foto-overlay {
	opacity: 1;
}

.profile-foto-info {
	flex: 1;
}

.btn-profile-upload {
	display: inline-flex;
	align-items: center;
	background: transparent;
	border: 1px solid #444;
	color: #aaa;
	font-size: 0.78rem;
	font-weight: 600;
	padding: 6px 14px;
	border-radius: 6px;
	cursor: pointer;
	transition: all 0.2s ease;
	text-decoration: none;
}

.btn-profile-upload:hover {
	border-color: #6b4f02;
	color: #c9a84c;
}

.db-input-group {
	display: flex;
	align-items: stretch;
	border: 1px solid #333;
	border-radius: 6px;
	overflow: hidden;
	transition: border-color 0.2s ease;
}

.db-input-group:focus-within {
	border-color: #6b4f02;
	box-shadow: 0 0 0 3px rgba(107, 79, 2, 0.2);
}

.db-input-group-prefix {
	background-color: #222;
	color: #666;
	font-size: 0.78rem;
	padding: 9px 10px;
	white-space: nowrap;
	border-right: 1px solid #333;
	max-width: 160px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.db-input-group .db-form-control {
	border: none;
	border-radius: 0;
	flex: 1;
	min-width: 0;
}

.db-input-group .db-form-control:focus {
	border: none;
	box-shadow: none;
}

/* QR Code section */
.profile-qr-wrap {
	background-color: #1a1a1a;
	border: 1px solid #2a2a2a;
	border-radius: 10px;
	padding: 20px;
	text-align: center;
	margin-bottom: 8px;
}

.profile-qr-wrap canvas {
	display: block;
	margin: 0 auto 12px;
	border-radius: 10px;
	border: 3px solid #c9a84c;
	box-shadow:
		0 0 0 6px rgba(201, 168, 76, 0.12),
		0 4px 20px rgba(0, 0, 0, 0.4);
	padding: 6px;
	background: #ffffff;
}

.profile-qr-url {
	font-size: 0.75rem;
	color: #888;
	word-break: break-all;
	margin-bottom: 10px;
}

.profile-qr-note {
	font-size: 0.75rem;
	color: #555;
	margin: 10px 0 0;
	text-align: center;
}

/* Link list */
.profile-link-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #1a1a1a;
	border: 1px solid #2a2a2a;
	border-radius: 8px;
	padding: 10px 14px;
	margin-bottom: 8px;
	transition: border-color 0.2s ease;
}

.profile-link-item:hover {
	border-color: #3a3a3a;
}

.profile-link-info {
	display: flex;
	align-items: center;
	gap: 12px;
	flex: 1;
	min-width: 0;
}

.profile-link-icon {
	font-size: 1rem;
	color: #c9a84c;
	flex-shrink: 0;
	width: 20px;
	text-align: center;
}

.profile-link-actions {
	display: flex;
	align-items: center;
	gap: 4px;
	flex-shrink: 0;
}

/* Link form card */
.profile-link-form-card {
	background-color: #1a1a1a;
	border: 1px solid #2a2a2a;
	border-radius: 10px;
	padding: 16px;
	margin-bottom: 8px;
}

.profile-link-form-title {
	font-size: 0.85rem;
	font-weight: 700;
	color: #c9a84c;
	margin-bottom: 14px;
}

.sosmed-preview {
	display: flex;
	align-items: center;
	background-color: #111;
	border: 1px solid #333;
	border-radius: 6px;
	padding: 8px 12px;
	font-size: 0.85rem;
	color: #aaa;
}

.w-100 {
	width: 100%;
}

.db-preview-bottom {
	margin-top: auto;
	width: 100%;
}

.db-link-icon-fa {
	width: 32px;
	height: 32px;
	border-radius: 6px;
	background-color: #252525;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #c9a84c;
	font-size: 0.95rem;
	flex-shrink: 0;
}

.db-preview-empty {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #444;
	font-size: 0.75rem;
	text-align: center;
	padding: 20px;
	pointer-events: none;
	z-index: 1;
}

.db-preview-empty p {
	margin: 0;
	line-height: 1.5;
}

.db-preview-drawer-handle {
	display: none;
}

.db-preview-overlay-backdrop {
	display: none;
}

.db-preview-btn-mobile {
	display: none;
	align-items: center;
	gap: 6px;
	position: fixed;
	bottom: 24px;
	right: 20px;
	z-index: 1048;
	background: linear-gradient(135deg, #6b4f02, #c9a84c);
	color: #fff;
	border: none;
	border-radius: 50px;
	padding: 10px 18px;
	font-size: 0.82rem;
	font-weight: 600;
	cursor: pointer;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
	transition:
		transform 0.2s ease,
		box-shadow 0.2s ease;
}

.db-preview-btn-mobile:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5);
}

.db-preview-btn-mobile i {
	font-size: 1rem;
}

.db-bottom-nav {
	display: none;
}

@media (max-width: 991.98px) {
	.db-bottom-nav {
		display: flex;
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		height: 60px;
		background: #111;
		border-top: 1px solid #222;
		z-index: 1047;
		align-items: stretch;
	}

	.db-bottom-nav-item {
		flex: 1;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 3px;
		color: #666;
		font-size: 0.62rem;
		font-weight: 500;
		text-decoration: none;
		transition: color 0.2s ease;
		letter-spacing: 0.02em;
	}

	.db-bottom-nav-item i {
		font-size: 1.1rem;
	}

	.db-bottom-nav-item:hover {
		color: #c9a84c;
		text-decoration: none;
	}

	.db-bottom-nav-item.active {
		color: #c9a84c;
	}

	.db-bottom-nav-item.active i {
		color: #c9a84c;
	}

	@media (max-width: 380px) {
		.db-bottom-nav-item {
			font-size: 0.55rem;
			gap: 2px;
		}

		.db-bottom-nav-item i {
			font-size: 0.95rem;
		}
	}

	.db-main {
		padding-bottom: 76px !important;
	}

	.db-preview-btn-mobile {
		bottom: 76px;
	}
}

.db-help-btn-mobile {
	display: none;
	color: #666;
	font-size: 1.1rem;
	transition: color 0.2s ease;
	line-height: 1;
}

.db-help-btn-mobile:hover {
	color: #c9a84c;
	text-decoration: none;
}

@media (max-width: 991.98px) {
	.db-help-btn-mobile {
		display: inline-flex;
		align-items: center;
	}
}

.db-stats-wrap {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding-bottom: 20px;
}

.db-stats-back {
	color: #666;
	margin-right: 10px;
	font-size: 0.95rem;
	transition: color 0.2s ease;
	display: inline-flex;
	align-items: center;
}

.db-stats-back:hover {
	color: #c9a84c;
}

.db-stats-filter {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px;
}

.db-stats-filter-group {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.db-stats-filter-label {
	font-size: 0.72rem;
	color: #666;
	font-weight: 600;
	letter-spacing: 0.8px;
	text-transform: uppercase;
}

.db-stats-select {
	width: auto !important;
	min-width: 120px;
}

.db-stats-total-wrap {
	margin-left: auto;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 2px;
}

.db-stats-total-label {
	font-size: 0.7rem;
	color: #666;
	text-transform: uppercase;
	letter-spacing: 0.8px;
}

.db-stats-total-value {
	font-size: 1.6rem;
	font-weight: 700;
	color: #c9a84c;
	line-height: 1;
}

.db-stats-card {
	background: #1a1a1a;
	border: 1px solid #2a2a2a;
	border-radius: 12px;
	padding: 20px;
}

.db-stats-card-title {
	font-size: 0.85rem;
	font-weight: 600;
	color: #e0e0e0;
	margin-bottom: 16px;
}

.db-stats-state {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 48px 20px;
	color: #555;
	font-size: 0.85rem;
	gap: 8px;
}

.db-stats-chart-scroll {
	overflow-x: auto;
	overflow-y: hidden;
	padding-bottom: 8px;
	scrollbar-width: thin;
	scrollbar-color: #333 transparent;
}

.db-stats-chart-scroll::-webkit-scrollbar {
	height: 5px;
}

.db-stats-chart-scroll::-webkit-scrollbar-track {
	background: transparent;
}

.db-stats-chart-scroll::-webkit-scrollbar-thumb {
	background: #333;
	border-radius: 3px;
}

#statsChartSizer {
	height: 280px;
	min-width: 100%;
}

.db-stats-table-scroll {
	overflow-x: auto;
	scrollbar-width: thin;
	scrollbar-color: #333 transparent;
}

.db-stats-table-scroll::-webkit-scrollbar {
	height: 5px;
}

.db-stats-table-scroll::-webkit-scrollbar-thumb {
	background: #333;
	border-radius: 3px;
}

.db-stats-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.82rem;
	color: #ccc;
	min-width: 420px;
}

.db-stats-table th {
	text-align: left;
	padding: 8px 12px;
	font-size: 0.7rem;
	font-weight: 700;
	color: #666;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	border-bottom: 1px solid #252525;
	white-space: nowrap;
}

.db-stats-table td {
	padding: 10px 12px;
	border-bottom: 1px solid #1f1f1f;
	vertical-align: middle;
}

.db-stats-table tbody tr:last-child td {
	border-bottom: none;
}

.db-stats-table tbody tr:hover td {
	background: #202020;
}

.db-stats-table .text-right {
	text-align: right;
}

.db-stats-url-cell {
	max-width: 220px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.db-stats-url-cell a {
	color: #888;
	font-size: 0.78rem;
	transition: color 0.2s;
}

.db-stats-url-cell a:hover {
	color: #c9a84c;
}

.db-stats-klik-badge {
	display: inline-block;
	background: rgba(107, 79, 2, 0.3);
	border: 1px solid #6b4f02;
	color: #c9a84c;
	font-weight: 700;
	font-size: 0.82rem;
	padding: 2px 10px;
	border-radius: 20px;
	min-width: 36px;
	text-align: center;
}

@media (max-width: 991.98px) {
	.db-stats-total-wrap {
		margin-left: 0;
		flex-direction: row;
		align-items: center;
		gap: 8px;
	}

	.db-stats-total-value {
		font-size: 1.2rem;
	}

	#statsChartSizer {
		height: 240px;
	}
}

.crop-modal-overlay {
	display: none;
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.85);
	z-index: 9999;
	align-items: center;
	justify-content: center;
	padding: 16px;
}

.crop-modal-overlay.open {
	display: flex;
	animation: dbModalFadeIn 0.18s ease;
}

.crop-modal {
	background: #141414;
	border: 1px solid #2a2a2a;
	border-radius: 14px;
	width: 100%;
	max-width: 420px;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.crop-modal-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 14px 18px;
	border-bottom: 1px solid #2a2a2a;
}

.crop-modal-title {
	font-size: 0.88rem;
	font-weight: 700;
	color: #e0e0e0;
	letter-spacing: 0.3px;
}

.crop-modal-close {
	background: transparent;
	border: none;
	color: #888;
	font-size: 1rem;
	cursor: pointer;
	padding: 4px 8px;
	border-radius: 6px;
	transition: all 0.2s ease;
	line-height: 1;
}

.crop-modal-close:hover {
	color: #e74c3c;
	background: rgba(231, 76, 60, 0.1);
}

.crop-modal-body {
	padding: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 14px;
}

.crop-container-wrap {
	position: relative;
	width: 300px;
	height: 300px;
	background: #0d0d0d;
	border-radius: 10px;
	overflow: hidden;
}

.crop-circle-mask {
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: 10;
	box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.6);
	border-radius: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 200px;
	height: 200px;
}

.crop-container-wrap .cropper-container {
	width: 100% !important;
	height: 100% !important;
}

.crop-hint {
	font-size: 0.75rem;
	color: #666;
	text-align: center;
}

.crop-hint i {
	color: #c9a84c;
	margin-right: 4px;
}

.crop-modal-footer {
	display: flex;
	gap: 10px;
	padding: 14px 18px;
	border-top: 1px solid #2a2a2a;
}

.crop-modal-footer .db-modal-btn-cancel {
	flex: 1;
}

.crop-modal-footer .db-modal-btn-save {
	flex: 2;
}

.crop-zoom-wrap {
	display: flex;
	align-items: center;
	gap: 10px;
	width: 100%;
	padding: 2px 0;
}

.crop-zoom-btn {
	flex-shrink: 0;
	width: 30px;
	height: 30px;
	background: #1e1e1e;
	border: 1px solid #333;
	color: #aaa;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.75rem;
	cursor: pointer;
	transition: all 0.15s ease;
	padding: 0;
}

.crop-zoom-btn:hover {
	border-color: #c9a84c;
	color: #c9a84c;
	background: rgba(201, 168, 76, 0.08);
}

.crop-zoom-slider-track {
	flex: 1;
	min-width: 0;
	position: relative;
	height: 30px;
	display: flex;
	align-items: center;
}

.crop-zoom-slider {
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	min-width: 0;
	height: 4px;
	border-radius: 4px;
	background: #2a2a2a;
	outline: none;
	cursor: pointer;
	position: relative;
	display: block;
	vertical-align: middle;
}

.crop-zoom-slider::-webkit-slider-runnable-track {
	height: 4px;
	border-radius: 4px;
	background: transparent;
	cursor: pointer;
}

.crop-zoom-slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #c9a84c;
	border: 2px solid #0d0d0d;
	box-shadow: 0 0 0 2px rgba(201, 168, 76, 0.3);
	cursor: grab;
	margin-top: -7px;
	transition:
		box-shadow 0.15s ease,
		transform 0.15s ease;
}

.crop-zoom-slider::-webkit-slider-thumb:active {
	cursor: grabbing;
	transform: scale(1.2);
	box-shadow: 0 0 0 4px rgba(201, 168, 76, 0.25);
}

.crop-zoom-slider::-moz-range-thumb {
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #c9a84c;
	border: 2px solid #0d0d0d;
	box-shadow: 0 0 0 2px rgba(201, 168, 76, 0.3);
	cursor: grab;
}

.crop-zoom-slider::-moz-range-track {
	height: 4px;
	border-radius: 4px;
	background: #2a2a2a;
}

/* Start Order Form */
.order-form-section {
	margin-top: 48px;
	padding-bottom: 60px;
	scroll-margin-top: 80px;
}

.order-form-title {
	font-family: "Toxigenesis", "Poppins", sans-serif;
	font-size: clamp(2rem, 4vw, 3.2rem);
	font-weight: bold;
	color: #c9a84c;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	margin-bottom: 24px;
}

.order-form-wrap {
	background: rgba(18, 18, 18, 0.95);
	border: 1.5px solid rgba(201, 168, 76, 0.35);
	border-radius: 18px;
	padding: 32px 28px 28px;
}

/* Rows & Groups */
.order-form-row {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-bottom: 14px;
}

.order-form-group {
	display: flex;
	flex-direction: column;
	flex: 1;
	min-width: 168px;
}

.order-form-group--sm {
	flex: 0 0 calc(33% - 10px);
	min-width: 160px;
}

.order-form-group--lg {
	flex: 1;
}

.order-form-group label {
	font-size: 0.78rem;
	font-weight: 600;
	color: #e0e0e0;
	margin-bottom: 5px;
	letter-spacing: 0.01em;
}

.order-form-group label em {
	font-style: italic;
	font-weight: 400;
	color: #aaa;
}

.req {
	color: #e53935;
}

.order-input {
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(201, 168, 76, 0.3);
	border-radius: 8px;
	color: #ffffff;
	font-size: 0.85rem;
	padding: 8px 12px;
	outline: none;
	transition: border-color 0.2s;
	width: 100%;
}

.order-input:focus {
	border-color: rgba(201, 168, 76, 0.8);
}

.order-input::placeholder {
	color: rgba(255, 255, 255, 0.2);
}

/* Design Toggle Row */
.order-design-toggle-row {
	gap: 14px;
	align-items: flex-start;
	margin-bottom: 14px;
}

.order-design-panel {
	flex: 1;
	min-width: 220px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.order-design-btn {
	display: flex;
	align-items: center;
	gap: 12px;
	background: rgba(255, 255, 255, 0.04);
	border: 1.5px solid rgba(201, 168, 76, 0.3);
	border-radius: 10px;
	padding: 10px 14px;
	cursor: pointer;
	text-align: left;
	transition:
		border-color 0.2s,
		background 0.2s;
	width: 100%;
}

.order-design-btn.active {
	border-color: #c9a84c;
	background: rgba(201, 168, 76, 0.08);
}

.order-design-btn-icon {
	width: 36px;
	height: 36px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(201, 168, 76, 0.15);
	border-radius: 8px;
}

.order-design-btn-icon img {
	width: 22px;
	height: 22px;
	object-fit: contain;
}

.order-design-btn-text strong {
	display: block;
	font-size: 0.75rem;
	font-weight: 700;
	color: #c9a84c;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.order-design-btn-text span {
	font-size: 0.7rem;
	color: #aaa;
	line-height: 1.4;
}

/* Ready Design Card List */
.order-ready-list {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.order-card-row {
	display: flex;
	align-items: center;
	gap: 10px;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(201, 168, 76, 0.15);
	border-radius: 8px;
	padding: 6px 10px;
}

.order-card-thumb {
	position: relative;
	width: 44px;
	height: 28px;
	flex-shrink: 0;
	cursor: pointer;
	border-radius: 4px;
	overflow: hidden;
}

.order-card-thumb img:first-child {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 4px;
	transition: opacity 0.2s;
}

.order-card-thumb:hover img:first-child {
	opacity: 0.7;
}

.order-card-zoom {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: opacity 0.2s;
}

.order-card-thumb:hover .order-card-zoom {
	opacity: 1;
}

.order-card-zoom img {
	width: 16px;
	height: 16px;
	object-fit: contain;
	filter: brightness(10);
}

.order-card-name {
	flex: 1;
	font-size: 0.78rem;
	color: #e0e0e0;
	font-weight: 500;
}

.order-card-qty {
	display: flex;
	align-items: center;
	gap: 4px;
}

.order-card-qty button {
	width: 26px;
	height: 26px;
	background: rgba(201, 168, 76, 0.15);
	border: 1px solid rgba(201, 168, 76, 0.4);
	border-radius: 6px;
	color: #c9a84c;
	font-size: 1rem;
	font-weight: bold;
	cursor: pointer;
	line-height: 1;
	transition: background 0.15s;
	display: flex;
	align-items: center;
	justify-content: center;
}

.order-card-qty button:hover {
	background: rgba(201, 168, 76, 0.3);
}

.order-card-qty input {
	width: 40px;
	text-align: center;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(201, 168, 76, 0.25);
	border-radius: 6px;
	color: #ffffff;
	font-size: 0.8rem;
	padding: 4px 2px;
}

.order-find-more {
	background: none;
	border: 1px dashed rgba(201, 168, 76, 0.4);
	border-radius: 8px;
	color: #c9a84c;
	font-size: 0.72rem;
	padding: 7px 12px;
	cursor: pointer;
	text-align: center;
	transition: border-color 0.2s;
	margin-top: 2px;
}

.order-find-more:hover {
	border-color: #c9a84c;
}

/* Custom Design Message */
.order-custom-msg {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.order-custom-msg-item {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(201, 168, 76, 0.15);
	border-radius: 8px;
	padding: 10px 12px;
}

.order-custom-msg-item img {
	width: 20px;
	height: 20px;
	object-fit: contain;
	flex-shrink: 0;
	margin-top: 2px;
	filter: invert(75%) sepia(40%) saturate(400%) hue-rotate(5deg);
}

.order-custom-msg-item p {
	font-size: 0.72rem;
	color: #bbb;
	line-height: 1.5;
	margin: 0;
}

.order-custom-msg-item p strong {
	color: #e0e0e0;
}

.order-custom-textarea {
	min-height: 80px;
	resize: vertical;
	margin-top: 4px;
}

/* Payment Info */
.order-payment-info {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 12px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	padding-top: 16px;
	margin-top: 6px;
	margin-bottom: 16px;
}

.order-payment-left p {
	margin: 0;
	font-size: 0.75rem;
	color: #aaa;
	line-height: 1.6;
}

.order-payment-left .order-payment-label {
	font-size: 0.7rem;
	font-weight: 700;
	color: #c9a84c;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin-bottom: 2px;
}

.order-payment-left .order-payment-acc {
	font-size: 1rem;
	color: #ffffff;
	font-weight: 700;
}

.order-copy-btn {
	display: flex;
	align-items: center;
	gap: 8px;
	background: rgba(201, 168, 76, 0.1);
	border: 1px solid rgba(201, 168, 76, 0.5);
	border-radius: 8px;
	color: #c9a84c;
	font-size: 0.75rem;
	font-weight: 600;
	padding: 8px 14px;
	cursor: pointer;
	transition: background 0.2s;
}

.order-copy-btn:hover {
	background: rgba(201, 168, 76, 0.22);
}

.order-copy-btn img {
	width: 16px;
	height: 16px;
	object-fit: contain;
}

/* Footer: Confirm + Submit */
.order-form-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 14px;
}

.order-confirm-label {
	display: flex;
	align-items: center;
	gap: 10px;
	cursor: pointer;
}

.order-confirm-label input[type="checkbox"] {
	width: 18px;
	height: 18px;
	accent-color: #c9a84c;
	flex-shrink: 0;
	cursor: pointer;
}

.order-confirm-label span {
	font-size: 0.78rem;
	color: #ccc;
}

.order-submit-btn {
	display: flex;
	align-items: center;
	gap: 12px;
	background: #c9a84c;
	border: none;
	border-radius: 8px;
	color: #000000;
	font-size: 0.85rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	padding: 12px 28px;
	cursor: pointer;
	transition:
		background 0.2s,
		transform 0.15s;
}

.order-submit-btn:hover {
	background: #e0bf6a;
	transform: translateY(-1px);
}

.order-submit-btn img {
	width: 18px;
	height: 18px;
	object-fit: contain;
	filter: brightness(0);
}

/* Card Popup Modal */
.card-popup-overlay {
	display: none;
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.82);
	z-index: 9999;
	align-items: center;
	justify-content: center;
}

.card-popup-overlay.active {
	display: flex;
}

.card-popup-inner {
	position: relative;
	background: #111;
	border: 1.5px solid rgba(201, 168, 76, 0.5);
	border-radius: 14px;
	padding: 24px;
	max-width: 420px;
	width: 90%;
	text-align: center;
}

.card-popup-inner img {
	width: 100%;
	border-radius: 8px;
	object-fit: contain;
}

.card-popup-inner p {
	margin-top: 12px;
	font-size: 0.9rem;
	color: #c9a84c;
	font-weight: 600;
	margin-bottom: 0;
}

.card-popup-close {
	position: absolute;
	top: 10px;
	right: 14px;
	background: none;
	border: none;
	color: #aaa;
	font-size: 1.2rem;
	cursor: pointer;
	line-height: 1;
}

.card-popup-close:hover {
	color: #fff;
}

/* Responsive */
@media (max-width: 767.98px) {
	.order-form-wrap {
		padding: 20px 16px;
	}

	.order-form-group--sm {
		flex: 1 1 100%;
	}

	.order-design-toggle-row {
		flex-direction: column;
	}

	.order-design-panel {
		width: 100%;
	}

	.order-form-footer {
		flex-direction: column;
		align-items: flex-start;
	}

	.order-submit-btn {
		width: 100%;
		justify-content: center;
	}
}

.thankyou-section {
	margin-top: 64px;
	padding-bottom: 24px;
	display: none;
}

.thankyou-inner {
	border: 1.5px solid rgba(201, 168, 76, 0.25);
	border-radius: 20px;
	padding: 48px 40px 40px;
	position: relative;
	overflow: hidden;
}

.thankyou-heading {
	font-family: "Toxigenesis", "Poppins", sans-serif;
	font-size: clamp(1.5rem, 3.2vw, 2.4rem);
	font-weight: bold;
	color: #c9a84c;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	margin-bottom: 6px;
}

.thankyou-subheading {
	font-size: clamp(0.95rem, 1.6vw, 1.15rem);
	color: #c9a84c;
	font-style: italic;
	margin-bottom: 24px;
}

.thankyou-notice {
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 10px;
	padding: 16px 20px;
	margin-bottom: 36px;
}

.thankyou-notice p {
	font-size: 0.88rem;
	color: #cccccc;
	line-height: 1.6;
	margin: 0;
}

/* Contact Grid */
.thankyou-contact-grid {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
	margin-bottom: 36px;
}

.thankyou-contact-col {
	flex: 0 0 auto;
}

.thankyou-qr-col {
	flex: 0 0 160px;
}

.thankyou-qr-img {
	width: 160px;
	height: 160px;
	object-fit: contain;
	border-radius: 10px;
	border: 2px solid rgba(201, 168, 76, 0.3);
	background: #fff;
	padding: 6px;
}

.thankyou-links-col {
	flex: 1;
	min-width: 200px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-left: 160px;
}

.thankyou-contact-group {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.thankyou-contact-label {
	display: inline-block;
	font-size: 0.62rem;
	font-weight: 700;
	font-family: "Toxigenesis";
	color: #000000;
	background: #c9a84c;
	letter-spacing: 0.08em;
	border: 1.5px solid #c9a84c;
	border-radius: 6px 6px 0 0;
	padding: 3px 10px;
	text-transform: uppercase;
	width: 180px;
	text-align: center;
}

.thankyou-contact-link {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 1rem;
	font-weight: 600;
	color: #ffffff;
	text-decoration: none;
	transition: color 0.2s;
}

.thankyou-contact-link:hover {
	color: #c9a84c;
}

.thankyou-contact-link img {
	width: 26px;
	height: 26px;
	object-fit: contain;
	flex-shrink: 0;
}

.thankyou-card-col {
	flex: 0 0 auto;
	margin-left: auto;
}

.thankyou-card-img {
	width: 480px;
	max-width: 100%;
	object-fit: contain;
	border-radius: 14px;
	filter: drop-shadow(0 8px 32px rgba(201, 168, 76, 0.18));
}

.thankyou-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.thankyou-btn-signup {
	background: #c9a84c;
	color: #000000;
	font-weight: 700;
	font-size: 0.85rem;
	letter-spacing: 0.06em;
	border: 2px solid #c9a84c;
	border-radius: 8px;
	padding: 12px 32px;
	text-transform: uppercase;
	transition:
		background 0.2s,
		color 0.2s;
}

.thankyou-btn-signup:hover {
	background: transparent;
	color: #c9a84c;
}

.thankyou-btn-card {
	background: transparent;
	color: #ffffff;
	font-weight: 600;
	font-size: 0.85rem;
	letter-spacing: 0.06em;
	border: 2px solid #c9a84c;
	border-radius: 8px;
	padding: 12px 32px;
	text-transform: uppercase;
	transition:
		background 0.2s,
		color 0.2s;
}

.thankyou-btn-card:hover {
	background: rgba(201, 168, 76, 0.12);
	color: #c9a84c;
}

/* Responsive — tablet */
@media (max-width: 900px) {
	.thankyou-inner {
		padding: 36px 28px 32px;
	}

	.thankyou-contact-grid {
		gap: 24px;
	}

	.thankyou-links-col {
		margin-left: 0;
		min-width: 0;
		flex: 1;
	}

	.thankyou-card-col {
		margin-left: 0;
		flex-basis: 100%;
		display: flex;
		justify-content: center;
	}

	.thankyou-card-img {
		width: 300px;
	}
}

/* Responsive — mobile */
@media (max-width: 600px) {
	.thankyou-section {
		margin-top: 40px;
	}

	.thankyou-inner {
		padding: 28px 16px 24px;
		border-radius: 14px;
	}

	.thankyou-heading {
		font-size: 1.3rem;
		line-height: 1.3;
	}

	.thankyou-subheading {
		font-size: 0.88rem;
		margin-bottom: 16px;
	}

	.thankyou-notice {
		padding: 12px 14px;
		margin-bottom: 24px;
	}

	.thankyou-notice p {
		font-size: 0.82rem;
	}

	.thankyou-contact-grid {
		flex-direction: column;
		align-items: flex-start;
		gap: 20px;
		margin-bottom: 24px;
	}

	.thankyou-qr-col,
	.thankyou-links-col,
	.thankyou-card-col {
		flex: 0 0 auto;
		width: 100%;
		margin-left: 0;
	}

	/* QR code centered */
	.thankyou-qr-col {
		display: flex;
		justify-content: center;
	}

	.thankyou-qr-img {
		width: 130px;
		height: 130px;
	}

	/* Links full width */
	.thankyou-links-col {
		gap: 16px;
		align-items: center;
	}

	.thankyou-contact-group {
		align-items: center;
	}

	.thankyou-contact-link {
		font-size: 0.92rem;
		gap: 8px;
	}

	.thankyou-contact-link img {
		width: 22px;
		height: 22px;
	}

	/* Card image centered */
	.thankyou-card-col {
		display: flex;
		justify-content: center;
	}

	.thankyou-card-img {
		width: 100%;
		max-width: 280px;
	}

	/* Buttons */
	.thankyou-buttons {
		flex-direction: column;
		gap: 12px;
	}

	.thankyou-btn-signup,
	.thankyou-btn-card {
		width: 100%;
		text-align: center;
		padding: 12px 20px;
	}
}

/* Change password — input wrapper with show/hide toggle */
.db-input-password-wrap {
	position: relative;
	display: flex;
	align-items: center;
}

.db-input-password-wrap .db-form-control {
	padding-right: 44px;
}

.btn-toggle-password {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 40px;
	background: transparent;
	border: none;
	color: #888;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.9rem;
	transition: color 0.2s;
}

.btn-toggle-password:hover {
	color: #c9a84c;
}
