body {
	justify-items: normal;
}

/* ===== HEADER — Botao Login/Dashboard ===== */
.czs-header-login-btn {
	background: linear-gradient(135deg, #5865F2 0%, #4752C4 100%) !important;
	border: none !important;
	font-size: 0.95rem !important;
	padding: 0.5rem 1.25rem !important;
	border-radius: 8px !important;
	font-weight: 600 !important;
	transition: all 0.2s ease !important;
}

.czs-header-login-btn:hover {
	transform: translateY(-1px);
	box-shadow: 0 4px 16px rgba(88, 101, 242, 0.4);
	filter: brightness(1.1);
}

.czs-header-dash-btn {
	clip-path: none !important;
	background: linear-gradient(135deg, #5865F2, #7c3aed, #ec4899) !important;
	border-radius: 12px !important;
	padding: 2px !important;
	font-size: 0.85rem !important;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.czs-header-dash-btn .btn-border {
	display: flex !important;
	align-items: center;
	gap: 0.55rem;
	clip-path: none !important;
	background: #0d0f17 !important;
	border-radius: 10px !important;
	padding: 0.45rem 1rem !important;
	margin: 0 !important;
	font-family: 'Rajdhani', sans-serif;
	font-weight: 600;
	letter-spacing: 0.02em;
	color: #fff !important;
}

.czs-header-dash-btn::before,
.czs-header-dash-btn::after {
	display: none !important;
}

.czs-header-dash-btn:hover {
	clip-path: none !important;
	box-shadow: 0 0 24px rgba(88, 101, 242, 0.4);
	transform: translateY(-1px);
}

.czs-header-dash-btn:hover .btn-border {
	clip-path: none !important;
	background: linear-gradient(145deg, rgba(88, 101, 242, 0.15), #0d0f17) !important;
}

.czs-header-avatar {
	width: 26px;
	height: 26px;
	border-radius: 50%;
	object-fit: cover;
	border: 2px solid rgba(88, 101, 242, 0.5);
	box-shadow: 0 0 8px rgba(88, 101, 242, 0.2);
}

.opacity-50 {
	opacity: 0.5;
}

.th-widget-about,
.th-widget-contact {
	max-width: 400px;
}

/* ===== SWEETALERT2 — TEMA GLOBAL CZS ===== */

.swal2-container {
	z-index: 10100 !important;
	backdrop-filter: blur(4px);
}

div.swal2-container .swal2-popup {
	background: linear-gradient(165deg, #161929 0%, #0f1119 60%, #12101f 100%) !important;
	border: 1px solid rgba(88, 101, 242, .18) !important;
	border-radius: 20px !important;
	box-shadow:
		0 0 40px rgba(88, 101, 242, .10),
		0 24px 64px rgba(0, 0, 0, .55) !important;
	color: #e2e8f0 !important;
	font-family: 'Poppins', sans-serif !important;
	padding: 2.2rem 2rem 1.8rem !important;
	max-width: 550px;
}

div.swal2-container .swal2-title {
	font-family: 'Rajdhani', sans-serif !important;
	font-weight: 700 !important;
	font-size: 1.55rem !important;
	color: #fff !important;
	letter-spacing: .02em;
	margin-bottom: .15rem;
}

div.swal2-container .swal2-html-container {
	font-size: .925rem !important;
	line-height: 1.55 !important;
	color: rgba(255, 255, 255, .65) !important;
	margin: .4rem 1rem 0 !important;
}

div.swal2-container .swal2-icon {
	border-color: transparent !important;
	margin: 0 auto .6rem !important;
	transform: scale(.92);
}

div.swal2-container .swal2-icon.swal2-success {
	border-color: rgba(16, 185, 129, .35) !important;
	color: #10b981 !important;
}

div.swal2-container .swal2-icon.swal2-success [class^='swal2-success-line'] {
	background-color: #10b981 !important;
}

div.swal2-container .swal2-icon.swal2-success .swal2-success-ring {
	border-color: rgba(16, 185, 129, .3) !important;
}

div.swal2-container .swal2-icon.swal2-error {
	border-color: rgba(239, 68, 68, .35) !important;
	color: #ef4444 !important;
}

div.swal2-container .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
	background-color: #ef4444 !important;
}

div.swal2-container .swal2-icon.swal2-warning {
	border-color: rgba(245, 158, 11, .35) !important;
	color: #f59e0b !important;
}

div.swal2-container .swal2-icon.swal2-info {
	border-color: rgba(88, 101, 242, .35) !important;
	color: #5865F2 !important;
}

div.swal2-container .swal2-icon.swal2-question {
	border-color: rgba(139, 92, 246, .35) !important;
	color: #8b5cf6 !important;
}

div.swal2-container .swal2-actions {
	margin-top: 1.4rem !important;
	gap: .65rem;
}

div.swal2-container .swal2-styled.swal2-confirm {
	background: linear-gradient(135deg, #5865F2 0%, #ec4899 100%) !important;
	border: none !important;
	border-radius: 12px !important;
	font-family: 'Rajdhani', sans-serif !important;
	font-weight: 700 !important;
	font-size: 1rem !important;
	letter-spacing: .04em;
	text-transform: uppercase;
	padding: .7rem 2rem !important;
	box-shadow: 0 4px 20px rgba(88, 101, 242, .3) !important;
	transition: all .25s cubic-bezier(.4, 0, .2, 1) !important;
}

div.swal2-container .swal2-styled.swal2-confirm:hover {
	transform: translateY(-1px);
	box-shadow: 0 6px 28px rgba(88, 101, 242, .45) !important;
	filter: brightness(1.1);
}

div.swal2-container .swal2-styled.swal2-confirm:active {
	transform: translateY(0);
}

div.swal2-container .swal2-styled.swal2-confirm:focus {
	box-shadow: 0 0 0 3px rgba(88, 101, 242, .35), 0 4px 20px rgba(88, 101, 242, .3) !important;
}

div.swal2-container .swal2-styled.swal2-cancel {
	background: rgba(255, 255, 255, .06) !important;
	border: 1px solid rgba(255, 255, 255, .1) !important;
	border-radius: 12px !important;
	color: rgba(255, 255, 255, .7) !important;
	font-family: 'Rajdhani', sans-serif !important;
	font-weight: 600 !important;
	font-size: 1rem !important;
	letter-spacing: .04em;
	text-transform: uppercase;
	padding: .7rem 2rem !important;
	transition: all .25s cubic-bezier(.4, 0, .2, 1) !important;
}

div.swal2-container .swal2-styled.swal2-cancel:hover {
	background: rgba(255, 255, 255, .1) !important;
	border-color: rgba(255, 255, 255, .18) !important;
	color: #fff !important;
}

div.swal2-container .swal2-styled.swal2-deny {
	background: rgba(239, 68, 68, .15) !important;
	border: 1px solid rgba(239, 68, 68, .3) !important;
	border-radius: 12px !important;
	color: #ef4444 !important;
	font-family: 'Rajdhani', sans-serif !important;
	font-weight: 600 !important;
	font-size: 1rem !important;
	letter-spacing: .04em;
	text-transform: uppercase;
	padding: .7rem 2rem !important;
	transition: all .25s cubic-bezier(.4, 0, .2, 1) !important;
}

div.swal2-container .swal2-styled.swal2-deny:hover {
	background: rgba(239, 68, 68, .25) !important;
}

div.swal2-container .swal2-close {
	color: rgba(255, 255, 255, .4) !important;
	font-size: 1.6rem !important;
	transition: color .2s;
}

div.swal2-container .swal2-close:hover {
	color: #fff !important;
}

div.swal2-container .swal2-footer {
	border-top: 1px solid rgba(255, 255, 255, .06) !important;
	color: rgba(255, 255, 255, .35) !important;
	font-size: .8rem !important;
}

div.swal2-container .swal2-footer a {
	color: #5865F2 !important;
}

div.swal2-container .swal2-input,
div.swal2-container .swal2-textarea,
div.swal2-container .swal2-select {
	background: rgba(255, 255, 255, .04) !important;
	border: 1px solid rgba(255, 255, 255, .1) !important;
	border-radius: 10px !important;
	color: #fff !important;
	font-family: 'Poppins', sans-serif !important;
	font-size: .9rem !important;
	transition: border-color .2s;
}

div.swal2-container .swal2-input:focus,
div.swal2-container .swal2-textarea:focus {
	border-color: #5865F2 !important;
	box-shadow: 0 0 0 3px rgba(88, 101, 242, .2) !important;
}

div.swal2-container .swal2-validation-message {
	background: rgba(239, 68, 68, .1) !important;
	border-left: 3px solid #ef4444 !important;
	color: #fca5a5 !important;
	font-size: .85rem !important;
	border-radius: 0 8px 8px 0 !important;
}

div.swal2-container .swal2-timer-progress-bar {
	background: linear-gradient(90deg, #5865F2, #ec4899) !important;
}

@keyframes czsSwalIn {
	from {
		opacity: 0;
		transform: scale(.88) translateY(12px);
	}
	to {
		opacity: 1;
		transform: scale(1) translateY(0);
	}
}

@keyframes czsSwalOut {
	from {
		opacity: 1;
		transform: scale(1) translateY(0);
	}
	to {
		opacity: 0;
		transform: scale(.88) translateY(12px);
	}
}

div.swal2-container .swal2-popup.swal2-show {
	animation: czsSwalIn .35s cubic-bezier(.16, 1, .3, 1) !important;
}

div.swal2-container .swal2-popup.swal2-hide {
	animation: czsSwalOut .2s cubic-bezier(.4, 0, 1, 1) !important;
}

/* ===== STORE CTA — Secao de chamada para a loja na homepage ===== */
.czs-store-cta {
	padding: 3rem 0;
}

.czs-store-cta__card {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 3rem;
	align-items: center;
	background: linear-gradient(145deg, rgba(15, 17, 25, 0.95) 0%, rgba(10, 14, 23, 0.98) 100%);
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: 20px;
	padding: 3rem;
	position: relative;
	overflow: hidden;
}

.czs-store-cta__card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 2px;
	background: linear-gradient(90deg, transparent, var(--theme-color, #6240CF), transparent);
	opacity: 0.6;
}

.czs-store-cta__badge {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.35rem 1rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.1);
	color: var(--theme-color, #6240CF);
	font-size: 0.8rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin-bottom: 1.25rem;
}

.czs-store-cta__title {
	font-size: clamp(1.5rem, 2vw, 2rem);
	font-weight: 700;
	margin: 0 0 1rem;
	line-height: 1.2;
}

.czs-store-cta__text {
	color: rgba(255, 255, 255, 0.6);
	font-size: 1rem;
	line-height: 1.6;
	margin: 0 0 1.5rem;
	max-width: 500px;
}

.czs-store-cta__buttons {
	display: flex;
	gap: 1rem;
	flex-wrap: wrap;
}

/* Features column */
.czs-store-cta__features {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.czs-store-cta__feature {
	display: flex;
	align-items: flex-start;
	gap: 1rem;
	padding: 1.25rem;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: 12px;
	transition: all 0.25s ease;
}

.czs-store-cta__feature:hover {
	background: rgba(255, 255, 255, 0.06);
	border-color: rgba(255, 255, 255, 0.1);
	transform: translateX(4px);
}

.czs-store-cta__feature-icon {
	width: 44px;
	height: 44px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.2rem;
	flex-shrink: 0;
	background: rgba(16, 185, 129, 0.12);
	color: #10b981;
}

.czs-store-cta__feature-icon--vip {
	background: rgba(245, 158, 11, 0.12);
	color: #f59e0b;
}

.czs-store-cta__feature-icon--points {
	background: rgba(139, 92, 246, 0.12);
	color: #8b5cf6;
}

.czs-store-cta__feature strong {
	display: block;
	font-size: 0.95rem;
	color: #fff;
	margin-bottom: 0.15rem;
}

.czs-store-cta__feature span {
	font-size: 0.82rem;
	color: rgba(255, 255, 255, 0.5);
	line-height: 1.3;
}

@media (max-width: 991px) {
	.czs-store-cta__card {
		grid-template-columns: 1fr;
		gap: 2rem;
		padding: 2rem;
	}
}

@media (max-width: 575px) {
	.czs-store-cta__card {
		padding: 1.5rem;
	}

	.czs-store-cta__buttons {
		flex-direction: column;
	}

	.czs-store-cta__buttons .th-btn {
		width: 100%;
		text-align: center;
	}
}