:root {
	--w69-black: #101010;
	--w69-ink: #181818;
	--w69-panel: #24211b;
	--w69-gold: #f5c542;
	--w69-gold-deep: #b88712;
	--w69-red: #c5262e;
	--w69-cream: #fff5d8;
	--w69-muted: #d8cfbd;
	--w69-line: rgba(245, 197, 66, 0.22);
	--w69-shadow: 0 18px 45px rgba(0, 0, 0, 0.28);
}

.w69-body {
	background: var(--w69-black);
	color: var(--w69-cream);
}

.w69-site {
	min-height: 100vh;
	background:
		radial-gradient(circle at top right, rgba(197, 38, 46, 0.22), transparent 34rem),
		linear-gradient(180deg, #17130e 0%, #101010 36%, #16120d 100%);
	font-family: Arial, "Tahoma", sans-serif;
}

.w69-container {
	width: min(1120px, calc(100% - 32px));
	margin: 0 auto;
}

.w69-topbar {
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(0, 0, 0, 0.42);
	font-size: 13px;
	color: var(--w69-muted);
}

.w69-topbar__inner,
.w69-header__inner,
.w69-header__actions,
.w69-hero__actions,
.w69-trust,
.w69-download__inner {
	display: flex;
	align-items: center;
}

.w69-topbar__inner {
	justify-content: space-between;
	gap: 16px;
	min-height: 34px;
}

.w69-header {
	position: sticky;
	top: 0;
	z-index: 20;
	background: rgba(16, 16, 16, 0.92);
	backdrop-filter: blur(12px);
	border-bottom: 1px solid rgba(245, 197, 66, 0.18);
}

.w69-header__inner {
	justify-content: space-between;
	gap: 20px;
	min-height: 76px;
}

.w69-logo {
	display: inline-flex;
	align-items: baseline;
	gap: 6px;
	text-decoration: none;
	color: var(--w69-cream);
	font-weight: 900;
	letter-spacing: 0;
}

.w69-logo__mark {
	font-size: 31px;
	color: var(--w69-gold);
	text-shadow: 0 2px 14px rgba(245, 197, 66, 0.35);
}

.w69-logo__text {
	font-size: 18px;
	color: #fff;
}

.w69-nav__list {
	display: flex;
	gap: 20px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.w69-nav a,
.w69-footer a {
	color: var(--w69-cream);
	text-decoration: none;
}

.w69-nav a {
	font-size: 15px;
	font-weight: 700;
}

.w69-nav a:hover,
.w69-footer a:hover {
	color: var(--w69-gold);
}

.w69-header__actions,
.w69-hero__actions {
	gap: 10px;
}

.w69-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 10px 18px;
	border-radius: 6px;
	font-weight: 800;
	text-decoration: none;
	border: 1px solid transparent;
	white-space: nowrap;
}

.w69-btn--primary {
	background: linear-gradient(180deg, var(--w69-gold), var(--w69-gold-deep));
	color: #1a1205;
	box-shadow: 0 12px 28px rgba(245, 197, 66, 0.2);
}

.w69-btn--ghost {
	border-color: var(--w69-line);
	color: var(--w69-cream);
}

.w69-btn--dark {
	background: #201b13;
	border-color: var(--w69-line);
	color: var(--w69-cream);
}

.w69-btn--large {
	min-height: 50px;
	padding: 13px 24px;
}

.wp-block-button.w69-btn {
	padding: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
}

.wp-block-button.w69-btn .wp-block-button__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 10px 18px;
	border-radius: 6px;
	font-weight: 800;
	text-decoration: none;
	border: 1px solid transparent;
	white-space: nowrap;
}

.wp-block-button.w69-btn--primary .wp-block-button__link {
	background: linear-gradient(180deg, var(--w69-gold), var(--w69-gold-deep));
	color: #1a1205;
}

.wp-block-button.w69-btn--dark .wp-block-button__link {
	background: #201b13;
	border-color: var(--w69-line);
	color: var(--w69-cream);
}

.wp-block-button.w69-btn--large .wp-block-button__link {
	min-height: 50px;
	padding: 13px 24px;
}

.w69-hero {
	padding: 72px 0 42px;
}

.w69-hero__grid,
.w69-split,
.w69-footer__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
	gap: 34px;
	align-items: center;
}

.w69-hero h1 {
	margin: 0 0 18px;
	font-size: clamp(36px, 7vw, 68px);
	line-height: 1.08;
	max-width: 820px;
	color: #fff;
}

.w69-eyebrow {
	margin: 0 0 10px;
	color: var(--w69-gold);
	font-weight: 900;
	text-transform: uppercase;
}

.w69-lead {
	font-size: 20px;
	line-height: 1.75;
	max-width: 720px;
	color: var(--w69-muted);
}

.w69-trust {
	gap: 12px;
	flex-wrap: wrap;
	padding: 0;
	margin: 24px 0 0;
	list-style: none;
}

.w69-trust li {
	padding: 8px 12px;
	border: 1px solid var(--w69-line);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.05);
	font-size: 14px;
}

.w69-hero__panel,
.w69-info-box,
.w69-content-card,
.w69-promo,
.w69-feature-card,
.w69-faq details {
	border: 1px solid var(--w69-line);
	background: rgba(30, 26, 18, 0.88);
	box-shadow: var(--w69-shadow);
	border-radius: 8px;
}

.w69-hero__panel {
	padding: 26px;
	min-height: 420px;
	display: grid;
	align-content: center;
	gap: 22px;
	background:
		linear-gradient(145deg, rgba(245, 197, 66, 0.18), rgba(197, 38, 46, 0.22)),
		#19140e;
}

.w69-jackpot {
	display: grid;
	gap: 14px;
	text-align: center;
}

.w69-jackpot span {
	font-size: 18px;
	color: var(--w69-gold);
	font-weight: 900;
}

.w69-jackpot strong {
	font-size: 36px;
	line-height: 1.2;
	color: #fff;
}

.w69-jackpot small {
	color: var(--w69-muted);
	font-size: 15px;
}

.w69-stat-grid,
.w69-card-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.w69-stat-grid div {
	padding: 16px;
	border-radius: 8px;
	background: rgba(0, 0, 0, 0.24);
	text-align: center;
}

.w69-stat-grid strong {
	display: block;
	font-size: 28px;
	color: var(--w69-gold);
}

.w69-stat-grid span {
	font-size: 13px;
	color: var(--w69-muted);
}

.w69-section {
	padding: 68px 0;
}

.w69-carousel {
	position: relative;
	overflow: hidden;
	margin-top: 28px;
	margin-bottom: 28px;
	border: 1px solid var(--w69-line);
	border-radius: 8px;
	background:
		linear-gradient(135deg, rgba(197, 38, 46, 0.28), rgba(245, 197, 66, 0.16)),
		#17130e;
	box-shadow: var(--w69-shadow);
}

.w69-carousel__track {
	position: relative;
	min-height: 390px;
}

.w69-carousel__slide {
	position: absolute;
	inset: 0;
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(360px, 46%);
	align-content: center;
	align-items: center;
	gap: 24px;
	padding: 32px 34px 54px 46px;
	opacity: 0;
	pointer-events: none;
	transform: translateX(18px);
	transition: opacity 260ms ease, transform 260ms ease;
}

.w69-carousel__slide.is-active {
	opacity: 1;
	pointer-events: auto;
	transform: translateX(0);
}

.w69-carousel__slide h2 {
	max-width: 700px;
	margin: 0;
	font-size: clamp(28px, 4vw, 46px);
	color: #fff;
}

.w69-carousel__slide p {
	max-width: 680px;
	margin: 0;
	color: var(--w69-muted);
	font-size: 18px;
	line-height: 1.75;
}

.w69-carousel__copy {
	display: grid;
	gap: 14px;
	justify-items: start;
}

.w69-carousel__media {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	aspect-ratio: 1;
	border-radius: 8px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	background:
		radial-gradient(circle at 30% 28%, rgba(255, 255, 255, 0.34), transparent 0 16%, transparent 17%),
		linear-gradient(145deg, rgba(245, 197, 66, 0.4), rgba(197, 38, 46, 0.32)),
		#23170e;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	box-shadow: inset 0 0 38px rgba(0, 0, 0, 0.3);
}

.w69-carousel__media img {
	display: block;
	width: 96%;
	height: 96%;
	object-fit: contain;
	object-position: center;
	border-radius: 8px;
}

.w69-main-theme-image {
	display: block;
	width: min(100%, 1120px);
	height: auto;
	margin: 24px auto;
	border-radius: 8px;
	box-shadow: var(--w69-shadow);
}
.w69-carousel--banner {
  max-width: 1120px;
  margin: 24px auto;
}

.w69-carousel--banner .w69-carousel__track {
  min-height: auto;
  aspect-ratio: 16 / 5;
}

.w69-carousel--banner .w69-carousel__slide {
  display: flex;
  padding: 0;
}

.w69-carousel--banner .w69-carousel__inline-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.w69-carousel__dots {
	position: absolute;
	left: 46px;
	bottom: 24px;
	display: flex;
	gap: 8px;
}

.w69-carousel__dots button {
	width: 10px;
	height: 10px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.42);
	cursor: pointer;
}

.w69-carousel__dots button.is-active {
	width: 26px;
	background: var(--w69-gold);
}

.w69-carousel--code {
	width: 100%;
	max-width: none;
	margin: clamp(18px, 3vw, 34px) auto;
}

.w69-carousel--code .w69-carousel__track {
	min-height: clamp(320px, 34vw, 520px);
}

.w69-carousel--code .w69-carousel__slide {
	grid-template-columns: minmax(0, 1fr) minmax(280px, 42%);
	gap: clamp(18px, 3vw, 38px);
	padding: clamp(24px, 4vw, 52px) clamp(22px, 4vw, 56px) 58px;
}

.w69-carousel__image {
	display: block;
	width: 100%;
	height: auto;
	max-height: clamp(240px, 28vw, 430px);
	aspect-ratio: 16 / 10;
	object-fit: contain;
	object-position: center;
	border-radius: 8px;
	background: #15110d;
	border: 1px solid rgba(245, 197, 66, 0.18);
	box-shadow: inset 0 0 28px rgba(0, 0, 0, 0.28);
}

.w69-editable-page {
	padding: 48px 0 72px;
}

.w69-editable-page .w69-container > * {
	max-width: 920px;
	margin-left: auto;
	margin-right: auto;
}

.w69-editable-page .alignwide {
	max-width: 1120px;
}

.w69-editable-page .alignfull {
	max-width: none;
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

.w69-editable-page h1 {
	color: var(--w69-gold);
	font-size: clamp(34px, 5vw, 54px);
	line-height: 1.16;
	margin-bottom: 22px;
	text-shadow: 0 2px 18px rgba(245, 197, 66, 0.22);
}

.w69-editable-page h2 {
	color: #ffd86a;
	margin-top: 42px;
	margin-bottom: 16px;
	line-height: 1.24;
}

.w69-editable-page h3 {
	color: #fff1bd;
	margin-top: 28px;
	margin-bottom: 12px;
	line-height: 1.28;
}

.w69-editable-page p,
.w69-editable-page li {
	color: var(--w69-muted);
	line-height: 1.8;
}

.w69-section--muted {
	background: rgba(255, 255, 255, 0.035);
	border-top: 1px solid rgba(255, 255, 255, 0.06);
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.w69-section h2 {
	margin: 0 0 18px;
	font-size: clamp(28px, 4vw, 44px);
	line-height: 1.18;
	color: #fff;
}

.w69-section p {
	color: var(--w69-muted);
	line-height: 1.8;
	font-size: 17px;
}

.w69-card-grid--four {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.w69-feature-card,
.w69-content-card,
.w69-promo,
.w69-info-box {
	padding: 24px;
}

.w69-feature-card {
	min-height: 190px;
	text-decoration: none;
	color: var(--w69-cream);
}

.w69-feature-card span,
.w69-promo strong {
	color: var(--w69-gold);
	font-weight: 900;
}

.w69-feature-card h2,
.w69-content-card h3,
.w69-promo h3,
.w69-info-box h3 {
	font-size: 22px;
	margin: 12px 0 10px;
	color: #fff;
}

.w69-feature-card p,
.w69-content-card p,
.w69-promo p,
.w69-info-box p {
	font-size: 15px;
	margin: 0;
}

.w69-split--reverse {
	grid-template-columns: minmax(320px, 0.85fr) minmax(0, 1.15fr);
}

.w69-info-box ul {
	margin: 0;
	padding-left: 20px;
	color: var(--w69-muted);
	line-height: 1.9;
}

.w69-info-box--gold {
	background: linear-gradient(160deg, rgba(245, 197, 66, 0.24), rgba(36, 33, 27, 0.94));
}

.w69-number-list {
	display: grid;
	gap: 14px;
}

.w69-number-list div {
	display: grid;
	grid-template-columns: 48px 1fr;
	align-items: center;
	gap: 14px;
	padding: 16px;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.w69-number-list span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: var(--w69-gold);
	color: #1a1205;
	font-weight: 900;
}

.w69-number-list p {
	margin: 0;
}

.w69-download {
	background: linear-gradient(90deg, rgba(197, 38, 46, 0.25), rgba(245, 197, 66, 0.14));
}

.w69-download__inner {
	justify-content: space-between;
	gap: 24px;
}

.w69-download__inner p {
	max-width: 760px;
}

.w69-faq {
	display: grid;
	gap: 14px;
}

.w69-faq details {
	padding: 18px 22px;
}

.w69-faq summary {
	cursor: pointer;
	font-size: 18px;
	font-weight: 900;
	color: #fff;
}

.w69-faq p {
	margin-bottom: 0;
}

.w69-responsible {
	padding: 42px 0;
	background: #0c0c0c;
}

.w69-responsible .w69-container {
	border-left: 4px solid var(--w69-red);
	padding-left: 20px;
}

.w69-footer {
	background: #0a0a0a;
	border-top: 1px solid var(--w69-line);
}

.w69-footer__grid {
	grid-template-columns: 1.3fr 0.75fr 0.75fr 1fr;
	align-items: start;
	padding: 48px 0;
}

.w69-footer h2 {
	font-size: 18px;
	margin: 0 0 14px;
	color: #fff;
}

.w69-footer p,
.w69-footer li {
	color: var(--w69-muted);
	line-height: 1.75;
}

.w69-footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	gap: 8px;
}

.w69-footer__bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	padding: 16px 0;
	font-size: 14px;
}

.w69-footer__bottom p {
	margin: 0;
}

@media (max-width: 980px) {
	.w69-header__inner {
		flex-wrap: wrap;
		padding: 12px 0;
	}

	.w69-nav {
		order: 3;
		width: 100%;
		overflow-x: auto;
		padding-bottom: 4px;
	}

	.w69-nav__list {
		width: max-content;
	}

	.w69-hero__grid,
	.w69-split,
	.w69-split--reverse,
	.w69-footer__grid {
		grid-template-columns: 1fr;
	}

	.w69-card-grid,
	.w69-card-grid--four {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.w69-hero__panel {
		min-height: 320px;
	}

	.w69-carousel__slide {
		grid-template-columns: 1fr;
		gap: 18px;
		padding: 32px 34px 64px;
	}

	.w69-carousel__media {
		order: -1;
		width: min(340px, 86%);
		margin: 0 auto;
	}

	.w69-carousel--code .w69-carousel__slide {
		grid-template-columns: 1fr;
	}

	.w69-carousel--code .w69-carousel__image {
		order: -1;
		width: min(100%, 520px);
		margin: 0 auto;
		max-height: 280px;
	}
}

@media (max-width: 640px) {
	.w69-container {
		width: min(100% - 22px, 1120px);
	}

	.w69-topbar__inner,
	.w69-header__actions,
	.w69-hero__actions,
	.w69-download__inner {
		align-items: stretch;
		flex-direction: column;
	}

	.w69-topbar__inner {
		padding: 8px 0;
		gap: 4px;
	}

	.w69-header__actions,
	.w69-header__actions .w69-btn {
		width: 100%;
	}

	.w69-hero {
		padding-top: 42px;
	}

	.w69-lead {
		font-size: 17px;
	}

	.w69-card-grid,
	.w69-card-grid--four,
	.w69-stat-grid {
		grid-template-columns: 1fr;
	}

	.w69-section {
		padding: 48px 0;
	}

	.w69-carousel__track {
		min-height: 520px;
	}

	.w69-carousel__slide {
		padding: 26px 22px 64px;
	}

	.w69-carousel__media {
		width: min(280px, 90%);
	}

	.w69-carousel--code .w69-carousel__track {
		min-height: clamp(520px, 145vw, 680px);
	}

	.w69-carousel--code .w69-carousel__image {
		max-height: 190px;
	}

	.w69-carousel--code .w69-carousel__slide h2 {
		font-size: 24px;
		line-height: 1.22;
	}

	.w69-carousel--code .w69-carousel__slide p {
		font-size: 15px;
		line-height: 1.65;
	}

	.w69-carousel__dots {
		left: 22px;
	}

	.w69-jackpot strong {
		font-size: 28px;
	}
}
