.hwgure-wrap {
	--hwg-green: #157a36;
	--hwg-green-dark: #0b3d22;
	--hwg-gold: #e8b82f;
	--hwg-gold-light: #fff0a9;
	--hwg-pale: #f1f9f2;
	--hwg-cream: #fffaf0;
	--hwg-line: #d5e5d7;
	position: relative;
	max-width: 1040px;
	margin: 0 auto;
	padding: 16px;
	border-radius: 24px;
	background-color: #f6fbf6;
	background-image:
		radial-gradient(circle at 20px 18px, rgba(232, 184, 47, .22) 0 2px, transparent 3px),
		radial-gradient(circle at 48px 48px, rgba(21, 122, 54, .12) 0 2px, transparent 3px);
	background-size: 62px 62px;
	color: #1e2921;
	font-family: Montserrat, Arial, sans-serif;
}

.hwgure-wrap section,
.hwgure-current {
	margin: 0 0 30px;
}

.hwgure-wrap h2,
.hwgure-current h2 {
	margin: 0 0 12px;
	line-height: 1.12;
}

.hwgure-wrap h3,
.hwgure-current h3 {
	margin: 0 0 7px;
	line-height: 1.25;
}

.hwgure-wrap p,
.hwgure-current p {
	line-height: 1.55;
}

.hwgure-hero {
	position: relative;
	overflow: hidden;
	min-height: 500px;
	border: 1px solid rgba(232, 184, 47, .55);
	border-radius: 22px;
	background: #0d3c24;
	box-shadow: 0 22px 58px rgba(10, 50, 25, .22);
}

.hwgure-hero > img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hwgure-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(8, 45, 24, .96) 0%, rgba(8, 45, 24, .88) 42%, rgba(8, 45, 24, .30) 66%, rgba(8, 45, 24, .02) 100%);
}

.hwgure-hero-copy {
	position: relative;
	z-index: 1;
	max-width: 590px;
	padding: 44px;
	color: #fff;
}

.hwgure-hero-copy h2 {
	color: #fff;
	font-size: clamp(2rem, 4vw, 3.35rem);
	text-shadow: 0 2px 14px rgba(0, 0, 0, .22);
}

.hwgure-hero-copy > p:not(.hwgure-kicker) {
	max-width: 540px;
	color: #fff;
	font-size: 1.05rem;
}

.hwgure-kicker {
	margin: 0 0 7px !important;
	color: #268c47;
	font-size: .77rem;
	font-weight: 900;
	letter-spacing: .09em;
	text-transform: uppercase;
}

.hwgure-hero .hwgure-kicker,
.hwgure-next .hwgure-kicker {
	color: #ffe277;
}

.hwgure-pool-burst {
	display: inline-grid;
	margin: 18px 0 4px;
	padding: 13px 19px 14px;
	border: 2px solid #ffe277;
	border-radius: 15px;
	background: linear-gradient(135deg, rgba(255, 246, 198, .97), rgba(255, 214, 83, .96));
	box-shadow: 0 10px 28px rgba(0, 0, 0, .24), inset 0 1px 0 #fff;
	color: #14321f;
	transform: rotate(-1deg);
}

.hwgure-pool-burst span {
	font-size: .72rem;
	font-weight: 900;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.hwgure-pool-burst strong {
	font-size: clamp(2rem, 5vw, 3.25rem);
	line-height: 1.02;
}

.hwgure-pool-burst small {
	font-size: .7rem;
	font-weight: 700;
}

.hwgure-badges {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	margin-top: 17px;
}

.hwgure-badges span {
	padding: 8px 11px;
	border: 1px solid rgba(255, 255, 255, .42);
	border-radius: 999px;
	background: rgba(0, 0, 0, .24);
	color: #fff;
	font-size: .8rem;
	font-weight: 800;
	backdrop-filter: blur(4px);
}

.hwgure-earn,
.hwgure-rewards,
.hwgure-current {
	padding: 25px;
	border: 1px solid var(--hwg-line);
	border-radius: 18px;
	background: rgba(255, 255, 255, .96);
	box-shadow: 0 10px 30px rgba(23, 72, 35, .07);
}

.hwgure-lead {
	max-width: 760px;
}

.hwgure-ways {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin: 16px 0;
	padding: 0;
	list-style: none;
	align-items: start;
}

.hwgure-ways li {
	position: relative;
	display: grid;
	grid-template-columns: 104px 1fr;
	gap: 13px;
	align-items: start;
	min-height: 0;
	padding: 14px 15px;
	border: 1px solid var(--hwg-line);
	border-radius: 12px;
	background: linear-gradient(145deg, #fff, #f8fbf7);
	box-shadow: 0 5px 16px rgba(23, 72, 35, .05);
}

.hwgure-ways li::after {
	content: "$";
	position: absolute;
	top: 8px;
	right: 10px;
	color: rgba(232, 184, 47, .28);
	font-size: 1.35rem;
	font-weight: 900;
}

.hwgure-ways h3 {
	margin: 1px 22px 5px 0 !important;
	font-size: 1.08rem !important;
	line-height: 1.22 !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
}

.hwgure-ways p {
	margin: 0 !important;
	font-size: .93rem;
	line-height: 1.42 !important;
}

.hwgure-points {
	display: block;
	padding: 7px 8px;
	border-radius: 999px;
	background: linear-gradient(135deg, #137636, #1e9748);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25);
	color: #fff;
	font-size: .78rem;
	font-weight: 900;
	line-height: 1.2;
	text-align: center;
	white-space: nowrap;
}

.hwgure-note,
.hwgure-fine {
	padding: 15px;
	border-radius: 10px;
	background: var(--hwg-pale);
	font-size: .92rem;
}

.hwgure-section-heading {
	display: flex;
	align-items: center;
	gap: 13px;
	margin-bottom: 14px;
}

.hwgure-section-heading > span {
	display: grid;
	width: 48px;
	height: 48px;
	place-items: center;
	border: 1px solid #f4cf5d;
	border-radius: 50%;
	background: linear-gradient(145deg, #fff8d7, #ffd95a);
	box-shadow: 0 6px 15px rgba(154, 107, 0, .14);
	font-size: 1.45rem;
}

.hwgure-section-heading h2 {
	margin: 0;
}

.hwgure-fomo {
	display: grid;
	grid-template-columns: minmax(250px, 43%) 1fr;
	overflow: hidden;
	border: 1px solid #efd373;
	border-radius: 20px;
	background: linear-gradient(135deg, #fffaf0, #f1f9f2);
	box-shadow: 0 15px 38px rgba(93, 68, 4, .10);
}

.hwgure-fomo > img {
	width: 100%;
	height: 100%;
	min-height: 330px;
	object-fit: cover;
}

.hwgure-fomo > div {
	align-self: center;
	padding: 27px 29px;
}

.hwgure-fomo ul {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	margin: 15px 0 18px;
	padding: 0;
	list-style: none;
}

.hwgure-fomo li {
	padding: 7px 10px;
	border: 1px solid #e4c75c;
	border-radius: 999px;
	background: #fff5c8;
	font-size: .78rem;
}

.hwgure-use-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 17px;
}

.hwgure-use-grid article {
	position: relative;
	padding: 25px;
	border: 1px solid var(--hwg-line);
	border-radius: 16px;
	background: linear-gradient(145deg, #fff, #fbfdfb);
}

.hwgure-use-grid p {
	margin: 0;
}

.hwgure-card-number {
	position: absolute;
	top: 16px;
	right: 16px;
	display: grid;
	width: 34px;
	height: 34px;
	place-items: center;
	border-radius: 50%;
	background: linear-gradient(145deg, #fff6cd, #ffd95a);
	color: #6b4c00;
	font-weight: 900;
}

.hwgure-formula {
	margin: 14px 0 !important;
	padding: 13px;
	border-left: 4px solid var(--hwg-green);
	background: var(--hwg-pale);
}

.hwgure-pool {
	margin: 13px 0 !important;
	padding: 9px 12px;
	border: 1px solid #f1d46c;
	border-radius: 8px;
	background: #fff6d9;
}

.hwgure-next {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 25px;
	padding: 27px;
	border: 1px solid #d9ae32;
	border-radius: 16px;
	background-color: #123f25;
	background-image:
		radial-gradient(circle at 18px 18px, rgba(255, 226, 119, .20) 0 2px, transparent 3px),
		linear-gradient(135deg, #123f25, #0d2d1d);
	background-size: 44px 44px, auto;
	color: #fff;
}

.hwgure-next h2,
.hwgure-next p {
	color: #fff;
}

.hwgure-button {
	flex: 0 0 auto;
	display: inline-block;
	padding: 12px 17px;
	border: 1px solid #d5aa27;
	border-radius: 999px;
	background: linear-gradient(145deg, #ffe586, #f2c341);
	box-shadow: 0 7px 16px rgba(88, 61, 0, .16);
	color: #173c24 !important;
	font-weight: 900;
	text-decoration: none;
}

.hwgure-button:hover,
.hwgure-button:focus-visible {
	transform: translateY(-1px);
	box-shadow: 0 10px 20px rgba(88, 61, 0, .22);
}

.hwgure-campaign-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 16px;
}

.hwgure-campaign {
	overflow: hidden;
	border: 1px solid #e8ca63;
	border-radius: 15px;
	background: #fff;
	box-shadow: 0 8px 25px rgba(23, 72, 35, .07);
}

.hwgure-campaign img {
	display: block;
	width: 100%;
	height: 195px;
	object-fit: cover;
}

.hwgure-campaign-copy {
	padding: 18px;
}

.hwgure-campaign-copy ul {
	margin: 12px 0;
	padding-left: 20px;
}

.hwgure-links {
	display: flex;
	gap: 14px;
	flex-wrap: wrap;
}

.hwgure-links a {
	font-weight: 800;
}

.hwgure-empty-prize {
	display: grid;
	grid-template-columns: minmax(240px, 42%) 1fr;
	gap: 22px;
	align-items: center;
	overflow: hidden;
	border: 1px solid #e7c95f;
	border-radius: 16px;
	background: var(--hwg-cream);
}

.hwgure-empty-prize img {
	width: 100%;
	height: 245px;
	object-fit: cover;
}

.hwgure-empty-prize > div {
	padding: 20px 24px 20px 0;
}

.hwgure-legal {
	padding: 12px 15px;
	border-radius: 10px;
	background: rgba(255, 255, 255, .88);
	color: #526057;
	font-size: .83rem;
}

.hwgure-announcement-prize {
	margin: 22px 0;
	overflow: hidden;
	border: 1px solid #e7c95f;
	border-radius: 14px;
	background: #fffaf0;
}

.hwgure-announcement-prize img {
	display: block;
	width: 100%;
	max-height: 390px;
	object-fit: cover;
}

.hwgure-announcement-prize figcaption {
	padding: 12px 15px;
	color: #34483a;
	font-size: .9rem;
}

.woocommerce-MyAccount-content > .hwgure-current {
	margin-top: 28px;
}

@media (prefers-reduced-motion: no-preference) {
	.hwgure-button {
		transition: transform .16s ease, box-shadow .16s ease;
	}
}

@media (max-width: 780px) {
	.hwgure-wrap {
		padding: 9px;
	}

	.hwgure-ways,
	.hwgure-use-grid,
	.hwgure-fomo {
		grid-template-columns: 1fr;
	}

	.hwgure-hero {
		min-height: 640px;
	}

	.hwgure-hero::after {
		background: linear-gradient(0deg, rgba(8, 40, 21, .97) 0%, rgba(8, 40, 21, .88) 57%, rgba(8, 40, 21, .10) 100%);
	}

	.hwgure-hero-copy {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		padding: 28px 23px;
	}

	.hwgure-fomo > img {
		height: 250px;
		min-height: 0;
	}

	.hwgure-fomo > div {
		padding: 23px;
	}

	.hwgure-next {
		align-items: flex-start;
		flex-direction: column;
	}

	.hwgure-empty-prize {
		grid-template-columns: 1fr;
	}

	.hwgure-empty-prize img {
		height: 210px;
	}

	.hwgure-empty-prize > div {
		padding: 0 20px 20px;
	}
}

@media (max-width: 520px) {
	.hwgure-earn,
	.hwgure-rewards,
	.hwgure-current {
		padding: 18px 15px;
	}

	.hwgure-ways li {
		grid-template-columns: 90px 1fr;
		gap: 10px;
		padding: 13px;
	}

	.hwgure-points {
		font-size: .74rem;
	}

	.hwgure-ways h3 {
		font-size: 1rem !important;
	}

	.hwgure-ways p {
		font-size: .89rem;
	}

	.hwgure-hero {
		min-height: 680px;
	}

	.hwgure-pool-burst strong {
		font-size: 2.35rem;
	}

	.hwgure-badges span {
		font-size: .75rem;
	}
}

@media (max-width: 380px) {
	.hwgure-ways li {
		grid-template-columns: 1fr;
	}

	.hwgure-points {
		width: max-content;
	}
}
