/**
 * 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(1000px 520px at 50% -120px, rgba(56, 189, 248, 0.08) 0%, transparent 55%),
    radial-gradient(800px 400px at 100% 20%, rgba(251, 191, 36, 0.04) 0%, transparent 50%),
    var(--oj-mkt-bg) !important;
  color: var(--oj-mkt-ink);
  -webkit-font-smoothing: antialiased;
}

/* 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 */
body.oj-mkt-premium #teaser-jobs article,
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);
}
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 ═══ */
.oj-mkt-nav {
  background: rgba(7, 11, 20, 0.88);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--oj-mkt-line);
  box-shadow: 0 12px 40px -24px rgba(0, 0, 0, 0.8);
}
.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;
}
.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;
  padding: 0.45rem 0.7rem;
  border-radius: 999px;
  text-decoration: none;
  transition: background 0.12s ease, color 0.12s ease;
  white-space: nowrap;
}
.oj-mkt-nav-links a:hover,
.oj-public-nav-link:hover {
  background: rgba(148, 163, 184, 0.1);
  color: #fff;
}
.oj-public-nav-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;
}

.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:hover .oj-mkt-explore-btn,
.oj-mkt-explore.is-open .oj-mkt-explore-btn {
  background: rgba(148, 163, 184, 0.1);
  color: #fff;
}
.oj-mkt-explore-btn.oj-public-nav-active {
  color: #0b1220 !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;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  min-width: 16.5rem;
  padding: 0.5rem;
  margin-top: 0.35rem;
  background: #0f172a;
  border: 1px solid var(--oj-mkt-line);
  border-radius: 1rem;
  box-shadow: var(--oj-mkt-shadow);
  z-index: 70;
}
/* Invisible hover bridge so pointer can reach the panel */
.oj-mkt-explore-panel::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -0.5rem;
  height: 0.55rem;
}
/* CSS hover for mouse users (JS adds .is-open for click/touch/focus) */
@media (hover: hover) and (pointer: fine) {
  .oj-mkt-explore:hover .oj-mkt-explore-panel,
  .oj-mkt-explore:focus-within .oj-mkt-explore-panel {
    display: block;
  }
}
.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 { background: rgba(148, 163, 184, 0.1); }
.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,
.oj-public-join:hover,
#mobileMenu .oj-public-join:hover {
  filter: brightness(1.05);
  background: linear-gradient(135deg, #fef3c7, #fbbf24) !important;
  color: #0b1220 !important;
}

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,
.oj-public-login:hover,
#mobileMenu .oj-public-login:hover {
  background: rgba(148, 163, 184, 0.1) !important;
  border-color: rgba(226, 232, 240, 0.4) !important;
  color: #fff !important;
}

#mobileMenu.oj-mkt-mobile {
  border-top: 1px solid var(--oj-mkt-line);
  padding: 0.85rem 1.1rem 1.35rem;
  background: #0b1220;
  max-height: min(78vh, 32rem);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
#mobileMenu.oj-mkt-mobile a {
  font-weight: 600;
  font-size: 0.95rem;
  color: #e2e8f0;
  display: block;
  padding: 0.55rem 0.15rem;
  min-height: 2.5rem;
  line-height: 1.35;
}
#mobileMenu.oj-mkt-mobile a:active {
  color: #fff;
}
#hamburger {
  color: #e2e8f0 !important;
  min-width: 2.75rem;
  min-height: 2.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Brand wordmark on dark */
body.oj-mkt-premium .oj-public-nav-brand,
body.oj-mkt-premium nav a[href="/"],
body.oj-mkt-premium .oj-mkt-nav a[href="/"] span,
body.oj-mkt-premium .oj-mkt-nav .text-slate-900,
body.oj-mkt-premium .oj-mkt-nav .text-slate-800,
body.oj-mkt-premium .oj-mkt-nav .font-bold {
  color: #f8fafc !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 {
  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;
}

/* Cinema grain (subtle) */
body.oj-mkt-premium::before {
  content: '';
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  opacity: 0.035;
  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.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  mix-blend-mode: overlay;
}

/* -----------------------------------------------------------
   Universal cool card hovers (marketing site)
   Lift + cyan glow + light-sweep shine on all card surfaces
   ----------------------------------------------------------- */
body.oj-mkt-premium {
  --oj-card-accent: #38bdf8;
  --oj-card-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

/* 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;
  will-change: transform;
}

/* Shine sweep (skip surfaces that already use both ::before and ::after) */
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,
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 main article.rounded-2xl::after,
body.oj-mkt-premium main article.rounded-3xl::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
  background: linear-gradient(
    115deg,
    transparent 0%,
    transparent 38%,
    rgba(255, 255, 255, 0.07) 48%,
    rgba(125, 211, 252, 0.14) 52%,
    transparent 62%,
    transparent 100%
  );
  background-size: 220% 100%;
  background-position: 120% 0;
  opacity: 0;
  transition:
    opacity 0.25s ease,
    background-position 0.7s var(--oj-card-ease);
  border-radius: inherit;
}

/* 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-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,
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-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 main article.rounded-2xl:hover::after,
body.oj-mkt-premium main article.rounded-3xl:hover::after {
  opacity: 1;
  background-position: -40% 0;
}

/* 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 - accent-aware glow */
body.oj-mkt-premium .oj-live-card:hover {
  border-color: color-mix(in srgb, var(--live-accent, #38bdf8) 50%, transparent) !important;
  box-shadow:
    0 0 0 1px color-mix(in srgb, var(--live-accent, #38bdf8) 25%, 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;
}
body.oj-mkt-premium .oj-live-card:hover::after {
  opacity: 1;
  transform: scale(1.15);
}
body.oj-mkt-premium .oj-live-card::after {
  transition: opacity 0.3s ease, transform 0.4s var(--oj-card-ease);
}
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;
  }
}
