/**
 * Noxora Pro — SaaS / Premium / Corporate overrides (v1)
 * Loaded after premium-refactor.css on every Pro page.
 * Covers: sidebar user card, store product cards, coin market,
 * checkout/top-up premium styling and bug fixes.
 */

/* ──────────────────────────────────────────────────────────────
   1. Sidebar premium user card
   ────────────────────────────────────────────────────────────── */
.ns-pro-app .ns-pro-sidebar__profile.nx-premium-user-card {
	display: flex !important;
	align-items: center !important;
	gap: 0.85rem !important;
	padding: 0.85rem 1rem !important;
	margin: 0 1rem 1.1rem !important;
	border-radius: 18px !important;
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03)) !important;
	border: 1px solid rgba(255, 255, 255, 0.08) !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 12px 32px rgba(0, 0, 0, 0.22) !important;
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease !important;
}

.ns-pro-app .ns-pro-sidebar__profile.nx-premium-user-card:hover {
	transform: translateY(-2px) !important;
	border-color: rgba(212, 175, 55, 0.18) !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 18px 40px rgba(212, 175, 55, 0.08) !important;
}

.ns-pro-app .ns-pro-sidebar__avatar-wrap {
	flex-shrink: 0;
	position: relative;
	z-index: 1;
}

.ns-pro-app .ns-pro-sidebar__avatar-frame.nx-afe {
	--nx-afe-size: 56px;
	--nx-afe-ring: 3px;
	width: var(--nx-afe-size) !important;
	height: var(--nx-afe-size) !important;
}

.ns-pro-app .ns-pro-sidebar__avatar-initial {
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: linear-gradient(135deg, #6366f1, #4f46e5);
	color: #fff;
	font-size: 1.1rem;
	font-weight: 800;
	text-transform: uppercase;
}

.ns-pro-app .nx-premium-user-card .ns-pro-sidebar__user-info {
	flex: 1 !important;
	min-width: 0;
}

.ns-pro-app .nx-premium-user-card .ns-pro-sidebar__user-name {
	font-size: 0.95rem !important;
	font-weight: 700 !important;
	color: #ffffff !important;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 0.35rem !important;
}

.ns-pro-app .nx-premium-user-card .ns-pro-sidebar__wallet {
	display: inline-flex !important;
	align-items: center !important;
	gap: 0.35rem !important;
	padding: 0.25rem 0.65rem !important;
	border-radius: 999px !important;
	background: rgba(212, 175, 55, 0.11) !important;
	border: 1px solid rgba(212, 175, 55, 0.2) !important;
	color: #f8ecc4 !important;
	font-size: 0.78rem !important;
	font-weight: 700 !important;
}

.ns-pro-app .nx-premium-user-card .ns-pro-sidebar__wallet-icon {
	font-size: 0.65rem !important;
	color: #f8ecc4 !important;
}

/* ──────────────────────────────────────────────────────────────
   2. Store product cards — SaaS / premium refinement
   ────────────────────────────────────────────────────────────── */
.ns-pro-app .ns-pro-product.nx-premium-product {
	padding: 0.85rem;
	border-radius: 22px;
	background: linear-gradient(160deg, rgba(26, 26, 34, 0.96), rgba(14, 14, 20, 0.96));
	border: 1px solid rgba(255, 255, 255, 0.06);
	box-shadow: 0 14px 38px rgba(0, 0, 0, 0.28);
	transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.32s ease, border-color 0.32s ease;
	will-change: transform;
}

.ns-pro-app .ns-pro-product.nx-premium-product:hover {
	transform: translateY(-7px);
	border-color: rgba(212, 175, 55, 0.2);
	box-shadow: 0 24px 54px rgba(0, 0, 0, 0.32), 0 0 0 1px rgba(212, 175, 55, 0.05);
}

.ns-pro-app .ns-pro-product.nx-premium-product .ns-pro-product__thumb,
.ns-pro-app .ns-pro-product.nx-premium-product .ns-pro-product__gallery-main img {
	aspect-ratio: 16 / 10;
	border-radius: 14px;
	object-fit: cover;
	transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.ns-pro-app .ns-pro-product.nx-premium-product:hover .ns-pro-product__thumb,
.ns-pro-app .ns-pro-product.nx-premium-product:hover .ns-pro-product__gallery-main img {
	transform: scale(1.04);
}

.ns-pro-app .ns-pro-product.nx-premium-product h3 {
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: -0.01em;
	color: #f8f8fb;
	margin: 0.65rem 0 0.2rem;
	line-height: 1.35;
}

.ns-pro-app .ns-pro-product.nx-premium-product .ns-pro-product__excerpt {
	font-size: 0.82rem;
	color: #a1a1aa;
	line-height: 1.5;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.ns-pro-app .ns-pro-product.nx-premium-product .ns-pro-product__price {
	font-size: 0.92rem;
	font-weight: 800;
	gap: 0.5rem;
	margin: 0.55rem 0 0.7rem;
}

.ns-pro-app .ns-pro-product.nx-premium-product .ns-pro-product__price span {
	color: #f8ecc4;
	padding: 0.2rem 0.55rem;
	border-radius: 999px;
	background: rgba(212, 175, 55, 0.1);
	border: 1px solid rgba(212, 175, 55, 0.15);
}

.ns-pro-app .ns-pro-product.nx-premium-product .ns-pro-product__actions {
	gap: 0.5rem;
	margin-top: auto;
}

.ns-pro-app .ns-pro-product.nx-premium-product .ns-pro-product__actions .ns-pro-btn {
	flex: 1;
	min-height: 40px;
	border-radius: 12px;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.01em;
}

.ns-pro-app .ns-pro-product.nx-premium-product .ns-pro-product__gallery-thumbs {
	--swiper-wrapper-display: flex;
	gap: 0.35rem;
}

.ns-pro-app .ns-pro-product.nx-premium-product .ns-pro-product__gallery-thumb {
	width: 42px;
	height: 42px;
	border-radius: 8px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	overflow: hidden;
	padding: 0;
	background: transparent;
	cursor: pointer;
	transition: border-color 0.2s ease, transform 0.2s ease;
}

.ns-pro-app .ns-pro-product.nx-premium-product .ns-pro-product__gallery-thumb:hover,
.ns-pro-app .ns-pro-product.nx-premium-product .ns-pro-product__gallery-thumb.is-active {
	border-color: rgba(212, 175, 55, 0.55);
	transform: scale(1.05);
}

/* Compact related-product card on product single */
.ns-pro-app .ns-pro-product-compact.ns-pro-glass {
	padding: 0.7rem;
	border-radius: 18px;
	background: linear-gradient(160deg, rgba(26, 26, 34, 0.92), rgba(14, 14, 20, 0.92));
	border: 1px solid rgba(255, 255, 255, 0.06);
	transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.ns-pro-app .ns-pro-product-compact.ns-pro-glass:hover {
	transform: translateY(-5px);
	border-color: rgba(212, 175, 55, 0.18);
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
}

.ns-pro-app .ns-pro-product-compact__thumb {
	aspect-ratio: 1 / 1;
	border-radius: 12px;
	object-fit: cover;
	transition: transform 0.45s ease;
}

.ns-pro-app .ns-pro-product-compact:hover .ns-pro-product-compact__thumb {
	transform: scale(1.05);
}

.ns-pro-app .ns-pro-product-compact__title {
	font-size: 0.85rem;
	font-weight: 700;
	color: #f8f8fb;
	margin: 0.55rem 0 0.25rem;
}

.ns-pro-app .ns-pro-product-compact__price {
	font-size: 0.78rem;
	font-weight: 800;
	color: #f8ecc4;
	margin-bottom: 0.55rem;
}

.ns-pro-app .ns-pro-product-compact .ns-pro-btn {
	width: 100%;
	min-height: 36px;
	border-radius: 10px;
	font-size: 0.78rem;
	font-weight: 700;
}

/* ──────────────────────────────────────────────────────────────
   3. Coin Market — compact, responsive, fixed image sizing
   ────────────────────────────────────────────────────────────── */
.ns-pro-app .ns-pro-marketplace {
	--nx-mp-gap: 1rem;
}

.ns-pro-app .ns-pro-marketplace__tabs {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-bottom: 1.25rem;
	padding: 0.35rem;
	border-radius: 999px;
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
	border: 1px solid rgba(255, 255, 255, 0.06);
}

.ns-pro-app .ns-pro-marketplace__tab {
	display: inline-flex;
	align-items: center;
	padding: 0.55rem 1.1rem;
	border-radius: 999px;
	background: transparent;
	border: none;
	color: #a1a1aa;
	font-size: 0.88rem;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.2s ease;
}

.ns-pro-app .ns-pro-marketplace__tab.is-active,
.ns-pro-app .ns-pro-marketplace__tab:hover {
	background: rgba(212, 175, 55, 0.12);
	color: #f8ecc4;
}

.ns-pro-app .ns-pro-marketplace__tab.is-active {
	box-shadow: 0 8px 24px rgba(212, 175, 55, 0.18);
}

.ns-pro-app .nx-mp-toolbar {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 0.75rem;
	align-items: center;
	padding: 0.7rem 1rem;
	margin-bottom: 1rem;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.06);
}

.ns-pro-app .nx-mp-toolbar__search input,
.ns-pro-app .nx-mp-toolbar__controls select {
	padding: 0.55rem 0.85rem;
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.07);
	background: rgba(0, 0, 0, 0.25);
	color: #f1f1f1;
	font-size: 0.85rem;
	outline: none;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.ns-pro-app .nx-mp-toolbar__search input:focus,
.ns-pro-app .nx-mp-toolbar__controls select:focus {
	border-color: rgba(212, 175, 55, 0.45);
	box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.08);
}

.ns-pro-app .nx-mp-filters {
	display: flex;
	flex-wrap: nowrap;
	gap: 0.45rem;
	margin-bottom: 1rem;
	padding: 0.45rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.05);
	overflow-x: auto;
	scrollbar-width: none;
}

.ns-pro-app .nx-mp-filters::-webkit-scrollbar {
	display: none;
}

.ns-pro-app .nx-mp-filter {
	flex: 0 0 auto;
	padding: 0.45rem 0.85rem;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.06);
	background: rgba(255, 255, 255, 0.04);
	color: #a1a1aa;
	font-size: 0.78rem;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.2s ease;
	white-space: nowrap;
}

.ns-pro-app .nx-mp-filter.is-active,
.ns-pro-app .nx-mp-filter:hover {
	background: rgba(212, 175, 55, 0.12);
	border-color: rgba(212, 175, 55, 0.35);
	color: #f8ecc4;
}

.ns-pro-app .nx-commerce-market__layout {
	display: grid;
	grid-template-columns: 210px minmax(0, 1fr);
	gap: 1.25rem;
	align-items: start;
}

@media (max-width: 900px) {
	.ns-pro-app .nx-commerce-market__layout {
		grid-template-columns: 1fr;
	}

	.ns-pro-app .nx-commerce-market__sidebar {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
		gap: 0.5rem;
	}

	.ns-pro-app .nx-commerce-market__sidebar a {
		padding: 0.55rem 0.75rem;
		font-size: 0.8rem;
	}
}

.ns-pro-app .nx-commerce-market__sidebar {
	padding: 0.75rem;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.06);
	height: max-content;
}

.ns-pro-app .nx-commerce-market__cat {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.55rem 0.75rem;
	border-radius: 12px;
	color: #a1a1aa;
	font-size: 0.85rem;
	font-weight: 500;
	text-decoration: none;
	transition: all 0.2s ease;
}

.ns-pro-app .nx-commerce-market__cat.is-active,
.ns-pro-app .nx-commerce-market__cat:hover {
	background: rgba(255, 255, 255, 0.06);
	color: #f8ecc4;
}

.ns-pro-app .nx-commerce-market__cat--child {
	padding-left: 1.3rem;
	font-size: 0.8rem;
}

/* Coin market grid and product cards */
.ns-pro-app .nx-mp-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
	gap: 1rem;
}

@media (max-width: 640px) {
	.ns-pro-app .nx-mp-grid {
		grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
		gap: 0.75rem;
	}
}

.ns-pro-app .nx-mp-card,
.ns-pro-app .premium-coin-card,
.ns-pro-app .nx-commerce-card {
	border-radius: 20px;
	background: linear-gradient(160deg, rgba(25, 25, 34, 0.95), rgba(13, 13, 20, 0.95));
	border: 1px solid rgba(255, 255, 255, 0.06);
	overflow: hidden;
	transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s ease, border-color 0.3s ease;
}

.ns-pro-app .nx-mp-card:hover,
.ns-pro-app .premium-coin-card:hover,
.ns-pro-app .nx-commerce-card:hover {
	transform: translateY(-6px);
	border-color: rgba(212, 175, 55, 0.18);
	box-shadow: 0 20px 48px rgba(0, 0, 0, 0.32), 0 0 0 1px rgba(212, 175, 55, 0.05);
}

.ns-pro-app .nx-mp-card__preview,
.ns-pro-app .nx-commerce-card__cover-wrap,
.ns-pro-app .premium-coin-card__preview {
	aspect-ratio: 1 / 1;
	width: 100%;
	max-height: 220px;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.25);
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.ns-pro-app .nx-mp-card__preview img,
.ns-pro-app .nx-commerce-card__cover,
.ns-pro-app .premium-coin-card__preview img,
.ns-pro-app .nx-mp-card__preview .nx-afe__img,
.ns-pro-app .nx-commerce-card__cover .nx-afe__img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
	transition: transform 0.45s ease;
}

.ns-pro-app .nx-mp-card:hover .nx-mp-card__preview img,
.ns-pro-app .nx-commerce-card:hover .nx-commerce-card__cover,
.ns-pro-app .premium-coin-card:hover .premium-coin-card__preview img {
	transform: scale(1.05);
}

.ns-pro-app .nx-mp-card__body {
	padding: 1rem;
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
}

.ns-pro-app .nx-mp-card__title {
	font-size: 0.92rem;
	font-weight: 700;
	color: #f8f8fb;
	line-height: 1.35;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.ns-pro-app .nx-mp-card__price {
	font-size: 1rem;
	font-weight: 800;
	color: #fbbf24;
	margin: 0.35rem 0;
}

.ns-pro-app .nx-mp-card__price-old {
	font-size: 0.82rem;
	color: #71717a;
	text-decoration: line-through;
}

.ns-pro-app .nx-mp-card__actions {
	display: flex;
	gap: 0.5rem;
	margin-top: auto;
}

.ns-pro-app .nx-mp-card__actions .nx-btn {
	flex: 1;
	min-height: 36px;
	border-radius: 10px;
	font-size: 0.78rem;
	font-weight: 700;
}

.ns-pro-app .nx-mp-card__badges {
	position: absolute;
	top: 0.65rem;
	left: 0.65rem;
	z-index: 3;
	display: flex;
	flex-wrap: wrap;
	gap: 0.3rem;
}

.ns-pro-app .nx-mp-card__badges .nx-mp-badge {
	padding: 0.2rem 0.5rem;
	border-radius: 999px;
	font-size: 0.65rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	backdrop-filter: blur(8px);
	background: rgba(10, 10, 14, 0.72);
}

/* ──────────────────────────────────────────────────────────────
   4. TL Bakiye Yükle — premium stepper card
   ────────────────────────────────────────────────────────────── */
.ns-pro-app .ns-pro-topup {
	margin-top: 2.5rem;
	padding: 1.5rem;
	border-radius: 22px;
	background: linear-gradient(160deg, rgba(26, 26, 34, 0.95), rgba(14, 14, 20, 0.95));
	border: 1px solid rgba(255, 255, 255, 0.06);
	box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
	position: relative;
	overflow: hidden;
}

.ns-pro-app .ns-pro-topup::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: linear-gradient(90deg, #6366f1, #8b6cff, #d4af37);
	z-index: 1;
}

.ns-pro-app .ns-pro-topup .ns-pro-section-head h2 {
	font-size: 1.25rem;
	font-weight: 800;
	color: #f8f8fb;
	margin: 0 0 0.4rem;
}

.ns-pro-app .ns-pro-topup .ns-pro-section-head p {
	color: #a1a1aa;
	font-size: 0.88rem;
	margin: 0;
}

.ns-pro-app .ns-pro-topup__balance {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.45rem 0.85rem;
	margin: 0.75rem 0 1.25rem;
	border-radius: 999px;
	background: rgba(212, 175, 55, 0.1);
	border: 1px solid rgba(212, 175, 55, 0.15);
	color: #f8ecc4;
	font-size: 0.85rem;
	font-weight: 700;
}

.ns-pro-app .ns-pro-topup__steps {
	display: flex;
	gap: 0.5rem;
	margin-bottom: 1.25rem;
	padding: 0.4rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.06);
	width: fit-content;
}

.ns-pro-app .ns-pro-topup__steps span {
	padding: 0.45rem 0.95rem;
	border-radius: 999px;
	font-size: 0.78rem;
	font-weight: 600;
	color: #a1a1aa;
	background: transparent;
	border: none;
	transition: all 0.2s ease;
}

.ns-pro-app .ns-pro-topup__steps span.is-active {
	background: rgba(212, 175, 55, 0.14);
	color: #f8ecc4;
	box-shadow: 0 4px 14px rgba(212, 175, 55, 0.12);
}

.ns-pro-app .ns-pro-topup__presets {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	margin-bottom: 1rem;
}

.ns-pro-app .ns-pro-topup__preset {
	padding: 0.6rem 1rem;
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(255, 255, 255, 0.04);
	color: #f8f8fb;
	font-size: 0.85rem;
	font-weight: 700;
	cursor: pointer;
	transition: all 0.2s ease;
}

.ns-pro-app .ns-pro-topup__preset:hover,
.ns-pro-app .ns-pro-topup__preset.is-active {
	background: rgba(212, 175, 55, 0.14);
	border-color: rgba(212, 175, 55, 0.4);
	color: #f8ecc4;
	box-shadow: 0 6px 18px rgba(212, 175, 55, 0.12);
}

.ns-pro-app .ns-pro-topup__form label span {
	display: block;
	font-size: 0.78rem;
	font-weight: 600;
	color: #a1a1aa;
	margin-bottom: 0.35rem;
}

.ns-pro-app .ns-pro-topup__form input[type="number"] {
	width: 100%;
	max-width: 320px;
	padding: 0.65rem 0.85rem;
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(0, 0, 0, 0.25);
	color: #f8f8fb;
	font-size: 0.95rem;
	font-weight: 700;
	outline: none;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.ns-pro-app .ns-pro-topup__form input[type="number"]:focus {
	border-color: rgba(212, 175, 55, 0.45);
	box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.08);
}

.ns-pro-app .ns-pro-topup__actions {
	display: flex;
	gap: 0.6rem;
	flex-wrap: wrap;
	margin-top: 1.25rem;
}

.ns-pro-app .ns-pro-topup__actions .ns-pro-btn {
	min-height: 44px;
	border-radius: 12px;
	font-weight: 700;
	padding: 0.65rem 1.25rem;
}

.ns-pro-app .ns-pro-topup__receipt small {
	display: block;
	margin-top: 0.4rem;
	font-size: 0.75rem;
	color: #71717a;
}

/* ──────────────────────────────────────────────────────────────
   5. Checkout — premium, polished stepper + payment method fix
   ────────────────────────────────────────────────────────────── */
.ns-pro-app .ns-pro-checkout-page .ns-pro-section-head {
	margin-bottom: 1.25rem;
}

.ns-pro-app .ns-pro-checkout--wizard {
	padding: 1.25rem;
	border-radius: 22px;
	background: linear-gradient(160deg, rgba(26, 26, 34, 0.95), rgba(14, 14, 20, 0.95));
	border: 1px solid rgba(255, 255, 255, 0.06);
	box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
	overflow: hidden;
}

.ns-pro-app .ns-pro-checkout__steps {
	display: flex;
	gap: 0.5rem;
	margin-bottom: 1.5rem;
	padding: 0.4rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.06);
	width: fit-content;
}

.ns-pro-app .ns-pro-checkout__steps span {
	padding: 0.45rem 0.95rem;
	border-radius: 999px;
	font-size: 0.78rem;
	font-weight: 600;
	color: #a1a1aa;
	background: transparent;
	border: none;
	transition: all 0.2s ease;
}

.ns-pro-app .ns-pro-checkout__steps span.is-active {
	background: rgba(212, 175, 55, 0.14);
	color: #f8ecc4;
	box-shadow: 0 4px 14px rgba(212, 175, 55, 0.12);
}

.ns-pro-app .ns-pro-checkout__steps span.is-done {
	background: rgba(74, 222, 128, 0.12);
	color: #86efac;
}

.ns-pro-app .ns-pro-checkout__summary-panel {
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.06);
	overflow: hidden;
}

.ns-pro-app .ns-pro-checkout__summary-toggle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 1rem;
	background: transparent;
	border: none;
	color: #f8f8fb;
	font-size: 0.95rem;
	font-weight: 700;
	cursor: pointer;
}

.ns-pro-app .ns-pro-checkout__summary-toggle svg {
	transition: transform 0.25s ease;
}

.ns-pro-app .ns-pro-checkout__summary-toggle[aria-expanded="false"] svg {
	transform: rotate(-180deg);
}

.ns-pro-app .ns-pro-checkout__summary-body {
	padding: 0 1rem 1rem;
}

.ns-pro-app .ns-pro-checkout__group h3 {
	font-size: 0.92rem;
	font-weight: 700;
	color: #f8f8fb;
	margin: 0 0 0.6rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.ns-pro-app .ns-pro-checkout__group-count {
	font-size: 0.75rem;
	font-weight: 600;
	color: #a1a1aa;
	padding: 0.15rem 0.5rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.05);
}

.ns-pro-app .ns-pro-checkout__items li {
	padding: 0.55rem 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.ns-pro-app .ns-pro-checkout__items li:last-child {
	border-bottom: none;
}

.ns-pro-app .ns-pro-checkout__totals {
	margin-top: 0.75rem;
	padding-top: 0.75rem;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.ns-pro-app .ns-pro-checkout__totals div {
	font-size: 0.95rem;
	font-weight: 700;
}

.ns-pro-app .ns-pro-checkout__methods.ns-pro-glass {
	padding: 1.25rem;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.06);
}

.ns-pro-app .ns-pro-checkout__methods h2 {
	font-size: 1.05rem;
	font-weight: 800;
	color: #f8f8fb;
	margin: 0 0 0.25rem;
}

.ns-pro-app .ns-pro-checkout__balances {
	margin-bottom: 1rem;
	padding: 0.55rem 0.85rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.04);
	color: #a1a1aa;
	font-size: 0.82rem;
}

.ns-pro-app .ns-pro-checkout__tabs {
	display: flex;
	gap: 0.5rem;
	flex-wrap: wrap;
	margin: 0 0 1rem;
	padding: 0.35rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.05);
}

.ns-pro-app .ns-pro-checkout__tabs button {
	flex: 1 1 auto;
	min-width: 120px;
	padding: 0.65rem 0.95rem;
	border-radius: 999px;
	border: 1px solid transparent;
	background: transparent;
	color: #a1a1aa;
	font-size: 0.82rem;
	font-weight: 700;
	cursor: pointer;
	transition: all 0.2s ease;
}

.ns-pro-app .ns-pro-checkout__tabs button.is-active,
.ns-pro-app .ns-pro-checkout__tabs button:hover {
	background: rgba(212, 175, 55, 0.12);
	border-color: rgba(212, 175, 55, 0.25);
	color: #f8ecc4;
}

.ns-pro-app .ns-pro-checkout__panel {
	padding: 1rem;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.05);
	color: #a1a1aa;
	font-size: 0.88rem;
	line-height: 1.55;
}

.ns-pro-app .ns-pro-checkout__panel[hidden] {
	display: none !important;
}

.ns-pro-app .ns-pro-checkout__panel:not([hidden]) {
	display: block !important;
}

.ns-pro-app .ns-pro-checkout__wizard__nav {
	display: flex;
	gap: 0.75rem;
	flex-wrap: wrap;
	margin-top: 1.25rem;
}

.ns-pro-app .ns-pro-checkout__wizard__nav .ns-pro-btn {
	flex: 1;
	min-height: 48px;
	border-radius: 14px;
	font-size: 0.9rem;
	font-weight: 700;
}

.ns-pro-app .ns-pro-checkout__result {
	text-align: center;
	padding: 2rem 1rem;
}

.ns-pro-app .ns-pro-checkout__result h2 {
	font-size: 1.15rem;
	font-weight: 800;
	color: #f8f8fb;
	margin-bottom: 0.75rem;
}

.ns-pro-app .ns-pro-payment-notification {
	margin-top: 1.25rem;
	padding: 1.25rem;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.06);
}

.ns-pro-app .ns-pro-payment-notification h3 {
	font-size: 1rem;
	font-weight: 800;
	color: #f8f8fb;
	margin: 0 0 0.25rem;
}

.ns-pro-app .ns-pro-payment-notification__desc {
	font-size: 0.82rem;
	color: #a1a1aa;
	margin-bottom: 1rem;
}

.ns-pro-app .ns-pro-payment-notification__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 0.75rem;
	margin-bottom: 0.75rem;
}

.ns-pro-app .ns-pro-payment-notification__grid label {
	display: block;
}

.ns-pro-app .ns-pro-payment-notification__grid input,
.ns-pro-app .ns-pro-payment-notification__grid textarea,
.ns-pro-app .ns-pro-payment-notification input[type="file"] {
	width: 100%;
	padding: 0.6rem 0.8rem;
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(0, 0, 0, 0.25);
	color: #f8f8fb;
	font-size: 0.85rem;
	outline: none;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.ns-pro-app .ns-pro-payment-notification__grid input:focus,
.ns-pro-app .ns-pro-payment-notification__grid textarea:focus {
	border-color: rgba(212, 175, 55, 0.45);
	box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.08);
}

.ns-pro-app .ns-pro-checkout__secure-note {
	font-size: 0.78rem;
	color: #71717a;
	text-align: center;
	margin-top: 0.75rem;
}

.ns-pro-app .ns-pro-checkout__status {
	margin-top: 0.75rem;
	padding: 0.6rem 0.85rem;
	border-radius: 12px;
	font-size: 0.85rem;
	font-weight: 600;
	text-align: center;
}

.ns-pro-app .ns-pro-checkout__status.is-error {
	background: rgba(225, 6, 0, 0.1);
	border: 1px solid rgba(225, 6, 0, 0.2);
	color: #ff8787;
}

.ns-pro-app .ns-pro-checkout__status:not(.is-error) {
	background: rgba(74, 222, 128, 0.1);
	border: 1px solid rgba(74, 222, 128, 0.2);
	color: #86efac;
}

/* ──────────────────────────────────────────────────────────────
   6. Pro store tabs and category sidebar
   ────────────────────────────────────────────────────────────── */
.ns-pro-app .ns-pro-store-tabs {
	padding: 0.35rem;
	border-radius: 999px;
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.ns-pro-app .ns-pro-store-banner {
	border-radius: 20px;
	padding: 1.5rem;
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
	border: 1px solid rgba(255, 255, 255, 0.07);
}

.ns-pro-app .ns-pro-store-sidebar {
	border-radius: 18px;
	padding: 1rem;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.06);
}

.ns-pro-app .ns-pro-store-sidebar__link {
	display: flex;
	align-items: center;
	padding: 0.55rem 0.8rem;
	border-radius: 12px;
	color: #a1a1aa;
	font-size: 0.86rem;
	font-weight: 500;
	text-decoration: none;
	transition: all 0.2s ease;
}

.ns-pro-app .ns-pro-store-sidebar__link.is-active,
.ns-pro-app .ns-pro-store-sidebar__link:hover {
	background: rgba(212, 175, 55, 0.1);
	color: #f8ecc4;
}

.ns-pro-app .ns-pro-store-sorting {
	padding: 0.55rem 0.9rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.05);
}

.ns-pro-app .ns-pro-store-sorting__select {
	background: rgba(0, 0, 0, 0.25);
	color: #f8f8fb;
	border-radius: 10px;
	padding: 0.45rem 0.7rem;
	border: 1px solid rgba(255, 255, 255, 0.07);
}

/* ──────────────────────────────────────────────────────────────
   7. Trust / secure badges for checkout and top-up
   ────────────────────────────────────────────────────────────── */
.ns-pro-app .ns-pro-checkout-trust {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-top: 0.75rem;
}

.ns-pro-app .ns-pro-checkout-trust span {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	padding: 0.35rem 0.75rem;
	border-radius: 999px;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #86efac;
	background: rgba(74, 222, 128, 0.1);
	border: 1px solid rgba(74, 222, 128, 0.2);
}

/* ──────────────────────────────────────────────────────────────
   8. Checkout wizard panes — switch to direct visibility
   (fixes possible track/transform bugs where the payment step
   does not become visible after clicking “Ödeme Yöntemine Geç”)
   ────────────────────────────────────────────────────────────── */
.ns-pro-app .ns-pro-checkout-wizard__layout {
	display: grid;
	gap: 1.25rem;
	align-items: start;
}

@media (min-width: 960px) {
	.ns-pro-app .ns-pro-checkout-wizard__layout {
		grid-template-columns: minmax(280px, 340px) minmax(0, 1fr);
	}
}

.ns-pro-app .ns-pro-checkout-wizard__track {
	display: block;
	width: 100%;
	transition: none;
	transform: none !important;
}

.ns-pro-app .ns-pro-checkout-wizard__pane {
	display: none;
	width: 100%;
	box-sizing: border-box;
	padding: 0;
}

.ns-pro-app .ns-pro-checkout-wizard__pane.is-active {
	display: block;
	animation: nxFadeIn 0.35s ease;
}

@keyframes nxFadeIn {
	from { opacity: 0; transform: translateY(10px); }
	to { opacity: 1; transform: translateY(0); }
}

.ns-pro-app .ns-pro-checkout-wizard__nav {
	display: flex;
	gap: 0.75rem;
	flex-wrap: wrap;
	margin-top: 1.25rem;
}

.ns-pro-app .ns-pro-checkout-wizard__nav .ns-pro-btn {
	flex: 1;
	min-height: 48px;
	border-radius: 14px;
	font-size: 0.9rem;
	font-weight: 700;
}

/* Coin Market filter rail: horizontal scroll on small screens */
@media (max-width: 640px) {
	.ns-pro-app .nx-mp-filters {
		flex-wrap: nowrap;
		padding: 0.4rem;
		gap: 0.4rem;
	}
	.ns-pro-app .nx-mp-filter {
		font-size: 0.75rem;
		padding: 0.4rem 0.75rem;
	}
}

/* ──────────────────────────────────────────────────────────────
   9. Partner strip → footer spacing fix
   ────────────────────────────────────────────────────────────── */
.ns-pro-app .nx-partners-strip--landing {
	margin: 1.25rem 0 0.25rem !important;
}

.ns-pro-app .ns-pro-footer {
	margin-top: 0.5rem !important;
	padding-top: 1.5rem !important;
}

/* ──────────────────────────────────────────────────────────────
   10. Live host cards — instant first paint hints
   ────────────────────────────────────────────────────────────── */
.ns-pro-app .ns-pro-live-card {
	contain: layout style;
}

.ns-pro-app .ns-pro-live-card__media img,
.ns-pro-app .ns-pro-live-card__cover-video {
	will-change: transform;
}

/* ──────────────────────────────────────────────────────────────
   11. Store product cards — extra SaaS polish
   ────────────────────────────────────────────────────────────── */
.ns-pro-app .ns-pro-product.nx-premium-product h3 {
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1.25;
	margin: 0.75rem 0 0.35rem;
	color: #ffffff;
}

.ns-pro-app .ns-pro-product.nx-premium-product h3 a {
	color: inherit;
	text-decoration: none;
	background: linear-gradient(90deg, #ffffff 0%, #f8ecc4 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.ns-pro-app .ns-pro-product.nx-premium-product .ns-pro-product__excerpt {
	font-size: 0.78rem;
	color: rgba(255, 255, 255, 0.65);
	line-height: 1.4;
	margin-bottom: 0.55rem;
}

.ns-pro-app .ns-pro-product.nx-premium-product .ns-pro-product__price {
	gap: 0.5rem;
	margin-top: 0.35rem;
}

.ns-pro-app .ns-pro-product.nx-premium-product .ns-pro-product__price span {
	display: inline-flex;
	align-items: center;
	gap: 0.2rem;
	padding: 0.25rem 0.65rem;
	border-radius: 999px;
	background: rgba(212, 175, 55, 0.11);
	border: 1px solid rgba(212, 175, 55, 0.2);
	font-size: 0.78rem;
	color: #f8ecc4;
	font-weight: 700;
}

.ns-pro-app .ns-pro-product.nx-premium-product .ns-pro-product__actions {
	margin-top: 0.65rem;
}

.ns-pro-app .ns-pro-product.nx-premium-product .ns-pro-product__actions .ns-pro-btn {
	flex: 1;
	justify-content: center;
	border-radius: 12px;
	font-size: 0.78rem;
	min-height: 38px;
}

.ns-pro-app .ns-pro-product.nx-premium-product .ns-pro-product__actions .ns-pro-btn--hero {
	background: linear-gradient(135deg, #d4af37 0%, #a88b2b 100%);
	color: #0b0b0d;
	font-weight: 800;
}

.ns-pro-app .ns-pro-product.nx-premium-product .ns-pro-product__actions .ns-pro-btn--hero:hover {
	filter: brightness(1.12);
}

.ns-pro-app .ns-pro-product-compact {
	border-radius: 18px;
	padding: 0.75rem;
}

.ns-pro-app .ns-pro-product-compact__thumb {
	border-radius: 12px;
}

/* ──────────────────────────────────────────────────────────────
   12. TL Bakiye Yükle — corporate premium card
   ────────────────────────────────────────────────────────────── */
.ns-pro-app .ns-pro-topup.ns-pro-glass {
	border-radius: 22px;
	padding: 1.5rem;
	border: 1px solid rgba(255, 255, 255, 0.07);
	background: linear-gradient(160deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
}

.ns-pro-app .ns-pro-topup__balance {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	padding: 0.35rem 0.85rem;
	border-radius: 999px;
	background: rgba(16, 185, 129, 0.12);
	border: 1px solid rgba(16, 185, 129, 0.25);
	color: #a7f3d0;
	font-size: 0.85rem;
	font-weight: 700;
	margin-bottom: 1rem;
}

.ns-pro-app .ns-pro-topup__presets {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 0.55rem;
	margin-bottom: 1rem;
}

.ns-pro-app .ns-pro-topup__preset {
	padding: 0.65rem;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.08);
	color: #ffffff;
	font-weight: 700;
	font-size: 0.8rem;
	transition: all 0.2s ease;
}

.ns-pro-app .ns-pro-topup__preset:hover {
	background: rgba(212, 175, 55, 0.14);
	border-color: rgba(212, 175, 55, 0.3);
}

.ns-pro-app .ns-pro-topup__form label > span {
	display: block;
	font-size: 0.72rem;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.7);
	margin-bottom: 0.35rem;
}

.ns-pro-app .ns-pro-topup__form input[type="number"] {
	width: 100%;
	padding: 0.75rem 1rem;
	border-radius: 12px;
	background: rgba(0, 0, 0, 0.18);
	border: 1px solid rgba(255, 255, 255, 0.08);
	color: #ffffff;
	font-size: 0.9rem;
}

/* ──────────────────────────────────────────────────────────────
   13. Checkout result + payment notification trigger button
   ────────────────────────────────────────────────────────────── */
.ns-pro-app .ns-pro-checkout__result.ns-pro-glass {
	border-radius: 18px;
	padding: 1.25rem;
}

.ns-pro-app .ns-pro-checkout__result h2 {
	margin-top: 0;
	font-size: 1.1rem;
}

.ns-pro-app .ns-pro-checkout__notify-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.4rem;
	margin-top: 1rem;
	padding: 0.75rem 1.25rem;
	border-radius: 14px;
	background: linear-gradient(135deg, #d4af37 0%, #a88b2b 100%);
	color: #0b0b0d;
	font-weight: 800;
	font-size: 0.85rem;
	border: none;
	cursor: pointer;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ns-pro-app .ns-pro-checkout__notify-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 28px rgba(212, 175, 55, 0.22);
}

.ns-pro-app .ns-pro-payment-notification {
	margin-top: 1rem;
	border-radius: 18px;
	padding: 1.25rem;
}

.ns-pro-app .ns-pro-checkout__result + .ns-pro-payment-notification {
	margin-top: 1rem;
}

/* ──────────────────────────────────────────────────────────────
   14. Pro hub — mobile / tablet fit (overflow zero)
   ────────────────────────────────────────────────────────────── */
.ns-pro-app .ns-pro-hub--saas,
.ns-pro-app .ns-pro-hub--saas > *,
.ns-pro-app .ns-pro-services,
.ns-pro-app .ns-pro-store-hub,
.ns-pro-app .ns-pro-section-head--with-action,
.ns-pro-app .ns-pro-section-head--saas {
	width: 100%;
	max-width: 100%;
	min-width: 0;
	box-sizing: border-box;
}

.ns-pro-app .nx-services-grid {
	width: 100%;
	max-width: 100%;
	min-width: 0;
	grid-template-columns: minmax(0, 1fr);
}

.ns-pro-app .nx-service-card,
.ns-pro-app .nx-service-card__title,
.ns-pro-app .nx-service-card__desc,
.ns-pro-app .nx-service-card__features li {
	min-width: 0;
	max-width: 100%;
	overflow-wrap: anywhere;
	word-break: break-word;
}

.ns-pro-app .ns-pro-store__scroll-rail {
	max-width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
}

.ns-pro-app .ns-pro-store__scroll-track {
	width: max-content;
	max-width: none;
}

@media (max-width: 768px) {
	.ns-pro-app .ns-pro-section-head--with-action {
		flex-direction: column;
		align-items: stretch;
	}

	.ns-pro-app .ns-pro-section-head--with-action .ns-pro-btn--inspect {
		width: 100%;
		max-width: 100%;
		justify-content: center;
	}

	.ns-pro-app .ns-pro-store-hub__dest-card {
		width: min(82vw, 320px);
		min-width: min(82vw, 280px);
	}

	.ns-pro-app .ns-pro-store__scroll-item {
		min-width: min(78vw, 240px);
		max-width: min(78vw, 260px);
	}

	.ns-pro-app .nx-commerce-card,
	.ns-pro-app .ns-pro-product.nx-premium-product {
		min-width: 0;
		max-width: 100%;
	}
}

@media (min-width: 641px) and (max-width: 1024px) {
	.ns-pro-app .nx-services-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 1025px) {
	.ns-pro-app .nx-services-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}
