.epc-competition,
.epc-bonus-card,
.epc-order-result {
	--epc-ink: #10231c;
	--epc-muted: #5e6b66;
	--epc-accent: #e8b93f;
	--epc-accent-2: #ffd96a;
	--epc-paper: #f6f3ea;
	--epc-line: rgba(16, 35, 28, .13);
	font-family: inherit;
	color: var(--epc-ink);
}

.epc-competition {
	max-width: 1180px;
	margin: 0 auto;
	padding: clamp(16px, 3vw, 38px) 16px 64px;
}

.epc-competition * { box-sizing: border-box; }

.epc-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.7fr) minmax(250px, .7fr);
	gap: clamp(24px, 4vw, 56px);
	align-items: center;
	padding: clamp(34px, 7vw, 86px);
	border-radius: 30px;
	background:
		radial-gradient(circle at 88% 12%, rgba(232,185,63,.28), transparent 34%),
		linear-gradient(135deg, #10231c 0%, #183a2f 62%, #0c1b16 100%);
	color: #fff;
	box-shadow: 0 28px 70px rgba(16,35,28,.22);
	overflow: hidden;
}

.epc-kicker,
.epc-eyebrow,
.epc-section-title > span {
	display: block;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.epc-kicker { color: var(--epc-accent-2); }
.epc-hero h1 { max-width: 760px; margin: 13px 0 18px; color: #fff; font-size: clamp(38px, 6vw, 76px); line-height: .98; letter-spacing: -.045em; }
.epc-lead { max-width: 720px; margin: 0; color: rgba(255,255,255,.79); font-size: clamp(17px, 2vw, 21px); line-height: 1.55; }
.epc-value { display: inline-flex; gap: 9px; align-items: baseline; margin-top: 28px; padding: 12px 17px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; background: rgba(255,255,255,.08); }
.epc-value strong { color: var(--epc-accent-2); font-size: 21px; }

.epc-countdown-card { padding: 28px; border: 1px solid rgba(255,255,255,.18); border-radius: 22px; background: rgba(255,255,255,.08); backdrop-filter: blur(12px); text-align: center; }
.epc-countdown-card > span { color: rgba(255,255,255,.66); font-size: 13px; text-transform: uppercase; letter-spacing: .08em; }
.epc-countdown { margin: 8px 0; color: var(--epc-accent-2); }
.epc-countdown strong { font-size: clamp(28px, 4vw, 46px); line-height: 1.1; }
.epc-countdown-card small { color: rgba(255,255,255,.67); }

.epc-how,
.epc-prizes,
.epc-leaderboard,
.epc-rules { padding-top: clamp(54px, 8vw, 92px); }
.epc-how > h2,
.epc-section-title h2 { margin: 6px 0 12px; font-size: clamp(29px, 4vw, 46px); line-height: 1.08; letter-spacing: -.03em; }
.epc-section-title > span { color: #956f0d; }
.epc-section-title > p { margin: 0; color: var(--epc-muted); }

.epc-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 26px; }
.epc-steps article { padding: 27px; border: 1px solid var(--epc-line); border-radius: 20px; background: #fff; box-shadow: 0 12px 32px rgba(16,35,28,.06); }
.epc-steps article.is-highlight { border-color: rgba(232,185,63,.75); background: linear-gradient(145deg, #fffdf6, #fff4cc); box-shadow: 0 18px 42px rgba(134,96,7,.13); }
.epc-steps article > span { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; background: var(--epc-accent); font-weight: 900; }
.epc-steps h3 { margin: 22px 0 8px; font-size: 21px; }
.epc-steps p { margin: 0; color: var(--epc-muted); line-height: 1.6; }

.epc-bonus-showcase { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr); column-gap: clamp(26px, 5vw, 64px); row-gap: 20px; align-items: center; margin-top: 28px; padding: clamp(30px, 6vw, 64px); overflow: hidden; border-radius: 28px; background: radial-gradient(circle at 92% 8%, rgba(232,185,63,.25), transparent 34%), linear-gradient(135deg, #10231c, #183a2f); color: #fff; box-shadow: 0 26px 64px rgba(16,35,28,.2); }
.epc-bonus-showcase h2 { max-width: 660px; margin: 10px 0 16px; color: #fff; font-size: clamp(30px, 4.5vw, 54px); line-height: 1.02; letter-spacing: -.035em; }
.epc-bonus-showcase-copy > p { max-width: 670px; margin: 0; color: rgba(255,255,255,.78); font-size: 17px; line-height: 1.65; }
.epc-bonus-showcase-copy .epc-bonus-assurance { margin-top: 14px; color: var(--epc-accent-2); font-size: 14px; font-weight: 700; }
.epc-bonus-example { padding: 22px; border: 1px solid rgba(255,255,255,.17); border-radius: 22px; background: rgba(255,255,255,.08); backdrop-filter: blur(10px); }
.epc-example-label { display: block; margin-bottom: 15px; color: rgba(255,255,255,.68); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.epc-example-equation { display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr); gap: 9px; align-items: center; }
.epc-example-equation > div { min-width: 0; padding: 15px 8px; border-radius: 14px; background: rgba(255,255,255,.08); text-align: center; }
.epc-example-equation > div.is-bonus { background: var(--epc-accent); color: var(--epc-ink); }
.epc-example-equation > div.is-total { background: #fff; color: var(--epc-ink); }
.epc-example-equation small, .epc-example-equation strong, .epc-example-equation span { display: block; }
.epc-example-equation small { min-height: 2.4em; color: inherit; font-size: 10px; line-height: 1.2; text-transform: uppercase; opacity: .72; }
.epc-example-equation strong { margin: 3px 0; color: inherit; font-size: clamp(27px, 4vw, 40px); line-height: 1; }
.epc-example-equation span { color: inherit; font-size: 11px; opacity: .72; }
.epc-example-equation > b { color: var(--epc-accent-2); font-size: 22px; }
.epc-bonus-levels { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 18px; background: rgba(255,255,255,.06); }
.epc-bonus-levels > div { padding: 16px 20px; border-right: 1px solid rgba(255,255,255,.14); }
.epc-bonus-levels > div:last-child { border-right: 0; }
.epc-bonus-levels > div.is-hot { background: rgba(232,185,63,.95); color: var(--epc-ink); }
.epc-bonus-levels span, .epc-bonus-levels strong { display: block; }
.epc-bonus-levels span { color: inherit; font-size: 12px; opacity: .7; }
.epc-bonus-levels strong { margin-top: 3px; color: inherit; font-size: 19px; }
.epc-bonus-disclosure { grid-column: 1 / -1; margin: 0; color: rgba(255,255,255,.68); font-size: 12px; }
.epc-bonus-disclosure a { color: var(--epc-accent-2); font-weight: 750; text-decoration: underline; text-underline-offset: 3px; }

.epc-prize-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 26px; }
.epc-prize-grid.is-single { grid-template-columns: minmax(0, 1fr); }
.epc-prize-grid article { position: relative; min-height: 210px; padding: clamp(28px, 5vw, 52px); overflow: hidden; border-radius: 24px; background: var(--epc-paper); }
.epc-prize-grid article:first-child { background: var(--epc-accent); }
.epc-prize-grid h3 { max-width: 650px; margin: 0 0 12px; font-size: clamp(24px, 3vw, 34px); }
.epc-prize-grid p { position: relative; z-index: 1; max-width: 700px; margin: 0; font-size: 17px; line-height: 1.65; }
.epc-prize-number { position: absolute; right: 22px; bottom: -35px; color: rgba(16,35,28,.09); font-size: 170px; font-weight: 900; line-height: 1; }

.epc-featured-prize { position: relative; margin: 28px 0 20px; overflow: hidden; border-radius: 26px; background: var(--epc-ink); box-shadow: 0 24px 55px rgba(16,35,28,.16); }
.epc-featured-prize img { display: block; width: 100%; aspect-ratio: 16 / 8.5; object-fit: cover; }
.epc-featured-prize::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(8,18,15,.9)); pointer-events: none; }
.epc-featured-prize figcaption { position: absolute; right: clamp(18px, 4vw, 42px); bottom: clamp(18px, 4vw, 38px); left: clamp(18px, 4vw, 42px); z-index: 1; display: flex; align-items: end; justify-content: space-between; gap: 18px; color: #fff; }
.epc-featured-prize figcaption span { font-size: clamp(22px, 4vw, 40px); font-weight: 850; line-height: 1.05; }
.epc-featured-prize figcaption strong { flex: 0 0 auto; padding: 9px 14px; border-radius: 999px; background: var(--epc-accent); color: var(--epc-ink); font-size: clamp(17px, 2.5vw, 24px); }
.epc-product-gallery { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; }
.epc-product-card { grid-column: span 2; overflow: hidden; border: 1px solid var(--epc-line); border-radius: 20px; background: #fff; box-shadow: 0 10px 30px rgba(16,35,28,.055); }
.epc-product-card:nth-child(-n+2) { grid-column: span 3; }
.epc-product-image { overflow: hidden; background: var(--epc-paper); }
.epc-product-image img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform .35s ease; }
.epc-product-card:hover .epc-product-image img { transform: scale(1.025); }
.epc-product-copy { padding: 20px; }
.epc-product-copy h3 { min-height: 2.6em; margin: 0 0 10px; font-size: clamp(17px, 2vw, 21px); line-height: 1.3; }
.epc-product-copy strong, .epc-product-copy small { display: block; }
.epc-product-copy strong { color: #8c690d; font-size: 22px; }
.epc-product-copy small { margin-top: 3px; color: var(--epc-muted); }

.epc-public-stats { display: flex; gap: 14px; margin: 24px 0 16px; }
.epc-public-stats > div { min-width: 160px; padding: 18px 22px; border-radius: 16px; background: var(--epc-ink); color: #fff; }
.epc-public-stats strong, .epc-public-stats span { display: block; }
.epc-public-stats strong { color: var(--epc-accent-2); font-size: 27px; }
.epc-public-stats span { color: rgba(255,255,255,.7); font-size: 13px; }
.epc-table-scroll { max-height: 620px; overflow: auto; border: 1px solid var(--epc-line); border-radius: 19px; }
.epc-leaderboard table { width: 100%; margin: 0; border: 0; border-collapse: collapse; background: #fff; }
.epc-leaderboard th { position: sticky; top: 0; z-index: 1; padding: 15px 18px; border: 0; background: var(--epc-paper); color: var(--epc-muted); text-align: left; text-transform: uppercase; font-size: 11px; letter-spacing: .1em; }
.epc-leaderboard td { padding: 14px 18px; border: 0; border-top: 1px solid var(--epc-line); }
.epc-leaderboard th:last-child, .epc-leaderboard td:last-child { text-align: right; }
.epc-rank { display: inline-grid; width: 29px; height: 29px; place-items: center; border-radius: 50%; background: var(--epc-paper); font-size: 12px; font-weight: 800; }
.epc-privacy-note { display: block; margin-top: 10px; color: var(--epc-muted); }
.epc-empty { padding: 34px !important; text-align: center !important; color: var(--epc-muted); }

.epc-rules-content { margin-top: 24px; padding: clamp(24px, 5vw, 54px); border-radius: 24px; background: var(--epc-paper); columns: 2 360px; column-gap: 54px; }
.epc-rules-content h3 { break-after: avoid; margin: 0 0 7px; padding-top: 20px; font-size: 17px; }
.epc-rules-content h3:first-child { padding-top: 0; }
.epc-rules-content p { break-inside: avoid; margin: 0; color: #3c4b45; line-height: 1.67; }

.epc-bonus-card { display: block; margin: 12px 0 18px; padding: 19px; border: 1px solid rgba(232,185,63,.65); border-radius: 18px; background: linear-gradient(145deg, #fffdf6, #fff5d5); box-shadow: 0 14px 38px rgba(16,35,28,.09); }
.epc-bonus-heading { display: flex; gap: 14px; align-items: center; justify-content: space-between; }
.epc-bonus-heading > div:first-child { min-width: 0; }
.epc-bonus-heading .epc-eyebrow { color: #7b5b0b; font-size: 10px; }
.epc-bonus-heading strong { display: block; margin-top: 3px; color: var(--epc-ink); font-size: clamp(18px, 2.5vw, 23px); line-height: 1.15; }
.epc-bonus-icon { display: grid; flex: 0 0 58px; width: 58px; height: 58px; place-items: center; border-radius: 16px; background: var(--epc-accent); box-shadow: inset 0 0 0 1px rgba(16,35,28,.08); color: var(--epc-ink); font-size: 24px; font-weight: 900; }
.epc-bonus-lead { margin: 13px 0 0; color: #34443e; font-size: 14px; line-height: 1.5; }
.epc-ticket-math { display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr); gap: 7px; align-items: center; margin-top: 14px; }
.epc-ticket-math > div { min-width: 0; padding: 10px 5px; border: 1px solid rgba(16,35,28,.09); border-radius: 11px; background: rgba(255,255,255,.68); text-align: center; }
.epc-ticket-math > div.is-bonus { border-color: rgba(232,185,63,.7); background: #ffe59a; }
.epc-ticket-math > div.is-total { border-color: var(--epc-ink); background: var(--epc-ink); color: #fff; }
.epc-ticket-math strong, .epc-ticket-math span { display: block; }
.epc-ticket-math strong { color: inherit; font-size: 21px; line-height: 1; }
.epc-ticket-math span { margin-top: 4px; color: inherit; font-size: 9px; line-height: 1.15; opacity: .72; }
.epc-ticket-math > b { color: #80600e; font-size: 17px; }
.epc-bonus-help { display: block; margin-top: 10px; color: var(--epc-muted); font-size: 12px; line-height: 1.45; }
.epc-bonus-progress { margin-top: 11px; padding: 9px 11px; border-radius: 10px; background: rgba(232,185,63,.18); color: #54471f; font-size: 12px; font-weight: 700; line-height: 1.4; }
.epc-bonus-progress:empty { display: none; }
.epc-bonus-link { display: inline-block; margin-top: 7px; color: var(--epc-ink); font-size: 13px; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.epc-bonus-link:hover, .epc-bonus-link:focus { color: #7a5a09; }
.epc-order-result { margin: 24px 0; padding: 24px; border-left: 6px solid var(--epc-accent); border-radius: 14px; background: var(--epc-paper); }
.epc-order-result h2 { margin: 5px 0 10px; }
.epc-order-result p { margin: 5px 0; }

@media (max-width: 800px) {
	.epc-hero { grid-template-columns: 1fr; }
	.epc-steps, .epc-prize-grid { grid-template-columns: 1fr; }
	.epc-bonus-showcase { grid-template-columns: 1fr; }
	.epc-bonus-levels { grid-template-columns: repeat(2, 1fr); }
	.epc-bonus-levels > div:nth-child(2) { border-right: 0; }
	.epc-bonus-levels > div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.14); }
	.epc-product-card, .epc-product-card:nth-child(-n+2) { grid-column: span 3; }
}

@media (max-width: 520px) {
	.epc-competition { padding-inline: 10px; }
	.epc-hero { border-radius: 20px; }
	.epc-hero h1 { font-size: 39px; }
	.epc-bonus-showcase { padding: 25px 18px; border-radius: 20px; }
	.epc-bonus-levels > div { padding: 14px; }
	.epc-public-stats { display: grid; grid-template-columns: 1fr 1fr; }
	.epc-public-stats > div { min-width: 0; }
	.epc-rules-content { columns: 1; }
	.epc-bonus-card { padding: 16px; }
	.epc-bonus-heading strong { font-size: 18px; }
	.epc-example-equation { gap: 5px; }
	.epc-example-equation > div { padding-inline: 4px; }
	.epc-featured-prize img { aspect-ratio: 4 / 3; }
	.epc-featured-prize figcaption { align-items: flex-start; flex-direction: column; }
	.epc-product-gallery { grid-template-columns: 1fr; }
	.epc-product-card, .epc-product-card:nth-child(-n+2) { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
	.epc-competition *, .epc-bonus-card * { scroll-behavior: auto !important; transition: none !important; }
}
