@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500;600;700;800;900&display=swap";

body,
body.dark {
	--color-1: #0d1117;
	--color-2: #161b22;
	--color-3: #30363d;
	--color-4: #FFFFFF;
	--color-5: #8b98b8;
	--color-6: #4c0b7a;
	--color-7: #8013c2;
	--color-8: rgba(76, 11, 122, .15);
}

body.light {
	--color-1: #f2f2f2;
	--color-2: #ffffff;
	--color-3: #e0e0e0;
	--color-4: #303030;
	--color-5: #FFFFFF;
	--color-6: #4c0b7a;
	--color-7: #8013c2;
	--color-8: rgba(76, 11, 122, .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
}

.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
}

.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
}

.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
}

.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: 31px 15px
}

.gcard-body.gi-card {
	background: url(https://storage.perfectcdn.com/fpt4mf/pzeci6ac5tg45y3k.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: 15px
	}

	.gcard-2.gcard-shadow h2 {
		font-size: 12px !important
	}

	.gcard-2.gcard-shadow h3,
	.gc-balance {
		font-size: 18px !important
	}

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

.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: var(--color-2);
	border-radius: 15px
}

.modal-title {
	color: var(--color-4)
}

.modal-footer,
.modal-header {
	border-color: var(--color-1)
}

button.close span {
	color: #fff
}

.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-close-line,
.g-dash .g-dash-btn .ri-menu-line {
	position: absolute;
	left: 50%;
	top: 50%
}

.g-dash .g-dash-btn .ri-close-line {
	transform: scale(0) translate(-50%, -50%);
	transition: .2s ease
}

.g-dash .g-dash-btn .ri-menu-line {
	transition: .2s ease;
	transform: translate(-50%, -50%)
}

@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)
}

.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: center
	}

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

	.g-sitem .s-col-btn {
		flex: 1
	}

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

	.g-sitem .s-col::before {
		content: attr(data-title);
		display: block;
		padding-bottom: 6px;
		font-weight: 600;
		font-size: 13px
	}

	.g-sitem .s-col-fav {
		order: 100
	}

	.g-sitem .s-col-id {
		width: 100%;
		text-align: center
	}

	.g-sitem .s-title {
		width: 100%;
		text-align: center
	}

	.g-sitem .s-col-c {
		width: 30%;
		text-align: center
	}
}

.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://storage.perfectcdn.com/fpt4mf/6oxgwl5rnlbi99dk.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.5);
	backdrop-filter: blur(5px);
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2000;
	display: none;
	align-items: center;
	justify-content: center;
	box-shadow: 0 2px 5px #000
}

.modal-wrapper.active {
	display: flex
}

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

.modal-box {
	margin: auto 0;
	max-width: 350px;
	width: 100%;
	border-radius: 25px 25px 0 0;
	background-color: var(--color-1);
	backdrop-filter: blur(5px);
	text-align: left;
	position: absolute;
	right: 0;
	bottom: 0;
	height: 80%;
	max-height: 500px
}

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

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

.m-header {
	padding: 3px 30px;
	background-color: var(--color-3);
	background-size: cover;
	background-position: center;
	border-radius: 25px 25px 0 0;
	white-space: normal;
}

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

.m-body #serviceModalText {
	background: #00000050;
	border-radius: 15px;
	padding: 15px;
	font-size: 13px
}

.m-body .btn {
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	bottom: 0;
	border-radius: 0
}

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

.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);
}

.progress {
	height: 5px
}

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

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

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

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

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

.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)
}

.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: 30px 30px 0 0;
	padding: 24px 10px;
	max-height: calc(100vh - 90px);
	transition: 0.14s ease;
	transform: translateY(101%);
	opacity: 0.4;
	background: #161b22
}

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

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: var(--color-8);
	color: var(--color-6);
	outline: none;
	border: none;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.b-menu-close {
	height: 48px;
	width: 48px;
	border-radius: 24px;
	background-color: rgba(0, 43, 255, .15);
	color: #fff;
	outline: none;
	border: none;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 20px;
	z-index: 2000;
}


.head-right-btns {
	width: 100%;
	display: block;
	margin-bottom: 20px;
}


.header-btn {
	border-radius: 25px;
	display: inline-flex;
	align-items: center;
	gap: 14px;
	padding: 9px 9px 9px 30px;
	overflow: hidden;
	background-color: var(--color-6);
	color: #fff !important;
	text-decoration: none;
	transition: 0.14s ease;
}

.header-btn:hover {
	color: #fff !important;
}

.header-btn.without-icon,
.header-btn.without-icon:hover,
.header-btn.without-icon:focus {
	border: 1px solid var(--color-4) !important
}

.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: 10px;
	padding: 10px 0 20px 0;
}


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

.nmenu .nmenu-item .nmenu-link {
	font-weight: 600;
	font-size: 23px;
	line-height: 125%;
	color: #fff !important;
	opacity: 0.8;
	padding: 7px 20px;
	transition: 0.14s ease;
	text-decoration: none;
	display: inline-block;
	text-align: left;
}


.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: 0.7;
}

.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 .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: transparent;
	border: none;
	outline: 0;
	position: absolute;
	right: 10px;
	top: 10px;
	color: var(--color-3)
}

.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, #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;
}


@-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: 0;
		width: 100%;
		transform: none;
		overflow: inherit;
		opacity: 1 !important;
	}

	.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: 34px 20px;
		display: block;
		font-size: 16px;
	}

	.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: #161b22
}

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

.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: #161b22;
	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, #8013c2 0.77%, #b81ff5 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%, #8013c2 99.77%);
	border-radius: 10px;
	transform: rotateZ(-1deg);
	border: 1px solid #8013c2;
	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, #8013c2 0.77%, #b81ff5 99.77%);
	border-radius: 10px;
	transform: rotateZ(1deg);
	border: 1px solid #8013c2;
	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: #161b22;
	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: #161b22;
	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: cover;
	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
}

.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://storage.perfectcdn.com/fpt4mf/dodo5krmdrj8lgg0.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;
}


.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
  }
}

.link a {
    font-size: 12px;
    line-height: 18px;
    color: #72879d;
}

/* ========================================
   Mobil Alt Navigasyon
   ======================================== */
.mobile-bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--color-2);
    border-top: 1px solid var(--color-3);
    display: none;
    z-index: 1000;
    padding: 8px 0;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}

.mobile-bottom-nav-inner {
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 100%;
    margin: 0 auto;
}

.mobile-nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    color: var(--color-4);
    text-decoration: none;
    transition: all 0.3s ease;
    flex: 1;
    position: relative;
}

.mobile-nav-item i {
    font-size: 22px;
    margin-bottom: 4px;
    transition: all 0.3s ease;
}

.mobile-nav-item span {
    font-size: 11px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.mobile-nav-item.active {
    color: var(--color-6);
}

.mobile-nav-item.active i {
    color: var(--color-7);
    transform: scale(1.1);
}

.mobile-nav-item:hover {
    color: var(--color-7);
}

/* Mobil cihazlarda giriş yapmış kullanıcılar için göster */
@media (max-width: 768px) {
    body#appDashboard .mobile-bottom-nav {
        display: block;
    }

    /* Alt navigasyonla üst üste binmeyi önlemek için içeriğe padding ekle */
    body#appDashboard .g-dash-content {
        padding-bottom: 80px;
    }
}


/* ============================================================
   SMMXY Üye Rütbe Sistemi
   ============================================================ */

/* Tier renk paleti — temanın mor aksanı ile uyumlu, her tier kendi karakterinde */
:root {
	--rank-bronz-1: #c08457;
	--rank-bronz-2: #8a5a35;
	--rank-gumus-1: #c8d2dc;
	--rank-gumus-2: #8a96a3;
	--rank-altin-1: #f7c948;
	--rank-altin-2: #c79410;
	--rank-elmas-1: #59c8e6;
	--rank-elmas-2: #2487a3;
	--rank-platin-1: #c084fc;
	--rank-platin-2: #8013c2;
}

/* Sidebar küçük rozet */
.rank-badge {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 2px 8px;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.4;
	background: var(--color-8);
	color: var(--color-4);
	border: 1px solid var(--color-3);
}
.rank-badge i { font-size: 13px; line-height: 1; }
.rank-badge.rank-bronz  { color: var(--rank-bronz-1);  border-color: rgba(192,132,87,.35); background: rgba(192,132,87,.10); }
.rank-badge.rank-gumus  { color: var(--rank-gumus-1);  border-color: rgba(200,210,220,.35); background: rgba(200,210,220,.10); }
.rank-badge.rank-altin  { color: var(--rank-altin-1);  border-color: rgba(247,201,72,.35); background: rgba(247,201,72,.10); }
.rank-badge.rank-elmas  { color: var(--rank-elmas-1);  border-color: rgba(89,200,230,.35); background: rgba(89,200,230,.10); }
.rank-badge.rank-platin { color: var(--rank-platin-1); border-color: rgba(192,132,252,.40); background: rgba(128,19,194,.12); }

/* Üst progress kart */
.ranks-progress-card {
	background: var(--color-2);
	border: 1px solid var(--color-3);
	border-radius: 14px;
	overflow: hidden;
	position: relative;
}
.ranks-progress-card::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(120% 80% at 100% 0%, rgba(128,19,194,.18) 0%, transparent 60%);
	pointer-events: none;
}
.ranks-current-emblem {
	width: 88px;
	height: 88px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, var(--rank-bronz-1), var(--rank-bronz-2));
	color: #fff;
	font-size: 38px;
	box-shadow: 0 8px 24px rgba(0,0,0,.25), inset 0 0 0 4px rgba(255,255,255,.08);
	transition: transform .25s ease;
}
.ranks-current-emblem:hover { transform: scale(1.04); }
.ranks-current-emblem.rank-bronz  { background: linear-gradient(135deg, var(--rank-bronz-1), var(--rank-bronz-2)); }
.ranks-current-emblem.rank-gumus  { background: linear-gradient(135deg, var(--rank-gumus-1), var(--rank-gumus-2)); }
.ranks-current-emblem.rank-altin  { background: linear-gradient(135deg, var(--rank-altin-1), var(--rank-altin-2)); }
.ranks-current-emblem.rank-elmas  { background: linear-gradient(135deg, var(--rank-elmas-1), var(--rank-elmas-2)); }
.ranks-current-emblem.rank-platin { background: linear-gradient(135deg, var(--rank-platin-1), var(--rank-platin-2)); }

.ranks-current-label small,
.ranks-muted { color: var(--color-5); font-size: 11px; text-transform: uppercase; letter-spacing: .5px; }
.ranks-current-name { font-size: 16px; font-weight: 700; color: var(--color-4); }
.ranks-spent { font-size: 22px; font-weight: 700; color: var(--color-4); }
.ranks-next-name { font-size: 14px; font-weight: 600; color: var(--color-4); }

.ranks-progress {
	height: 10px;
	border-radius: 999px;
	background: var(--color-1);
	border: 1px solid var(--color-3);
	overflow: hidden;
	position: relative;
}
.ranks-progress-bar {
	height: 100%;
	background: linear-gradient(90deg, var(--color-6), var(--color-7));
	border-radius: 999px;
	transition: width .8s cubic-bezier(.2,.8,.2,1);
	box-shadow: 0 0 12px rgba(128,19,194,.6);
}

/* Tier kart grid */
.ranks-grid { margin-top: 0; }
.ranks-col { display: flex; }
.ranks-tier {
	position: relative;
	width: 100%;
	background: var(--color-2);
	border: 1px solid var(--color-3);
	border-radius: 14px;
	padding: 22px 16px 18px;
	text-align: center;
	display: flex;
	flex-direction: column;
	transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
	overflow: hidden;
}
.ranks-tier::before {
	content: "";
	position: absolute;
	top: 0; left: 0; right: 0;
	height: 4px;
	background: var(--color-3);
}
.ranks-tier.rank-bronz::before  { background: linear-gradient(90deg, var(--rank-bronz-1), var(--rank-bronz-2)); }
.ranks-tier.rank-gumus::before  { background: linear-gradient(90deg, var(--rank-gumus-1), var(--rank-gumus-2)); }
.ranks-tier.rank-altin::before  { background: linear-gradient(90deg, var(--rank-altin-1), var(--rank-altin-2)); }
.ranks-tier.rank-elmas::before  { background: linear-gradient(90deg, var(--rank-elmas-1), var(--rank-elmas-2)); }
.ranks-tier.rank-platin::before { background: linear-gradient(90deg, var(--rank-platin-1), var(--rank-platin-2)); }

.ranks-tier:hover {
	transform: translateY(-4px);
	border-color: var(--color-7);
	box-shadow: 0 12px 30px rgba(0,0,0,.25);
}

.ranks-tier-icon {
	width: 64px;
	height: 64px;
	margin: 6px auto 10px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 28px;
	color: #fff;
	background: var(--color-3);
	box-shadow: inset 0 0 0 3px rgba(255,255,255,.06);
}
.rank-bronz  .ranks-tier-icon { background: linear-gradient(135deg, var(--rank-bronz-1), var(--rank-bronz-2)); }
.rank-gumus  .ranks-tier-icon { background: linear-gradient(135deg, var(--rank-gumus-1), var(--rank-gumus-2)); }
.rank-altin  .ranks-tier-icon { background: linear-gradient(135deg, var(--rank-altin-1), var(--rank-altin-2)); }
.rank-elmas  .ranks-tier-icon { background: linear-gradient(135deg, var(--rank-elmas-1), var(--rank-elmas-2)); }
.rank-platin .ranks-tier-icon { background: linear-gradient(135deg, var(--rank-platin-1), var(--rank-platin-2)); }

.ranks-tier-name {
	font-size: 18px;
	font-weight: 700;
	color: var(--color-4);
	letter-spacing: .3px;
}
.ranks-tier-threshold {
	font-size: 12px;
	color: var(--color-5);
	margin-top: 4px;
	margin-bottom: 14px;
}

.ranks-tier-perks {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: left;
	border-top: 1px dashed var(--color-3);
	padding-top: 12px;
}
.ranks-tier-perks li {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 12.5px;
	color: var(--color-4);
	padding: 6px 2px;
}
.ranks-tier-perks li i {
	flex: 0 0 22px;
	width: 22px;
	height: 22px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
	font-size: 13px;
	background: var(--color-8);
	color: var(--color-7);
}
.ranks-tier-perks li.no {
	color: var(--color-5);
	opacity: .55;
}
.ranks-tier-perks li.no i {
	background: var(--color-1);
	color: var(--color-5);
}
.ranks-tier-perks li.ok i {
	background: rgba(128,19,194,.18);
	color: var(--color-7);
}

/* "Şu anda buradasınız" rozet — sadece aktif kartta görünür */
.ranks-tier-here {
	position: absolute;
	top: 12px;
	right: 12px;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .4px;
	text-transform: uppercase;
	padding: 4px 8px;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--color-6), var(--color-7));
	color: #fff;
	box-shadow: 0 4px 12px rgba(128,19,194,.45);
	opacity: 0;
	transform: translateY(-6px);
	transition: opacity .25s ease, transform .25s ease;
	pointer-events: none;
}
.ranks-col.is-current .ranks-tier-here {
	opacity: 1;
	transform: translateY(0);
}
.ranks-col.is-current .ranks-tier {
	border-color: var(--color-7);
	box-shadow: 0 0 0 1px var(--color-7), 0 12px 30px rgba(128,19,194,.25);
	transform: translateY(-2px);
}

/* Light tema ince ayarları */
body.light .ranks-progress { background: #f7f7f9; }
body.light .ranks-tier-perks li i { background: rgba(128,19,194,.10); }
body.light .ranks-tier { box-shadow: 0 2px 8px rgba(20,20,40,.04); }

/* Light modda --color-5 beyaz olduğu için "muted text" alanları okunaklı renge çevrilir */
body.light .ranks-current-label small,
body.light .ranks-muted,
body.light .ranks-tier-threshold {
	color: #6b7280;
}
body.light .ranks-tier-perks li.no {
	color: #9ca3af;
	opacity: 1;
}
body.light .ranks-tier-perks li.no i {
	background: #eef0f3;
	color: #9ca3af;
}
body.light .ranks-progress-card::before {
	background: radial-gradient(120% 80% at 100% 0%, rgba(128,19,194,.10) 0%, transparent 60%);
}

/* Mobil */
@media (max-width: 991px) {
	.ranks-tier { padding: 18px 14px 14px; }
	.ranks-tier-icon { width: 56px; height: 56px; font-size: 24px; }
	.ranks-tier-name { font-size: 16px; }
	.ranks-current-emblem { width: 72px; height: 72px; font-size: 32px; }
}

/* Dashboard üst özet kartları — mobilde 2 sütun sıkışmasın */
@media (max-width: 575.98px) {
	.gcard-2 .gcardc { padding: 14px 12px; }
	.gcard-2 h2 { font-size: 12px; margin-bottom: 6px; }
	.gcard-2 h3 { font-size: 18px; margin-bottom: 0; }
	.gcard-2.gcard-shadow .gny-circle {
		width: 38px;
		height: 38px;
		font-size: 16px;
		border-width: 2px;
	}
}
@media (max-width: 359.98px) {
	.gcard-2.gcard-shadow .gny-circle { display: none; }
}

/* ============================================================
   SMMXY WhatsApp Kanal CTA Kartı (mor tema, sade)
   ============================================================ */

.wa-channel-card {
	position: relative;
	display: block;
	border-radius: 18px;
	background: var(--color-2);
	border: 1px solid var(--color-3);
	color: var(--color-4);
	text-decoration: none;
	transition: border-color .2s ease, transform .2s ease;
}
.wa-channel-card:hover {
	color: var(--color-4);
	text-decoration: none;
	border-color: var(--color-7);
	transform: translateY(-2px);
}

.wa-channel-inner {
	padding: 22px 22px 20px;
}

.wa-channel-head {
	display: flex;
	align-items: center;
	margin-bottom: 14px;
}

.wa-channel-logo {
	width: 56px;
	height: 56px;
	border-radius: 16px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, var(--color-7), var(--color-6));
	color: #fff;
	font-size: 30px;
}

.wa-channel-title {
	font-size: 18px;
	font-weight: 800;
	line-height: 1.25;
	color: var(--color-4);
	display: flex;
	align-items: center;
	gap: 6px;
	flex-wrap: wrap;
}
.wa-channel-verified {
	color: #1d9bf0;
	font-size: 18px;
}
.wa-channel-handle {
	font-size: 12px;
	color: var(--color-5);
	margin-top: 2px;
	margin-bottom: 14px;
}

.wa-channel-text {
	font-size: 13.5px;
	line-height: 1.55;
	color: var(--color-4);
	opacity: .85;
	margin-bottom: 16px;
}
.wa-channel-text b { color: var(--color-7); opacity: 1; font-weight: 700; }

.wa-channel-features {
	list-style: none;
	padding: 0;
	margin: 0 0 18px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px 12px;
}
.wa-channel-features li {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 12.5px;
	color: var(--color-4);
}
.wa-channel-features li i {
	flex: 0 0 22px;
	width: 22px;
	height: 22px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
	background: var(--color-8);
	color: var(--color-7);
	font-size: 13px;
}

.wa-channel-cta {
	display: flex;
	flex-direction: column;
}
.wa-channel-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 12px 18px;
	border-radius: 12px;
	background: linear-gradient(135deg, var(--color-7), var(--color-6));
	color: #fff !important;
	font-weight: 700;
	font-size: 14.5px;
	letter-spacing: .2px;
}
.wa-channel-arrow {
	transition: transform .2s ease;
}
.wa-channel-card:hover .wa-channel-arrow {
	transform: translateX(3px);
}

/* Mobil ince ayar */
@media (max-width: 575.98px) {
	.wa-channel-inner { padding: 18px 16px 16px; }
	.wa-channel-logo { width: 48px; height: 48px; font-size: 24px; border-radius: 14px; }
	.wa-channel-title { font-size: 16px; }
	.wa-channel-features { grid-template-columns: 1fr; }
}

/* ============================================================
   SMMXY Destek Talepleri — görsel iyileştirmeler
   ============================================================ */

/* Ticket kartı hover + temel düzen */
.tickets {
	border: 1px solid transparent;
	padding: 14px 16px;
	transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.tickets:hover {
	transform: translateY(-2px);
	border-color: var(--color-7);
}
.tickets.new {
	border-color: rgba(128,19,194,.35);
}

/* Status pill'leri — sade renk yerine arka planlı rozet */
.g-ticket-status {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 3px 10px;
	border-radius: 999px;
	font-size: 11px !important;
	font-weight: 700;
	letter-spacing: .2px;
	line-height: 1.4;
	border: 1px solid transparent;
}
.g-ticket-status::before {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: currentColor;
}
.g-ticket-status.completed {
	color: #1aa97a;
	background: rgba(26, 169, 122, .12);
	border-color: rgba(26, 169, 122, .35);
}
.g-ticket-status.pending {
	color: #d99100;
	background: rgba(251, 188, 5, .12);
	border-color: rgba(251, 188, 5, .35);
}
.g-ticket-status.closed {
	color: #b9b9b9;
	background: rgba(180, 180, 180, .12);
	border-color: rgba(180, 180, 180, .30);
}

/* "YENİ CEVAP" rozeti — yanıtlanmış okunmamış ticketlar için */
.ticket-new-badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 3px 9px;
	border-radius: 999px;
	font-size: 10px !important;
	font-weight: 800;
	letter-spacing: .5px;
	color: #fff !important;
	background: linear-gradient(135deg, var(--color-7), var(--color-6));
	box-shadow: 0 4px 12px rgba(128, 19, 194, .35);
	margin-bottom: 6px;
}
.ticket-new-dot {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 0 0 0 rgba(255, 255, 255, .85);
	animation: ticketNewPulse 1.6s ease-out infinite;
}
@keyframes ticketNewPulse {
	0%   { box-shadow: 0 0 0 0 rgba(255, 255, 255, .8); }
	70%  { box-shadow: 0 0 0 6px rgba(255, 255, 255, 0); }
	100% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); }
}

/* Empty state */
.ticket-empty {
	text-align: center;
	padding: 40px 24px;
}
.ticket-empty-icon {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	margin: 0 auto 16px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 36px;
	color: var(--color-7);
	background: var(--color-8);
	border: 1px solid var(--color-3);
}
.ticket-empty-title {
	font-size: 16px;
	font-weight: 700;
	color: var(--color-4);
	margin-bottom: 8px;
}
.ticket-empty-text {
	font-size: 13px;
	color: var(--color-5);
	max-width: 320px;
	margin: 0 auto;
	line-height: 1.5;
}
body.light .ticket-empty-text { color: #6b7280; }

/* Konu select — temaya uyumlu özel ok ve odak */
#konuTopic.form-control {
	background-color: var(--color-1);
	border: 1px solid var(--color-3);
	color: var(--color-4);
	height: 46px;
	border-radius: 10px;
	padding: 0 36px 0 14px;
	font-size: 14px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: linear-gradient(45deg, transparent 50%, var(--color-5) 50%),
	                  linear-gradient(135deg, var(--color-5) 50%, transparent 50%);
	background-position: calc(100% - 18px) 50%, calc(100% - 13px) 50%;
	background-size: 5px 5px, 5px 5px;
	background-repeat: no-repeat;
}
#konuTopic.form-control:focus {
	border-color: var(--color-7);
	box-shadow: 0 0 0 3px var(--color-8);
	outline: none;
}
body.light #konuTopic.form-control {
	background-image: linear-gradient(45deg, transparent 50%, #6b7280 50%),
	                  linear-gradient(135deg, #6b7280 50%, transparent 50%);
}

/* Sipariş numarası yanındaki yardım metni */
.ticket-helper {
	display: inline;
	font-size: 11px;
	font-weight: 400;
	color: var(--color-5);
	margin-left: 4px;
}
body.light .ticket-helper { color: #6b7280; }

/* ============================================================
   SMMXY Destek Talebi Görüntüleme (viewticket)
   ============================================================ */

.vt-chat-card { overflow: hidden; }

/* Üst başlık */
.vt-chat-header {
	padding: 18px 22px;
	border-bottom: 1px solid var(--color-3);
}
.vt-chat-header-row {
	display: flex;
	align-items: flex-start;
	gap: 14px;
}
.vt-chat-head-icon {
	width: 44px;
	height: 44px;
	border-radius: 12px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	color: var(--color-7);
	background: var(--color-8);
	border: 1px solid var(--color-3);
	flex-shrink: 0;
}
.vt-chat-head-text { flex: 1; min-width: 0; }
.vt-chat-title-row {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
	margin-bottom: 6px;
}
.vt-chat-title {
	font-size: 17px;
	font-weight: 700;
	color: var(--color-4);
	margin: 0;
	line-height: 1.3;
}
.vt-chat-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	font-size: 12px;
	color: var(--color-5);
}
.vt-chat-meta span {
	display: inline-flex;
	align-items: center;
	gap: 4px;
}
.vt-chat-meta i { font-size: 13px; }
body.light .vt-chat-meta { color: #6b7280; }

/* Sohbet alanı */
.vt-chat-body { padding: 0; }
.vt-chat-area {
	padding: 22px 22px 10px;
	max-height: 60vh;
	min-height: 280px;
	overflow-y: auto;
}
.vt-chat-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 18px;
}

/* Mesaj satırı */
.vt-msg {
	display: flex;
	gap: 10px;
	max-width: 100%;
}
.vt-msg-user {
	flex-direction: row-reverse;
	align-self: flex-end;
}
.vt-msg-support {
	align-self: flex-start;
}

/* Avatar */
.vt-msg-avatar {
	flex: 0 0 40px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: var(--color-1);
	color: var(--color-7);
	font-size: 16px;
	font-weight: 700;
	border: 1px solid var(--color-3);
	position: relative;
}
.vt-msg-avatar-support {
	background: linear-gradient(135deg, var(--color-7), var(--color-6));
	color: #fff;
	border-color: transparent;
}
.vt-msg-verified {
	position: absolute;
	right: -3px;
	bottom: -3px;
	background: #1d9bf0;
	color: #fff;
	border: 2px solid var(--color-2);
	width: 16px;
	height: 16px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
	line-height: 1;
}

/* Balon */
.vt-msg-bubble-wrap {
	display: flex;
	flex-direction: column;
	max-width: 75%;
	min-width: 0;
}
.vt-msg-user .vt-msg-bubble-wrap { align-items: flex-end; }
.vt-msg-support .vt-msg-bubble-wrap { align-items: flex-start; }

.vt-msg-bubble {
	position: relative;
	padding: 10px 14px;
	border-radius: 14px;
	font-size: 14px;
	line-height: 1.55;
	color: var(--color-4);
	word-wrap: break-word;
	overflow-wrap: break-word;
}
.vt-msg-bubble-user {
	background: linear-gradient(135deg, var(--color-7), var(--color-6));
	color: #fff;
	border-bottom-right-radius: 4px;
}
.vt-msg-bubble-support {
	background: var(--color-1);
	border: 1px solid var(--color-3);
	border-bottom-left-radius: 4px;
}
.vt-msg-bubble-user::after {
	content: "";
	position: absolute;
	right: -6px;
	bottom: 4px;
	width: 0; height: 0;
	border-top: 8px solid transparent;
	border-left: 10px solid var(--color-6);
	border-bottom: 0 solid transparent;
}
.vt-msg-bubble-support::after {
	content: "";
	position: absolute;
	left: -7px;
	bottom: 4px;
	width: 0; height: 0;
	border-top: 8px solid transparent;
	border-right: 10px solid var(--color-3);
	border-bottom: 0 solid transparent;
}
body.light .vt-msg-bubble-support { background: #f7f7f9; }

/* Metin içindeki link */
.vt-msg-link {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 2px;
	word-break: break-all;
}
.vt-msg-bubble-user .vt-msg-link { color: #fff; }
.vt-msg-link:hover { opacity: .85; }

/* Mesaj altı meta */
.vt-msg-meta {
	margin-top: 4px;
	font-size: 11px;
	color: var(--color-5);
	display: flex;
	align-items: center;
	gap: 4px;
}
.vt-msg-dot { opacity: .6; }
body.light .vt-msg-meta { color: #6b7280; }
.vt-msg-author { font-weight: 600; }

/* Tek mesaj sonrası bekleme bilgisi */
.vt-waiting {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 18px;
	padding: 12px 16px;
	background: var(--color-1);
	border: 1px dashed var(--color-3);
	border-radius: 12px;
}
.vt-waiting-dots {
	display: inline-flex;
	gap: 4px;
}
.vt-waiting-dots span {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--color-7);
	animation: vtDot 1.2s ease-in-out infinite;
}
.vt-waiting-dots span:nth-child(2) { animation-delay: .2s; }
.vt-waiting-dots span:nth-child(3) { animation-delay: .4s; }
@keyframes vtDot {
	0%, 80%, 100% { opacity: .25; transform: translateY(0); }
	40% { opacity: 1; transform: translateY(-3px); }
}
.vt-waiting-text { font-size: 13px; color: var(--color-5); }
body.light .vt-waiting-text { color: #6b7280; }

/* Empty state */
.vt-empty { text-align: center; padding: 40px 20px; }
.vt-empty-icon {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	margin: 0 auto 14px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	color: var(--color-7);
	background: var(--color-8);
	border: 1px solid var(--color-3);
}
.vt-empty-title {
	font-size: 15px;
	font-weight: 700;
	color: var(--color-4);
	margin-bottom: 4px;
}
.vt-empty-text {
	font-size: 12.5px;
	color: var(--color-5);
	margin: 0;
}
body.light .vt-empty-text { color: #6b7280; }

/* Mesaj gönderme barı */
.vt-chat-input {
	padding: 14px 22px 18px;
	border-top: 1px solid var(--color-3);
}
.vt-chat-input-row {
	display: flex;
	gap: 8px;
}
.vt-chat-input-field {
	flex: 1;
	background-color: var(--color-1);
	border: 1px solid var(--color-3);
	color: var(--color-4);
	height: 46px;
	border-radius: 12px;
	padding: 0 16px;
	font-size: 14px;
}
.vt-chat-input-field:focus {
	border-color: var(--color-7);
	box-shadow: 0 0 0 3px var(--color-8);
	outline: none;
}
.vt-chat-send {
	flex-shrink: 0;
	height: 46px;
	padding: 0 16px;
	border-radius: 12px;
	border: none;
	background: linear-gradient(135deg, var(--color-7), var(--color-6));
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	cursor: pointer;
	transition: filter .2s ease;
}
.vt-chat-send:hover { filter: brightness(1.1); }
.vt-chat-send i { font-size: 18px; }

/* Kapatıldı yumuşak bildirim */
.vt-closed-notice {
	margin: 14px 22px 18px;
	padding: 14px 16px;
	display: flex;
	align-items: center;
	gap: 14px;
	background: var(--color-1);
	border: 1px solid var(--color-3);
	border-radius: 12px;
}
.vt-closed-icon {
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	border-radius: 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	color: var(--color-5);
	background: var(--color-8);
}
.vt-closed-content { flex: 1; min-width: 0; }
.vt-closed-title {
	font-size: 14px;
	font-weight: 700;
	color: var(--color-4);
}
.vt-closed-text {
	font-size: 12.5px;
	color: var(--color-5);
}
body.light .vt-closed-text { color: #6b7280; }
.vt-closed-btn {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	gap: 5px;
	padding: 9px 14px;
	border-radius: 10px;
	background: linear-gradient(135deg, var(--color-7), var(--color-6));
	color: #fff !important;
	font-weight: 700;
	font-size: 13px;
	text-decoration: none;
}
.vt-closed-btn:hover { filter: brightness(1.1); color: #fff !important; text-decoration: none; }

/* Sağ panel */
.vt-side-status {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 4px 0 14px;
	margin-bottom: 8px;
	border-bottom: 1px solid var(--color-3);
}
.vt-side-status-label {
	font-size: 13px;
	font-weight: 600;
	color: var(--color-4);
}

/* WhatsApp acil banner */
.vt-wa-banner {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px 14px;
	margin-top: 16px;
	border-radius: 12px;
	background: var(--color-1);
	border: 1px solid var(--color-3);
	color: var(--color-4);
	text-decoration: none;
	transition: border-color .2s ease, transform .2s ease;
}
.vt-wa-banner:hover {
	color: var(--color-4);
	text-decoration: none;
	border-color: #25d366;
	transform: translateY(-1px);
}
.vt-wa-banner-icon {
	width: 38px;
	height: 38px;
	border-radius: 10px;
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	background: linear-gradient(135deg, #25d366, #128c7e);
	color: #fff;
}
.vt-wa-banner-body { flex: 1; min-width: 0; }
.vt-wa-banner-title {
	font-size: 13px;
	font-weight: 700;
	color: var(--color-4);
	line-height: 1.2;
}
.vt-wa-banner-text {
	font-size: 11.5px;
	color: var(--color-5);
}
body.light .vt-wa-banner-text { color: #6b7280; }
.vt-wa-banner-arrow {
	color: var(--color-5);
	font-size: 18px;
	transition: transform .2s ease;
}
.vt-wa-banner:hover .vt-wa-banner-arrow { transform: translateX(2px); }

/* Mobil ince ayarlar */
@media (max-width: 575.98px) {
	.vt-chat-header { padding: 14px 16px; }
	.vt-chat-area { padding: 16px 14px 8px; max-height: 70vh; }
	.vt-chat-input { padding: 12px 14px 14px; }
	.vt-chat-title { font-size: 15px; }
	.vt-msg-bubble-wrap { max-width: 82%; }
	.vt-msg-avatar { flex: 0 0 32px; width: 32px; height: 32px; font-size: 13px; }
	.vt-closed-notice { flex-wrap: wrap; }
	.vt-closed-btn { width: 100%; justify-content: center; }
}

/* ============================================================
   SMMXY Sözleşme & SSS Sayfası (terms)
   ============================================================ */

.terms-page { position: relative; }

/* Sekmeler */
.terms-tabs-wrap {
	margin-bottom: 14px;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
}
.terms-tabs-wrap::-webkit-scrollbar { display: none; }

.terms-tabs {
	display: inline-flex;
	gap: 6px;
	padding: 4px;
	background: var(--color-2);
	border: 1px solid var(--color-3);
	border-radius: 14px;
}

.terms-tab {
	border: none;
	background: transparent;
	color: var(--color-4);
	font-size: 13.5px;
	font-weight: 600;
	padding: 9px 18px;
	border-radius: 10px;
	cursor: pointer;
	white-space: nowrap;
	transition: background .2s ease, color .2s ease;
}
.terms-tab:hover { background: var(--color-8); }
.terms-tab.active {
	background: linear-gradient(135deg, var(--color-7), var(--color-6));
	color: #fff;
	box-shadow: 0 6px 18px rgba(128, 19, 194, .25);
}

/* Kart */
.terms-card { border: 1px solid var(--color-3); }
.terms-card .gcard-body { padding: 26px 28px; }

/* Düz içerik (sözleşme/maddeler/kurallar) tipografisi */
.terms-content {
	max-width: 920px;
	font-size: 14.5px;
	line-height: 1.7;
	color: var(--color-4);
}
.terms-content h3,
.terms-content h4,
.terms-content h5 {
	color: var(--color-4);
	font-weight: 700;
	margin-top: 28px;
	margin-bottom: 12px;
}
.terms-content h3 { font-size: 18px; }
.terms-content h4 { font-size: 16px; }
.terms-content h5 { font-size: 14px; text-transform: uppercase; letter-spacing: .4px; color: var(--color-7); }
.terms-content p { margin-bottom: 12px; }
.terms-content ul, .terms-content ol { margin: 0 0 14px 20px; padding: 0; }
.terms-content li { margin-bottom: 6px; }
.terms-content a {
	color: var(--color-7);
	text-decoration: underline;
	text-underline-offset: 2px;
}
.terms-content a:hover { color: var(--color-6); }
.terms-content strong { color: var(--color-4); }
.terms-content hr { border: 0; border-top: 1px solid var(--color-3); margin: 24px 0; }
.terms-content blockquote {
	margin: 14px 0;
	padding: 12px 16px;
	background: var(--color-8);
	border-left: 3px solid var(--color-7);
	border-radius: 8px;
	color: var(--color-4);
}

/* Sekme paneller */
.terms-pane { display: none; }
.terms-pane.active { display: block; animation: termsFade .25s ease; }
@keyframes termsFade {
	from { opacity: 0; transform: translateY(4px); }
	to   { opacity: 1; transform: translateY(0); }
}

/* SSS Arama */
.terms-faq-search {
	display: flex;
	align-items: center;
	gap: 10px;
	background: var(--color-1);
	border: 1px solid var(--color-3);
	border-radius: 12px;
	padding: 0 14px;
	margin-bottom: 18px;
	height: 46px;
	transition: border-color .2s ease, box-shadow .2s ease;
}
.terms-faq-search:focus-within {
	border-color: var(--color-7);
	box-shadow: 0 0 0 3px var(--color-8);
}
.terms-faq-search i { font-size: 18px; color: var(--color-5); }
.terms-faq-search input {
	flex: 1;
	background: transparent;
	border: none;
	outline: none;
	font-size: 14px;
	color: var(--color-4);
}
.terms-faq-search input::placeholder { color: var(--color-5); }
body.light .terms-faq-search i,
body.light .terms-faq-search input::placeholder { color: #9ca3af; }

/* SSS listesi */
.terms-faq-list {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.terms-faq-cat {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .8px;
	text-transform: uppercase;
	color: var(--color-7);
	margin: 18px 0 4px;
	padding: 0 4px;
}
.terms-faq-cat:first-child { margin-top: 0; }
.terms-faq-intro {
	font-size: 13.5px;
	color: var(--color-5);
	margin-bottom: 8px;
}
body.light .terms-faq-intro { color: #6b7280; }

/* Accordion item */
.terms-faq-item {
	background: var(--color-1);
	border: 1px solid var(--color-3);
	border-radius: 12px;
	overflow: hidden;
	transition: border-color .2s ease;
}
.terms-faq-item[open] { border-color: var(--color-7); }
.terms-faq-item + .terms-faq-item { margin-top: 0; }

.terms-faq-q {
	list-style: none;
	cursor: pointer;
	padding: 14px 18px;
	font-size: 14.5px;
	font-weight: 600;
	color: var(--color-4);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	user-select: none;
}
.terms-faq-q::-webkit-details-marker { display: none; }
.terms-faq-q-icon {
	flex-shrink: 0;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: var(--color-8);
	color: var(--color-7);
	font-size: 14px;
	transition: transform .2s ease, background .2s ease;
}
.terms-faq-item[open] .terms-faq-q-icon {
	transform: rotate(180deg);
	background: linear-gradient(135deg, var(--color-7), var(--color-6));
	color: #fff;
}

.terms-faq-a {
	padding: 0 18px 16px;
	font-size: 14px;
	line-height: 1.7;
	color: var(--color-4);
	opacity: .9;
}
.terms-faq-a p { margin-bottom: 10px; }
.terms-faq-a p:last-child { margin-bottom: 0; }
.terms-faq-a ul, .terms-faq-a ol { margin: 0 0 10px 20px; }
.terms-faq-a a { color: var(--color-7); text-decoration: underline; text-underline-offset: 2px; }
.terms-faq-a a:hover { color: var(--color-6); }
.terms-faq-a code {
	background: var(--color-8);
	color: var(--color-7);
	padding: 2px 6px;
	border-radius: 4px;
	font-size: 12.5px;
	font-family: ui-monospace, "SF Mono", Menlo, Consolas, monospace;
}

/* SSS arama sonucu yok */
.terms-faq-noresult {
	text-align: center;
	padding: 36px 20px;
	color: var(--color-5);
}
.terms-faq-noresult i { font-size: 36px; color: var(--color-7); margin-bottom: 12px; }
.terms-faq-noresult > div { font-size: 14px; margin-bottom: 12px; color: var(--color-4); }
.terms-faq-cta {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 9px 16px;
	border-radius: 10px;
	background: linear-gradient(135deg, var(--color-7), var(--color-6));
	color: #fff !important;
	font-weight: 700;
	font-size: 13px;
	text-decoration: none;
}
.terms-faq-cta:hover { filter: brightness(1.1); color: #fff !important; text-decoration: none; }
body.light .terms-faq-noresult { color: #6b7280; }

/* Boş içerik */
.terms-empty {
	text-align: center;
	padding: 40px 24px;
}
.terms-empty-icon {
	width: 76px;
	height: 76px;
	border-radius: 50%;
	margin: 0 auto 14px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 32px;
	color: var(--color-7);
	background: var(--color-8);
	border: 1px solid var(--color-3);
}
.terms-empty-title {
	font-size: 15px;
	font-weight: 700;
	color: var(--color-4);
	margin-bottom: 4px;
}
.terms-empty-text { font-size: 12.5px; color: var(--color-5); margin: 0; }
body.light .terms-empty-text { color: #6b7280; }

/* Light mod uyumu */
body.light .terms-faq-item { background: #f7f7f9; }
body.light .terms-faq-search { background: #f7f7f9; }

/* Mobil ince ayarlar */
@media (max-width: 575.98px) {
	.terms-card .gcard-body { padding: 18px 16px; }
	.terms-tab { padding: 8px 14px; font-size: 12.5px; }
	.terms-content { font-size: 14px; }
	.terms-faq-q { font-size: 13.5px; padding: 12px 14px; }
	.terms-faq-a { padding: 0 14px 14px; font-size: 13.5px; }
}

/* ============================================================
   SMMXY Bakiye Ekle — Bilgilendirme Kartı
   ============================================================ */

.af-info-card .gcard-body { padding: 20px 22px; }

.af-info-intro {
	font-size: 13.5px;
	line-height: 1.6;
	color: var(--color-4);
	margin-bottom: 16px;
}

.af-info-section {
	margin-bottom: 14px;
	padding: 12px 14px;
	background: var(--color-1);
	border: 1px solid var(--color-3);
	border-radius: 12px;
}
.af-info-section-soft {
	background: var(--color-8);
	border-color: rgba(128, 19, 194, .25);
}

.af-info-title {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .4px;
	text-transform: uppercase;
	color: var(--color-7);
	margin-bottom: 8px;
	display: flex;
	align-items: center;
	gap: 6px;
}
.af-info-title i { font-size: 14px; }

.af-info-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.af-info-list li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	color: var(--color-4);
	padding: 6px 0;
	border-bottom: 1px dashed var(--color-3);
}
.af-info-list li:last-child { border-bottom: none; }
.af-info-list li b { color: var(--color-4); font-weight: 700; }
.af-info-list li b.af-info-bonus {
	color: #1aa97a;
	background: rgba(26, 169, 122, .12);
	padding: 2px 8px;
	border-radius: 6px;
	font-size: 12px;
}

.af-info-text {
	font-size: 12.5px;
	line-height: 1.55;
	color: var(--color-4);
	opacity: .85;
	margin: 0;
}

.af-info-cta {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	padding: 12px 14px;
	background: var(--color-1);
	border: 1px solid var(--color-3);
	border-radius: 12px;
	font-size: 12.5px;
	line-height: 1.55;
	color: var(--color-4);
}
.af-info-cta i {
	flex-shrink: 0;
	font-size: 18px;
	color: var(--color-7);
	margin-top: 1px;
}
.af-info-cta a {
	color: var(--color-7);
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 2px;
}
.af-info-cta a:hover { color: var(--color-6); }

body.light .af-info-section-soft { background: rgba(128, 19, 194, .06); }
body.light .af-info-text { opacity: 1; color: #4b5563; }

/* ============================================================
   SMMXY Bakiye Ekle — Ödeme Yöntemi Kartları
   ============================================================ */

.af-method-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
	gap: 10px;
	margin-bottom: 6px;
}

.af-method-card {
	position: relative;
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px 14px;
	background: var(--color-1);
	border: 1.5px solid var(--color-3);
	border-radius: 12px;
	color: var(--color-4);
	text-align: left;
	cursor: pointer;
	transition: border-color .2s ease, background .2s ease, transform .15s ease;
}
.af-method-card:hover {
	border-color: var(--color-7);
	transform: translateY(-1px);
}
.af-method-card.active {
	border-color: var(--color-7);
	background: var(--color-8);
	box-shadow: 0 0 0 1px var(--color-7);
}

.af-method-icon {
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	border-radius: 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	color: #fff;
	background: linear-gradient(135deg, var(--color-7), var(--color-6));
}
.af-method-body {
	flex: 1;
	min-width: 0;
}
.af-method-name {
	font-size: 13px;
	font-weight: 700;
	color: var(--color-4);
	line-height: 1.3;
	margin-bottom: 4px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	word-break: break-word;
}
.af-method-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	align-items: center;
	font-size: 11px;
	color: var(--color-5);
}
.af-method-time {
	display: inline-flex;
	align-items: center;
	gap: 3px;
}
.af-method-time i { font-size: 12px; }
.af-method-bonus {
	display: inline-flex;
	align-items: center;
	padding: 2px 7px;
	border-radius: 6px;
	background: rgba(26, 169, 122, .12);
	color: #1aa97a;
	font-weight: 700;
	font-size: 10.5px;
	letter-spacing: .2px;
}

.af-method-tick {
	position: absolute;
	top: 8px;
	right: 8px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	color: #fff;
	background: linear-gradient(135deg, var(--color-7), var(--color-6));
	opacity: 0;
	transform: scale(.7);
	transition: opacity .2s ease, transform .2s ease;
}
.af-method-card.active .af-method-tick {
	opacity: 1;
	transform: scale(1);
}

body.light .af-method-card { background: #f7f7f9; }
body.light .af-method-meta { color: #6b7280; }

/* ============================================================
   Bakiye Ekle — Akıllı Hızlı Tutar Butonları
   ============================================================ */

.af-quick-wrap {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	margin: 0 -2px;
}
.af-quick-wrap::-webkit-scrollbar { display: none; }

.af-quick-amounts {
	display: flex;
	gap: 8px;
	padding: 2px;
}

.af-quick-btn {
	position: relative;
	flex: 1 0 auto;
	min-width: 86px;
	padding: 11px 14px;
	border: 1.5px solid var(--color-3);
	background: var(--color-1);
	color: var(--color-4);
	border-radius: 10px;
	cursor: pointer;
	font-size: 13.5px;
	font-weight: 700;
	transition: border-color .2s ease, transform .15s ease;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 2px;
}
.af-quick-btn:hover {
	border-color: var(--color-7);
	transform: translateY(-1px);
}
.af-quick-btn.selected {
	border-color: var(--color-7);
	background: var(--color-8);
	box-shadow: 0 0 0 1px var(--color-7);
}
.af-quick-num { line-height: 1; }
.af-quick-bonus {
	font-size: 10px;
	font-weight: 700;
	color: #1aa97a;
	background: rgba(26, 169, 122, .14);
	padding: 1px 6px;
	border-radius: 999px;
	letter-spacing: .3px;
}

body.light .af-quick-btn { background: #f7f7f9; }

/* ============================================================
   Bakiye Ekle — Canlı Özet Kartı
   ============================================================ */

.af-summary {
	padding: 14px 16px;
	margin-bottom: 14px;
	background: var(--color-1);
	border: 1px solid var(--color-3);
	border-radius: 12px;
}

.af-summary-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 4px 0;
}
.af-summary-row + .af-summary-row { border-top: 1px dashed var(--color-3); padding-top: 8px; margin-top: 4px; }
.af-summary-row.af-summary-total {
	border-top: 1px solid var(--color-3);
	margin-top: 6px;
	padding-top: 10px;
}

.af-summary-label {
	font-size: 12.5px;
	color: var(--color-5);
	display: inline-flex;
	align-items: center;
	gap: 5px;
}
.af-summary-label i { font-size: 14px; }
body.light .af-summary-label { color: #6b7280; }

.af-summary-value {
	font-size: 14px;
	font-weight: 700;
	color: var(--color-4);
}
.af-summary-bonus-val { color: #1aa97a; }
.af-summary-total-val {
	font-size: 16px;
	color: var(--color-7);
}

.af-nudge {
	margin-top: 10px;
	padding: 9px 12px;
	background: var(--color-8);
	border: 1px solid rgba(128, 19, 194, .25);
	border-radius: 10px;
	font-size: 12.5px;
	color: var(--color-4);
	display: flex;
	align-items: flex-start;
	gap: 8px;
}
.af-nudge i {
	flex-shrink: 0;
	color: var(--color-7);
	font-size: 16px;
	margin-top: 1px;
}
body.light .af-nudge { background: rgba(128, 19, 194, .08); }

/* Mobil ince ayar */
@media (max-width: 575.98px) {
	.af-method-grid { grid-template-columns: 1fr; }
	.af-method-name { font-size: 13px; }
	.af-quick-btn { min-width: 82px; padding: 10px 12px; font-size: 13px; }
	.af-summary { padding: 12px 14px; }
}

/* ============================================================
   SMMXY Yeni Sipariş — Servis Arama Widget'ı
   ============================================================ */

.nwo-search-wrap {
	position: relative;
}

.nwo-search-input-wrap {
	position: relative;
	display: flex;
	align-items: center;
	gap: 8px;
	background: var(--color-1);
	border: 1.5px solid var(--color-3);
	border-radius: 12px;
	padding: 0 12px;
	transition: border-color .2s ease, box-shadow .2s ease;
}
.nwo-search-input-wrap:focus-within {
	border-color: var(--color-7);
	box-shadow: 0 0 0 3px var(--color-8);
}

.nwo-search-icon {
	font-size: 18px;
	color: var(--color-5);
	flex-shrink: 0;
}
body.light .nwo-search-icon { color: #9ca3af; }

.nwo-search-input {
	flex: 1;
	min-width: 0;
	background: transparent;
	border: none;
	outline: none;
	color: var(--color-4);
	font-size: 14px;
	height: 44px;
}
.nwo-search-input::placeholder { color: var(--color-5); }
body.light .nwo-search-input::placeholder { color: #9ca3af; }

.nwo-search-clear {
	flex-shrink: 0;
	background: transparent;
	border: none;
	color: var(--color-5);
	font-size: 18px;
	padding: 6px 8px;
	cursor: pointer;
	border-radius: 50%;
	transition: background .15s ease;
}
.nwo-search-clear:hover { background: var(--color-8); color: var(--color-4); }

.nwo-search-results {
	position: absolute;
	top: calc(100% + 6px);
	left: 0;
	right: 0;
	z-index: 50;
	max-height: 360px;
	overflow-y: auto;
	background: var(--color-2);
	border: 1px solid var(--color-3);
	border-radius: 12px;
	box-shadow: 0 18px 40px rgba(0, 0, 0, .25);
	padding: 4px;
}

.nwo-search-result {
	display: flex;
	align-items: center;
	gap: 10px;
	width: 100%;
	padding: 10px 12px;
	background: transparent;
	border: none;
	border-radius: 8px;
	color: var(--color-4);
	font-size: 13.5px;
	cursor: pointer;
	text-align: left;
	transition: background .15s ease;
}
.nwo-search-result + .nwo-search-result { margin-top: 2px; }
.nwo-search-result:hover {
	background: var(--color-8);
}
.nwo-search-id {
	flex-shrink: 0;
	font-family: ui-monospace, "SF Mono", Menlo, Consolas, monospace;
	font-size: 12px;
	font-weight: 700;
	color: var(--color-7);
	background: var(--color-8);
	padding: 3px 8px;
	border-radius: 6px;
	min-width: 56px;
	text-align: center;
}
.nwo-search-name {
	flex: 1;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.nwo-search-name mark {
	background: rgba(128, 19, 194, .25);
	color: inherit;
	padding: 0 2px;
	border-radius: 3px;
}
.nwo-search-arrow {
	flex-shrink: 0;
	font-size: 16px;
	color: var(--color-5);
	transition: transform .15s ease, color .15s ease;
}
.nwo-search-result:hover .nwo-search-arrow {
	color: var(--color-7);
	transform: translateX(3px);
}

.nwo-search-empty {
	padding: 18px 12px;
	text-align: center;
	font-size: 13px;
	color: var(--color-5);
}
body.light .nwo-search-empty { color: #6b7280; }

.nwo-search-footer {
	padding: 10px 12px;
	text-align: center;
	font-size: 11.5px;
	color: var(--color-5);
	border-top: 1px solid var(--color-3);
	margin-top: 4px;
	letter-spacing: .2px;
}
body.light .nwo-search-footer { color: #6b7280; }

body.light .nwo-search-results { background: #ffffff; box-shadow: 0 18px 40px rgba(20, 20, 40, .12); }

/* ============================================================
   SMMXY Hesabım — Sade ve düzenli sekmeli yapı
   ============================================================ */

.acc-tabs-wrap {
	margin-bottom: 16px;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
}
.acc-tabs-wrap::-webkit-scrollbar { display: none; }

.acc-tabs {
	display: inline-flex;
	gap: 4px;
	padding: 4px;
	background: var(--color-2);
	border: 1px solid var(--color-3);
	border-radius: 14px;
}
.acc-tab {
	border: none;
	background: transparent;
	color: var(--color-4);
	font-size: 13.5px;
	font-weight: 600;
	padding: 9px 18px;
	border-radius: 10px;
	cursor: pointer;
	white-space: nowrap;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	transition: background .2s ease, color .2s ease;
}
.acc-tab i { font-size: 16px; }
.acc-tab:hover:not(.active) { background: var(--color-8); }
.acc-tab.active {
	background: linear-gradient(135deg, var(--color-7), var(--color-6));
	color: #fff;
	box-shadow: 0 6px 16px rgba(128, 19, 194, .25);
}

.acc-pane { display: none; }
.acc-pane.active { display: block; animation: accFade .25s ease; }
@keyframes accFade {
	from { opacity: 0; transform: translateY(4px); }
	to   { opacity: 1; transform: translateY(0); }
}

.acc-card {
	background: var(--color-2);
	border: 1px solid var(--color-3);
	border-radius: 16px;
	overflow: hidden;
}

.acc-section-head {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	padding: 20px 22px 14px;
	border-bottom: 1px solid var(--color-3);
}
.acc-section-icon {
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	border-radius: 12px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	color: var(--color-7);
	background: var(--color-8);
}
.acc-section-title { flex: 1; min-width: 0; }
.acc-section-title h3 {
	font-size: 15px;
	font-weight: 700;
	color: var(--color-4);
	margin: 0 0 4px;
	display: flex;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
}
.acc-section-title p {
	font-size: 12.5px;
	color: var(--color-5);
	margin: 0;
	line-height: 1.55;
}
body.light .acc-section-title p { color: #6b7280; }

.acc-section-body { padding: 18px 22px 20px; }

.acc-profile-banner .gcard-body { padding: 22px 24px; }
.acc-banner-grid {
	display: grid;
	grid-template-columns: auto 1fr auto;
	gap: 20px;
	align-items: center;
}
.acc-avatar {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 72px;
	height: 72px;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--color-7), var(--color-6));
	color: #fff;
	font-size: 28px;
	font-weight: 700;
	box-shadow: 0 10px 24px rgba(128, 19, 194, .35), inset 0 0 0 3px rgba(255,255,255,.10);
	flex-shrink: 0;
}
.acc-banner-info { min-width: 0; }
.acc-username {
	font-size: 20px;
	font-weight: 700;
	color: var(--color-4);
	display: inline-flex;
	align-items: center;
	gap: 6px;
	line-height: 1.2;
}
.acc-verified { display: inline-flex; align-items: center; color: #1d9bf0; font-size: 18px; }
.acc-email-row {
	display: flex;
	align-items: center;
	gap: 6px;
	margin-top: 4px;
	font-size: 13.5px;
	color: var(--color-5);
}
.acc-email-row i { font-size: 16px; }
.acc-email-val { min-width: 0; overflow: hidden; text-overflow: ellipsis; }
body.light .acc-email-row { color: #6b7280; }

.acc-email-edit {
	background: var(--color-8);
	color: var(--color-7);
	border: 1px solid var(--color-3);
	width: 26px;
	height: 26px;
	border-radius: 8px;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: background .15s ease, color .15s ease;
}
.acc-email-edit:hover { background: var(--color-7); color: #fff; }

.acc-banner-stats { display: flex; gap: 10px; }
.acc-stat {
	padding: 12px 16px;
	min-width: 130px;
	background: var(--color-1);
	border: 1px solid var(--color-3);
	border-radius: 10px;
	text-align: right;
}
.acc-stat-label {
	font-size: 10.5px;
	color: var(--color-5);
	text-transform: uppercase;
	letter-spacing: .5px;
	font-weight: 600;
	margin-bottom: 4px;
}
.acc-stat-value { font-size: 14px; font-weight: 700; color: var(--color-4); }
body.light .acc-stat-label { color: #6b7280; }

.acc-form-row {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 12px;
}
.acc-form-group { margin-bottom: 0; }

.acc-label {
	display: block;
	font-size: 12.5px;
	font-weight: 600;
	color: var(--color-4);
	margin-bottom: 6px;
}
.acc-label-sub { font-weight: 400; color: var(--color-5); font-size: 11.5px; }
body.light .acc-label-sub { color: #6b7280; }

.acc-input {
	width: 100%;
	height: 44px;
	padding: 0 14px;
	background-color: var(--color-1);
	border: 1px solid var(--color-3);
	color: var(--color-4);
	border-radius: 10px;
	font-size: 14px;
	transition: border-color .2s ease, box-shadow .2s ease;
}
.acc-input:focus {
	border-color: var(--color-7);
	box-shadow: 0 0 0 3px var(--color-8);
	outline: none;
}
select.acc-input {
	appearance: none;
	-webkit-appearance: none;
	background-image: linear-gradient(45deg, transparent 50%, var(--color-5) 50%),
	                  linear-gradient(135deg, var(--color-5) 50%, transparent 50%);
	background-position: calc(100% - 18px) 50%, calc(100% - 13px) 50%;
	background-size: 5px 5px, 5px 5px;
	background-repeat: no-repeat;
	padding-right: 36px;
}

.acc-api-row { display: flex; gap: 8px; }
.acc-api-input {
	flex: 1;
	min-width: 0;
	font-family: ui-monospace, "SF Mono", Menlo, Consolas, monospace;
	font-size: 13px;
	letter-spacing: .5px;
}
.acc-copy-btn {
	flex-shrink: 0;
	width: 44px;
	height: 44px;
	background: var(--color-8);
	color: var(--color-7);
	border: 1px solid var(--color-3);
	border-radius: 10px;
	cursor: pointer;
	font-size: 18px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: background .15s ease, color .15s ease;
}
.acc-copy-btn:hover { background: var(--color-7); color: #fff; }
.acc-copy-btn.acc-copied { background: #1aa97a; color: #fff; border-color: #1aa97a; }

.acc-empty-note {
	font-size: 13px;
	color: var(--color-5);
	padding: 10px 14px;
	background: var(--color-1);
	border: 1px dashed var(--color-3);
	border-radius: 10px;
}
body.light .acc-empty-note { color: #6b7280; }

.acc-info-box {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	padding: 12px 14px;
	background: var(--color-8);
	border: 1px solid rgba(128, 19, 194, .25);
	border-radius: 10px;
	font-size: 12.5px;
	line-height: 1.55;
	color: var(--color-4);
}
.acc-info-box i {
	flex-shrink: 0;
	color: var(--color-7);
	font-size: 18px;
	margin-top: 1px;
}
.acc-info-box strong { color: var(--color-4); font-weight: 700; }
body.light .acc-info-box { background: rgba(128, 19, 194, .08); }

.acc-pill {
	display: inline-flex;
	align-items: center;
	padding: 3px 9px;
	border-radius: 999px;
	font-size: 10.5px;
	font-weight: 700;
	letter-spacing: .3px;
	text-transform: uppercase;
}
.acc-pill-on  { background: rgba(26, 169, 122, .14); color: #1aa97a; }
.acc-pill-off { background: rgba(239, 69, 97, .14);  color: #ef4561; }

.acc-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	padding: 11px 18px;
	border: none;
	border-radius: 10px;
	font-weight: 700;
	font-size: 13.5px;
	cursor: pointer;
	transition: filter .15s ease, transform .15s ease;
}
.acc-btn i { font-size: 16px; }
.acc-btn-primary {
	background: linear-gradient(135deg, var(--color-7), var(--color-6));
	color: #fff;
}
.acc-btn-primary:hover { filter: brightness(1.1); transform: translateY(-1px); color: #fff; }

.acc-theme-options {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
}
.acc-theme-opt {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 18px 14px;
	background: var(--color-1);
	border: 1.5px solid var(--color-3);
	border-radius: 12px;
	cursor: pointer;
	color: var(--color-4);
	font-size: 14px;
	font-weight: 600;
	transition: border-color .2s ease, transform .15s ease;
}
.acc-theme-opt:hover { border-color: var(--color-7); transform: translateY(-1px); }
.acc-theme-opt i { font-size: 22px; color: var(--color-7); }

/* Mobil */
@media (max-width: 767.98px) {
	.acc-section-head { padding: 16px 18px 12px; }
	.acc-section-body { padding: 16px 18px 18px; }
	.acc-banner-grid {
		grid-template-columns: auto 1fr;
		grid-template-areas: "ava info" "stats stats";
		gap: 14px;
	}
	.acc-banner-avatar { grid-area: ava; }
	.acc-banner-info { grid-area: info; }
	.acc-banner-stats { grid-area: stats; }
	.acc-avatar { width: 56px; height: 56px; font-size: 22px; }
	.acc-username { font-size: 16px; }
	.acc-stat { flex: 1; min-width: 0; text-align: left; }
	.acc-stat-value { font-size: 13px; }
	.acc-form-row { grid-template-columns: 1fr; }
	.acc-form-group + .acc-form-group { margin-top: 12px; }
}
@media (max-width: 575.98px) {
	.acc-tab { padding: 8px 12px; font-size: 12.5px; }
	.acc-tab i { font-size: 14px; }
}

/* ============================================================
   SMMXY Sipariş Bildirme Modal'ı
   ============================================================ */

.smmxy-report-modal .modal-box {
	max-width: 480px;
	width: 100%;
	border-radius: 18px;
	overflow: hidden;
}

.smmxy-report-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 14px 18px;
	background: linear-gradient(135deg, var(--color-7), var(--color-6));
	color: #fff;
}
.smmxy-report-title-wrap {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-weight: 700;
	font-size: 15px;
}
.smmxy-report-title-wrap i { font-size: 20px; }

.smmxy-report-close {
	background: rgba(255, 255, 255, .15);
	border: none;
	color: #fff;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	font-size: 18px;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: background .15s ease;
}
.smmxy-report-close:hover { background: rgba(255, 255, 255, .28); }

.smmxy-report-body {
	padding: 18px 20px 22px;
	background: var(--color-2);
}

/* Sipariş özet kartı */
.smmxy-report-summary {
	padding: 12px 14px;
	margin-bottom: 14px;
	background: var(--color-1);
	border: 1px solid var(--color-3);
	border-radius: 12px;
}
.smmxy-report-summary-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 6px;
}
.smmxy-report-summary-id {
	font-family: ui-monospace, "SF Mono", Menlo, Consolas, monospace;
	font-size: 12px;
	font-weight: 700;
	color: var(--color-7);
	background: var(--color-8);
	padding: 3px 8px;
	border-radius: 6px;
}
.smmxy-report-summary-status { font-size: 11px !important; }
.smmxy-report-summary-status:empty { display: none; }

.smmxy-report-summary-service {
	font-size: 13px;
	font-weight: 600;
	color: var(--color-4);
	line-height: 1.4;
	margin-bottom: 4px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.smmxy-report-summary-meta {
	display: flex;
	gap: 10px;
	font-size: 11.5px;
	color: var(--color-5);
}
.smmxy-report-summary-meta span:empty { display: none; }
body.light .smmxy-report-summary-meta { color: #6b7280; }

/* Alert */
.smmxy-report-alert {
	padding: 10px 14px;
	border-radius: 10px;
	font-size: 13px;
	margin-bottom: 12px;
	display: flex;
	align-items: center;
	gap: 8px;
}
.smmxy-report-alert-error {
	background: rgba(239, 69, 97, .12);
	color: #ef4561;
	border: 1px solid rgba(239, 69, 97, .35);
}
.smmxy-report-alert-success {
	background: rgba(26, 169, 122, .12);
	color: #1aa97a;
	border: 1px solid rgba(26, 169, 122, .35);
}
.smmxy-report-alert i { font-size: 16px; }

/* Form input */
.smmxy-report-body .form-control {
	background-color: var(--color-1);
	border: 1px solid var(--color-3);
	color: var(--color-4);
	border-radius: 10px;
	font-size: 13.5px;
}
.smmxy-report-body .form-control:focus {
	border-color: var(--color-7);
	box-shadow: 0 0 0 3px var(--color-8);
	outline: none;
}
.smmxy-report-body select.form-control { height: 42px; padding: 0 14px; }
.smmxy-report-body textarea.form-control { min-height: 100px; padding: 10px 14px; }
.smmxy-report-body .control-label {
	font-size: 12.5px;
	font-weight: 600;
	color: var(--color-4);
	margin-bottom: 6px;
}

/* Sipariş kartına başarı rozeti */
.smmxy-order-reported {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin: 12px 14px 0;
	padding: 8px 12px;
	background: rgba(26, 169, 122, .12);
	border: 1px solid rgba(26, 169, 122, .35);
	border-radius: 10px;
	color: #1aa97a;
	font-size: 12.5px;
	font-weight: 700;
	animation: smmxyReportedIn .35s ease;
}
.smmxy-order-reported i { font-size: 16px; }
@keyframes smmxyReportedIn {
	from { opacity: 0; transform: translateY(-4px); }
	to   { opacity: 1; transform: translateY(0); }
}

@media (max-width: 575.98px) {
	.smmxy-report-header { padding: 12px 14px; }
	.smmxy-report-body { padding: 14px 14px 18px; }
	.smmxy-report-summary { padding: 10px 12px; }
}

/* ============================================================
   SMMXY Bayilik Paneli Sayfası
   ============================================================ */

/* Adım şeridi */
.bp-steps {
	display: flex;
	align-items: center;
	gap: 4px;
	background: var(--color-2);
	border: 1px solid var(--color-3);
	border-radius: 14px;
	padding: 16px 20px;
	overflow-x: auto;
	scrollbar-width: none;
}
.bp-steps::-webkit-scrollbar { display: none; }
.bp-step {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-shrink: 0;
}
.bp-step-no {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--color-7), var(--color-6));
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}
.bp-step-text { display: flex; flex-direction: column; line-height: 1.3; }
.bp-step-text b { font-size: 13px; color: var(--color-4); }
.bp-step-text span { font-size: 11px; color: var(--color-5); }
body.light .bp-step-text span { color: #6b7280; }
.bp-step-line {
	flex: 1;
	min-width: 20px;
	height: 2px;
	background: var(--color-3);
	border-radius: 2px;
}

/* Form ipucu */
.bp-field-hint {
	display: block;
	font-size: 11.5px;
	color: var(--color-5);
	margin-top: 5px;
}
body.light .bp-field-hint { color: #6b7280; }
.bp-hint-ok { color: #1aa97a !important; }
.bp-hint-err { color: #ef4561 !important; }

/* Şifre güçlülük */
.bp-pass-meter {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 8px;
}
.bp-pass-bar {
	flex: 1;
	height: 6px;
	background: var(--color-1);
	border: 1px solid var(--color-3);
	border-radius: 999px;
	overflow: hidden;
}
.bp-pass-bar span {
	display: block;
	height: 100%;
	width: 0;
	border-radius: 999px;
	transition: width .25s ease, background .25s ease;
}
.bp-pass-weak   { background: #ef4561; }
.bp-pass-mid    { background: #f5a623; }
.bp-pass-strong { background: #1aa97a; }
.bp-pass-label { font-size: 11px; font-weight: 700; }
.bp-pass-weak-t   { color: #ef4561; }
.bp-pass-mid-t    { color: #f5a623; }
.bp-pass-strong-t { color: #1aa97a; }

/* Fiyat vurgu kartı */
.bp-price-card {
	border: 1px solid rgba(128, 19, 194, .3);
	overflow: hidden;
}
.bp-price-top {
	text-align: center;
	padding: 22px 18px 18px;
	background: linear-gradient(135deg, rgba(128,19,194,.18), rgba(76,11,122,.10));
	border-bottom: 1px solid var(--color-3);
}
.bp-price-label {
	font-size: 12px;
	color: var(--color-5);
	text-transform: uppercase;
	letter-spacing: .5px;
	font-weight: 600;
}
.bp-price-amount {
	font-size: 34px;
	font-weight: 800;
	color: var(--color-4);
	line-height: 1.1;
	margin: 6px 0 4px;
}
.bp-price-sub { font-size: 12px; color: var(--color-5); }
body.light .bp-price-label,
body.light .bp-price-sub { color: #6b7280; }
.bp-price-includes {
	list-style: none;
	padding: 16px 18px;
	margin: 0;
}
.bp-price-includes li {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	color: var(--color-4);
	padding: 6px 0;
}
.bp-price-includes li i { color: #1aa97a; font-size: 16px; flex-shrink: 0; }

/* NS kayıtları */
.bp-ns-info { font-size: 13px; color: var(--color-5); margin-bottom: 12px; }
body.light .bp-ns-info { color: #6b7280; }
.bp-ns-list { display: flex; flex-direction: column; gap: 8px; }
.bp-ns-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	padding: 10px 12px;
	background: var(--color-1);
	border: 1px solid var(--color-3);
	border-radius: 10px;
}
.bp-ns-val {
	font-family: ui-monospace, "SF Mono", Menlo, Consolas, monospace;
	font-size: 13px;
	color: var(--color-4);
	word-break: break-all;
}
.bp-ns-copy {
	flex-shrink: 0;
	background: var(--color-8);
	color: var(--color-7);
	border: 1px solid var(--color-3);
	width: 32px;
	height: 32px;
	border-radius: 8px;
	cursor: pointer;
	font-size: 15px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: background .15s ease, color .15s ease;
}
.bp-ns-copy:hover { background: var(--color-7); color: #fff; }
.bp-ns-copy.bp-ns-copied { background: #1aa97a; color: #fff; border-color: #1aa97a; }

/* Demo banner */
.bp-demo-banner {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 14px 16px;
	border-radius: 14px;
	background: var(--color-2);
	border: 1px solid var(--color-3);
	color: var(--color-4);
	text-decoration: none;
	transition: border-color .2s ease, transform .2s ease;
}
.bp-demo-banner:hover {
	color: var(--color-4);
	text-decoration: none;
	border-color: var(--color-7);
	transform: translateY(-2px);
}
.bp-demo-icon {
	width: 42px;
	height: 42px;
	border-radius: 12px;
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	color: #fff;
	background: linear-gradient(135deg, var(--color-7), var(--color-6));
}
.bp-demo-body { flex: 1; min-width: 0; }
.bp-demo-title { font-size: 14px; font-weight: 700; color: var(--color-4); }
.bp-demo-text { font-size: 12px; color: var(--color-5); }
body.light .bp-demo-text { color: #6b7280; }
.bp-demo-arrow { color: var(--color-5); font-size: 18px; transition: transform .2s ease; }
.bp-demo-banner:hover .bp-demo-arrow { transform: translateX(3px); color: var(--color-7); }

/* Avantaj kartları */
.bp-adv-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 14px;
}
.bp-adv {
	padding: 18px 16px;
	background: var(--color-1);
	border: 1px solid var(--color-3);
	border-radius: 12px;
	transition: border-color .2s ease, transform .2s ease;
}
.bp-adv:hover { border-color: var(--color-7); transform: translateY(-2px); }
.bp-adv-icon {
	width: 44px;
	height: 44px;
	border-radius: 12px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	color: var(--color-7);
	background: var(--color-8);
	margin-bottom: 12px;
}
.bp-adv-title { font-size: 14px; font-weight: 700; color: var(--color-4); margin-bottom: 6px; }
.bp-adv-text { font-size: 12.5px; color: var(--color-5); line-height: 1.55; }
body.light .bp-adv-text { color: #6b7280; }

/* Kazanç hesaplayıcı */
.bp-calc-desc { font-size: 13px; color: var(--color-5); margin-bottom: 16px; }
body.light .bp-calc-desc { color: #6b7280; }
.bp-calc-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	margin-bottom: 20px;
}
.bp-calc-field label {
	display: block;
	font-size: 13px;
	color: var(--color-4);
	margin-bottom: 10px;
}
.bp-calc-field label b { color: var(--color-7); }
.bp-range {
	width: 100%;
	-webkit-appearance: none;
	appearance: none;
	height: 6px;
	border-radius: 999px;
	background: var(--color-3);
	outline: none;
}
.bp-range::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--color-7), var(--color-6));
	cursor: pointer;
	border: 3px solid var(--color-2);
	box-shadow: 0 2px 8px rgba(128,19,194,.4);
}
.bp-range::-moz-range-thumb {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: var(--color-7);
	cursor: pointer;
	border: 3px solid var(--color-2);
}
.bp-calc-result {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
}
.bp-calc-box {
	text-align: center;
	padding: 16px 12px;
	background: var(--color-1);
	border: 1px solid var(--color-3);
	border-radius: 12px;
}
.bp-calc-box-hl {
	background: linear-gradient(135deg, rgba(128,19,194,.16), rgba(76,11,122,.08));
	border-color: rgba(128,19,194,.35);
}
.bp-calc-box-label {
	display: block;
	font-size: 11.5px;
	color: var(--color-5);
	text-transform: uppercase;
	letter-spacing: .4px;
	font-weight: 600;
	margin-bottom: 6px;
}
.bp-calc-box-val { font-size: 19px; font-weight: 800; color: var(--color-4); }
.bp-calc-box-hl .bp-calc-box-val { color: var(--color-7); font-size: 22px; }
body.light .bp-calc-box-label { color: #6b7280; }
.bp-calc-note { display: block; margin-top: 14px; font-size: 11.5px; color: var(--color-5); }
body.light .bp-calc-note { color: #6b7280; }

/* SSS accordion */
.bp-faq { display: flex; flex-direction: column; gap: 8px; }
.bp-faq-item {
	background: var(--color-1);
	border: 1px solid var(--color-3);
	border-radius: 12px;
	overflow: hidden;
}
.bp-faq-item[open] { border-color: var(--color-7); }
.bp-faq-item summary {
	list-style: none;
	cursor: pointer;
	padding: 14px 18px;
	font-size: 14px;
	font-weight: 600;
	color: var(--color-4);
	position: relative;
	user-select: none;
}
.bp-faq-item summary::-webkit-details-marker { display: none; }
.bp-faq-item summary::after {
	content: "\f0140";
	font-family: "remixicon";
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	color: var(--color-7);
	transition: transform .2s ease;
}
.bp-faq-item[open] summary::after { transform: translateY(-50%) rotate(180deg); }
.bp-faq-a {
	padding: 0 18px 16px;
	font-size: 13.5px;
	line-height: 1.65;
	color: var(--color-4);
	opacity: .9;
}

/* Mobil */
@media (max-width: 991px) {
	.bp-adv-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 767.98px) {
	.bp-steps { padding: 14px; }
	.bp-step-text span { display: none; }
	.bp-adv-grid { grid-template-columns: 1fr; }
	.bp-calc-grid { grid-template-columns: 1fr; gap: 16px; }
	.bp-calc-result { grid-template-columns: 1fr; }
	.bp-price-amount { font-size: 28px; }
}

/* ============================================================
   SMMXY Servis Listesi
   ============================================================ */

.svc-public-cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	flex-wrap: wrap;
	padding: 20px 24px;
	border-radius: 16px;
	background: linear-gradient(135deg, rgba(128,19,194,.22), rgba(76,11,122,.10));
	border: 1px solid rgba(128,19,194,.3);
}
.svc-public-cta-title { font-size: 18px; font-weight: 800; color: var(--color-4); }
.svc-public-cta-sub { font-size: 13px; color: var(--color-5); margin-top: 4px; }
body.light .svc-public-cta-sub { color: #6b7280; }
.svc-public-cta-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.svc-cta-primary, .svc-cta-secondary {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 11px 20px;
	border-radius: 10px;
	font-weight: 700;
	font-size: 13.5px;
	text-decoration: none;
	transition: filter .15s ease, transform .15s ease;
}
.svc-cta-primary {
	background: linear-gradient(135deg, var(--color-7), var(--color-6));
	color: #fff;
}
.svc-cta-primary:hover { filter: brightness(1.1); transform: translateY(-1px); color: #fff; }
.svc-cta-secondary {
	background: var(--color-2);
	border: 1px solid var(--color-3);
	color: var(--color-4);
}
.svc-cta-secondary:hover { border-color: var(--color-7); color: var(--color-4); }

.svc-filter-section { position: sticky; top: 0; z-index: 40; }

.svc-sort-btn {
	background: var(--color-2);
	border: 1px solid var(--color-3);
	color: var(--color-4);
}
.svc-sort-btn:hover { border-color: var(--color-7); color: var(--color-4); }

.svc-result-count {
	margin-top: 10px;
	font-size: 12px;
	color: var(--color-5);
	font-weight: 600;
}
body.light .svc-result-count { color: #6b7280; }

.svc-id-copy {
	cursor: pointer;
	color: var(--color-5);
	font-size: 13px;
	margin-left: 6px;
	transition: color .15s ease;
}
.svc-id-copy:hover { color: var(--color-7); }
.svc-id-copied { color: #1aa97a !important; }

.smmxy-svc-modal .modal-box {
	max-width: 520px;
	width: 100%;
	border-radius: 18px;
	overflow: hidden;
}
.svc-modal-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 14px 18px;
	background: linear-gradient(135deg, var(--color-7), var(--color-6));
	color: #fff;
}
.svc-modal-title-wrap {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-weight: 700;
	font-size: 15px;
}
.svc-modal-title-wrap i { font-size: 20px; }
.svc-modal-close {
	background: rgba(255,255,255,.15);
	border: none;
	color: #fff;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	font-size: 18px;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: background .15s ease;
}
.svc-modal-close:hover { background: rgba(255,255,255,.28); }

.svc-modal-body { padding: 18px 20px 22px; background: var(--color-2); }
.svc-modal-name {
	font-size: 15px;
	font-weight: 700;
	color: var(--color-4);
	line-height: 1.45;
	margin-bottom: 14px;
}
.svc-modal-meta {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
	margin-bottom: 16px;
}
.svc-modal-meta-item {
	padding: 10px 12px;
	background: var(--color-1);
	border: 1px solid var(--color-3);
	border-radius: 10px;
}
.svc-modal-meta-label {
	display: block;
	font-size: 10.5px;
	text-transform: uppercase;
	letter-spacing: .4px;
	color: var(--color-5);
	font-weight: 600;
	margin-bottom: 4px;
}
.svc-modal-meta-val { font-size: 13px; font-weight: 700; color: var(--color-4); }
.svc-modal-rate { color: var(--color-7); }
body.light .svc-modal-meta-label { color: #6b7280; }

.svc-modal-calc {
	padding: 14px;
	background: var(--color-8);
	border: 1px solid rgba(128,19,194,.25);
	border-radius: 12px;
	margin-bottom: 16px;
}
.svc-modal-calc-label {
	display: block;
	font-size: 12.5px;
	font-weight: 600;
	color: var(--color-4);
	margin-bottom: 8px;
}
.svc-modal-calc-row { display: flex; gap: 10px; align-items: stretch; }
.svc-modal-calc-input {
	flex: 1;
	min-width: 0;
	height: 44px;
	padding: 0 14px;
	background: var(--color-1);
	border: 1px solid var(--color-3);
	border-radius: 10px;
	color: var(--color-4);
	font-size: 14px;
}
.svc-modal-calc-input:focus { border-color: var(--color-7); outline: none; box-shadow: 0 0 0 3px var(--color-8); }
.svc-modal-calc-result {
	flex-shrink: 0;
	text-align: right;
	padding: 6px 14px;
	background: var(--color-2);
	border: 1px solid var(--color-3);
	border-radius: 10px;
	min-width: 130px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.svc-modal-calc-result-label { font-size: 10px; color: var(--color-5); text-transform: uppercase; letter-spacing: .4px; }
.svc-modal-calc-result-val { font-size: 16px; font-weight: 800; color: var(--color-7); }

.svc-modal-desc-title {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .4px;
	color: var(--color-7);
	margin-bottom: 8px;
}
.svc-modal-desc {
	font-size: 13px;
	line-height: 1.7;
	color: var(--color-4);
	background: var(--color-1);
	border: 1px solid var(--color-3);
	border-radius: 10px;
	padding: 14px;
	max-height: 240px;
	overflow-y: auto;
	margin-bottom: 18px;
}
.svc-modal-desc img { max-width: 100%; height: auto; }
.svc-modal-nodesc { color: var(--color-5); }

.svc-modal-buy { margin-top: 4px; }
.svc-modal-login {
	display: block;
	text-align: center;
	margin-top: 10px;
	font-size: 12.5px;
	color: var(--color-7);
	text-decoration: none;
}
.svc-modal-login:hover { text-decoration: underline; color: var(--color-6); }

@media (max-width: 575.98px) {
	.svc-public-cta { padding: 16px 18px; }
	.svc-public-cta-title { font-size: 16px; }
	.svc-modal-meta { grid-template-columns: 1fr; }
	.svc-modal-calc-row { flex-direction: column; }
	.svc-modal-calc-result { text-align: left; min-width: 0; }
	.svc-filter-section { position: static; }
}

/* ============================================================
   SMMXY Landing Page (signin.twig — giriş yapmamış)
   ============================================================ */

.lp-grad {
	background: linear-gradient(135deg, #a855f7, #c084fc);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.lp-section { padding: 72px 0; }
.lp-head { text-align: center; max-width: 640px; margin: 0 auto 48px; }
.lp-head h2 { font-size: 38px; font-weight: 800; color: #fff; margin: 0 0 12px; letter-spacing: -.8px; line-height: 1.15; }
.lp-head p { font-size: 16px; color: #8b95b0; margin: 0; }

/* Butonlar */
.lp-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 13px 26px;
	border-radius: 12px;
	font-weight: 700;
	font-size: 14.5px;
	text-decoration: none;
	border: none;
	cursor: pointer;
	transition: filter .15s ease, transform .15s ease;
}
.lp-btn-primary { background: linear-gradient(135deg, #8013c2, #4c0b7a); color: #fff; box-shadow: 0 10px 26px rgba(128,19,194,.4); }
.lp-btn-primary:hover { filter: brightness(1.12); transform: translateY(-2px); color: #fff; }
.lp-btn-ghost { background: rgba(255,255,255,.06); color: #fff; border: 1px solid rgba(255,255,255,.16); }
.lp-btn-ghost:hover { background: rgba(255,255,255,.12); }
.lp-btn-lg { padding: 16px 34px; font-size: 16px; }

/* HERO — temiz, ortalı, büyük tipografi */
.lp-hero { position: relative; padding: 130px 0 100px; overflow: hidden; text-align: center; }
.lp-hero-bg {
	position: absolute; inset: 0 0 -180px 0; z-index: 0; overflow: hidden;
	background:
		linear-gradient(to bottom, #0d1117 0%, rgba(13,17,23,.92) 8%, rgba(13,17,23,.55) 18%, transparent 32%, transparent 100%),
		radial-gradient(55% 50% at 60% 35%, rgba(128,19,194,.28) 0%, transparent 65%),
		radial-gradient(40% 45% at 85% 55%, rgba(168,85,247,.18) 0%, transparent 65%),
		radial-gradient(35% 40% at 12% 75%, rgba(76,11,122,.22) 0%, transparent 65%);
	-webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 70%, transparent 100%);
	mask-image: linear-gradient(to bottom, #000 0%, #000 70%, transparent 100%);
	pointer-events: none;
}
/* Hareketli aurora ışık kümeleri */
.lp-hero-bg::before {
	content: ""; position: absolute; inset: -20%;
	background:
		radial-gradient(circle at 20% 32%, rgba(168,85,247,.30) 0%, transparent 25%),
		radial-gradient(circle at 75% 28%, rgba(128,19,194,.28) 0%, transparent 28%),
		radial-gradient(circle at 60% 72%, rgba(192,132,252,.20) 0%, transparent 30%);
	filter: blur(40px);
	animation: lpAurora 14s ease-in-out infinite alternate;
	-webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 18%, #000 60%, transparent 88%);
	mask-image: linear-gradient(to bottom, transparent 0%, #000 18%, #000 60%, transparent 88%);
}
@keyframes lpAurora {
	0%   { transform: translate(0,0) scale(1); }
	50%  { transform: translate(-3%,2%) scale(1.12); }
	100% { transform: translate(3%,-2%) scale(1.05); }
}
/* İnce teknoloji grid'i + alt fade */
.lp-hero-bg::after {
	content: ""; position: absolute; inset: 0;
	background-image:
		linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
	background-size: 54px 54px;
	-webkit-mask-image: radial-gradient(120% 90% at 50% 0%, #000 35%, transparent 78%);
	mask-image: radial-gradient(120% 90% at 50% 0%, #000 35%, transparent 78%);
}
.lp-hero .container { position: relative; z-index: 1; }
.lp-hero-inner { max-width: 800px; margin: 0 auto; }

.lp-badge {
	display: inline-flex; align-items: center; gap: 8px;
	padding: 8px 16px; border-radius: 999px;
	background: rgba(128,19,194,.14); border: 1px solid rgba(168,85,247,.3);
	color: #c8a4f5; font-size: 13px; font-weight: 600; margin-bottom: 28px;
	letter-spacing: .2px;
}
.lp-badge-dot { width: 7px; height: 7px; border-radius: 50%; background: #c084fc; box-shadow: 0 0 0 4px rgba(192,132,252,.2); }

/* ===== Yeni rozet — rank stamp tarzı ===== */
.lp-badge-pro {
	position: relative; padding: 6px 16px 6px 6px; gap: 10px;
	background: linear-gradient(135deg, rgba(168,85,247,.14), rgba(76,11,122,.08));
	border: 1px solid rgba(168,85,247,.35);
	color: #e8dcff; font-size: 13px; font-weight: 600;
	box-shadow: 0 8px 28px rgba(128,19,194,.18), inset 0 1px 0 rgba(255,255,255,.06);
	overflow: hidden;
}
.lp-badge-rank {
	display: inline-flex; align-items: center; justify-content: center;
	width: 28px; height: 28px; border-radius: 50%;
	background: linear-gradient(135deg, #c084fc, #8013c2);
	color: #fff; font-weight: 900; font-size: 12.5px; letter-spacing: -.4px;
	box-shadow: 0 4px 12px rgba(168,85,247,.5), inset 0 1px 0 rgba(255,255,255,.3);
	flex-shrink: 0;
}
.lp-badge-text { letter-spacing: .15px; line-height: 1.2; }
.lp-badge-text b { color: #fff; font-weight: 800; }
.lp-badge-pulse {
	position: absolute; right: 12px; top: 50%; transform: translateY(-50%);
	width: 7px; height: 7px; border-radius: 50%; background: #4ade80;
	box-shadow: 0 0 0 0 rgba(74,222,128,.7);
	animation: lpBadgePulse 2s ease-in-out infinite;
}
@keyframes lpBadgePulse {
	0%, 100% { box-shadow: 0 0 0 0 rgba(74,222,128,.6); }
	50% { box-shadow: 0 0 0 8px rgba(74,222,128,0); }
}

/* ===== Checklist v2 — kart yapısı, tematik ikonlar ===== */
.lp-hero-checks-v2 {
	display: grid; grid-template-columns: 1fr 1fr;
	gap: 12px 14px;
	list-style: none; padding: 0; margin: 0 0 28px;
}
.lp-hero-checks-v2 li {
	display: flex; align-items: center; gap: 12px;
	padding: 11px 14px; border-radius: 12px;
	background: rgba(22,27,34,.55);
	border: 1px solid rgba(255,255,255,.05);
	transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.lp-hero-checks-v2 li:hover { transform: translateY(-2px); border-color: rgba(168,85,247,.3); background: rgba(22,27,34,.85); }
.lp-hero-checks-v2 li > span:last-child { display: flex; flex-direction: column; line-height: 1.2; min-width: 0; }
.lp-hero-checks-v2 li b { font-size: 14px; font-weight: 700; color: #fff; }
.lp-hero-checks-v2 li small { font-size: 11.5px; color: #8b95b0; margin-top: 2px; font-weight: 500; }
.lp-check-ic {
	display: inline-flex; align-items: center; justify-content: center;
	width: 36px; height: 36px; border-radius: 10px; flex-shrink: 0;
	font-size: 18px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
}
.lp-check-ic.ic-rocket { background: linear-gradient(135deg, rgba(168,85,247,.22), rgba(128,19,194,.12)); color: #c084fc; }
.lp-check-ic.ic-shield { background: linear-gradient(135deg, rgba(34,197,94,.22), rgba(21,128,61,.12)); color: #4ade80; }
.lp-check-ic.ic-headset { background: linear-gradient(135deg, rgba(96,165,250,.22), rgba(37,99,235,.12)); color: #60a5fa; }
.lp-check-ic.ic-tag { background: linear-gradient(135deg, rgba(251,191,36,.22), rgba(217,119,6,.12)); color: #fbbf24; }
.lp-check-ic.ic-verified { background: linear-gradient(135deg, rgba(236,72,153,.22), rgba(190,24,93,.12)); color: #f472b6; }
.lp-check-ic.ic-flash { background: linear-gradient(135deg, rgba(244,114,182,.22), rgba(168,85,247,.12)); color: #f472b6; }
.lp-hero-checks-v2 .lp-check-ic i { color: inherit !important; font-size: 18px; }

/* ===== Nasıl Çalışır — Timeline + Stage ===== */
.hw-wrap { display: grid; grid-template-columns: 380px 1fr; gap: 28px; align-items: start; }
.hw-timeline { position: relative; }
.hw-tline { position: relative; display: flex; flex-direction: column; gap: 10px; padding-left: 30px; }
.hw-tline::before {
	content: ""; position: absolute; left: 18px; top: 22px; bottom: 22px;
	width: 2px; background: rgba(168,85,247,.25);
}
.hw-step {
	position: relative; text-align: left; cursor: pointer;
	display: flex; align-items: flex-start; gap: 14px;
	padding: 14px 38px 14px 16px; border-radius: 14px;
	background: transparent; border: 1.5px solid transparent;
	color: #fff; font: inherit;
	transition: all .25s ease;
}
.hw-step:hover { background: rgba(22,27,34,.45); }
.hw-step.active { background: linear-gradient(135deg, rgba(22,27,34,.85), rgba(13,17,23,.7)); border-color: rgba(168,85,247,.45); box-shadow: 0 12px 30px rgba(128,19,194,.18); }
.hw-step-num {
	position: absolute; left: -42px; top: 14px;
	width: 32px; height: 32px; border-radius: 50%;
	background: #0d1117; border: 2px solid rgba(168,85,247,.4);
	display: flex; align-items: center; justify-content: center;
	font-size: 12px; font-weight: 800; color: #c084fc;
	flex-shrink: 0; z-index: 1;
}
.hw-step.active .hw-step-num { background: linear-gradient(135deg, #8013c2, #a855f7); border-color: transparent; color: #fff; box-shadow: 0 6px 16px rgba(168,85,247,.5); }
.hw-step-num .hw-check { display: none; font-size: 16px; }
.hw-step.done .hw-step-num { background: linear-gradient(135deg, #16a34a, #22c55e); border-color: transparent; color: #fff; }
.hw-step.done .hw-step-num .hw-num { display: none; }
.hw-step.done .hw-step-num .hw-check { display: inline; }
.hw-step-body { display: flex; flex-direction: column; gap: 3px; min-width: 0; flex: 1; }
.hw-step-body b { font-size: 14.5px; font-weight: 700; color: #fff; line-height: 1.3; }
.hw-step-body small { font-size: 11.5px; font-weight: 500; color: #8b95b0; line-height: 1.5; display: block; }
.hw-step:not(.active) .hw-step-body small { display: none; }
.hw-step-chev { position: absolute; right: 14px; top: 50%; transform: translateY(-50%); font-size: 18px; color: #c084fc; opacity: 0; transition: opacity .2s ease; }
.hw-step.active .hw-step-chev { opacity: 1; }

.hw-tline-nav { display: flex; align-items: center; gap: 10px; margin-top: 24px; padding-left: 30px; }
.hw-nav-btn {
	width: 36px; height: 36px; border-radius: 50%;
	background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1);
	color: #c084fc; font-size: 18px; cursor: pointer;
	display: inline-flex; align-items: center; justify-content: center;
	transition: all .2s ease;
}
.hw-nav-btn:hover { background: rgba(168,85,247,.18); border-color: rgba(168,85,247,.4); }
.hw-nav-btn[disabled] { opacity: .35; cursor: default; }
.hw-nav-on { background: linear-gradient(135deg,#8013c2,#a855f7); color: #fff; border-color: transparent; box-shadow: 0 8px 18px rgba(128,19,194,.4); }
.hw-nav-on:hover { transform: scale(1.06); background: linear-gradient(135deg,#8013c2,#a855f7); }
.hw-play-btn {
	margin-left: auto;
	display: inline-flex; align-items: center; gap: 6px;
	padding: 8px 14px; border-radius: 100px;
	background: rgba(22,27,34,.6); border: 1px solid rgba(255,255,255,.1);
	color: #cdd4e6; font-size: 12.5px; font-weight: 600; cursor: pointer;
	transition: all .2s ease;
}
.hw-play-btn:hover { background: rgba(22,27,34,.85); border-color: rgba(168,85,247,.4); color: #fff; }
.hw-play-btn i { font-size: 14px; }

/* Stage */
.hw-stage {
	position: relative; overflow: hidden;
	background: linear-gradient(160deg, rgba(22,27,34,.95), rgba(13,17,23,.95));
	border: 1px solid rgba(255,255,255,.08);
	border-radius: 22px;
	box-shadow: 0 30px 60px rgba(0,0,0,.4);
	min-height: 600px;
}
.hw-stage-bar { position: absolute; top: 0; left: 0; right: 0; height: 3px; background: rgba(255,255,255,.06); z-index: 3; }
.hw-stage-bar-fill { height: 100%; background: linear-gradient(90deg, #8013c2, #a855f7, #c084fc); transition: width .5s ease; box-shadow: 0 0 12px rgba(168,85,247,.6); }
.hw-panel { display: none; animation: lpFadeUp .4s ease; }
.hw-panel.active { display: block; }
.hw-hero {
	position: relative; height: 270px; overflow: hidden;
	margin: 16px 16px 0; border-radius: 16px;
}
.hw-hero-bg { position: absolute; inset: 0; z-index: 0; }
.hw-hero-bg::after {
	content: ""; position: absolute; inset: 0;
	background-image: radial-gradient(rgba(255,255,255,.08) 1.5px, transparent 1.6px);
	background-size: 24px 24px;
}
.hw-hero-glyph {
	position: absolute; inset: 0; z-index: 1;
	display: flex; align-items: center; justify-content: center;
	font-size: 100px; color: rgba(255,255,255,.92);
	text-shadow: 0 12px 30px rgba(0,0,0,.4);
}
.hw-hero-tag {
	position: absolute; bottom: 16px; left: 16px; z-index: 2;
	display: inline-flex; align-items: center; gap: 6px;
	padding: 6px 14px; border-radius: 100px;
	background: rgba(168,85,247,.85); color: #fff;
	font-size: 12px; font-weight: 700; letter-spacing: .3px;
}
.hw-hero-tag::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: #fff; }

.hw-content { padding: 28px 32px 32px; }
.hw-content-head { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.hw-content-ic {
	width: 42px; height: 42px; border-radius: 11px;
	display: inline-flex; align-items: center; justify-content: center;
	background: linear-gradient(135deg, rgba(168,85,247,.22), rgba(128,19,194,.1));
	border: 1px solid rgba(168,85,247,.3);
	color: #c084fc; font-size: 20px;
}
.hw-content h3 { font-size: 22px; font-weight: 800; color: #fff; margin: 0; letter-spacing: -.4px; }
.hw-content p { font-size: 14.5px; color: #b6bdd0; line-height: 1.6; margin: 0 0 22px; }
.hw-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; }
.hw-chip {
	display: inline-flex; align-items: center; gap: 6px;
	padding: 8px 14px; border-radius: 100px;
	background: rgba(22,27,34,.7); border: 1px solid rgba(255,255,255,.08);
	font-size: 12.5px; font-weight: 600; color: #cdd4e6;
}
.hw-chip i { color: #4ade80; font-size: 14px; }
.hw-stat {
	position: relative;
	display: flex; flex-direction: column; gap: 4px;
	padding: 22px 26px;
	background: linear-gradient(135deg, rgba(168,85,247,.16), rgba(128,19,194,.06));
	border: 1px solid rgba(168,85,247,.22);
	border-radius: 14px;
}
.hw-stat-val { font-size: 32px; font-weight: 900; letter-spacing: -1px; color: #c084fc; line-height: 1.05; }
.hw-stat-lbl { font-size: 12.5px; font-weight: 500; color: #8b95b0; letter-spacing: .2px; }
.hw-stat-ic {
	position: absolute; right: 22px; top: 50%; transform: translateY(-50%);
	width: 42px; height: 42px; border-radius: 10px;
	background: rgba(168,85,247,.18); border: 1px solid rgba(168,85,247,.3);
	display: inline-flex; align-items: center; justify-content: center;
	color: #c084fc; font-size: 20px;
}

.hw-dots { display: flex; justify-content: center; gap: 8px; padding: 0 0 22px; }
.hw-dot { width: 6px; height: 6px; border-radius: 50%; background: rgba(168,85,247,.3); cursor: pointer; transition: all .25s ease; }
.hw-dot.active { width: 28px; background: linear-gradient(90deg, #8013c2, #a855f7); border-radius: 100px; }

@media (max-width: 991px) {
	.hw-wrap { grid-template-columns: 1fr; gap: 22px; }
	.hw-tline { padding-left: 26px; }
	.hw-step-num { left: -38px; }
	.hw-stage { min-height: auto; }
	.hw-hero { height: 200px; }
	.hw-hero-glyph { font-size: 72px; }
	.hw-content { padding: 22px 22px 26px; }
	.hw-content h3 { font-size: 19px; }
	.hw-stat-val { font-size: 26px; }
}
@media (max-width: 575px) {
	.hw-tline-nav { padding-left: 26px; flex-wrap: wrap; }
	.hw-play-btn { margin-left: 0; order: 3; width: 100%; justify-content: center; margin-top: 8px; }
	.hw-stat-ic { display: none; }
}

/* ===== Hero stat grid — Linear/Vercel style hairline bento ===== */
.lp-hero-stats {
	display: grid; grid-template-columns: repeat(3, 1fr);
	margin: 0 0 32px;
	border-top: 1px solid rgba(255,255,255,.08);
	border-left: 1px solid rgba(255,255,255,.08);
	border-radius: 2px;
	max-width: 560px;
}
.lp-stat-cell {
	position: relative;
	padding: 18px 20px;
	border-right: 1px solid rgba(255,255,255,.08);
	border-bottom: 1px solid rgba(255,255,255,.08);
	transition: background .25s ease;
}
.lp-stat-cell::before {
	content: ""; position: absolute; left: -1px; top: 30%; bottom: 30%;
	width: 2px;
	background: linear-gradient(180deg, #8013c2, #c084fc);
	opacity: 0;
	transition: opacity .25s ease, top .25s ease, bottom .25s ease;
}
.lp-stat-cell:hover {
	background: linear-gradient(135deg, rgba(168,85,247,.08), transparent 60%);
}
.lp-stat-cell:hover::before { opacity: 1; top: 12%; bottom: 12%; }
.lp-stat-val {
	display: block;
	font-size: 26px; font-weight: 800;
	letter-spacing: -.8px; line-height: 1.05;
	background: linear-gradient(135deg, #ffffff 30%, #c084fc 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
}
.lp-stat-lbl {
	display: block; margin-top: 6px;
	font-size: 12.5px; color: #8b95b0;
	font-weight: 500; letter-spacing: .15px;
	line-height: 1.3;
}
@media (max-width: 991px) {
	.lp-hero-stats { max-width: 100%; margin-left: auto; margin-right: auto; }
	.lp-stat-val { font-size: 22px; }
}
@media (max-width: 575px) {
	.lp-hero-stats { grid-template-columns: 1fr 1fr; }
	.lp-stat-cell { padding: 14px 16px; }
	.lp-stat-val { font-size: 20px; }
	.lp-stat-lbl { font-size: 11.5px; }
}

/* ===== Yüzen kartlar v2 — gerçek notification card ===== */
.lp-float-v2 {
	padding: 10px 14px 10px 10px; gap: 10px;
	background: rgba(13,17,23,.92);
	border: 1px solid rgba(255,255,255,.08);
	box-shadow: 0 18px 40px rgba(0,0,0,.5), inset 0 1px 0 rgba(255,255,255,.06);
	backdrop-filter: blur(12px);
	border-radius: 14px;
	min-width: 168px;
}
.lp-float-v2 .lp-float-ic {
	display: inline-flex; align-items: center; justify-content: center;
	width: 36px; height: 36px; border-radius: 10px; flex-shrink: 0;
	font-size: 18px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.15);
}
.lp-float-v2 .lp-float-body { display: flex; flex-direction: column; line-height: 1.1; }
.lp-float-v2 .lp-float-body small { font-size: 9.5px; letter-spacing: 1px; color: #8b95b0; font-weight: 700; }
.lp-float-v2 .lp-float-body b { font-size: 13.5px; font-weight: 800; color: #fff; margin-top: 2px; }
.lp-float-v2 .lp-float-trend {
	display: inline-flex; align-items: center; gap: 1px;
	font-size: 11px; font-weight: 800; color: #4ade80;
	background: rgba(74,222,128,.12); border: 1px solid rgba(74,222,128,.25);
	padding: 2px 6px 2px 4px; border-radius: 100px;
	flex-shrink: 0; margin-left: 4px;
}
.lp-float-v2 .lp-float-trend i { font-size: 13px; }
.lp-float-v2 .lp-float-pulse,
.lp-float-v2 .lp-float-live {
	width: 8px; height: 8px; border-radius: 50%;
	flex-shrink: 0; margin-left: 2px;
}
.lp-float-v2 .lp-float-pulse { background: #f472b6; box-shadow: 0 0 0 0 rgba(244,114,182,.7); animation: lpBadgePulse 1.8s ease-in-out infinite; }
.lp-float-v2 .lp-float-live { background: #fbbf24; box-shadow: 0 0 0 0 rgba(251,191,36,.7); animation: lpBadgePulse 1.4s ease-in-out infinite; }

/* Renk tematiği — ikon kutusu */
.lp-float-v2.lp-float-1 .lp-float-ic { background: linear-gradient(135deg, rgba(74,222,128,.22), rgba(21,128,61,.12)); color: #4ade80; }
.lp-float-v2.lp-float-2 .lp-float-ic { background: linear-gradient(135deg, rgba(244,114,182,.22), rgba(190,24,93,.12)); color: #f472b6; }
.lp-float-v2.lp-float-3 .lp-float-ic { background: linear-gradient(135deg, rgba(251,191,36,.22), rgba(217,119,6,.12)); color: #fbbf24; }

/* v2 override: parent .lp-float ortak rengini kaldır */
.lp-float-v2 { color: #fff !important; }
.lp-float-v2 i { color: inherit; }

.lp-hero-title {
	font-size: 64px; line-height: 1.06; font-weight: 800; color: #fff;
	margin: 0 0 22px; letter-spacing: -2px;
}
.lp-hero-sub {
	font-size: 18px; line-height: 1.6; color: #8b95b0;
	margin: 0 auto 36px; max-width: 540px;
}
.lp-hero-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-bottom: 40px; }
.lp-hero-proof { display: inline-flex; align-items: center; gap: 12px; }
.lp-proof-avatars { display: flex; }
.lp-proof-avatars span {
	width: 36px; height: 36px; border-radius: 50%; margin-left: -10px;
	background: linear-gradient(135deg, #a855f7, #6d28d9); color: #fff;
	display: inline-flex; align-items: center; justify-content: center;
	font-size: 13px; font-weight: 700; border: 2px solid #0d1117;
}
.lp-proof-avatars span:first-child { margin-left: 0; }
.lp-proof-text { font-size: 14px; color: #8b95b0; }
.lp-proof-text b { color: #fff; }
.lp-proof-star { color: #f5a623; }

/* HERO — iki kolonlu (görselli) varyant */
.lp-hero-split { text-align: left; padding: 110px 0 90px; }
.lp-hero-split .lp-hero-grid {
	display: grid; grid-template-columns: 1.05fr .95fr;
	gap: 50px; align-items: center;
}
.lp-hero-split .lp-hero-content { max-width: 580px; }
.lp-hero-split .lp-hero-title { font-size: 56px; letter-spacing: -1.6px; }
.lp-hero-split .lp-hero-sub { margin-left: 0; }
.lp-hero-split .lp-hero-actions { justify-content: flex-start; }
.lp-hero-split .lp-hero-proof { display: inline-flex; }

.lp-hero-media {
	position: relative;
	display: flex; align-items: center; justify-content: center;
	min-height: 340px;
}
.lp-hero-media-glow {
	position: absolute; left: 50%; top: 50%;
	width: 480px; height: 480px; max-width: 110%;
	transform: translate(-50%,-50%);
	background: radial-gradient(circle, rgba(168,85,247,.38) 0%, rgba(128,19,194,.18) 45%, transparent 70%);
	filter: blur(10px);
	animation: lpHeroGlow 6s ease-in-out infinite;
	pointer-events: none;
}
@keyframes lpHeroGlow {
	0%,100% { transform: translate(-50%,-50%) scale(1); opacity: .9; }
	50%     { transform: translate(-50%,-52%) scale(1.07); opacity: 1; }
}
.lp-hero-img {
	position: relative; z-index: 1;
	max-width: 100%; height: auto; max-height: 460px;
	object-fit: contain;
	filter: drop-shadow(0 30px 60px rgba(0,0,0,.5));
	animation: lpHeroFloat 5s ease-in-out infinite;
}
@keyframes lpHeroFloat {
	0%,100% { transform: translateY(0) rotate(0deg); }
	50%     { transform: translateY(-16px) rotate(.6deg); }
}

@media (max-width: 991px) {
	.lp-hero-split { text-align: center; padding: 70px 0 60px; }
	.lp-hero-split .lp-hero-grid { grid-template-columns: 1fr; gap: 28px; }
	.lp-hero-split .lp-hero-content { max-width: 600px; margin: 0 auto; }
	.lp-hero-split .lp-hero-actions { justify-content: center; }
	.lp-hero-split .lp-hero-title { font-size: 40px; letter-spacing: -1px; }
	.lp-hero-media { order: -1; min-height: 0; }
	.lp-hero-img { max-height: 300px; }
	.lp-hero-media-glow { width: 320px; height: 320px; }
}
@media (max-width: 575.98px) {
	.lp-hero-split .lp-hero-title { font-size: 30px; letter-spacing: -.6px; }
	.lp-hero-img { max-height: 220px; }
	.lp-hero-media-glow { width: 240px; height: 240px; }
}

/* ===== HERO — Giriş formlu varyant ===== */
.lp-hero-login { text-align: left; padding: 100px 0 90px; }
.lp-hero-login .lp-hero-grid {
	display: grid; grid-template-columns: 1.05fr .85fr;
	gap: 56px; align-items: center;
}
.lp-hero-login .lp-hero-content { position: relative; max-width: 600px; }
.lp-hero-login .lp-hero-title { font-size: 52px; letter-spacing: -1.6px; margin-bottom: 16px; }
.lp-hero-login .lp-hero-sub { margin: 0 0 26px; max-width: 480px; }

.lp-hero-checks {
	list-style: none; padding: 0; margin: 0 0 26px;
	display: grid; grid-template-columns: 1fr 1fr; gap: 10px 22px;
}
.lp-hero-checks li {
	display: flex; align-items: center; gap: 9px;
	font-size: 14px; color: #cdd4e6; font-weight: 500;
}
.lp-hero-checks li i { color: #22c55e; font-size: 18px; flex-shrink: 0; }

.lp-hero-trust { display: inline-flex; align-items: center; gap: 12px; }

.lp-hero-mascot {
	position: absolute; right: -120px; bottom: -90px;
	width: 230px; height: auto; pointer-events: none; opacity: .9;
	filter: drop-shadow(0 24px 50px rgba(0,0,0,.5));
	animation: lpHeroFloat 5s ease-in-out infinite;
	z-index: 0;
}

/* Giriş kartı */
.lp-hero-formwrap { display: flex; justify-content: center; }
.lp-login-card {
	width: 100%; max-width: 420px;
	background: rgba(22,27,34,.78);
	border: 1px solid rgba(168,85,247,.22);
	border-radius: 22px;
	padding: 30px 28px;
	box-shadow: 0 30px 70px rgba(0,0,0,.45), inset 0 1px 0 rgba(255,255,255,.06);
	backdrop-filter: blur(14px);
}
.lp-login-head { text-align: center; margin-bottom: 22px; }
.lp-login-head h2 { font-size: 22px; font-weight: 800; color: #fff; margin: 0 0 6px; }
.lp-login-head p { font-size: 13.5px; color: #8b95b0; margin: 0; }

.lp-field { margin-bottom: 16px; }
.lp-field-row { display: flex; align-items: center; justify-content: space-between; margin-bottom: 7px; }
.lp-field label { display: block; font-size: 13px; font-weight: 600; color: #cdd4e6; margin-bottom: 7px; }
.lp-field-row label { margin-bottom: 0; }
.lp-forgot { font-size: 12.5px; color: #c084fc; text-decoration: none; }
.lp-forgot:hover { color: #a855f7; text-decoration: underline; }
.lp-login-card input[type="text"],
.lp-login-card input[type="password"] {
	width: 100%; height: 48px; padding: 0 16px;
	background: rgba(13,17,23,.7);
	border: 1px solid rgba(255,255,255,.1);
	border-radius: 12px; color: #fff; font-size: 14.5px;
	transition: border-color .2s ease, box-shadow .2s ease;
}
.lp-login-card input::placeholder { color: #6b7280; }
.lp-login-card input:focus {
	outline: none; border-color: #a855f7;
	box-shadow: 0 0 0 3px rgba(168,85,247,.18);
}
.lp-remember {
	display: flex; align-items: center; gap: 8px;
	font-size: 13px; color: #b6bdd0; margin: 4px 0 18px; cursor: pointer;
}
.lp-remember input { width: 16px; height: 16px; accent-color: #8013c2; }

.lp-btn-block { width: 100%; justify-content: center; }
.lp-login-card .lp-btn { height: 48px; }

.lp-login-divider {
	display: flex; align-items: center; gap: 12px;
	margin: 18px 0; color: #6b7280; font-size: 12px;
}
.lp-login-divider::before, .lp-login-divider::after {
	content: ""; flex: 1; height: 1px; background: rgba(255,255,255,.1);
}

/* Mobil */
@media (max-width: 991px) {
	.lp-hero-login { text-align: center; padding: 64px 0 56px; }
	.lp-hero-login .lp-hero-grid { grid-template-columns: 1fr; gap: 36px; }
	.lp-hero-login .lp-hero-content { max-width: 560px; margin: 0 auto; }
	.lp-hero-login .lp-hero-title { font-size: 38px; letter-spacing: -1px; }
	.lp-hero-login .lp-hero-sub { margin-left: auto; margin-right: auto; }
	.lp-hero-checks { max-width: 460px; margin-left: auto; margin-right: auto; text-align: left; }
	.lp-hero-trust { display: inline-flex; }
	.lp-hero-mascot { display: none; }
	.lp-hero-login .lp-hero-content { order: -1; }
}
@media (max-width: 575.98px) {
	.lp-hero-login .lp-hero-title { font-size: 29px; letter-spacing: -.6px; }
	.lp-hero-checks { grid-template-columns: 1fr; }
	.lp-login-card { padding: 24px 20px; }
}

/* ===== HERO — Roket görselli varyant ===== */
.lp-hero-rocket { text-align: left; padding: 130px 0 30px; position: relative; overflow: visible; }
.lp-hero-grid-rocket {
	display: grid; grid-template-columns: 1.05fr .95fr;
	gap: 60px; align-items: center;
}
.lp-hero-rocket .lp-hero-content { position: relative; max-width: 620px; }
.lp-hero-rocket .lp-hero-title { font-size: 56px; letter-spacing: -1.8px; margin-bottom: 18px; line-height: 1.05; }
.lp-hero-rocket .lp-hero-sub { margin: 0 0 26px; max-width: 540px; font-size: 16.5px; line-height: 1.55; }

.lp-hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; margin: 0 0 28px; }
.lp-hero-ctas .lp-btn { gap: 8px; }
.lp-hero-ctas .lp-btn i { font-size: 18px; }

.lp-hero-visual {
	position: relative;
	min-height: 480px;
	display: flex; align-items: center; justify-content: center;
}
.lp-hero-rocket-img {
	position: relative; z-index: 2;
	max-width: 100%; height: auto;
	max-height: 540px;
	filter: drop-shadow(0 30px 60px rgba(128,19,194,.45)) drop-shadow(0 0 80px rgba(168,85,247,.35));
	animation: lpRocketFloat 6s ease-in-out infinite;
}
.lp-hero-rocket-glow {
	position: absolute; inset: 0;
	background: radial-gradient(circle at 50% 50%, rgba(168,85,247,.35) 0%, rgba(128,19,194,.18) 35%, transparent 70%);
	filter: blur(40px);
	z-index: 1;
	animation: lpGlowPulse 4s ease-in-out infinite;
}
@keyframes lpRocketFloat {
	0%, 100% { transform: translateY(0) rotate(0deg); }
	50% { transform: translateY(-14px) rotate(-1.5deg); }
}
@keyframes lpGlowPulse {
	0%, 100% { opacity: .8; transform: scale(1); }
	50% { opacity: 1; transform: scale(1.08); }
}

/* Yüzen bilgi chip'leri */
.lp-hero-floats { position: absolute; inset: 0; z-index: 3; pointer-events: none; }
.lp-float {
	position: absolute;
	display: inline-flex; align-items: center; gap: 7px;
	padding: 9px 14px; border-radius: 100px;
	background: rgba(22,27,34,.85);
	border: 1px solid rgba(168,85,247,.3);
	color: #fff; font-size: 13px; font-weight: 700;
	box-shadow: 0 12px 30px rgba(0,0,0,.4), inset 0 1px 0 rgba(255,255,255,.08);
	backdrop-filter: blur(8px);
	white-space: nowrap;
}
.lp-float i { font-size: 16px; }
.lp-float-1 { top: 14%; left: -2%; color: #4ade80; animation: lpFloat1 5.5s ease-in-out infinite; }
.lp-float-1 i { color: #4ade80; }
.lp-float-2 { top: 48%; right: -4%; color: #f472b6; animation: lpFloat2 6s ease-in-out infinite; }
.lp-float-2 i { color: #f472b6; }
.lp-float-3 { bottom: 12%; left: 4%; color: #fbbf24; animation: lpFloat3 5s ease-in-out infinite; }
.lp-float-3 i { color: #fbbf24; }
@keyframes lpFloat1 { 0%,100%{ transform: translateY(0); } 50%{ transform: translateY(-10px); } }
@keyframes lpFloat2 { 0%,100%{ transform: translateY(0); } 50%{ transform: translateY(12px); } }
@keyframes lpFloat3 { 0%,100%{ transform: translateY(0); } 50%{ transform: translateY(-8px); } }

/* Yörünge — küçük platform ikonları */
.lp-hero-orbits { position: absolute; inset: 0; z-index: 2; pointer-events: none; }
.lp-orbit {
	position: absolute; width: 64px; height: 64px;
	filter: drop-shadow(0 12px 24px rgba(0,0,0,.5)) drop-shadow(0 0 14px rgba(168,85,247,.35));
	will-change: transform;
}
/* 9 platform — roket etrafında dağınık yörünge */
.lp-orbit-1 { top: -2%;  left: 30%;  width: 58px; height: 58px; animation: lpOrbit1 7s   ease-in-out infinite; }   /* Instagram - üst orta */
.lp-orbit-2 { top: 14%;  right: 6%;  width: 52px; height: 52px; animation: lpOrbit2 7.5s ease-in-out infinite; }   /* TikTok - sağ üst */
.lp-orbit-3 { top: 50%;  right: -2%; width: 56px; height: 56px; animation: lpOrbit3 8s   ease-in-out infinite; }   /* YouTube - sağ orta */
.lp-orbit-4 { bottom: 12%; right: 22%; width: 50px; height: 50px; animation: lpOrbit4 6.5s ease-in-out infinite; } /* Spotify - alt orta-sağ */
.lp-orbit-5 { top: 8%;   left: 6%;  width: 54px; height: 54px; animation: lpOrbit5 7.2s ease-in-out infinite; }   /* Twitter/X - sol üst */
.lp-orbit-6 { top: 44%;  left: -2%; width: 52px; height: 52px; animation: lpOrbit6 7.8s ease-in-out infinite; }   /* Facebook - sol orta */
.lp-orbit-7 { bottom: 26%; left: 4%;  width: 50px; height: 50px; animation: lpOrbit7 6.8s ease-in-out infinite; } /* Telegram - sol alt */
.lp-orbit-8 { top: 28%;  right: 22%; width: 46px; height: 46px; animation: lpOrbit8 6.3s ease-in-out infinite; }  /* Twitch - sağ iç */
.lp-orbit-9 { bottom: 2%;  left: 38%; width: 48px; height: 48px; animation: lpOrbit9 7.6s ease-in-out infinite; } /* LinkedIn - alt */

@keyframes lpOrbit1 { 0%,100%{ transform: translate(0,0) rotate(-4deg); } 50%{ transform: translate(-6px,-10px) rotate(2deg); } }
@keyframes lpOrbit2 { 0%,100%{ transform: translate(0,0) rotate(3deg); }  50%{ transform: translate(-10px,8px) rotate(-3deg); } }
@keyframes lpOrbit3 { 0%,100%{ transform: translate(0,0) rotate(-2deg); } 50%{ transform: translate(8px,-8px) rotate(4deg); } }
@keyframes lpOrbit4 { 0%,100%{ transform: translate(0,0) rotate(2deg); }  50%{ transform: translate(6px,-10px) rotate(-4deg); } }
@keyframes lpOrbit5 { 0%,100%{ transform: translate(0,0) rotate(3deg); }  50%{ transform: translate(8px,-6px) rotate(-2deg); } }
@keyframes lpOrbit6 { 0%,100%{ transform: translate(0,0) rotate(-2deg); } 50%{ transform: translate(10px,10px) rotate(3deg); } }
@keyframes lpOrbit7 { 0%,100%{ transform: translate(0,0) rotate(2deg); }  50%{ transform: translate(8px,-8px) rotate(-4deg); } }
@keyframes lpOrbit8 { 0%,100%{ transform: translate(0,0) rotate(-3deg); } 50%{ transform: translate(-6px,10px) rotate(2deg); } }
@keyframes lpOrbit9 { 0%,100%{ transform: translate(0,0) rotate(2deg); }  50%{ transform: translate(-8px,-8px) rotate(-3deg); } }

@media (max-width: 991px) {
	.lp-orbit { width: 44px !important; height: 44px !important; }
}
@media (max-width: 575px) {
	.lp-orbit { width: 36px !important; height: 36px !important; }
	.lp-orbit-8, .lp-orbit-9 { display: none; }
}

/* ===== Hero platform strip — temiz yatay sıra ===== */
.lp-hero-platforms-strip {
	margin-top: 56px;
	padding-top: 36px;
	border-top: 1px solid rgba(255,255,255,.06);
	text-align: center;
}
.lp-hero-platforms-lbl {
	display: inline-block;
	font-size: 13px; font-weight: 600;
	color: #8b95b0; letter-spacing: .3px;
	margin-bottom: 22px;
}
.lp-hero-platforms-row {
	display: flex; align-items: center; justify-content: center;
	gap: 28px; flex-wrap: wrap;
}
.lp-hero-platforms-row img {
	width: 48px; height: 48px; object-fit: contain;
	filter: drop-shadow(0 6px 14px rgba(0,0,0,.4)) saturate(.95);
	opacity: .85;
	transition: transform .25s ease, opacity .25s ease, filter .25s ease;
	cursor: pointer;
}
.lp-hero-platforms-row img:hover {
	transform: translateY(-4px) scale(1.08);
	opacity: 1;
	filter: drop-shadow(0 12px 22px rgba(168,85,247,.45)) saturate(1.1) brightness(1.05);
}
@media (max-width: 991px) {
	.lp-hero-platforms-strip { margin-top: 40px; padding-top: 28px; }
	.lp-hero-platforms-row { gap: 20px; }
	.lp-hero-platforms-row img { width: 42px; height: 42px; }
}
@media (max-width: 575px) {
	.lp-hero-platforms-row { gap: 14px; }
	.lp-hero-platforms-row img { width: 36px; height: 36px; }
}

@media (max-width: 991px) {
	.lp-hero-rocket { text-align: center; padding: 60px 0 50px; }
	.lp-hero-grid-rocket { grid-template-columns: 1fr; gap: 28px; }
	.lp-hero-rocket .lp-hero-content { max-width: 600px; margin: 0 auto; }
	.lp-hero-rocket .lp-hero-title { font-size: 40px; letter-spacing: -1.2px; }
	.lp-hero-rocket .lp-hero-sub { margin-left: auto; margin-right: auto; }
	.lp-hero-checks { max-width: 480px; margin-left: auto; margin-right: auto; text-align: left; }
	.lp-hero-ctas { justify-content: center; }
	.lp-hero-trust { display: inline-flex; }
	.lp-hero-visual { min-height: 360px; order: -1; }
	.lp-hero-rocket-img { max-height: 380px; }
}
@media (max-width: 575.98px) {
	.lp-hero-rocket .lp-hero-title { font-size: 30px; letter-spacing: -.7px; }
	.lp-hero-checks { grid-template-columns: 1fr; }
	.lp-hero-visual { min-height: 280px; }
	.lp-hero-rocket-img { max-height: 280px; }
	.lp-float { font-size: 11.5px; padding: 7px 11px; }
	.lp-float i { font-size: 14px; }
	.lp-float-1 { left: 0; }
	.lp-float-2 { right: 0; }
	.lp-hero-ctas .lp-btn { padding: 12px 20px; font-size: 14px; }
}

/* Platform kartları — CANLI & CAFCAFLI */
.lp-platforms { display: grid; grid-template-columns: repeat(8, 1fr); gap: 16px; }
.lp-pf {
	position: relative; z-index: 1; overflow: hidden;
	display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 15px;
	padding: 34px 12px; border-radius: 20px; color: #fff; text-decoration: none;
	font-size: 14px; font-weight: 800; letter-spacing: .3px;
	box-shadow: inset 0 2px 1px rgba(255,255,255,.35), inset 0 -10px 20px rgba(0,0,0,.28), 0 10px 24px rgba(0,0,0,.28);
	transition: transform .2s ease, box-shadow .2s ease;
}
/* Parlak cam yansıması (statik gloss) */
.lp-pf::before {
	content: ""; position: absolute; left: 0; right: 0; top: 0; height: 52%;
	background: linear-gradient(180deg, rgba(255,255,255,.32) 0%, rgba(255,255,255,.08) 60%, transparent 100%);
	border-radius: 20px 20px 60% 60%;
	pointer-events: none;
}
.lp-pf, .lp-pf:hover, .lp-pf:focus, .lp-pf:active, .lp-pf:visited { color: #fff !important; text-decoration: none; }
.lp-pf:hover { transform: scale(1.06) translateY(-3px); z-index: 5; filter: saturate(1.2) brightness(1.08); }

.lp-pf-ic {
	position: relative; z-index: 1;
	width: 56px; height: 56px; border-radius: 50%;
	display: inline-flex; align-items: center; justify-content: center;
	background: rgba(255,255,255,.28);
	box-shadow: inset 0 1px 2px rgba(255,255,255,.6), 0 4px 10px rgba(0,0,0,.2);
}
.lp-pf-ic svg { width: 30px; height: 30px; color: #fff; filter: drop-shadow(0 2px 3px rgba(0,0,0,.3)); }
.lp-pf span:last-child { position: relative; z-index: 1; text-shadow: 0 2px 4px rgba(0,0,0,.3); }

/* CANLI & PARLAK doygun gradyanlar */
.pf-ig { background: linear-gradient(140deg,#ffb13d 0%,#ff5e3a 30%,#ff2d76 60%,#c837e0 100%); }
.pf-ig:hover { box-shadow: inset 0 2px 1px rgba(255,255,255,.4), 0 16px 36px rgba(255,45,118,.6); }
.pf-tw { background: linear-gradient(140deg,#3a3f47 0%,#15171c 60%,#000 100%); }
.pf-tw:hover { box-shadow: inset 0 2px 1px rgba(255,255,255,.25), 0 16px 36px rgba(80,90,110,.5); }
.pf-yt { background: linear-gradient(140deg,#ff5b5b 0%,#ff0000 55%,#d10000 100%); }
.pf-yt:hover { box-shadow: inset 0 2px 1px rgba(255,255,255,.4), 0 16px 36px rgba(255,0,0,.6); }
.pf-tk { background: linear-gradient(140deg,#3b3b48 0%,#121218 55%,#000 100%); }
.pf-tk:hover { box-shadow: inset 0 2px 1px rgba(255,255,255,.25), 0 16px 36px rgba(0,242,234,.45); }
.pf-fb { background: linear-gradient(140deg,#4d9bff 0%,#1877f2 55%,#0a5bd0 100%); }
.pf-fb:hover { box-shadow: inset 0 2px 1px rgba(255,255,255,.4), 0 16px 36px rgba(24,119,242,.6); }
.pf-tg { background: linear-gradient(140deg,#5cc8f5 0%,#229ed9 55%,#1683b8 100%); }
.pf-tg:hover { box-shadow: inset 0 2px 1px rgba(255,255,255,.4), 0 16px 36px rgba(34,158,217,.6); }
.pf-tch { background: linear-gradient(140deg,#c18bff 0%,#9146ff 55%,#6a25d6 100%); }
.pf-tch:hover { box-shadow: inset 0 2px 1px rgba(255,255,255,.4), 0 16px 36px rgba(145,70,255,.6); }
.pf-sp { background: linear-gradient(140deg,#4ef08a 0%,#1db954 55%,#149945 100%); }
.pf-sp:hover { box-shadow: inset 0 2px 1px rgba(255,255,255,.4), 0 16px 36px rgba(29,185,84,.6); }

/* ===== Brand kartlar — smmspot tarzı düz marka renkli grid ===== */
.lp-platforms-brand {
	display: grid; grid-template-columns: repeat(5, 1fr);
	gap: 16px;
	max-width: 1180px; margin: 0 auto;
}
.lp-pf-brand {
	position: relative; overflow: hidden;
	aspect-ratio: 1 / 1;
	display: flex; flex-direction: column;
	align-items: center; justify-content: center;
	gap: 4px;
	border-radius: 18px;
	color: #fff !important; text-decoration: none !important;
	transition: transform .25s ease, box-shadow .25s ease;
	box-shadow: 0 14px 30px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.08);
}
.lp-pf-brand::before {
	content: ""; position: absolute; left: 0; right: 0; top: 0; height: 50%;
	background: linear-gradient(180deg, rgba(255,255,255,.12) 0%, transparent 100%);
	pointer-events: none;
}
.lp-pf-brand:hover {
	transform: translateY(-6px) scale(1.03);
	box-shadow: 0 22px 44px rgba(0,0,0,.45), inset 0 1px 0 rgba(255,255,255,.12);
	z-index: 2;
}
.lp-pf-brand-ic {
	font-size: 56px; line-height: 1; margin-bottom: 16px;
	color: #fff;
	filter: drop-shadow(0 4px 8px rgba(0,0,0,.25));
	position: relative; z-index: 1;
	display: inline-flex; align-items: center; justify-content: center;
}
.lp-pf-brand-ic svg { width: 52px; height: 52px; color: #fff; }
.lp-pf-brand-name {
	font-size: 15px; font-weight: 800; color: #fff;
	letter-spacing: 1.2px; text-transform: uppercase;
	position: relative; z-index: 1;
	text-shadow: 0 2px 4px rgba(0,0,0,.2);
}
.lp-pf-brand-sub {
	font-size: 12.5px; font-weight: 500;
	color: rgba(255,255,255,.85);
	letter-spacing: .3px;
	position: relative; z-index: 1;
	text-shadow: 0 1px 3px rgba(0,0,0,.2);
}

/* Marka renkleri */
.pf-b-ig { background: linear-gradient(135deg, #f58529 0%, #dd2a7b 45%, #8134af 100%); }
.pf-b-tk { background: #161823; }
.pf-b-tk .lp-pf-brand-ic { color: #fff; text-shadow: 1px 0 0 #25f4ee, -1px 0 0 #fe2c55; }
.pf-b-tw { background: #000000; }
.pf-b-yt { background: #ff0000; }
.pf-b-fb { background: #1877f2; }
.pf-b-sp { background: #1db954; }
.pf-b-tg { background: linear-gradient(135deg, #37bbfe 0%, #229ed9 100%); }
.pf-b-tch { background: #9146ff; }
.pf-b-li { background: #0a66c2; }
.pf-b-kick { background: #53fc18; }
.pf-b-kick .lp-pf-brand-name { color: #000 !important; text-shadow: none; }
.pf-b-kick .lp-pf-brand-sub { color: rgba(0,0,0,.7) !important; text-shadow: none; }
.lp-pf-brand-img { width: 52px; height: 52px; object-fit: contain; }

@media (max-width: 1200px) {
	.lp-platforms-brand { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 768px) {
	.lp-platforms-brand { grid-template-columns: repeat(3, 1fr); gap: 12px; }
	.lp-pf-brand-ic { font-size: 44px; margin-bottom: 10px; }
	.lp-pf-brand-name { font-size: 13px; letter-spacing: .8px; }
	.lp-pf-brand-sub { font-size: 11.5px; }
}
@media (max-width: 480px) {
	.lp-platforms-brand { grid-template-columns: repeat(2, 1fr); }
	.lp-pf-brand-ic { font-size: 40px; }
}

/* ===== 3D İKON KARTLARI (kutusuz, büyük parlak 3D ikonlar) ===== */
.lp-platforms-3d {
	display: flex; flex-wrap: wrap;
	justify-content: center; align-items: flex-start;
	gap: 22px 14px;
	max-width: 1180px; margin: 0 auto;
}
.lp-pf-3d {
	flex: 0 0 auto; width: 118px;
	gap: 14px; padding: 14px 4px; overflow: visible;
	background: none !important;
	border: none; box-shadow: none;
}
.lp-pf-3d::before { display: none; }
.lp-pf-3d:hover {
	transform: scale(1.08) translateY(-5px); z-index: 5; filter: none;
	background: none !important; box-shadow: none;
}
.lp-pf-3d .lp-pf-ic {
	width: 112px; height: 112px; border-radius: 0;
	background: none; box-shadow: none;
}
.lp-pf-3d .lp-pf-ic img {
	width: 100%; height: 100%; object-fit: contain;
	filter: drop-shadow(0 12px 22px rgba(0,0,0,.5));
	transition: transform .25s ease, filter .25s ease;
}
.lp-pf-3d:hover .lp-pf-ic img {
	transform: scale(1.1) translateY(-2px);
	filter: drop-shadow(0 18px 30px rgba(0,0,0,.55)) drop-shadow(0 0 22px rgba(168,85,247,.5)) brightness(1.07);
}
.lp-pf-3d span:last-child {
	font-size: 14.5px; font-weight: 700; color: #e8ecf5;
	text-shadow: 0 1px 3px rgba(0,0,0,.5);
}
body.light .lp-pf-3d span:last-child { color: #1a2233; text-shadow: none; }
@media (max-width: 991px) {
	.lp-platforms-3d { gap: 24px 10px; max-width: 460px; }
	.lp-pf-3d { width: 30%; }
	.lp-pf-3d .lp-pf-ic { width: 118px; height: 118px; }
}
@media (max-width: 575px) {
	.lp-platforms-3d { gap: 20px 6px; max-width: 360px; }
	.lp-pf-3d { width: 31%; padding: 12px 2px; }
	.lp-pf-3d .lp-pf-ic { width: 92px; height: 92px; }
	.lp-pf-3d span:last-child { font-size: 13px; }
}

/* İstatistikler */
.lp-stats {
	display: grid; grid-template-columns: repeat(4,1fr); gap: 16px;
	padding: 30px; border-radius: 20px;
	background: linear-gradient(135deg, rgba(128,19,194,.16), rgba(76,11,122,.07));
	border: 1px solid rgba(168,85,247,.25);
}
.lp-stat { text-align: center; }
.lp-stat-num { font-size: 34px; font-weight: 800; color: #fff; line-height: 1; }
.lp-stat-label { font-size: 13px; color: #9aa4bf; margin-top: 8px; }

/* Adımlar */
.lp-steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.lp-step {
	position: relative; padding: 26px 20px; border-radius: 16px;
	background: rgba(22,27,34,.7); border: 1px solid rgba(255,255,255,.08);
	transition: transform .2s ease, border-color .2s ease;
}
.lp-step:hover { transform: translateY(-4px); border-color: rgba(168,85,247,.4); }
.lp-step-no { position: absolute; top: 14px; right: 18px; font-size: 30px; font-weight: 800; color: rgba(168,85,247,.22); }
.lp-step-ic { width: 50px; height: 50px; border-radius: 14px; display: inline-flex; align-items: center; justify-content: center; font-size: 24px; color: #fff; background: linear-gradient(135deg,#8013c2,#4c0b7a); margin-bottom: 16px; }
.lp-step h3 { font-size: 16px; color: #fff; margin: 0 0 8px; }
.lp-step p { font-size: 13px; color: #9aa4bf; margin: 0; line-height: 1.55; }

/* Özellikler */
.lp-features { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.lp-feature {
	padding: 26px 22px; border-radius: 16px;
	background: rgba(22,27,34,.7); border: 1px solid rgba(255,255,255,.08);
	transition: transform .2s ease, border-color .2s ease;
}
.lp-feature:hover { transform: translateY(-4px); border-color: rgba(168,85,247,.4); }
.lp-feature-ic { width: 48px; height: 48px; border-radius: 14px; display: inline-flex; align-items: center; justify-content: center; font-size: 22px; color: #c084fc; background: rgba(128,19,194,.16); margin-bottom: 14px; }
.lp-feature h3 { font-size: 16px; color: #fff; margin: 0 0 8px; }
.lp-feature p { font-size: 13px; color: #9aa4bf; margin: 0; line-height: 1.6; }

/* Yorumlar */
.lp-reviews { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.lp-review { padding: 24px 20px; border-radius: 18px; color: #fff; }
.rv-1 { background: linear-gradient(135deg,#d6336c,#a61e4d); }
.rv-2 { background: linear-gradient(135deg,#7048e8,#4c2bb3); }
.rv-3 { background: linear-gradient(135deg,#37b24d,#2b8a3e); }
.rv-4 { background: linear-gradient(135deg,#f59f00,#d9480f); }
.lp-review-stars { color: #ffd43b; font-size: 15px; margin-bottom: 12px; letter-spacing: 2px; }
.lp-review h4 { font-size: 16px; margin: 0 0 10px; }
.lp-review p { font-size: 13px; line-height: 1.6; opacity: .92; margin: 0 0 18px; }
.lp-review-user { display: flex; align-items: center; gap: 10px; }
.lp-review-user span { width: 38px; height: 38px; border-radius: 50%; background: rgba(255,255,255,.2); display: inline-flex; align-items: center; justify-content: center; font-weight: 700; }
.lp-review-user b { display: block; font-size: 13.5px; }
.lp-review-user small { font-size: 11.5px; opacity: .8; }

/* Ödeme yöntemleri */
.lp-pays { display: grid; grid-template-columns: repeat(6,1fr); gap: 14px; }
.lp-pay {
	display: flex; flex-direction: column; align-items: center; gap: 10px;
	padding: 22px 12px; border-radius: 14px;
	background: rgba(22,27,34,.7); border: 1px solid rgba(255,255,255,.08);
	color: #c5cde0; font-size: 12.5px; font-weight: 600; transition: border-color .2s ease, transform .2s ease;
}
.lp-pay:hover { border-color: rgba(168,85,247,.4); transform: translateY(-3px); }
.lp-pay i { font-size: 26px; color: #c084fc; }

/* SSS */
.lp-faq { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; max-width: 960px; margin: 0 auto; }
.lp-faq-item { background: rgba(22,27,34,.7); border: 1px solid rgba(255,255,255,.08); border-radius: 12px; overflow: hidden; }
.lp-faq-item[open] { border-color: rgba(168,85,247,.4); }
.lp-faq-item summary { list-style: none; cursor: pointer; padding: 16px 18px; font-size: 14px; font-weight: 600; color: #fff; position: relative; }
.lp-faq-item summary::-webkit-details-marker { display: none; }
.lp-faq-item summary::after { content: "+"; position: absolute; right: 18px; top: 50%; transform: translateY(-50%); color: #c084fc; font-size: 18px; }
.lp-faq-item[open] summary::after { content: "−"; }
.lp-faq-a { padding: 0 18px 16px; font-size: 13px; line-height: 1.65; color: #9aa4bf; }

/* Son CTA */
.lp-cta {
	text-align: center; padding: 50px 24px; border-radius: 22px;
	background: linear-gradient(135deg, rgba(128,19,194,.25), rgba(76,11,122,.12));
	border: 1px solid rgba(168,85,247,.3);
}
.lp-cta h2 { font-size: 30px; font-weight: 800; color: #fff; margin: 0 0 10px; }
.lp-cta p { font-size: 15px; color: #9aa4bf; margin: 0 0 24px; }

/* SEO metni */
.lp-seo-section { border-top: 1px solid rgba(255,255,255,.06); }
.lp-seo { max-width: 900px; margin: 0 auto; color: #9aa4bf; font-size: 14px; line-height: 1.8; }
.lp-seo h1 { font-size: 26px; color: #fff; margin: 0 0 8px; }
.lp-seo h2 { font-size: 20px; color: #fff; margin: 26px 0 10px; }
.lp-seo h3 { font-size: 17px; color: #fff; margin: 22px 0 8px; }
.lp-seo h4 { font-size: 15px; color: #fff; margin: 18px 0 8px; }
.lp-seo strong { color: #c5cde0; }
.lp-seo a { color: #c084fc; }
.lp-seo ul, .lp-seo ol { margin: 0 0 14px 22px; }
.lp-seo li { margin-bottom: 6px; }

/* Light tema */
body.light .lp-head h2, body.light .lp-hero-title, body.light .lp-step h3,
body.light .lp-feature h3, body.light .lp-cta h2, body.light .lp-seo h1,
body.light .lp-seo h2, body.light .lp-seo h3, body.light .lp-seo h4 { color: #1a1a2e; }
body.light .lp-head p, body.light .lp-hero-sub, body.light .lp-step p,
body.light .lp-feature p, body.light .lp-cta p, body.light .lp-seo { color: #5b6478; }
body.light .lp-step, body.light .lp-feature, body.light .lp-pay, body.light .lp-faq-item { background: #fff; }

/* Mobil */
@media (max-width: 991px) {
	.lp-hero { padding: 90px 0 70px; }
	.lp-hero-title { font-size: 44px; letter-spacing: -1.2px; }
	.lp-hero-sub { font-size: 16px; }
	.lp-platforms { grid-template-columns: repeat(4,1fr); }
	.lp-steps, .lp-features, .lp-reviews { grid-template-columns: 1fr 1fr; }
	.lp-stats { grid-template-columns: 1fr 1fr; }
	.lp-pays { grid-template-columns: repeat(3,1fr); }
	.lp-faq { grid-template-columns: 1fr; }
	.lp-head h2 { font-size: 30px; }
}
@media (max-width: 575.98px) {
	.lp-section { padding: 48px 0; }
	.lp-hero { padding: 64px 0 48px; }
	.lp-hero-title { font-size: 32px; letter-spacing: -.8px; }
	.lp-hero-sub { font-size: 15px; }
	.lp-head h2, .lp-cta h2 { font-size: 25px; }
	.lp-platforms { grid-template-columns: repeat(2,1fr); }
	.lp-steps, .lp-features, .lp-reviews, .lp-stats { grid-template-columns: 1fr; }
	.lp-pays { grid-template-columns: repeat(2,1fr); }
	.lp-btn-lg { padding: 14px 26px; font-size: 15px; }
}

/* ============================================================
   SMMXY Landing — MoreThanPanel ilhamlı bölümler (mtp-)
   Estetik: premium karanlık + diyagonal momentum + terrazzo
   ============================================================ */

/* Scroll reveal — kademeli */
.lp-reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s cubic-bezier(.2,.8,.2,1), transform .7s cubic-bezier(.2,.8,.2,1); }
.lp-reveal.in { opacity: 1; transform: none; }
.lp-reveal:nth-child(2){ transition-delay:.08s } .lp-reveal:nth-child(3){ transition-delay:.16s }
.lp-reveal:nth-child(4){ transition-delay:.24s } .lp-reveal:nth-child(5){ transition-delay:.32s }

/* ---- Diyagonal istatistik bandı ---- */
.mtp-band { position: relative; padding: 70px 0; overflow: hidden; }
.mtp-band-skew {
	position: absolute; inset: -60px 0;
	background:
		radial-gradient(circle at 18% 30%, rgba(168,85,247,.22), transparent 30%),
		radial-gradient(circle at 82% 70%, rgba(128,19,194,.20), transparent 30%),
		linear-gradient(120deg, #2a0e44 0%, #3d0f63 25%, #4c0b7a 55%, #6d28d9 100%);
	transform: skewY(-3.5deg);
	-webkit-mask-image:
		linear-gradient(180deg, transparent 0%, #000 32%, #000 68%, transparent 100%),
		linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
	-webkit-mask-composite: source-in;
	mask-image:
		linear-gradient(180deg, transparent 0%, #000 32%, #000 68%, transparent 100%),
		linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
	mask-composite: intersect;
}
.mtp-band::before {
	content: ""; position: absolute; inset: 0; pointer-events: none;
	background: radial-gradient(80% 60% at 50% 50%, rgba(128,19,194,.18) 0%, transparent 65%);
	z-index: 0;
}
.mtp-band-skew::after {
	content: ""; position: absolute; inset: 0;
	background-image: radial-gradient(rgba(255,255,255,.10) 1.5px, transparent 1.6px);
	background-size: 26px 26px;
	-webkit-mask-image: linear-gradient(180deg, transparent, #000 30%, #000 70%, transparent);
	mask-image: linear-gradient(180deg, transparent, #000 30%, #000 70%, transparent);
}
.mtp-band-inner {
	position: relative; z-index: 1;
	display: flex; align-items: center; justify-content: center;
	gap: 40px; flex-wrap: wrap;
}
.mtp-stat { text-align: center; }
.mtp-stat-num {
	font-size: 46px; font-weight: 900; color: #fff; line-height: 1;
	letter-spacing: -1.5px; text-shadow: 0 4px 18px rgba(0,0,0,.35);
}
.mtp-stat-num span { font-size: 22px; font-weight: 700; margin-left: 4px; opacity: .85; }
.mtp-stat-label { font-size: 13px; color: rgba(255,255,255,.78); margin-top: 8px; letter-spacing: .3px; }
.mtp-band-dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,.5); }

/* ---- Nasıl çalışır 3 kart ---- */
.mtp-steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.mtp-step {
	position: relative; padding: 34px 26px 28px; border-radius: 18px;
	background: linear-gradient(170deg, rgba(34,40,54,.7), rgba(18,21,29,.7));
	border: 1px solid rgba(255,255,255,.07); overflow: hidden;
	transition: transform .25s ease, border-color .25s ease;
}
.mtp-step:hover { transform: translateY(-6px); border-color: rgba(168,85,247,.45); }
.mtp-step-hl { background: linear-gradient(170deg, rgba(128,19,194,.32), rgba(76,11,122,.18)); border-color: rgba(168,85,247,.4); }
.mtp-step-tag {
	position: absolute; top: -10px; right: 18px;
	font-size: 64px; font-weight: 900; color: rgba(168,85,247,.16); letter-spacing: -3px;
}
.mtp-step-ic {
	width: 56px; height: 56px; border-radius: 16px; display: inline-flex;
	align-items: center; justify-content: center; font-size: 26px; color: #fff;
	background: linear-gradient(135deg, #8013c2, #4c0b7a); margin-bottom: 18px;
	box-shadow: 0 10px 24px rgba(128,19,194,.4);
}
.mtp-step h3 { font-size: 17px; color: #fff; margin: 0 0 8px; }
.mtp-step p { font-size: 13.5px; color: #95a0bb; margin: 0; line-height: 1.6; }

/* ---- Fiyat hesaplayıcı ---- */
.mtp-calc {
	max-width: 760px; margin: 0 auto; padding: 30px;
	background: rgba(22,27,34,.7); border: 1px solid rgba(168,85,247,.2);
	border-radius: 22px; box-shadow: 0 30px 70px rgba(0,0,0,.4);
	backdrop-filter: blur(12px);
}
.mtp-calc-label { font-size: 13px; font-weight: 700; color: #cdd4e6; margin: 18px 0 10px; }
.mtp-calc-label:first-child { margin-top: 0; }
.mtp-calc-label b { color: #c084fc; }
.mtp-calc-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; }
.mtp-calc-services { grid-template-columns: repeat(5,1fr); }
.mtp-chip {
	padding: 12px 10px; border-radius: 12px; cursor: pointer;
	background: rgba(13,17,23,.6); border: 1px solid rgba(255,255,255,.1);
	color: #b6bdd0; font-size: 13px; font-weight: 600; transition: all .18s ease;
}
.mtp-chip:hover { border-color: rgba(168,85,247,.5); color: #fff; }
.mtp-chip.active {
	background: linear-gradient(135deg, #8013c2, #4c0b7a); color: #fff;
	border-color: transparent; box-shadow: 0 8px 20px rgba(128,19,194,.45);
}
.mtp-range {
	-webkit-appearance: none; appearance: none; width: 100%; height: 8px;
	border-radius: 999px; background: rgba(255,255,255,.1); outline: none; margin: 4px 0 0;
}
.mtp-range::-webkit-slider-thumb {
	-webkit-appearance: none; width: 24px; height: 24px; border-radius: 50%;
	background: linear-gradient(135deg, #a855f7, #6d28d9); cursor: pointer;
	border: 4px solid #161b22; box-shadow: 0 4px 12px rgba(128,19,194,.6);
}
.mtp-range::-moz-range-thumb {
	width: 24px; height: 24px; border-radius: 50%; background: #8013c2;
	cursor: pointer; border: 4px solid #161b22;
}
.mtp-calc-foot {
	display: flex; align-items: center; justify-content: space-between;
	gap: 16px; margin-top: 24px; flex-wrap: wrap;
}
.mtp-calc-price span { display: block; font-size: 12px; color: #8b95b0; text-transform: uppercase; letter-spacing: .5px; }
.mtp-calc-price strong { font-size: 30px; font-weight: 900; color: #c084fc; letter-spacing: -1px; }
.mtp-calc-btn { white-space: nowrap; }

/* ---- Avantajlar (asimetrik maskot + accordion) ---- */
.mtp-adv { display: grid; grid-template-columns: .85fr 1.15fr; gap: 44px; align-items: center; }
.mtp-adv-media { position: relative; display: flex; align-items: center; justify-content: center; min-height: 320px; }
.mtp-adv-glow {
	position: absolute; width: 360px; height: 360px; border-radius: 50%;
	background: radial-gradient(circle, rgba(168,85,247,.4) 0%, rgba(128,19,194,.15) 50%, transparent 72%);
	filter: blur(14px); animation: lpHeroGlow 6s ease-in-out infinite;
}
.mtp-adv-media img { position: relative; z-index: 1; max-width: 86%; height: auto; filter: drop-shadow(0 24px 50px rgba(0,0,0,.5)); }
.mtp-acc {
	border: 1px solid rgba(255,255,255,.08); border-radius: 14px;
	background: rgba(22,27,34,.6); margin-bottom: 10px; overflow: hidden;
	transition: border-color .2s ease;
}
.mtp-acc[open] { border-color: rgba(168,85,247,.45); }
.mtp-acc summary {
	list-style: none; cursor: pointer; padding: 16px 20px;
	font-size: 15px; font-weight: 700; color: #fff; position: relative;
}
.mtp-acc summary::-webkit-details-marker { display: none; }
.mtp-acc summary::after {
	content: "+"; position: absolute; right: 20px; top: 50%; transform: translateY(-50%);
	font-size: 20px; color: #c084fc; transition: transform .2s ease;
}
.mtp-acc[open] summary::after { content: "−"; }
.mtp-acc-body { padding: 0 20px 16px; font-size: 13.5px; line-height: 1.65; color: #95a0bb; }
.mtp-adv-cta { margin-top: 16px; }

/* ---- Sekmeli yorumlar ---- */
.mtp-rev-tabs { display: flex; justify-content: center; gap: 8px; margin-bottom: 30px; flex-wrap: wrap; }
.mtp-rev-tab {
	display: inline-flex; align-items: center; gap: 7px;
	padding: 11px 20px; border-radius: 999px; cursor: pointer;
	background: rgba(22,27,34,.7); border: 1px solid rgba(255,255,255,.1);
	color: #b6bdd0; font-size: 13.5px; font-weight: 700; transition: all .18s ease;
}
.mtp-rev-tab:hover { color: #fff; border-color: rgba(168,85,247,.4); }
.mtp-rev-tab.active { background: linear-gradient(135deg, #8013c2, #4c0b7a); color: #fff; border-color: transparent; }
.mtp-rev-pane { display: none; }
.mtp-rev-pane.active { display: block; animation: lpFadeUp .4s ease; }
@keyframes lpFadeUp { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }
.mtp-rev-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
.mtp-rev-score {
	background: rgba(255,255,255,.22); color: #fff; font-weight: 800;
	font-size: 12px; padding: 3px 10px; border-radius: 7px;
}
.mtp-rev-date { font-size: 12px; color: rgba(255,255,255,.7); }
.mtp-rev-platgrid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.mtp-rev-pcard {
	padding: 24px; border-radius: 16px; background: rgba(22,27,34,.7);
	border: 1px solid rgba(255,255,255,.08);
}
.mtp-rev-pstars { color: #22c55e; font-size: 15px; letter-spacing: 2px; margin-bottom: 12px; }
.mtp-rev-pcard h4 { font-size: 16px; color: #fff; margin: 0 0 10px; }
.mtp-rev-pcard p { font-size: 13.5px; color: #95a0bb; line-height: 1.6; margin: 0 0 16px; }
.mtp-rev-pmeta { font-size: 12.5px; color: #8b95b0; }
.mtp-rev-pmeta b { color: #c084fc; }

/* ---- Kayan marquee bandı ---- */
.mtp-marquee {
	overflow: hidden; padding: 18px 0;
	background: linear-gradient(115deg, #4c0b7a, #8013c2 55%, #6d28d9);
	box-shadow: 0 20px 50px rgba(76,11,122,.35); margin: 30px 0;
	border-top: 1px solid rgba(255,255,255,.12);
	border-bottom: 1px solid rgba(255,255,255,.12);
}
.mtp-band-attached { padding-bottom: 30px; }
.mtp-marquee-attached { margin: 0 0 30px 0; padding: 16px 0; }
.mtp-marquee-track {
	display: flex; align-items: center; gap: 26px; white-space: nowrap;
	width: max-content;
	animation: mtpMarquee 75s linear infinite;
}
.mtp-marquee:hover .mtp-marquee-track { animation-play-state: paused; }
.mtp-marquee-track span { font-size: 17px; font-weight: 800; color: #fff; letter-spacing: .3px; }
.mtp-marquee-track i { color: #ffd43b; font-size: 16px; font-style: normal; }
@keyframes mtpMarquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ---- Ekip ---- */
.mtp-team { display: grid; grid-template-columns: repeat(5,1fr); gap: 16px; }
.mtp-member {
	position: relative; border-radius: 16px; overflow: hidden;
	background: #161b22; border: 1px solid rgba(255,255,255,.07);
	transition: transform .25s ease, border-color .25s ease;
}
.mtp-member:hover { transform: translateY(-5px); border-color: rgba(168,85,247,.45); }
.mtp-member img {
	width: 100%; height: 210px; object-fit: cover;
	filter: grayscale(1) brightness(.85); transition: filter .3s ease;
}
.mtp-member:hover img { filter: grayscale(0) brightness(1); }
.mtp-member-info {
	position: absolute; left: 0; right: 0; bottom: 0; padding: 16px 14px;
	background: linear-gradient(180deg, transparent, rgba(13,17,23,.92));
}
.mtp-member-info b { display: block; color: #fff; font-size: 14px; }
.mtp-member-info span { font-size: 12px; color: #c084fc; }
.mtp-team-support {
	display: flex; align-items: center; justify-content: center; gap: 18px;
	margin-top: 28px; padding: 16px 22px; flex-wrap: wrap;
	background: rgba(22,27,34,.7); border: 1px solid rgba(255,255,255,.08);
	border-radius: 16px; max-width: 520px; margin-left: auto; margin-right: auto;
}
.mtp-ts-left { display: inline-flex; align-items: center; gap: 9px; color: #cdd4e6; font-size: 14px; font-weight: 600; }
.mtp-ts-left i { color: #c084fc; font-size: 20px; }

/* ---- Bülten + son CTA ---- */
.mtp-news {
	position: relative; overflow: hidden;
	display: flex; align-items: center; justify-content: space-between; gap: 30px;
	padding: 46px 48px; border-radius: 24px;
	background: linear-gradient(120deg, #2a0e44 0%, #4c0b7a 55%, #6d28d9 100%);
	box-shadow: 0 30px 70px rgba(76,11,122,.4);
}
.mtp-news::before {
	content: ""; position: absolute; inset: 0;
	background-image: radial-gradient(rgba(255,255,255,.10) 1.5px, transparent 1.6px);
	background-size: 28px 28px;
	-webkit-mask-image: linear-gradient(120deg, #000, transparent 70%);
	mask-image: linear-gradient(120deg, #000, transparent 70%);
}
.mtp-news-text { position: relative; z-index: 1; max-width: 620px; }
.mtp-news-text h2 { font-size: 32px; font-weight: 800; color: #fff; margin: 0 0 10px; letter-spacing: -.8px; }
.mtp-news-text p { font-size: 15px; color: rgba(255,255,255,.85); margin: 0 0 22px; line-height: 1.6; }
.lp-grad-lt { color: #ffe14d; -webkit-text-fill-color: #ffe14d; }
.mtp-news-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.lp-btn-light { background: #fff; color: #4c0b7a !important; font-weight: 800; }
.lp-btn-light:hover { filter: brightness(.95); color: #4c0b7a; }
.lp-btn-ghost-lt { background: rgba(255,255,255,.14); color: #fff !important; border: 1px solid rgba(255,255,255,.4); }
.lp-btn-ghost-lt:hover { background: rgba(255,255,255,.24); color: #fff; }
.mtp-news-deco {
	position: relative; z-index: 1; flex-shrink: 0;
	width: 220px; height: 220px;
	display: flex; align-items: center; justify-content: center;
}
.mtp-news-deco img {
	width: 100%; height: 100%; object-fit: contain;
	filter: drop-shadow(0 16px 32px rgba(0,0,0,.45)) drop-shadow(0 0 30px rgba(168,85,247,.4));
	animation: lpRocketFloat 6s ease-in-out infinite;
}

/* Hoş Geldin Paketi rozeti */
.mtp-news-badge { width: 220px; height: 220px; }
.news-badge-ring {
	position: absolute; inset: 0; border-radius: 50%;
	background: conic-gradient(from 0deg, #ffe14d, #c084fc, #ffe14d, #a855f7, #ffe14d);
	animation: badgeSpin 12s linear infinite;
	box-shadow: 0 12px 36px rgba(255,225,77,.25), 0 0 50px rgba(168,85,247,.35);
}
.news-badge-ring::before {
	content: ""; position: absolute; inset: 6px; border-radius: 50%;
	background: linear-gradient(135deg, #2a0e44 0%, #4c0b7a 60%, #6d28d9 100%);
	box-shadow: inset 0 4px 12px rgba(0,0,0,.5);
}
.news-badge-core {
	position: absolute; inset: 0;
	display: flex; flex-direction: column;
	align-items: center; justify-content: center;
	color: #fff; z-index: 2; gap: 6px;
	pointer-events: none;
}
.news-badge-core i {
	font-size: 60px; color: #ffe14d;
	filter: drop-shadow(0 6px 14px rgba(255,225,77,.55));
	animation: badgePulse 2.5s ease-in-out infinite;
}
.news-badge-label { text-align: center; line-height: 1.1; }
.news-badge-label b { display: block; font-size: 13px; font-weight: 900; color: #ffe14d; letter-spacing: 1.2px; }
.news-badge-label span { display: block; font-size: 11px; font-weight: 700; color: rgba(255,255,255,.85); letter-spacing: 1.4px; margin-top: 2px; }
@keyframes badgeSpin { to { transform: rotate(360deg); } }
@keyframes badgePulse { 0%,100% { transform: scale(1); } 50% { transform: scale(1.06); } }

.news-spark {
	position: absolute; z-index: 3;
	color: #ffe14d; text-shadow: 0 0 12px rgba(255,225,77,.8);
	font-weight: 900; line-height: 1;
	animation: sparkFloat 4s ease-in-out infinite;
	pointer-events: none;
}
.news-spark.sp1 { top: -10px; left: 46%; font-size: 18px; animation-delay: 0s; }
.news-spark.sp2 { top: 22%; right: -16px; font-size: 14px; color: #c084fc; text-shadow: 0 0 12px rgba(192,132,252,.8); animation-delay: 1s; }
.news-spark.sp3 { bottom: 18%; left: -12px; font-size: 10px; animation-delay: 2s; }
.news-spark.sp4 { bottom: -8px; right: 28%; font-size: 16px; color: #c084fc; text-shadow: 0 0 12px rgba(192,132,252,.8); animation-delay: 1.5s; }
.news-spark.sp5 { top: 32%; left: -14px; font-size: 14px; animation-delay: 2.5s; }
@keyframes sparkFloat {
	0%,100% { transform: translateY(0) scale(1); opacity: 1; }
	50% { transform: translateY(-10px) scale(1.25); opacity: .55; }
}

@media (max-width: 768px) {
	.mtp-news-deco, .mtp-news-badge { width: 160px; height: 160px; }
	.news-badge-core i { font-size: 44px; }
	.news-badge-label b { font-size: 11px; }
	.news-badge-label span { font-size: 9.5px; }
}

/* ---- Mobil ---- */
@media (max-width: 991px) {
	.mtp-steps { grid-template-columns: 1fr; }
	.mtp-adv { grid-template-columns: 1fr; gap: 28px; }
	.mtp-adv-media { order: -1; min-height: 0; }
	.mtp-rev-platgrid { grid-template-columns: 1fr; }
	.mtp-team { grid-template-columns: repeat(2,1fr); }
	.mtp-news { flex-direction: column; text-align: center; padding: 36px 26px; }
	.mtp-news-actions { justify-content: center; }
	.mtp-stat-num { font-size: 36px; }
}
@media (max-width: 575.98px) {
	.mtp-band-inner { gap: 24px; }
	.mtp-band-dot { display: none; }
	.mtp-calc { padding: 22px 18px; }
	.mtp-calc-grid, .mtp-calc-services { grid-template-columns: repeat(2,1fr); }
	.mtp-calc-foot { flex-direction: column; align-items: stretch; }
	.mtp-calc-btn { text-align: center; justify-content: center; }
	.mtp-team { grid-template-columns: 1fr 1fr; }
	.mtp-marquee-track span { font-size: 15px; }
	.mtp-news-text h2 { font-size: 24px; }
}

/* ============================================================
   Readdy stiline uyum — v2 düzenlemeleri
   ============================================================ */

/* --- Stat band v2 (2 stat, daha sert eğim) --- */
.mtp-band-v2 .mtp-band-inner { display: flex; justify-content: center; align-items: center; gap: 80px; }
.mtp-band-v2 .mtp-stat { text-align: center; min-width: 220px; }
.mtp-band-v2 .mtp-stat-num { font-size: 56px; font-weight: 900; letter-spacing: -1px; color: #fff; line-height: 1; text-shadow: 0 4px 18px rgba(0,0,0,.3); }
.mtp-band-v2 .mtp-stat-num span { font-size: 36px; font-weight: 800; margin-left: 6px; opacity: .95; }
.mtp-band-v2 .mtp-stat-label { font-size: 13.5px; color: rgba(255,255,255,.85); margin-top: 10px; letter-spacing: .3px; }
.mtp-band-divider { width: 1px; height: 70px; background: rgba(255,255,255,.35); }

/* --- Steps v2 (büyük watermark numaralar) --- */
.mtp-steps-v2 .mtp-step {
	position: relative; overflow: hidden;
	text-align: left;
	padding: 28px 24px 32px;
	background: linear-gradient(180deg, rgba(22,27,34,.85), rgba(13,17,23,.9));
	border: 1px solid rgba(255,255,255,.07);
	border-radius: 16px;
}
.mtp-steps-v2 .mtp-step-tag {
	position: absolute; top: 14px; right: 22px;
	font-size: 64px; font-weight: 900; line-height: 1;
	color: rgba(255,255,255,.06); letter-spacing: -2px;
	background: none; padding: 0; border-radius: 0;
}
.mtp-steps-v2 .mtp-step-ic {
	position: relative; z-index: 1;
	width: 52px; height: 52px; border-radius: 12px; margin: 0 0 22px;
	background: linear-gradient(135deg, rgba(128,19,194,.22), rgba(76,11,122,.12));
	border: 1px solid rgba(168,85,247,.25);
	display: inline-flex; align-items: center; justify-content: center;
	font-size: 24px; color: #c084fc;
}
.mtp-steps-v2 .mtp-step h3 { font-size: 18px; font-weight: 700; color: #fff; margin: 0 0 10px; }
.mtp-steps-v2 .mtp-step p { font-size: 13.5px; color: #95a0bb; margin: 0; line-height: 1.65; }
.mtp-steps-v2 .mtp-step.mtp-step-hl {
	background: linear-gradient(180deg, rgba(22,27,34,.95), rgba(13,17,23,.95));
	border: 1.5px solid #a855f7;
	box-shadow: 0 0 0 1px rgba(168,85,247,.15), 0 18px 40px rgba(128,19,194,.18);
}
.mtp-steps-v2 .mtp-step.mtp-step-hl .mtp-step-tag { color: rgba(168,85,247,.12); }

.mtp-steps-nav { display: flex; justify-content: center; align-items: center; gap: 14px; margin-top: 32px; }
.mtp-steps-arrow {
	width: 38px; height: 38px; border-radius: 50%;
	background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1);
	color: #c084fc; font-size: 20px; cursor: pointer;
	display: inline-flex; align-items: center; justify-content: center;
	transition: all .2s ease;
}
.mtp-steps-arrow:hover { background: rgba(168,85,247,.15); border-color: rgba(168,85,247,.4); }
.mtp-steps-arrow[disabled] { opacity: .35; cursor: default; }
.mtp-steps-arrow-on { background: linear-gradient(135deg,#8013c2,#a855f7); color: #fff; border-color: transparent; box-shadow: 0 8px 20px rgba(128,19,194,.4); }
.mtp-steps-arrow-on:hover { transform: scale(1.06); background: linear-gradient(135deg,#8013c2,#a855f7); }

/* --- Avantajlar v2 — accordion içinde CTA --- */
.mtp-adv-v2 .mtp-acc { background: rgba(22,27,34,.55); border: 1px solid rgba(255,255,255,.06); border-radius: 12px; margin-bottom: 10px; padding: 0; }
.mtp-adv-v2 .mtp-acc summary { padding: 16px 18px; font-size: 15px; }
.mtp-adv-v2 .mtp-acc[open] { border: 1.5px solid #a855f7; box-shadow: 0 0 0 1px rgba(168,85,247,.12), 0 12px 28px rgba(128,19,194,.14); background: rgba(22,27,34,.75); }
.mtp-adv-v2 .mtp-acc-body { padding: 0 18px 18px; font-size: 13.5px; color: #95a0bb; line-height: 1.65; }
.mtp-acc-cta { display: inline-block; margin-top: 14px; padding: 9px 18px !important; font-size: 13px !important; }

/* --- Yorumlar v2 — solid gradient kartlar, verified rozet, dots --- */
.lp-reviews-v2 { grid-template-columns: repeat(4,1fr); gap: 18px; }
.lp-reviews-v2 .lp-review { position: relative; padding: 22px 20px 20px; border-radius: 18px; color: #fff; overflow: hidden; box-shadow: 0 18px 36px rgba(0,0,0,.28); }
.lp-reviews-v2 .rv-1 { background: linear-gradient(160deg, #a855f7 0%, #7c3aed 60%, #6d28d9 100%); }
.lp-reviews-v2 .rv-2 { background: linear-gradient(160deg, #ec4899 0%, #db2777 60%, #be185d 100%); }
.lp-reviews-v2 .rv-3 { background: linear-gradient(160deg, #22c55e 0%, #16a34a 60%, #15803d 100%); }
.lp-reviews-v2 .rv-4 { background: linear-gradient(160deg, #f97316 0%, #ea580c 60%, #c2410c 100%); }
.lp-reviews-v2 .mtp-rev-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }
.lp-reviews-v2 .mtp-rev-date { font-size: 11.5px; color: rgba(255,255,255,.95); background: rgba(0,0,0,.18); padding: 4px 10px; border-radius: 100px; font-weight: 600; }
.lp-reviews-v2 .mtp-rev-score { background: rgba(0,0,0,.22); color: #ffd43b; font-size: 12.5px; font-weight: 700; padding: 4px 10px; border-radius: 100px; display: inline-flex; align-items: center; gap: 4px; }
.lp-reviews-v2 .mtp-rev-score i { font-size: 13px; }
.lp-reviews-v2 .lp-review h4 { font-size: 15.5px; font-weight: 800; margin: 0 0 10px; color: #fff; }
.lp-reviews-v2 .lp-review p { font-size: 13px; line-height: 1.6; color: rgba(255,255,255,.95); opacity: 1; margin: 0 0 18px; }
.lp-reviews-v2 .lp-review-user { display: flex; align-items: center; gap: 10px; }
.lp-reviews-v2 .lp-review-user > span { width: 36px; height: 36px; border-radius: 50%; background: rgba(0,0,0,.3); display: inline-flex; align-items: center; justify-content: center; font-weight: 700; font-size: 13px; color: #fff; flex-shrink: 0; }
.lp-reviews-v2 .lp-review-user > div { flex: 1; min-width: 0; }
.lp-reviews-v2 .lp-review-user b { display: block; font-size: 13px; color: #fff; }
.lp-reviews-v2 .lp-review-user small { font-size: 11px; color: rgba(255,255,255,.8); }
.mtp-rev-verified { color: #60a5fa; background: #fff; border-radius: 50%; font-size: 18px; flex-shrink: 0; }

.mtp-rev-dots { display: flex; justify-content: center; gap: 6px; margin-top: 26px; }
.mtp-rev-dots span { width: 6px; height: 6px; border-radius: 50%; background: rgba(168,85,247,.3); transition: all .2s ease; }
.mtp-rev-dots span.active { width: 22px; background: #a855f7; border-radius: 100px; }

/* ===== Floating Toast Bildirimi ===== */
.lp-toast-host {
	position: fixed; top: 84px; right: 24px;
	z-index: 9999;
	pointer-events: none;
	animation: lpToastIn .4s cubic-bezier(.16,1,.3,1);
}
.lp-toast {
	display: flex; align-items: flex-start; gap: 12px;
	min-width: 320px; max-width: 460px;
	padding: 14px 16px;
	border-radius: 14px;
	background: linear-gradient(160deg, rgba(22,27,34,.96), rgba(13,17,23,.98));
	border: 1px solid rgba(255,255,255,.08);
	box-shadow: 0 24px 60px rgba(0,0,0,.5), inset 0 1px 0 rgba(255,255,255,.05);
	backdrop-filter: blur(14px);
	pointer-events: auto;
	color: #fff; font-size: 13.5px; line-height: 1.5;
}
.lp-toast::before {
	content: ""; position: absolute; left: 0; top: 14px; bottom: 14px; width: 3px;
	border-radius: 0 3px 3px 0;
}
.lp-toast { position: relative; }
.lp-toast-success::before { background: linear-gradient(180deg, #4ade80, #22c55e); }
.lp-toast-error::before { background: linear-gradient(180deg, #f87171, #ef4444); }
.lp-toast-ic {
	flex-shrink: 0; width: 36px; height: 36px; border-radius: 10px;
	display: inline-flex; align-items: center; justify-content: center;
	font-size: 20px;
}
.lp-toast-success .lp-toast-ic { background: rgba(34,197,94,.16); color: #4ade80; border: 1px solid rgba(34,197,94,.3); }
.lp-toast-error .lp-toast-ic { background: rgba(239,68,68,.16); color: #f87171; border: 1px solid rgba(239,68,68,.3); }
.lp-toast-body { flex: 1; min-width: 0; padding: 6px 0; color: #e8ecf5; }
.lp-toast-body a { color: #c084fc; text-decoration: underline; }
.lp-toast-close {
	flex-shrink: 0;
	width: 28px; height: 28px; border-radius: 50%;
	background: transparent; border: none;
	color: #8b95b0; font-size: 16px; cursor: pointer;
	display: inline-flex; align-items: center; justify-content: center;
	transition: all .2s ease;
}
.lp-toast-close:hover { background: rgba(255,255,255,.08); color: #fff; }
@keyframes lpToastIn { from { opacity: 0; transform: translateX(40px); } to { opacity: 1; transform: translateX(0); } }
@media (max-width: 575px) {
	.lp-toast-host { top: 70px; right: 12px; left: 12px; }
	.lp-toast { min-width: 0; }
}

/* ===== Mobil Menü Redesign (b-menu-wrapper) ===== */
@media (max-width: 991.98px) {
	.b-menu-wrapper {
		background: linear-gradient(180deg, #161b22 0%, #0d1117 100%) !important;
		border-top: 1px solid rgba(168,85,247,.22) !important;
		border-radius: 24px 24px 0 0 !important;
		padding: 30px 22px 32px !important;
		box-shadow: 0 -24px 60px rgba(0,0,0,.6), 0 -1px 0 rgba(255,255,255,.06) inset !important;
		z-index: 1600 !important;
	}
	/* Üstte ufak handle çubuğu (iOS hissi) */
	.b-menu-wrapper::before {
		content: ""; position: absolute; top: 10px; left: 50%; transform: translateX(-50%);
		width: 40px; height: 4px; border-radius: 100px;
		background: rgba(255,255,255,.18);
	}
	/* Backdrop */
	.b-menu-wrapper.active::after {
		content: ""; position: fixed; inset: 0; z-index: -1;
		background: rgba(0,0,0,.6);
	}

	.b-menu-close {
		top: 16px !important; right: 18px !important;
		width: 36px !important; height: 36px !important;
		background: rgba(255,255,255,.08) !important;
		border-radius: 50% !important;
		color: #cdd4e6 !important;
		font-size: 18px !important;
		border: 1px solid rgba(255,255,255,.08) !important;
		transition: all .2s ease;
	}
	.b-menu-close:hover { background: rgba(255,255,255,.15) !important; transform: rotate(90deg); }

	/* Menü item'lar — kart row formatında */
	.b-menu-wrapper .nmenu {
		list-style: none; padding: 28px 0 16px; margin: 0;
		display: flex; flex-direction: column; gap: 8px;
	}
	.b-menu-wrapper .nmenu-item { width: 100%; }
	.b-menu-wrapper .nmenu-link {
		display: flex !important; align-items: center; justify-content: space-between;
		padding: 14px 18px !important;
		border-radius: 14px;
		background: rgba(255,255,255,.04);
		border: 1px solid rgba(255,255,255,.05);
		color: #e8ecf5 !important;
		font-size: 15px; font-weight: 600;
		text-decoration: none !important;
		transition: all .2s ease;
	}
	.b-menu-wrapper .nmenu-link::after {
		content: "\ea6e"; /* ri-arrow-right-s-line */
		font-family: "remixicon" !important;
		font-size: 20px; color: #c084fc;
		transition: transform .2s ease;
	}
	.b-menu-wrapper .nmenu-link:hover,
	.b-menu-wrapper .nmenu-link:active {
		background: rgba(168,85,247,.12);
		border-color: rgba(168,85,247,.3);
	}
	.b-menu-wrapper .nmenu-link:hover::after { transform: translateX(3px); }
	.b-menu-wrapper .nmenu-link.active {
		background: linear-gradient(135deg, rgba(128,19,194,.25), rgba(76,11,122,.12)) !important;
		border-color: rgba(168,85,247,.4);
		color: #fff !important;
	}

	/* Login + Signup butonları alt CTA section */
	.b-menu-wrapper > .container > .row-btn > .row.align-items-center {
		display: flex !important;
		flex-direction: column; gap: 10px;
		margin: 12px 0 0 !important;
		padding-top: 18px;
		border-top: 1px solid rgba(255,255,255,.06);
	}
	.b-menu-wrapper > .container > .row-btn > .row.align-items-center > [class*="col"] {
		width: 100%; padding: 0;
	}
	.b-menu-wrapper .header-btn {
		width: 100% !important;
		height: 50px;
		border-radius: 12px !important;
		font-size: 15px; font-weight: 700;
		display: inline-flex !important; align-items: center; justify-content: center;
		gap: 8px;
	}
	.b-menu-wrapper .header-btn.without-icon {
		background: rgba(255,255,255,.06) !important;
		color: #e8ecf5 !important;
		border: 1px solid rgba(255,255,255,.1) !important;
	}
	.b-menu-wrapper .header-btn.without-icon:hover { background: rgba(255,255,255,.12) !important; }
	.b-menu-wrapper .header-btn:not(.without-icon) {
		background: linear-gradient(135deg, #8013c2, #a855f7) !important;
		color: #fff !important;
		border: none !important;
		box-shadow: 0 12px 28px rgba(128,19,194,.4) !important;
	}
	.b-menu-wrapper .header-btn:not(.without-icon):hover { transform: translateY(-1px); }
	.b-menu-wrapper .header-btn .icon { display: inline-flex !important; align-items: center; }

	/* sm-header (üst minimal bar) — biraz polish */
	.sm-header { padding: 12px 0; }
	.sm-header .menu-btn {
		width: 44px !important; height: 44px !important;
		border-radius: 12px !important;
		background: linear-gradient(135deg, rgba(128,19,194,.22), rgba(76,11,122,.1)) !important;
		border: 1px solid rgba(168,85,247,.3);
		color: #c084fc !important;
		font-size: 22px !important;
	}
}

/* ===== Premium Login Modal v2 ===== */
.lp-loginmodal-v2 .modal-dialog { max-width: 460px; margin: 1.75rem auto; }
.lp-loginmodal-v2 .modal-content { background: transparent; border: none; box-shadow: none; }
.lp-loginmodal-v2 .homeLogin { background: transparent; padding: 0; }
.lp-lm-card {
	position: relative;
	background: linear-gradient(160deg, rgba(22,27,34,.96) 0%, rgba(13,17,23,.98) 100%);
	border: 1px solid rgba(168,85,247,.25);
	border-radius: 24px;
	padding: 36px 32px 28px;
	box-shadow: 0 30px 80px rgba(0,0,0,.6), 0 0 60px rgba(128,19,194,.18), inset 0 1px 0 rgba(255,255,255,.06);
	overflow: hidden;
}
.lp-lm-card::before {
	content: ""; position: absolute; top: 0; left: 0; right: 0; height: 1px;
	background: linear-gradient(90deg, transparent, rgba(168,85,247,.6), transparent);
}
.lp-lm-card::after {
	content: ""; position: absolute; top: -40%; right: -30%; width: 240px; height: 240px;
	background: radial-gradient(circle, rgba(168,85,247,.18) 0%, transparent 70%);
	pointer-events: none;
}

.lp-lm-close {
	position: absolute; top: 14px; right: 14px; z-index: 5;
	width: 32px; height: 32px; border-radius: 50%;
	background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.08);
	color: #cdd4e6; font-size: 18px; cursor: pointer;
	display: inline-flex; align-items: center; justify-content: center;
	transition: all .2s ease;
}
.lp-lm-close:hover { background: rgba(255,255,255,.12); color: #fff; transform: rotate(90deg); }

.lp-lm-head { text-align: center; margin-bottom: 24px; position: relative; }
.lp-lm-logo {
	display: inline-flex; align-items: center; justify-content: center;
	width: 56px; height: 56px; border-radius: 16px;
	background: linear-gradient(135deg, #8013c2, #a855f7);
	color: #fff; font-size: 26px;
	box-shadow: 0 10px 24px rgba(128,19,194,.45), inset 0 1px 0 rgba(255,255,255,.2);
	margin-bottom: 14px;
}
.lp-lm-head h2 { font-size: 22px; font-weight: 800; color: #fff; margin: 0 0 6px; letter-spacing: -.4px; }
.lp-lm-head p { font-size: 13.5px; color: #8b95b0; margin: 0; }

.lp-lm-form { position: relative; z-index: 1; }
.lp-lm-field { margin-bottom: 14px; }
.lp-lm-label-row { display: flex; align-items: center; justify-content: space-between; margin-bottom: 8px; }
.lp-lm-label { display: block; font-size: 12.5px; font-weight: 600; color: #cdd4e6; letter-spacing: .2px; margin-bottom: 8px; }
.lp-lm-label-row .lp-lm-label { margin-bottom: 0; }
.lp-lm-forgot {
	display: inline-flex; align-items: center; gap: 4px;
	font-size: 12.5px; font-weight: 600;
	color: #c084fc !important;
	text-decoration: none;
	transition: color .2s ease;
}
.lp-lm-forgot:hover { color: #e9d5ff !important; text-decoration: underline; }
.lp-lm-forgot i { font-size: 14px; }

.lp-lm-input-wrap { position: relative; }
.lp-lm-input-ic {
	position: absolute; left: 16px; top: 50%; transform: translateY(-50%);
	font-size: 17px; color: #6b7280;
	pointer-events: none; transition: color .2s ease;
}
.lp-lm-input {
	width: 100%; height: 48px;
	padding: 0 16px 0 44px;
	background: rgba(13,17,23,.7);
	border: 1px solid rgba(255,255,255,.08);
	border-radius: 12px;
	color: #fff; font-size: 14.5px;
	transition: all .2s ease;
}
.lp-lm-input::placeholder { color: #6b7280; }
.lp-lm-input:focus {
	outline: none;
	border-color: #a855f7;
	background: rgba(13,17,23,.9);
	box-shadow: 0 0 0 3px rgba(168,85,247,.18);
}
.lp-lm-input:focus + .lp-lm-input-ic,
.lp-lm-input-wrap:focus-within .lp-lm-input-ic { color: #c084fc; }

.lp-lm-remember {
	display: flex; align-items: center; gap: 8px;
	font-size: 13px; color: #b6bdd0; cursor: pointer;
	margin: 8px 0 20px;
}
.lp-lm-remember input { width: 16px; height: 16px; accent-color: #8013c2; cursor: pointer; }

.lp-lm-submit {
	width: 100%; height: 50px;
	display: inline-flex; align-items: center; justify-content: center; gap: 8px;
	background: linear-gradient(135deg, #8013c2 0%, #a855f7 100%);
	color: #fff; font-size: 15px; font-weight: 700; letter-spacing: .3px;
	border: none; border-radius: 12px; cursor: pointer;
	box-shadow: 0 12px 28px rgba(128,19,194,.45), inset 0 1px 0 rgba(255,255,255,.15);
	transition: all .25s ease;
}
.lp-lm-submit:hover {
	transform: translateY(-1px);
	box-shadow: 0 16px 36px rgba(128,19,194,.55), inset 0 1px 0 rgba(255,255,255,.2);
	filter: brightness(1.08);
}
.lp-lm-submit:active { transform: translateY(0); }
.lp-lm-submit i { font-size: 18px; transition: transform .25s ease; }
.lp-lm-submit:hover i { transform: translateX(3px); }

.lp-lm-footer {
	text-align: center; margin-top: 22px; padding-top: 20px;
	border-top: 1px solid rgba(255,255,255,.06);
	font-size: 13px; color: #8b95b0;
}
.lp-lm-footer a {
	color: #c084fc !important; font-weight: 600; text-decoration: none;
	display: inline-flex; align-items: center; gap: 2px;
}
.lp-lm-footer a:hover { color: #e9d5ff !important; text-decoration: underline; }
.lp-lm-footer i { font-size: 16px; }

/* --- Google ile giriş — resmi GIS widget'ı --- */
.lp-google-wrap { display: flex; justify-content: center; margin: 4px 0 4px; }
.lp-google-wrap .g_id_signin { width: 100%; max-width: 360px; }
.lp-google-wrap iframe { margin: 0 auto !important; }
.lp-google-top { margin-top: 4px; margin-bottom: 0; }

/* Modal ve signup için "veya" ayırıcı */
.lp-modal-divider { display: flex; align-items: center; gap: 12px; color: #8b95b0; font-size: 12.5px; margin: 18px 0 12px; text-transform: uppercase; letter-spacing: 1px; }
.lp-modal-divider::before, .lp-modal-divider::after { content: ""; flex: 1; height: 1px; background: rgba(255,255,255,.1); }
body.light .lp-modal-divider { color: #6b7280; }
body.light .lp-modal-divider::before, body.light .lp-modal-divider::after { background: rgba(15,23,42,.12); }

/* --- Platform yorumları — marka rozetleri --- */
.mtp-rev-pbrand {
	display: inline-flex; align-items: center; gap: 6px;
	font-size: 12px; font-weight: 700; letter-spacing: .2px;
	padding: 5px 10px; border-radius: 100px;
	background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.08);
	margin-bottom: 14px;
}
.mtp-rev-pbrand i { font-size: 14px; }
.mtp-rev-pbrand-sp { color: #1db954; background: rgba(29,185,84,.08); border-color: rgba(29,185,84,.3); }
.mtp-rev-pbrand-tw { color: #e6e9ef; background: rgba(255,255,255,.04); border-color: rgba(255,255,255,.18); }
.mtp-rev-pbrand-ig { color: #ec4899; background: rgba(236,72,153,.08); border-color: rgba(236,72,153,.35); }

/* --- Hesaplayıcı notu --- */
.mtp-calc-note { display: block; font-size: 11.5px; color: #8b95b0; margin-top: 6px; line-height: 1.5; font-style: italic; }
.mtp-calc-note b { color: #c084fc; font-style: normal; font-weight: 600; }

/* --- SSS v2 — sade koyu 2 sütun --- */
.lp-faq-v2 { max-width: 1080px; gap: 12px 18px; }
.lp-faq-v2 .lp-faq-item { background: rgba(22,27,34,.7); border: 1px solid rgba(255,255,255,.06); border-radius: 12px; }
.lp-faq-v2 .lp-faq-item summary { padding: 18px 50px 18px 20px; font-size: 14.5px; font-weight: 600; }
.lp-faq-v2 .lp-faq-item summary::after { right: 20px; width: 28px; height: 28px; line-height: 24px; text-align: center; background: rgba(168,85,247,.12); border-radius: 50%; font-size: 18px; transform: translateY(-50%); top: 50%; }
.lp-faq-v2 .lp-faq-item[open] summary::after { background: rgba(168,85,247,.25); }
.lp-faq-v2 .lp-faq-a { padding: 0 22px 18px; }

/* --- Mobile uyumu --- */
@media (max-width: 991px) {
	.mtp-band-v2 .mtp-band-inner { gap: 36px; }
	.mtp-band-v2 .mtp-stat-num { font-size: 42px; }
	.mtp-band-v2 .mtp-stat-num span { font-size: 26px; }
	.mtp-band-divider { height: 50px; }
	.mtp-steps-v2 { grid-template-columns: 1fr; }
	.mtp-steps-v2 .mtp-step-tag { font-size: 56px; }
	.lp-reviews-v2 { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 575px) {
	.mtp-band-v2 .mtp-band-inner { flex-direction: column; gap: 24px; }
	.mtp-band-divider { display: none; }
	.lp-reviews-v2 { grid-template-columns: 1fr; }
}