.nt-page {
	background: var(--new-theme-color-bg-base, #141009);
	color: var(--new-theme-color-ink);
	font-family: var(--new-theme-font-body);
}

.nt-page a {
	color: inherit;
	text-decoration: none;
}

.nt-age-disclaimer {
	background: var(--new-theme-color-bg-elevated, #2a2015);
	color: var(--new-theme-color-text-muted, #c9b78d);
	font-family: var(--new-theme-font-heading);
	font-size: 13px;
	font-weight: 500;
	letter-spacing: .01em;
	padding: 10px 0;
}

.nt-age-disclaimer__inner,
.nt-header__inner,
.nt-hero__inner,
.nt-section__inner,
.nt-footer__inner {
	margin: 0 auto;
	max-width: var(--new-theme-content-width);
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}

.nt-age-disclaimer span {
	color: var(--new-theme-color-sky, #c8962f);
	margin-right: 8px;
}

.nt-header {
	background: var(--new-theme-color-bg-card, #1e1710);
	border-bottom: 1px solid var(--new-theme-color-border, rgba(200, 165, 90, 0.30));
	color: var(--new-theme-color-ink, #f2e6c9);
	position: sticky;
	top: 0;
	z-index: 50;
}

.nt-header__inner {
	align-items: center;
	display: flex;
	gap: 28px;
	min-height: 68px;
}

.nt-header__logo {
	display: block;
	flex: 0 0 auto;
	height: 25px;
	width: 125px;
}

.nt-header__nav {
	align-items: center;
	display: flex;
	flex: 1;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: flex-end;
}

.nt-header__nav a {
	color: var(--new-theme-color-ink, #f2e6c9);
	font-family: var(--new-theme-font-heading);
	font-size: 14px;
	font-weight: 600;
}

/* Peach pill buttons in header (Rejestracja / Logowanie) */
.nt-header__nav a.nt-header__btn {
	background: var(--new-theme-color-peach, #d8a94b);
	border: 1px solid rgba(216, 169, 75, 0.4);
	border-radius: 9999px;
	color: var(--new-theme-color-peach-text, #241706);
	font-weight: 700;
	padding: 8px 20px;
	transition: background .2s;
}

.nt-header__nav a.nt-header__btn:hover {
	background: var(--new-theme-color-peach-hover, #e8bd68);
}

.nt-hero {
	background-position: center top;
	background-size: cover;
	color: var(--new-theme-color-ink, #f2e6c9);
	position: relative;
}

.nt-hero::before {
	background: linear-gradient(135deg, rgba(20, 16, 9, .85), rgba(13, 10, 6, .65));
	content: "";
	inset: 0;
	position: absolute;
}

.nt-hero__inner {
	min-height: 360px;
	padding-bottom: 58px;
	padding-top: 72px;
	position: relative;
	z-index: 1;
}

.nt-hero h1 {
	color: var(--new-theme-color-ink, #f2e6c9);
	font-family: var(--new-theme-font-heading);
	font-size: clamp(32px, 5vw, 40px);
	font-weight: 700;
	line-height: 1.12;
	margin: 0 0 22px;
	max-width: 780px;
}

.nt-hero p {
	font-size: 20px;
	line-height: 1.5;
	margin: 0;
	max-width: 760px;
}

.nt-section {
	padding: 34px 0;
}

.nt-section h2 {
	font-family: var(--new-theme-font-heading);
	font-size: 34px;
	line-height: 1.12;
	margin: 0 0 16px;
	text-transform: uppercase;
}

.nt-section p {
	font-size: 17px;
	line-height: 1.65;
	margin: 0 0 16px;
}

:where(.nt-content-section__container, .page-hero__content) :where(.wp-block-heading) {
	font-family: var(--new-theme-font-heading);
	font-weight: 700;
	letter-spacing: -.01em;
}

:where(.nt-content-section__container, .page-hero__content) :where(h2.wp-block-heading) {
	font-size: clamp(30px, 4vw, 48px);
	line-height: 1.08;
	margin-block: 0 24px;
}

:where(.nt-content-section__container, .page-hero__content) :where(h3.wp-block-heading) {
	font-size: 18px;
	line-height: 1.35;
	margin-block: 28px 12px;
}

:where(.nt-content-section__container, .page-hero__content) :where(p, li) {
	font-size: 17px;
	line-height: 1.65;
}

:where(.nt-content-section__container, .page-hero__content) :where(ul, ol):not([class*="wp-block-navigation"]) {
	margin-block: 0 24px;
	padding-inline-start: 24px;
}

:where(.nt-content-section__container, .page-hero__content) :where(li + li) {
	margin-top: 8px;
}

.nt-content-section__container :where(a):not(.wp-block-button__link) {
	color: var(--new-theme-color-sky, #c8962f);
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

:where(.nt-content-section__container, .page-hero__content) :where(li)::marker {
	color: var(--new-theme-color-sky, #c8962f);
	font-weight: 700;
}

:where(.nt-content-section__container, .page-hero__content) :where(.wp-block-image img) {
	border-radius: 6px;
}

:where(.nt-content-section__container, .page-hero__content) :where(.wp-block-quote) {
	border-left: 4px solid var(--new-theme-color-sky, #c8962f);
	margin: 32px 0;
	padding: 8px 0 8px 24px;
}

:where(.nt-content-section__container, .page-hero__content) :where(.wp-block-quote p) {
	font-size: 20px;
	font-style: italic;
	margin: 0;
}

:where(.nt-content-section__container, .page-hero__content) :where(.wp-block-table) {
	margin: 32px 0;
	overflow-x: auto;
	width: 100%;
}

:where(.nt-content-section__container, .page-hero__content) :where(.wp-block-table table) {
	border-collapse: collapse;
	min-width: 640px;
	width: 100%;
}

:where(.nt-content-section__container, .page-hero__content) :where(.wp-block-table th) {
	background: var(--new-theme-color-bg-deep, #0d0a06);
	color: var(--new-theme-color-ink, #f2e6c9);
	font-family: var(--new-theme-font-heading);
	font-size: 14px;
	font-weight: 700;
	text-align: left;
}

:where(.nt-content-section__container, .page-hero__content) :where(.wp-block-table th, .wp-block-table td) {
	border: 1px solid var(--new-theme-color-border, rgba(200, 165, 90, 0.30));
	padding: 14px 16px;
	vertical-align: top;
}

:where(.nt-content-section__container, .page-hero__content) :where(.wp-block-table:not(.is-style-stripes) tbody tr:nth-child(even) td),
:where(.nt-content-section__container, .page-hero__content) :where(.wp-block-table.is-style-stripes tbody tr:nth-child(odd) td) {
	background: var(--new-theme-color-bg-elevated, #2a2015);
}

:where(.nt-content-section__container, .page-hero__content) :where(.wp-block-table figcaption) {
	color: #9c8a63;
	font-size: 13px;
	margin-top: 8px;
	text-align: left;
}

:where(.nt-content-section__container, .page-hero__content) :where(.wp-block-details) {
	border-bottom: 1px solid #8a7a56;
	padding: 16px 0;
}

:where(.nt-content-section__container, .page-hero__content) :where(.wp-block-details summary) {
	cursor: pointer;
	font-family: var(--new-theme-font-heading);
	font-size: 18px;
	font-weight: 700;
}

:where(.nt-content-section__container, .page-hero__content) :where(.wp-block-details[open] summary) {
	color: var(--new-theme-color-sky, #c8962f);
	margin-bottom: 12px;
}

:where(.nt-content-section__container, .page-hero__content) :where(.wp-block-button__link) {
	border-radius: 9999px;
	font-family: var(--new-theme-font-heading);
	font-weight: 700;
	min-height: 44px;
	padding: 12px 28px;
}

:where(.nt-content-section__container, .page-hero__content) :where(.wp-block-separator) {
	border-color: rgba(200, 165, 90, 0.25);
	margin-block: 32px;
}

:where(.nt-content-section__container, .page-hero__content) :where(code) {
	background: var(--new-theme-color-soft-gray);
	border-radius: 3px;
	font-size: .9em;
	padding: 2px 5px;
}

:where(.nt-content-section__container, .page-hero__content) :where(.wp-block-code, .wp-block-preformatted) {
	background: var(--new-theme-color-ink-surface, #0d0a06);
	border-radius: 6px;
	color: var(--new-theme-color-white);
	overflow-x: auto;
	padding: 20px;
}

:where(.nt-content-section__container, .page-hero__content) :where(.wp-block-code code) {
	background: transparent;
	color: inherit;
	padding: 0;
}

.header.header--dark.header--inner-page .sidebar-nav {
	background: linear-gradient(180deg, var(--new-theme-color-ink-surface, #0d0a06) 0, #0d0a06 103.08%);
	background-position: right bottom;
	background-repeat: no-repeat;
}

.nt-offer-list {
	display: grid;
	gap: 16px;
}

.nt-offer-card {
	background: var(--new-theme-color-bg-card, #1e1710);
	border: 1px solid var(--new-theme-color-border, rgba(200, 165, 90, 0.30));
	border-radius: 16px;
	box-shadow: 0 4px 16px rgba(216, 169, 75, .12);
	display: grid;
	gap: 16px;
	grid-template-columns: 150px minmax(0, 1fr) 180px 140px;
	padding: 16px;
}

.nt-offer-card__logo-wrap {
	align-items: center;
	background: var(--new-theme-color-bg-elevated, #2a2015);
	border-radius: 10px;
	display: flex;
	justify-content: center;
	min-height: 104px;
	padding: 16px;
}

.nt-offer-card__logo {
	max-height: 54px;
	object-fit: contain;
	width: 100%;
}

.nt-offer-card h3 {
	color: var(--new-theme-color-ink, #f2e6c9);
	font-family: var(--new-theme-font-heading);
	font-size: 17px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 8px;
}

.nt-offer-card__rating {
	color: var(--new-theme-color-sky, #c8962f);
	font-family: var(--new-theme-font-heading);
	font-weight: 700;
	margin-bottom: 10px;
}

.nt-offer-card__features {
	display: flex;
	flex-direction: column;
	gap: 6px;
	margin: 0;
	padding: 0;
}

.nt-offer-card__features li {
	color: var(--new-theme-color-text-muted, #c9b78d);
	list-style: none;
	padding-left: 22px;
	position: relative;
}

.nt-offer-card__features li::before {
	color: var(--new-theme-color-sky, #c8962f);
	content: "✓";
	font-weight: 700;
	left: 0;
	position: absolute;
}

.nt-offer-card__bonus {
	align-items: center;
	background: var(--new-theme-color-bg-deep, #0d0a06);
	border: 1px solid var(--new-theme-color-sky-light, #e2b552);
	border-radius: 12px;
	color: var(--new-theme-color-ink, #f2e6c9);
	display: flex;
	font-family: var(--new-theme-font-heading);
	font-size: 20px;
	font-weight: 700;
	justify-content: center;
	padding: 12px;
	text-align: center;
}

.nt-offer-card__actions {
	display: flex;
	flex-direction: column;
	gap: 10px;
	justify-content: center;
}

.nt-button {
	align-items: center;
	border-radius: 9999px;
	display: inline-flex;
	font-family: var(--new-theme-font-heading);
	font-weight: 700;
	justify-content: center;
	min-height: 44px;
	padding: 10px 20px;
	text-decoration: none;
	transition: background .2s;
}

.nt-button--primary {
	background: var(--new-theme-color-peach, #d8a94b);
	color: var(--new-theme-color-peach-text, #241706);
}

.nt-button--primary:hover {
	background: var(--new-theme-color-peach-hover, #e8bd68);
	color: var(--new-theme-color-peach-text, #241706);
}

.nt-button--secondary {
	background: var(--new-theme-color-bg-elevated, #2a2015);
	border: 1px solid var(--new-theme-color-border, rgba(200, 165, 90, 0.30));
	color: var(--new-theme-color-ink, #f2e6c9);
}

.nt-button--secondary:hover {
	background: var(--new-theme-color-bg-deep, #0d0a06);
}

.nt-card-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.nt-link-card {
	background: #1e1710;
	border-radius: 6px;
	box-shadow: 0 6px 18px rgba(29, 33, 41, .08);
	display: flex;
	flex-direction: column;
	min-height: 100%;
	overflow: hidden;
}

.nt-link-card__image {
	aspect-ratio: 16 / 9;
	background: #33281a;
	object-fit: cover;
	width: 100%;
}

.nt-link-card__body {
	padding: 18px;
}

.nt-link-card h3 {
	font-family: var(--new-theme-font-heading);
	font-size: 22px;
	line-height: 1.15;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.nt-link-card p {
	font-size: 15px;
	line-height: 1.45;
	margin: 0;
}

.nt-faq {
	display: grid;
	gap: 12px;
}

.nt-faq-item {
	background: #1e1710;
	border-radius: 6px;
	box-shadow: 0 6px 18px rgba(29, 33, 41, .08);
	padding: 18px 20px;
}

.nt-faq-item h3 {
	font-family: var(--new-theme-font-heading);
	font-size: 22px;
	line-height: 1.2;
	margin: 0 0 8px;
}

.nt-footer {
	background: var(--new-theme-color-ink-surface, #0d0a06);
	color: #c9b78d;
	padding: 42px 0;
}

.nt-footer__inner {
	display: grid;
	gap: 24px;
}

.nt-footer__links {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

@media (max-width: 900px) {
	.nt-header__inner,
	.nt-header__nav {
		align-items: flex-start;
		flex-direction: column;
	}

	.nt-offer-card {
		grid-template-columns: 120px minmax(0, 1fr);
	}

	.nt-offer-card__bonus,
	.nt-offer-card__actions {
		grid-column: 1 / -1;
	}

	.nt-card-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 560px) {
	.nt-hero__inner {
		min-height: 300px;
		padding-bottom: 42px;
		padding-top: 52px;
	}

	.nt-offer-card {
		grid-template-columns: 1fr;
	}
}
