/* PowerPlay1.ca — bespoke stylesheet. Mobile-lab / device-check character. */
/* Deliberately not a re-skin of the main site: card-grid composition, phone-mockup hero, no split-panel layout. */

:root {
  --c-primary: #bb0420;
  --c-primary-dark: #8f0318;
  --c-live: #00a80b;
  --c-accent: #4c9bf5;
  --c-neutral: #d3d6dc;
  --c-bg: #0d0f14;
  --c-bg-alt: #14171f;
  --c-surface: #1b1f28;
  --c-surface-2: #232833;
  --c-border: rgba(211, 214, 220, 0.14);
  --c-text: #eceef2;
  --c-text-dim: #97a0b0;
  --c-white: #ffffff;
  --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --radius-s: 8px;
  --radius-m: 14px;
  --radius-l: 22px;
  --header-h: 64px;
}

*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  background: var(--c-bg);
  color: var(--c-text);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--c-accent); text-decoration: none; }
a:hover { text-decoration: underline; }
ul { margin: 0; padding: 0; list-style: none; }
button { font-family: inherit; cursor: pointer; }

.visually-hidden {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.skip-link {
  position: absolute; left: 8px; top: -60px; background: var(--c-primary);
  color: #fff; padding: 10px 16px; border-radius: var(--radius-s); z-index: 200;
  transition: top .15s ease;
}
.skip-link:focus { top: 8px; }

.shell { max-width: 1080px; margin: 0 auto; padding: 0 20px; }

/* ===== Header: slim bar, in-page nav pills ===== */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(13, 15, 20, 0.94);
  backdrop-filter: saturate(140%) blur(8px);
  border-bottom: 1px solid var(--c-border);
}
.header-row { height: var(--header-h); display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.brand { display: flex; align-items: center; gap: 9px; min-width: 0; }
.brand img { height: 26px; width: auto; }
.header-actions { display: flex; align-items: center; gap: 8px; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  border-radius: 999px; font-weight: 700; font-size: .86rem;
  padding: 9px 16px; border: 1px solid transparent; cursor: pointer;
  transition: transform .12s ease, background .15s ease;
}
.btn:hover { text-decoration: none; }
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--c-primary); color: #fff; }
.btn-primary:hover { background: var(--c-primary-dark); }
.btn-ghost { background: transparent; color: var(--c-neutral); border-color: var(--c-border); }
.btn-ghost:hover { color: var(--c-white); border-color: var(--c-neutral); }

.pill-nav { display: flex; gap: 4px; padding: 8px 0; overflow-x: auto; border-top: 1px solid var(--c-border); }
.pill-nav a {
  flex: none; color: var(--c-text-dim); font-weight: 700; font-size: .8rem;
  padding: 7px 13px; border-radius: 999px; white-space: nowrap;
}
.pill-nav a:hover, .pill-nav a:focus-visible { color: #fff; background: var(--c-surface-2); text-decoration: none; }

.burger {
  display: none; width: 38px; height: 38px; border: 1px solid var(--c-border);
  border-radius: var(--radius-s); background: var(--c-surface); position: relative;
}
.burger span, .burger::before, .burger::after {
  content: ""; position: absolute; left: 9px; right: 9px; height: 2px; background: var(--c-white);
  transition: transform .2s ease, opacity .2s ease;
}
.burger::before { top: 12px; }
.burger span { top: 18px; }
.burger::after { top: 24px; }
.burger[aria-expanded="true"]::before { transform: translateY(6px) rotate(45deg); }
.burger[aria-expanded="true"]::after { transform: translateY(-6px) rotate(-45deg); }
.burger[aria-expanded="true"] span { opacity: 0; }

/* ===== Hero: phone mockup, not a photo split ===== */
.hero { padding: 44px 0 34px; border-bottom: 1px solid var(--c-border); background: radial-gradient(ellipse at top right, rgba(187,4,32,.14), transparent 55%), var(--c-bg); }
.hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 40px; align-items: center; }
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 6px;
  background: var(--c-surface); border: 1px solid var(--c-border); color: var(--c-live);
  font-weight: 800; font-size: .72rem; letter-spacing: .08em; text-transform: uppercase;
  padding: 5px 10px; border-radius: 999px; margin-bottom: 16px;
}
.hero-eyebrow .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--c-live); box-shadow: 0 0 0 3px rgba(0,168,11,.25); }
.hero h1 { font-size: clamp(1.6rem, 3.4vw, 2.3rem); font-weight: 900; color: #fff; margin: 0 0 12px; letter-spacing: -.01em; }
.hero-sub { color: var(--c-neutral); max-width: 46ch; margin: 0 0 22px; font-size: 1rem; }
.hero-ctas { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 24px; }
.hero-note { color: var(--c-text-dim); font-size: .82rem; }

/* CSS-built phone mockup */
.phone-mock { justify-self: center; width: 220px; }
.phone-body {
  width: 220px; height: 440px; border-radius: 32px; background: var(--c-surface);
  border: 6px solid #2b3038; box-shadow: var(--shadow, 0 20px 50px rgba(0,0,0,.5));
  padding: 16px 14px; display: flex; flex-direction: column; gap: 10px; position: relative;
}
.phone-notch { position: absolute; top: 6px; left: 50%; transform: translateX(-50%); width: 60px; height: 6px; border-radius: 4px; background: #000; }
.phone-row { display: flex; align-items: center; justify-content: space-between; }
.phone-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--c-live); }
.meter { height: 14px; border-radius: 7px; background: var(--c-surface-2); overflow: hidden; }
.meter > span { display: block; height: 100%; border-radius: 7px; }
.meter.m1 > span { width: 82%; background: var(--c-live); }
.meter.m2 > span { width: 64%; background: var(--c-live); }
.meter.m3 > span { width: 40%; background: var(--c-primary); }
.phone-label { font-size: .68rem; color: var(--c-text-dim); font-weight: 700; text-transform: uppercase; letter-spacing: .05em; margin-bottom: 3px; }
.phone-card { background: var(--c-surface-2); border-radius: 10px; padding: 10px; margin-top: auto; }
.phone-card strong { color: #fff; font-size: .82rem; }
.phone-card span { display: block; color: var(--c-text-dim); font-size: .72rem; margin-top: 2px; }

/* ===== Stat strip ===== */
.stat-strip { padding: 30px 0; border-bottom: 1px solid var(--c-border); background: var(--c-bg-alt); }
.stat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.stat-card { background: var(--c-surface); border: 1px solid var(--c-border); border-radius: var(--radius-m); padding: 16px; text-align: center; }
.stat-card .num { font-size: 1.5rem; font-weight: 900; color: #fff; }
.stat-card .lbl { font-size: .74rem; color: var(--c-text-dim); margin-top: 4px; }

/* ===== Content sections ===== */
.section { padding: 48px 0; }
.section-alt { background: var(--c-bg-alt); border-top: 1px solid var(--c-border); border-bottom: 1px solid var(--c-border); }
.section h2 { font-size: 1.5rem; font-weight: 900; color: #fff; margin: 0 0 8px; letter-spacing: -.01em; }
.section-lede { color: var(--c-text-dim); max-width: 62ch; margin: 0 0 26px; font-size: .96rem; }
.section p { color: var(--c-neutral); margin: 0 0 16px; max-width: 72ch; }
.section a { color: var(--c-accent); font-weight: 600; }
.section strong { color: #fff; }

.step-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 22px; }
.step-card { background: var(--c-surface); border: 1px solid var(--c-border); border-radius: var(--radius-m); padding: 18px; }
.step-card .step-n { display: inline-flex; align-items: center; justify-content: center; width: 26px; height: 26px; border-radius: 50%; background: var(--c-primary); color: #fff; font-weight: 800; font-size: .82rem; margin-bottom: 10px; }
.step-card h3 { margin: 0 0 6px; font-size: .96rem; color: #fff; }
.step-card p { margin: 0; font-size: .88rem; color: var(--c-text-dim); }

.check-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 22px; }
.check-item { display: flex; gap: 10px; align-items: flex-start; background: var(--c-surface); border: 1px solid var(--c-border); border-radius: var(--radius-s); padding: 12px 14px; }
.check-item .ico { color: var(--c-live); font-weight: 900; flex: none; }

.table-scroll { overflow-x: auto; margin: 22px 0; border: 1px solid var(--c-border); border-radius: var(--radius-m); }
table { width: 100%; border-collapse: collapse; table-layout: fixed; min-width: 480px; }
th, td { border-bottom: 1px solid var(--c-border); padding: 11px 13px; text-align: left; font-size: .88rem; color: var(--c-neutral); overflow-wrap: anywhere; }
th { color: #fff; font-weight: 800; background: var(--c-surface-2); }
tr:last-child td { border-bottom: 0; }

.fact-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 22px; }
.fact-card { border: 1px solid var(--c-border); border-radius: var(--radius-m); padding: 14px; background: var(--c-surface); }
.fact-card .k { font-size: .7rem; text-transform: uppercase; letter-spacing: .06em; color: var(--c-text-dim); font-weight: 800; margin-bottom: 5px; }
.fact-card .v { color: #fff; font-weight: 700; font-size: .92rem; }

/* ===== FAQ ===== */
.faq-list { margin-top: 22px; }
.faq-item { border-top: 1px solid var(--c-border); padding: 16px 0; }
.faq-item:last-child { border-bottom: 1px solid var(--c-border); }
.faq-item h3 { margin: 0 0 8px; font-size: .98rem; color: #fff; }
.faq-item p { margin: 0; color: var(--c-neutral); font-size: .92rem; max-width: 70ch; }

/* ===== Footer ===== */
.site-footer { background: #08090c; border-top: 1px solid var(--c-border); padding: 36px 0 24px; }
.footer-top { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 24px; margin-bottom: 22px; }
.footer-brand .brand { margin-bottom: 10px; }
.footer-brand p { color: var(--c-text-dim); font-size: .84rem; max-width: 42ch; }
.footer-col .footer-heading { font-size: .7rem; text-transform: uppercase; letter-spacing: .08em; color: var(--c-text-dim); margin: 0 0 12px; font-weight: 800; }
.footer-col ul li { margin-bottom: 8px; }
.footer-col a { color: var(--c-neutral); font-size: .86rem; }
.footer-col a:hover { color: #fff; }
.footer-legal {
  border-top: 1px solid var(--c-border); padding-top: 16px; color: var(--c-text-dim); font-size: .76rem;
  display: flex; flex-direction: column; gap: 6px;
}
.rg-line strong { color: var(--c-neutral); }

/* ===== Responsive ===== */
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; }
  .phone-mock { justify-self: start; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .stat-grid { grid-template-columns: repeat(2, 1fr); }
  .fact-row { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 760px) {
  .pill-nav { display: none; }
  .header-actions .btn-ghost { display: none; }
  .burger { display: block; }
  .step-grid, .check-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .footer-top { grid-template-columns: 1fr; gap: 18px; }
}
@media (max-width: 480px) {
  .stat-grid { grid-template-columns: 1fr 1fr; }
}
