/**
 * OddJobs - premium island brand (public marketing)
 * Dark cinematic shell. Fewer words. Serious trust.
 */
:root {
  --oj-mkt-bg: #070b14;
  --oj-mkt-bg-elev: #0c1220;
  --oj-mkt-surface: #121a2b;
  --oj-mkt-surface-2: #172033;
  --oj-mkt-ink: #f1f5f9;
  --oj-mkt-muted: #94a3b8;
  --oj-mkt-faint: #64748b;
  --oj-mkt-line: rgba(148, 163, 184, 0.14);
  --oj-mkt-gold: #fbbf24;
  --oj-mkt-sky: #38bdf8;
  --oj-mkt-radius: 1.25rem;
  --oj-mkt-shadow: 0 0 0 1px rgba(148, 163, 184, 0.08), 0 24px 48px -28px rgba(0, 0, 0, 0.65);
}

/* ═══ Base ═══ */
body.oj-mkt-body,
body.oj-mkt-premium {
  background:
    radial-gradient(1100px 560px at 48% -10%, rgba(56, 189, 248, 0.11) 0%, transparent 58%),
    radial-gradient(900px 480px at 100% 18%, rgba(251, 191, 36, 0.07) 0%, transparent 52%),
    radial-gradient(700px 420px at 0% 70%, rgba(99, 102, 241, 0.05) 0%, transparent 55%),
    var(--oj-mkt-bg) !important;
  color: var(--oj-mkt-ink);
  -webkit-font-smoothing: antialiased;
  /* Prefer dark scrollbar so gutter/track never reads as a bright vertical bar on the nav */
  color-scheme: dark;
}

/* Force page-builder light sections into the dark brand */
body.oj-mkt-premium section.bg-white,
body.oj-mkt-premium section.bg-slate-50,
body.oj-mkt-premium section.py-12,
body.oj-mkt-premium section.py-14,
body.oj-mkt-premium section.py-16,
body.oj-mkt-premium .bg-white.border-t {
  background: var(--oj-mkt-bg-elev) !important;
  border-color: var(--oj-mkt-line) !important;
  color: var(--oj-mkt-ink);
}
body.oj-mkt-premium section.border-t,
body.oj-mkt-premium section.border-slate-100,
body.oj-mkt-premium section.border-slate-200 {
  border-color: var(--oj-mkt-line) !important;
}
body.oj-mkt-premium .text-slate-900,
body.oj-mkt-premium h1,
body.oj-mkt-premium h2,
body.oj-mkt-premium h3,
body.oj-mkt-premium h4 {
  color: #f8fafc !important;
}
body.oj-mkt-premium .text-slate-600,
body.oj-mkt-premium .text-slate-500,
body.oj-mkt-premium .text-slate-400,
body.oj-mkt-premium .text-slate-700 {
  color: var(--oj-mkt-muted) !important;
}
body.oj-mkt-premium .oj-public-feature-card,
body.oj-mkt-premium .oj-public-who-card {
  background: var(--oj-mkt-surface) !important;
  border-color: var(--oj-mkt-line) !important;
  box-shadow: 0 0 0 1px rgba(148, 163, 184, 0.06) !important;
  color: var(--oj-mkt-ink);
}
body.oj-mkt-premium .oj-public-feature-card h3,
body.oj-mkt-premium .oj-public-who-card h3 {
  color: #f8fafc !important;
}
body.oj-mkt-premium .oj-public-feature-card .bg-slate-50,
body.oj-mkt-premium .oj-public-who-card .bg-sky-100,
body.oj-mkt-premium .oj-public-who-card span.w-11 {
  background: rgba(56, 189, 248, 0.12) !important;
  border-color: rgba(56, 189, 248, 0.2) !important;
  color: var(--oj-mkt-sky) !important;
}
body.oj-mkt-premium .oj-public-step-num {
  background: linear-gradient(145deg, rgba(56, 189, 248, 0.2), rgba(15, 23, 42, 0.9)) !important;
  color: #e0f2fe !important;
  border: 1px solid rgba(56, 189, 248, 0.25);
}
body.oj-mkt-premium .oj-legal-body,
body.oj-mkt-premium .oj-legal-body h2,
body.oj-mkt-premium .oj-legal-body h3,
body.oj-mkt-premium .oj-legal-body strong,
body.oj-mkt-premium .oj-guide-body,
body.oj-mkt-premium .oj-guide-body h2,
body.oj-mkt-premium .oj-guide-body h3 {
  color: #e2e8f0 !important;
}
body.oj-mkt-premium .oj-legal-body,
body.oj-mkt-premium .oj-guide-body {
  color: var(--oj-mkt-muted) !important;
}

/* Nested PB white panels → dark glass (plans, compare, lists) */
body.oj-mkt-premium main .bg-white,
body.oj-mkt-premium main .bg-slate-50,
body.oj-mkt-premium .oj-mkt-main .bg-white,
body.oj-mkt-premium .rounded-3xl.bg-white,
body.oj-mkt-premium .rounded-2xl.bg-white {
  background: var(--oj-mkt-surface) !important;
  border-color: var(--oj-mkt-line) !important;
  color: var(--oj-mkt-ink);
  box-shadow: none !important;
}

/* Old white teaser cards → dissolve into dark board (do NOT strip .oj-live-card borders) */
body.oj-mkt-premium #teaser-jobs article.rounded-2xl.border.bg-white,
body.oj-mkt-premium #teaser-jobs article.bg-white,
body.oj-mkt-premium article.rounded-2xl.border.bg-white {
  background: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
  color: var(--oj-mkt-ink);
}
/* Live activity tiles — obvious border on dark rail */
body.oj-mkt-premium #teaser-jobs article.oj-live-card,
body.oj-mkt-premium #teaser-jobs .oj-live-card {
  background-color: #0c121e !important;
  border: 1.5px solid rgba(186, 198, 214, 0.55) !important;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.06) inset,
    0 14px 32px -20px rgba(0, 0, 0, 0.75) !important;
  color: #e2e8f0 !important;
}
body.oj-mkt-premium article.rounded-2xl h3 {
  color: #f8fafc !important;
}

/* Who-joins CTAs readable on dark */
body.oj-mkt-premium .oj-public-who-card a.bg-sky-600 {
  background: #0284c7 !important;
}
body.oj-mkt-premium .oj-public-who-cta {
  background: linear-gradient(135deg, #1e293b, #0f172a) !important;
  border: 1px solid rgba(148, 163, 184, 0.2);
}

/* Emerald compare ticks stay visible */
body.oj-mkt-premium .text-emerald-600 {
  color: #34d399 !important;
}

/* ═══ Nav ═══ */
html:has(body.oj-mkt-premium) {
  /* Stop scrollbar appear/disappear from shifting the sticky bar on navigation */
  scrollbar-gutter: stable;
}
.oj-mkt-nav {
  /* Solid-enough fill so we do not need heavy backdrop-filter (Chrome sticky+blur flashes). */
  background: rgba(7, 11, 20, 0.97);
  /* Light blur only when supported and preferred; never a separate full-row composite thrash */
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--oj-mkt-line);
  box-shadow: 0 12px 40px -24px rgba(0, 0, 0, 0.8);
  /* Own stacking context above page grain (z-index:0); never blend with it */
  position: sticky;
  top: 0;
  z-index: 50;
  isolation: isolate;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.oj-mkt-nav-row {
  max-width: 72rem;
  margin: 0 auto;
  padding: 0.7rem 1.1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  /* Do not set overflow here — it would clip the Explore dropdown panel */
}
.oj-mkt-nav-links {
  display: none;
  flex: 1;
  justify-content: center;
  align-items: center;
  gap: 0.2rem;
  min-width: 0;
}
@media (min-width: 1024px) {
  .oj-mkt-nav-links { display: flex; }
}
.oj-mkt-nav-links a,
.oj-public-nav-link {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #cbd5e1 !important;
  padding: 0.45rem 0.7rem;
  border-radius: 999px;
  text-decoration: none !important;
  background: transparent;
  box-shadow: none;
  outline: none;
  /* Only paint background/color — avoid “transition: all” flash from Tailwind .transition */
  transition: background 0.12s ease, color 0.12s ease;
  white-space: nowrap;
  -webkit-tap-highlight-color: transparent;
}
/* Giveback: word on top, hand-holding-heart under it */
.oj-mkt-nav-links a.oj-nav-giveback {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.12rem;
  padding: 0.3rem 0.65rem 0.35rem;
  line-height: 1.05;
  white-space: nowrap;
}
.oj-mkt-nav-links a.oj-nav-giveback .oj-nav-giveback-text {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}
.oj-mkt-nav-links a.oj-nav-giveback .oj-nav-giveback-ico {
  font-size: 0.95rem;
  color: #fb7185 !important; /* rose-400 */
  line-height: 1;
}
.oj-mkt-nav-links a.oj-nav-giveback:hover .oj-nav-giveback-ico,
.oj-mkt-nav-links a.oj-nav-giveback:focus .oj-nav-giveback-ico,
.oj-mkt-nav-links a.oj-nav-giveback.oj-public-nav-active .oj-nav-giveback-ico {
  color: #f43f5e !important; /* rose-500 */
}
#mobileMenu.oj-mkt-mobile a.oj-mm-giveback {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}
#mobileMenu.oj-mkt-mobile a.oj-mm-giveback i {
  color: #fb7185;
  width: 1.1rem;
  text-align: center;
}
.oj-mkt-footer a.oj-footer-giveback {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}
.oj-mkt-footer a.oj-footer-giveback i {
  color: #fb7185;
  font-size: 0.95em;
}
.oj-mkt-nav-links a:hover,
.oj-mkt-nav-links a:focus,
.oj-mkt-nav-links a:focus-visible,
.oj-mkt-nav-links a:active,
.oj-public-nav-link:hover,
.oj-public-nav-link:focus,
.oj-public-nav-link:focus-visible,
.oj-public-nav-link:active {
  background: rgba(148, 163, 184, 0.1) !important;
  color: #fff !important;
  text-decoration: none !important;
  outline: none;
}
.oj-public-nav-active,
.oj-mkt-nav-links a.oj-public-nav-active,
body.oj-mkt-premium .oj-mkt-nav .oj-public-nav-active,
body.oj-mkt-premium .oj-mkt-nav .oj-public-nav-active:hover,
body.oj-mkt-premium .oj-mkt-nav .oj-public-nav-active:focus,
body.oj-mkt-premium .oj-mkt-nav .oj-public-nav-active:active {
  font-size: 0.8125rem;
  font-weight: 700;
  color: #0b1220 !important;
  background: linear-gradient(135deg, #fde68a, #fbbf24) !important;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  white-space: nowrap;
  text-decoration: none !important;
  box-shadow: none !important;
  outline: none;
}

.oj-mkt-explore { position: relative; }
.oj-mkt-explore-btn {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #cbd5e1;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  border: 0;
  background: transparent;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-family: inherit;
  transition: background 0.15s ease, color 0.15s ease;
}
.oj-mkt-explore-btn:hover,
.oj-mkt-explore-btn:focus,
.oj-mkt-explore-btn:focus-visible,
.oj-mkt-explore-btn:active,
.oj-mkt-explore:hover .oj-mkt-explore-btn,
.oj-mkt-explore.is-open .oj-mkt-explore-btn {
  background: rgba(148, 163, 184, 0.1);
  color: #fff;
  outline: none;
}
.oj-mkt-explore-btn.oj-public-nav-active,
.oj-mkt-explore-btn.oj-public-nav-active:hover,
.oj-mkt-explore-btn.oj-public-nav-active:focus,
.oj-mkt-explore-btn.oj-public-nav-active:active {
  color: #0b1220 !important;
  background: linear-gradient(135deg, #fde68a, #fbbf24) !important;
}
.oj-mkt-explore-btn i {
  font-size: 0.65rem;
  opacity: 0.75;
  transition: transform 0.15s ease;
}
.oj-mkt-explore:hover .oj-mkt-explore-btn i,
.oj-mkt-explore.is-open .oj-mkt-explore-btn i { transform: rotate(180deg); }
.oj-mkt-explore-panel {
  display: none;
  position: absolute;
  /* Slight overlap with the trigger so button → panel never leaves .oj-mkt-explore hit area */
  top: calc(100% - 0.2rem);
  left: 50%;
  transform: translateX(-50%);
  min-width: 16.5rem;
  padding: 0.5rem;
  margin-top: 0;
  background: #0f172a;
  border: 1px solid var(--oj-mkt-line);
  border-radius: 1rem;
  box-shadow: var(--oj-mkt-shadow);
  z-index: 70;
}
/* Single source of truth: JS .is-open only.
   CSS :hover/:focus-within used to keep the panel open after mouse-off when the button retained focus. */
.oj-mkt-explore.is-open .oj-mkt-explore-panel { display: block; }
.oj-mkt-explore-panel a {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  padding: 0.7rem 0.8rem;
  border-radius: 0.8rem;
  text-decoration: none;
  color: #f1f5f9;
  font-weight: 600;
  font-size: 0.875rem;
}
.oj-mkt-explore-panel a:hover,
.oj-mkt-explore-panel a:focus,
.oj-mkt-explore-panel a:active {
  background: rgba(148, 163, 184, 0.1);
  color: #f1f5f9;
  text-decoration: none;
  outline: none;
}
.oj-mkt-explore-panel a span {
  display: block;
  font-size: 0.72rem;
  font-weight: 500;
  color: var(--oj-mkt-faint);
  margin-top: 0.15rem;
}
.oj-mkt-explore-panel i {
  width: 1.25rem;
  text-align: center;
  margin-top: 0.15rem;
  color: var(--oj-mkt-sky);
}

.oj-mkt-nav-cta {
  display: none;
  align-items: center;
  gap: 0.4rem;
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .oj-mkt-nav-cta { display: flex; }
}
/* ═══ Nav CTAs - dark brand hierarchy ═══
   Customers = soft glass link
   Join free = gold primary (matches hero)
   Login    = quiet outline
   Beats site_brand accent light-theme pills via !important
*/
body.oj-mkt-premium .oj-public-customers,
.oj-mkt-nav-cta .oj-public-customers,
#mobileMenu .oj-public-customers {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  font-size: 0.8125rem !important;
  font-weight: 700 !important;
  color: #7dd3fc !important;
  padding: 0.45rem 0.85rem !important;
  border-radius: 999px !important;
  text-decoration: none !important;
  background: rgba(56, 189, 248, 0.08) !important;
  border: 1px solid rgba(56, 189, 248, 0.28) !important;
  box-shadow: none !important;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
body.oj-mkt-premium .oj-public-customers:hover,
.oj-mkt-nav-cta .oj-public-customers:hover,
#mobileMenu .oj-public-customers:hover {
  color: #e0f2fe !important;
  background: rgba(56, 189, 248, 0.16) !important;
  border-color: rgba(56, 189, 248, 0.45) !important;
  box-shadow: none !important;
}
body.oj-mkt-premium .oj-public-customers.oj-public-nav-active,
.oj-public-customers.oj-public-nav-active {
  color: #0b1220 !important;
  background: linear-gradient(135deg, #7dd3fc, #38bdf8) !important;
  border-color: transparent !important;
}

body.oj-mkt-premium .oj-public-join,
.oj-public-join,
#mobileMenu .oj-public-join {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #fde68a 0%, #fbbf24 55%, #f59e0b 100%) !important;
  color: #0b1220 !important;
  border: 0 !important;
  font-weight: 800 !important;
  border-radius: 999px !important;
  box-shadow: 0 10px 28px -12px rgba(251, 191, 36, 0.55) !important;
  transition: filter 0.15s ease, transform 0.15s ease;
}
body.oj-mkt-premium .oj-public-join:hover,
body.oj-mkt-premium .oj-public-join:focus,
body.oj-mkt-premium .oj-public-join:active,
.oj-public-join:hover,
.oj-public-join:focus,
.oj-public-join:active,
#mobileMenu .oj-public-join:hover,
#mobileMenu .oj-public-join:focus,
#mobileMenu .oj-public-join:active {
  filter: brightness(1.05);
  background: linear-gradient(135deg, #fef3c7, #fbbf24) !important;
  color: #0b1220 !important;
  text-decoration: none !important;
  outline: none;
}

body.oj-mkt-premium .oj-public-login,
.oj-public-login,
#mobileMenu .oj-public-login {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  background: transparent !important;
  color: #e2e8f0 !important;
  border: 1px solid rgba(148, 163, 184, 0.32) !important;
  border-radius: 999px !important;
  font-weight: 700 !important;
  box-shadow: none !important;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
body.oj-mkt-premium .oj-public-login:hover,
body.oj-mkt-premium .oj-public-login:focus,
body.oj-mkt-premium .oj-public-login:active,
.oj-public-login:hover,
.oj-public-login:focus,
.oj-public-login:active,
#mobileMenu .oj-public-login:hover,
#mobileMenu .oj-public-login:focus,
#mobileMenu .oj-public-login:active {
  background: rgba(148, 163, 184, 0.1) !important;
  border-color: rgba(226, 232, 240, 0.4) !important;
  color: #fff !important;
  text-decoration: none !important;
  outline: none;
}

/* ═══ Mobile menu — premium sheet (Explore-style doors + sticky CTAs) ═══ */
.oj-mm-burger {
  color: #e2e8f0 !important;
  min-width: 2.75rem;
  min-height: 2.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  border-radius: 0.75rem;
  font-size: 1.25rem;
  cursor: pointer;
  padding: 0.5rem;
}
.oj-mm-burger:hover,
.oj-mm-burger:focus-visible {
  background: rgba(255, 255, 255, 0.08);
  outline: none;
}
.oj-mm-burger[aria-expanded="true"] {
  background: rgba(251, 191, 36, 0.12);
  color: #fbbf24 !important;
}

#mobileMenu.oj-mkt-mobile {
  border-top: 1px solid var(--oj-mkt-line);
  padding: 0;
  background:
    linear-gradient(180deg, #0d1524 0%, #0a101c 100%);
  max-height: min(calc(100dvh - 3.25rem), calc(100vh - 3.25rem));
  overflow: hidden;
  box-shadow: 0 24px 48px -20px rgba(0, 0, 0, 0.75);
}
#mobileMenu.oj-mkt-mobile .oj-mkt-mobile-inner {
  display: flex;
  flex-direction: column;
  max-height: inherit;
  min-height: 0;
}
/* Scrollable body; CTAs stay pinned at bottom of the panel */
#mobileMenu.oj-mkt-mobile .oj-mkt-mobile-scroll {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  padding: 0.5rem 0.75rem 0.35rem;
}
#mobileMenu.oj-mkt-mobile .oj-mm-section {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  margin-bottom: 0.35rem;
}
#mobileMenu.oj-mkt-mobile .oj-mm-section--foot {
  margin-top: 0.35rem;
  padding-top: 0.35rem;
  border-top: 1px solid rgba(148, 163, 184, 0.1);
}
#mobileMenu.oj-mkt-mobile a.oj-mm-link {
  display: flex !important;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  padding: 0.55rem 0.65rem !important;
  min-height: 2.5rem;
  font-size: 0.92rem !important;
  font-weight: 600 !important;
  color: #e2e8f0 !important;
  text-decoration: none !important;
  border-radius: 0.7rem;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}
#mobileMenu.oj-mkt-mobile a.oj-mm-link:hover,
#mobileMenu.oj-mkt-mobile a.oj-mm-link:active {
  background: rgba(148, 163, 184, 0.1) !important;
  color: #fff !important;
}
#mobileMenu.oj-mkt-mobile a.oj-mm-link.is-active {
  color: #fde68a !important;
  background: rgba(251, 191, 36, 0.1) !important;
  font-weight: 800 !important;
}
#mobileMenu.oj-mkt-mobile .oj-mm-kicker {
  margin: 0.45rem 0 0.35rem;
  padding: 0 0.35rem;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #64748b;
}
/* Door rows — same language as desktop Explore panel */
#mobileMenu.oj-mkt-mobile .oj-mm-doors {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
#mobileMenu.oj-mkt-mobile a.oj-mm-door {
  display: flex !important;
  align-items: center;
  gap: 0.7rem;
  width: 100%;
  box-sizing: border-box;
  padding: 0.55rem 0.65rem !important;
  min-height: 3rem;
  text-decoration: none !important;
  border-radius: 0.85rem;
  background: rgba(15, 22, 36, 0.9) !important;
  border: 1px solid rgba(148, 163, 184, 0.12) !important;
  box-shadow: none !important;
  color: #f1f5f9 !important;
  transition: border-color 0.12s ease, background 0.12s ease;
}
#mobileMenu.oj-mkt-mobile a.oj-mm-door:hover,
#mobileMenu.oj-mkt-mobile a.oj-mm-door:active {
  background: rgba(30, 41, 59, 0.95) !important;
  border-color: rgba(56, 189, 248, 0.28) !important;
}
#mobileMenu.oj-mkt-mobile a.oj-mm-door.is-active {
  border-color: rgba(251, 191, 36, 0.45) !important;
  background: linear-gradient(135deg, rgba(251, 191, 36, 0.12), rgba(15, 22, 36, 0.95)) !important;
}
#mobileMenu.oj-mkt-mobile .oj-mm-door-ico {
  flex-shrink: 0;
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 0.65rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(56, 189, 248, 0.1);
  border: 1px solid rgba(56, 189, 248, 0.18);
  color: #7dd3fc;
  font-size: 0.9rem;
}
#mobileMenu.oj-mkt-mobile a.oj-mm-door.is-active .oj-mm-door-ico {
  background: rgba(251, 191, 36, 0.14);
  border-color: rgba(251, 191, 36, 0.3);
  color: #fbbf24;
}
#mobileMenu.oj-mkt-mobile .oj-mm-door-copy {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.08rem;
}
#mobileMenu.oj-mkt-mobile .oj-mm-door-title {
  font-size: 0.92rem;
  font-weight: 700;
  color: #f8fafc;
  line-height: 1.2;
}
#mobileMenu.oj-mkt-mobile .oj-mm-door-sub {
  font-size: 0.72rem;
  font-weight: 500;
  color: #94a3b8;
  line-height: 1.25;
}
#mobileMenu.oj-mkt-mobile .oj-mm-door-chev {
  flex-shrink: 0;
  font-size: 0.65rem;
  color: #64748b;
}
#mobileMenu.oj-mkt-mobile a.oj-mm-door:hover .oj-mm-door-chev,
#mobileMenu.oj-mkt-mobile a.oj-mm-door.is-active .oj-mm-door-chev {
  color: #cbd5e1;
}

/* Sticky CTA bar — always visible */
#mobileMenu.oj-mkt-mobile .oj-mkt-mobile-cta {
  flex: 0 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 0.5rem;
  padding: 0.65rem 0.75rem max(0.75rem, env(safe-area-inset-bottom, 0px));
  border-top: 1px solid rgba(148, 163, 184, 0.14);
  background: rgba(7, 11, 20, 0.96);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
#mobileMenu.oj-mkt-mobile .oj-mkt-mobile-cta .oj-public-join,
#mobileMenu.oj-mkt-mobile .oj-mkt-mobile-cta .oj-public-login {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
  min-height: 2.65rem;
  padding: 0.55rem 0.75rem !important;
  font-size: 0.88rem !important;
  font-weight: 800 !important;
  text-align: center;
  border-radius: 999px !important;
  text-decoration: none !important;
}
@media (max-height: 620px) {
  #mobileMenu.oj-mkt-mobile a.oj-mm-door {
    min-height: 2.65rem;
    padding: 0.42rem 0.55rem !important;
    gap: 0.55rem;
  }
  #mobileMenu.oj-mkt-mobile .oj-mm-door-ico {
    width: 1.9rem;
    height: 1.9rem;
    font-size: 0.8rem;
  }
  #mobileMenu.oj-mkt-mobile .oj-mm-door-sub {
    display: none; /* short phones: title only */
  }
  #mobileMenu.oj-mkt-mobile a.oj-mm-link {
    min-height: 2.25rem;
    padding: 0.4rem 0.55rem !important;
    font-size: 0.88rem !important;
  }
}
/* Legacy id for any old CSS hooks */
#hamburger.oj-mm-burger,
#hamburger {
  color: #e2e8f0 !important;
}

/* Brand wordmark on dark — do NOT target every .font-bold in the nav
   (that fought the gold active pill and Join free text on hover/click). */
body.oj-mkt-premium .oj-public-nav-brand,
body.oj-mkt-premium .oj-mkt-nav .oj-site-brand,
body.oj-mkt-premium .oj-mkt-nav a.oj-site-brand,
body.oj-mkt-premium .oj-mkt-nav a.oj-site-brand span,
body.oj-mkt-premium .oj-mkt-nav .oj-public-region-label {
  color: #f8fafc !important;
  text-decoration: none !important;
}
body.oj-mkt-premium .oj-mkt-nav a.oj-site-brand:hover,
body.oj-mkt-premium .oj-mkt-nav a.oj-site-brand:focus,
body.oj-mkt-premium .oj-mkt-nav a.oj-site-brand:active {
  color: #f8fafc !important;
  text-decoration: none !important;
  background: transparent !important;
}
/* Main-site logo sizing - brand asset as configured (no forced swap) */
body.oj-mkt-premium .oj-site-logo,
body.oj-mkt-premium .oj-mkt-nav a[href="/index.php"] > img:first-child,
body.oj-mkt-premium .oj-mkt-nav a[href="/"] > img:first-child {
  object-fit: contain;
  width: auto;
  max-height: 3.5rem;
}
body.oj-mkt-premium .oj-mkt-nav .text-slate-500,
body.oj-mkt-premium .oj-mkt-nav .text-slate-600 {
  color: #94a3b8 !important;
}

/* ═══ Hero (cinematic) ═══ */
.oj-public-hero {
  position: relative;
  overflow: hidden;
  padding-top: 3.25rem !important;
  padding-bottom: 3.5rem !important;
  min-height: min(52vh, 28rem);
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .oj-public-hero {
    padding-top: 4.25rem !important;
    padding-bottom: 4.5rem !important;
    min-height: min(58vh, 34rem);
  }
}
.oj-public-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 60% at 50% 100%, rgba(56, 189, 248, 0.12), transparent 60%),
    radial-gradient(ellipse 40% 50% at 90% 10%, rgba(251, 191, 36, 0.08), transparent 55%);
  pointer-events: none;
}
.oj-public-hero > div { position: relative; z-index: 1; }
.oj-public-hero-kicker {
  letter-spacing: 0.16em !important;
  font-size: 0.68rem !important;
  font-weight: 800 !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  background: rgba(255, 255, 255, 0.06) !important;
}
.oj-public-hero-title {
  margin-top: 1.15rem;
  letter-spacing: -0.035em !important;
  line-height: 1.05 !important;
  font-weight: 800 !important;
}
.oj-public-hero-title-line { display: block; }
.oj-public-hero-hi {
  background: linear-gradient(105deg, #fde68a 0%, #38bdf8 55%, #a5f3fc 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
}
.oj-public-hero-sub {
  font-size: 1.05rem !important;
  line-height: 1.55 !important;
  max-width: 34rem !important;
  color: rgba(226, 232, 240, 0.88) !important;
}
@media (min-width: 768px) {
  .oj-public-hero-sub { font-size: 1.2rem !important; }
}
.oj-public-hero-btn-primary {
  background: linear-gradient(135deg, #fde68a 0%, #fbbf24 55%, #f59e0b 100%) !important;
  color: #0b1220 !important;
  border-radius: 999px !important;
  box-shadow: 0 14px 36px -14px rgba(251, 191, 36, 0.5);
}
.oj-public-hero-btn-secondary {
  background: transparent !important;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.28) !important;
  border-radius: 999px !important;
}
.oj-public-hero .mt-6.flex.flex-wrap span {
  font-size: 0.62rem !important;
  letter-spacing: 0.08em !important;
  border-color: rgba(255, 255, 255, 0.12) !important;
  background: rgba(255, 255, 255, 0.05) !important;
}

/* ═══ Trust strip ═══ */
.oj-mkt-trust {
  background: rgba(12, 18, 32, 0.95);
  border-bottom: 1px solid var(--oj-mkt-line);
  border-top: 1px solid var(--oj-mkt-line);
}
.oj-mkt-trust-inner {
  max-width: 72rem;
  margin: 0 auto;
  padding: 0.95rem 1.25rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.55rem 1.35rem;
  font-size: 0.78rem;
  font-weight: 600;
  color: #94a3b8;
}
.oj-mkt-trust-inner strong {
  color: #f8fafc;
  font-weight: 800;
}
.oj-mkt-trust-dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #475569;
  display: none;
}
@media (min-width: 640px) {
  .oj-mkt-trust-dot { display: inline-block; }
}

/* ═══ Doors - public dark suite ═══ */
body.oj-mkt-premium .oj-doors--public {
  margin-top: 0;
  padding: 2.5rem 1rem 3rem;
  background:
    linear-gradient(180deg, #0c1220 0%, #070b14 100%);
  border-bottom: 1px solid var(--oj-mkt-line);
}
body.oj-mkt-premium .oj-doors-kicker {
  background: rgba(255, 255, 255, 0.04);
  border-color: var(--oj-mkt-line);
  color: #94a3b8;
}
body.oj-mkt-premium .oj-doors-title { color: #f8fafc; }
body.oj-mkt-premium .oj-doors-sub { color: #94a3b8; }
body.oj-mkt-premium .oj-door {
  background: linear-gradient(165deg, #151d2e 0%, #0f1624 100%);
  border-color: var(--oj-mkt-line);
  color: #e2e8f0;
  box-shadow: var(--oj-mkt-shadow);
}
body.oj-mkt-premium .oj-door:hover {
  border-color: color-mix(in srgb, var(--door-accent, #38bdf8) 40%, transparent);
}
body.oj-mkt-premium .oj-door-name { color: #f8fafc; }
body.oj-mkt-premium .oj-door-blurb { color: #94a3b8; }
body.oj-mkt-premium .oj-door-icon {
  background: color-mix(in srgb, var(--door-accent) 16%, #0f172a);
}
body.oj-mkt-premium .oj-door-badge {
  background: rgba(255, 255, 255, 0.06);
  color: #94a3b8;
}
body.oj-mkt-premium .oj-door-pill {
  background: rgba(255, 255, 255, 0.04) !important;
  border-color: var(--oj-mkt-line) !important;
  color: #94a3b8 !important;
}
body.oj-mkt-premium .oj-door-cta { color: #e0f2fe; }
body.oj-mkt-premium .oj-doors-foot {
  color: #64748b;
  margin-top: 1.5rem;
  text-align: center;
  font-size: 0.85rem;
}
body.oj-mkt-premium .oj-doors-foot strong { color: #cbd5e1; }

/* Pro faces section if present */
body.oj-mkt-premium #oj-pro-faces,
body.oj-mkt-premium .oj-public-pro-faces {
  background: #070b14 !important;
  color: #e2e8f0;
}

/* ═══ Pro join ═══ */
.oj-public-pro-join {
  background: linear-gradient(180deg, #070b14 0%, #0b1220 50%, #070b14 100%);
}
.oj-public-pro-join-card {
  border-color: rgba(56, 189, 248, 0.18) !important;
  background:
    radial-gradient(600px 280px at 90% 0%, rgba(56, 189, 248, 0.12), transparent 55%),
    linear-gradient(160deg, #151d2e, #0c1220) !important;
}
.oj-public-pro-join-tile {
  background: rgba(7, 11, 20, 0.55);
  border-color: rgba(148, 163, 184, 0.14) !important;
}
.oj-public-pro-join-tile:hover {
  border-color: rgba(56, 189, 248, 0.35) !important;
  background: rgba(15, 23, 42, 0.75);
}

/* ═══ Footer ═══ */
.oj-mkt-footer {
  background: #05080f;
  color: #e2e8f0;
  padding: 3rem 0 2rem;
  border-top: 1px solid var(--oj-mkt-line);
}
.oj-mkt-footer-inner {
  max-width: 72rem;
  margin: 0 auto;
  padding: 0 1.25rem;
}
.oj-mkt-footer-grid {
  display: grid;
  gap: 1.85rem;
  text-align: left;
}
@media (min-width: 768px) {
  .oj-mkt-footer-grid {
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
  }
}
.oj-mkt-footer-brand p {
  margin: 0.7rem 0 0;
  font-size: 0.9rem;
  line-height: 1.55;
  color: #94a3b8;
  max-width: 22rem;
}
.oj-mkt-footer-brand .oj-mkt-legal a.oj-company-link,
.oj-mkt-footer-col a.oj-company-link,
a.oj-company-link {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.oj-mkt-footer-brand .oj-mkt-legal a.oj-company-link:hover,
.oj-mkt-footer-col a.oj-company-link:hover,
a.oj-company-link:hover {
  color: #fff;
  opacity: 0.95;
}
.oj-mkt-footer-brand .oj-mkt-legal {
  margin-top: 0.9rem;
  font-size: 0.75rem;
  color: #64748b;
  line-height: 1.45;
}
.oj-mkt-footer h4 {
  margin: 0 0 0.8rem;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #64748b;
}
.oj-mkt-footer-col {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.oj-mkt-footer-col a {
  color: #cbd5e1;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
}
.oj-mkt-footer-col a:hover { color: #fff; }
.oj-mkt-footer-bottom {
  margin-top: 2.25rem;
  padding-top: 1.35rem;
  border-top: 1px solid rgba(148, 163, 184, 0.1);
  font-size: 0.75rem;
  color: #64748b;
  text-align: center;
  letter-spacing: 0.02em;
}

#oj-doors-public { scroll-margin-top: 5.5rem; }

/* Page-builder dark sections */
.oj-pb-sec {
  background: #0a101c !important;
  color: #e2e8f0;
}
.oj-pb-icon-wrap {
  background: rgba(56, 189, 248, 0.1) !important;
  color: #7dd3fc !important;
}

/* Plan cards - dark native (never white) */
.oj-plan-card {
  background:
    linear-gradient(165deg, rgba(255, 255, 255, 0.03), transparent 45%),
    #0f1624 !important;
  border-color: rgba(148, 163, 184, 0.14) !important;
  color: #e2e8f0;
  box-shadow: none !important;
}
.oj-plan-card--emerald { border-color: rgba(52, 211, 153, 0.28) !important; }
.oj-plan-card--sky { border-color: rgba(56, 189, 248, 0.28) !important; }
.oj-plan-card--violet { border-color: rgba(167, 139, 250, 0.3) !important; }
.oj-plan-card--practice { border-color: rgba(56, 189, 248, 0.35) !important; }
.oj-plan-badge {
  background: rgba(148, 163, 184, 0.12) !important;
  color: #94a3b8 !important;
}
.oj-plan-paypal {
  background: #0f1624 !important;
  border-color: rgba(148, 163, 184, 0.14) !important;
}

/* Soft light tone labels on dark */
body.oj-mkt-premium .text-emerald-700,
body.oj-mkt-premium .text-emerald-800 { color: #6ee7b7 !important; }
body.oj-mkt-premium .text-sky-700,
body.oj-mkt-premium .text-sky-800 { color: #7dd3fc !important; }
body.oj-mkt-premium .text-violet-700,
body.oj-mkt-premium .text-violet-800 { color: #c4b5fd !important; }
body.oj-mkt-premium .text-teal-700,
body.oj-mkt-premium .text-teal-800 { color: #5eead4 !important; }
body.oj-mkt-premium .text-indigo-700,
body.oj-mkt-premium .text-indigo-800 { color: #a5b4fc !important; }
body.oj-mkt-premium .text-slate-800 { color: #e2e8f0 !important; }

/* CTA / hero / join - gold or sky, NEVER pure white */
body.oj-mkt-premium .oj-public-hero-btn-primary,
body.oj-mkt-premium .oj-public-cta-accent .oj-public-cta-btn,
.oj-public-cta-accent .oj-public-cta-btn {
  background: linear-gradient(135deg, #fde68a 0%, #fbbf24 55%, #f59e0b 100%) !important;
  color: #0b1220 !important;
  box-shadow: 0 14px 36px -14px rgba(251, 191, 36, 0.45) !important;
}
body.oj-mkt-premium .oj-public-hero-btn-primary:hover,
body.oj-mkt-premium .oj-public-cta-accent .oj-public-cta-btn:hover {
  filter: brightness(1.05);
  background: linear-gradient(135deg, #fef3c7, #fbbf24) !important;
}

/* Nuclear: no pure-white panels anywhere on marketing */
body.oj-mkt-premium .bg-white,
body.oj-mkt-premium .bg-slate-50,
body.oj-mkt-premium .bg-slate-100,
body.oj-mkt-premium .bg-gray-50,
body.oj-mkt-premium .bg-gray-100 {
  background-color: #0f1624 !important;
  background-image: none !important;
}
body.oj-mkt-premium [class*="from-white"],
body.oj-mkt-premium [class*="to-white"],
body.oj-mkt-premium [class*="from-violet-50"],
body.oj-mkt-premium [class*="to-violet-50"] {
  background-image: none !important;
  background-color: #0f1624 !important;
}
/* Soft white/opacity utilities still look chalky - tone them down */
body.oj-mkt-premium [class*="bg-white/"] {
  background-color: rgba(15, 22, 36, 0.65) !important;
}

/* ── Ambient depth (sexy, nav-safe) ─────────────────────────────────
   Grain + drifting sky/gold aurora sit at z-index:-1 only.
   Never mix-blend over the sticky nav (that caused the vertical flash).
   body { isolation: isolate } keeps these layers under real UI.
   ----------------------------------------------------------------- */
body.oj-mkt-premium {
  --oj-card-accent: #38bdf8;
  --oj-card-ease: cubic-bezier(0.22, 1, 0.36, 1);
  isolation: isolate;
}

/* Film grain — under chrome, soft flicker of texture */
body.oj-mkt-premium::before {
  content: '';
  pointer-events: none;
  position: fixed;
  inset: -8%;
  z-index: -1;
  opacity: 0.055;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 180px 180px;
  animation: oj-mkt-grain-drift 14s steps(8) infinite;
}

/* Drifting aurora — sky + gold + soft violet washes that slowly move.
   z-index:1 + soft-light sits over page content for depth, but BELOW
   .oj-mkt-nav (z-index:50) so the sticky bar never re-blends on navigate. */
body.oj-mkt-premium::after {
  content: '';
  pointer-events: none;
  position: fixed;
  inset: -25% -15%;
  z-index: 1;
  opacity: 0.55;
  mix-blend-mode: soft-light;
  background:
    radial-gradient(ellipse 55% 45% at 18% 28%, rgba(56, 189, 248, 0.55), transparent 58%),
    radial-gradient(ellipse 50% 40% at 82% 72%, rgba(251, 191, 36, 0.42), transparent 56%),
    radial-gradient(ellipse 42% 36% at 62% 18%, rgba(165, 180, 252, 0.38), transparent 52%),
    radial-gradient(ellipse 38% 32% at 40% 88%, rgba(45, 212, 191, 0.28), transparent 50%);
  animation: oj-mkt-ambient-drift 22s ease-in-out infinite alternate;
  will-change: transform, opacity;
}

@keyframes oj-mkt-grain-drift {
  0% { transform: translate3d(0, 0, 0); }
  25% { transform: translate3d(-1.2%, 0.6%, 0); }
  50% { transform: translate3d(0.8%, -0.9%, 0); }
  75% { transform: translate3d(-0.5%, 1.1%, 0); }
  100% { transform: translate3d(0.4%, -0.4%, 0); }
}

@keyframes oj-mkt-ambient-drift {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0.82;
  }
  33% {
    transform: translate3d(2.4%, -1.8%, 0) scale(1.04);
    opacity: 1;
  }
  66% {
    transform: translate3d(-1.8%, 2.2%, 0) scale(1.07);
    opacity: 0.9;
  }
  100% {
    transform: translate3d(1.2%, 1%, 0) scale(1.05);
    opacity: 0.95;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.oj-mkt-premium::before,
  body.oj-mkt-premium::after {
    animation: none !important;
    will-change: auto;
  }
  body.oj-mkt-premium::after {
    opacity: 0.88;
    transform: none;
  }
}

/* Nav always above the soft-light aurora (z-index:1). Content stays under the
   aurora so the wash still “breathes” over the page — only the bar is exempt. */
body.oj-mkt-premium .oj-mkt-nav {
  z-index: 50;
  isolation: isolate;
  /* Solid fill so soft-light cannot composite through the sticky bar */
  background: rgba(7, 11, 20, 0.97) !important;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

/* -----------------------------------------------------------
   Universal cool card hovers (marketing site)
   Lift + cyan glow + light-sweep shine on all card surfaces
   ----------------------------------------------------------- */

/* Shared interactive card surface */
body.oj-mkt-premium .oj-public-feature-card,
body.oj-mkt-premium .oj-public-who-card,
body.oj-mkt-premium .oj-rad-card,
body.oj-mkt-premium .oj-rad-oj-card,
body.oj-mkt-premium .oj-rad-step,
body.oj-mkt-premium .oj-plan-card,
body.oj-mkt-premium .oj-public-pro-join-tile,
body.oj-mkt-premium .oj-public-pro-join-card,
body.oj-mkt-premium .oj-door,
body.oj-mkt-premium .oj-live-card,
body.oj-mkt-premium .oj-rad-panel,
body.oj-mkt-premium main article.rounded-2xl,
body.oj-mkt-premium main article.rounded-3xl,
body.oj-mkt-premium main .rounded-2xl.border,
body.oj-mkt-premium main .rounded-3xl.border,
body.oj-mkt-premium main .rounded-2xl.bg-white,
body.oj-mkt-premium main .rounded-3xl.bg-white,
body.oj-mkt-premium #plans .rounded-2xl,
body.oj-mkt-premium #plans .rounded-3xl,
body.oj-mkt-premium #pro-plans .rounded-2xl,
body.oj-mkt-premium #pro-plans .rounded-3xl,
body.oj-mkt-premium [id="plans"] .rounded-2xl,
body.oj-mkt-premium [id="plans"] .rounded-3xl {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  transition:
    transform 0.32s var(--oj-card-ease),
    box-shadow 0.32s ease,
    border-color 0.22s ease,
    filter 0.22s ease;
  /* No permanent will-change — it created dozens of layers and nav paint flashes on load */
}

/*
 * Card shine — same as tradie job photo hover (.opp-card-shine):
 * full-card diagonal white band, parked off-left, slides across on hover.
 */
body.oj-mkt-premium .oj-public-feature-card::after,
body.oj-mkt-premium .oj-public-who-card::after,
body.oj-mkt-premium .oj-rad-card::after,
body.oj-mkt-premium .oj-rad-oj-card::after,
body.oj-mkt-premium .oj-rad-step::after,
body.oj-mkt-premium .oj-rad-price::after,
body.oj-mkt-premium .oj-plan-card::after,
body.oj-mkt-premium .oj-public-pro-join-tile::after,
body.oj-mkt-premium .oj-public-pro-join-card::after,
body.oj-mkt-premium .oj-rad-panel::after,
body.oj-mkt-premium .oj-rad-door::after,
body.oj-mkt-premium .oj-door::after,
body.oj-mkt-premium .oj-live-card::after,
body.oj-mkt-premium .oj-rad-shine::after,
body.oj-mkt-premium main article.rounded-2xl::after,
body.oj-mkt-premium main article.rounded-3xl::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 4;
  border-radius: inherit;
  background: linear-gradient(
    135deg,
    transparent 40%,
    rgba(255, 255, 255, 0.35) 50%,
    transparent 60%
  );
  background-size: auto;
  background-position: 0 0;
  transform: translateX(-120%);
  transition: transform 0.6s ease;
  opacity: 1;
}

/* Hover: lift + glow + shine */
body.oj-mkt-premium .oj-public-feature-card:hover,
body.oj-mkt-premium .oj-public-who-card:hover,
body.oj-mkt-premium .oj-rad-card:hover,
body.oj-mkt-premium .oj-rad-oj-card:hover,
body.oj-mkt-premium .oj-rad-step:hover,
body.oj-mkt-premium .oj-plan-card:hover,
body.oj-mkt-premium .oj-public-pro-join-tile:hover,
body.oj-mkt-premium .oj-public-pro-join-card:hover,
body.oj-mkt-premium .oj-door:hover,
body.oj-mkt-premium .oj-rad-panel:hover,
body.oj-mkt-premium main article.rounded-2xl:hover,
body.oj-mkt-premium main article.rounded-3xl:hover,
body.oj-mkt-premium main .rounded-2xl.border:hover,
body.oj-mkt-premium main .rounded-3xl.border:hover,
body.oj-mkt-premium main .rounded-2xl.bg-white:hover,
body.oj-mkt-premium main .rounded-3xl.bg-white:hover,
body.oj-mkt-premium #plans .rounded-2xl:hover,
body.oj-mkt-premium #plans .rounded-3xl:hover,
body.oj-mkt-premium #pro-plans .rounded-2xl:hover,
body.oj-mkt-premium #pro-plans .rounded-3xl:hover {
  transform: translateY(-7px) scale(1.015);
  border-color: color-mix(in srgb, var(--oj-card-accent) 45%, transparent) !important;
  box-shadow:
    0 0 0 1px color-mix(in srgb, var(--oj-card-accent) 22%, transparent),
    0 22px 48px -18px rgba(0, 0, 0, 0.65),
    0 0 40px -12px color-mix(in srgb, var(--oj-card-accent) 35%, transparent) !important;
  z-index: 2;
}

body.oj-mkt-premium .oj-public-feature-card:hover::after,
body.oj-mkt-premium .oj-public-who-card:hover::after,
body.oj-mkt-premium .oj-rad-card:hover::after,
body.oj-mkt-premium .oj-rad-oj-card:hover::after,
body.oj-mkt-premium .oj-rad-step:hover::after,
body.oj-mkt-premium .oj-rad-price:hover::after,
body.oj-mkt-premium .oj-plan-card:hover::after,
body.oj-mkt-premium .oj-public-pro-join-tile:hover::after,
body.oj-mkt-premium .oj-public-pro-join-card:hover::after,
body.oj-mkt-premium .oj-rad-panel:hover::after,
body.oj-mkt-premium .oj-rad-door:hover::after,
body.oj-mkt-premium .oj-door:hover::after,
body.oj-mkt-premium .oj-live-card:hover::after,
body.oj-mkt-premium .oj-rad-shine:hover::after,
body.oj-mkt-premium main article.rounded-2xl:hover::after,
body.oj-mkt-premium main article.rounded-3xl:hover::after {
  transform: translateX(120%);
}

/* Door accent inherits --door-accent */
body.oj-mkt-premium .oj-door:hover {
  border-color: color-mix(in srgb, var(--door-accent, #38bdf8) 55%, transparent) !important;
  box-shadow:
    0 0 0 1px color-mix(in srgb, var(--door-accent, #38bdf8) 28%, transparent),
    0 24px 50px -18px color-mix(in srgb, var(--door-accent, #38bdf8) 40%, transparent),
    0 22px 48px -18px rgba(0, 0, 0, 0.55) !important;
}
body.oj-mkt-premium .oj-door:hover .oj-door-icon {
  transform: scale(1.08) rotate(-3deg);
  box-shadow: 0 0 24px -6px color-mix(in srgb, var(--door-accent, #38bdf8) 55%, transparent);
}
body.oj-mkt-premium .oj-door-icon {
  transition: transform 0.28s var(--oj-card-ease), box-shadow 0.28s ease, background 0.2s ease;
}
body.oj-mkt-premium .oj-door:hover .oj-door-cta {
  color: #fff !important;
  letter-spacing: 0.02em;
}
body.oj-mkt-premium .oj-door-cta {
  transition: color 0.2s ease, letter-spacing 0.2s ease;
}

/* Live activity cards — clear border + accent glow on hover */
body.oj-mkt-premium .oj-live-card,
body.oj-mkt-premium #teaser-jobs .oj-live-card {
  border: 1.5px solid rgba(186, 198, 214, 0.55) !important;
  border-color: rgba(186, 198, 214, 0.55) !important;
}
body.oj-mkt-premium .oj-live-card:hover,
body.oj-mkt-premium #teaser-jobs .oj-live-card:hover {
  border-color: color-mix(in srgb, var(--live-accent, #38bdf8) 70%, rgba(186, 198, 214, 0.5)) !important;
  box-shadow:
    0 0 0 1px color-mix(in srgb, var(--live-accent, #38bdf8) 28%, transparent),
    0 26px 52px -20px rgba(0, 0, 0, 0.75),
    0 0 42px -10px color-mix(in srgb, var(--live-accent, #38bdf8) 40%, transparent) !important;
}
/* Live cards use the same translateX sheen (not a scale blob) */
body.oj-mkt-premium .oj-live-card:hover::after {
  transform: translateX(120%);
}
body.oj-mkt-premium .oj-live-card:hover .oj-live-card-cta {
  color: #fff;
}
body.oj-mkt-premium .oj-live-card:hover .oj-live-card-cta i {
  transform: translateX(5px);
}

/* Feature / who / rad icon pop */
body.oj-mkt-premium .oj-rad-card:hover .oj-rad-card-icon,
body.oj-mkt-premium .oj-public-feature-card:hover .oj-pb-icon-wrap,
body.oj-mkt-premium .oj-public-who-card:hover span.w-11,
body.oj-mkt-premium .oj-public-feature-card:hover .bg-slate-50 {
  transform: scale(1.08) translateY(-2px);
  box-shadow: 0 10px 24px -12px rgba(56, 189, 248, 0.55);
}
body.oj-mkt-premium .oj-rad-card-icon,
body.oj-mkt-premium .oj-public-who-card span.w-11,
body.oj-mkt-premium .oj-public-feature-card .bg-slate-50,
body.oj-mkt-premium .oj-pb-icon-wrap {
  transition: transform 0.28s var(--oj-card-ease), box-shadow 0.28s ease, background 0.2s ease;
}

/* Plan colour accents */
body.oj-mkt-premium .oj-plan-card--emerald:hover {
  border-color: rgba(52, 211, 153, 0.55) !important;
  box-shadow:
    0 0 0 1px rgba(52, 211, 153, 0.25),
    0 22px 48px -18px rgba(0, 0, 0, 0.6),
    0 0 40px -12px rgba(52, 211, 153, 0.35) !important;
}
body.oj-mkt-premium .oj-plan-card--sky:hover,
body.oj-mkt-premium .oj-plan-card--practice:hover {
  border-color: rgba(56, 189, 248, 0.55) !important;
}
body.oj-mkt-premium .oj-plan-card--violet:hover {
  border-color: rgba(167, 139, 250, 0.55) !important;
  box-shadow:
    0 0 0 1px rgba(167, 139, 250, 0.28),
    0 22px 48px -18px rgba(0, 0, 0, 0.6),
    0 0 40px -12px rgba(167, 139, 250, 0.35) !important;
}

/* Focus-visible for keyboard (doors / links) */
body.oj-mkt-premium .oj-door:focus-visible,
body.oj-mkt-premium .oj-live-card:focus-visible,
body.oj-mkt-premium a.oj-public-feature-card:focus-visible,
body.oj-mkt-premium a.oj-public-who-card:focus-visible {
  outline: 2px solid #38bdf8;
  outline-offset: 3px;
}

/* Nested content stays above shine */
body.oj-mkt-premium .oj-public-feature-card > *,
body.oj-mkt-premium .oj-public-who-card > *,
body.oj-mkt-premium .oj-rad-card > *,
body.oj-mkt-premium .oj-rad-oj-card > *,
body.oj-mkt-premium .oj-plan-card > *,
body.oj-mkt-premium .oj-public-pro-join-tile > *,
body.oj-mkt-premium .oj-public-pro-join-card > * {
  position: relative;
  z-index: 1;
}

@media (prefers-reduced-motion: reduce) {
  body.oj-mkt-premium .oj-public-feature-card,
  body.oj-mkt-premium .oj-public-who-card,
  body.oj-mkt-premium .oj-rad-card,
  body.oj-mkt-premium .oj-rad-oj-card,
  body.oj-mkt-premium .oj-rad-step,
  body.oj-mkt-premium .oj-plan-card,
  body.oj-mkt-premium .oj-public-pro-join-tile,
  body.oj-mkt-premium .oj-public-pro-join-card,
  body.oj-mkt-premium .oj-door,
  body.oj-mkt-premium .oj-live-card,
  body.oj-mkt-premium .oj-rad-panel,
  body.oj-mkt-premium main article.rounded-2xl,
  body.oj-mkt-premium main article.rounded-3xl {
    transition: border-color 0.15s ease, box-shadow 0.15s ease !important;
  }
  body.oj-mkt-premium .oj-public-feature-card:hover,
  body.oj-mkt-premium .oj-public-who-card:hover,
  body.oj-mkt-premium .oj-rad-card:hover,
  body.oj-mkt-premium .oj-rad-oj-card:hover,
  body.oj-mkt-premium .oj-rad-step:hover,
  body.oj-mkt-premium .oj-plan-card:hover,
  body.oj-mkt-premium .oj-public-pro-join-tile:hover,
  body.oj-mkt-premium .oj-public-pro-join-card:hover,
  body.oj-mkt-premium .oj-door:hover,
  body.oj-mkt-premium .oj-live-card:hover,
  body.oj-mkt-premium .oj-rad-panel:hover,
  body.oj-mkt-premium main article.rounded-2xl:hover,
  body.oj-mkt-premium main article.rounded-3xl:hover {
    transform: none !important;
  }
  body.oj-mkt-premium .oj-public-feature-card::after,
  body.oj-mkt-premium .oj-public-who-card::after,
  body.oj-mkt-premium .oj-rad-card::after,
  body.oj-mkt-premium .oj-rad-oj-card::after,
  body.oj-mkt-premium .oj-plan-card::after {
    display: none !important;
  }
}
