/* ==========================================================================
   Parimatch India theme — main stylesheet
   Tokens → base → layout → components → content blocks → utilities
   ========================================================================== */

@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 400 800;
	font-display: swap;
	src: url("../fonts/inter-latin.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+20B9, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 400 800;
	font-display: swap;
	src: url("../fonts/inter-latin-ext.woff2") format("woff2");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
	font-family: "Manrope";
	font-style: normal;
	font-weight: 500 800;
	font-display: swap;
	src: url("../fonts/manrope-latin.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+20B9, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
	--pm-bg: #0a0a0a;
	--pm-bg-2: #111111;
	--pm-surface: #161616;
	--pm-surface-2: #1e1e1e;
	--pm-line: #2a2a2a;
	--pm-line-2: #383838;
	--pm-yellow: #f5ff32;
	--pm-yellow-2: #e6f000;
	--pm-text: #ffffff;
	--pm-muted: #b7b7b7;
	--pm-muted-2: #8a8a8a;
	--pm-green: #22c55e;
	--pm-red: #ef4444;
	--pm-radius: 12px;
	--pm-radius-lg: 18px;
	--pm-radius-sm: 8px;
	--pm-container: 1320px;
	--pm-gutter: clamp(16px, 4vw, 32px);
	--pm-font: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
	--pm-font-display: "Manrope", "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
	--pm-shadow: 0 10px 30px rgba(0, 0, 0, .45);
	--pm-header-h: 72px;
	color-scheme: dark;
}

/* Base ------------------------------------------------------------------ */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-padding-top: calc(var(--pm-header-h) + 72px); }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { transition: none !important; animation: none !important; } }
body {
	margin: 0;
	background: var(--pm-bg);
	color: var(--pm-text);
	font-family: var(--pm-font);
	font-size: 17px;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
}
img, svg, video { max-width: 100%; height: auto; display: block; }
/* Prevent grid/flex blow-out on small screens: every grid child may shrink below its content size. */
.pm-hero__grid > *, .pm-split > *, .pm-grid > *, .pm-games > *, .pm-steps > *, .pm-features > *, .pm-proscons > *, .pm-footer__top > *, .pm-cta-banner__inner > *, .pm-bonus-card > *, .wp-block-columns > * { min-width: 0; }
.pm-main, .pm-footer, .pm-header { overflow-x: clip; }
a { color: var(--pm-yellow); text-decoration: none; text-underline-offset: 3px; }
a:hover { text-decoration: underline; }
:focus-visible { outline: 3px solid var(--pm-yellow); outline-offset: 3px; border-radius: 4px; }
h1, h2, h3, h4 { font-family: var(--pm-font-display); line-height: 1.15; font-weight: 800; margin: 0 0 .6em; letter-spacing: -.02em; text-wrap: balance; }
h1 { font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 800; letter-spacing: -.03em; }
h2 { font-size: clamp(1.5rem, 2.6vw, 2.1rem); margin-top: 1.6em; position: relative; padding-left: 18px; }
.pm-article__body > h2 { margin-top: 1.4em; padding-top: 1.1em; border-top: 1px solid var(--pm-line); }
.pm-article__body > h2::before { top: calc(1.1em + .18em); }
.pm-article__body > h2:first-child, .pm-article__body > .pm-jump + h2 { border-top: 0; padding-top: 0; }
.pm-article__body > h2:first-child::before, .pm-article__body > .pm-jump + h2::before { top: .18em; }
h2::before { content: ""; position: absolute; left: 0; top: .18em; bottom: .18em; width: 5px; border-radius: 3px; background: var(--pm-yellow); }
.pm-hero h2, .pm-footer h2, .pm-cta-banner h2, .pm-card h2 { padding-left: 0; }
.pm-hero h2::before, .pm-footer h2::before, .pm-cta-banner h2::before, .pm-card h2::before { display: none; }
h3 { font-size: clamp(1.2rem, 1.8vw, 1.45rem); margin-top: 1.4em; }
h4 { font-size: 1.1rem; margin-top: 1.2em; }
p, ul, ol, table, figure { margin: 0 0 1.2em; }
figure { margin-inline: 0; }
ul, ol { padding-left: 1.4em; }
li { margin-bottom: .35em; }
strong { font-weight: 700; }
hr { border: 0; border-top: 1px solid var(--pm-line); margin: 2.5rem 0; }
code, kbd { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .9em; background: var(--pm-surface-2); padding: .1em .35em; border-radius: 4px; }
blockquote { margin: 1.5em 0; padding: 1em 1.4em; border-left: 4px solid var(--pm-yellow); background: var(--pm-surface); border-radius: 0 var(--pm-radius) var(--pm-radius) 0; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); white-space: nowrap; }

.pm-container { width: min(var(--pm-container), 100% - 2 * var(--pm-gutter)); margin-inline: auto; }
.pm-skip { position: absolute; left: -999px; top: 8px; z-index: 1000; background: var(--pm-yellow); color: #000; padding: 10px 16px; border-radius: 8px; font-weight: 700; }
.pm-skip:focus { left: 8px; }

/* Buttons --------------------------------------------------------------- */
.pm-btn {
	display: inline-flex; align-items: center; justify-content: center; gap: 8px;
	padding: 14px 26px; border-radius: 12px; font-weight: 700; font-size: 16px; line-height: 1.2;
	text-decoration: none !important; border: 2px solid transparent; cursor: pointer; white-space: nowrap;
	transition: transform .15s ease, background-color .15s ease, color .15s ease, border-color .15s ease, box-shadow .15s ease;
}
.pm-btn:hover { transform: translateY(-1px); }
.pm-btn:active { transform: translateY(0); }
.pm-btn--primary { background: linear-gradient(180deg, #f9ff6a, var(--pm-yellow) 45%, #e9f31a); color: #000; box-shadow: 0 6px 20px rgba(245, 255, 50, .2), inset 0 1px 0 rgba(255, 255, 255, .5); }
.pm-btn--primary:hover { background: #fff; box-shadow: 0 8px 24px rgba(255, 255, 255, .18); }
.pm-btn--secondary { background: #fff; color: #000; }
.pm-btn--secondary:hover { background: var(--pm-yellow); }
.pm-btn--dark { background: #0a0a0a; color: #fff; }
.pm-btn--dark:hover { background: #222; }
.pm-btn--outline { background: transparent; color: #fff; border-color: #fff; }
.pm-btn--outline:hover { background: #fff; color: #000; }
.pm-btn--sm { padding: 11px 18px; font-size: 14px; border-radius: 10px; }
.pm-btn--lg { padding: 18px 38px; font-size: 17px; border-radius: 14px; min-width: 160px; }
.pm-btn--block { width: 100%; }
.pm-cta-row { display: flex; gap: 12px; margin: 1.6em 0; }
.pm-cta-row--center { justify-content: center; }
.pm-cta-row--wrap { flex-wrap: wrap; }

/* Header ---------------------------------------------------------------- */
.pm-header { position: sticky; top: 0; z-index: 100; background: rgba(10, 10, 10, .97); border-bottom: 1px solid var(--pm-line); transition: box-shadow .2s; }
.pm-header.is-scrolled { box-shadow: 0 8px 30px rgba(0, 0, 0, .5); }
.pm-header__inner { display: flex; align-items: center; gap: 20px; min-height: var(--pm-header-h); }
.pm-logo img { width: auto; height: 22px; }
@media (max-width: 1023px) { .pm-header__logo img { height: 20px; } }
.pm-header__logo { margin-right: auto; }
.pm-nav { display: none; }
.pm-nav__list, .pm-nav__list ul { list-style: none; margin: 0; padding: 0; }
.pm-nav__list a { color: #fff; font-weight: 600; font-size: 15px; padding: 10px 12px; display: block; border-radius: 8px; }
.pm-nav__list a:hover, .pm-nav__list .current-menu-item > a, .pm-nav__list .current-menu-ancestor > a { color: var(--pm-yellow); text-decoration: none; }
.pm-header__cta { display: flex; gap: 10px; }
.pm-burger { display: inline-flex; flex-direction: column; justify-content: center; gap: 5px; width: 44px; height: 44px; padding: 10px; background: transparent; border: 1px solid var(--pm-line-2); border-radius: 10px; cursor: pointer; }
.pm-burger span { display: block; height: 2px; width: 100%; background: var(--pm-yellow); border-radius: 2px; transition: transform .2s, opacity .2s; }
.pm-burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.pm-burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.pm-burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.pm-nav__mobile-cta { display: grid; gap: 10px; padding: 16px; border-top: 1px solid var(--pm-line); }

@media (max-width: 1023px) {
	.pm-nav.is-open { display: block; position: fixed; inset: var(--pm-header-h) 0 0 0; background: var(--pm-bg); overflow-y: auto; z-index: 99; }
	.pm-nav__list > li { border-bottom: 1px solid var(--pm-line); }
	.pm-nav__list a { padding: 14px var(--pm-gutter); font-size: 17px; }
	.pm-nav__list .sub-menu a { padding-left: calc(var(--pm-gutter) + 20px); color: var(--pm-muted); font-weight: 500; }
	.pm-header__cta .pm-btn--secondary { display: none; }
	body.pm-nav-open { overflow: hidden; }
}
@media (min-width: 1024px) {
	.pm-burger, .pm-nav__mobile-cta { display: none; }
	.pm-nav { display: block; }
	.pm-nav__list { display: flex; gap: 2px; }
	.pm-nav__list > li { position: relative; }
	.pm-nav__list > li > a { display: flex; align-items: center; gap: 4px; }
	.pm-nav__list .menu-item-has-children > a::after { content: ""; width: 6px; height: 6px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg) translateY(-2px); margin-left: 4px; }
	.pm-nav__list .sub-menu { position: absolute; top: 100%; left: 0; min-width: 200px; background: var(--pm-surface); border: 1px solid var(--pm-line); border-radius: 12px; padding: 8px; box-shadow: var(--pm-shadow); opacity: 0; visibility: hidden; transform: translateY(6px); transition: .15s; }
	.pm-nav__list li:hover > .sub-menu, .pm-nav__list li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: none; }
	.pm-nav__list .sub-menu a { padding: 9px 12px; }
	.pm-nav__list .sub-menu a:hover { background: var(--pm-surface-2); }
}

/* Hero ------------------------------------------------------------------ */
.pm-hero { position: relative; overflow: hidden; padding: clamp(28px, 4vw, 56px) 0 clamp(28px, 3vw, 44px); background: radial-gradient(900px 420px at 85% -10%, rgba(245, 255, 50, .16), transparent 60%), radial-gradient(600px 300px at 0% 110%, rgba(245, 255, 50, .07), transparent 60%), linear-gradient(180deg, #0e0e0e, var(--pm-bg)); border-bottom: 1px solid var(--pm-line); }
.pm-hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px); background-size: 48px 48px; mask-image: radial-gradient(ellipse at 70% 30%, #000 30%, transparent 75%); -webkit-mask-image: radial-gradient(ellipse at 70% 30%, #000 30%, transparent 75%); pointer-events: none; }
.pm-hero > * { position: relative; }
.pm-hero--slim { padding-bottom: clamp(20px, 3vw, 36px); }
.pm-hero__grid { display: grid; gap: clamp(24px, 4vw, 56px); align-items: center; }
@media (min-width: 900px) { .pm-hero__grid { grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); } }
.pm-hero__title { margin-top: .4em; }
.pm-hero__accent { color: var(--pm-yellow); }
.pm-hero__lead { font-size: clamp(1rem, 1.4vw, 1.15rem); color: var(--pm-muted); max-width: 62ch; }
.pm-hero__chips { list-style: none; padding: 0; margin: 1.2em 0; display: flex; flex-wrap: wrap; gap: 8px; }
.pm-hero__chips li { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 600; color: #fff; background: var(--pm-surface); border: 1px solid var(--pm-line-2); padding: 7px 12px; border-radius: 999px; }
.pm-hero__chips .pm-icon { width: 16px; height: 16px; color: var(--pm-yellow); }
.pm-hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 1.3em 0 1em; }
.pm-hero__actions .pm-btn--lg { padding: 20px 44px; font-size: 18px; min-width: 180px; }
@media (max-width: 599px) { .pm-hero__actions .pm-btn--lg { flex: 1 1 45%; padding: 18px 20px; min-width: 0; } }
.pm-hero__bonus { display: inline-flex; align-items: center; gap: 8px; color: var(--pm-yellow); font-weight: 700; margin: 0; }
.pm-hero__bonus .pm-icon { width: 20px; height: 20px; }
.pm-hero__media { position: relative; }
.pm-hero__pill { position: absolute; display: inline-flex; align-items: center; gap: 8px; padding: 9px 14px; border-radius: 999px; font-size: 13px; font-weight: 700; background: #101010; border: 1px solid var(--pm-line-2); color: #fff; box-shadow: var(--pm-shadow); z-index: 2; animation: pm-float 6s ease-in-out infinite; }
.pm-hero__pill--live { top: -16px; right: 18px; }
.pm-hero__pill--bonus { top: -16px; left: 18px; background: var(--pm-yellow); color: #000; border-color: var(--pm-yellow); animation-delay: -3s; }
.pm-hero__pill .pm-icon { width: 16px; height: 16px; }
@keyframes pm-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-6px); } }
@media (max-width: 899px) { .pm-hero__pill--live { display: none; } .pm-hero__pill--bonus { left: 8px; top: -12px; } }
.pm-hero__img { width: 100%; border-radius: var(--pm-radius-lg); border: 1px solid var(--pm-line-2); box-shadow: var(--pm-shadow); aspect-ratio: 4 / 3; object-fit: cover; }
.pm-hero--home .pm-hero__img { aspect-ratio: auto; }

/* Breadcrumbs ----------------------------------------------------------- */
.pm-breadcrumbs ol { list-style: none; padding: 0; margin: 0 0 8px; display: flex; flex-wrap: wrap; gap: 4px 8px; font-size: 13px; color: var(--pm-muted-2); }
.pm-breadcrumbs li + li::before { content: "›"; margin-right: 8px; color: var(--pm-muted-2); }
.pm-breadcrumbs a { color: var(--pm-yellow); }
.pm-breadcrumbs [aria-current] { color: var(--pm-muted); }

/* Article body ---------------------------------------------------------- */
.pm-article__body { padding: clamp(24px, 3.5vw, 48px) 0; }
.pm-article__body > :first-child { margin-top: 0; }
.pm-article__body > h2:first-child { margin-top: 0; }
.pm-article__body .alignwide { width: min(var(--pm-container), 100% - 2 * var(--pm-gutter)); max-width: none; margin-inline: auto; }
.pm-updated { color: var(--pm-muted-2); font-size: 14px; margin-top: 3rem; }
.pm-article__body img { border-radius: var(--pm-radius); }
.wp-block-image figcaption { color: var(--pm-muted-2); font-size: 14px; text-align: center; margin-top: .6em; }

/* Tables ---------------------------------------------------------------- */
.pm-table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; border-radius: var(--pm-radius); border: 1px solid var(--pm-line-2); }
table { width: 100%; border-collapse: collapse; font-size: 15px; }
th, td, .wp-block-table td, .wp-block-table th { padding: 12px 14px; text-align: left; vertical-align: top; border: 0; border-bottom: 1px solid var(--pm-line); }
.wp-block-table td:not(:last-child), .wp-block-table th:not(:last-child) { border-right: 1px solid var(--pm-line); }
.wp-block-table thead th:not(:last-child) { border-right-color: rgba(0, 0, 0, .15); }
thead th, .wp-block-table thead th { background: linear-gradient(180deg, #f9ff6a, var(--pm-yellow)); color: #000; font-weight: 700; border-bottom: 0; font-family: var(--pm-font-display); }
tbody tr:last-child td { border-bottom: 0; }
tbody tr:nth-child(even) td { background: var(--pm-bg-2); }
tbody th { background: var(--pm-surface); font-weight: 600; }
.wp-block-table.is-style-pm-table table td:first-child { font-weight: 600; color: #fff; }
.wp-block-table figcaption { font-size: 14px; color: var(--pm-muted-2); padding: 8px 4px; }

/* Lists ----------------------------------------------------------------- */
.is-style-pm-checks, .is-style-pm-cross { list-style: none; padding-left: 0; }
.is-style-pm-checks li, .is-style-pm-cross li { position: relative; padding-left: 32px; margin-bottom: .55em; }
.is-style-pm-checks li::before, .is-style-pm-cross li::before { content: ""; position: absolute; left: 0; top: .2em; width: 20px; height: 20px; border-radius: 50%; background: var(--pm-green) center / 12px no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E"); }
.is-style-pm-cross li::before { background: var(--pm-red) center / 11px no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3.5' stroke-linecap='round'%3E%3Cpath d='M18 6 6 18M6 6l12 12'/%3E%3C/svg%3E"); }

/* Pros / cons ----------------------------------------------------------- */
.pm-proscons { display: grid; gap: 16px; margin: 1.5em 0; }
@media (min-width: 720px) { .pm-proscons { grid-template-columns: 1fr 1fr; } }
.pm-proscons > div { background: linear-gradient(180deg, #191919, #121212); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04); border: 1px solid var(--pm-line); border-radius: var(--pm-radius); padding: 20px 22px; }
.pm-proscons h3 { margin-top: 0; font-size: 1.1rem; }
.pm-proscons ul { margin-bottom: 0; }

/* Cards & grids --------------------------------------------------------- */
.pm-grid { display: grid; gap: 16px; margin: 1.5em 0; }
.pm-grid--2 { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.pm-grid--3 { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
@media (min-width: 1100px) { .pm-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
.pm-grid--4 { grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); }
.pm-card, .is-style-pm-card { background: linear-gradient(180deg, #191919, #121212); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04); border: 1px solid var(--pm-line); border-radius: var(--pm-radius); overflow: hidden; display: flex; flex-direction: column; transition: border-color .2s, transform .2s; }
.pm-card:hover, .pm-game:hover, .pm-features > div:hover, .pm-step:hover { border-color: rgba(245, 255, 50, .55); }
.pm-card:hover, .pm-game:hover { transform: translateY(-3px); }
.is-style-pm-card { padding: 20px 22px; }
.pm-card__img, .pm-card > figure, .pm-card > .wp-block-image { margin: 0; }
.pm-card > figure img, .pm-card__img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; border-radius: 0 !important; }
.pm-card__body, .pm-card > .wp-block-group, .pm-card > p, .pm-card > h3, .pm-card > ul { padding-inline: 18px; }
.pm-card__body { padding: 16px 18px 18px; }
.pm-card h3, .pm-card__title { margin: 14px 0 6px; font-size: 1.1rem; }
.pm-card p { margin-bottom: 12px; color: var(--pm-muted); font-size: 15px; }
.pm-card ul { font-size: 14px; color: var(--pm-muted); margin-bottom: 16px; }
.pm-card .pm-cta-row { margin: auto 0 16px; }
.pm-card__title a { color: #fff; }

/* Feature grid with icon */
.pm-features { display: grid; gap: 14px; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); margin: 1.5em 0; }
@media (min-width: 1100px) { .pm-features { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); } }
.pm-features > div { background: linear-gradient(180deg, #191919, #121212); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04); border: 1px solid var(--pm-line); border-radius: var(--pm-radius); padding: 18px; transition: border-color .2s; }
.pm-features h3, .pm-features h4 { margin: 0 0 6px; font-size: 1.05rem; }
.pm-features p { margin: 0; font-size: 15px; color: var(--pm-muted); }

/* Steps (HowTo) --------------------------------------------------------- */
.pm-steps { counter-reset: pm-step; display: grid; gap: 14px; margin: 1.5em 0; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
@media (min-width: 1100px) { .pm-steps:not(.pm-steps--list) { grid-template-columns: repeat(auto-fit, minmax(0, 1fr)); grid-auto-flow: row; } .pm-steps:not(.pm-steps--list) > * { grid-column: span 1; } }
.pm-steps--list { grid-template-columns: 1fr; }
.pm-step { position: relative; background: var(--pm-surface); border: 1px solid var(--pm-line); border-radius: var(--pm-radius); padding: 20px 20px 20px 66px; }
.pm-step::before { counter-increment: pm-step; content: counter(pm-step); position: absolute; left: 18px; top: 18px; width: 34px; height: 34px; border-radius: 50%; background: var(--pm-yellow); color: #000; font-weight: 800; display: grid; place-items: center; font-size: 15px; }
.pm-step h3, .pm-step h4 { margin: 0 0 6px; font-size: 1.05rem; }
.pm-step p { margin: 0; color: var(--pm-muted); font-size: 15px; }
.pm-step img { margin-top: 12px; border-radius: 8px; border: 1px solid var(--pm-line-2); }

/* Game cards ------------------------------------------------------------ */
.pm-games { display: grid; gap: 16px; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 1.5em 0; }
@media (min-width: 640px) { .pm-games { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (min-width: 1100px) { .pm-games { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 14px; } }
.pm-game { position: relative; background: linear-gradient(180deg, #191919, #121212); border: 1px solid var(--pm-line); border-radius: var(--pm-radius-lg); overflow: hidden; display: flex; flex-direction: column; transition: border-color .2s, transform .2s, box-shadow .2s; }
.pm-game:hover { border-color: rgba(245, 255, 50, .6); transform: translateY(-4px); box-shadow: 0 16px 40px rgba(0, 0, 0, .5); }
.pm-game__art { position: relative; aspect-ratio: 4 / 3; overflow: hidden; }
.pm-game__art img, .pm-game > img { width: 100%; height: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 0 !important; margin: 0; transition: transform .4s; }
.pm-game:hover .pm-game__art img { transform: scale(1.05); }
.pm-game__play { position: absolute; inset: 0; display: grid; place-items: center; background: rgba(0, 0, 0, .45); opacity: 0; transition: opacity .2s; }
.pm-game:hover .pm-game__play, .pm-game:focus-within .pm-game__play { opacity: 1; }
.pm-game__play span { display: inline-grid; place-items: center; width: 56px; height: 56px; border-radius: 50%; background: var(--pm-yellow); color: #000; font-size: 22px; font-weight: 800; padding-left: 4px; box-shadow: 0 8px 24px rgba(245, 255, 50, .35); }
.pm-game__badge { position: absolute; top: 10px; right: 10px; background: rgba(10, 10, 10, .85); color: var(--pm-yellow); font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; padding: 4px 8px; border-radius: 6px; }
.pm-game__body { padding: 14px 14px 0; flex: 1; display: flex; flex-direction: column; }
.pm-game h3 { font-size: 1rem; margin: 0 0 4px; }
.pm-game p { margin: 0 0 12px; font-size: 14px; color: var(--pm-muted); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; min-height: 2.6em; }
.pm-game ul { list-style: none; padding: 0; margin: auto 0 12px; display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }
.pm-game li { margin: 0; background: var(--pm-bg-2); border: 1px solid var(--pm-line); border-radius: 8px; padding: 6px 8px; font-size: 13px; font-weight: 700; color: #fff; line-height: 1.25; }
.pm-game li strong { display: block; font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--pm-muted-2); margin-bottom: 1px; }
.pm-game .pm-cta-row { margin: 0 14px 14px; }
.pm-game .pm-btn { width: 100%; padding: 12px 14px; }

/* Bonus card ------------------------------------------------------------ */
.pm-bonus-card { display: grid; gap: 18px; align-items: center; background: var(--pm-yellow); color: #000; border-radius: var(--pm-radius-lg); padding: 26px 28px; margin: 1.8em 0; }
@media (min-width: 720px) { .pm-bonus-card { grid-template-columns: 1fr auto; } }
.pm-bonus-card__eyebrow { display: block; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; font-size: 12px; opacity: .75; }
.pm-bonus-card__amount { display: block; font-family: var(--pm-font-display); font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 700; line-height: 1.05; margin: 4px 0 8px; }
.pm-bonus-card p { margin: 0; font-size: 15px; }

/* Notices --------------------------------------------------------------- */
.pm-notice { border-radius: var(--pm-radius); padding: 14px 18px; margin: 1.4em 0; border: 1px solid var(--pm-line-2); background: var(--pm-surface); font-size: 15px; }
.pm-notice--warning { border-color: rgba(245, 255, 50, .5); background: rgba(245, 255, 50, .06); }
.pm-notice p:last-child { margin-bottom: 0; }

/* Rating ---------------------------------------------------------------- */
.pm-rating { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 1.2em; font-size: 15px; }
.pm-rating__stars { --pm-rating: 5; position: relative; display: inline-block; width: 110px; height: 20px; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 20'%3E%3Cpath fill='%23333' d='m11 0 3 6.7 7 .8-5.2 4.9 1.4 7.2L11 16l-6.2 3.6 1.4-7.2L1 7.5l7-.8z'/%3E%3C/svg%3E") repeat-x; background-size: 22px 20px; }
.pm-rating__stars::before { content: ""; position: absolute; inset: 0; width: calc(var(--pm-rating) / 5 * 100%); background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 20'%3E%3Cpath fill='%23f5ff32' d='m11 0 3 6.7 7 .8-5.2 4.9 1.4 7.2L11 16l-6.2 3.6 1.4-7.2L1 7.5l7-.8z'/%3E%3C/svg%3E") repeat-x; background-size: 22px 20px; }
.pm-rating__value { font-weight: 700; }
.pm-rating__label { color: var(--pm-muted-2); }

/* FAQ (details) --------------------------------------------------------- */
.wp-block-details, details.pm-faq { background: var(--pm-surface); border: 1px solid var(--pm-line); border-radius: var(--pm-radius); padding: 0 18px; margin: 0 0 10px; }
.wp-block-details summary { cursor: pointer; font-weight: 700; padding: 15px 34px 15px 0; position: relative; list-style: none; }
.wp-block-details summary::-webkit-details-marker { display: none; }
.wp-block-details summary::after { content: ""; position: absolute; right: 4px; top: 50%; width: 9px; height: 9px; border-right: 2px solid var(--pm-yellow); border-bottom: 2px solid var(--pm-yellow); transform: translateY(-70%) rotate(45deg); transition: transform .2s; }
.wp-block-details[open] summary::after { transform: translateY(-30%) rotate(-135deg); }
.wp-block-details > :not(summary) { color: var(--pm-muted); font-size: 15px; }
.wp-block-details > p:last-child { padding-bottom: 14px; }

/* Text + image split ---------------------------------------------------- */
.pm-split { display: grid; gap: 24px; align-items: center; margin: 1.8em 0; }
@media (min-width: 800px) { .pm-split { grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr); } .pm-split--reverse > :first-child { order: 2; } }
.pm-split img { width: 100%; border-radius: var(--pm-radius); border: 1px solid var(--pm-line-2); }
.pm-split h2, .pm-split h3 { margin-top: 0; }
.pm-split > div > :last-child { margin-bottom: 0; }

/* Chips, results, pagination -------------------------------------------- */
.pm-chip-list { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.pm-chip-list a { display: inline-block; padding: 8px 14px; border: 1px solid var(--pm-line-2); border-radius: 999px; color: #fff; font-weight: 600; font-size: 14px; }
.pm-chip-list a:hover { border-color: var(--pm-yellow); color: var(--pm-yellow); text-decoration: none; }
.pm-search { display: flex; gap: 8px; max-width: 520px; margin: 1em 0; }
.pm-search input { flex: 1; background: var(--pm-surface); border: 1px solid var(--pm-line-2); color: #fff; border-radius: 10px; padding: 10px 14px; font: inherit; }
.pm-results { list-style: none; padding: 0; }
.pm-results li { padding: 16px 0; border-bottom: 1px solid var(--pm-line); }
.pm-results a { font-weight: 700; font-size: 1.1rem; }
.pm-pagination { display: flex; gap: 6px; justify-content: center; margin: 2em 0; }
.pm-pagination .page-numbers { padding: 8px 14px; border-radius: 8px; border: 1px solid var(--pm-line-2); color: #fff; }
.pm-pagination .current { background: var(--pm-yellow); color: #000; border-color: var(--pm-yellow); }

/* CTA banner ------------------------------------------------------------ */
.pm-cta-banner { background: var(--pm-yellow); color: #000; padding: clamp(28px, 4vw, 48px) 0; }
.pm-cta-banner__inner { display: grid; gap: 20px; align-items: center; }
@media (min-width: 800px) { .pm-cta-banner__inner { grid-template-columns: 1fr auto; } }
.pm-cta-banner__title { margin: 0 0 6px; font-size: clamp(1.5rem, 2.6vw, 2.1rem); color: #000; }
.pm-cta-banner p { margin: 0; max-width: 60ch; color: #000; }
.pm-cta-banner__actions { display: flex; flex-direction: column; align-items: flex-start; gap: 6px; }
.pm-cta-banner__note { font-size: 12px; font-weight: 600; color: rgba(0, 0, 0, .65); }
.pm-cta-banner .pm-btn--dark { background: #000; color: #fff; box-shadow: none; }
.pm-cta-banner .pm-btn--dark:hover { background: #222; }

/* Footer ---------------------------------------------------------------- */
.pm-footer { background: radial-gradient(800px 260px at 50% 0%, rgba(245, 255, 50, .07), transparent 70%), #070707; border-top: 1px solid var(--pm-line); padding: clamp(36px, 5vw, 64px) 0 calc(24px + 64px); color: var(--pm-muted); font-size: 15px; }
.pm-footer__top { display: grid; gap: 32px; }
@media (min-width: 760px) { .pm-footer__top { grid-template-columns: 1.4fr 1fr 1fr 1.2fr; } }
.pm-footer__logo img { height: 28px; }
.pm-footer__tagline { margin: 14px 0; max-width: 34ch; }
.pm-footer__social { display: flex; gap: 10px; }
.pm-footer__social a { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 10px; background: var(--pm-surface); border: 1px solid var(--pm-line-2); color: #fff; }
.pm-footer__social a:hover { background: var(--pm-yellow); color: #000; border-color: var(--pm-yellow); }
.pm-footer__social .pm-icon { width: 18px; height: 18px; }
.pm-footer__heading { font-size: 13px; text-transform: uppercase; letter-spacing: .1em; color: #fff; margin: 0 0 14px; }
.pm-footer__list { list-style: none; padding: 0; margin: 0; }
.pm-footer__list li { margin-bottom: 8px; }
.pm-footer__list a { color: var(--pm-muted); }
.pm-footer__list a:hover { color: var(--pm-yellow); }
.pm-footer__apps .pm-btn + .pm-btn { margin-top: 10px; }
.pm-footer__bottom { border-top: 1px solid var(--pm-line); margin-top: 36px; padding-top: 24px; }
.pm-footer__badges { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 18px; margin-bottom: 16px; }
.pm-badge-18 { display: inline-grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; border: 2px solid var(--pm-red); color: var(--pm-red); font-weight: 800; font-size: 13px; }
.pm-footer__badge { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 600; color: #fff; }
.pm-footer__badge .pm-icon { width: 16px; height: 16px; color: var(--pm-yellow); }
.pm-footer__disclaimer { font-size: 13px; max-width: 90ch; color: var(--pm-muted-2); }
.pm-footer__copy { font-size: 13px; margin: 0; }

/* Sticky mobile CTA ----------------------------------------------------- */
.pm-sticky-cta { position: fixed; left: 0; right: 0; bottom: 0; z-index: 90; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 10px var(--pm-gutter); background: rgba(10, 10, 10, .97); border-top: 1px solid var(--pm-line-2); transform: translateY(110%); transition: transform .25s; }
.pm-sticky-cta.is-visible { transform: none; }
.pm-sticky-cta__text { font-size: 13px; font-weight: 700; color: var(--pm-yellow); }
@media (min-width: 1024px) { .pm-sticky-cta { display: none; } .pm-footer { padding-bottom: 24px; } }

/* Icons ----------------------------------------------------------------- */
.pm-icon { width: 18px; height: 18px; display: inline-block; vertical-align: -3px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; flex: none; }

/* Block editor alignment helpers --------------------------------------- */
.has-text-align-center { text-align: center; }
.wp-block-columns { display: grid; gap: 16px; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); margin: 1.5em 0; }
.wp-block-buttons { display: flex; flex-wrap: wrap; gap: 12px; }
.wp-block-button__link { display: inline-block; background: var(--pm-yellow); color: #000; padding: 12px 22px; border-radius: 10px; font-weight: 700; text-decoration: none; }
.wp-block-separator { border: 0; border-top: 1px solid var(--pm-line); margin: 2.5rem auto; }
.pm-muted { color: var(--pm-muted); }
.pm-small { font-size: 14px; }
.pm-mt-0 { margin-top: 0 !important; }

/* Stats strip (front page) ------------------------------------------- */
.pm-stats { border-bottom: 1px solid var(--pm-line); background: linear-gradient(180deg, #121212, #0d0d0d); }
.pm-stats__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
@media (min-width: 760px) { .pm-stats__grid { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
.pm-stat { display: flex; align-items: center; gap: 14px; padding: 18px 16px; border-right: 1px solid var(--pm-line); }
.pm-stat:last-child { border-right: 0; }
@media (max-width: 759px) { .pm-stat:nth-child(2) { border-right: 0; } .pm-stat:nth-child(-n+2) { border-bottom: 1px solid var(--pm-line); } }
.pm-stat .pm-icon { width: 26px; height: 26px; color: var(--pm-yellow); }
.pm-stat strong { display: block; font-family: var(--pm-font-display); font-size: 1.5rem; font-weight: 700; line-height: 1.1; }
.pm-stat span { font-size: 13px; color: var(--pm-muted); }

/* Section intro paragraphs read better with a soft max width even in the wide layout. */
.pm-hero__lead { max-width: 70ch; }

/* Tighter default spacing between blocks in wide layout. */
.pm-article__body > .wp-block-heading + p { margin-top: 0; }

/* ==========================================================================
   Interactive components
   ========================================================================== */

/* On-this-page jump bar ------------------------------------------------- */
.pm-jump { position: sticky; top: var(--pm-header-h); z-index: 60; margin: 0 0 1.6em; background: rgba(10, 10, 10, .96); border: 1px solid var(--pm-line); border-radius: 999px; padding: 6px; display: flex; align-items: center; gap: 6px; }
.pm-jump__label { flex: none; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--pm-muted-2); padding: 0 8px 0 12px; }
.pm-jump__list { display: flex; gap: 4px; overflow-x: auto; scrollbar-width: none; list-style: none; margin: 0; padding: 0; }
.pm-jump__list::-webkit-scrollbar { display: none; }
.pm-jump__list li { margin: 0; flex: none; }
.pm-jump__list a { display: block; padding: 8px 14px; border-radius: 999px; color: var(--pm-muted); font-size: 13px; font-weight: 600; white-space: nowrap; transition: .15s; }
.pm-jump__list a:hover { color: #fff; background: var(--pm-surface-2); text-decoration: none; }
.pm-jump__list a.is-active { background: var(--pm-yellow); color: #000; }
@media (max-width: 719px) { .pm-jump { border-radius: 14px; } .pm-jump__label { display: none; } }

/* Scroll reveal --------------------------------------------------------- */
.pm-reveal { opacity: 0; transform: translateY(14px); transition: opacity .5s ease, transform .5s ease; will-change: opacity, transform; }
.pm-reveal.is-in { will-change: auto; }
.pm-reveal.is-in { opacity: 1; transform: none; }
.pm-jump.pm-reveal { transform: none; }

/* Quick links + stats --------------------------------------------------- */
.pm-quick { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 0 0 1.8em; }
@media (min-width: 600px) { .pm-quick { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (min-width: 1000px) { .pm-quick { grid-template-columns: repeat(6, minmax(0, 1fr)); } }
.pm-quick__item { display: flex; flex-direction: column; gap: 4px; padding: 18px 16px; background: linear-gradient(160deg, var(--pm-surface), var(--pm-bg-2)); border: 1px solid var(--pm-line); border-radius: var(--pm-radius-lg); color: #fff; transition: .2s; position: relative; overflow: hidden; }
.pm-quick__item::after { content: ""; position: absolute; inset: auto -30px -30px auto; width: 90px; height: 90px; border-radius: 50%; background: radial-gradient(circle, rgba(245, 255, 50, .25), transparent 70%); opacity: 0; transition: .25s; }
.pm-quick__item:hover { text-decoration: none; border-color: rgba(245, 255, 50, .6); transform: translateY(-3px); }
.pm-quick__item:hover::after { opacity: 1; }
.pm-quick__item .pm-icon { width: 26px; height: 26px; color: var(--pm-yellow); margin-bottom: 6px; }
.pm-quick__item strong { font-size: 15px; }
.pm-quick__item span { font-size: 12px; color: var(--pm-muted); }

/* Odds board ------------------------------------------------------------ */
.pm-odds { background: linear-gradient(180deg, #141414, #0f0f0f); border: 1px solid var(--pm-line-2); border-radius: var(--pm-radius-lg); overflow: hidden; margin: 1.6em 0; }
.pm-odds__head { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px; padding: 16px 18px; border-bottom: 1px solid var(--pm-line); }
.pm-odds__title { margin: 0; font-size: 1.1rem; display: flex; align-items: center; gap: 10px; }
.pm-live-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--pm-red); box-shadow: 0 0 0 0 rgba(239, 68, 68, .6); animation: pm-pulse 1.6s infinite; }
@keyframes pm-pulse { 0% { box-shadow: 0 0 0 0 rgba(239, 68, 68, .6); } 70% { box-shadow: 0 0 0 10px rgba(239, 68, 68, 0); } 100% { box-shadow: 0 0 0 0 rgba(239, 68, 68, 0); } }
.pm-odds__tabs { display: flex; gap: 4px; overflow-x: auto; scrollbar-width: none; }
.pm-odds__tab, .pm-calc__tab, .pm-tabs__tab { border: 1px solid var(--pm-line-2); background: transparent; color: var(--pm-muted); font: inherit; font-size: 13px; font-weight: 700; padding: 8px 14px; border-radius: 999px; cursor: pointer; white-space: nowrap; transition: .15s; display: inline-flex; align-items: center; gap: 6px; }
.pm-odds__tab:hover, .pm-calc__tab:hover, .pm-tabs__tab:hover { color: #fff; border-color: #555; }
.pm-odds__tab.is-active, .pm-calc__tab.is-active, .pm-tabs__tab.is-active { background: var(--pm-yellow); color: #000; border-color: var(--pm-yellow); }
.pm-odds__list { display: flex; flex-direction: column; }
.pm-odds__row { display: grid; grid-template-columns: 1fr auto; gap: 8px 16px; align-items: center; padding: 12px 18px; border-bottom: 1px solid var(--pm-line); transition: background .15s; }
.pm-odds__row:hover { background: rgba(255, 255, 255, .025); }
.pm-odds__row:last-child { border-bottom: 0; }
@media (min-width: 720px) { .pm-odds__row { grid-template-columns: 190px 1fr auto; } }
.pm-odds__meta { display: flex; flex-direction: column; font-size: 12px; color: var(--pm-muted-2); grid-column: 1 / -1; }
@media (min-width: 720px) { .pm-odds__meta { grid-column: auto; } }
.pm-odds__league { color: var(--pm-yellow); font-weight: 700; text-transform: uppercase; letter-spacing: .04em; font-size: 11px; }
.pm-odds__teams { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; font-weight: 600; font-size: 15px; }
.pm-odds__vs { font-size: 11px; color: var(--pm-muted-2); font-weight: 700; text-transform: uppercase; }
.pm-odds__prices { display: flex; gap: 8px; }
.pm-odd { display: flex; flex-direction: column; align-items: center; min-width: 68px; padding: 6px 10px; border-radius: 10px; background: var(--pm-surface-2); border: 1px solid var(--pm-line-2); color: #fff; text-decoration: none !important; transition: .15s; }
.pm-odd small { font-size: 10px; color: var(--pm-muted-2); font-weight: 700; }
.pm-odd b { font-family: var(--pm-font-display); font-size: 16px; font-weight: 700; }
.pm-odd:hover { background: var(--pm-yellow); color: #000; border-color: var(--pm-yellow); }
.pm-odd:hover small { color: #333; }
.pm-odd.is-up { animation: pm-odd-up .9s; } .pm-odd.is-down { animation: pm-odd-down .9s; }
@keyframes pm-odd-up { 0% { background: rgba(34, 197, 94, .45); border-color: var(--pm-green); } 100% { background: var(--pm-surface-2); } }
@keyframes pm-odd-down { 0% { background: rgba(239, 68, 68, .45); border-color: var(--pm-red); } 100% { background: var(--pm-surface-2); } }
.pm-odds__foot { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 10px; padding: 14px 18px; background: var(--pm-bg-2); border-top: 1px solid var(--pm-line); }
.pm-odds__note { font-size: 12px; color: var(--pm-muted-2); }
.pm-odds.is-empty .pm-odds__list::after { content: "No events in this category right now."; display: block; padding: 24px; text-align: center; color: var(--pm-muted-2); }

/* Bonus calculator ------------------------------------------------------ */
.pm-calc { background: radial-gradient(600px 300px at 100% 0%, rgba(245, 255, 50, .12), transparent 60%), linear-gradient(180deg, #151515, #0f0f0f); border: 1px solid var(--pm-line-2); border-radius: var(--pm-radius-lg); padding: clamp(18px, 3vw, 32px); margin: 1.6em 0; }
.pm-calc__head { margin-bottom: 16px; }
.pm-calc__title { margin: 0 0 4px; font-size: 1.3rem; }
.pm-calc__sub { margin: 0; color: var(--pm-muted); font-size: 15px; }
.pm-calc__tabs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 20px; }
.pm-calc__tab b { color: inherit; }
.pm-calc__label { display: flex; justify-content: space-between; align-items: baseline; font-weight: 700; margin-bottom: 8px; }
.pm-calc__dep { font-family: var(--pm-font-display); font-size: 1.5rem; font-weight: 700; color: var(--pm-yellow); }
.pm-calc__range { --pm-fill: 7%; width: 100%; appearance: none; -webkit-appearance: none; height: 10px; border-radius: 999px; background: linear-gradient(90deg, var(--pm-yellow) var(--pm-fill), var(--pm-line-2) var(--pm-fill)); outline: none; margin: 6px 0 4px; cursor: pointer; }
.pm-calc__range::-webkit-slider-thumb { -webkit-appearance: none; width: 26px; height: 26px; border-radius: 50%; background: #fff; border: 4px solid var(--pm-yellow); box-shadow: 0 4px 14px rgba(0, 0, 0, .5); cursor: grab; }
.pm-calc__range::-moz-range-thumb { width: 18px; height: 18px; border-radius: 50%; background: #fff; border: 4px solid var(--pm-yellow); cursor: grab; }
.pm-calc__marks { display: flex; justify-content: space-between; font-size: 11px; color: var(--pm-muted-2); margin-bottom: 18px; }
.pm-calc__results { display: grid; gap: 10px; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); }
.pm-calc__stat { background: var(--pm-bg-2); border: 1px solid var(--pm-line); border-radius: 12px; padding: 14px 16px; }
.pm-calc__stat span { display: block; font-size: 12px; color: var(--pm-muted-2); font-weight: 600; text-transform: uppercase; letter-spacing: .05em; margin-bottom: 4px; }
.pm-calc__stat strong { font-family: var(--pm-font-display); font-size: 1.6rem; font-weight: 700; }
.pm-calc__stat--hi { background: var(--pm-yellow); border-color: var(--pm-yellow); color: #000; }
.pm-calc__stat--hi span { color: rgba(0, 0, 0, .65); }
.pm-calc__note { margin: 14px 0 0; font-size: 14px; color: var(--pm-muted); min-height: 1.4em; }
.pm-calc__cta { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: 18px; }
.pm-calc__fine { font-size: 12px; color: var(--pm-muted-2); }

/* Tabs ------------------------------------------------------------------ */
.pm-tabs { margin: 1.5em 0; }
.pm-tabs__nav { display: flex; gap: 6px; overflow-x: auto; scrollbar-width: none; padding-bottom: 4px; margin-bottom: 14px; }
.pm-tabs__nav::-webkit-scrollbar { display: none; }
.pm-tabs__tab .pm-icon { width: 16px; height: 16px; }
.pm-tabs__panel { background: linear-gradient(180deg, #171717, #111); border: 1px solid var(--pm-line); border-radius: var(--pm-radius-lg); padding: clamp(16px, 2.5vw, 26px); animation: pm-fade .3s; }
.pm-tabs__panel > :first-child { margin-top: 0; }
.pm-tabs__panel > :last-child { margin-bottom: 0; }
.pm-tabs__panel h3 { margin-top: 0; }
@keyframes pm-fade { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }

/* Stepper --------------------------------------------------------------- */
.pm-stepper { display: grid; gap: 16px; background: linear-gradient(180deg, #171717, #111); border: 1px solid var(--pm-line); border-radius: var(--pm-radius-lg); padding: 16px; }
@media (min-width: 900px) { .pm-stepper { grid-template-columns: minmax(0, 300px) minmax(0, 1fr); padding: 20px; } }
.pm-stepper__nav { display: flex; flex-direction: column; gap: 4px; }
@media (max-width: 899px) { .pm-stepper__nav { flex-direction: row; overflow-x: auto; scrollbar-width: none; padding-bottom: 4px; } .pm-stepper__nav::-webkit-scrollbar { display: none; } }
.pm-stepper__item { display: flex; align-items: center; gap: 12px; text-align: left; background: transparent; border: 1px solid transparent; border-radius: 12px; padding: 10px 12px; color: var(--pm-muted); font: inherit; font-weight: 600; cursor: pointer; transition: .15s; white-space: nowrap; }
@media (min-width: 900px) { .pm-stepper__item { white-space: normal; } }
.pm-stepper__item:hover { color: #fff; background: var(--pm-surface-2); }
.pm-stepper__item.is-active { background: var(--pm-surface-2); border-color: var(--pm-line-2); color: #fff; }
.pm-stepper__num { flex: none; display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; border: 2px solid var(--pm-line-2); font-size: 14px; font-weight: 800; transition: .15s; }
.pm-stepper__item.is-active .pm-stepper__num { background: var(--pm-yellow); border-color: var(--pm-yellow); color: #000; }
.pm-stepper__item.is-done .pm-stepper__num { border-color: var(--pm-green); color: var(--pm-green); }
.pm-stepper__stage { display: grid; gap: 16px; align-content: start; }
.pm-stepper__stage.is-swap .pm-stepper__media, .pm-stepper__stage.is-swap .pm-stepper__text { animation: pm-fade .35s; }
.pm-stepper__media img { width: 100%; border-radius: 12px; border: 1px solid var(--pm-line-2); aspect-ratio: 16 / 9; object-fit: cover; }
.pm-stepper__eyebrow { display: inline-block; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--pm-yellow); margin-bottom: 6px; }
.pm-stepper__text h4 { margin: 0 0 6px; font-size: 1.3rem; }
.pm-stepper__text p { margin: 0; color: var(--pm-muted); }
.pm-stepper__ctrls { display: flex; align-items: center; justify-content: space-between; gap: 10px; border-top: 1px solid var(--pm-line); padding-top: 14px; }
.pm-stepper__ctrls .pm-btn:disabled { opacity: .35; cursor: default; transform: none; }
.pm-stepper__progress { font-size: 13px; font-weight: 700; color: var(--pm-muted-2); }
/* Timeline (steps without images) */
.pm-steps--timeline, .pm-steps--list { display: block; }
.pm-steps--timeline .pm-step, .pm-steps--list .pm-step { margin-bottom: 10px; }

/* Payment methods ------------------------------------------------------- */
.pm-pay { display: grid; gap: 12px; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 1.5em 0; }
@media (min-width: 720px) { .pm-pay { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
.pm-pay__item { display: flex; align-items: center; gap: 14px; background: linear-gradient(180deg, #191919, #121212); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04); border: 1px solid var(--pm-line); border-radius: 14px; padding: 14px; transition: .2s; }
.pm-pay__item:hover { border-color: rgba(245, 255, 50, .6); transform: translateY(-2px); }
.pm-pay__logo { flex: none; display: grid; place-items: center; width: 48px; height: 48px; border-radius: 12px; background: var(--pm-surface-2); border: 1px solid var(--pm-line-2); color: var(--pm-yellow); transition: .2s; }
.pm-pay__logo .pm-icon { width: 24px; height: 24px; }
.pm-pay__item:hover .pm-pay__logo { background: var(--pm-yellow); border-color: var(--pm-yellow); color: #000; }
.pm-pay__body { display: flex; flex-direction: column; min-width: 0; }
.pm-pay__body strong { font-size: 15px; }
.pm-pay__body span { font-size: 12px; color: var(--pm-muted); }
.pm-pay__body em { font-style: normal; font-size: 12px; color: var(--pm-yellow); font-weight: 700; }

/* Back to top ----------------------------------------------------------- */
.pm-totop { position: fixed; right: 18px; bottom: 18px; z-index: 95; width: 46px; height: 46px; border-radius: 50%; border: 1px solid var(--pm-line-2); background: var(--pm-surface); color: #fff; cursor: pointer; display: grid; place-items: center; opacity: 0; visibility: hidden; transform: translateY(10px); transition: .25s; }
.pm-totop.is-visible { opacity: 1; visibility: visible; transform: none; }
.pm-totop:hover { background: var(--pm-yellow); color: #000; border-color: var(--pm-yellow); }
@media (max-width: 1023px) { .pm-totop { bottom: 76px; } }

/* Full-bleed band helper ------------------------------------------------- */
.pm-band { position: relative; padding: clamp(24px, 3vw, 40px) 0; margin: 2em 0; }
.pm-band::before { content: ""; position: absolute; inset: 0 calc(50% - 50vw); background: var(--pm-bg-2); border-block: 1px solid var(--pm-line); z-index: -1; }

/* Side-by-side numbered cards ------------------------------------------ */
.pm-cols { display: grid; gap: 16px; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); margin: 1.5em 0; }
.pm-cols__item { background: linear-gradient(180deg, #191919, #121212); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04); border: 1px solid var(--pm-line); border-radius: var(--pm-radius-lg); padding: 22px 24px; }
.pm-cols__item h3 { margin: 0 0 6px; }
.pm-cols__item > p { color: var(--pm-muted); font-size: 15px; margin-bottom: 14px; }
.pm-cols__item ol { list-style: none; padding: 0; margin: 0; counter-reset: pm-col; }
.pm-cols__item li { position: relative; padding-left: 40px; margin-bottom: 10px; font-size: 15px; }
.pm-cols__item li::before { counter-increment: pm-col; content: counter(pm-col); position: absolute; left: 0; top: 0; width: 28px; height: 28px; border-radius: 50%; background: var(--pm-yellow); color: #000; font-weight: 800; font-size: 13px; display: grid; place-items: center; }

/* Long check-lists directly in the article flow use two columns on wide screens. */
@media (min-width: 900px) { .pm-article__body > ul.is-style-pm-checks, .pm-article__body > ul.wp-block-list:not([class*="is-style"]) { columns: 2; column-gap: 40px; } .pm-article__body > ul.is-style-pm-checks > li, .pm-article__body > ul.wp-block-list > li { break-inside: avoid; } }

/* ==========================================================================
   Blog
   ========================================================================== */
.pm-blog__cats { margin-top: 18px; }
.pm-blog__cats a.is-active { background: var(--pm-yellow); color: #000; border-color: var(--pm-yellow); }
.pm-blog__cats small { opacity: .6; font-weight: 600; margin-left: 2px; }
.pm-blog__grid { display: grid; gap: 18px; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); margin: 0 0 2em; }
@media (min-width: 1100px) { .pm-blog__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }

.pm-post { display: flex; flex-direction: column; background: linear-gradient(180deg, #191919, #121212); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04); border: 1px solid var(--pm-line); border-radius: var(--pm-radius-lg); overflow: hidden; transition: border-color .2s, transform .2s, box-shadow .2s; }
.pm-post:hover { border-color: rgba(245, 255, 50, .55); transform: translateY(-3px); box-shadow: 0 16px 40px rgba(0, 0, 0, .45); }
.pm-post__media { position: relative; display: block; overflow: hidden; aspect-ratio: 16 / 9; }
.pm-post__media img { width: 100%; height: 100%; object-fit: cover; border-radius: 0 !important; transition: transform .5s; }
.pm-post:hover .pm-post__media img { transform: scale(1.04); }
.pm-post__cat { position: absolute; top: 12px; right: 12px; background: var(--pm-yellow); color: #000; font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; padding: 5px 9px; border-radius: 6px; }
.pm-post__cat--static { position: static; display: inline-block; margin-bottom: 12px; }
.pm-post__cat--static:hover { text-decoration: none; background: #fff; }
.pm-post__body { padding: 18px 18px 20px; display: flex; flex-direction: column; flex: 1; }
.pm-post__meta { display: flex; flex-wrap: wrap; gap: 8px; font-size: 13px; color: var(--pm-muted-2); margin-bottom: 8px; }
.pm-post__meta--hero { margin: 16px 0 0; gap: 18px; font-size: 14px; color: var(--pm-muted); }
.pm-post__meta--hero span { display: inline-flex; align-items: center; gap: 6px; }
.pm-post__meta--hero .pm-icon { color: var(--pm-yellow); width: 16px; height: 16px; }
.pm-post__title { font-size: 1.2rem; margin: 0 0 8px; line-height: 1.25; padding-left: 0; }
.pm-post__title::before { display: none; }
.pm-post__title a { color: #fff; }
.pm-post__title a:hover { color: var(--pm-yellow); text-decoration: none; }
.pm-post__excerpt { color: var(--pm-muted); font-size: 15px; margin: 0 0 14px; }
.pm-post__more { margin-top: auto; font-weight: 700; font-size: 14px; }

/* Featured (latest) post */
.pm-post--featured { margin-bottom: 18px; }
@media (min-width: 900px) {
	.pm-post--featured { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr); }
	.pm-post--featured .pm-post__media { aspect-ratio: 16 / 9; min-height: 0; }
	.pm-post--featured .pm-post__body { padding: 34px 36px; justify-content: center; }
	.pm-post--featured .pm-post__title { font-size: clamp(1.5rem, 2.4vw, 2.1rem); }
	.pm-post--featured .pm-post__excerpt { font-size: 16px; }
}

/* Single post hero */
.pm-hero--post__inner { display: grid; gap: clamp(24px, 4vw, 56px); align-items: center; }
@media (min-width: 900px) { .pm-hero--post__inner { grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); } }
.pm-hero--post__inner > * { min-width: 0; }
.pm-hero--post__media img { width: 100%; border-radius: var(--pm-radius-lg); border: 1px solid var(--pm-line-2); box-shadow: var(--pm-shadow); aspect-ratio: 16 / 9; object-fit: cover; }
.pm-article__body--post { max-width: none; }
.pm-article__body--post > p, .pm-article__body--post > ul, .pm-article__body--post > ol { font-size: 17.5px; }
.pm-post__tags { margin: 2.5em 0 1em; }
.pm-post__tags a { font-size: 13px; padding: 6px 12px; }

/* Prev / next */
.pm-postnav { display: grid; gap: 12px; grid-template-columns: 1fr 1fr; margin: 2em 0 0; padding-top: 1.5em; border-top: 1px solid var(--pm-line); }
.pm-postnav__link { display: flex; flex-direction: column; gap: 4px; padding: 16px 18px; border: 1px solid var(--pm-line); border-radius: var(--pm-radius); color: #fff; background: var(--pm-surface); transition: .2s; }
.pm-postnav__link:hover { border-color: rgba(245, 255, 50, .6); text-decoration: none; }
.pm-postnav__link small { color: var(--pm-yellow); font-weight: 700; font-size: 12px; text-transform: uppercase; letter-spacing: .06em; }
.pm-postnav__link strong { font-size: 15px; }
.pm-postnav__link--next { text-align: right; align-items: flex-end; }
@media (max-width: 599px) { .pm-postnav { grid-template-columns: 1fr; } }

/* Related */
.pm-related { padding: clamp(28px, 4vw, 48px) 0; border-top: 1px solid var(--pm-line); background: var(--pm-bg-2); }
.pm-related__title { margin: 0 0 20px; }
.pm-related .pm-blog__grid { margin-bottom: 0; }
