/* everest-hack.com — NPVIP Nepal guide */
:root {
	--bg: #0a0710;
	--bg-2: #140d22;
	--panel: rgba(22, 14, 38, .86);
	--panel-solid: #1a1130;
	--line: rgba(255, 255, 255, .08);
	--gold: #ffc400;
	--gold-2: #ffaf00;
	--gold-soft: #ffe08a;
	--violet: #2e22ac;
	--violet-2: #8175fa;
	--pink: #e54c9c;
	--cyan: #19d3e6;
	--text: #ece9f4;
	--muted: #a9a3bd;
	--radius: 14px;
	--radius-sm: 10px;
	--shadow: 0 10px 30px rgba(0, 0, 0, .45);
	--grad-gold: linear-gradient(180deg, #ffe066 0%, #ffc400 45%, #f29a00 100%);
	--grad-brand: linear-gradient(90deg, #2f22ac, #e54c9c);
	--wrap: 1200px;
	--font: "Poppins", "Mukta", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; overflow-x: clip; }

body {
	margin: 0;
	font-family: var(--font);
	font-size: 16px;
	line-height: 1.7;
	color: var(--text);
	background: var(--bg) url("/img/bg-main.jpg") center top / cover fixed no-repeat;
	overflow-x: hidden;
	overflow-x: clip;
	max-width: 100%;
}

html[lang="ne"] body { font-family: "Mukta", "Poppins", system-ui, sans-serif; font-size: 17px; }
html[lang="ne"] .main-nav a { text-transform: none; font-size: .82rem; }

img { max-width: 100%; height: auto; display: block; }

/* grid/flex children must be allowed to shrink below their content width */
main, section, .wrap, .slider, .panel, .intro-text, .intro-visual, .media, .media figure,
.content-grid > *, .two-col > *, .app-block > *, .footer-cols > *, .ticker-track, .table-wrap { min-width: 0; }
.panel, .intro-text, .mini, .faq .answer, .promo-card { overflow-wrap: break-word; }
a { color: var(--gold); text-decoration: none; }
a:hover { color: var(--gold-soft); }
p { margin: 0 0 1em; }
ul, ol { margin: 0 0 1em; padding-left: 1.25em; }
li { margin-bottom: .35em; }
strong { color: #fff; }

h1, h2, h3 {
	font-weight: 700;
	line-height: 1.25;
	margin: 0 0 .6em;
	color: #fff;
}
h1 { font-size: clamp(1.6rem, 3.6vw, 2.5rem); }
h2 { font-size: clamp(1.35rem, 2.8vw, 1.9rem); }
h3 { font-size: clamp(1.08rem, 2vw, 1.25rem); color: var(--gold-soft); }

.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 16px; }

/* ---------- Header ---------- */
.site-header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: linear-gradient(180deg, rgba(8, 5, 14, .72), rgba(8, 5, 14, .92)), url("/img/bg-header.jpg") center / cover;
	border-bottom: 1px solid rgba(255, 196, 0, .25);
	transition: box-shadow .25s;
}
.site-header.is-scrolled { box-shadow: 0 6px 24px rgba(0, 0, 0, .6); }

.header-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	min-height: 74px;
}
.logo img { width: 150px; height: auto; filter: drop-shadow(0 2px 8px rgba(255, 196, 0, .25)); }

.header-actions { display: flex; align-items: center; gap: 10px; }

.lang-switch {
	display: flex;
	align-items: center;
	background: rgba(255, 255, 255, .06);
	border: 1px solid var(--line);
	border-radius: 999px;
	padding: 3px;
}
.lang-switch a {
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: .8rem;
	font-weight: 600;
	color: var(--muted);
	padding: 4px 10px;
	border-radius: 999px;
	line-height: 1.4;
}
.lang-switch a.active { background: var(--gold); color: #140d22; }
.lang-switch img { width: 16px; height: 16px; border-radius: 50%; }

.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	font-family: inherit;
	font-weight: 700;
	font-size: .95rem;
	letter-spacing: .02em;
	line-height: 1;
	padding: 13px 22px;
	border-radius: var(--radius-sm);
	border: 0;
	cursor: pointer;
	white-space: nowrap;
	transition: transform .15s, filter .2s, box-shadow .2s;
}
.btn:hover { transform: translateY(-1px); }
.btn-gold { background: var(--grad-gold); color: #1a1000; box-shadow: 0 4px 18px rgba(255, 176, 0, .35); }
.btn-gold:hover { color: #000; filter: brightness(1.07); box-shadow: 0 6px 24px rgba(255, 176, 0, .5); }
.btn-outline {
	color: #fff;
	background: linear-gradient(var(--bg-2), var(--bg-2)) padding-box, var(--grad-brand) border-box;
	border: 2px solid transparent;
}
.btn-outline:hover { color: var(--gold); }
.btn-sm { padding: 10px 16px; font-size: .85rem; }
.btn-lg { padding: 16px 30px; font-size: 1.05rem; }

/* ---------- Main nav ---------- */
.main-nav {
	background: rgba(12, 8, 22, .92);
	border-bottom: 1px solid var(--line);
}
.main-nav ul {
	display: flex;
	justify-content: space-between;
	list-style: none;
	margin: 0 auto;
	padding: 0 8px;
	max-width: var(--wrap);
	overflow-x: auto;
	scrollbar-width: none;
}
.main-nav ul::-webkit-scrollbar { display: none; }
.main-nav li { margin: 0; flex: 0 0 auto; }
.main-nav a {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
	padding: 10px 12px 9px;
	color: #d9d4e8;
	font-size: .78rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .04em;
	border-bottom: 2px solid transparent;
}
.main-nav a img { width: 28px; height: 28px; }
.main-nav a:hover,
.main-nav a.current { color: var(--gold); border-bottom-color: var(--gold); }

/* ---------- Slider ---------- */
.hero { padding: 18px 0 0; }
.slider {
	position: relative;
	border-radius: var(--radius);
	overflow: hidden;
	box-shadow: var(--shadow);
	border: 1px solid rgba(255, 196, 0, .2);
}
.slides {
	display: flex;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	scrollbar-width: none;
}
.slides::-webkit-scrollbar { display: none; }
.slides a { flex: 0 0 100%; scroll-snap-align: start; }
.slides img { width: 100%; aspect-ratio: 4 / 1; object-fit: cover; }
.slider-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 8px;
	display: flex;
	justify-content: center;
	gap: 6px;
	pointer-events: none;
}
.slider-dots span {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .45);
	transition: width .25s, background .25s;
}
.slider-dots span.on { width: 22px; border-radius: 6px; background: var(--gold); }

/* ---------- Ticker ---------- */
.ticker {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 12px;
	padding: 8px 14px;
	background: var(--panel);
	border: 1px solid var(--line);
	border-radius: var(--radius-sm);
	font-size: .88rem;
	color: var(--muted);
	overflow: hidden;
}
.ticker svg { flex: 0 0 20px; color: var(--gold); }
.ticker-track { overflow: hidden; white-space: nowrap; flex: 1; }
.ticker-track span { display: inline-block; padding-left: 100%; animation: tick 38s linear infinite; }
@keyframes tick { to { transform: translateX(-100%); } }

/* ---------- Intro ---------- */
.intro {
	margin-top: 26px;
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
	gap: 24px;
	align-items: center;
}
.intro-text {
	padding: 30px;
	background: var(--panel);
	border-radius: var(--radius);
	border: 1px solid var(--line);
}
.eyebrow {
	display: inline-block;
	font-size: .75rem;
	font-weight: 700;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: var(--gold);
	margin-bottom: 10px;
}
.intro h1 span { background: var(--grad-gold); -webkit-background-clip: text; background-clip: text; color: transparent; }
.intro .lead { color: #cfc9e0; font-size: 1.02rem; }
.cta-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 18px; }

.intro-visual {
	position: relative;
	display: block;
	border-radius: var(--radius);
	overflow: hidden;
	border: 1px solid rgba(255, 196, 0, .25);
	box-shadow: var(--shadow);
}
.intro-visual img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }

.stats {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	margin-top: 22px;
}
.stat {
	text-align: center;
	padding: 16px 10px;
	border-radius: var(--radius-sm);
	background: linear-gradient(#150d26, #150d26) padding-box, var(--grad-brand) border-box;
	border: 1px solid transparent;
}
.stat b { display: block; font-size: 1.45rem; line-height: 1.2; color: var(--gold); }
.stat small { color: var(--muted); font-size: .8rem; }

/* ---------- Sections ---------- */
.section { padding: 46px 0 0; }
.section-head { text-align: center; max-width: 820px; margin: 0 auto 24px; }
.section-head p { color: var(--muted); }
.section-head h2::after {
	content: "";
	display: block;
	width: 70px;
	height: 3px;
	margin: 12px auto 0;
	border-radius: 3px;
	background: var(--grad-brand);
}

.panel {
	background: var(--panel);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	padding: 28px;
}
.panel + .panel { margin-top: 18px; }

/* Categories */
.cats {
	display: grid;
	grid-template-columns: repeat(8, minmax(0, 1fr));
	gap: 12px;
}
.cat {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	padding: 18px 8px 14px;
	border-radius: var(--radius-sm);
	background: linear-gradient(160deg, rgba(129, 117, 250, .25), rgba(46, 34, 172, .15) 55%, rgba(229, 76, 156, .18));
	border: 1px solid rgba(129, 117, 250, .35);
	color: #fff;
	font-weight: 600;
	font-size: .85rem;
	text-align: center;
	transition: transform .2s, border-color .2s;
}
.cat img { width: 38px; height: 38px; }
.cat:hover { transform: translateY(-3px); border-color: var(--gold); color: var(--gold); }

/* Providers */
.providers-box {
	padding: 24px;
	border-radius: var(--radius);
	background: linear-gradient(rgba(10, 7, 16, .35), rgba(10, 7, 16, .35)), url("/img/bg-games.jpg") center / cover;
	border: 1px solid rgba(255, 255, 255, .12);
}
.providers {
	display: grid;
	grid-template-columns: repeat(8, minmax(0, 1fr));
	gap: 10px;
}
.providers a { display: block; border-radius: var(--radius-sm); transition: transform .2s, filter .2s; }
.providers a:hover { transform: translateY(-4px) scale(1.02); filter: drop-shadow(0 6px 14px rgba(229, 76, 156, .45)); }
.providers img { width: 100%; aspect-ratio: 330 / 360; }

/* Content */
.content-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 360px;
	gap: 28px;
	align-items: start;
}
.content-grid.reverse { grid-template-columns: 360px minmax(0, 1fr); }
.content-grid.reverse .media { order: -1; }
.media { display: grid; gap: 14px; }
.media a { display: block; border-radius: var(--radius-sm); overflow: hidden; border: 1px solid var(--line); }
.media figure { margin: 0; }
.media figcaption { font-size: .8rem; color: var(--muted); margin-top: 6px; text-align: center; }
.panel p, .panel li { color: #d6d1e4; }

.promo-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
	margin: 22px 0;
}
.promo-card {
	display: flex;
	flex-direction: column;
	border-radius: var(--radius-sm);
	overflow: hidden;
	background: var(--panel-solid);
	border: 1px solid var(--line);
	color: var(--text);
	transition: transform .2s, border-color .2s;
}
.promo-card:hover { transform: translateY(-3px); border-color: var(--gold); color: var(--text); }
.promo-card img { width: 100%; aspect-ratio: 476 / 285; object-fit: cover; }
.promo-card div { padding: 12px 14px 14px; }
.promo-card b { display: block; color: var(--gold); font-size: .95rem; }
.promo-card small { color: var(--muted); font-size: .8rem; line-height: 1.5; display: block; margin-top: 2px; }

.wide-banner { display: block; border-radius: var(--radius); overflow: hidden; border: 1px solid rgba(255, 196, 0, .2); margin: 22px 0 0; }
.wide-banner img { width: 100%; }

/* Tables */
.table-wrap { overflow-x: auto; margin: 18px 0; border-radius: var(--radius-sm); border: 1px solid var(--line); }
table { width: 100%; border-collapse: collapse; font-size: .92rem; min-width: 520px; }
th, td { padding: 11px 14px; text-align: left; border-bottom: 1px solid var(--line); }
thead th { background: linear-gradient(90deg, rgba(46, 34, 172, .7), rgba(229, 76, 156, .45)); color: #fff; font-weight: 600; }
tbody tr:nth-child(even) { background: rgba(255, 255, 255, .025); }
tbody td:first-child { color: var(--gold-soft); font-weight: 600; }

/* Steps */
.steps { list-style: none; padding: 0; margin: 18px 0; counter-reset: step; display: grid; gap: 12px; }
.steps li {
	position: relative;
	counter-increment: step;
	padding: 14px 16px 14px 62px;
	background: rgba(255, 255, 255, .035);
	border: 1px solid var(--line);
	border-radius: var(--radius-sm);
	margin: 0;
}
.steps li::before {
	content: counter(step);
	position: absolute;
	left: 14px;
	top: 14px;
	width: 34px;
	height: 34px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: var(--grad-gold);
	color: #1a1000;
	font-weight: 800;
}
.steps b { color: #fff; display: block; }

.checks { list-style: none; padding: 0; }
.checks li { position: relative; padding-left: 28px; }
.checks li::before {
	content: "";
	position: absolute;
	left: 2px;
	top: .55em;
	width: 14px;
	height: 8px;
	border-left: 3px solid var(--gold);
	border-bottom: 3px solid var(--gold);
	transform: rotate(-45deg);
}

.two-col { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 16px; }
.mini {
	padding: 18px;
	border-radius: var(--radius-sm);
	background: rgba(255, 255, 255, .035);
	border: 1px solid var(--line);
}
.mini h3 { display: flex; align-items: center; gap: 10px; }
.mini h3 img { width: 30px; height: 30px; }

.app-block {
	display: grid;
	grid-template-columns: 200px minmax(0, 1fr);
	gap: 24px;
	align-items: center;
}
.app-shot { display: block; border-radius: 22px; overflow: hidden; border: 1px solid rgba(255, 196, 0, .3); box-shadow: var(--shadow); }

.note {
	padding: 14px 18px;
	border-left: 4px solid var(--gold);
	background: rgba(255, 196, 0, .07);
	border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
	font-size: .92rem;
	color: #e6e0f2;
}

.pay-strip { display: grid; gap: 12px; margin: 18px 0; }
.pay-strip a { display: block; background: #0f0a18; border-radius: var(--radius-sm); padding: 8px; border: 1px solid var(--line); }
.pay-strip img { margin: 0 auto; }

/* FAQ */
.faq { display: grid; gap: 10px; }
.faq details {
	background: var(--panel);
	border: 1px solid var(--line);
	border-radius: var(--radius-sm);
	overflow: hidden;
}
.faq details[open] { border-color: rgba(255, 196, 0, .45); }
.faq summary {
	list-style: none;
	cursor: pointer;
	padding: 16px 52px 16px 18px;
	font-weight: 600;
	color: #fff;
	position: relative;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
	content: "";
	position: absolute;
	right: 22px;
	top: 50%;
	width: 10px;
	height: 10px;
	border-right: 2px solid var(--gold);
	border-bottom: 2px solid var(--gold);
	transform: translateY(-70%) rotate(45deg);
	transition: transform .2s;
}
.faq details[open] summary::after { transform: translateY(-30%) rotate(-135deg); }
.faq .answer { padding: 0 18px 16px; color: #d6d1e4; }
.faq .answer p:last-child { margin: 0; }

/* CTA band */
.cta-band {
	margin-top: 46px;
	padding: 34px 28px;
	border-radius: var(--radius);
	text-align: center;
	background: linear-gradient(120deg, rgba(46, 34, 172, .85), rgba(229, 76, 156, .7)), url("/img/bg-header.jpg") center / cover;
	border: 1px solid rgba(255, 255, 255, .15);
}
.cta-band h2 { margin-bottom: .3em; }
.cta-band p { color: #efeaff; max-width: 640px; margin: 0 auto 18px; }

/* ---------- Footer ---------- */
.site-footer {
	margin-top: 50px;
	padding: 36px 0 110px;
	background: rgba(6, 4, 10, .96);
	border-top: 1px solid rgba(255, 196, 0, .2);
	font-size: .9rem;
	color: var(--muted);
}
.footer-logos {
	display: grid;
	grid-template-columns: repeat(10, minmax(0, 1fr));
	gap: 10px 16px;
	align-items: center;
	padding-bottom: 26px;
	border-bottom: 1px solid var(--line);
}
.footer-logos a { opacity: .6; transition: opacity .2s; }
.footer-logos a:hover { opacity: 1; }
.footer-logos img { width: 100%; max-width: 120px; margin: 0 auto; }
.footer-cols {
	display: grid;
	grid-template-columns: minmax(0, 1.4fr) repeat(3, minmax(0, 1fr));
	gap: 24px;
	padding: 26px 0;
}
.footer-cols h3 { font-size: .95rem; color: #fff; margin-bottom: .7em; }
.footer-cols ul { list-style: none; padding: 0; margin: 0; }
.footer-cols li a { color: var(--muted); }
.footer-cols li a:hover { color: var(--gold); }
.footer-cols .logo img { width: 140px; margin-bottom: 12px; }
.footer-bottom {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding-top: 18px;
	border-top: 1px solid var(--line);
	font-size: .82rem;
}
.age {
	display: inline-grid;
	place-items: center;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	border: 2px solid #e04545;
	color: #fff;
	font-weight: 800;
	font-size: .8rem;
	margin-right: 10px;
	vertical-align: middle;
}

/* Mobile bottom bar */
.mobile-bar { display: none; }

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
	.providers { grid-template-columns: repeat(4, minmax(0, 1fr)); }
	.cats { grid-template-columns: repeat(4, minmax(0, 1fr)); }
	.promo-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.footer-logos { grid-template-columns: repeat(5, minmax(0, 1fr)); }
	.content-grid, .content-grid.reverse { grid-template-columns: minmax(0, 1fr) 300px; }
	.content-grid.reverse { grid-template-columns: 300px minmax(0, 1fr); }
}

@media (max-width: 860px) {
	body { background-attachment: scroll; }
	.intro { grid-template-columns: minmax(0, 1fr); }
	.intro-visual { max-width: 460px; margin: 0 auto; }
	.content-grid, .content-grid.reverse { grid-template-columns: minmax(0, 1fr); }
	.content-grid.reverse .media { order: 0; }
	.media { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.footer-cols { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.main-nav ul { justify-content: flex-start; }
}

@media (max-width: 640px) {
	body { font-size: 15px; }
	.header-row { min-height: 62px; }
	.logo img { width: 112px; }
	.header-actions .btn-outline { display: none; }
	.btn-sm { padding: 9px 12px; font-size: .8rem; }
	.lang-switch a { padding: 4px 8px; font-size: .75rem; }
	.lang-switch img { display: none; }
	.main-nav a { padding: 8px 9px 7px; font-size: .7rem; }
	.main-nav a img { width: 24px; height: 24px; }
	.hero { padding-top: 12px; }
	.intro-text, .panel { padding: 20px 16px; }
	.stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.cats { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; }
	.cat { padding: 12px 4px 10px; font-size: .72rem; }
	.cat img { width: 30px; height: 30px; }
	.providers-box { padding: 14px; }
	.providers { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
	.promo-grid { grid-template-columns: minmax(0, 1fr); }
	.two-col { grid-template-columns: minmax(0, 1fr); }
	.app-block { grid-template-columns: minmax(0, 1fr); }
	.app-shot { max-width: 200px; margin: 0 auto; }
	.media { grid-template-columns: minmax(0, 1fr); }
	.section { padding-top: 34px; }
	.cta-row .btn { flex: 1 1 100%; white-space: normal; text-align: center; line-height: 1.25; }
	.btn-lg { padding: 15px 18px; font-size: .98rem; }
	table { min-width: 460px; font-size: .85rem; }
	th, td { padding: 9px 10px; }
	.intro h1 { font-size: 1.55rem; }
	.header-row { gap: 8px; }
	.header-actions { gap: 6px; }
	.footer-logos { grid-template-columns: repeat(4, minmax(0, 1fr)); }
	.footer-cols { grid-template-columns: minmax(0, 1fr); }
	.footer-bottom { flex-direction: column; align-items: flex-start; }

	.mobile-bar {
		display: grid;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 60;
		background: rgba(10, 7, 16, .97);
		border-top: 1px solid rgba(255, 196, 0, .3);
		padding-bottom: env(safe-area-inset-bottom);
	}
	.mobile-bar a {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 2px;
		padding: 8px 4px 7px;
		font-size: .68rem;
		font-weight: 600;
		color: #d9d4e8;
	}
	.mobile-bar a img { width: 24px; height: 24px; }
	.mobile-bar a.join { background: var(--grad-gold); color: #1a1000; }
	.mobile-bar a.join img { filter: brightness(0); }
}

@media (max-width: 380px) {
	.wrap { padding: 0 12px; }
	.logo img { width: 92px; }
	.lang-switch a { padding: 3px 7px; }
	.btn-sm { padding: 8px 10px; font-size: .75rem; }
	.stat b { font-size: 1.2rem; }
}

@media (prefers-reduced-motion: reduce) {
	html, .slides { scroll-behavior: auto; }
	.ticker-track span { animation: none; padding-left: 0; }
}
