@font-face{font-family:"Plus Jakarta Sans";font-style:normal;font-weight:600;font-display:swap;src:url("../fonts/plus-jakarta-sans-600.woff2") format("woff2")}
@font-face{font-family:"Plus Jakarta Sans";font-style:normal;font-weight:700;font-display:swap;src:url("../fonts/plus-jakarta-sans-700.woff2") format("woff2")}
@font-face{font-family:"Plus Jakarta Sans";font-style:normal;font-weight:800;font-display:swap;src:url("../fonts/plus-jakarta-sans-800.woff2") format("woff2")}
@font-face{font-family:"Inter";font-style:normal;font-weight:400;font-display:swap;src:url("../fonts/inter-400.woff2") format("woff2")}
@font-face{font-family:"Inter";font-style:normal;font-weight:500;font-display:swap;src:url("../fonts/inter-500.woff2") format("woff2")}
@font-face{font-family:"Inter";font-style:normal;font-weight:600;font-display:swap;src:url("../fonts/inter-600.woff2") format("woff2")}
@font-face{font-family:"Inter";font-style:normal;font-weight:700;font-display:swap;src:url("../fonts/inter-700.woff2") format("woff2")}
@font-face{font-family:"JetBrains Mono";font-style:normal;font-weight:500;font-display:swap;src:url("../fonts/jetbrains-mono-500.woff2") format("woff2")}

.wpc-home {
	--ink: #16181d;
	--ink-soft: #5c6270;
	--ink-faint: #8b909c;
	--canvas: #fbfbf8;
	--surface: #ffffff;
	--line: #e5e4dd;
	--line-strong: #d6d5cc;
	--accent: #ff4d17;
	--accent-ink: #c5360b;
	--accent-wash: #fff0ea;
	--win: #77b21d;
	--win-ink: #4f7d12;
	--win-wash: #eef6e0;
	--radius: 14px;
	--shadow-sm: 0 1px 2px rgba(22, 24, 29, .045);
	--shadow-md: 0 10px 26px rgba(22, 24, 29, .075);
	--maxw: 1200px;
	background: var(--canvas);
	color: var(--ink);
	font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	line-height: 1.55;
}

.wpc-home * {
	box-sizing: border-box;
}

.wpc-home a {
	color: inherit;
	text-decoration: none;
}

.wpc-home img {
	display: block;
	max-width: 100%;
}

.wpc-home .wrap {
	max-width: var(--maxw);
	margin: 0 auto;
	padding: 0 22px;
}

.wpc-home .hero {
	padding: 50px 0 32px;
	background: linear-gradient(180deg, #ffffff 0%, var(--canvas) 100%);
}

.wpc-home .hero-grid {
	display: grid;
	grid-template-columns: 1.15fr .85fr;
	gap: 48px;
	align-items: center;
}

/* Hero kicker: a plain uppercase label, deliberately NOT the orange
   pill used by the ticket's "Giveaway of the day" badge, so the two
   don't read as duplicates sitting side by side. */
.wpc-home .eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: var(--ink-faint);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .09em;
	text-transform: uppercase;
	padding: 0;
}

.wpc-home .eyebrow-label {
	display: inline-flex;
	align-items: center;
	line-height: 1;
}

.wpc-home .mini-clock,
.wpc-home .tk-clock {
	font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
}

.wpc-home .dot {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--accent);
}

.wpc-home .hero-title {
	margin: 20px 0 0;
	font-family: "Plus Jakarta Sans", Inter, system-ui, sans-serif;
	font-size: clamp(38px, 5.2vw, 60px);
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0;
	color: var(--ink);
}

.wpc-home .hero-title .hl {
	color: var(--accent);
}

.wpc-home .hero-sub {
	max-width: 31em;
	margin: 18px 0 0;
	color: var(--ink-soft);
	font-size: 18px;
	line-height: 1.55;
}

.wpc-home .hero-sub strong {
	color: var(--ink);
	font-weight: 700;
}

.wpc-home .hero-cta,
.wpc-home .tk-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
}

.wpc-home .hero-cta {
	margin-top: 26px;
}

.wpc-home .btn,
.wpc-home .btn-claim,
.wpc-home .cbtn,
.wpc-home .more {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	border: 1px solid transparent;
	border-radius: 10px;
	padding: 10px 18px;
	font-size: 14.5px;
	font-weight: 700;
	line-height: 1.2;
	transition: background .15s, color .15s, border-color .15s, box-shadow .15s;
}

.wpc-home .btn-primary,
.wpc-home .btn-claim,
.wpc-home .cbtn {
	background: var(--accent);
	color: #ffffff;
}

.wpc-home .btn-primary:hover,
.wpc-home .btn-claim:hover,
.wpc-home .cbtn:hover {
	background: var(--accent-ink);
	color: #ffffff;
}

.wpc-home .btn-ghost,
.wpc-home .more {
	border-color: var(--line-strong);
	background: transparent;
	color: var(--ink);
}

.wpc-home .btn-ghost:hover,
.wpc-home .more:hover {
	border-color: var(--ink);
}

.wpc-home .hero-stats {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin-top: 30px;
}

.wpc-home .stat {
	display: flex;
	flex: 1;
	min-width: 108px;
	align-items: center;
	gap: 9px;
	border-top: 1px solid var(--line);
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	border-radius: 0;
	background: transparent;
	padding: 12px 0 0;
}

.wpc-home .stat .ico {
	display: flex;
	position: relative;
	width: 9px;
	height: 9px;
	flex: none;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--accent);
	box-shadow: 0 0 0 4px var(--accent-wash);
}

.wpc-home .stat:nth-child(2) .ico {
	background: var(--win);
	box-shadow: 0 0 0 4px var(--win-wash);
}

.wpc-home .stat:nth-child(3) .ico {
	background: var(--ink-faint);
	box-shadow: 0 0 0 4px #eff0ed;
}

.wpc-home .stat .tx {
	display: flex;
	flex-direction: column;
	line-height: 1.05;
}

.wpc-home .stat .n {
	color: var(--ink);
	font-family: "Plus Jakarta Sans", Inter, system-ui, sans-serif;
	font-size: 16.5px;
	font-weight: 800;
}

.wpc-home .stat .l {
	margin-top: 2px;
	color: var(--ink-faint);
	font-size: 10.5px;
	font-weight: 600;
}

.wpc-home .ticket {
	position: relative;
	overflow: hidden;
	border: 1px solid var(--line);
	border-radius: 18px;
	background: #faf9f6;
	box-shadow: var(--shadow-sm);
	color: var(--ink);
}

.wpc-home .tk-banner {
	position: relative;
	padding: 22px;
}

.wpc-home .tk-banner::after {
	display: none;
}

.wpc-home .tk-head {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.wpc-home .tk-tag {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	border-radius: 8px;
	background: var(--accent-wash);
	color: var(--accent-ink);
	font-size: 12.5px;
	font-weight: 800;
	padding: 5px 12px;
}

.wpc-home .live {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--accent);
}

.wpc-home .tk-seal {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	border: 1px solid #cfe3a8;
	border-radius: 6px;
	background: var(--win-wash);
	color: var(--win-ink);
	font-size: 12px;
	font-weight: 700;
	padding: 3px 9px;
}

.wpc-home .check-ico {
	display: inline-flex;
	position: relative;
	width: 12px;
	height: 12px;
	align-items: center;
	justify-content: center;
	flex: none;
}

.wpc-home .check-ico::before {
	position: absolute;
	width: 7px;
	height: 4px;
	border-bottom: 2px solid currentColor;
	border-left: 2px solid currentColor;
	content: "";
	transform: rotate(-45deg) translate(1px, -1px);
}

.wpc-home .tk-body {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	gap: 18px;
	margin-top: 20px;
}

.wpc-home .tk-thumb {
	display: flex;
	width: 112px;
	height: 112px;
	flex: none;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border: 1px solid var(--line);
	border-radius: 16px;
	background: #fff;
	box-shadow: none;
	color: var(--ink);
	font-family: "Plus Jakarta Sans", Inter, system-ui, sans-serif;
	font-size: 28px;
	font-weight: 800;
	padding: 8px;
}

.wpc-home .tk-thumb img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.wpc-home .tk-main {
	min-width: 0;
}

.wpc-home .tk-name {
	margin: 0;
	color: var(--ink);
	font-family: "Plus Jakarta Sans", Inter, system-ui, sans-serif;
	font-size: 23px;
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: 0;
}

.wpc-home .tk-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 12px;
	margin-top: 5px;
	color: var(--ink-faint);
	font-size: 13px;
	font-weight: 500;
}

.wpc-home .tk-price {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 14px;
}

.wpc-home .tk-free {
	color: var(--win-ink);
	font-family: "Plus Jakarta Sans", Inter, system-ui, sans-serif;
	font-size: 30px;
	font-weight: 800;
}

.wpc-home .tk-was {
	color: var(--ink-faint);
	font-size: 15px;
	text-decoration: line-through;
}

.wpc-home .tk-desc {
	position: relative;
	z-index: 1;
	margin: 16px 0 0;
	border-top: 1px solid var(--line);
	padding-top: 15px;
	color: var(--ink-soft);
	font-size: 14px;
	line-height: 1.6;
}

.wpc-home .tk-actions {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px;
	margin-top: 18px;
	border-radius: 14px;
	background: #faf9f6;
	padding: 12px;
}

.wpc-home .tk-actions .btn {
	width: 100%;
	min-height: 48px;
}

.wpc-home .tk-clock {
	display: flex;
	min-height: 48px;
	align-items: center;
	justify-content: center;
	gap: 9px;
	border: 1px solid #cfe3a8;
	border-radius: 11px;
	background: var(--win-wash);
	color: var(--win-ink);
	padding: 11px 14px;
}

.wpc-home .tk-clock .clk {
	position: relative;
	display: inline-block;
	width: 15px;
	height: 15px;
	border: 2px solid currentColor;
	border-radius: 50%;
	color: var(--win-ink);
	line-height: 1;
}

.wpc-home .tk-clock .clk::before,
.wpc-home .tk-clock .clk::after {
	position: absolute;
	top: 50%;
	left: 50%;
	background: currentColor;
	content: "";
	transform-origin: left center;
}

.wpc-home .tk-clock .clk::before {
	width: 5px;
	height: 2px;
	transform: translate(-1px, -1px) rotate(0deg);
}

.wpc-home .tk-clock .clk::after {
	width: 4px;
	height: 2px;
	transform: translate(-1px, -1px) rotate(-90deg);
}

.wpc-home .tk-clock small {
	color: var(--win-ink);
	font-family: Inter, system-ui, sans-serif;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .02em;
	line-height: 1;
}

.wpc-home .tk-clock #heroClock {
	color: var(--win-ink);
	font-size: 22px;
	font-weight: 700;
	letter-spacing: .04em;
	line-height: 1;
}

.wpc-home .ticket .btn-ghost {
	border-color: rgba(255, 255, 255, .45);
	color: #ffffff;
}

.wpc-home .ticket .btn-ghost:hover {
	border-color: #ffffff;
	background: rgba(255, 255, 255, .08);
}

.wpc-home .tk-reassure {
	position: relative;
	z-index: 1;
	margin-top: 9px;
	color: var(--ink-faint);
	font-size: 12.5px;
	text-align: center;
}

.wpc-home .block {
	padding: 46px 0;
}

.wpc-home .block.tight-top {
	padding-top: 0;
}

.wpc-home .block.band {
	border-block: 1px solid var(--line);
	background: #faf9f6;
	padding-top: 46px !important;
	padding-bottom: 46px !important;
}

.wpc-home .sec-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 22px;
}

.wpc-home .sec-head h2 {
	margin: 0;
	color: var(--ink);
	font-family: "Plus Jakarta Sans", Inter, system-ui, sans-serif;
	font-size: clamp(24px, 3vw, 32px);
	font-weight: 600;
	line-height: 1.1;
	letter-spacing: 0;
}

.wpc-home .sec-head p {
	margin: 4px 0 0;
	color: var(--ink-soft);
	font-size: 14.5px;
}

.wpc-home .sec-head .more {
	color: var(--accent-ink);
	font-size: 14px;
	white-space: nowrap;
}

.wpc-home .hot-wrap {
	position: relative;
}

.wpc-home .promo-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
	overflow: auto;
	scroll-behavior: smooth;
	scrollbar-width: none;
}

.wpc-home .promo-grid::-webkit-scrollbar {
	display: none;
}

.wpc-home .promo-tile {
	position: relative;
	display: flex;
	width: 100%;
	max-width: 336px;
	aspect-ratio: 336 / 280;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: var(--surface);
	box-shadow: var(--shadow-sm);
	transition: border-color .16s, box-shadow .16s;
}

.wpc-home .has-carousel .promo-grid {
	display: flex;
	overflow-x: auto;
	padding: 2px 1px 8px;
	scroll-snap-type: x mandatory;
}

.wpc-home .has-carousel .promo-tile {
	flex: 0 0 calc((100% - 54px) / 4);
	max-width: none;
	scroll-snap-align: start;
}

.wpc-home .promo-tile:hover {
	border-color: var(--line-strong);
	box-shadow: var(--shadow-sm);
}

.wpc-home .promo-tile img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.wpc-home .promo-label {
	position: absolute;
	top: 9px;
	left: 9px;
	border-radius: 5px;
	background: var(--accent);
	color: #ffffff;
	font-family: "JetBrains Mono", ui-monospace, monospace;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .06em;
	padding: 2px 7px;
	text-transform: uppercase;
}

.wpc-home .promo-empty {
	min-height: 140px;
	background: repeating-linear-gradient(45deg, #faf9f6, #faf9f6 12px, #f1f0ea 12px, #f1f0ea 24px);
	color: var(--ink-faint);
	text-align: center;
}

.wpc-home .hot-nav {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: flex;
	width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--line-strong);
	border-radius: 50%;
	background: var(--surface);
	box-shadow: var(--shadow-md);
	color: var(--ink);
	cursor: pointer;
	font-size: 18px;
	transform: translateY(-50%);
	transition: opacity .15s, visibility .15s;
}

.wpc-home .hot-nav.is-hidden {
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
}

.wpc-home .hot-nav.prev {
	left: -16px;
}

.wpc-home .hot-nav.next {
	right: -16px;
}

.wpc-home .grid,
.wpc-home .coupon-grid {
	display: grid;
	gap: 18px;
}

.wpc-home .grid {
	grid-template-columns: repeat(4, 1fr);
}

.wpc-home .coupon-grid {
	grid-template-columns: repeat(4, 1fr);
}

.wpc-home .card,
.wpc-home .coupon {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: var(--surface);
	box-shadow: var(--shadow-sm);
	transition: border-color .16s, box-shadow .16s;
}

.wpc-home .card:hover,
.wpc-home .coupon:hover {
	border-color: var(--line-strong);
	box-shadow: var(--shadow-sm);
}

.wpc-home .card-top {
	position: relative;
	display: flex;
	justify-content: center;
	padding: 16px 18px 4px;
}

.wpc-home .card-thumb {
	display: flex;
	width: 120px;
	height: 120px;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border-radius: 18px;
	background: transparent;
	color: var(--ink-soft);
	font-family: "Plus Jakarta Sans", Inter, system-ui, sans-serif;
	font-size: 26px;
	font-weight: 800;
}

.wpc-home #windows .card-thumb {
	width: 150px;
	height: 150px;
}

.wpc-home .card-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.wpc-home .pct-tag,
.wpc-home .cbadge {
	position: absolute;
	display: inline-flex;
	z-index: 1;
	min-width: 64px;
	min-height: 23px;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
	font-family: "JetBrains Mono", ui-monospace, monospace;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .03em;
	line-height: 1;
	padding: 0 8px;
}

.wpc-home .pct-tag {
	top: 14px;
	right: 14px;
	min-width: 0;
	border: 1px solid #cfe3a8;
	background: var(--win-wash);
	color: var(--win-ink);
}

.wpc-home .card-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 9px;
	padding: 15px 17px;
}

.wpc-home .grid .card.feat {
	grid-column: span 2;
	flex-direction: row;
}

.wpc-home .grid .card.feat .card-top {
	flex: 0 0 44%;
	align-items: center;
	padding: 20px;
}

.wpc-home .grid .card.feat .card-thumb {
	width: 180px;
	height: 180px;
	background: transparent;
}

.wpc-home .grid .card.feat .card-thumb img {
	object-fit: contain;
}

.wpc-home .grid .card.feat .card-body {
	justify-content: flex-start;
	gap: 10px;
	padding: 22px;
}

.wpc-home .grid .card.feat .card-title {
	min-height: 0;
	font-size: 19px;
}

.wpc-home .grid .card.feat .price-free {
	font-size: 23px;
}

.wpc-home .feat-tag {
	display: none;
	width: fit-content;
	align-items: center;
	gap: 5px;
	border: 1px solid #ffd6c7;
	border-radius: 6px;
	background: var(--accent-wash);
	color: var(--accent-ink);
	font-size: 10.5px;
	font-weight: 700;
	letter-spacing: .04em;
	line-height: 1.2;
	padding: 2px 8px;
	text-transform: uppercase;
}

.wpc-home .card.feat .feat-tag {
	display: inline-flex;
}

.wpc-home .card.feat .feat-desc {
	display: -webkit-box;
	overflow: hidden;
	margin: 0;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	color: var(--ink-soft);
	font-size: 13.5px;
	line-height: 1.5;
}

.wpc-home .card-cat,
.wpc-home .ccat {
	display: block;
	min-height: 1.35em;
	color: var(--ink-faint);
	font-size: 10.5px;
	font-weight: 500;
	letter-spacing: .05em;
	text-transform: uppercase;
}

.wpc-home .card-title,
.wpc-home .cname {
	display: -webkit-box;
	min-height: 2.6em;
	overflow: hidden;
	margin: 0;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: var(--ink);
	font-family: "Plus Jakarta Sans", Inter, system-ui, sans-serif;
	font-size: 15.5px;
	font-weight: 800;
	line-height: 1.3;
	letter-spacing: 0;
}

.wpc-home .card-meta {
	display: flex;
	min-height: 23px;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
}

.wpc-home .card-price,
.wpc-home .cprice {
	display: flex;
	align-items: baseline;
	gap: 7px;
	margin: 0;
}

.wpc-home .price-free,
.wpc-home .cnow {
	color: var(--win-ink);
	font-family: "Plus Jakarta Sans", Inter, system-ui, sans-serif;
	font-size: 20px;
	font-weight: 800;
	letter-spacing: 0;
}

.wpc-home .price-was,
.wpc-home .cwas {
	color: var(--ink-faint);
	font-size: 12.5px;
	text-decoration: line-through;
}

.wpc-home .verified {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	color: var(--ink-faint);
	font-size: 11px;
	font-weight: 500;
	white-space: nowrap;
}

.wpc-home .card-foot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-top: auto;
	border-top: 1px solid var(--line);
	padding-top: 13px;
}

.wpc-home .mini-clock {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	color: var(--accent-ink);
	font-size: 11.5px;
	font-weight: 800;
}

.wpc-home .mini-clock.cool {
	color: var(--ink-faint);
	font-weight: 500;
}

.wpc-home .btn-claim {
	border: 0;
	border-radius: 10px;
	padding: 9px 16px;
	font-size: 13px;
}

.wpc-home .cshot {
	position: relative;
	display: flex;
	height: 140px;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background: transparent;
	padding: 18px 16px 6px;
}

.wpc-home .cshot img {
	max-width: 88%;
	max-height: 118px;
	object-fit: contain;
	transition: transform .18s;
}

.wpc-home .coupon:hover .cshot img {
	transform: scale(1.05);
}

.wpc-home .cbadge {
	top: 12px;
	left: 12px;
	background: var(--accent);
	color: #ffffff;
}

.wpc-home .cbody {
	display: grid;
	flex: 1;
	grid-template-rows: 2.6em 20px 32px 22px 38px;
	align-content: start;
	gap: 8px;
	padding: 14px 16px 16px;
}

.wpc-home .coupon .cname {
	height: 2.6em;
	min-height: 0;
}

.wpc-home .ccat {
	position: relative;
	z-index: 2;
	height: 20px;
	min-height: 0;
	overflow: hidden;
	margin-top: 0;
	background: var(--surface);
	line-height: 20px;
	text-transform: none;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.wpc-home .cprice {
	position: relative;
	z-index: 1;
	min-height: 30px;
	align-items: center;
	margin-top: 0;
}

.wpc-home .coupon .mini-clock {
	min-height: 22px;
	align-items: center;
}

.wpc-home .cbtn {
	width: 100%;
	min-height: 38px;
	margin-top: 0;
	border: 1.5px solid var(--line-strong);
	background: transparent;
	color: var(--ink);
}

.wpc-home .coupon:hover .cbtn {
	border-color: var(--accent);
	background: var(--accent);
	color: #ffffff;
}

.wpc-home .brand-grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 12px;
}

.wpc-home .brand-grid .col_wrap_fifth,
.wpc-home .brand-grid .wpc-brand-fallback {
	display: contents;
}

.wpc-home .brand-grid .logo-tax-link,
.wpc-home .brand-grid .wpc-brand-item,
.wpc-home .brand {
	position: relative;
	display: flex;
	width: auto !important;
	max-width: none;
	min-width: 0;
	flex-direction: column;
	align-items: center;
	gap: 6px;
	justify-content: center;
	min-height: 128px;
	border: 1px solid var(--line);
	border-radius: 12px;
	background: var(--surface);
	margin: 0 !important;
	padding: 16px 12px;
	text-align: center;
	transition: border-color .15s, box-shadow .15s;
}

.wpc-home .brand-grid .logo-tax-link:hover,
.wpc-home .brand-grid .wpc-brand-item:hover,
.wpc-home .brand:hover {
	border-color: var(--line-strong);
	box-shadow: none;
}

.wpc-home .brand-grid .logo-tax-link img,
.wpc-home .brand-grid .wpc-brand-item img {
	max-width: 100%;
	max-height: 84px;
	width: auto;
	height: auto;
	object-fit: contain;
	transition: opacity .15s;
}

.wpc-home .brand-grid .logo-tax-link:hover img,
.wpc-home .brand-grid .wpc-brand-item:hover img {
	opacity: .34;
}

.wpc-home .brand-grid .logo-tax-link::after,
.wpc-home .brand-grid .wpc-brand-item small {
	position: absolute;
	top: 50%;
	left: 10px;
	right: 10px;
	color: var(--ink);
	content: attr(data-hover);
	font-family: "Plus Jakarta Sans", Inter, system-ui, sans-serif;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.25;
	opacity: 0;
	text-align: center;
	transform: translateY(-50%);
	transition: opacity .15s;
}

.wpc-home .brand-grid .logo-tax-link:hover::after,
.wpc-home .brand-grid .wpc-brand-item:hover small {
	opacity: 1;
}

.wpc-home .blogo {
	display: flex;
	height: 38px;
	align-items: center;
	justify-content: center;
}

.wpc-home .blogo img {
	max-width: 110px;
	max-height: 36px;
	width: auto;
	object-fit: contain;
}

.wpc-home .blogo.txt {
	color: var(--ink);
	font-family: "Plus Jakarta Sans", Inter, system-ui, sans-serif;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.1;
}

.wpc-home .bo {
	color: var(--ink-soft);
	font-size: 11.5px;
	font-weight: 600;
}

.wpc-home .empty-state {
	color: var(--ink-soft);
}

.wpc-home .intro {
	display: grid;
	grid-template-columns: .72fr 1.28fr;
	gap: 38px;
	align-items: start;
	border: 1px solid var(--line);
	border-radius: 18px;
	background: var(--surface);
	padding: 38px 40px;
}

.wpc-home .ieyebrow {
	color: var(--accent-ink);
	font-size: 12.5px;
	font-weight: 600;
}

.wpc-home .intro h2,
.wpc-home .faq2-head h2 {
	margin: 6px 0 0;
	font-family: "Plus Jakarta Sans", Inter, system-ui, sans-serif;
	font-size: 30px;
	font-weight: 600;
	line-height: 1.05;
	letter-spacing: 0;
}

.wpc-home .intro p {
	font-size: 16px;
	line-height: 1.65;
}

.wpc-home .intro p strong {
	color: var(--ink);
	font-weight: 600;
}

.wpc-home .intro p,
.wpc-home .step p,
.wpc-home .qd p {
	color: var(--ink-soft);
	font-size: 14.5px;
	line-height: 1.6;
}

.wpc-home .intro p {
	font-size: 16px;
	line-height: 1.65;
}

.wpc-home .pullquote {
	margin-top: 16px;
	border-left: 2px solid var(--accent);
	padding-left: 16px;
	color: var(--ink);
	font-family: "Plus Jakarta Sans", Inter, system-ui, sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.4;
}

.wpc-home .ihigh {
	margin-top: 16px;
	color: var(--ink-faint);
	font-size: 14px;
	font-weight: 500;
}

.wpc-home .steps {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 26px;
	margin-bottom: 46px;
}

.wpc-home .step {
	border: 0;
	background: transparent;
	padding: 0;
}

.wpc-home .step .num {
	display: inline-block;
	border: 1px solid #ffd6c7;
	border-radius: 8px;
	background: var(--accent-wash);
	color: var(--accent-ink);
	font-family: "JetBrains Mono", ui-monospace, monospace;
	font-size: 15px;
	font-weight: 800;
	letter-spacing: .08em;
	line-height: 1;
	padding: 4px 9px;
}

.wpc-home .step h3 {
	margin: 8px 0 0;
	font-family: "Plus Jakarta Sans", Inter, system-ui, sans-serif;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0;
}

.wpc-home .faq2 {
	max-width: 760px;
	margin: 0 auto;
}

.wpc-home .faq2-head {
	margin-bottom: 18px;
}

.wpc-home .qd {
	border-bottom: 1px solid var(--line);
}

.wpc-home .qd:first-of-type {
	border-top: 1px solid var(--line);
}

.wpc-home .qd summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 17px 2px;
	color: var(--ink);
	cursor: pointer;
	font-family: "Plus Jakarta Sans", Inter, system-ui, sans-serif;
	font-size: 16px;
	font-weight: 700;
	list-style: none;
}

.wpc-home .qd summary::-webkit-details-marker {
	display: none;
}

.wpc-home .qchev {
	display: inline-block;
	width: 11px;
	height: 11px;
	flex: none;
	margin-right: 4px;
	border-right: 2px solid var(--ink-faint);
	border-bottom: 2px solid var(--ink-faint);
	transform: rotate(45deg);
	transition: transform .18s ease;
}

.wpc-home .qd[open] .qchev {
	transform: rotate(-135deg);
}

.wpc-home .qd p {
	margin: 0;
	max-width: 64em;
	padding: 0 2px 18px;
}

.wpc-home .cmp {
	margin: 0 0 18px;
	overflow: hidden;
	border: 1px solid var(--line);
	border-radius: 12px;
	background: var(--surface);
}

.wpc-home .cmp table {
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
	line-height: 1.45;
}

.wpc-home .cmp th,
.wpc-home .cmp td {
	border-bottom: 1px solid var(--line);
	padding: 11px 16px;
	text-align: left;
	vertical-align: top;
}

.wpc-home .cmp thead th {
	background: #f8f8f3;
	color: var(--ink);
	font-family: "Plus Jakarta Sans", Inter, system-ui, sans-serif;
	font-weight: 800;
}

.wpc-home .cmp tbody th {
	width: 30%;
	color: var(--ink);
	font-weight: 800;
}

.wpc-home .cmp td {
	color: var(--ink-soft);
}

.wpc-home .cmp tr:last-child th,
.wpc-home .cmp tr:last-child td {
	border-bottom: 0;
}

.wpc-home .empty-state {
	grid-column: 1 / -1;
	margin: 0;
	border: 1px dashed var(--line-strong);
	border-radius: var(--radius);
	background: var(--surface);
	padding: 18px;
	text-align: center;
}

.wpc-home .is-expired {
	opacity: .72;
}

@media (max-width: 980px) {
	.wpc-home .hero-grid {
		grid-template-columns: 1fr;
		gap: 34px;
	}

	.wpc-home .ticket {
		max-width: 500px;
	}

	.wpc-home .grid,
	.wpc-home .coupon-grid,
	.wpc-home .promo-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.wpc-home .has-carousel .promo-tile {
		flex-basis: calc((100% - 18px) / 2);
	}

	.wpc-home .brand-grid {
		grid-template-columns: repeat(4, 1fr);
	}

	.wpc-home .intro,
	.wpc-home .steps {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 560px) {
	.wpc-home .wrap {
		padding: 0 12px;
	}

	.wpc-home .hero {
		padding-top: 28px;
	}

	.wpc-home .hero-title {
		font-size: 36px;
	}

	.wpc-home .grid .card.feat {
		grid-column: span 1;
		flex-direction: column;
	}

	.wpc-home .grid .card.feat .card-top {
		flex: none;
		padding: 18px 18px 2px;
	}

	.wpc-home .grid .card.feat .card-body {
		padding: 15px 17px;
	}

	.wpc-home .has-carousel .promo-tile {
		flex-basis: 78%;
	}

	.wpc-home .hero-stats {
		display: grid;
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.wpc-home .tk-body {
		align-items: flex-start;
	}

	.wpc-home .tk-thumb {
		width: 84px;
		height: 84px;
		border-radius: 14px;
	}

	.wpc-home .tk-name {
		font-size: 20px;
	}

	.wpc-home .grid,
	.wpc-home .coupon-grid,
	.wpc-home .steps,
	.wpc-home .intro {
		grid-template-columns: 1fr;
	}

	.wpc-home .promo-grid {
		display: flex;
	}

	.wpc-home .promo-tile {
		min-width: 82%;
	}

	.wpc-home .brand-grid {
		grid-template-columns: repeat(3, 1fr);
	}

	.wpc-home .sec-head {
		display: block;
	}

	.wpc-home .sec-head .more {
		margin-top: 12px;
	}

	.wpc-home .intro {
		padding: 24px 22px;
	}

	.wpc-home .cmp {
		overflow-x: auto;
	}

	.wpc-home .cmp table {
		min-width: 520px;
		font-size: 13px;
	}

	.wpc-home .cmp th,
	.wpc-home .cmp td {
		padding: 10px 12px;
	}
}
