:root {
	--bg: #f5f7f9;
	--bg2: #eceef0;
	--bg3: #e0e4e700;
	--surf: #ffffff;
	--surf2: #f8f9fa;
	--line: #dbe0e4;
	--line2: #c4c9ce;
	--ink: #1a202c;
	--ink2: #4a5568;
	--ink3: #718096;
	--gold: #4a6fa5;
	--gold-dk: #2c3e50;
	--gold-lt: #e1e9f4;
	--gold-pl: #b8c9de;
	--red: #d11a41;
	--green: #10b981;
}

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

html {
	-webkit-font-smoothing: antialiased;
	scroll-behavior: smooth;
}

body {
	font-family: 'Poppins', system-ui, sans-serif;
	background: var(--bg);
	color: var(--ink);
	font-size: 15px;
	line-height: 1.65;
	min-height: 100vh;
}

/* ════════════════════ MASTHEAD ════════════════════ */
.n-hdr {
	position: sticky;
	top: 0;
	z-index: 200;
	background: rgba(245, 247, 249, 0.96);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	border-bottom: 1px solid var(--line);
}

.n-hdr-in {
	max-width: 1120px;
	margin: 0 auto;
	padding: 0 20px;
	height: 58px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.n-lg-mrk {
	display: flex;
	align-items: baseline;
	gap: 10px;
	text-decoration: none;
	flex-shrink: 0;
}

.n-lg-txt {
	font-family: 'Poppins', sans-serif;
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: var(--ink);
	line-height: 1;
}

.n-lg-txt em {
	color: var(--gold);
	font-style: normal;
}

.n-lg-sb {
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	color: var(--ink3);
	border-left: 1px solid var(--line2);
	padding-left: 10px;
	line-height: 1.2;
}

.n-nv-mn {
	display: flex;
	gap: 0;
}

.n-nv-mn a {
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: var(--ink3);
	text-decoration: none;
	padding: 0 13px;
	height: 58px;
	display: flex;
	align-items: center;
	border-left: 1px solid var(--line);
	transition: color 0.2s, background 0.2s;
}

.n-nv-mn a:hover,
.n-nv-mn a.on {
	color: var(--gold);
	background: rgba(74, 111, 165, 0.04);
}

.n-nv-mn a:last-child {
	border-right: 1px solid var(--line);
}

@media (max-width: 460px) {
	.n-lg-sb {
		display: none;
	}
}

@media (max-width: 640px) {
	.n-nv-mn a:not(:last-child) {
		display: none;
	}
}

/* ════════════════════ TICKER ════════════════════ */
.n-mrq {
	background: var(--gold);
	padding: 5px 20px;
	overflow: hidden;
}

.n-mrq-in {
	max-width: 1120px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	font-family: 'Poppins', sans-serif;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	color: #fff;
}

.n-mrq-l {
	display: flex;
	align-items: center;
	gap: 10px;
}

.n-mrq-pt {
	width: 5px;
	height: 5px;
	background: rgba(255, 255, 255, 0.6);
	border-radius: 50%;
	flex-shrink: 0;
}

.n-mrq-r {
	display: flex;
	gap: 20px;
	color: rgba(255, 255, 255, 0.75);
}

@media (max-width: 480px) {
	.n-mrq-r {
		display: none;
	}
}

/* ════════════════════ HERO ════════════════════ */
.n-hr-sc {
	background: var(--bg2);
	border-bottom: 3px solid var(--gold);
	position: relative;
	overflow: hidden;
	padding: 52px 20px 44px;
}

.n-hr-sc::before {
	content: '';
	position: absolute;
	inset: 0;
	pointer-events: none;
	background: radial-gradient(
		ellipse 70% 60% at 50% 110%,
		rgba(74, 111, 165, 0.05) 0%,
		transparent 60%
	);
}

.n-hr-bg {
	position: absolute;
	right: -4vw;
	bottom: -0.12em;
	font-family: 'Poppins', serif;
	font-size: 44vw;
	font-weight: 700;
	line-height: 1;
	color: rgba(74, 111, 165, 0.02);
	pointer-events: none;
	user-select: none;
	letter-spacing: -0.05em;
}

.n-hr-cr {
	max-width: 800px;
	margin: 0 auto;
	position: relative;
}

.n-brd {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 18px;
	font-family: 'Poppins', sans-serif;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.n-brd a {
	color: var(--gold);
	text-decoration: none;
}

.n-brd span {
	color: var(--ink3);
}

.n-brd-sp {
	color: var(--line2);
}

.n-brd-ct {
	display: inline-block;
	margin-bottom: 14px;
	font-family: 'Poppins', sans-serif;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: var(--gold);
	border-bottom: 2px solid var(--gold);
	padding-bottom: 4px;
}

.n-brd-l {
	display: flex;
	align-items: center;
	gap: 12px;
}

.n-brd-it,
.n-brd-dt {
	font-size: 10px;
	font-weight: 500;
	color: var(--ink3);
	text-transform: uppercase;
	letter-spacing: 1px;
}

.n-brd-dt {
	flex-shrink: 0;
}

@media (max-width: 400px) {
	.n-brd-dt {
		display: none;
	}
}

.n-tg-rw {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 22px;
}

.n-lv-dt {
	width: 7px;
	height: 7px;
	background: var(--gold);
	border-radius: 50%;
	flex-shrink: 0;
	box-shadow: 0 0 0 0 rgba(74, 111, 165, 0.5);
	animation: n-lv-nm 2.2s ease-in-out infinite;
}

@keyframes n-lv-nm {
	0% {
		box-shadow: 0 0 0 0 rgba(74, 111, 165, 0.55);
	}
	60% {
		box-shadow: 0 0 0 7px rgba(74, 111, 165, 0);
	}
	100% {
		box-shadow: 0 0 0 0 rgba(74, 111, 165, 0);
	}
}

.n-tg-tx {
	font-family: 'Poppins', sans-serif;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: var(--ink3);
}

.n-tg-hr {
	flex: 1;
	height: 1px;
	background: var(--line);
}

.n-hr-h1 {
	font-family: 'Poppins', sans-serif;
	font-size: clamp(28px, 4.5vw, 48px);
	font-weight: 700;
	line-height: 1.1;
	color: var(--ink);
	margin-bottom: 14px;
}

.n-hr-p {
	font-size: 15px;
	color: var(--ink2);
	line-height: 1.7;
	max-width: 540px;
}

.n-hr-pa {
	font-size: 12px;
	color: var(--ink3);
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-weight: 600;
}
.n-hr-pa strong {
	color: var(--gold);
}

.n-hd-1,
.n-hd-3 {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.1;
	letter-spacing: 0.01em;
	color: var(--ink);
}
.n-hd-1 {
	font-size: clamp(28px, 4.5vw, 54px);
}
.n-hd-2 {
	font-family: 'Poppins', sans-serif;
	font-size: clamp(32px, 5.2vw, 62px);
	font-weight: 700;
	line-height: 1.1;
	color: var(--gold);
}
.n-hd-3 {
	font-size: clamp(26px, 4.2vw, 50px);
	color: var(--ink2);
}

.n-hd-sp {
	display: flex;
	align-items: center;
	gap: 0;
	margin-bottom: 24px;
}
.n-hd-hl {
	width: 56px;
	height: 3px;
	background: var(--gold);
	flex-shrink: 0;
	border-radius: 2px;
}
.n-hd-ln {
	flex: 1;
	height: 1px;
	background: var(--line);
}

.n-sm-wr {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 20px;
	flex-wrap: wrap;
}

.n-mt-bl {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 3px;
	flex-shrink: 0;
}
.n-mt-vl {
	font-family: 'Poppins', sans-serif;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	color: var(--gold);
}
.n-mt-lb {
	font-size: 10px;
	color: var(--ink3);
	text-transform: uppercase;
	letter-spacing: 1px;
}

@media (max-width: 560px) {
	.n-sm-wr {
		flex-direction: column;
		align-items: flex-start;
	}
	.n-mt-bl {
		align-items: flex-start;
	}
}

/* ════════════════════ PAGE LAYOUT ════════════════════ */
.n-gr-bs {
	max-width: 1120px;
	margin: 0 auto;
	padding: 48px 20px 88px;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 272px;
	gap: 44px;
	align-items: start;
}

@media (max-width: 860px) {
	.n-gr-bs {
		grid-template-columns: 1fr;
		gap: 32px;
	}
}

/* ════════════════════ CONTENT BLOCKS ════════════════════ */
.n-vd-wr {
	display: flex;
	flex-direction: column;
	gap: 36px;
	margin-bottom: 36px;
}

.n-vd-wd {
	gap: 0;
}

.n-bh {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 18px;
}

.n-bh-in {
	width: 3px;
	height: 20px;
	background: var(--gold);
	border-radius: 2px;
	flex-shrink: 0;
}

.n-bh-tx {
	font-family: 'Poppins', sans-serif;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: var(--gold);
}

.n-vd-in {
	background: #000;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 0 0 1px var(--line), 0 0 0 4px rgba(74, 111, 165, 0.04),
		0 20px 50px rgba(0, 0, 0, 0.15);
	display: flex;
	justify-content: center;
}

.n-vd-nt {
	margin-top: 12px;
	text-align: center;
	font-size: 11px;
	color: var(--ink3);
}

.n-vd-nt a {
	color: var(--gold);
	text-decoration: none;
}

.n-tx-bx {
	background: var(--surf);
	border: 1px solid var(--line);
	border-radius: 8px;
	padding: 28px 30px;
}

.n-tx-bi {
	border-left: 4px solid var(--gold);
	border-radius: 0 8px 8px 0;
	padding: 20px 22px;
	margin-bottom: 36px;
}
.n-tx-bi .n-bh-tx {
	margin-bottom: 12px;
}

.n-tx-bx h2 {
	font-family: 'Poppins', sans-serif;
	font-size: clamp(18px, 2.8vw, 24px);
	font-weight: 700;
	color: var(--ink);
	margin-bottom: 14px;
	line-height: 1.2;
}

.n-tx-bx h2 em {
	color: var(--gold);
	font-style: normal;
}

.n-tx-bx p {
	font-size: 14px;
	color: var(--ink2);
	line-height: 1.75;
	margin-bottom: 14px;
}

.n-tx-bx p:last-child {
	margin-bottom: 0;
}

.n-tx-bx strong {
	color: var(--ink);
}

.n-tx-bx ol {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 6px;
	padding: 0;
	counter-reset: toc;
}
.n-tx-bx ol li {
	counter-increment: toc;
}
.n-tx-bx ol li::before {
	content: counter(toc) '. ';
	color: var(--gold);
	font-weight: 700;
	font-size: 12px;
}
.n-tx-bx a {
	font-size: 13.5px;
	color: var(--ink2);
	text-decoration: none;
	font-weight: 500;
	transition: color 0.2s;
}
.n-tx-bx a:hover {
	color: var(--gold);
}

@media (max-width: 500px) {
	.n-tx-bx {
		padding: 20px;
	}
}

/* ════════════════════ OFFER CARD ════════════════════ */
.n-pr-cd {
	display: none;
	margin-bottom: 36px;
	border-radius: 8px;
	overflow: hidden;
	border: 1px solid var(--line2);
	background: var(--surf);
	box-shadow: 0 0 0 1px rgba(74, 111, 165, 0.04), 0 15px 45px rgba(0, 0, 0, 0.08);
}

.n-pr-tp {
	background: linear-gradient(135deg, var(--gold-dk), var(--gold));
	padding: 11px 22px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.n-pr-tl {
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	color: #fff;
	display: flex;
	align-items: center;
	gap: 8px;
}

.n-pr-sv {
	width: 18px;
	height: 18px;
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.2);
	display: flex;
	align-items: center;
	justify-content: center;
}

.n-pr-sv svg {
	width: 10px;
	height: 10px;
	stroke: #fff;
	fill: none;
	stroke-width: 2.5;
	stroke-linecap: round;
}

.n-pr-tg {
	background: #fff;
	color: var(--gold);
	font-family: 'Poppins', sans-serif;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 3px 10px;
	border-radius: 3px;
	flex-shrink: 0;
}

.n-pr-in {
	padding: 28px;
}

.n-pr-sp {
	display: grid;
	grid-template-columns: 130px 1fr;
	gap: 24px;
	align-items: start;
}

.n-pr-im {
	background: var(--surf2);
	border: 1px solid var(--line2);
	border-radius: 6px;
	padding: 12px;
	text-align: center;
	transition: border-color 0.25s;
}

.n-pr-im:hover {
	border-color: var(--gold);
}

.n-pr-im img {
	width: 100%;
	height: auto;
	display: block;
}

.n-pr-h {
	font-family: 'Poppins', sans-serif;
	font-size: clamp(18px, 2.5vw, 23px);
	font-weight: 700;
	color: var(--ink);
	line-height: 1.2;
	margin-bottom: 8px;
}

.n-pr-h em {
	color: var(--gold);
	font-style: normal;
}

.n-pr-p {
	font-size: 13px;
	color: var(--ink2);
	line-height: 1.65;
	margin-bottom: 16px;
}

.n-pr-ul {
	display: flex;
	flex-direction: column;
	gap: 6px;
	margin-bottom: 22px;
}

.n-pr-li {
	display: flex;
	align-items: center;
	gap: 10px;
	background: var(--bg2);
	border: 1px solid var(--line);
	border-radius: 6px;
	padding: 9px 12px;
	font-size: 12.5px;
	font-weight: 700;
	color: var(--ink);
}

.n-pr-ck {
	width: 19px;
	height: 19px;
	border-radius: 5px;
	background: var(--green);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.n-pr-ck svg {
	width: 10px;
	height: 10px;
	stroke: #fff;
	fill: none;
	stroke-width: 3;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.n-ct-bn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	padding: 15px 20px;
	background: #3b82f6;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none;
	border-radius: 6px;
	border-bottom: 3px solid #2563eb;
	margin-top: 4px;
	transition: background 0.2s, transform 0.15s, border-bottom-color 0.2s;
}

.n-ct-bn:hover {
	background: #2563eb;
	border-bottom-color: #1e40af;
	transform: translateY(-2px);
}

.n-ct-bn svg {
	width: 16px;
	height: 16px;
	stroke: #fff;
	fill: none;
	stroke-width: 2.5;
	stroke-linecap: round;
	transition: transform 0.2s;
}

.n-ct-bn:hover svg {
	transform: translateX(4px);
}

.n-ct-mk {
	display: flex;
	justify-content: center;
	gap: 18px;
	flex-wrap: wrap;
	margin-top: 14px;
}

@media (max-width: 480px) {
	.n-pr-sp {
		grid-template-columns: 1fr;
	}
}

/* ════════════════════ HIGHLIGHTS & QUOTES ════════════════════ */
.n-q-bx {
	position: relative;
	background: var(--surf);
	border: 1px solid var(--line);
	border-left: 4px solid var(--gold);
	border-radius: 0 8px 8px 0;
	padding: 22px 24px;
}

.n-q-sv {
	font-family: 'Poppins', serif;
	font-size: 48px;
	font-weight: 700;
	color: var(--gold);
	opacity: 0.15;
	line-height: 0.7;
	position: absolute;
	top: 14px;
	left: 18px;
	user-select: none;
}

.n-q-bx text {
	font-family: 'Poppins', sans-serif;
	font-size: clamp(15px, 2.2vw, 18px);
	color: var(--ink2);
	line-height: 1.6;
	padding-left: 28px;
	display: block;
}

.n-q-bx author {
	display: block;
	margin-top: 12px;
	padding-left: 28px;
	font-family: 'Poppins', sans-serif;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	color: var(--gold);
	font-style: normal;
}

.n-q-hl {
	border-left: 4px solid var(--gold);
	background: var(--surf2);
	border: 1px solid var(--line2);
	border-left: 3px solid var(--gold);
	border-radius: 0 8px 8px 0;
	padding: 14px 16px;
	margin: 16px 0;
	font-size: 13px;
	color: var(--ink2);
	line-height: 1.7;
}

.n-q-hg {
	background: linear-gradient(135deg, rgba(74, 111, 165, 0.05) 0%, rgba(74, 111, 165, 0.01) 100%);
	padding: 26px 28px;
	border: 1px solid var(--line);
	border-left: 4px solid var(--gold);
}
.n-q-hl strong {
	color: var(--ink);
}
.n-q-hl p {
	font-family: 'Poppins', sans-serif;
	font-size: clamp(15px, 2.2vw, 19px);
	color: var(--ink2);
	line-height: 1.65;
}

/* ════════════════════ CARDS & GRIDS ════════════════════ */
.n-c-gd {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
}
@media (max-width: 500px) {
	.n-c-gd {
		grid-template-columns: 1fr;
	}
}

.n-c-it {
	background: var(--surf2);
	border: 1px solid var(--line2);
	border-radius: 8px;
	padding: 18px 16px;
}

.n-c-it h2 {
	font-family: 'Poppins', sans-serif;
	font-size: clamp(18px, 2.8vw, 23px);
	font-weight: 700;
	color: var(--ink);
	margin-bottom: 16px;
	line-height: 1.2;
}
.n-c-it p {
	font-size: 14px;
	color: var(--ink2);
	line-height: 1.8;
	margin-bottom: 12px;
}
.n-c-it p:last-child {
	margin-bottom: 0;
}
.n-c-it strong {
	color: var(--ink);
}
.n-c-it ul {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin: 12px 0;
}
.n-c-it ul li {
	font-size: 13.5px;
	color: var(--ink2);
	line-height: 1.7;
	padding-left: 16px;
	position: relative;
}
.n-c-it ul li::before {
	content: '—';
	position: absolute;
	left: 0;
	color: var(--gold);
	font-weight: 700;
}
.n-c-it a {
	color: var(--gold);
	text-decoration: none;
}
.n-c-it a:hover {
	text-decoration: underline;
}

.n-c-sv {
	width: 36px;
	height: 36px;
	border-radius: 6px;
	background: var(--gold-lt);
	border: 1px solid var(--gold-pl);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 12px;
}
.n-c-sv svg {
	width: 18px;
	height: 18px;
	stroke: var(--gold);
	fill: none;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.n-c-it h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: var(--ink);
	margin-bottom: 6px;
}
.n-c-it p {
	font-size: 12.5px;
	color: var(--ink3);
	line-height: 1.6;
	margin: 0;
}

.n-ct-rw {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	padding: 14px 0;
	border-bottom: 1px solid var(--line);
}
.n-ct-rw:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.n-ct-sv {
	width: 36px;
	height: 36px;
	border-radius: 6px;
	background: var(--surf2);
	border: 1px solid var(--line2);
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.n-ct-sv svg {
	width: 16px;
	height: 16px;
	stroke: var(--gold);
	fill: none;
	stroke-width: 1.8;
	stroke-linecap: round;
}

.n-ct-st {
	font-family: 'Poppins', sans-serif;
	font-size: 10px;
	font-weight: 700;
	color: var(--gold);
	min-width: 16px;
	background: transparent;
	border: none;
	width: auto;
	height: auto;
}

.n-ct-lb {
	font-family: 'Poppins', sans-serif;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	color: var(--ink3);
	margin-bottom: 3px;
}
.n-c-il .n-ct-lb {
	letter-spacing: 2px;
	color: var(--gold);
	display: block;
	margin-bottom: 8px;
}

.n-ct-vl {
	font-size: 13.5px;
	color: var(--ink);
	font-weight: 500;
}

/* ════════════════════ SIDEBAR ════════════════════ */
.n-sd-st {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.n-sd-wd {
	background: var(--surf);
	border: 1px solid var(--line);
	border-radius: 8px;
	overflow: hidden;
}

.n-sd-tp {
	background: var(--surf2);
	border-bottom: 1px solid var(--line);
	padding: 10px 16px;
	display: flex;
	align-items: center;
	gap: 8px;
}

.n-sd-in-mark {
	width: 3px;
	height: 13px;
	background: var(--gold);
	border-radius: 2px;
	flex-shrink: 0;
}

.n-sd-tx {
	font-family: 'Poppins', sans-serif;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	color: var(--ink3);
}

.n-sd-in {
	padding: 16px;
	display: block;
	font-size: 13px;
	color: var(--ink2);
	line-height: 1.6;
}

.n-sd-in hr {
	border: none;
	border-top: 1px solid var(--line);
	margin: 10px 0;
}

.n-sd-ln {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 13px;
	font-weight: 500;
	color: var(--ink2);
	text-decoration: none;
	padding: 12px 0;
	border-bottom: 1px solid var(--line);
}

.n-sd-ln:last-child {
	border-bottom: none;
}

.n-sd-ln:hover {
	color: var(--gold);
}

.n-sd-ar {
	font-size: 16px;
	color: var(--line2);
	line-height: 1;
}

.n-st-gd {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1px;
	background: var(--line);
	border-top: 1px solid var(--line);
}

.n-st-cl {
	background: var(--surf);
	padding: 14px 8px;
	text-align: center;
}

.n-st-vl {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: var(--gold);
	line-height: 1;
	display: block;
	margin-bottom: 4px;
}

.n-st-lb {
	font-size: 9px;
	font-weight: 700;
	color: var(--ink3);
	text-transform: uppercase;
	letter-spacing: 1px;
	display: block;
}

.n-tr-tg {
	font-size: 10.5px;
	font-weight: 700;
	color: var(--ink3);
	text-transform: uppercase;
	letter-spacing: 0.5px;
	display: flex;
	align-items: center;
	gap: 5px;
	text-decoration: none;
	padding: 7px 0;
	border-bottom: 1px solid var(--line);
	font-weight: 500;
	transition: color 0.2s;
}
.n-tr-tg:last-child {
	border-bottom: none;
}
.n-tr-tg:hover {
	color: var(--gold);
}

.n-tr-ck::before {
	content: '✓';
	color: #10b981;
	font-size: 12px;
}

/* ════════════════════ FOOTER ════════════════════ */
.n-ft {
	background: var(--bg2);
	border-top: 1px solid var(--line);
	padding: 48px 0 24px;
}

.n-ft-in {
	max-width: 1120px;
	margin: 0 auto;
	padding: 0 20px;
}

.n-ft-wn {
	font-size: 11px;
	line-height: 1.85;
	color: var(--ink3);
	padding: 14px 18px;
	background: var(--surf);
	border: 1px solid var(--line);
	border-left: 3px solid var(--line2);
	border-radius: 0 6px 6px 0;
	margin-bottom: 36px;
}

.n-ft-wn strong {
	color: var(--ink2);
}

.n-ft-cl {
	display: grid;
	grid-template-columns: 1.6fr 1fr 1fr;
	gap: 36px;
	padding-bottom: 28px;
	border-bottom: 1px solid var(--line);
	margin-bottom: 18px;
}

.n-ft-co h5 {
	font-family: 'Poppins', sans-serif;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	color: var(--gold);
	margin-bottom: 14px;
}

.n-ft-co address {
	font-style: normal;
	font-size: 12px;
	color: var(--ink3);
	line-height: 1.9;
}

.n-ft-co address strong {
	color: var(--ink2);
}

.n-ft-co nav {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.n-ft-co nav a {
	font-size: 12px;
	color: var(--ink3);
	text-decoration: none;
	transition: color 0.2s;
}

.n-ft-co nav a:hover {
	color: var(--ink);
}

.n-ft-bt {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
}

.n-ft-lg {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: var(--ink3);
}

.n-ft-lg em {
	color: var(--gold);
	font-style: normal;
}

.n-ft-cp {
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: var(--line2);
}

@media (max-width: 640px) {
	.n-ft-cl {
		grid-template-columns: 1fr 1fr;
		gap: 20px;
	}
}

@media (max-width: 380px) {
	.n-ft-cl {
		grid-template-columns: 1fr;
	}
}

/* ════════════════════ COOKIE BAR ════════════════════ */
.n-nt-bx {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	background: var(--surf2);
	border-top: 1px solid var(--line2);
	box-shadow: 0 -10px 36px rgba(0, 0, 0, 0.05);
	transform: translateY(100%);
	transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.n-nt-bx.n-sh-on {
	transform: translateY(0);
}

.n-ck-in {
	max-width: 1120px;
	margin: 0 auto;
	padding: 14px 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	flex-wrap: wrap;
}

.n-ck-tx {
	flex: 1;
	min-width: 180px;
	font-size: 12px;
	color: var(--ink3);
	line-height: 1.6;
}

.n-ck-tx a {
	color: var(--gold);
	font-weight: 700;
	text-decoration: none;
}

.n-ck-ac {
	display: flex;
	gap: 8px;
	flex-shrink: 0;
}

.n-ck-bt {
	padding: 8px 18px;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	cursor: pointer;
	border-radius: 6px;
	border: 1px solid var(--line2);
	background: var(--surf);
	color: var(--ink3);
	transition: background 0.2s;
}

.n-ck-bt:hover {
	background: var(--line);
}

.n-ck-bt-ok {
	background: var(--gold);
	color: #fff;
	border-color: var(--gold-dk);
}

.n-ck-bt-ok:hover {
	background: var(--gold-dk);
}

@media (max-width: 500px) {
	.n-ck-in {
		flex-direction: column;
	}
	.n-ck-ac {
		width: 100%;
	}
	.n-ck-bt {
		flex: 1;
	}
}
