@charset "UTF-8";
/* Optimized: Only load used font weights (400,500,600,700) - removed 100,300,800,900 */
@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap";

body,
body.dark {
	--color-1: #0d1117;
	--color-2: #161b22;
	--color-3: #30363d;
	--color-4: #FFFFFF;
	--color-5: #8b98b8;
	--color-6: #3c6ff9;
	--color-7: #0824ad;
	--color-8: rgba(0, 43, 255, .15);
}

body.light {
	--color-1: #f2f2f2;
	--color-2: #ffffff;
	--color-3: #e0e0e0;
	--color-4: #303030;
	--color-5: #FFFFFF;
	--color-6: #002bff;
	--color-7: #0824ad;
	--color-8: rgba(0, 43, 255, .15);
}

html,
body {
	font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	background: var(--color-1);
	color: var(--color-4)
}

body.out {
	background: #0d1117 !important
}

.clearfix {
	clear: both
}

a,
a:hover,
a:focus {
	text-decoration: none
}

.hidden {
	display: none !important
}

::-webkit-scrollbar {
	width: 7px;
	height: 7px;
}

::-webkit-scrollbar-thumb {
	background: var(--color-3);
	border-radius: 5px
}

::-webkit-scrollbar-track {
	background: transparent
}

.primary-color {
	color: var(--color-6)
}

.danger-color {
	color: #f65619 !important
}

.cursor-pointer {
	cursor: pointer
}

.fa-search {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    color: #01855d;
}
.m-auto {
    margin: auto !important;
    background: white;
}

.btn {
	border-radius: 15px;
	-webkit-transition: cubic-bezier(0.55, 0.085, 0.68, 0.53) .2s;
	transition: cubic-bezier(0.55, 0.085, 0.68, 0.53) .2s;
	font-weight: 700;
	padding: 15px 40px;
	position: relative;
	z-index: 1;
	overflow: hidden
}

.btn::before {
	content: "";
	position: absolute;
	left: -30%;
	top: 0;
	bottom: 0;
	width: 100%;
	transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
	background: #ffffff10;
	clip-path: polygon(0 0, 100% 0%, 95% 100%, 0% 100%);
	z-index: -1
}

.btn:hover:before {
	left: -20%;
}

.btn.btn-primary {
	background: var(--color-6);
	color: #fff;
	border: none
}

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active {
	background-color: var(--color-7);
}

.btn.btn-green {
	background: #28a745;
	color: #fff;
	border: none
}

.btn.btn-green:hover,
.btn.btn-green:focus,
.btn.btn-green:active {
	background-color: #28a745;
}

.btn.btn-lg {
	padding: 20px
}

.btn.btn-md {
	padding: 5px 10px
}

.btn-100 {
	display: block;
	width: 100%;
	text-align: center
}

.btn-100.btn-g-ticon {
	display: flex;
	justify-content: center
}

.btn-rounded {
	border-radius: 25px
}

.btn-lg {
	padding: 12px 20px
}

.btn-outline {
	border: 1px solid rgba(255, 255, 255, 0.2);
	color: #fff;
	background-color: transparent
}

.btn-outline:hover,
.btn-outline:focus {
	border: 1px solid rgba(255, 255, 255, 1);
	color: #fff
}

.btn-outline.btn-light {
	color: #fff;
	border-color: #2a4771
}

.btn-outline.btn-light:hover {
	background-color: #2a4771
}

.btn-outline.btn-secondary {
	border-color: #2a4771;
	background: #0c2447;
	color: #fff
}

.btn-group {
	position: relative
}

.gny-btn::after {
	display: none
}

.btn-transparent {
	border: 1px solid;
	border-color: transparent;
	outline: none;
	background-color: transparent;
	color: #fff
}


.duyuru {
    position: relative;
    padding: 5px 50px;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    max-width: fit-content;
    font-size: 15px;
}

.btn-transparent:hover {
	background-color: rgba(255, 255, 255, 0.05);
	border-color: rgba(255, 255, 255, 0.05);
	color: #fff
}

@media (max-width: 767.98px) {
	.btn.btn-lg {
		padding: 18px 40px
	}

	.btn.btn-lg.btn-outline {
		padding: 16px 40px
	}
}

.dropdown-toggle:focus,
.nwo-cat-btn:focus {
	outline: 0;
	border: none
}
.google-btn-text {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
    color: #dadce0;
    margin: 12px 0;
}

.google-btn-text span {
    padding: 0 12px;
    background-color: #161a22;
    position: relative;
    z-index: 2;
}

.google-btn-text:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #92929ea3;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.alert-success {
	color: #fff;
	font-size: 12px;
	background: #28d580;
	border-radius: 5px;
	padding: 10px 20px;
	border-color: #28d580;
	min-height: 52px;
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: center;
    width: 100%;
    z-index: 1001;
}

.alert-danger {
	color: #fff;
	font-size: 12px;
	background: #d5284b;
	border-radius: 15px;
	padding: 10px 20px;
	border-color: #d5284b;
	min-height: 45px;
	flex-direction: column;
	align-items: start;
	justify-content: center;
    width: 100%;
    z-index: 1001;
}

.alert-danger:not(.hidden), .alert-danger:not(.hide), .alert-danger:not(.d-none) {
	display: flex;
}

.alert-danger.hidden {
	display: none;
}

.alert button.close {
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 10px;
	top: 0;
}

.alert button.close:focus {
	outline: 0;
	border: none
}

.alert button.close:hover {
	color: #fff!important
}

button.close span {
    color: #ff0018!important
}

.g-overlay {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(244, 244, 244, 0.5);
	backdrop-filter: blur(5px);
	z-index: 1000;
	visibility: hidden;
	opacity: 0;
	transition: all 0.15s ease;
}

.g-overlay.active {
	visibility: visible;
	opacity: 1;
}

.guser.verified {
	color: #009ef7;
}

.gcard {
	background: var(--color-2);
	border: 1px solid var(--color-3);
	box-sizing: border-box;
	box-shadow: 0 25px 50px rgba(10, 39, 83, 0.07);
	border-radius: 15px;
}

.gcard-2 {
	background: var(--color-2);
	border: 1px solid var(--color-3);
	box-sizing: border-box;
	box-shadow: 0 25px 50px rgba(10, 39, 83, 0.07);
	border-radius: 15px;
	position: relative;
	z-index: 25
}

.gcard p, .gcard-2 p {
	font-size: 14px
}

.gcard .gc-scroll {
	max-height: 450px;
	overflow-x: scroll;
}

.gcard-body {
	padding: 5px 15px
}

.gcard-body.gi-card {
	background: url(https://cdn.glycon.net/osweld/topcard-bg.png);
	background-position: right center;
	background-repeat: no-repeat
}

.gcard-2-body {
	padding: 31px 28px
}

.gcard .gcardc {
	padding: 17px
}

.gcard-2 .gcardc {
	padding: 17px
}

.gcard-header {
	border-radius: 15px 15px 0 0 !important;
	background: linear-gradient(35deg, var(--color-2) 50%, var(--color-8) 100%);
	padding: 15px 28px;
	border-width: 1px;
	border-bottom-width: 1px;
	border-style: solid;
	border-color: transparent;
	position: relative;
	overflow: hidden
}

.gcard-header::before {
	content: "";
	position: absolute;
	left: -0;
	top: 0;
	bottom: 0;
	width: 75%;
	transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
	background: #0d111710;
	clip-path: polygon(0 0, 100% 0%, 80% 100%, 0% 100%);
}

.gcard-header.body-top-on-this {
	z-index: 2
}

.gcard-header.body-top-on-this+.gcard-body {
	z-index: 4;
	position: relative;
	margin-top: -20px;
	padding-top: 0
}

.gcard-head-icon {
	width: 34px;
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	font-size: 20px;
	background-color: var(--color-8);
	color: var(--color-6);
	margin-right: 10px
}

.gcard-title {
	font-weight: 600;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: -.005em;
	color: var(--color-4);
	margin-bottom: 0
}

.gcard-h-text {
	margin-bottom: 0;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: -.005em;
	color: rgba(255, 255, 255, 0.35);
	margin-top: 10px;
	display: none
}

@media (min-width: 992px) {
	.gcard-h-text {
		display: block
	}
}


.gcard-2.gcard-shadow {
	background: var(--color-2);
	position: relative;
	border-radius: 15px;
	overflow: hidden;
}

.gcard-2.gcard-shadow::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: linear-gradient(35deg, var(--color-2) 50%, var(--color-8) 100%);
	z-index: -1
}


.gcard-2.gcard-shadow .gny-circle {
	border-radius: 50%;
	border: 3px solid rgba(255, 0, 25, .17);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	color: #ff0018;
	font-size: 24px;
	line-height: 33px;
}

.gcard-2.gcard-shadow.fade-2::after {
	background: linear-gradient(35deg, var(--color-2) 60%, rgba(40, 241, 170, .15) 100%);
}

.gcard-2.gcard-shadow.fade-2 .gny-circle {
	color: #28F1AA;
	border-color: rgba(40, 241, 170, .15)
}

.gcard-2.gcard-shadow.fade-3::after {
	background: linear-gradient(35deg, var(--color-2) 60%, rgba(42, 98, 255, .15) 100%);
}

.gcard-2.gcard-shadow.fade-3 .gny-circle {
	color: #2A62FF;
	border-color: rgba(42, 98, 255, .15)
}

.gcard-2.gcard-shadow.fade-4::after {
	background: linear-gradient(35deg, var(--color-2) 60%, rgba(255, 0, 25, .15) 100%);
}

.gcard-2w.gcard-shadow.fade-4 .gny-circle {
	color: #ff0019;
	border-color: rgba(255, 0, 25, .15)
}

.gcard-2.gcard-shadow {
	position: relative;
	overflow: hidden
}

.gcard-2.gcard-shadow h2 {
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	color: var(--color-5);
	margin-bottom: 4px
}

.gcard-2.gcard-shadow h3,
.gc-balance {
	font-weight: 700;
	font-size: 18px;
	line-height: 37px;
	color: var(--color-4);
	margin-bottom: 0
}

@media (max-width: 991.98px) {
	.gcard-2.gcard-shadow .gcardc {
		padding: 12px
	}

	.gcard-2.gcard-shadow h2 {
		font-size: 11px !important;
		margin-bottom: 2px;
	}

	.gcard-2.gcard-shadow h3,
	.gc-balance {
		font-size: 15px !important;
		line-height: 1.3 !important;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.gcard-2.gcard-shadow {
		margin: 0 0 0
	}

	.gcard-2.gcard-shadow .gny-circle {
		width: 40px;
		height: 40px;
		font-size: 18px;
	}

	.gcard-2.gcard-shadow .progress-btn .btn {
		font-size: 11px !important;
		padding: 5px 10px !important;
	}

	.nop-box .btn {
		font-size: 12px !important;
		padding: 6px 12px !important;
		white-space: nowrap;
	}

	.col-12.col-lg-6 > .gcard-2 {
		margin-top: 8px;
	}
}

.g-nav {
	display: flex;
	align-content: center;
}

.g-nav li a {
	color: var(--color-4);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	padding: 13px 20px;
	border-radius: 15px;
	background: var(--color-3);
	border: 1px solid var(--color-2);
	line-height: 1;
}

.g-nav li a.active {
	background: var(--color-6);
	border: 1px solid var(--color-6);
}


.form-control {
	background: var(--color-1);
	border: 1px solid var(--color-3);
	border-radius: 15px;
	line-height: 20px;
	height: 50px;
	padding: 14px 18px;
	outline: none;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: var(--color-4)
}

.btn-new,
.btn-fav,
.btn-mass {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.btn-new i,
.btn-fav i {
	margin-right: 10px
}

.form-control:focus {
	background: var(--color-1);
	box-shadow: none;
	border: 1px solid var(--color-3);
	color: var(--color-4)
}

.form-control::placeholder {
	color: var(--color-5)
}

.form-control:disabled,
.form-control[readonly] {
	background-color: var(--color-1) !important;
	opacity: 1
}

.form-select,
select.form-control {
	background: var(--color-1);
	border: 1px solid var(--color-3);
	border-radius: 15px;
	line-height: 20px;
	padding: 14px 18px;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	color: var(--color-4)
}

.form-select:focus,
select.form-control:focus {
	box-shadow: none;
	background: var(--color-1);
	border: 1px solid var(--color-3)
}

.form-select::placeholder,
select.form-control::placeholder {
	color: rgba(255, 255, 255, 0.5)
}

.form-label,
label {
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: var(--color-4);
	margin-bottom: 12px
}

.form-control-lg {
	padding: 20px 18px
}

.form-check-label {
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	color: var(--color-4)
}

.form-check-input {
	width: 20px;
	height: 20px
}

.form-check-input:checked {
	background-color: #0258FF;
	border-color: #0258FF
}

.dropdown-menu {
	border: none;
	box-shadow: 0 10px 30px rgba(115, 86, 241, .15);
	border-radius: 15px;
	background-color: var(--color-2);
	width: 100%;
}

.btn-group .dropdown-menu {
	border: 1px solid var(--color-1);
	border-radius: 15px;
	box-shadow: none;
	background-color: var(--color-2);
	width: 100%;
	right: 0 !important;
	left: auto !important;
	transform: translate3d(0px, 52px, 0px) !important;
	min-width: 250px;
}

.btn-group .dropdown-menu.langs {
	min-width: 150px
}

.btn-group .dropdown-menu.langs li {
    border-bottom: 1px solid var(--color-1);
}  

.btn-group .dropdown-menu.langs li:last-child {
    border: none
}  

.dropdown-menu.show {
	position: relative;
	z-index: 50 !important
}

.dropdown-item {
	font-weight: 500;
	color: var(--color-4);
	padding: 6px 20px
}

.btn-group .dropdown-item {
	font-weight: 400;
	color: var(--color-4);
	padding: 10px;
	align-items: center;
	display: flex;
}

.btn-group li:first-child .dropdown-item:hover,
.btn-group li:first-child .dropdown-item:focus {
	background-color: transparent !important;
}

.dropdown-item:hover,
.dropdown-item:focus {
	background-color: var(--color-1) !important;
	color: var(--color-4)
}

@media (min-width: 992px) {
	.dropdown-item {
		font-size: 14px
	}
}

.dropdown-item:focus {
	background-color: #0258FF
}

.dropdown-divider {
	border-color: var(--color-1)
}

.account-details .form-group {
	margin-bottom: 0
}

.pagination .page-item.active .page-link {
	background-color: #0f163a;
	color: #0177fb
}

.modal-content {
	background: rgba(15, 23, 42, 0.97);
	border-radius: 20px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	box-shadow: 0 32px 80px rgba(0, 0, 0, 0.6);
}

.modal-title {
	color: #e2e8f0;
	font-weight: 700;
	font-size: 15px;
}

.modal-footer,
.modal-header {
	border-color: rgba(255, 255, 255, 0.08);
}

.modal-header {
	background: linear-gradient(135deg, rgba(59,130,246,0.12), rgba(34,197,94,0.08));
	border-radius: 20px 20px 0 0;
	padding: 16px 20px;
}

.modal-footer {
	border-radius: 0 0 20px 20px;
	padding: 12px 20px;
}

.modal-footer .btn-secondary,
.modal-footer .btn-default,
.modal-footer [data-dismiss="modal"] {
	background: rgba(255, 255, 255, 0.1) !important;
	border: 1px solid rgba(255, 255, 255, 0.2) !important;
	color: #e2e8f0 !important;
	border-radius: 10px;
}

.modal-footer .btn-secondary:hover,
.modal-footer .btn-default:hover,
.modal-footer [data-dismiss="modal"]:hover {
	background: rgba(255, 255, 255, 0.18) !important;
	color: #fff !important;
}

.modal-body {
	padding: 20px;
}

/* Fix red close button */
.modal .close,
.modal button.close,
.modal-header .close,
.modal-header button.close,
div.modal-content button.close {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: rgba(255,255,255,0.08) !important;
	background-color: rgba(255,255,255,0.08) !important;
	border: 1px solid rgba(255,255,255,0.12) !important;
	color: #94a3b8 !important;
	opacity: 1 !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
	padding: 0;
	transition: background 0.2s, color 0.2s;
	text-shadow: none !important;
	box-shadow: none !important;
}

.modal .close:hover,
.modal button.close:hover,
.modal-header .close:hover,
.modal-header button.close:hover {
	background: rgba(255,255,255,0.15) !important;
	background-color: rgba(255,255,255,0.15) !important;
	color: #e2e8f0 !important;
}

button.close span {
	color: #94a3b8;
	font-size: 16px;
	line-height: 1;
}

button.close:hover span {
	color: #e2e8f0;
}

.pagination .page-item.active .page-link::before {
	content: "";
	bottom: 0;
	height: 3px;
	width: 14px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	background-color: var(--color-6)
}

.pagination .page-item:first-child {
	border-right: 1px solid var(--color-2)
}

.pagination .page-item:first-child .page-link {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	font-weight: 400
}

.pagination .page-item:last-child {
	border-left: 1px solid var(--color-2)
}

.pagination .page-item:last-child .page-link {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	font-weight: 400
}

.pagination .page-item .page-link {
    background: var(--color-3);
    border: none;
    margin: 0;
    height: 50px;
    padding: 0;
    min-width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 17.3005px;
    line-height: 18px;
    color: var(--color-5);
    position: relative;
}

.pagination .page-item .page-link:focus {
	z-index: 2
}

.g-dash-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 15px;
	background-color: var(--color-2);
	color: var(--color-4);
	outline: none;
	border: none;
	font-size: 18px;
	transition: .14s ease;
	z-index: 1020
}

.g-dash {
	position: relative;
	min-height: 100vh;
	background: var(--color-1);
	padding-left: 280px;
	padding-top: 90px;
	color: var(--color-4)
}

.g-dash .container {
	max-width: 1400px
}

.g-dash .g-dash-btn {
	position: fixed;
	top: 14px;
	left: 14px
}

.g-dash .g-dash-btn:focus {
	border: none;
	outline: 0
}

.g-dash .g-dash-btn .ri-menu-line {
	position: absolute;
	left: 50%;
	top: 50%;
	transition: .2s ease;
	transform: translate(-50%, -50%);
	color: #03bd84;
}

.g-dash .g-dash-btn .ri-close-line {
	position: absolute;
	left: 50%;
	top: 50%;
	color: #f87171;
	transform: scale(0) translate(-50%, -50%);
	transition: .2s ease
}

@media (max-width: 992px) {
	.g-dash {
		padding-left: 0;
	}

	.g-dash.g-bar .g-sidebar {
		transform: translateX(0) translateX(0)
	}

	.g-dash.g-bar .g-dash-btn {
		left: 300px
	}

	.g-dash.g-bar .g-dash-btn .ri-close-line {
		transform: scale(1) translate(-50%, -50%)
	}

	.g-dash.g-bar .g-dash-btn .ri-menu-line {
		transform: scale(0) translate(-50%, -50%)
	}

	.g-dash .g-sidebar {
		transform: translateX(-110%);
		transition: .24s ease;
		box-shadow: 4px 0 30px rgba(0, 0, 0, 0.3)
	}
}

.g-sidebar {
	background: var(--color-2);
	background-size: cover;
	border-radius: 0;
	width: 280px;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	z-index: 1040
}

.g-logo {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 6px 0 0;
	margin-bottom: -10px
}

.g-logo img {
	max-width: 200px
}

.g-userbox {
	padding: 20px 30px 0
}

.g-userarea {
	background: var(--color-1);
	border-radius: 15px;
	position: relative;
	display: flex;
	align-items: center;
	padding: 10px;
	gap: 20px;
	transition: .14s ease
}

.g-avatar {
	background-color: var(--color-2);
	width: 44px;
	height: 44px;
	border-radius: 50%;
	overflow: hidden;
	text-align: center;
	padding: 4px
}

.g-avatar span {
	font-weight: 600;
	font-size: 24px;
	color: var(--color-4)
}

.g-name {
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: .01em;
	color: var(--color-4);
	display: flex;
	align-items: center;
	gap: 10px
}

.g-userast {
	margin-top: 6px;
	font-weight: 600;
	font-size: 12px;
	line-height: 12px;
	letter-spacing: .02em;
	color: var(--color-5)
}

.g-user-arrow {
	color: var(--color-4);
	display: flex;
	align-items: center;
	justify-content: center
}

.g-dash-menu {
	flex: 1;
	overflow-y: auto;
	padding: 0 0 40px
}

.g-dash-menu::-webkit-scrollbar {
	width: 0
}

.g-menu-list {
	list-style: none;
	margin: 0;
	padding: 0 30px;
	display: flex;
	flex-direction: column
}

.g-menu-list .g-menu-item {
	display: block
}

.g-menu-list .g-menu-link {
	color: var(--color-4);
	display: flex;
	align-items: center;
	padding: 15px 20px;
	transition: .14s ease;
	border-radius: 15px;
	cursor: pointer;
}

.g-menu-list .g-menu-link .g-menu-text {
	font-weight: 400;
	font-size: 14px;
	line-height: 16px
}

.g-menu-list .g-menu-link .g-menu-text .badge {
	background-color: var(--color-6);
	color: var(--color-4);
	border-radius: 100%;
	padding: 2px 6px;
}

.g-menu-list .g-menu-link .g-menu-icon {
	display: flex;
	align-items: center;
	font-size: 20px;
	width: 34px
}

.g-menu-list .g-menu-link.active .g-menu-text {
	font-weight: 600;
}

.g-menu-list .g-menu-link.active {
	position: relative;
	background: linear-gradient(to right, #242a32 0%, #0d1117 100%);
	border: 1px solid var(--color-3);
}

.g-menu-list .g-menu-link.active .g-menu-icon {
	display: flex;
	align-items: center;
	font-size: 20px;
	width: 34px
}

.g-menu-list .g-menu-link.active::after {
	content: '';
	position: absolute;
	right: -3px;
	bottom: 0;
	top: 8px;
	background: var(--color-6);
	width: 6px;
	height: 70%;
	border-radius: 5px;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: bottom center
}


.g-menu-list .g-menu-link.active:hover {
	color: #fff
}

.g-menu-list .g-menu-link:hover {
	color: var(--color-6)
}

/* Collapsible menu group */
.g-menu-group-btn {
	background: transparent;
	border: 1px solid transparent;
	border-radius: 15px;
	width: 100%;
	text-align: left;
	outline: none !important;
	box-shadow: none !important;
}

.g-menu-group-btn:focus,
.g-menu-group-btn:focus-visible {
	outline: none !important;
	box-shadow: none !important;
}

.g-menu-group-btn:hover {
	background: rgba(255,255,255,0.07);
	border-color: rgba(255,255,255,0.12);
}

.g-menu-group.open > .g-menu-group-btn {
	background: rgba(59,130,246,0.1);
	border-color: rgba(59,130,246,0.25);
}

.g-menu-group-btn.active {
	background: transparent !important;
	border: 1px solid transparent !important;
}

.g-menu-group-btn.active::after {
	display: none !important;
}

.g-menu-group.open > .g-menu-group-btn.active {
	background: rgba(59,130,246,0.1) !important;
	border-color: rgba(59,130,246,0.25) !important;
}

.g-menu-arrow {
	margin-left: auto;
	font-size: 20px;
	color: var(--color-5);
	transition: transform 0.25s ease;
	display: flex;
	align-items: center;
	opacity: 0.7;
}

.g-menu-group.open > .g-menu-group-btn .g-menu-arrow {
	transform: rotate(180deg);
	opacity: 1;
	color: #60a5fa;
}

.g-submenu {
	list-style: none;
	padding: 0 0 0 16px;
	margin: 0;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease, padding 0.3s ease;
}

.g-submenu.open {
	max-height: 400px;
	padding: 4px 0 4px 16px;
}

.g-submenu-link {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 9px 16px;
	border-radius: 10px;
	color: var(--color-5);
	font-size: 13px;
	font-weight: 400;
	text-decoration: none;
	transition: background 0.15s, color 0.15s;
	border-left: 2px solid rgba(255,255,255,0.06);
	margin-bottom: 2px;
}

.g-submenu-link:hover {
	background: rgba(255,255,255,0.05);
	color: var(--color-4);
	border-left-color: var(--color-6);
}

.g-submenu-link.active {
	background: rgba(255,255,255,0.08);
	color: var(--color-6);
	font-weight: 600;
	border-left-color: var(--color-6);
}

.g-submenu-icon {
	font-size: 16px;
	width: 22px;
	display: flex;
	align-items: center;
	flex-shrink: 0;
}

.g-dash-header {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	height: 74px;
	z-index: 1001;
	background: #0d111791;
	backdrop-filter: blur(32px);
}

@media (min-width: 768px) {
	.g-dash-header {
		padding: 0 30px;
		height: 80px;
		border-bottom: 0
	}
}

.g-dash-header .g-mo-logo {
	height: 74px;
	align-items: center
}

.g-dash .g-sidebar .g-logo .gnyLm {
	display: none
}

@media (min-width: 992px) {
	.g-dash-header {
		left: 280px
	}

	.g-dash.g-bar .g-dash-header {
		left: -200px
	}

	.g-dash-header .g-mo-logo {
		height: 80px
	}

	.g-dash.g-bar .g-sidebar {
		width: 80px;
		transition: 250ms all
	}

	.g-dash.g-bar .g-menu-list .g-menu-link .g-menu-text {
		display: none !important
	}

	.g-dash.g-bar .g-menu-list {
		padding: 0 10px
	}

	.g-dash.g-bar .g-userarea .gnyUside {
		display: none
	}

	.g-dash.g-bar .g-userbox {
		padding: 10px
	}

	.g-dash.g-bar .g-user-arrow {
		display: none
	}

	.g-dash.g-bar .g-dash-content {
		margin-left: -200px;
		transition: 250ms all
	}

	.g-dash.g-bar .g-dash-btn {
		left: 300px
	}

	.g-dash.g-bar .g-sidebar .g-logo .gnyMl {
		display: none
	}

	.g-dash.g-bar .g-sidebar .g-logo .gnyLm {
		width: 60px;
		padding: 20px 0;
		display: block;
		transition: 250ms all
	}
}


.g-tmenu {
	position: relative;
	background-color: transparent;
	display: flex;
	align-items: center;
	text-align: left;
	padding: 0
}

.g-tmenu::after {
	display: none
}

.g-tmenu .g-ticon {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--color-4);
	font-size: 24px;
	overflow: hidden
}

.g-tmenu .g-ticon:hover {
	background: var(--color-2);
}

.g-dash-content {
	padding-bottom: 40px
}

@media (min-width: 992px) {
	.g-dash-content {
		padding: 0 30px 30px
	}
}

.g-desc.description,
.panel-body {
	background: var(--color-1);
	border-radius: 15px;
	padding: 10px
}

.g-desc .text {
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	color: var(--color-4);
	overflow-wrap: break-word;
	max-width: 100%
}


.s-row {
	display: flex;
	align-items: center;
	gap: 10px
}

.s-row.s-title {
	font-weight: 600;
	display: none
}

@media (min-width: 992px) {
	.s-row.s-title {
		display: flex
	}
}

.s-col {
	flex: 0 0 auto
}

@media (min-width: 992px) {
	.s-col {
		flex: 0 0 50px;
		width: 50px
	}

	.s-col.s-col-sm {
		flex: 0 0 70px;
		width: 70px
	}

	.s-col.s-col-md {
		flex: 0 0 100px;
		width: 100px
	}

	.s-col.s-col-lg {
		flex: 0 0 180px;
		width: 180px
	}

	.s-col.s-title {
		flex: 1 0 0;
		width: auto
	}
}

.g-category {
	margin-bottom: 25px
}

.gnysWrapper {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	border-radius: 15px;
	background: var(--color-2);
	border: 1px solid var(--color-3);
	box-sizing: border-box;
	border-radius: 15px;
	font-size: 13px
}

@media (min-width: 992px) {
	.gnysWrapper {
		flex-direction: column
	}
}

.gnyserArea {
	flex: 0 0 auto;
	width: 100%;
	position: relative
}

@media (min-width: 768px) {
	.gnyserArea {
		flex: 0 0 auto;
		width: 100%
	}
}

@media (min-width: 992px) {
	.gnyserArea {
		width: 100%
	}
}

.g-sitem {
	padding: 5px 30px;
	border-bottom: 1px solid var(--color-3);
	box-sizing: border-box;
	font-size: 13px
}

@media (max-width: 992px) {
	.g-sitem {
		padding: 15px 10px
	}
}

.g-sitem .avgtime {
	font-size: 11px;
	color: var(--color-5)
}

body.light .g-sitem .avgtime {
    font-size: 11px;
    color: #8b98b8;
}

.g-sitem .btn.btn-sm {
	border-radius: 8px;
	padding: 5px 10px;
	font-size: 12px;
	font-weight: 400
}

.g-sitem:last-child {
	border: none
}

@media (max-width: 992px) {
	.g-sitem .s-row {
		flex-wrap: wrap;
		align-items: flex-start;
		gap: 0
	}

	/* Top row: Favorito + ID inline */
	.g-sitem .s-col-fav {
		order: 1;
		width: auto;
		padding: 0;
		margin-right: 8px;
		align-self: center
	}

	.g-sitem .s-col-fav::before {
		display: none
	}

	.g-sitem .s-col-id {
		order: 2;
		width: auto;
		flex: 1;
		padding: 0;
		align-self: center
	}

	.g-sitem .s-col-id::before {
		content: attr(data-title) ": ";
		display: inline;
		font-weight: 700;
		font-size: 12px;
		color: var(--color-5)
	}

	/* Service name - full width below */
	.g-sitem .s-title {
		order: 3;
		width: 100%;
		text-align: left;
		padding: 6px 0 4px
	}

	.g-sitem .s-title::before {
		display: none
	}

	/* Price / Min-Max / Button row */
	.g-sitem .s-col-c {
		order: 4;
		width: auto;
		flex: 1;
		text-align: left;
		padding: 2px 0
	}

	.g-sitem .s-col-c::before {
		content: attr(data-title) ": ";
		display: inline;
		font-weight: 700;
		font-size: 11px;
		color: var(--color-5)
	}

	.g-sitem .s-col-btn {
		order: 5;
		width: auto;
		padding: 2px 0;
		text-align: right
	}

	.g-sitem .s-col-btn::before {
		display: none
	}

	.g-sitem .s-col-avtime {
		width: 100%;
		text-align: left
	}

	.g-sitem .s-col {
		padding: 0
	}
}

.g-sheader .g-sitem {
	background-color: transparent;
	border: none
}

.g-stitle {
	line-height: 17px
}

.sp-serv-sm {
	font-weight: 600;
	font-size: 16px;
	line-height: 17px;
}

@media (min-width: 992px) {
	.sp-serv-sm {
		font-size: 14px
	}
}

.g-sitem .min {
	color: #0a977e;
}

.g-sitem .max {
	color: #ff3565;
}

.sp-services .gcard {
	margin-bottom: 30px
}

.g-sitem .btn-favorite {
	background: var(--color-1);
	border: 1px solid var(--color-3);
	color: var(--color-5)
}

.g-sitem .btn-favorite.active {
	background: var(--color-6);
	border: 1px solid var(--color-6);
	color: var(--color-4)
}

@media (min-width: 992px) {
	.sp-services .gcard {
		background-color: #fff;
		border: 1px solid #eee;
		overflow: hidden
	}
}

.g-sitemh {
	padding: 15px 30px;
	background: url(https://cdn.glycon.net/osweld/seritem-bg.png) var(--color-6);
	background-repeat: no-repeat;
	background-position: right center;
	border-radius: 15px;
	margin-bottom: 14px
}

.g-sitemh .g-sitemt {
	font-weight: 600;
	font-size: 16px;
	line-height: 23px;
	color: #fff;
	margin-bottom: 0
}

.g-search {
	height: 40px;
	position: relative
}

.g-search:focus-within .g-ticon {
	color: #fff
}

.g-search .g-ticon {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	color: #92969d;
	transition: .14s ease
}

.g-search .textbox {
	width: calc(100% - 40px);
	margin-left: 40px;
	height: 40px;
	background-color: transparent;
	outline: none;
	border: none;
	color: var(--color-4);
	font-weight: 600;
	font-size: 14px;
	line-height: 16px
}

.g-search .textbox::placeholder {
	color: #92969d
}

.btn-filter {
	background-color: #fff;
	display: flex;
	align-items: center;
	border: 1px solid #ebf2fa
}

.btn-filter .g-ticon {
	color: #0258FF
}

.modal-wrapper {
	margin: auto;
	background-color: rgba(0, 0, 0, 0.7);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2000;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 20px;
}

.modal-wrapper.active {
	display: flex;
	animation: modalWrapperFadeIn 0.25s ease;
}

@keyframes modalWrapperFadeIn {
	from { opacity: 0; }
	to { opacity: 1; }
}

.mbo-wrapper {
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow-y: auto;
	padding: 20px;
}

.modal-box {
	margin: auto;
	max-width: 420px;
	width: 100%;
	border-radius: 24px;
	background: rgba(15, 23, 42, 0.95);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	border: 1px solid rgba(255, 255, 255, 0.1);
	box-shadow: 0 32px 80px rgba(0, 0, 0, 0.6);
	text-align: left;
	position: relative;
	height: auto;
	max-height: 90vh;
	overflow-y: auto;
	animation: modalBoxSlideUp 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes modalBoxSlideUp {
	from { opacity: 0; transform: translateY(30px) scale(0.96); }
	to { opacity: 1; transform: translateY(0) scale(1); }
}

@media (max-width: 991.98px) {
	.modal-box {
		max-width: 100%;
	}

	.btn-new.active i,
	.btn-fav.active i {
		margin-right: 0
	}
}

.m-header {
	padding: 20px 24px 16px;
	background: linear-gradient(135deg, rgba(59, 130, 246, 0.15), rgba(34, 197, 94, 0.1));
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 24px 24px 0 0;
	white-space: normal;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.m-body {
	padding: 24px;
	white-space: normal;
}

.m-body #serviceModalText {
	background: rgba(0, 0, 0, 0.3);
	border: 1px solid rgba(255,255,255,0.07);
	border-radius: 12px;
	padding: 16px;
	font-size: 13px;
	line-height: 1.7;
}

.m-body .btn {
	width: 100%;
	border-radius: 12px;
	margin-top: 16px;
	position: relative;
	bottom: auto;
	left: auto;
	right: auto;
}

.m-title {
	font-weight: 700;
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: -.005em;
	color: #e2e8f0;
	margin-bottom: 0;
}

.m-close {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: rgba(255,255,255,0.08);
	border: 1px solid rgba(255,255,255,0.12);
	color: #94a3b8;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: background 0.2s, color 0.2s;
	flex-shrink: 0;
}

.m-close:hover {
	background: rgba(255,255,255,0.15);
	color: #e2e8f0;
}

.m-close:focus {
	box-shadow: 0 0 0 .25rem rgba(2, 88, 255, 0.2);
}

@media screen and (min-width: 991.98px) {

	.swiper-button-prev,
	.swiper-button-next {
		display: none !important
	}
}

.nwo-categories .swiper-slide {
	width: auto !important;
}

.nwo-categories .swiper-wrapper {
	position: relative;
}

.nwo-categories .swiper-wrapper::before,
.nwo-categories .swiper-wrapper::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 10;
}

.nwo-categories .swiper-wrapper::before {
	left: 0;
	width: 50px;
}

.nwo-categories .swiper-wrapper::after {
	left: 0;
	width: 50px;
}

.nwo-categories .swiper-button-next::after,
.nwo-categories .swiper-button-prev::after {
	font-family: remixicon !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 20px;
	color: #fff;
}

.nwo-categories .swiper-button-prev::after {
	content: "\ea64";
}

.nwo-categories .swiper-button-next::after {
	content: "\ea6e";
}

.nwo-cat-btn {
	display: flex;
	align-items: center;
	gap: 15px;
	background: var(--color-2);
	border: 1px solid var(--color-1);
	border-radius: 15px;
	padding: 15px;
	justify-content: center;
}

.nwo-cat-btn.active {
	background: var(--color-6);
	border: 1px solid var(--color-7);
}

.nwo-cat-btn:hover {
	background: var(--color-8);
	border: 1px solid var(--color-7);
}


.nwo-cat-btn.active .g-ticon,
.nwo-cat-btn.active .text {
	color: var(--color-4);
}

.nwo-cat-btn .g-ticon {
	color: var(--color-4);
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.nwo-cat-btn .text {
	font-weight: 400;
	font-size: 13px;
	line-height: 15px;
	color: var(--color-4);
}

@media (max-width: 575px) {
	.nwo-cat-btn {
		padding: 10px;
		gap: 0;
		border-radius: 12px;
		min-width: 44px;
		min-height: 44px;
	}

	.nwo-cat-btn .text {
		display: none;
	}

	.nwo-cat-btn .g-ticon {
		font-size: 22px;
	}

	.nwo-categories .swiper-button-next,
	.nwo-categories .swiper-button-prev {
		display: none !important;
	}

	.nwo-categories .swiper-wrapper::before,
	.nwo-categories .swiper-wrapper::after {
		display: none !important;
	}
}

.progress {
	height: 5px
}

.progress-bar {
	background-color: var(--color-7)
}

/* ============================================
   NEWORDER PAGE
   ============================================ */

.nwo-tabs {
	display: flex;
	gap: 8px;
}

.nwo-tab {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 8px 16px;
	border-radius: 10px;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none !important;
	background: rgba(255,255,255,0.05);
	border: 1px solid rgba(255,255,255,0.08);
	color: #94a3b8 !important;
	transition: all 0.2s;
}

.nwo-tab:hover {
	background: rgba(255,255,255,0.08);
	color: #e2e8f0 !important;
}

.nwo-tab.active {
	background: rgba(59,130,246,0.15);
	border-color: rgba(59,130,246,0.3);
	color: #60a5fa !important;
}

.nwo-label {
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 14px;
	font-weight: 700;
	color: var(--color-4);
	margin-bottom: 8px;
}

.nwo-label i {
	color: #60a5fa;
}

.nwo-desc-toggle {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 14px;
	background: rgba(59,130,246,0.08);
	border: 1px solid rgba(59,130,246,0.2);
	border-radius: 10px;
	font-size: 13px;
	font-weight: 600;
	color: #60a5fa;
	cursor: pointer;
	outline: none !important;
	box-shadow: none !important;
	transition: background 0.2s;
	gap: 8px;
}

.nwo-desc-toggle:hover {
	background: rgba(59,130,246,0.13);
}

.nwo-desc-toggle[aria-expanded="true"] {
	border-radius: 10px 10px 0 0;
	border-bottom-color: transparent;
}

.nwo-desc-arrow {
	font-size: 18px;
	transition: transform 0.25s ease;
	flex-shrink: 0;
}

.nwo-desc-toggle[aria-expanded="true"] .nwo-desc-arrow {
	transform: rotate(180deg);
}

.nwo-desc-body {
	padding: 14px 16px;
	font-size: 13px;
	color: #94a3b8;
	line-height: 1.8;
	background: var(--color-2);
	border: 1px solid rgba(59,130,246,0.2);
	border-top: none;
	border-radius: 0 0 10px 10px;
	word-break: break-word;
}

/* Fix form-control inputs in neworder — override any Bootstrap light bg */
.gcard .form-control,
.gnyNeworder .form-control {
	background: var(--color-1) !important;
	border-color: var(--color-3) !important;
	color: var(--color-4) !important;
}

.gcard .form-control:focus,
.gnyNeworder .form-control:focus {
	background: var(--color-2) !important;
	border-color: rgba(59,130,246,0.5) !important;
	box-shadow: 0 0 0 3px rgba(59,130,246,0.1) !important;
}

.nwo-submit-btn {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 8px !important;
	padding: 12px !important;
	font-size: 15px !important;
	font-weight: 600 !important;
	border-radius: 12px !important;
}

.nwo-news-wrap {
	display: flex;
	flex-direction: column;
	gap: 12px;
	max-height: 500px;
	overflow-y: auto;
}

.nwo-news-section-title {
	display: flex;
	align-items: center;
	gap: 7px;
	font-size: 12px;
	font-weight: 700;
	color: #64748b;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	padding: 4px 0;
}

.nwo-news-item {
	display: flex;
	gap: 12px;
	padding: 14px;
	border-radius: 12px;
	border: 1px solid rgba(255,255,255,0.06);
	background: rgba(255,255,255,0.03);
}

.nwo-news-warn {
	background: rgba(251,191,36,0.06);
	border-color: rgba(251,191,36,0.2);
}

.nwo-news-info {
	background: rgba(59,130,246,0.06);
	border-color: rgba(59,130,246,0.15);
}

.nwo-news-yt {
	background: rgba(239,68,68,0.06);
	border-color: rgba(239,68,68,0.15);
}

.nwo-news-icon {
	width: 36px;
	height: 36px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	flex-shrink: 0;
}

.nwo-news-warn .nwo-news-icon { background: rgba(251,191,36,0.15); color: #fbbf24; }
.nwo-news-info .nwo-news-icon { background: rgba(59,130,246,0.15); color: #60a5fa; }
.nwo-news-yt .nwo-news-icon { background: rgba(239,68,68,0.15); color: #f87171; }

.nwo-news-body {
	flex: 1;
	min-width: 0;
}

.nwo-news-title {
	font-size: 13px;
	font-weight: 600;
	color: #e2e8f0;
	margin-bottom: 4px;
}

.nwo-news-desc {
	font-size: 12px;
	color: #64748b;
	line-height: 1.6;
	margin-bottom: 6px;
}

.nwo-news-time {
	font-size: 11px;
	color: #475569;
	display: flex;
	align-items: center;
	gap: 4px;
}

.progress-title,
.progress-percent {
	font-size: 14px
}

.progress-next {
	font-size: 12px;
}

.progress-title .primary-color {
	font-weight: 600
}

.progress-btn .btn {
    font-size: 13px !important;
    padding: 7px 10px;
    font-weight: 600;
}

.badge-level-discount {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    font-weight: 600;
    color: #03bd84;
    background: rgba(3, 189, 132, 0.12);
    border: 1px solid rgba(3, 189, 132, 0.3);
    border-radius: 20px;
    padding: 4px 10px;
    margin-top: 4px;
}

.nwo-level-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.nwo-level-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    flex-wrap: wrap;
}

.nwo-level-info {
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.nwo-level-label {
    font-size: 11px;
    color: var(--color-5);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.nwo-level-title {
    font-size: 15px;
    font-weight: 700;
    color: var(--color-4);
}

.nwo-level-right {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.nwo-level-discount {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 11px;
    font-weight: 600;
    color: #03bd84;
    background: rgba(3, 189, 132, 0.1);
    border: 1px solid rgba(3, 189, 132, 0.25);
    border-radius: 20px;
    padding: 3px 9px;
}

.nwo-level-btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    font-weight: 600;
    color: var(--color-4);
    background: var(--color-8);
    border: 1px solid var(--color-3);
    border-radius: 8px;
    padding: 5px 12px;
    text-decoration: none;
    transition: background 0.15s, border-color 0.15s;
}

.nwo-level-btn:hover {
    background: var(--color-3);
    color: var(--color-4);
    text-decoration: none;
}

.nwo-level-bar-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
}

.nwo-level-bar {
    flex: 1;
    height: 7px;
    background: var(--color-3);
    border-radius: 4px;
    overflow: hidden;
}

.nwo-level-bar-fill {
    height: 100%;
    background: linear-gradient(90deg, #03bd84, #00e0a0);
    border-radius: 4px;
    transition: width 0.4s ease;
}

.nwo-level-pct {
    font-size: 11px;
    font-weight: 600;
    color: var(--color-5);
    white-space: nowrap;
    min-width: 32px;
    text-align: right;
}

.nwo-level-next {
    font-size: 12px;
    color: var(--color-5);
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
    line-height: 1.5;
}

.nwo-level-next strong {
    color: var(--color-4);
}

@media (max-width: 575px) {
    .nwo-level-top {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }

    .nwo-level-right {
        width: 100%;
        justify-content: space-between;
    }

    .nwo-level-discount {
        font-size: 10px;
        padding: 2px 8px;
    }

    .nwo-level-btn {
        font-size: 11px;
        padding: 4px 10px;
    }

    .nwo-level-next {
        font-size: 11px;
    }
}

.gc-balance {
	background: transparent;
	border: none;
	color: var(--color-4);
	font-weight: 600;
	width: 130px
}

.g-gender {
	text-align: center;
}

.g-gender .g-genderavatar {
	position: relative;
	margin-bottom: 14px;
}

.g-gender .g-fullname {
	font-size: 16px;
	line-height: 20px;
	color: var(--color-4);
	font-weight: 600;
	margin-bottom: 8px;
}

.g-gender .g-email {
	font-size: 14px;
	line-height: 17px;
	color: var(--color-5);
}

.g-switch {
	min-width: 280px;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 0.5px solid var(--color-3);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding: 5px;
	position: relative;
	background: transparent;
	-webkit-transition: .14s ease;
	transition: .14s ease;
}

.g-switch:focus {
	-webkit-box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
	box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}

.g-switch.gender-male .switch-male {
	color: #fff;
}

.g-switch.gender-female .switch-female {
	color: #fff;
}

.g-switch.gender-female .switch-bg {
	left: calc(50% - 5px);
}

.g-switch .switch-bg {
	background: var(--color-6);
	top: 5px;
	bottom: 5px;
	left: 5px;
	width: 50%;
	border-radius: 10px;
	position: absolute;
	-webkit-transition: .23s ease;
	transition: .23s ease;
}

.g-switch .switch-btn {
	-webkit-transition: .14s ease;
	transition: .14s ease;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	z-index: 2;
	height: 44px;
	background: transparent;
	border: none;
	outline: none;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	color: var(--color-4);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.g-switch.gender-female .g-genderavatar.gender-male {
	display: none !important
}

.user-avatar {
	width: 150px;
}

.profile-toggle.dropdown-toggle {
	background: transparent;
	border: none;
	outline: none
}

.profile-toggle.dropdown-toggle::after {
	display: none !important
}

.g-mo-logo .user-avatar {
	width: 50px
}

.g-genderavatar {
	position: relative
}

.g-genderavatar .avatar-icon {
	position: absolute;
	background: var(--color-6);
	color: var(--color-4);
	border-radius: 100%;
	width: 10px;
	height: 10px;
	line-height: 1;
	font-size: 11px;
	top: 20px;
	right: -3px;
}

.modal-flex {
	padding: 10px 0px;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
}

.modal-flex:not(:first-child) {
	border-top: 1px solid var(--color-2);
}

.mf-title {
	font-size: 13px;
	color: var(--color-5);
}

.mf-text {
	margin-top: 2px;
	line-height: 125%;
	color: var(--color-4);
	font-size: 14px;
	font-weight: 500;
}

.mf-color {
	color: var(--color-6);
	font-weight: 600
}

.modal-desc {
	font-size: 13px;
	line-height: 24px;
	max-height: 180px;
	min-height: 180px;
	overflow-x: scroll;
}

.codewin-head {
	height: 1.5rem;
	padding: 0 1rem;
	position: relative;
}

.codewin-buttons {
	display: flex;
	bottom: 0;
	right: 0;
	position: absolute;
	top: 5px;
	cursor: pointer;
}

.btn-mac {
	border-radius: 50%;
	height: 0.75rem;
	margin: 0 0.125rem;
	width: 0.75rem;
}

.mac-close {
	background-color: #ff5f56;
}

.mac-mini {
	background-color: #ffbd2e;
}

.mac-full {
	background-color: #27c93f;
}

.bs-toast {
	background: var(--color-6);
	border: 1px solid var(--color-7) !important;
	color: #fff;
	padding: 10px 24px;
	border-radius: 15px;
	position: fixed;
	bottom: 30px;
	left: 40px;
	width: 100%;
	width: max-content;
	max-width: 350px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: none;
	z-index: 3000;
	text-align: center
}

.bs-toast .bs-toast-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.bs-toast .toast-text {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 14px;
	font-weight: 500
}

.bs-toast .toast-times {
	cursor: pointer;
	border: none;
	outline: 0;
	color: #fff;
	background: 0 0
}

.op-search-box.g-olink {
	display: flex;
	width: 100%;
}

.g-olink .link {
	display: block;
	width: 100%;
	flex: 1 0 0;
	font-weight: 500;
	font-size: 12px;
	line-height: 18px;
	color: #637990;
	opacity: 0.8;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding-top: 5px
}

.g-order-item {
	display: flex;
	align-items: center;
	gap: 8px;
}

.g-order-item .title {
	font-size: 14px;
	line-height: 18px;
	color: #72879d;
}

.g-order-item .text {
	font-weight: 600;
	font-size: 16px;
	color: var(--color-4);
	line-height: 27px;
}

.g-order-title {
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	color: var(--color-4);
	margin-bottom: 0px;
}

.g-order-date {
	font-size: 12px
}

.g-order-bottom {
	border-top: 1px solid var(--color-3);
	padding-top: 15px;
	margin-top: 15px
}

.ms-auto {
	margin-left: auto !important;
}

.g-status {
	display: block;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	border: 1px solid #fff;
	background-color: rgba(255, 255, 255, 0.15);
	border-radius: 15px;
	padding: 10px 34px;
}

@media (max-width: 991.98px) {
	.g-status {
		width: max-content;
		margin: auto;
	}

	.g-order-title,
	.g-olink .link,
	.g-order-date {
		text-align: center
	}
}

.g-status.completed {
	background-color: rgb(0, 182, 122, .25);
	border: 1px solid #00B67A;
	color: #00B67A;
}

.g-status.processing {
	background-color: rgb(246, 86, 25, .25);
	border: 1px solid #f65619;
	color: #f65619;
}

.g-status.inprogress {
	background-color: rgb(2, 159, 255, .25);
	border: 1px solid #029fff;
	color: #029fff;
}

.g-status.pending {
	background-color: rgb(251, 188, 5, .25);
	border: 1px solid #fbbc05;
	color: #fbbc05;
}

.g-status.partial {
	background-color: rgb(129, 129, 129, .25);
	border: 1px solid #818181;
	color: #818181;
}

.g-status.cancelled {
	background-color: rgb(255, 62, 124, .25);
	border: 1px solid #ff3e7c;
	color: #ff3e7c;
}

.order-btn {
	background: var(--color-6);
	border: 1px solid var(--color-6);
	border-radius: 5px
}

.select2-results__option a {
	color: var(--color-4) !important;
	font-size: 13px !important;
	border-bottom: 1px solid var(--color-1) !important;
	padding: 10px !important;
}


.select2-results__option a:hover {
	background: var(--color-1);
	color: var(--color-4) !important
}

.select2-container--default .select2-results>.select2-results__options,
.select2-container--open .select2-dropdown--below,
.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option:hover {
	background-color: var(--color-2) !important;
}

.select2-container--default .select2-selection--single {
	height: 45px;
	line-height: 24px;
}

.select2-container .badge-secondary {
	background: var(--color-6);
	color: #fff
}

.g-email i {
	color: var(--color-6)
}

.api-block pre {
	background: var(--color-8);
	border: 1px solid var(--color-6);
	color: var(--color-6);
	border-radius: 15px;
	padding: 10px
}

.api-block .table {
	color: var(--color-4)
}

.api-block .table-bordered,
.api-block .table-bordered td,
.api-block .table-bordered th,
.api-block .table thead th {
	border-color: var(--color-1)
}
.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    color: #8a98b8;
}
.tickets {
	cursor: pointer;
	margin-bottom: 10px;
	position: relative;
	background: var(--color-1);
	border-radius: 15px;
	padding: 10px 15px;
}

.tickets.new {
	background: var(--color-8);
}

.tickets:hover {
	background: var(--color-8);
	transition: 500ms all
}

.tickets .avatar.me-3 {
	margin-right: 15px !important;
}

.tickets .avatar .tickets-img {
	height: 40px;
	width: 40px;
	border-radius: 100%;
	background-color: var(--color-1);
	color: var(--color-4) !important;
	text-align: center;
	position: relative;
	border: 3px solid var(--color-8);
	box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
}

.tickets .avatar .tickets-img span {
	font-size: 24px;
	color: var(--color-6)
}

.tickets h6 {
	margin-bottom: 10px;
	font-size: 14px;
	color: var(--color-4)
}

.tickets span {
	color: #71738d;
	font-size: 12px;
}

.tickets .date {
	position: absolute;
	top: 15px;
	right: 10px;
	font-size: 12px;
	color: #BCC2CF;
}

.g-ticket-status.completed {
	color: #00B67A
}

.g-ticket-status.pending {
	color: #fbbc05
}


.g-ticket-status.closed {
	color: #ff3e7c
}

input.designradio {
	position: absolute;
	z-index: 9999999;
	width: 100px;
	height: 72px;
	left: 0px;
	top: 0px;
	opacity: 0;
	display: none;
}

.ticket .subject_box span i {
	font-size: 24px;
	color: var(--color-6)
}

.ticket-fields {
	padding-top: 20px;
}

.ticket .custom-radio button {
	text-decoration: none;
	border: 1px solid var(--color-1);
	background: transparent;
	display: inline-block;
	border-radius: 15px;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	width: 100%
}

.ticket .custom-radio button.active {
	border-color: var(--color-6)
}

.ticket .custom-radio button:hover {
	border: 1px solid var(--color-6);
}

.ticket .form-group {
	margin-bottom: 20px;
}

.subject_box {
	margin: auto;
	text-align: center;
	padding: 12px 10px
}

.subject_box p {
	margin: 0px;
	padding-top: 15px;
	color: var(--color-4);
	font-size: 16px;
}

.downBtn {
	background: var(--color-3);
	border: 1px solid var(--color-1);
	padding: 10px 14px
}

@media (max-width: 991.98px) {
	.downBtn {
		margin-top: 15px
	}
}

.g-chat .g-chat-area ul.chat {
	max-height: 350px;
	min-height: 350px;
	overflow-y: scroll;
	padding-right: 20px
}

.g-chat .g-chat-area ul.chat::-webkit-scrollbar {
	width: 5px;
	border-radius: 2px
}

.g-chat .g-chat-area ul.chat::-webkit-scrollbar-track {
	border-radius: 2px;
	background-color: rgba(255, 255, 255, .2)
}

.g-chat .g-chat-area ul.chat::-webkit-scrollbar-thumb {
	border-radius: 2px;
	background-color: #fff
}

.g-chat .g-chat-area ul.chat::-webkit-scrollbar-thumb:hover {
	background: #fff
}

.g-chat .g-chat-area ul.chat li.user {
	display: flex;
	align-items: start;
	justify-content: flex-start;
	margin-bottom: 20px
}

.g-chat .g-chat-area ul.chat li.user .r {
	text-align: end;
	margin-right: 10px
}

.g-chat .g-chat-area ul.chat li.user .r .answer {
	background-color: var(--color-8);
	color: var(--color-5);
	font-size: 14px;
	font-weight: 500;
	padding: 20px;
	border-radius: 10px;
	border-bottom-left-radius: 0;
	margin-bottom: 10px
}

.g-chat .g-chat-area ul.chat li.user .r small {
	color: #afbbc6;
	font-size: 12px;
	font-weight: 600;
	text-align: end
}

.g-chat .g-chat-area ul.chat li.user .l {
	min-width: 100px;
	max-width: 100px
}

.g-chat .g-chat-area ul.chat li.user .l span.avatar {
	width: 54px;
	height: 54px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: var(--color-3);
	color: var(--color-5);
	font-size: 20px;
	font-weight: 700;
	margin: 0 auto;
	text-transform: uppercase
}

.g-chat .g-chat-area ul.chat li.user .l .name {
	margin-top: 8px;
	color: #dadada;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 4px;
	text-align: center
}

.g-chat .g-chat-area ul.chat li.user .l small {
	color: #afbbc6;
	font-size: 12px;
	font-weight: 600;
	text-align: center;
	display: block
}

.g-chat .g-chat-area ul.chat li.web {
	display: flex;
	align-items: start;
	justify-content: end;
	margin-bottom: 10px
}

.g-chat .g-chat-area ul.chat li.web .l {
	text-align: start;
	margin-left: 10px
}

.g-chat .g-chat-area ul.chat li.web .l .answer {
	background-color: var(--color-6);
	color: var(--color-4);
	font-size: 14px;
	font-weight: 500;
	padding: 20px;
	border-radius: 10px;
	border-bottom-right-radius: 0;
	margin-bottom: 10px
}

.g-chat .g-chat-area ul.chat li.web .l small {
	color: #afbbc6;
	font-size: 12px;
	font-weight: 600;
	text-align: start
}

.g-chat .g-chat-area ul.chat li.web .r {
	min-width: 100px;
	max-width: 100px
}

.g-chat .g-chat-area ul.chat li.web .r span.avatar {
	width: 54px;
	height: 54px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: #fff;
	color: #3d455a;
	font-size: 20px;
	font-weight: 700;
	margin: 0 auto;
	text-transform: uppercase
}

.g-chat .g-chat-area ul.chat li.web .l .name {
	margin-top: 8px;
	color: #dadada;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 4px;
	text-align: center
}

.g-chat .g-chat-area ul.chat li.web .l small {
	color: #afbbc6;
	font-size: 12px;
	font-weight: 600;
	text-align: center;
	display: block
}

.g-chat .g-chat-area ul.chat {
	padding-left: 0
}

@media (max-width: 991.98px) {

	.mobiledetail {
		display: block !important
	}

}

.ticket-message-block {
	display: flex;
}

.ticket-message-block.ticket-message-left+.ticket-message-left {
	margin-top: -50px;
}

.ticket-message-block.ticket-message-right+.ticket-message-right {
	margin-top: -50px;
}

.ticket-message-block.ticket-message-right {
	justify-content: flex-end;
}

.ticket-message-block.ticket-message-right .ticket-msg-container {
	text-align: right;
}

.ticket-message-block.ticket-message-right .ticket-msg-container .ticket-msg {
	background: var(--color-6);
	border-radius: 20px 20px 0 20px;
}

.ticket-message-block.ticket-message-left .ticket-msg-container .ticket-msg {
	border-radius: 20px 20px 20px 0px;
}

.ticket-message-block .ticket-msg-container {
	width: 100%;
	max-width: 400px;
}

.ticket-message-block .ticket-msg-container .ticket-msg {
	background: var(--color-8);
	border-radius: 30px;
	padding: 14px 26px;
	display: inline-flex;
	margin-bottom: 12px;
	font-weight: 500;
	font-size: 13px;
	line-height: 22px;
	letter-spacing: 0.3px;
	color: var(--color-5);
}

.ticket-message-block .ticket-msg-container .date-time {
	font-size: 12px;
	line-height: 15px;
	color: #747886;
	margin-bottom: 30px;
	padding: 0 10px;
	display: block;
}

.g-chat-side .g-chat {
	max-height: 553px;
	overflow-y: auto;
	margin: 0 -24px;
	padding: 0 24px;
}

.g-chat-side .g-chat::-webkit-scrollbar {
	width: 6px;
	border-radius: 3px;
}

.g-chat-side .g-chat::-webkit-scrollbar-track {
	background: transparent;
	border-radius: 3px;
}

.g-chat-side .g-chat::-webkit-scrollbar-thumb {
	background: rgba(255, 255, 255, 0.2);
	border-radius: 3px;
}

.g-chat-side .g-chat::-webkit-scrollbar-thumb:hover {
	background: rgba(255, 255, 255, 0.4);
}

.g-chat-side .schat-input {
	padding-top: 10px;
}

.g-chat-input {
	position: relative;
	display: flex;
	background: var(--color-1);
	border-radius: 0px 0px 8px 8px;
	height: 70px;
	align-items: center;
}

.g-chat-input input {
	border: none;
	outline: none;
	background: transparent;
	flex: 1;
	padding: 0 30px;
	font-size: 14px;
	line-height: 17px;
	color: #fff;
}

.g-chat-input input::placeholder {
	color: rgba(255, 255, 255, 0.6);
}

.g-ticket-box {
	background: var(--color-1);
	border: 1px solid var(--color-3);
	border-radius: 8px;
	padding: 20px 24px;
	font-weight: 600;
	font-size: 16px;
	line-height: 18px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.g-ticket-box+.g-ticket-box {
	margin-top: 14px;
}

.g-ticket-box .title {
	flex: 1;
}

.g-ticket-box .text {
	color: var(--color-6);
}

.gi-title {
	font-size: 24px;
	font-weight: 600;
	color: var(--color-4)
}

.gi-text {
	color: var(--color-5)
}

.gi-text a {
	color: var(--color-6)
}

.gcard-icon {
	width: 44px;
	height: 44px;
	font-size: 24px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (min-width: 992px) {
	.gcard-icon {
		width: 82px;
		height: 82px;
		font-size: 40px;
	}
}

.gcard-icon.gi-1 {
	background-color: var(--color-8);
	color: var(--color-6);
}

.nwoNav {
	background: var(--color-2);
	border: 1px solid var(--color-1);
	border-radius: 15px;
	margin: 0;
	list-style: none;
	padding: 7px;
	display: flex
}

.nwoNav .nwoNavLink {
	border: none;
	outline: none;
	border-radius: 11px;
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
	background-color: transparent;
	color: var(--color-4);
	padding: 13px 25px;
	transition: .14s ease
}

.nwoNav .nwoNavLink.active {
	background: var(--color-6);
	color: var(--color-4)
}

.nwoTabs .nwoTab {
	display: none
}

.nwoTabs .nwoTab.active {
	display: block
}

@media (max-width: 991.98px) {

	.nwoNav .nwoNavLink,
	.nav-tabs .nav-item {
		width: 100%
	}

	.d-none-imp {
		display: none !important
	}
}

.sc-sup-item {
	background: var(--color-1);
	border: 1px solid var(--color-3);
	box-sizing: border-box;
	border-radius: 15px;
	padding: 18px 30px;
	display: block;
	width: 100%;
	transition: .14s ease
}

.sc-sup-item:hover {
	background: var(--color-8);
	border: 1px solid var(--color-6)
}

.sc-sup-item .title {
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
	color: var(--color-5);
	margin-bottom: 10px
}

.sc-sup-item .text {
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 10px
}

@media (min-width: 992px) {
	.sc-sup-item .text {
		margin-bottom: 0
	}
}

.sc-sup-item+.sc-sup-item {
	margin-top: 13px
}

.currency-toggle,
.language-toggle {
	background: none;
	border: none;
	outline: none;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--color-4);
	font-size: 24px;
	overflow: hidden;
}

.currency-toggle.dropdown-toggle::after,
.language-toggle.dropdown-toggle::after {
	display: none
}

.currency-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.2);
	backdrop-filter: blur(10px);
	z-index: 2000;
	display: none;
}

.currency-drawer {
	display: none;
	transform: translateX(100%);
	position: fixed;
	right: 0;
	top: 0;
	height: 100vh;
	z-index: 2003;
	background: var(--color-2);
	border-left: 1px solid var(--color-3);
	width: 280px;
	display: flex;
	flex-direction: column;
	transition: 0.14s ease;
}

.currency-drawer .drawer-header {
	display: flex;
	align-items: center;
	gap: 20px;
	height: 80px;
	padding: 0 20px;
	background-color: var(--color-6);
}

.currency-drawer .drawer-header-title {
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	color: var(--color-4);
	margin-bottom: 0;
}

.currency-drawer .drawer-header-close {
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: auto;
	font-size: 20px;
	cursor: pointer;
}

.currency-drawer .drawer-body {
	display: flex;
	flex-direction: column;
	gap: 10px;
	flex: 1;
	padding: 10px 20px 40px;
	overflow-y: auto;
}

.currency-item {
	background: var(--color-3);
	border: 1px solid var(--color-1);
	border-radius: 10px;
	padding: 18px 23px;
	display: block;
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
	color: var(--color-4);
	transition: 0.14s ease;
}

.currency-item:hover,
.currency-item:focus {
	background: var(--color-8);
	border: 1px solid var(--color-6);
	color: var(--color-4);
}

.currency-item.active {
	background: var(--color-8);
	border: 1px solid var(--color-6);
}

.gnyFAQs .gnyFtab {
	position: relative;
	cursor: pointer;
	background: transparent;
	color: var(--color-3);
	padding: 13px 20px;
	-webkit-transition: .2s ease;
	transition: .2s ease;
	margin-bottom: 14px;
	border-bottom: 1px solid var(--color-1)
}

.gnyFAQs .gnyFtab .fa-minus {
	display: none;
}

.gnyFAQs .gnyFtab.active {
	background: var(--color-8);
	color: var(--color-4);
	border-radius: 15px
}

.gnyFAQs .gnyFtab.active .gnyFhead {
	color: var(--color-4);
}

.gnyFAQs .gnyFtab.active .gnyFhead .right-p {
	color: var(--color-5);
}

.gnyFAQs .gnyFtab.active .fa-minus {
	display: block;
}

.gnyFAQs .gnyFtab.active .fa-plus {
	display: none;
}

.gnyFAQs .gnyFtab .gnyFhead {
	font-size: 16px;
	font-weight: 500;
	color: var(--color-4);
}

.gnyFAQs .gnyFtab .gnyFhead .right-p {
	color: var(--color-6);
	font-size: 16px;
	height: 30px;
	line-height: 30px;
}

.gnyFAQs .gnyFtab .gnyFcontent {
	display: none;
	padding-top: 12px;
	color: var(--color-4);
	font-size: 16px;
	line-height: 170%;
	padding-bottom: 8px;
}

.nwo-cat-btn .fab.fa-instagram,
.select2-selection__icon .fab.fa-instagram {
	color: #E1306C
}

.nwo-cat-btn .fab.fa-facebook-f,
.select2-selection__icon .fab.fa-facebook-f {
	color: #207eff;
}

.nwo-cat-btn .fab.fa-youtube,
.select2-selection__icon .fab.fa-youtube {
	color: #ff0042;
}

.nwo-cat-btn .fab.fa-twitter,
.select2-selection__icon .fab.fa-twitter {
	color: #1da1f2;
}

.nwo-cat-btn .fab.fa-telegram-plane,
.select2-selection__icon .fab.fa-telegram-plane {
	color: #2b9fd2;
}

.nwo-cat-btn .fab.fa-soundcloud,
.select2-selection__icon .fab.fa-soundcloud {
	color: #ff5836;
}

.nwo-cat-btn .fab.fa-spotify,
.select2-selection__icon .fab.fa-spotify {
	color: #62ffa2;
}

.nwo-cat-btn .fab.fa-twitch,
.select2-selection__icon .fab.fa-twitch {
	color: #e600ff;
}

.nwo-cat-btn .fab.fa-tiktok,
.select2-selection__icon .fab.fa-tiktok {
	color: #f8004d;
}

.nwo-cat-btn .fab.fa-discord,
.select2-selection__icon .fab.fa-discord {
	color: #5865F2;
}

.nwo-cat-btn .fab.fa-linkedin-in,
.select2-selection__icon .fab.fa-linkedin-in {
	color: #0077b5;
}

.nwo-cat-btn .fab.fa-reddit-alien,
.select2-selection__icon .fab.fa-reddit-alien {
	color: #FF5700;
}

.nwo-cat-btn .fab.fa-vimeo-v,
.select2-selection__icon .fab.fa-vimeo-v {
	color: #1AB7EA;
}

.nwo-cat-btn .fab.fa-snapchat-ghost,
.select2-selection__icon .fab.fa-snapchat-ghost {
	color: #FFFC00;
}

.nwo-cat-btn.active i {
	color: #fff !important
}

body.stop-body {
	overflow: hidden;
}


body#outside {
	background-color: #161b22;
	width: 100%;
	overflow-x: hidden;
}

.headOut {
	position: fixed;
	top: 0px;
	background-color: transparent;
	width: 100%;
	border-bottom: 1px solid #161b22;
	z-index: 1030;
	transition: 0.14s ease;
}

.headOut.fixed {
	background-color: #161b22;
}

.b-menu-wrapper {
	display: block;
	position: fixed;
	bottom: -1px;
	left: -1px;
	width: calc(100% + 2px);
	border-radius: 24px 24px 0 0;
	padding: 24px 16px 32px;
	max-height: calc(100vh - 80px);
	transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
	transform: translateY(101%);
	opacity: 0;
	background: #0d111e;
	border-top: 2px solid rgba(59, 130, 246, 0.4);
	box-shadow: 0 -4px 30px rgba(0, 0, 0, 0.6);
	z-index: 2000;
}

.b-menu-wrapper.active {
	transform: translateY(0);
	opacity: 1;
}

.b-menu-wrapper .nmenu {
	display: flex;
	flex-direction: column;
	padding: 0;
	width: 100%;
}

.b-menu-wrapper .nmenu .nmenu-item {
	width: 100%;
}

header {
	background-color: var(--color-1);
	box-shadow: inset 1px 0px 0px var(--color-2), inset 0 -1px 0px var(--color-2);
	position: fixed;
	min-width: 375px;
	top: 0;
	left: 300px;
	right: 0;
	z-index: 1000;
	transition: all 0.15s ease;
}

.menu-btn {
	height: 48px;
	width: 48px;
	border-radius: 10px;
	background-color: rgba(59, 130, 246, 0.25);
	color: #fff;
	outline: none;
	border: 1.5px solid rgba(255, 255, 255, 0.35);
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.b-menu-close {
	height: 40px;
	width: 40px;
	border-radius: 12px;
	background-color: rgba(239, 68, 68, 0.18);
	border: 1.5px solid rgba(239, 68, 68, 0.45);
	color: #f87171;
	outline: none;
	font-size: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 16px;
	top: 16px;
	z-index: 2000;
	transition: background 0.2s, border-color 0.2s;
}

.b-menu-close:hover,
.b-menu-close:active {
	background-color: rgba(239, 68, 68, 0.35);
	border-color: rgba(239, 68, 68, 0.7);
}


.head-right-btns {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 16px;
	padding-top: 8px;
	border-top: 1px solid rgba(255,255,255,0.07);
}

/* Modern Mobile Menu */
.bmenu-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 4px 16px;
	margin-bottom: 8px;
	border-bottom: 1px solid rgba(255,255,255,0.07);
}
.bmenu-logo {
	display: flex;
	align-items: center;
}
.bmenu-body {
	display: flex;
	flex-direction: column;
	gap: 0;
}
.bmenu-actions {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: 16px;
	padding-top: 16px;
	border-top: 1px solid rgba(255,255,255,0.07);
}
.bmenu-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	padding: 13px 20px;
	border-radius: 12px;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
	transition: 0.18s ease;
	cursor: pointer;
	border: none;
	outline: none;
}
.bmenu-btn-outline {
	background: transparent;
	color: #e2e8f0 !important;
	border: 1.5px solid rgba(255,255,255,0.15) !important;
}
.bmenu-btn-outline:hover {
	background: rgba(255,255,255,0.07);
	border-color: rgba(255,255,255,0.3) !important;
	color: #fff !important;
}
.bmenu-btn-primary {
	background: linear-gradient(135deg, #2563eb, #1d4ed8);
	color: #fff !important;
	box-shadow: 0 4px 15px rgba(37,99,235,0.35);
}
.bmenu-btn-primary:hover {
	background: linear-gradient(135deg, #1d4ed8, #1e40af);
	color: #fff !important;
	box-shadow: 0 6px 20px rgba(37,99,235,0.5);
}


.header-btn {
	border-radius: 12px;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 9px 20px;
	overflow: hidden;
	background: linear-gradient(135deg, #2563eb, #1d4ed8);
	color: #fff !important;
	text-decoration: none;
	transition: 0.18s ease;
	font-size: 14px;
	font-weight: 600;
	box-shadow: 0 4px 14px rgba(37,99,235,0.35);
}

.header-btn:hover {
	background: linear-gradient(135deg, #1d4ed8, #1e40af);
	color: #fff !important;
	box-shadow: 0 6px 20px rgba(37,99,235,0.5);
}

.header-btn.without-icon {
	background: transparent !important;
	border: 1.5px solid rgba(255,255,255,0.25) !important;
	box-shadow: none;
	color: #e2e8f0 !important;
}
.header-btn.without-icon:hover,
.header-btn.without-icon:focus {
	background: rgba(255,255,255,0.07) !important;
	border-color: rgba(255,255,255,0.45) !important;
	color: #fff !important;
	box-shadow: none;
}

.header-btn:hover .icon::after {
	transform: scale(8);
}

.header-btn .text {
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: -0.03em;
	position: relative;
	z-index: 1004;
}

.header-btn .icon {
	display: flex;
	width: 32px;
	height: 32px;
	align-items: center;
	justify-content: center;
	position: relative;
}

.header-btn .icon .icon-ri {
	z-index: 1003;
}

.header-btn .icon::after {
	content: "";
	z-index: 1002;
	background: rgba(0, 0, 0, 0.15);
	border-radius: 16px;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transition: 0.4s ease;
}


.nmenu {
	display: flex;
	flex-direction: column;
	list-style: none;
	margin: 0;
	gap: 4px;
	padding: 10px 0 20px 0;
}


.nmenu .nmenu-item {
	position: relative;
	display: flex;
	justify-content: flex-start;
}

.nmenu .nmenu-item .nmenu-link {
	font-weight: 500;
	font-size: 15px;
	line-height: 125%;
	color: #94a3b8 !important;
	opacity: 1;
	padding: 12px 16px;
	transition: 0.18s ease;
	text-decoration: none;
	display: flex;
	align-items: center;
	width: 100%;
	border-radius: 10px;
	border: 1px solid transparent;
	letter-spacing: 0.01em;
}


.nmenu .nmenu-item .nmenu-link::before {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 20px;
	right: 20px;
	height: 3px;
	opacity: 0;
	background-color: transparent;
}

.nmenu .nmenu-item .nmenu-link:hover {
	opacity: 1;
	background: rgba(59,130,246,0.08);
	border-color: rgba(59,130,246,0.2);
	color: #e2e8f0 !important;
}

.nmenu .nmenu-item .nmenu-link.active {
	opacity: 1;
}

.nmenu .nmenu-item .nmenu-link.active::before {
	opacity: 1;
}

.home-logo img {
	height: 50px
}

.homeHeader {
	padding-top: 86px;
	position: relative;
}

.homeHeader .homeBg {
	position: absolute;
	bottom: -30%;
	left: 0px;
	width: 100%;
	height: auto;
	display: inline-block;
	z-index: -1;
}

.homeHeader.aurora-hero .homeBg {
	top: 0;
	bottom: 0;
	height: 100%;
	z-index: 0;
}

.homeHeader .homeBg img {
	width: 100%;
	height: auto;
}

#staticBackdrop {
	padding-top: 50px
}

.homeLogin .btn {
	border-radius: 15px !important
}

.homeLogin .card .hlTitle {
	background: linear-gradient(89.31deg, rgba(170, 86, 255, 0.38) 4.55%, rgba(255, 255, 255, 0) 69.39%), linear-gradient(0deg, #ffffff, #ffffff);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 14px
}

.homeLogin .card .form-control,
.homeLogin .card .form-control:focus {
	background: #151b26;
	color: #9b93ce
}

.homeLogin .card .form-control::placeholder {
	color: #fff
}

.homeLogin .card .form-check-label,
.homeLogin .card .hlText {
	color: #9b93ce
}

.homeLogin .card .hlText a {
	color: #8756ff
}

.login-section .card {
	border-radius: 25px !important;
	background: #0d1117;
	z-index: 10;
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-clip: border-box;
	padding: 20px 0
}

.login-section .close-btn {
    background: #891103fa;
    outline: 0;
    position: absolute;
    right: 2px;
    top: 5px;
    border: 1px solid #a4aebc;
    border-radius: 20px;
    z-index: 1;
    font-size: 12px;
    color: #bdb9b5;
}

.login-section a {
	font-size: 13px;
	color: var(--color-6);
	margin-bottom: 12px
}

.login-section .btn-primary {
	height: 66px;
	border-radius: 15px !important
}

.login-remember-me input {
	display: none;
}

.login-remember-me input:checked+.lgn-btn {
	background: var(--color-6);
	border-color: var(--color-6);
	color: #fff;
}

.login-remember-me .lgn-btn {
	height: 30px;
	padding: 0 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 9px;
	color: #9b93ce;
	font-size: 24px;
	transition: 0.2s ease;
	font-size: 16px;
	cursor: pointer;
	margin-right: 15px
}

.login-remember-me .lgn-btn::before {
	content: "\eae5";
	font-family: remixicon !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding-right: 10px
}

.lg-icon {
	display: flex;
	width: 34px;
	height: 34px;
	background: rgba(33, 82, 255, 0.15);
	border: 1px solid #2152ff;
	border-radius: 10px;
	justify-content: center;
	align-items: center;
	color: #9b93ce;
	font-size: 17px;
}

.tooltip-inner {
	background-color: var(--color-6) !important;
	color: #fff;
	border-radius: 10px !important;
}

@media (min-width: 992px) {
	.login-row>.col-start {
		flex: 0 0 auto;
		width: 64%;
	}

	.login-row>.col-end {
		flex: 0 0 auto;
		width: 36%;
	}
}

.login-input {
	border: none;
	outline: none;
	width: 100%;
	background: var(--color-1);
	color: #fff;
	border-radius: 15px;
	height: 66px;
	padding: 0 24px;
	font-weight: 600;
}

.login-input:focus {
	outline: none;
	background: var(--color-1);
	color: #fff;
}

.login-input::placeholder {
	font-weight: 600;
	color: #757fac;
}

@media (max-width: 991.98px) {
	.login-row .btn-primary {
		padding: 23px 16px;
		font-size: 13px;
	}
}

.login-section .card {
	margin: auto;
}

.hhSide {
	width: 100%;
	margin: 6em auto 0px;
	position: relative;
	display: flex;
	flex-direction: column;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
}

.homeAnim {
	position: absolute;
	width: 13em;
	height: 13em;
	transition: all 200ms ease 0s;
	top: 75%;
	left: 0%;
	z-index: 1001
}

.homeAnim2 {
	position: absolute;
	width: 13em;
	height: 13em;
	transition: all 200ms ease 0s;
	top: 14%;
	left: 83%;
}

.homeText {
	position: absolute;
	top: 15%
}

.homeText h1 {
	color: #fff;
	font-weight: 800;
	font-size: 36px
}

.homeText h1 span {
	font-size: 40px;
	color: #fc3735;
	background: -webkit-linear-gradient(left, #03bf86, #d5d10c, #096edb);
	background-size: 1600px 200px;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-name: animationgradienttitle;
	animation-name: animationgradienttitle;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}


@-webkit-keyframes animationgradienttitle {
	0% {
		background-position: 0 1600px;
	}

	100% {
		background-position: 1600px 0;
	}
}

@keyframes animationgradienttitle {
	0% {
		background-position: 0 1600px;
	}

	100% {
		background-position: 1600px 0;
	}
}

#social {
	position: fixed;
	right: 40px;
	width: 40px;
	text-align: right;
	height: auto;
	bottom: 0;
	z-index: 3000;
}

#social li {
	margin: 15px 5px;
	list-style: none;
	font-size: 15px;
}

#social li a,
#social li a:visited {
	color: var(--color-4);
	padding: 0 0px;
}

#social li a:hover,
#social li a:visited:hover {
	color: var(--color-6);
}

@media only screen and (max-width: 991.98px) {
	.b-menu-wrapper .row.row-btn {
		display: unset !important
	}

	.homeText h1 {
		font-size: 22px;
		text-align: center;
	}

	.homeText h1 span {
		font-size: 26px
	}

	.homeText {
		top: -60%;
	}

	.headOut {
		padding: 10px
	}

	#social {
		display: none
	}

	.homeAnim,
	.homeAnim2 {
		display: none
	}

	.row-mobile {
		display: block
	}
}


@media only screen and (min-width: 992px) {
	.headOut.fixed {
		background-color: rgba(34, 39, 55, 0.5) !important;
		backdrop-filter: blur(30px);
	}

	.headOut.fixed .nmenu .nmenu-item .nmenu-link {
		padding: 20px 20px;
	}

	.b-menu-wrapper {
		display: block;
		bottom: inherit;
		background-color: transparent;
		position: relative;
		border-radius: 0;
		padding: 10px 0;
		width: 100%;
		transform: none;
		overflow: inherit;
		opacity: 1 !important;
		border-top: none;
		box-shadow: none;
	}

	.b-menu-wrapper .nmenu {
		flex-direction: row;
		width: auto;
	}

	.b-menu-wrapper .nmenu .nmenu-item {
		width: auto;
	}

	.sm-header {
		display: none;
	}

	.b-menu-close {
		display: none;
	}

	.head-right-btns {
		display: inline;
	}

	.header-btn.without-icon {
		background-color: transparent;
		padding: 14px 30px;
	}

	.header-btn.without-icon .icon {
		display: none;
	}

	.nmenu {
		display: inline-flex;
		align-items: center;
		flex-direction: row;
		padding: 10px 0 0 0;
	}

	.nmenu .nmenu-item .nmenu-link {
		padding: 12px 16px;
		display: flex;
		font-size: 15px;
	}


	.nmenu .nmenu-item .nmenu-link::before {
		display: block;
		background-color: var(--color-6) !important;
	}

	.homeHeader {
		margin-top: -127px;
		padding-top: 127px;
	}

	.homeHeader .hhSide {
		padding: 200px 0 0 0;
	}
}

.loginModal {
	background: rgba(0, 0, 0, 0.45);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
}

.loginModal .modal-content {
	border-radius: 25px
}

/* ---- Modern Login Modal ---- */

.loginModal .login-modal-modern {
	background: rgba(20, 30, 55, 0.95) !important;
	backdrop-filter: blur(24px) !important;
	-webkit-backdrop-filter: blur(24px) !important;
	border: 1px solid rgba(99, 162, 255, 0.35) !important;
	border-radius: 24px !important;
	box-shadow: 0 32px 80px rgba(0, 0, 0, 0.7), 0 0 0 1px rgba(99, 162, 255, 0.1), inset 0 1px 0 rgba(255,255,255,0.08) !important;
}

.login-modal-card {
	border-radius: 24px;
	overflow: hidden;
}

.login-modal-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 24px 24px 0 24px;
}

.login-modal-logo {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #e2e8f0;
	font-weight: 700;
	font-size: 16px;
}

.login-modal-logo i {
	width: 36px;
	height: 36px;
	border-radius: 10px;
	background: linear-gradient(135deg, #3b82f6, #22c55e);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	color: #fff;
}

.login-modal-close {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.12);
	color: #94a3b8;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	cursor: pointer;
	transition: background 0.2s, color 0.2s;
	padding: 0;
}

.login-modal-close:hover {
	background: rgba(255, 255, 255, 0.15);
	color: #e2e8f0;
}

.login-modal-divider {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 16px 0;
	color: #475569;
	font-size: 13px;
}

.login-modal-divider::before,
.login-modal-divider::after {
	content: '';
	flex: 1;
	height: 1px;
	background: rgba(255, 255, 255, 0.1);
}

.login-modal-google {
	display: flex;
	justify-content: center;
	margin-bottom: 16px;
}

.login-modal-signup {
	text-align: center;
	padding: 16px 0 8px;
	font-size: 13px;
	color: #64748b;
	border-top: 1px solid rgba(255, 255, 255, 0.07);
	margin-top: 8px;
}

.login-modal-signup a {
	color: #22c55e !important;
	font-weight: 600;
	text-decoration: none;
}

.login-modal-signup a:hover {
	color: #4ade80 !important;
	text-decoration: underline;
}

.homeSection {
	padding: 125px 0
}

.homeDevices .homeMock {
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
	margin-bottom: -20px;
}

.homeDevices .homeMock .homeMockList {
	border: 2px solid rgba(255, 255, 255, 0.12);
	border-radius: 5px;
	width: 100px;
	height: 100px;
	margin-right: 20px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-bottom: 20px;
}

.homeDevices .homeMock .homeMockList .icon {
	margin-bottom: 15px;
	padding-top: 5px;
}

.homeDevices .homeMock .homeMockList h6 {
	color: rgba(198, 201, 216, 0.75);
	font-size: 14px;
	margin-bottom: 0;
	font-weight: 300;
}

.sectionText h1 {
	color: #fff;
	font-weight: 600;
	font-size: 36px
}

.sectionText h1 span.effects {
	font-size: 40px;
	background: -webkit-linear-gradient(left, #340fe8, #4e2786, #b81ff5);
	background-size: 1600px 200px;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-name: animationgradienttitle;
	animation-name: animationgradienttitle;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.section-title p {
	color: #8b98b8
}

.fga-ddb {
	display: grid;
	grid-template-columns: 1.2fr 1fr 1.1fr;
	gap: 17.78px;
}

.fga-ddb+.eam3 {
	margin-top: 15px;
}

.homeBant-1+.eam3 {
	margin-top: 15px;
}

.homeBant-1 {
	display: grid;
	grid-template-columns: 2fr 1.5fr;
	gap: 17.78px;
}

.homeBant-2 {
	display: grid;
	grid-template-columns: 1.2fr 1.1fr;
	gap: 17.78px;
}

.homeBant-2+.eam3 {
	margin-top: 15px;
}

.homeBant-3 {
	display: grid;
	gap: 17.78px;
	-webkit-box-pack: center;
	justify-content: center;
}

.homeBant-3+.eam3 {
	margin-top: 15px;
}

.homeBant-4 {
	padding: 15px 25px;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	background: #03bf86;
	border-radius: 10px;
	transform: rotateZ(1deg);
	justify-content: center;
	border: 1px solid #30363d;
	transition: all .5s;
	cursor: pointer
}

.homeBant-4:hover {
	transition: all .5s;
	transform: rotateZ(-1deg);
}

.homeBant-5 {
	padding: 15px 25px;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	background: linear-gradient(91.04deg, #2753c5 0.77%, #28a745 99.77%);
	border-radius: 10px;
	transform: rotateZ(-1deg);
	justify-content: center;
	transition: all .5s;
	cursor: pointer
}

.homeBant-5:hover {
	transition: all .5s;
	transform: rotateZ(1deg);
}

.homeBant-6 {
	padding: 15px 25px;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	background: linear-gradient(91.04deg, #b81ff5 0.77%, #340fe8 99.77%);
	border-radius: 10px;
	transform: rotateZ(-1deg);
	border: 1px solid rgb(0 40 152);
	justify-content: center;
	transition: all .5s;
	cursor: pointer
}

.homeBant-6:hover {
	transition: all .5s;
	transform: rotateZ(1deg);
}

.homeBant-7 {
	padding: 15px 25px;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	background: linear-gradient(91.04deg, #28a745 0.77%, #ffc107 99.77%);
	border-radius: 10px;
	transform: rotateZ(1deg);
	border: 1px solid rgb(0 40 152);
	justify-content: center;
	transition: all .5s;
	cursor: pointer
}

.homeBant-7:hover {
	transition: all .5s;
	transform: rotateZ(-1deg);
}

.homeBant-8 {
	padding: 15px 25px;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	background: #f7c00ec7;
	border-radius: 10px;
	transform: rotateZ(1deg);
	border: 1px solid #30363d;
	transition: all .5s;
	cursor: pointer
}

.homeBant-8:hover {
	transition: all .5s;
	transform: rotateZ(-1deg);
}

.homeBant-9 {
	padding: 15px 25px;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	background: #5381fe;
	border-radius: 10px;
	transform: rotateZ(-1deg);
	justify-content: center;
	border: 1px solid #30363d;
	transition: all .5s;
	cursor: pointer
}

.homeBant-9:hover {
	transition: all .5s;
	transform: rotateZ(1deg);
}

.EURXs p {
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 100%;
	letter-spacing: -0.015em;
	color: #fff;
	margin-bottom: 0
}

.addBalance {
	margin-bottom: 9px;
	margin-top: 0;
	display: flex;
	border-radius: 10px;
	justify-content: space-between;
}

.addBalanceBtn {
	width: 24%;
	background: var(--color-1);
	padding: 15px 16px;
	border-radius: 15px;
	text-align: center;
	border: 1px solid var(--color-3);
	color: var(--color-5);
	font-weight: 600;
}

.addBalanceBtn:focus {
	background: var(--color-8);
	border: 1px solid var(--color-3);
	color: var(--color-4);
}

#footer.footer-bg {
	background: -webkit-gradient(linear, left top, from(#161b22), color-stop(#0d1117));
	background: -webkit-linear-gradient(top, #161b22, #0d1117);
	background: -o-linear-gradient(top, #161b22, #0d1117);
	background: linear-gradient(to top, #161b22, #0d1117);
}

#footer .footer-alt-bg {
	background-color: #0d1117 !important;
}

#footer.footer-bg p {
	color: #fff
}

#footer .ficons {
	margin: 0;
	padding: 0;
	width: auto
}

#footer .ficons li {
	display: inline-block;
	margin: side-values(-1px 1px 0 0);
	padding: 0;
	border-radius: 100%;
	overflow: visible
}

#footer .ficons li a {
	transition: all .2s ease;
	border-radius: 100%;
	display: block;
	height: 28px;
	line-height: 28px;
	width: 28px;
	text-align: center;
	color: #333 !important;
	text-decoration: none;
	font-size: 12.8px;
	font-size: .8rem
}

#footer .ficons li:hover a {
	background: #151719;
	color: #fff
}

#footer .ficons li:hover.ficons-twitter a {
	background: #1aa9e1
}

#footer .ficons li:hover.ficons-facebook a {
	background: #3b5a9a
}

#footer .ficons li:hover.ficons-youtube a {
	background: #c3191e
}

#footer .ficons li:hover.ficons-instagram a {
	background: #E1306C
}

#footer .ficons.ficons-dark-2 li a {
	background: #0d1117
}

#footer .ficons.ficons-dark-2 li a i {
	color: #FFFFFF
}

#footer .ficons.ficons-big li a {
	height: 48px;
	line-height: 48px;
	width: 48px
}

#footer .border-color-light-3 {
	border-color: #161b22 !important;
}

#footer .copyright p {
	color: #FFFFFF
}

.homeScroll {
	width: 30px;
	height: 50px;
	margin-left: -20px;
	bottom: 15px;
	margin-top: -35px;
	box-shadow: inset 0 0 0 2px rgb(255 255 255 / 90%);
	border-radius: 25px;
	z-index: 100;
}

.homeScroll:before {
	content: '';
	width: 6px;
	height: 6px;
	background: rgba(255, 255, 255, 0.9);
	margin-left: -3px;
	top: 8px;
	border-radius: 4px;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: scroll;
	animation-name: scroll;
}

.homeScroll,
.homeScroll:before {
	position: absolute !important;
	left: 50%;
}

@-webkit-keyframes scroll {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(26px);
		transform: translateY(26px);
	}
}

@keyframes scroll {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(26px);
		transform: translateY(26px);
	}
}

.colorbox {
	background: var(--color-1);
	border-radius: 25px;
	padding: 4px 10px;
	line-height: 32px;
	height: 42px;
}

.colorbtn {
	background: var(--color-6);
	border-radius: 25px;
	padding: 5px;
	line-height: 1
}

body.light .btndark,
.btnblack {
	background: var(--color-1);
	padding: 5px;
	line-height: 1;
	border: 0;
	color: var(--color-4)
}

body.dark .btnlight,
.btnblack {
	background: var(--color-1);
	padding: 5px;
	line-height: 1;
	border: 0;
	color: #fff
}

.btndark {
	background: var(--color-6);
	padding: 5px;
	line-height: 1;
	border: 0;
	border-radius: 25px
}

body.light .btnlight {
	background: var(--color-6);
	border-radius: 25px;
	padding: 5px;
	line-height: 1;
	border: 0
}

.btnlight {
	background: var(--color-1);
	border-radius: 25px;
	padding: 5px;
	line-height: 1;
	border: 0;
	color: #fff
}

body.dark .btndark {
	background: var(--color-6);
	border-radius: 25px;
	padding: 5px;
	line-height: 1
}

body.light .g-dash-header {
	background: #f2f2f291
}

body.light .gcard-2.gcard-shadow h2 {
	color: var(--color-4)
}

body.light .g-menu-list .g-menu-link.active {
	background: linear-gradient(to right, #f4f6f8 0%, #ffffff 100%);
	border: 1px solid #eeeeee;
}

body.light .g-nav li a.active {
	color: var(--color-5)
}

body.light .g-userast {
	margin-top: 6px;
	font-weight: 600;
	font-size: 12px;
	line-height: 12px;
	letter-spacing: .02em;
	color: var(--color-4);
}

body.light .mf-title {
	color: var(--color-4)
}

body.light .g-sitem .btn-favorite {
	color: #acacac;
}

body.light .g-sitem .btn-favorite.active {
	color: var(--color-5)
}

body.light .addBalanceBtn {
	color: var(--color-4)
}

body.light .nwoNav .nwoNavLink.active {
	color: var(--color-5)
}

body.light .sc-sup-item .title {
	color: var(--color-4)
}

body.light .gi-text {
	color: var(--color-4);
}

body.light ::placeholder {
	color: #ccc
}

body.light .g-chat .g-chat-area ul.chat li.user .l span.avatar,
body.light .g-chat .g-chat-area ul.chat li.user .r .answer {
	color: var(--color-4)
}

body.light .g-chat .g-chat-area ul.chat li.web .l .answer {
	color: var(--color-5)
}

body.light .gcard-header::before {
	background: #f5f5f525;
}

body.light .g-gender .g-email {
	color: var(--color-4)
}

body.light .gcard {
	box-shadow: none
}

body.light .g-menu-list .g-menu-link.active:hover {
	color: var(--color-4) !important
}

.g-menu-list .g-menu-link.active:focus {
	border: 1px solid var(--color-3) !important
}

body.light .nwo-cat-btn.active .g-ticon,
body.light .nwo-cat-btn.active .text {
	color: var(--color-5)
}

body.out .modal-content {
    background: transparent!important;
    border: none!important
}

label.logform {
	color: #fff
}

.gnyBlog {
	margin-bottom: 30px;
}

.gnyBlog .blog-img-wrapper {
	overflow: hidden;
	position: relative;
	padding-top: 48%;
}

.gnyBlog .blog-img-wrapper img {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	object-fit: contain;
	border-radius: 15px
}

.gnyBlog .blog-title {
	padding: 30px 0;
}

.gnyBlog .blog-title h2 {
	margin-bottom: 0;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
}

.gnyBlog .blog-content {
	padding: 30px;
	font-size: 14px;
	line-height: 21px;
	color: #92969d;
}

.gnyBlog .blog-footer {
	padding: 20px 0 0 0;
}

.gnyBlog .blog-read-more {
	font-size: 14px;
	line-height: 14px;
	letter-spacing: -0.02em;
	color: var(--color-4);
	display: flex;
	align-items: center;
}

.gnyBlog .blog-read-more:hover {
	color: var(--color-6);
}

.gnyBlog .blog-read-more i {
	display: flex;
	align-items: center;
	justify-content: center;
}

.gnyBlog .blog-read-more span {
	font-weight: 600;
}

.blog-border {
	position: relative;
}

.blog-border::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: var(--color-1);
}

.gnyBlogWr {
	display: flex;
	gap: 10px;
}

.gnyBlogBtn {
	display: inline-block;
	background: var(--color-1);
	border: 1px solid var(--color-2);
	box-sizing: border-box;
	border-radius: 8px;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--color-4);
	transition: 0.14s ease;
}

.gnyBlogBtn i {
	transition: 0.14s ease;
}

.gnyBlogBtn:focus {
	box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.25);
}

.gnyBlogBtn:hover {
	color: var(--color-6);
}

.gnyBlogBtn:hover i {
	transform: scale(1.2);
}

.gnyTos .nav-item.nav-link.active {
	background-color: var(--color-6);
	color: var(--color-4);
}

.gnyTos .nav-item.nav-link {
	-webkit-transition: .2s ease;
	transition: .2s ease;
	text-align: center;
	position: relative;
	line-height: 30px;
	font-size: 16px;
	min-width: 200px;
	font-weight: 600;
	padding: 18px 23px;
	margin-bottom: 20px;
	background-color: var(--color-1);
	color: var(--color-4);
	border-radius: 15px;
}

.gnyTos .nav-item {
	display: inline-block;
}

@media screen and (min-width: 991.98px) {
	.gnyTos .nav-item.nav-link {
		margin-right: 15px
	}
}

@media screen and (max-width: 991.98px) {
	.gnyTos .nav-item.nav-link {
		width: 100%;
	}

	.homeScroll {
		display: none
	}

	.dropdown-toggle {
		width: 100%
	}
}

.regArea {
	padding: 125px 0
}

.sectionText {
	position: relative
}

.sectionText .underline {
	position: relative;
	color: var(--color-6)
}

.sectionText .underline:after {
	content: '';
	position: absolute;
	background-color: var(--color-8);
	border-radius: 0.375rem;
	left: 0;
	height: 0.75rem;
	width: 100%;
	bottom: 0.15rem;
}

.regRight {
	background-color: var(--color-2);
	border-radius: 10px;
	position: relative;
	padding: 40px 25px;
	overflow: hidden
}

.regRight .regSteps ul li {
	background: var(--color-1);
	-webkit-box-shadow: 0px 110.121px 88.0972px rgba(0, 0, 0, .03);
	box-shadow: 0px 110.121px 88.0972px rgba(0, 0, 0, .03);
	-webkit-backdrop-filter: blur(64px);
	backdrop-filter: blur(64px);
	border-radius: 10px;
	padding: 20px;
	position: relative;
	z-index: 6
}

.regRight .regSteps .shape ul li {
	position: absolute
}

.regRight .regSteps .shape ul li:nth-child(1) {
	width: 250px;
	height: 250px;
	border-radius: 50%;
	background-color: var(--color-6);
	top: -88px;
	left: -103px;
	z-index: 3
}

.regRight .regSteps .shape ul li:nth-child(2) {
	width: 195px;
	height: 195px;
	border-radius: 50%;
	background: var(--color-7);
	z-index: 3;
	left: -100px;
	bottom: -90px
}

.regRight .regSteps .shape ul li:nth-child(3) {
	width: 250px;
	height: 250px;
	border-radius: 50%;
	background-color: var(--color-8);
	z-index: 3;
	right: -122px;
	top: 39%
}

.regRight .regSteps h6 {
	font-weight: 600
}

.regRight .regSteps p {
	color: var(--color-5);
	font-size: 14px
}

.regRight .regSteps i {
	font-size: 32px;
	color: var(--color-6);
	padding-right: 15px
}
.noticex1{
    font-size: 12px;
    max-width: max-content;
    margin: auto;
    padding: 10px;
    max-height: 35px;
    font-weight: 600;
}

.upgrades {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.upgrades ul {
	display: flex;
	top: 0px;
	z-index: 10;
	padding-bottom: 14px;
	padding-left: 0
}

.upgrades li {
	list-style: none;
	flex: 1;
}

.upgrades li:last-child {
	border-right: 1px solid var(--color-3);
}

.upgrades button {
	width: 100%;
	border: 1px solid var(--color-3);
	border-right: 0;
	border-top: 0;
	padding: 10px;
	background: var(--color-1);
	font-size: 12px;
	font-weight: 400;
	height: 60px;
	color: var(--color-4)
}

.upgrades li.active button {
	background: var(--color-6);
	color: var(--color-1);
}

.upgrades table {
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
}

.upgrades th {
	background: var(--color-1);
	display: none;
}

.upgrades td,
.upgrades th {
	height: 53px
}

.upgrades td,
.upgrades th {
	border: 1px solid var(--color-3);
	padding: 10px;
	empty-cells: show;
}

.upgrades td,
.upgrades th {
	text-align: left;
}

.upgrades td+td,
.upgrades th+th {
	text-align: center;
	display: none;
}

.upgrades td.default {
	display: table-cell;
}

.upgrades td {
	position: relative
}

.upgrades .hide {
	border: 0;
	background: none;
}

@media (min-width: 640px) {
	.upgrades ul {
		display: none;
	}

	.upgrades td,
	th {
		display: table-cell !important;
	}

	.upgrades td,
	th {
		width: 330px;

	}

	.upgrades td+td,
	.upgrades th+th {
		width: auto;
	}
}

.upgrades .unchecked span,
.upgrades .checked span {
	position: absolute;
	width: 16px;
	height: 16px;
	background-image: url(https://cdn.glycon.net/osweld/check.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 32px 16px;
	left: 50%;
	top: 50%;
	bottom: auto;
	right: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.upgrades .unchecked span {
	background-position: -16px 0;
}

@media (max-width: 768px) {
    .header-btn {
    	justify-content: center;
  		padding: 15px
    }
    .header-btn.without-icon {
          background: transparent
    }
    .homeSection {
        padding: 50px 0;
    }
	.fga-ddb {
		padding: 0px 20px;
		display: flex;
		flex-direction: column;
		-webkit-box-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		align-items: center;
	}

	.homeBant-1 {
		padding: 0px 20px;
		display: flex;
		-webkit-box-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		align-items: center;
		flex-direction: column-reverse;
	}

	.homeBant-2 {
		padding: 0px 20px;
		display: flex;
		flex-direction: column;
		-webkit-box-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		align-items: center;
	}

	.homeBant-3 {
		padding: 0px 20px;
		display: flex;
		flex-direction: column;
		-webkit-box-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		align-items: center;
	}

	.homeBant-4 {
		padding: 10px 25px;
		width: fit-content;
	}

	.homeBant-5 {
		padding: 10px 25px;
		width: fit-content;
	}

	.homeBant-6 {
		padding: 10px 25px;
		width: fit-content;
	}

	.homeBant-7 {
		padding: 10px 25px;
		width: fit-content;
	}

	.homeBant-8 {
		padding: 10px 25px;
		width: fit-content;
	}

	.homeBant-9 {
		padding: 10px 25px;
		width: fit-content;
	}
}

body.light .g-mob-links li a i, body.light .g-mob-links li a {
	color: var(--color-5)
}

.table.affiliates {
	color: var(--color-4)
}

.table.affiliates td, .table.affiliates th {
    border-top: 1px solid var(--color-1);
}

.table.affiliates thead tr {
	background: var(--color-6)
}

.table.affiliates thead th {
	border: none
}

.aff-item {
	background: var(--color-3);
  	border-radius: 15px;
  	padding: 10px 15px;
  	margin-bottom: 10px
}

.aff-item span.aff-bold {
	font-weight: 600
}

span.time {
  font-size: 11px
}

.news-item .gcard-2 {
	padding: 15px 10px;
  	margin-bottom: 15px
}

.news-item .news-icon {
    border-radius: 14px;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #20BA5E;
    color: #fff;
    font-size: 32px;
}

.news-item .news-icon.news-bg1 {
    background: var(--color-6)
}

.news-item .news-icon.news-bg2 {
    background: -webkit-gradient(linear, left bottom, left top, from(#228F4E), to(#20C161)) #20C161;
    background: linear-gradient(to top, #228F4E, #20C161) #20C161;
}

.news-item .news-icon.news-bg3 {
   background: linear-gradient(to top, #db2222, #c12063) #c90d0d;
}

.btnx {
    font-weight: 500;
    padding: 3px 0px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    max-width: 350px;
    font-size: 13px;
}

.logo-light {
	display: none
}

body.light .logo-light {
	display: block
}

body.light .logo-dark {
	display: none
}

@media (min-width: 992px) {
  .g-dash.g-bar .g-sidebar .logo-light {
      display: none;
  }
}

@media only screen and (min-width: 661.98px) and (max-width: 1198.98px) {
	.homeText {
		top: -30%!important;
	}
}

.sUpd.priceDown {
	color: #f65619
}

.sUpd.newServ {
	color: #00B67A
}

.sUpd.priceUp {
	color: #fbbc05
}

.sUpd.priceActive {
	color: #029fff
}

.sUpd.priceCare {
	color: #ff3e7c
}

@media (max-width: 992px) {
  .tickets .date {
      position: static
}


 }

/* BRSMM vs Outros Painéis SMM - Comparison Table */
.comparison-section {
	padding: 80px 0;
	background: var(--color-1);
}

.comparison-title {
	text-align: center;
	margin-bottom: 40px;
}

.comparison-title h2 {
	font-size: 2.5rem;
	font-weight: 800;
	color: var(--color-4);
	margin-bottom: 10px;
}

.comparison-title .subtitle {
	color: #28a745;
	font-weight: 600;
	font-size: 1rem;
}

.comparison-table {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 0;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 10px 40px rgba(0,0,0,0.3);
}

.comparison-col {
	background: var(--color-2);
	border-right: 1px solid var(--color-3);
}

.comparison-col:last-child {
	border-right: none;
}

.comparison-col.features {
	background: linear-gradient(135deg, #28a745 0%, #1e7e34 100%);
	color: white;
}

.comparison-col.features .col-header {
	background: rgba(255,255,255,0.1);
}

.comparison-col.brsmm {
	background: var(--color-2);
	border: 2px solid #28a745;
}

.comparison-col.brsmm .col-header {
	background: rgba(40, 167, 69, 0.1);
	border-bottom: 2px solid #28a745;
}

.col-header {
	padding: 20px;
	font-weight: 700;
	font-size: 1.1rem;
	border-bottom: 1px solid var(--color-3);
}

.comparison-col.features .col-header {
	color: white;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}

.comparison-col.brsmm .col-header {
	color: var(--color-4);
}

.col-header .taxa {
	display: block;
	font-size: 0.75rem;
	font-weight: 600;
	margin-top: 5px;
}

.comparison-col.others .taxa {
	color: #dc3545;
}

.comparison-col.brsmm .taxa {
	color: #28a745;
}

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

.comparison-list li {
	padding: 15px 20px;
	border-bottom: 1px solid var(--color-3);
	font-size: 0.9rem;
	display: flex;
	align-items: center;
	gap: 10px;
}

.comparison-col.features .comparison-list li {
	border-bottom: 1px solid rgba(255,255,255,0.1);
	color: white;
}

.comparison-col.features .comparison-list li:last-child {
	border-bottom: none;
}

.comparison-list li:last-child {
	border-bottom: none;
}

.icon-x {
	color: #dc3545;
	font-size: 1.2rem;
	flex-shrink: 0;
}

.icon-check {
	color: #28a745;
	font-size: 1.2rem;
	flex-shrink: 0;
}

@media (max-width: 768px) {
	.comparison-table {
		grid-template-columns: 1fr;
	}
	
	.comparison-col {
		border-right: none;
		border-bottom: 1px solid var(--color-3);
	}
	
	.comparison-col:last-child {
		border-bottom: none;
	}
	
	.comparison-title h2 {
		font-size: 1.8rem;
	}
}

/* 3 Steps Section - Comece em Apenas 3 Passos */
.steps-section {
	padding: 80px 0;
	background: var(--color-1);
}

.steps-title {
	text-align: center;
	margin-bottom: 50px;
}

.steps-title h2 {
	font-size: 2.2rem;
	font-weight: 800;
	color: var(--color-4);
	margin-bottom: 10px;
}

.steps-title p {
	color: var(--color-5);
	font-size: 1rem;
	max-width: 500px;
	margin: 0 auto;
}

.steps-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

.step-card {
	background: var(--color-2);
	border: 1px solid var(--color-3);
	border-radius: 12px;
	padding: 30px;
	text-align: center;
	position: relative;
	transition: all 0.3s ease;
}

.step-card:hover {
	border-color: var(--color-6);
	transform: translateY(-5px);
}

.step-number {
	font-size: 4rem;
	font-weight: 900;
	color: var(--color-3);
	position: absolute;
	top: -20px;
	left: 20px;
	opacity: 0.5;
	line-height: 1;
}

.step-icon {
	width: 60px;
	height: 60px;
	background: rgba(60, 111, 249, 0.1);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 15px;
	border: 1px solid var(--color-6);
}

.step-icon i {
	font-size: 1.5rem;
	color: var(--color-6);
}

.step-label {
	font-size: 0.7rem;
	font-weight: 700;
	color: var(--color-6);
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 8px;
}

.step-card h3 {
	font-size: 1.1rem;
	font-weight: 700;
	color: var(--color-4);
	margin-bottom: 10px;
}

.step-card p {
	font-size: 0.85rem;
	color: var(--color-5);
	line-height: 1.5;
}

@media (max-width: 768px) {
	.steps-grid {
		grid-template-columns: 1fr;
		gap: 40px;
	}
	
	.step-number {
		font-size: 3rem;
		top: -15px;
	}
}

/* Testimonials Section - O que nossos clientes dizem */
.testimonials-section {
	padding: 80px 0;
	background: var(--color-1);
}

.testimonials-title {
	text-align: center;
	margin-bottom: 50px;
}

.testimonials-title h2 {
	font-size: 2.2rem;
	font-weight: 800;
	color: var(--color-4);
	margin-bottom: 10px;
}

.testimonials-title p {
	color: var(--color-5);
	font-size: 1rem;
	max-width: 600px;
	margin: 0 auto;
}

.testimonials-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 25px;
}

.testimonial-card {
	background: var(--color-2);
	border: 1px solid var(--color-3);
	border-radius: 12px;
	padding: 30px;
	position: relative;
	transition: all 0.3s ease;
}

.testimonial-card:hover {
	border-color: var(--color-6);
	transform: translateY(-5px);
}

.quote-icon {
	font-size: 3rem;
	color: var(--color-6);
	opacity: 0.8;
	line-height: 1;
	margin-bottom: 15px;
}

.testimonial-text {
	font-size: 0.9rem;
	color: var(--color-5);
	line-height: 1.6;
	margin-bottom: 20px;
	font-style: italic;
}

.testimonial-author {
	display: flex;
	align-items: center;
	gap: 12px;
}

.author-avatar {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--color-6) 0%, #28a745 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	color: white;
	font-size: 1rem;
}

.author-info h4 {
	font-size: 0.95rem;
	font-weight: 700;
	color: var(--color-4);
	margin-bottom: 2px;
}

.author-info span {
	font-size: 0.8rem;
	color: var(--color-5);
}

@media (max-width: 992px) {
	.testimonials-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

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

/* Modal Link Fix - Ensure COMPRAR button is clickable */
#serviceModalLink {
	display: block !important;
	width: 100%;
	margin-top: 15px;
	position: relative;
	z-index: 10001;
}

#serviceModalLink a,
#serviceModalLink a.btn,
#serviceModalLink a.btn-primary {
	display: block !important;
	width: 100% !important;
	padding: 12px 20px !important;
	text-align: center !important;
	pointer-events: auto !important;
	position: relative !important;
	z-index: 10002 !important;
	cursor: pointer !important;
}

#serviceModalLink a:hover {
	opacity: 0.9;
}

.m-body {
	position: relative;
	z-index: 10000;
}

.modal-box {
	position: relative;
	z-index: 1000;
	pointer-events: auto;
}

.modal-wrapper.active {
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 9999;
	pointer-events: auto;
}

.mbo-wrapper {
	pointer-events: auto;
}

/* Service Search & Filter Improvements */
.g-search {
	position: relative;
	transition: all 0.3s ease;
}

.g-search:focus-within {
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(60, 111, 249, 0.15);
}

.g-search .textbox {
	transition: all 0.3s ease;
}

.g-search .textbox:focus {
	border-color: var(--color-6);
	box-shadow: 0 0 0 3px rgba(60, 111, 249, 0.1);
}

/* Loading State for Services */
.g-sitem.loading {
	opacity: 0.6;
	pointer-events: none;
}

/* Empty State Animation */
.nothing-found {
	animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
	from { opacity: 0; transform: translateY(10px); }
	to { opacity: 1; transform: translateY(0); }
}

/* Reseller Section Styles */
.reseller-section {
	background: #0f1419;
	padding: 80px 0;
}

.reseller-badge {
	display: inline-block;
	background: #1a2332;
	color: #94a3b8;
	padding: 8px 16px;
	border-radius: 20px;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-bottom: 20px;
}

.reseller-title {
	color: #fff;
	font-size: 42px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0;
}

.reseller-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	max-width: 1200px;
	margin: 0 auto;
}

.reseller-card {
	border-radius: 24px;
	padding: 30px;
	position: relative;
	overflow: hidden;
	min-height: 400px;
}

.reseller-card-dark {
	background: #1a2332;
	border: 1px solid #2d3a4f;
}

.reseller-card-blue {
	background: linear-gradient(135deg, #1e90ff 0%, #0077ff 100%);
}

.reseller-card-header {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 20px;
}

.reseller-icon {
	width: 28px;
	height: 28px;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
}

.reseller-icon-red {
	background: #ff4757;
	color: #fff;
}

.reseller-icon-purple {
	background: #8b5cf6;
	color: #fff;
}

.reseller-icon-blue {
	background: #3498db;
	color: #fff;
}

.reseller-label {
	font-size: 13px;
	font-weight: 600;
}

.reseller-label-red {
	color: #ff4757;
}

.reseller-label-white {
	color: #fff;
}

.reseller-label-blue {
	color: #3498db;
}

.reseller-card-title {
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 12px;
}

.reseller-title-white {
	color: #fff;
}

.reseller-card-text {
	font-size: 14px;
	color: #94a3b8;
	line-height: 1.6;
	margin-bottom: 24px;
}

.reseller-text-white {
	color: rgba(255,255,255,0.9);
}

/* Phone Preview */
.reseller-preview {
	margin-top: 20px;
}

.reseller-phone {
	background: #0f1419;
	border-radius: 20px;
	padding: 15px;
	max-width: 220px;
}

.phone-header {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #94a3b8;
	font-size: 13px;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #2d3a4f;
}

.phone-list {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.phone-item {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 12px;
}

.phone-icon {
	color: #ff4757;
	font-size: 14px;
}

.phone-name {
	color: #fff;
	flex: 1;
}

.phone-badge {
	background: #ff6b35;
	color: #fff;
	padding: 2px 6px;
	border-radius: 4px;
	font-size: 10px;
	font-weight: 600;
}

.phone-price {
	color: #fff;
	font-weight: 600;
}

/* API Chips */
.api-actions {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: 20px;
}

.api-chip {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 16px;
	border-radius: 20px;
	font-size: 13px;
	font-weight: 500;
	color: #fff;
	width: fit-content;
	transform: rotate(-5deg);
	box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.api-purple {
	background: linear-gradient(135deg, #8b5cf6, #6d28d9);
}

.api-orange {
	background: linear-gradient(135deg, #ff6b35, #ff4757);
}

.api-blue {
	background: linear-gradient(135deg, #3b82f6, #1d4ed8);
}

.api-purple-dark {
	background: linear-gradient(135deg, #7c3aed, #5b21b6);
}

.api-green {
	background: linear-gradient(135deg, #10b981, #059669);
}

.api-chip:nth-child(2) { transform: rotate(3deg) translateX(20px); }
.api-chip:nth-child(3) { transform: rotate(-2deg) translateX(10px); }
.api-chip:nth-child(4) { transform: rotate(4deg) translateX(30px); }
.api-chip:nth-child(5) { transform: rotate(-3deg) translateX(15px); }

@media (max-width: 992px) {
	.reseller-grid {
		grid-template-columns: 1fr;
	}
	.reseller-title {
		font-size: 32px;
	}
}

/* Animated Service Marquee - Fampage.org Style */
.service-marquee-section {
	background: #0a0e1a;
	padding: 25px 0;
	overflow: hidden;
	border-top: 1px solid rgba(255, 255, 255, 0.05);
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
	position: relative;
}

.marquee-container {
	max-width: 100%;
	overflow: hidden;
	position: relative;
}

.marquee-container::before,
.marquee-container::after {
	content: '';
	position: absolute;
	top: 0;
	width: 80px;
	height: 100%;
	z-index: 2;
	pointer-events: none;
}

.marquee-container::before {
	left: 0;
	background: linear-gradient(to right, #0a0e1a, transparent);
}

.marquee-container::after {
	right: 0;
	background: linear-gradient(to left, #0a0e1a, transparent);
}

.marquee-track {
	display: flex;
	gap: 15px;
	justify-content: center;
	flex-wrap: wrap;
	max-width: 1200px;
	margin: 0 auto;
}

.marquee-item {
	display: flex;
	align-items: center;
	gap: 10px;
	background: rgba(30, 41, 59, 0.8);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 50px;
	padding: 12px 22px;
	white-space: nowrap;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	cursor: default;
}

.marquee-item:hover {
	background: rgba(51, 65, 85, 0.9);
	border-color: rgba(255, 255, 255, 0.3);
	transform: translateY(-4px) scale(1.05);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.marquee-item i {
	font-size: 16px;
}

.marquee-item i.ri-user-follow-fill {
	color: #60a5fa;
}

.marquee-item i.ri-heart-fill {
	color: #f87171;
}

.marquee-item i.ri-eye-fill {
	color: #38bdf8;
}

.marquee-item i.ri-chat-3-fill {
	color: #4ade80;
}

.marquee-item i.ri-share-forward-fill {
	color: #fbbf24;
}

.marquee-item i.ri-bookmark-fill {
	color: #a78bfa;
}

.marquee-item span {
	color: #e2e8f0;
	font-size: 14px;
	font-weight: 500;
}

/* No continuous animation - static badges with hover effect only */

@media (max-width: 768px) {
	.marquee-item {
		padding: 10px 16px;
	}
	.marquee-item span {
		font-size: 12px;
	}
	.marquee-track {
		gap: 10px;
	}
}

/* Remove old wave transition */
.hero-wave-transition {
	display: none;
}

.aurora-hero {
	position: relative;
	overflow: hidden;
	background-color: #0F172A;
}

@media (max-width: 991px) {
	.aurora-hero {
		overflow: visible;
	}
	.aurora-hero::before, .aurora-hero::after {
		display: none;
	}
	.floating-social-icons {
		display: none;
	}
}
.aurora-hero::before, .aurora-hero::after {
	content: '';
	position: absolute;
	width: 500px;
	height: 500px;
	border-radius: 50%;
	opacity: 0.15;
	filter: blur(100px);
	z-index: 0;
	animation: aurora-flow 20s linear infinite;
}
.aurora-hero::before {
	background-color: #3B82F6;
	top: -150px; left: -150px;
}
.aurora-hero::after {
	background-color: #22C55E;
	bottom: -150px; right: -150px;
	animation-delay: 5s;
}

@keyframes aurora-flow {
	0%, 100% { transform: translateX(0) translateY(0) rotate(0deg); }
	25%       { transform: translateX(80px) translateY(40px) rotate(45deg); }
	50%       { transform: translateX(0) translateY(80px) rotate(90deg); }
	75%       { transform: translateX(-80px) translateY(40px) rotate(135deg); }
}

/* Grid Background */
.hero-grid-bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	background-image:
		linear-gradient(to right, rgba(59, 130, 246, 0.07) 1px, transparent 1px),
		linear-gradient(to bottom, rgba(59, 130, 246, 0.07) 1px, transparent 1px);
	background-size: 50px 50px;
	mask-image: radial-gradient(ellipse 80% 60% at 50% 50%, black 40%, transparent 100%);
	-webkit-mask-image: radial-gradient(ellipse 80% 60% at 50% 50%, black 40%, transparent 100%);
	opacity: 0.6;
	z-index: 1;
	pointer-events: none;
}

.aurora-hero .container {
	position: relative;
	z-index: 10;
}

.floating-social-icons {
	position: absolute;
	top: 80px;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	overflow: hidden;
	z-index: 2;
	pointer-events: none;
	mask-image: linear-gradient(to bottom, black 70%, transparent 100%);
	-webkit-mask-image: linear-gradient(to bottom, black 70%, transparent 100%);
}

.floating-social-icons > i {
	position: absolute;
}

@keyframes social-float {
	0%, 100% { transform: translateY(0px) translateX(0px) rotate(0deg); }
	25%       { transform: translateY(-15px) translateX(8px) rotate(10deg); }
	50%       { transform: translateY(0px) translateX(-8px) rotate(-10deg); }
	75%       { transform: translateY(15px) translateX(0px) rotate(0deg); }
}

/* hero-cta-section */
.hero-cta-section {
	margin-top: 0 !important;
	padding-top: 40px !important;
}

/* hero buttons */
.btn-hero-primary {
	background: linear-gradient(91.04deg, #2753c5 0.77%, #28a745 99.77%);
	color: #fff;
	border: none;
	padding: 14px 28px;
	font-size: 16px;
	font-weight: 600;
	border-radius: 30px;
	box-shadow: 0 4px 15px rgba(39, 83, 197, 0.3);
	transition: all 0.3s ease;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 8px;
}
.btn-hero-primary:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(39, 83, 197, 0.4);
	color: #fff;
	text-decoration: none;
}
.btn-hero-secondary {
	background: transparent;
	color: #fff;
	border: 2px solid rgba(255,255,255,0.4);
	padding: 12px 26px;
	font-size: 16px;
	font-weight: 600;
	border-radius: 30px;
	transition: all 0.3s ease;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	text-decoration: none;
}
.btn-hero-secondary:hover {
	background: rgba(255,255,255,0.1);
	border-color: rgba(255,255,255,0.7);
	color: #fff;
	text-decoration: none;
}
.hero-cta {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
}

/* stats bar */
.stats-bar-glass {
	background: rgba(30,41,59,0.6);
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
	border: 1px solid rgba(255,255,255,0.1);
	border-radius: 1rem;
	padding: 1.5rem 2rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1.5rem;
	max-width: 700px;
	margin: 0 auto;
}
@media (min-width: 768px) {
	.stats-bar-glass { grid-template-columns: repeat(4, 1fr); }
}
.stats-bar-item {
	text-align: center;
	border-right: 1px solid rgba(255,255,255,0.1);
	padding-right: 1rem;
}
.stats-bar-item-last { border-right: none; }
@media (max-width: 767px) {
	.stats-bar-item:nth-child(2) { border-right: none; }
	.stats-bar-item:nth-child(odd) { border-right: 1px solid rgba(255,255,255,0.1); }
	.stats-bar-label { font-size: 0.65rem; letter-spacing: 0.03em; }
}
@media (min-width: 768px) {
	.stats-bar-label { white-space: nowrap; }
}
.stats-bar-number {
	font-size: 1.875rem;
	font-weight: 700;
	color: #22C55E;
	margin: 0 0 4px 0;
	line-height: 1.2;
}
.stats-bar-label {
	font-size: 0.70rem;
	color: #94A3B8;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin: 0;
}

/* marquee */
.service-marquee-section {
	display: block !important;
	position: relative !important;
}

/* ============================================
   MASSORDER PAGE
   ============================================ */

.mo-textarea {
	font-family: 'Courier New', monospace !important;
	font-size: 13px !important;
	line-height: 1.7 !important;
	color: #e2e8f0 !important;
	background: rgba(0,0,0,0.2) !important;
	border: 1px solid rgba(255,255,255,0.08) !important;
	border-radius: 12px !important;
	resize: vertical;
}

.mo-textarea:focus {
	border-color: rgba(59,130,246,0.4) !important;
	box-shadow: 0 0 0 3px rgba(59,130,246,0.1) !important;
}

.mo-guide-desc {
	color: #94a3b8;
	font-size: 13px;
	margin-bottom: 12px;
}

.mo-format-box {
	border-radius: 12px;
	overflow: hidden;
	border: 1px solid rgba(255,255,255,0.08);
}

.mo-format-header {
	background: rgba(59,130,246,0.12);
	border-bottom: 1px solid rgba(255,255,255,0.06);
	padding: 7px 14px;
	font-size: 12px;
	font-weight: 600;
	color: #60a5fa;
	display: flex;
	align-items: center;
	gap: 6px;
}

.mo-format-code {
	background: rgba(0,0,0,0.25);
	padding: 12px 14px;
	font-family: 'Courier New', monospace;
	font-size: 12px;
	color: #94a3b8;
	line-height: 1.8;
	word-break: break-all;
}

.mo-tips {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.mo-tip {
	display: flex;
	align-items: flex-start;
	gap: 7px;
	font-size: 12px;
	color: #64748b;
	line-height: 1.5;
}

.mo-tip i {
	color: #3b82f6;
	flex-shrink: 0;
	margin-top: 2px;
}

.mo-tip code {
	background: rgba(59,130,246,0.1);
	color: #60a5fa;
	border-radius: 4px;
	padding: 1px 5px;
	font-size: 11px;
}

.mo-alert {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 14px 16px;
	border-radius: 12px;
	margin-bottom: 16px;
}

.mo-alert-success {
	background: rgba(34,197,94,0.1);
	border: 1px solid rgba(34,197,94,0.2);
}

.mo-alert-danger {
	background: rgba(239,68,68,0.1);
	border: 1px solid rgba(239,68,68,0.2);
}

.mo-alert-icon {
	font-size: 20px;
	flex-shrink: 0;
	margin-top: 2px;
}

.mo-alert-success .mo-alert-icon { color: #4ade80; }
.mo-alert-danger .mo-alert-icon { color: #f87171; }

.mo-alert-body {
	flex: 1;
	font-size: 13px;
	color: #e2e8f0;
}

.mo-alert-stats {
	display: flex;
	gap: 16px;
	margin-top: 6px;
	font-size: 12px;
	color: #94a3b8;
}

.mo-alert-link {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	margin-top: 8px;
	font-size: 12px;
	color: #60a5fa !important;
	text-decoration: none !important;
}

.mo-alert-link:hover { text-decoration: underline !important; }

/* ============================================
   TICKETS PAGE
   ============================================ */

.tk-subject-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
	margin-bottom: 20px;
}

@media (max-width: 767px) {
	.tk-subject-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

.tk-subject-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 14px 8px;
	border-radius: 14px;
	border: 1px solid rgba(255,255,255,0.08);
	background: rgba(255,255,255,0.04);
	cursor: pointer;
	transition: border-color 0.2s, background 0.2s;
}

.tk-subject-card input[type="radio"] {
	display: none;
}

.tk-subject-card:hover {
	border-color: rgba(59,130,246,0.4);
	background: rgba(59,130,246,0.06);
}

.tk-subject-card.active {
	border-color: #3b82f6;
	background: rgba(59,130,246,0.12);
}

.tk-subject-icon {
	width: 40px;
	height: 40px;
	border-radius: 10px;
	background: rgba(59,130,246,0.15);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	color: #60a5fa;
}

.tk-subject-card.active .tk-subject-icon {
	background: linear-gradient(135deg, #3b82f6, #2563eb);
	color: #fff;
}

.tk-subject-label {
	font-size: 12px;
	font-weight: 600;
	color: #94a3b8;
}

.tk-subject-card.active .tk-subject-label {
	color: #e2e8f0;
}

/* Ticket list items */
.tk-list-item {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px 16px;
	border-radius: 12px;
	text-decoration: none !important;
	transition: background 0.2s;
	margin-bottom: 4px;
}

.tk-list-item:hover {
	background: rgba(255,255,255,0.05);
}

.tk-list-item--new {
	background: rgba(59,130,246,0.06);
	border: 1px solid rgba(59,130,246,0.15);
}

.tk-list-avatar {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: linear-gradient(135deg, #3b82f6, #22c55e);
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 14px;
	color: #fff;
	flex-shrink: 0;
}

.tk-list-body {
	flex: 1;
	min-width: 0;
}

.tk-list-title {
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 14px;
	font-weight: 600;
	color: #e2e8f0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 4px;
}

.tk-new-dot {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #3b82f6;
	flex-shrink: 0;
}

.tk-list-meta {
	display: flex;
	align-items: center;
	gap: 8px;
}

.tk-list-time {
	font-size: 12px;
	color: #64748b;
}

.tk-list-arrow {
	color: #475569;
	font-size: 18px;
	flex-shrink: 0;
}

/* Status badges */
.tk-status {
	display: inline-block;
	padding: 2px 9px;
	border-radius: 20px;
	font-size: 11px;
	font-weight: 600;
}

.tk-status--answered {
	background: rgba(34,197,94,0.12);
	color: #4ade80;
	border: 1px solid rgba(34,197,94,0.2);
}

.tk-status--pending {
	background: rgba(251,191,36,0.12);
	color: #fbbf24;
	border: 1px solid rgba(251,191,36,0.2);
}

.tk-status--closed {
	background: rgba(100,116,139,0.12);
	color: #94a3b8;
	border: 1px solid rgba(100,116,139,0.2);
}

/* Viewticket info card */
.tk-info-card {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.tk-info-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 12px;
	background: rgba(255,255,255,0.04);
	border-radius: 10px;
	border: 1px solid rgba(255,255,255,0.06);
}

.tk-info-label {
	font-size: 12px;
	color: #64748b;
	display: flex;
	align-items: center;
	gap: 5px;
}

.tk-info-value {
	font-size: 13px;
	font-weight: 600;
	color: #e2e8f0;
	text-align: right;
	max-width: 55%;
	word-break: break-word;
}

.tk-back-btn {
	display: flex;
	align-items: center;
	gap: 6px;
	width: 100%;
	padding: 10px 16px;
	border-radius: 10px;
	background: rgba(59,130,246,0.1);
	border: 1px solid rgba(59,130,246,0.2);
	color: #60a5fa !important;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none !important;
	transition: background 0.2s;
	justify-content: center;
}

.tk-back-btn:hover {
	background: rgba(59,130,246,0.18);
}

/* ============================================
   REFUNDS PAGE
   ============================================ */

.rf-header-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	flex-wrap: wrap;
}

.rf-tabs {
	display: flex;
	gap: 6px;
	flex-wrap: wrap;
}

.rf-tab {
	padding: 7px 14px;
	border-radius: 8px;
	font-size: 13px;
	font-weight: 500;
	color: #64748b;
	text-decoration: none !important;
	border: 1px solid transparent;
	transition: all 0.2s;
	white-space: nowrap;
}

.rf-tab:hover {
	color: #e2e8f0;
	background: rgba(255,255,255,0.05);
}

.rf-tab.active {
	background: rgba(59,130,246,0.15);
	border-color: rgba(59,130,246,0.3);
	color: #60a5fa;
	font-weight: 600;
}

.rf-search-form {
	flex-shrink: 0;
}

.rf-search-wrap {
	display: flex;
	align-items: center;
	background: var(--color-1);
	border: 1px solid rgba(255,255,255,0.1);
	border-radius: 10px;
	padding: 0 10px;
	gap: 8px;
	height: 36px;
}

.rf-search-wrap i {
	color: #64748b;
	font-size: 16px;
	flex-shrink: 0;
}

.rf-search-input {
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;
	color: #e2e8f0 !important;
	padding: 0 !important;
	height: auto !important;
	font-size: 13px;
	width: 140px;
}

.rf-search-input::placeholder {
	color: #64748b;
}

.rf-search-btn {
	background: none;
	border: none;
	color: #64748b;
	padding: 0;
	cursor: pointer;
	display: flex;
	align-items: center;
	transition: color 0.2s;
}

.rf-search-btn:hover {
	color: #3b82f6;
}

@media (max-width: 575px) {
	.rf-header-top {
		flex-direction: column;
		align-items: stretch;
	}
	.rf-search-form {
		width: 100%;
	}
	.rf-search-wrap {
		width: 100%;
	}
	.rf-search-input {
		width: 100%;
		flex: 1;
	}
}

.rf-order-link {
	color: #3b82f6;
	font-weight: 600;
	text-decoration: none;
}

.rf-order-link:hover {
	color: #60a5fa;
	text-decoration: underline;
}

.rf-amount {
	color: #22c55e;
	font-weight: 600;
}

.rf-date {
	color: #64748b;
	font-size: 13px;
	white-space: nowrap;
}

.rf-badge {
	display: inline-block;
	padding: 3px 10px;
	border-radius: 20px;
	font-size: 12px;
	font-weight: 600;
}

.rf-badge-canceled {
	background: rgba(239, 68, 68, 0.12);
	color: #f87171;
	border: 1px solid rgba(239, 68, 68, 0.2);
}

.rf-badge-partial {
	background: rgba(251, 191, 36, 0.12);
	color: #fbbf24;
	border: 1px solid rgba(251, 191, 36, 0.2);
}

.rf-badge-default {
	background: rgba(100, 116, 139, 0.12);
	color: #94a3b8;
	border: 1px solid rgba(100, 116, 139, 0.2);
}

.gcard-footer {
	padding: 14px 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.07);
	display: flex;
	align-items: center;
	justify-content: center;
}

/* ============================================
   SIGNUP PAGE
   ============================================ */

.sg-section {
	display: flex;
	align-items: center;
	padding: 90px 0 50px;
}

@media (max-width: 991px) {
	.sg-section {
		padding-top: 100px;
	}
}

@media (min-width: 992px) {
	.sg-section {
		min-height: 100vh;
		padding: 60px 0;
	}
}

.sg-row {
	min-height: auto;
}

@media (min-width: 992px) {
	.sg-row {
		min-height: 80vh;
	}
}

.sg-left {
	padding-right: 40px;
}

.sg-left-col {
	padding-top: 32px;
}

@media (min-width: 992px) {
	.sg-left-col {
		padding-top: 0;
	}
}

/* Hide headline/badge/sub in left col on mobile — shown via sg-mobile-hero instead */
@media (max-width: 991px) {
	.sg-left .sg-badge,
	.sg-left .sg-headline,
	.sg-left .sg-sub {
		display: none;
	}
}

.sg-mobile-hero {
	margin-bottom: 20px;
}

@media (max-width: 991px) {
	.sg-feature-card {
		text-align: left;
		align-items: center;
	}
}

.sg-seo-img {
	border-radius: 16px;
	opacity: 0.9;
}

.sg-seo-text {
	padding-right: 20px;
}

.sg-seo-title {
	font-size: 1.5rem;
	font-weight: 700;
	color: #f1f5f9;
	margin-bottom: 16px;
	line-height: 1.3;
}

.sg-seo-text p {
	font-size: 14px;
	color: #94a3b8;
	line-height: 1.8;
	margin-bottom: 14px;
}

.sg-seo-text strong {
	color: #cbd5e1;
	font-weight: 600;
}

@media (max-width: 991px) {
	.sg-seo-text {
		padding-right: 0;
	}
	.sg-seo-title {
		font-size: 1.25rem;
	}
}

.sg-badge {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	background: linear-gradient(91deg, rgba(39,83,197,0.2), rgba(40,167,69,0.15));
	border: 1px solid rgba(59,130,246,0.3);
	border-radius: 20px;
	padding: 6px 16px;
	font-size: 13px;
	font-weight: 600;
	color: #60a5fa;
	margin-bottom: 20px;
}

.sg-badge i {
	color: #4ade80;
}

.sg-headline {
	font-size: 2.2rem;
	font-weight: 800;
	color: #f1f5f9;
	line-height: 1.2;
	margin-bottom: 14px;
}

.sg-gradient-text {
	background: linear-gradient(135deg, #3b82f6, #22c55e);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.sg-sub {
	font-size: 15px;
	color: #94a3b8;
	margin-bottom: 32px;
	line-height: 1.6;
}

.sg-features {
	display: flex;
	flex-direction: column;
	gap: 14px;
	margin-bottom: 32px;
}

.sg-feature-card {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	padding: 14px 16px;
	background: rgba(255,255,255,0.04);
	border: 1px solid rgba(255,255,255,0.07);
	border-radius: 14px;
	transition: background 0.2s;
}

.sg-feature-card:hover {
	background: rgba(59,130,246,0.07);
	border-color: rgba(59,130,246,0.2);
}

.sg-feature-icon {
	width: 40px;
	height: 40px;
	border-radius: 10px;
	background: linear-gradient(135deg, rgba(59,130,246,0.2), rgba(34,197,94,0.12));
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	color: #60a5fa;
	flex-shrink: 0;
}

.sg-feature-title {
	font-size: 14px;
	font-weight: 600;
	color: #e2e8f0;
	margin-bottom: 3px;
}

.sg-feature-desc {
	font-size: 12px;
	color: #64748b;
	line-height: 1.5;
}

.sg-stats {
	display: flex;
	align-items: center;
	gap: 24px;
	padding: 18px 20px;
	background: rgba(255,255,255,0.03);
	border: 1px solid rgba(255,255,255,0.07);
	border-radius: 16px;
}

.sg-stat {
	text-align: center;
	flex: 1;
}

.sg-stat-value {
	font-size: 22px;
	font-weight: 800;
	background: linear-gradient(135deg, #3b82f6, #22c55e);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.sg-stat-label {
	font-size: 11px;
	color: #64748b;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin-top: 2px;
}

.sg-stat-divider {
	width: 1px;
	height: 36px;
	background: rgba(255,255,255,0.08);
}

/* Form card */
.sg-form-card {
	max-width: 480px;
	margin: 0 auto;
}

.sg-form-header {
	margin-bottom: 24px;
}

.sg-form-header .sg-title-row {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 6px;
}

.sg-form-header .sg-title-row .gcard-head-icon {
	margin-bottom: 0;
	flex-shrink: 0;
}

.sg-form-title {
	font-size: 22px;
	font-weight: 700;
	color: #f1f5f9;
	margin-bottom: 6px;
}

.sg-form-sub {
	font-size: 13px;
	color: #64748b;
	line-height: 1.5;
}

.sg-google-wrap {
	display: flex;
	justify-content: center;
	margin-bottom: 16px;
}

.sg-divider {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 20px;
	color: #475569;
	font-size: 12px;
}

.sg-divider::before,
.sg-divider::after {
	content: '';
	flex: 1;
	height: 1px;
	background: rgba(255,255,255,0.08);
}

.sg-divider span {
	font-weight: 600;
	letter-spacing: 0.05em;
}

.sg-input-group {
	margin-bottom: 12px;
}

.sg-input {
	background: rgba(15,20,30,0.6) !important;
	border: 1px solid rgba(255,255,255,0.1) !important;
	border-radius: 12px !important;
	color: #e2e8f0 !important;
	padding: 12px 16px !important;
	height: auto !important;
	font-size: 14px !important;
	transition: border-color 0.2s, box-shadow 0.2s !important;
	-webkit-text-fill-color: #e2e8f0 !important;
}

.sg-input:focus {
	border-color: rgba(59,130,246,0.5) !important;
	box-shadow: 0 0 0 3px rgba(59,130,246,0.1) !important;
	background: rgba(15,20,40,0.8) !important;
}

.sg-input::placeholder {
	color: #475569 !important;
}

.sg-input:-webkit-autofill,
.sg-input:-webkit-autofill:hover,
.sg-input:-webkit-autofill:focus {
	-webkit-box-shadow: 0 0 0 1000px rgba(15,20,30,0.9) inset !important;
	-webkit-text-fill-color: #e2e8f0 !important;
	border-color: rgba(59,130,246,0.4) !important;
}

.sg-agree {
	margin-bottom: 16px;
}

.sg-agree-label {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	cursor: pointer;
	font-size: 13px;
	color: #64748b;
}

.sg-agree-label input[type="checkbox"] {
	margin-top: 3px;
	flex-shrink: 0;
}

.sg-agree-label a {
	color: #60a5fa;
}

.sg-submit-btn {
	border-radius: 12px !important;
	padding: 12px !important;
	font-size: 15px !important;
	font-weight: 600 !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 8px !important;
}

.sg-login-link {
	text-align: center;
	margin-top: 18px;
	font-size: 13px;
	color: #64748b;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
}

.sg-login-link a {
	color: #60a5fa;
	font-weight: 600;
	text-decoration: none;
}

.sg-login-link a:hover {
	text-decoration: underline;
}

.sg-seo-section {
	margin-top: 60px;
	padding-bottom: 60px;
}

.sg-seo-banner {
	font-size: 20px;
	color: #f1f5f9;
	margin-bottom: 28px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(255,255,255,0.07);
}

.sg-seo-icon {
	width: 44px;
	height: 44px;
	border-radius: 12px;
	background: linear-gradient(135deg, rgba(59,130,246,0.15), rgba(34,197,94,0.1));
	border: 1px solid rgba(59,130,246,0.2);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	color: #60a5fa;
	flex-shrink: 0;
	margin-bottom: 10px;
}

@media (min-width: 768px) {
	.sg-seo-icon {
		margin-bottom: 0;
	}
}

.regSteps h6 {
	font-size: 15px;
	font-weight: 600;
	color: #e2e8f0;
	margin-bottom: 4px;
}

.regSteps p {
	font-size: 13px;
	color: #64748b;
	line-height: 1.6;
}

/* ============================================
   ADDFUNDS PAGE
   ============================================ */

.af-blue { color: #3b82f6; }
.af-green { color: #22c55e; }
.af-red { color: #f87171; }

.af-bonus-banner {
	display: flex;
	align-items: center;
	gap: 12px;
	background: linear-gradient(135deg, rgba(34,197,94,0.1), rgba(250,204,21,0.08));
	border: 1px solid rgba(34,197,94,0.25);
	border-radius: 12px;
	padding: 12px 16px;
	margin: 12px 0 16px;
	color: #e2e8f0;
	font-size: 14px;
}

.af-bonus-banner i {
	font-size: 22px;
	color: #22c55e;
	flex-shrink: 0;
}

.af-bonus-badge {
	display: inline-block;
	background: linear-gradient(135deg, #22c55e, #16a34a);
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	padding: 2px 7px;
	border-radius: 20px;
	margin-left: 6px;
	vertical-align: middle;
}

.af-support-btns {
	display: flex;
	gap: 10px;
	margin-top: 16px;
	flex-wrap: wrap;
}

.af-support-btn {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 9px 16px;
	border-radius: 10px;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none !important;
	transition: opacity 0.2s, transform 0.15s;
}

.af-support-btn:hover {
	opacity: 0.85;
	transform: translateY(-1px);
}

.af-support-whatsapp {
	background: linear-gradient(135deg, #22c55e, #16a34a);
	color: #fff !important;
}

.af-support-ticket {
	background: rgba(59,130,246,0.15);
	border: 1px solid rgba(59,130,246,0.3);
	color: #93c5fd !important;
}

.addBalanceBtn.active {
	background: linear-gradient(135deg, #3b82f6, #2563eb) !important;
	color: #fff !important;
	border-color: #3b82f6 !important;
	transform: scale(1.05);
}

.af-bonus-hint {
	margin-top: 6px;
	padding: 8px 12px;
	background: rgba(34,197,94,0.1);
	border: 1px solid rgba(34,197,94,0.2);
	border-radius: 8px;
	font-size: 13px;
	color: #4ade80;
	display: flex;
	align-items: center;
	gap: 6px;
}

/* ============================================
   WHYCHOOSEUS - 3 COLUMN LAYOUT
   ============================================ */

.why-choose-section {
	background: #161b22;
	padding: 80px 0;
}

.why-title {
	font-size: 2.2rem;
	font-weight: 800;
	color: #e2e8f0;
	margin-bottom: 12px;
}

.why-subtitle {
	color: #94a3b8;
	font-size: 15px;
	max-width: 640px;
	margin: 0 auto;
	line-height: 1.6;
}

.why-grid {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	gap: 48px;
	align-items: center;
	margin-top: 48px;
}

.why-col {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.why-item {
	display: flex;
	gap: 16px;
	align-items: flex-start;
}

.why-item-right {
	flex-direction: row-reverse;
	text-align: right;
}

.why-item-left {
	flex-direction: row;
	text-align: left;
}

.why-icon-wrap {
	flex-shrink: 0;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: rgba(59, 130, 246, 0.12);
	color: #3b82f6;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
}

.why-text h3 {
	font-size: 1rem;
	font-weight: 700;
	color: #e2e8f0;
	margin-bottom: 6px;
}

.why-text p {
	font-size: 13px;
	color: #94a3b8;
	line-height: 1.6;
	margin: 0;
}

.why-col-center {
	width: 280px;
}

.why-center-visual {
	position: relative;
	width: 280px;
	height: 280px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.why-blur-1 {
	position: absolute;
	inset: 0;
	border-radius: 50%;
	background: #3b82f6;
	opacity: 0.15;
	filter: blur(40px);
}

.why-blur-2 {
	position: absolute;
	inset: 32px;
	border-radius: 50%;
	background: #22c55e;
	opacity: 0.15;
	filter: blur(30px);
	animation: why-pulse 4s ease-in-out infinite;
}

@keyframes why-pulse {
	0%, 100% { transform: scale(1); opacity: 0.15; }
	50% { transform: scale(1.1); opacity: 0.25; }
}

.why-center-img {
	position: relative;
	z-index: 2;
	width: 220px;
	height: 220px;
	object-fit: contain;
}

@media (max-width: 991px) {
	.why-grid {
		grid-template-columns: 1fr;
	}
	.why-col-center {
		width: 100%;
		display: flex;
		justify-content: center;
	}
	.why-item-right {
		flex-direction: row;
		text-align: left;
	}
}

/* ============================================
   COMPARISON GLASS WRAP
   ============================================ */

.comparison-glass-wrap {
	background: rgba(30, 41, 59, 0.5);
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 20px;
	overflow: hidden;
}

/* ============================================
   CTA DOMINAR SECTION
   ============================================ */

.cta-dominar-section {
	position: relative;
	padding: 100px 0;
	background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #0f172a 100%);
	overflow: hidden;
}

.cta-dominar-section::before {
	content: '';
	position: absolute;
	width: 600px;
	height: 600px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(59,130,246,0.15) 0%, transparent 70%);
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	pointer-events: none;
}

.cta-dominar-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to bottom, rgba(15,23,42,0.3) 0%, rgba(15,23,42,0.1) 50%, rgba(15,23,42,0.3) 100%);
	pointer-events: none;
}

.cta-dominar-title {
	font-size: 2.8rem;
	font-weight: 800;
	color: #fff;
	margin-bottom: 16px;
}

.cta-dominar-sub {
	font-size: 1.1rem;
	color: #94a3b8;
	max-width: 640px;
	margin: 0 auto 36px;
	line-height: 1.7;
}

.cta-dominar-btn {
	display: inline-block;
	background: #fff;
	color: #0f172a;
	font-weight: 700;
	font-size: 1.05rem;
	padding: 16px 40px;
	border-radius: 12px;
	text-decoration: none;
	box-shadow: 0 20px 60px rgba(255,255,255,0.15);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cta-dominar-btn:hover {
	transform: scale(1.05);
	box-shadow: 0 25px 70px rgba(255,255,255,0.25);
	color: #0f172a;
	text-decoration: none;
}

@media (max-width: 767px) {
	.cta-dominar-title { font-size: 2rem; }
	.cta-dominar-sub { font-size: 0.95rem; }
}

/* ============================================
   PRINCIPAIS SERVIÇOS SECTION
   ============================================ */

.principais-servicos-section {
	background: #0f172a;
	padding: 80px 0;
}

.principais-servicos-title {
	font-size: 2rem;
	font-weight: 800;
	color: #e2e8f0;
	margin-bottom: 12px;
}

.principais-servicos-subtitle {
	color: #94a3b8;
	font-size: 15px;
	max-width: 560px;
	margin: 0 auto;
	line-height: 1.6;
}

.principais-servicos-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	margin-top: 48px;
}

@media (max-width: 991px) {
	.principais-servicos-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 575px) {
	.principais-servicos-grid {
		grid-template-columns: 1fr;
	}
}

.servico-card {
	background: rgba(30, 41, 59, 0.6);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 16px;
	padding: 36px 28px;
	text-align: center;
	transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.servico-card:hover {
	transform: translateY(-6px);
	border-color: rgba(34, 197, 94, 0.3);
	box-shadow: 0 12px 40px rgba(34, 197, 94, 0.08);
}

.servico-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background: rgba(34, 197, 94, 0.12);
	color: #22c55e;
	font-size: 28px;
	margin-bottom: 20px;
}

.servico-title {
	font-size: 1.1rem;
	font-weight: 700;
	color: #e2e8f0;
	margin-bottom: 12px;
}

.servico-desc {
	font-size: 13px;
	color: #94a3b8;
	line-height: 1.6;
	margin: 0;
}

/* ============================================
   PERFORMANCE OPTIMIZATIONS
   ============================================ */

/* Disable expensive backdrop-filter on mobile */
@media (max-width: 767px) {
	.stats-bar-glass,
	.servico-card,
	.comparison-glass-wrap,
	.aurora-hero .homeContent,
	.glass-card,
	.aurora-blob {
		backdrop-filter: none !important;
		-webkit-backdrop-filter: none !important;
	}
	/* Replace with solid fallback bg */
	.stats-bar-glass {
		background: rgba(30, 41, 59, 0.95) !important;
	}
	.servico-card {
		background: rgba(30, 41, 59, 0.95) !important;
	}
	.comparison-glass-wrap {
		background: rgba(20, 30, 48, 0.98) !important;
	}
	/* Reduce aurora blobs on mobile */
	.aurora-blob {
		display: none;
	}
	/* On mobile: hide fi-mobile from global container, show them inside homeImg instead */
	.floating-social-icons > i:not(.fi-mobile) {
		display: none;
	}
	.floating-social-icons > i.fi-mobile {
		display: none;
	}
	/* homeImg becomes the anchor for mobile icons */
	.homeImg {
		position: relative;
	}
	.homeImg > i.fi-mobile {
		display: block;
		position: absolute;
		font-size: 30px;
		will-change: auto;
		pointer-events: none;
	}
	.homeImg > i.fi-pos-1 { top: -18px; left: -14px; }
	.homeImg > i.fi-pos-2 { top: -18px; right: -14px; left: auto; }
	.homeImg > i.fi-pos-3 { top: 50%; left: 50%; transform: translate(-50%, -50%); margin-top: -60px; }
	.homeImg > i.fi-pos-4 { bottom: -14px; left: -14px; top: auto; }
	.homeImg > i.fi-pos-5 { bottom: -14px; right: -14px; left: auto; top: auto; }
}

/* Respect reduced motion preference */
@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}
	.aurora-blob,
	.hero-grid-bg,
	.floating-social-icons {
		display: none;
	}
}

/* Brasil Hero Title */
.hero-title-wrapper {
	animation: heroFadeUp 0.8s ease forwards;
	opacity: 0;
}

@keyframes heroFadeUp {
	from {
		opacity: 0;
		transform: translateY(24px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.hero-title-brasil .effects {
	background: linear-gradient(90deg, #1be07b 0%, #FFD700 50%, #1be07b 100%);
	background-size: 200% auto;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	animation: shimmerText 4s linear infinite;
	text-shadow: none;
	filter: drop-shadow(0 0 18px rgba(255, 215, 0, 0.25));
}

@keyframes shimmerText {
	0% { background-position: 0% center; }
	100% { background-position: 200% center; }
}

/* Modern Hero Badge */
.hero-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: linear-gradient(91.04deg, #2753c5 0.77%, #28a745 99.77%);
	border-radius: 22px;
	padding: 6px 16px 6px 10px;
	font-size: 13px;
	color: #fff;
	box-shadow: 0 2px 8px rgba(39, 83, 197, 0.2);
}

.hero-badge svg {
	flex-shrink: 0;
}

/* Brasil Badge - Glassmorphism Style */
.hero-badge-brasil {
	background: rgba(15, 23, 42, 0.75);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	border: 1px solid rgba(255, 255, 255, 0.12);
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255,255,255,0.07);
	color: #e2e8f0;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.2px;
	padding: 10px 20px;
	border-radius: 50px;
	animation: heroFadeUp 0.8s ease 0.3s forwards;
	opacity: 0;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hero-badge-brasil:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255,255,255,0.1);
}

.hero-badge-brasil .badge-icon {
	color: #FFD700;
	font-size: 13px;
	margin-right: 2px;
}

.hero-badge-brasil .badge-highlight {
	color: #FFD700;
	font-weight: 700;
	margin-right: 4px;
}

/* Modern Article Styling */
.gi-text {
	line-height: 1.8;
	color: #cbd5e1;
}

.gi-card {
	padding: 2rem;
}

.article-section h2,
.article-section h3,
.article-section h4 {
	margin-top: 2rem;
	margin-bottom: 1rem;
}

.article-section p {
	margin-bottom: 1rem;
}

/* Better spacing */
.homeSection {
	padding: 3rem 0;
}

.sectionText {
	padding-bottom: 2rem !important;
}

/* Trust Badges Section */
.trust-badges-section {
	background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #0f172a 100%);
	border-top: 1px solid rgba(255, 255, 255, 0.05);
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.trust-badges-row {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 40px;
	flex-wrap: wrap;
}

.trust-badge-item {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #94a3b8;
	font-size: 14px;
	font-weight: 500;
}

.trust-badge-item i {
	font-size: 18px;
	color: #1be07b;
}

@media (max-width: 768px) {
	.trust-badges-row {
		gap: 20px;
	}
	
	.trust-badge-item {
		font-size: 12px;
	}
}

/* Hero Wave Transition */
.hero-wave-transition {
	height: 60px;
	width: 100%;
	overflow: hidden;
	line-height: 0;
	margin-top: -1px;
}

.hero-wave-transition svg {
	width: 100%;
	height: 100%;
	display: block;
}

/* Hero CTA Section - Below Image */
.hero-cta-section {
	background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
	padding: 60px 0 50px;
	border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.hero-cta-section .hero-cta {
	display: flex;
	justify-content: center;
	gap: 12px;
	flex-wrap: wrap;
}

.hero-cta-section .trust-badges {
	display: flex;
	justify-content: center;
	gap: 24px;
	flex-wrap: wrap;
}

.hero-cta-section .trust-item {
	display: flex;
	align-items: center;
	gap: 6px;
	color: rgba(255, 255, 255, 0.85);
	font-size: 13px;
	font-weight: 500;
}

.hero-cta-section .trust-item i {
	font-size: 16px;
	color: #1be07b;
}

.hero-cta-section .social-proof p {
	color: rgba(255, 255, 255, 0.7);
	font-size: 14px;
	margin: 0;
}

.hero-cta-section .social-proof strong {
	color: #1be07b;
	font-weight: 700;
}

/* Modern Hero CTA Buttons */
.hero-cta {
	display: flex;
	justify-content: center;
	gap: 12px;
	flex-wrap: wrap;
}

.btn-hero-primary {
	background: linear-gradient(91.04deg, #2753c5 0.77%, #28a745 99.77%);
	color: #fff;
	border: none;
	padding: 14px 28px;
	font-size: 16px;
	font-weight: 600;
	border-radius: 30px;
	box-shadow: 0 4px 15px rgba(39, 83, 197, 0.3);
	transition: all 0.3s ease;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.btn-hero-primary:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(39, 83, 197, 0.4);
	color: #fff;
	text-decoration: none;
}

.btn-hero-secondary {
	background: transparent;
	color: #fff;
	border: 2px solid rgba(255, 255, 255, 0.4);
	padding: 12px 26px;
	font-size: 16px;
	font-weight: 600;
	border-radius: 30px;
	transition: all 0.3s ease;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.btn-hero-secondary:hover {
	background: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.6);
	color: #fff;
	text-decoration: none;
}

/* Trust Badges */
.trust-badges {
	display: flex;
	justify-content: center;
	gap: 24px;
	flex-wrap: wrap;
}

.trust-item {
	display: flex;
	align-items: center;
	gap: 6px;
	color: rgba(255, 255, 255, 0.85);
	font-size: 13px;
	font-weight: 500;
}

.trust-item i {
	font-size: 16px;
	color: #1be07b;
}

/* Social Proof */
.social-proof p {
	color: rgba(255, 255, 255, 0.7);
	font-size: 14px;
	margin: 0;
}

.social-proof strong {
	color: #1be07b;
	font-weight: 700;
}

/* Trust Badges Bottom (Replaces Trust Seals) */
.trust-badges-bottom {
	display: flex;
	justify-content: center;
	gap: 32px;
	flex-wrap: wrap;
	padding-top: 24px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.trust-badge-item {
	display: flex;
	align-items: center;
	gap: 8px;
	color: rgba(255, 255, 255, 0.9);
	font-size: 13px;
	font-weight: 500;
	transition: all 0.3s ease;
}

.trust-badge-item:hover {
	color: #fff;
	transform: translateY(-2px);
}

.trust-badge-item i {
	font-size: 18px;
	color: #1be07b;
}

/* Results Showcase Section */
.results-showcase {
	background: linear-gradient(135deg, #1a1f36 0%, #0f172a 100%);
	padding: 80px 0;
}

.results-showcase .section-title {
	color: #fff;
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 8px;
}

.results-showcase .section-subtitle {
	color: rgba(255, 255, 255, 0.6);
	font-size: 16px;
}

.result-card {
	background: rgba(255, 255, 255, 0.05);
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 20px;
	overflow: hidden;
	transition: all 0.3s ease;
}

.result-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
	border-color: rgba(255, 255, 255, 0.2);
}

.result-header {
	background: linear-gradient(135deg, #2753c5 0%, #28a745 100%);
	padding: 16px 20px;
	display: flex;
	align-items: center;
	gap: 10px;
	color: #fff;
	font-weight: 600;
}

.result-header i {
	font-size: 24px;
}

.result-body {
	padding: 24px 20px;
}

.before-after {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 20px;
}

.before, .after {
	text-align: center;
	flex: 1;
}

.before .label {
	font-size: 11px;
	color: rgba(255, 255, 255, 0.5);
	text-transform: uppercase;
	letter-spacing: 1px;
	display: block;
	margin-bottom: 4px;
}

.after .label {
	font-size: 11px;
	color: #1be07b;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: block;
	margin-bottom: 4px;
}

.before .number {
	font-size: 24px;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.5);
	display: block;
}

.after .number {
	font-size: 28px;
	font-weight: 700;
	color: #1be07b;
	display: block;
}

.before .metric, .after .metric {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.6);
	display: block;
	margin-top: 2px;
}

.arrow {
	font-size: 24px;
	color: #1be07b;
	flex-shrink: 0;
}

.result-meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 16px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.time {
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.7);
}

.growth {
	background: linear-gradient(135deg, #2753c5 0%, #28a745 100%);
	color: #fff;
	padding: 6px 12px;
	border-radius: 20px;
	font-size: 13px;
	font-weight: 600;
}

/* Animation for stats */
@keyframes countUp {
	from { opacity: 0; transform: translateY(10px); }
	to { opacity: 1; transform: translateY(0); }
}

.stat-item {
	animation: countUp 0.6s ease forwards;
}

.stat-item:nth-child(1) { animation-delay: 0.1s; }
.stat-item:nth-child(2) { animation-delay: 0.2s; }
.stat-item:nth-child(3) { animation-delay: 0.3s; }
.stat-item:nth-child(4) { animation-delay: 0.4s; }

/* ============================================
   SECTION DIVIDERS & WAVE EFFECTS
   ============================================ */

/* Wave Divider */
.wave-divider {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	line-height: 0;
	transform: rotate(180deg);
}

.wave-divider svg {
	position: relative;
	display: block;
	width: calc(100% + 1.3px);
	height: 60px;
}

.wave-divider .shape-fill {
	fill: #0f172a;
}

/* Alternating Section Backgrounds */
.section-alt-1 {
	background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #0f172a 100%);
	position: relative;
}

.section-alt-2 {
	background: linear-gradient(135deg, #1e293b 0%, #0f172a 50%, #1e293b 100%);
	position: relative;
}

.section-alt-3 {
	background: linear-gradient(180deg, #0f172a 0%, #1a1f36 50%, #0f172a 100%);
	position: relative;
}

/* Section Separator Line */
.section-separator {
	height: 1px;
	background: linear-gradient(90deg, transparent 0%, rgba(27, 224, 123, 0.3) 50%, transparent 100%);
	margin: 0 auto;
	width: 80%;
	max-width: 600px;
}

/* ============================================
   SECTION SPACING & ALTERNATING BACKGROUNDS
   ============================================ */

/* Padding utility */
.py-6 {
	padding-top: 80px !important;
	padding-bottom: 80px !important;
}

.pt-6 {
	padding-top: 80px !important;
}

.seo-section-gap {
	margin-top: 80px !important;
}

/* Alternating section backgrounds */
.sec-dark {
	background: #0d1117;
	position: relative;
}

.sec-light {
	background: #161b22;
	position: relative;
}

/* Section Divider - gradient fade line */
.section-divider {
	height: 1px;
	background: linear-gradient(90deg,
		transparent 0%,
		rgba(255, 255, 255, 0.06) 20%,
		rgba(27, 224, 123, 0.15) 50%,
		rgba(255, 255, 255, 0.06) 80%,
		transparent 100%
	);
	margin: 0;
}

/* Subtle top highlight on sec-light sections */
.sec-light::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: linear-gradient(90deg, transparent 0%, rgba(27, 224, 123, 0.12) 50%, transparent 100%);
}

/* homeDevices spacing */
.homeSection.homeDevices {
	padding: 80px 0;
}

/* ============================================
   SCROLL REVEAL ANIMATIONS
   ============================================ */

.reveal {
	opacity: 0;
	transform: translateY(30px);
	transition: all 0.8s cubic-bezier(0.5, 0, 0, 1);
}

.reveal.active {
	opacity: 1;
	transform: translateY(0);
}

.reveal-left {
	opacity: 0;
	transform: translateX(-50px);
	transition: all 0.8s cubic-bezier(0.5, 0, 0, 1);
}

.reveal-left.active {
	opacity: 1;
	transform: translateX(0);
}

.reveal-right {
	opacity: 0;
	transform: translateX(50px);
	transition: all 0.8s cubic-bezier(0.5, 0, 0, 1);
}

.reveal-right.active {
	opacity: 1;
	transform: translateX(0);
}

.reveal-scale {
	opacity: 0;
	transform: scale(0.8);
	transition: all 0.8s cubic-bezier(0.5, 0, 0, 1);
}

.reveal-scale.active {
	opacity: 1;
	transform: scale(1);
}

/* Stagger delays for children */
.reveal-children > *:nth-child(1) { transition-delay: 0.1s; }
.reveal-children > *:nth-child(2) { transition-delay: 0.2s; }
.reveal-children > *:nth-child(3) { transition-delay: 0.3s; }
.reveal-children > *:nth-child(4) { transition-delay: 0.4s; }
.reveal-children > *:nth-child(5) { transition-delay: 0.5s; }
.reveal-children > *:nth-child(6) { transition-delay: 0.6s; }

/* ============================================
   ENHANCED SECTION STYLING
   ============================================ */

/* Section with top glow */
.section-glow-top {
	position: relative;
}

.section-glow-top::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 200px;
	height: 1px;
	background: linear-gradient(90deg, transparent, #1be07b, transparent);
	opacity: 0.5;
}

/* Section with bottom shadow */
.section-shadow-bottom {
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

/* Floating elements animation */
@keyframes float {
	0%, 100% { transform: translateY(0px); }
	50% { transform: translateY(-10px); }
}

.float-animation {
	animation: float 3s ease-in-out infinite;
}

/* Pulse glow effect */
@keyframes pulse-glow {
	0%, 100% { box-shadow: 0 0 20px rgba(27, 224, 123, 0.3); }
	50% { box-shadow: 0 0 40px rgba(27, 224, 123, 0.6); }
}

.pulse-glow {
	animation: pulse-glow 2s ease-in-out infinite;
}

/* ============================================
   USER RANKS PAGE
   ============================================ */

.ur-current-badge {
    display: flex;
    align-items: center;
    gap: 10px;
    background: var(--color-8);
    border: 1px solid var(--color-3);
    border-radius: 12px;
    padding: 10px 16px;
}

.ur-current-badge > i {
    font-size: 24px;
    color: #03bd84;
}

.ur-cb-label {
    display: block;
    font-size: 10px;
    color: var(--color-5);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.ur-cb-val {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: var(--color-4);
}

.ur-cb-discount {
    font-size: 13px;
    font-weight: 700;
    color: #03bd84;
    background: rgba(3, 189, 132, 0.1);
    border: 1px solid rgba(3, 189, 132, 0.25);
    border-radius: 20px;
    padding: 3px 10px;
    white-space: nowrap;
}

.ur-card {
    background: var(--color-8);
    border: 1px solid var(--color-3);
    border-radius: 16px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform 0.2s, border-color 0.2s;
    margin-bottom: 8px;
}

[class*="col-"] .ur-card {
    margin-bottom: 0;
}

.ur-card:hover {
    transform: translateY(-3px);
}

.ur-card-active {
    border-color: #03bd84 !important;
    box-shadow: 0 0 0 1px #03bd84, 0 8px 32px rgba(3, 189, 132, 0.15);
}

.ur-card-header {
    padding: 18px 18px 14px;
    border-bottom: 1px solid var(--color-3);
}

.ur-level-num {
    font-size: 11px;
    font-weight: 600;
    color: var(--color-5);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 4px;
}

.ur-level-name {
    font-size: 18px;
    font-weight: 800;
    color: var(--color-4);
    margin-bottom: 4px;
}

.ur-level-from {
    font-size: 11px;
    color: var(--color-5);
    margin-bottom: 8px;
}

.ur-level-discount {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    border-radius: 20px;
    padding: 3px 10px;
    background: var(--color-3);
    color: var(--color-5);
}

.ur-benefits {
    list-style: none;
    padding: 14px 18px;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
}

.ur-benefit-yes,
.ur-benefit-no {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
}

.ur-benefit-yes {
    color: var(--color-4);
}

.ur-benefit-yes i {
    color: #03bd84;
    font-size: 15px;
    flex-shrink: 0;
}

.ur-benefit-no {
    color: var(--color-5);
    opacity: 0.5;
}

.ur-benefit-no i {
    color: var(--color-5);
    font-size: 15px;
    flex-shrink: 0;
}

.ur-current-tag {
    margin: 0 18px 14px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 11px;
    font-weight: 700;
    color: #03bd84;
    background: rgba(3, 189, 132, 0.1);
    border: 1px solid rgba(3, 189, 132, 0.3);
    border-radius: 20px;
    padding: 4px 12px;
}

/* Level accent colors */
.ur-bronze .ur-level-name { color: #cd7f32; }
.ur-bronze .ur-level-discount { background: rgba(205,127,50,0.12); color: #cd7f32; border: 1px solid rgba(205,127,50,0.3); }

.ur-prata .ur-level-name { color: #a8b0c0; }
.ur-prata .ur-level-discount { background: rgba(168,176,192,0.12); color: #a8b0c0; border: 1px solid rgba(168,176,192,0.3); }

.ur-ouro .ur-level-name { color: #f5c542; }
.ur-ouro .ur-level-discount { background: rgba(245,197,66,0.12); color: #f5c542; border: 1px solid rgba(245,197,66,0.3); }

.ur-platina .ur-level-name { color: #78c8e6; }
.ur-platina .ur-level-discount { background: rgba(120,200,230,0.12); color: #78c8e6; border: 1px solid rgba(120,200,230,0.3); }

.ur-diamante .ur-level-name { color: #a78bfa; }
.ur-diamante .ur-level-discount { background: rgba(167,139,250,0.12); color: #a78bfa; border: 1px solid rgba(167,139,250,0.3); }

.ur-supremo .ur-level-name { color: #03bd84; }
.ur-supremo .ur-level-discount { background: rgba(3,189,132,0.12); color: #03bd84; border: 1px solid rgba(3,189,132,0.3); }
.ur-supremo { border-color: rgba(3,189,132,0.3); }

.ur-imperador .ur-level-name { color: #f97316; }
.ur-imperador .ur-level-discount { background: rgba(249,115,22,0.12); color: #f97316; border: 1px solid rgba(249,115,22,0.3); }
.ur-imperador { border-color: rgba(249,115,22,0.2); }

.blog-list-header {
    display: flex;
    align-items: center;
}

.blog-list-title {
    font-size: 22px;
    font-weight: 700;
    color: var(--color-4);
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
}

.blog-list-title i {
    color: var(--color-7);
}

.blog-empty {
    text-align: center;
    padding: 60px 20px;
    color: var(--color-5);
}

.blog-empty i {
    font-size: 48px;
    display: block;
    margin-bottom: 12px;
    opacity: 0.4;
}

.blog-empty p {
    font-size: 15px;
    margin: 0;
}


.blog-content {
    font-size: 15px;
    line-height: 1.8;
    color: var(--color-4);
}

.blog-content h1,
.blog-content h2,
.blog-content h3 {
    color: var(--color-4);
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
}

.blog-content a {
    color: var(--color-7);
}

.blog-content img {
    max-width: 100%;
    border-radius: 10px;
    margin: 12px 0;
}

.ur-public-wrap {
    max-width: 1400px;
    margin: 80px auto 40px;
    padding: 0 20px;
}

.ur-warning-banner {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    background: rgba(239, 68, 68, 0.1);
    border: 1px solid rgba(239, 68, 68, 0.4);
    border-left: 4px solid #ef4444;
    border-radius: 12px;
    padding: 14px 18px;
    color: #fca5a5;
    font-size: 14px;
    line-height: 1.5;
}

.ur-warning-banner i {
    font-size: 22px;
    color: #ef4444;
    flex-shrink: 0;
    margin-top: 1px;
}

.ur-warning-banner strong {
    color: #ef4444;
    display: block;
    margin-bottom: 2px;
    font-size: 14px;
}

/* ── Affiliates Page ── */
.aff-hero-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 14px;
    background: linear-gradient(135deg, rgba(3,189,132,0.12) 0%, rgba(59,130,246,0.08) 100%);
    border: 1px solid rgba(3,189,132,0.25);
    border-radius: 14px;
    padding: 20px 24px;
}
.aff-hero-left {
    display: flex;
    align-items: center;
    gap: 16px;
}
.aff-hero-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: rgba(3,189,132,0.15);
    color: #03bd84;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    flex-shrink: 0;
}
.aff-hero-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--color-4, #fff);
}
.aff-hero-sub {
    font-size: 13px;
    color: var(--color-5, #8892a4);
    margin-top: 2px;
}
.aff-hero-badges {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.aff-hero-badge {
    display: flex;
    align-items: center;
    gap: 6px;
    background: rgba(3,189,132,0.12);
    color: #03bd84;
    border: 1px solid rgba(3,189,132,0.3);
    border-radius: 20px;
    padding: 6px 14px;
    font-size: 13px;
    font-weight: 600;
}
.aff-hero-badge-2 {
    background: rgba(245,197,66,0.1);
    color: #f5c542;
    border-color: rgba(245,197,66,0.3);
}
.aff-link-wrap {
    display: flex;
    gap: 10px;
    align-items: center;
}
.aff-link-input {
    flex: 1;
    font-size: 13px;
    cursor: text;
}
.aff-copy-btn {
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 6px;
}
.aff-share-row {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.aff-share-label {
    font-size: 12px;
    color: var(--color-5, #8892a4);
}
.aff-share-btn {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    text-decoration: none;
    transition: transform 0.15s;
}
.aff-share-btn:hover { transform: scale(1.1); }
.aff-share-wa { background: rgba(34,197,94,0.15); color: #22c55e; }
.aff-share-tg { background: rgba(56,189,248,0.15); color: #38bdf8; }
.aff-share-tw { background: rgba(255,255,255,0.08); color: var(--color-4,#fff); }
.aff-stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}
.aff-stat-card {
    background: var(--card-bg, rgba(255,255,255,0.03));
    border: 1px solid var(--border-color, rgba(255,255,255,0.08));
    border-radius: 12px;
    padding: 18px 16px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    transition: border-color 0.2s;
}
.aff-stat-card:hover { border-color: rgba(3,189,132,0.3); }
.aff-stat-highlight {
    border-color: rgba(3,189,132,0.2);
    background: rgba(3,189,132,0.04);
}
.aff-stat-icon {
    width: 38px;
    height: 38px;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}
.aff-si-1 { background: rgba(59,130,246,0.12); color: #3b82f6; }
.aff-si-2 { background: rgba(3,189,132,0.12); color: #03bd84; }
.aff-si-3 { background: rgba(167,139,250,0.12); color: #a78bfa; }
.aff-si-4 { background: rgba(245,197,66,0.12); color: #f5c542; }
.aff-si-5 { background: rgba(3,189,132,0.15); color: #03bd84; }
.aff-si-6 { background: rgba(3,189,132,0.15); color: #03bd84; }
.aff-stat-val {
    font-size: 20px;
    font-weight: 700;
    color: var(--color-4, #fff);
}
.aff-stat-lbl {
    font-size: 12px;
    color: var(--color-5, #8892a4);
}
.aff-payout-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.aff-steps {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.aff-step {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}
.aff-step-num {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(3,189,132,0.15);
    color: #03bd84;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.aff-step-title {
    font-size: 14px;
    font-weight: 600;
    color: var(--color-4, #fff);
    margin-bottom: 3px;
}
.aff-step-desc {
    font-size: 13px;
    color: var(--color-5, #8892a4);
}
.aff-table-wrap { overflow-x: auto; }
.aff-table { margin-bottom: 0; }
.aff-status-badge {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    background: rgba(3,189,132,0.12);
    color: #03bd84;
}
@media (max-width: 767px) {
    .aff-stats-grid { grid-template-columns: repeat(2, 1fr); }
    .aff-hero-banner { flex-direction: column; align-items: flex-start; }
    .aff-link-wrap { flex-direction: column; }
    .aff-link-input { width: 100%; }
    .aff-copy-btn { width: 100%; justify-content: center; }
}

/* ── Child Panel Pages ── */
.cp-hero-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 14px;
    background: linear-gradient(135deg, rgba(59,130,246,0.1) 0%, rgba(167,139,250,0.07) 100%);
    border: 1px solid rgba(59,130,246,0.2);
    border-radius: 14px;
    padding: 20px 24px;
}
.cp-hero-left {
    display: flex;
    align-items: center;
    gap: 16px;
}
.cp-hero-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: rgba(59,130,246,0.15);
    color: #3b82f6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    flex-shrink: 0;
}
.cp-hero-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--color-4, #fff);
}
.cp-hero-sub {
    font-size: 13px;
    color: var(--color-5, #8892a4);
    margin-top: 2px;
}
.cp-hero-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}
.cp-table-wrap { overflow-x: auto; }
.cp-table { margin-bottom: 0; }
.cp-status-badge {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    background: rgba(3,189,132,0.12);
    color: #03bd84;
}
.cp-empty-state {
    text-align: center;
    padding: 48px 24px;
    color: var(--color-5, #8892a4);
}
.cp-empty-state i {
    font-size: 48px;
    opacity: 0.3;
    display: block;
    margin-bottom: 12px;
}
.cp-empty-state a {
    color: var(--primary, #03bd84);
    font-weight: 600;
}
.cp-ns-list {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.cp-ns-item {
    font-size: 13px;
    color: var(--color-4, #fff);
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 8px;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    gap: 6px;
}
.cp-ns-item i { color: #3b82f6; }
.cp-benefit-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.cp-benefit {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 13px;
    color: var(--color-5, #8892a4);
}
.cp-benefit i {
    color: #03bd84;
    font-size: 16px;
    flex-shrink: 0;
    margin-top: 1px;
}
@media (max-width: 767px) {
    .cp-hero-banner { flex-direction: column; align-items: flex-start; }
    .cp-hero-btn { width: 100%; justify-content: center; }
}

/* ── Updates Page ── */
.upd-hero-banner {
    display: flex;
    align-items: center;
    gap: 16px;
    background: linear-gradient(135deg, rgba(245,197,66,0.1) 0%, rgba(3,189,132,0.07) 100%);
    border: 1px solid rgba(245,197,66,0.2);
    border-radius: 14px;
    padding: 20px 24px;
}
.upd-hero-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: rgba(245,197,66,0.15);
    color: #f5c542;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    flex-shrink: 0;
}
.upd-hero-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--color-4, #fff);
}
.upd-hero-sub {
    font-size: 13px;
    color: var(--color-5, #8892a4);
    margin-top: 2px;
}
.upd-toolbar {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}
.upd-search-form {
    flex: 1;
    max-width: 360px;
    min-width: 180px;
}
.upd-search-wrap {
    display: flex;
    align-items: center;
    background: var(--card-bg, rgba(255,255,255,0.04));
    border: 1px solid var(--border-color, rgba(255,255,255,0.08));
    border-radius: 10px;
    padding: 0 10px;
    height: 40px;
    gap: 8px;
}
.upd-search-wrap:focus-within {
    border-color: rgba(3,189,132,0.4);
}
.upd-search-icon {
    color: var(--color-5, #8892a4);
    font-size: 16px;
    flex-shrink: 0;
}
.upd-search-input {
    flex: 1;
    background: none;
    border: none;
    outline: none;
    color: var(--color-4, #fff);
    font-size: 13px;
    min-width: 0;
}
.upd-search-input::placeholder { color: var(--color-5, #8892a4); }
.upd-search-btn {
    background: none;
    border: none;
    outline: none;
    color: var(--color-5, #8892a4);
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    font-size: 15px;
    flex-shrink: 0;
}
.upd-search-btn:hover { color: var(--color-4, #fff); }
.upd-filter-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}
.upd-table-header {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    border-bottom: 1px solid var(--border-color, rgba(255,255,255,0.07));
    font-size: 12px;
    font-weight: 600;
    color: var(--color-5, #8892a4);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.upd-row {
    display: flex;
    align-items: center;
    padding: 14px 20px;
    border-bottom: 1px solid var(--border-color, rgba(255,255,255,0.05));
    gap: 12px;
    transition: background 0.15s;
}
.upd-row:last-child { border-bottom: none; }
.upd-row:hover { background: rgba(255,255,255,0.02); }
.upd-col-main { flex: 1; min-width: 0; }
.upd-col-date {
    width: 110px;
    flex-shrink: 0;
    font-size: 12px;
    color: var(--color-5, #8892a4);
    display: flex;
    align-items: center;
    gap: 4px;
}
.upd-col-btn {
    width: 80px;
    flex-shrink: 0;
    text-align: right;
}
.upd-service-id {
    font-size: 11px;
    color: var(--color-5, #8892a4);
    margin-bottom: 2px;
}
.upd-service-name {
    font-size: 13px;
    font-weight: 600;
    color: var(--color-4, #fff);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.upd-badge {
    display: inline-block;
    margin-top: 4px;
    padding: 2px 8px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
    background: rgba(245,197,66,0.12);
    color: #f5c542;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* Update type badge colors */
.upd-badge-up    { background: rgba(3,189,132,0.12);  color: #03bd84; }
.upd-badge-down  { background: rgba(239,68,68,0.12);   color: #ef4444; }
.upd-badge-new   { background: rgba(59,130,246,0.12);  color: #3b82f6; }
.upd-badge-del   { background: rgba(156,163,175,0.12); color: #9ca3af; }
.upd-badge-pause { background: rgba(245,197,66,0.12);  color: #f5c542; }
.upd-badge-other { background: rgba(167,139,250,0.12); color: #a78bfa; }
.upd-btn {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 11px;
    padding: 4px 10px !important;
}
.upd-empty {
    text-align: center;
    padding: 48px 24px;
    color: var(--color-5, #8892a4);
}
.upd-empty i {
    font-size: 40px;
    opacity: 0.3;
    display: block;
    margin-bottom: 10px;
}
@media (max-width: 767px) {
    .upd-table-header { display: none; }
    .upd-row { flex-wrap: wrap; padding: 12px 16px; }
    .upd-col-date { width: auto; font-size: 11px; }
    .upd-col-btn { width: auto; text-align: left; }
    .upd-hero-banner { padding: 16px; }
}
