*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --bg: #0a0a0f;
  --surface: #111118;
  --surface2: #18181f;
  --border: rgba(255,255,255,0.08);
  --text: #f0eff5;
  --muted: #9a98b8;
  --hint: #5c5a78;
  --accent: #7c6af7;
  --accent2: #a78bfa;
  --teal: #2dd4bf;
  --green: #34d399;
  --max: 1080px;
}
html { scroll-behavior: smooth; }
body {
  font-family: 'DM Sans', system-ui, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.65;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
body::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(ellipse 80% 50% at 20% 0%, rgba(124,106,247,0.1) 0%, transparent 55%),
    radial-gradient(ellipse 60% 40% at 85% 100%, rgba(45,212,191,0.06) 0%, transparent 55%);
}
a { color: var(--accent2); text-underline-offset: 3px; }
a:hover { color: var(--teal); }
.wrap { position: relative; z-index: 1; width: 100%; max-width: var(--max); margin: 0 auto; padding: 0 1.5rem; }

/* Nav */
.site-header {
  border-bottom: 1px solid var(--border);
  padding: 1rem 0;
  position: sticky;
  top: 0;
  background: rgba(10,10,15,0.85);
  backdrop-filter: blur(12px);
  z-index: 50;
}
.site-header .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}
.logo {
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  font-size: 1.05rem;
  color: var(--text);
  text-decoration: none;
  letter-spacing: -0.02em;
}
.logo span { color: var(--accent2); }
.nav-main {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1.25rem;
  align-items: center;
}
.nav-main a {
  font-size: 0.9rem;
  color: var(--muted);
  text-decoration: none;
  font-weight: 500;
}
.nav-main a:hover { color: var(--text); }
.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--accent), #5b4acb);
  color: #fff !important;
  font-weight: 600;
  font-size: 0.88rem;
  text-decoration: none;
  border: 1px solid rgba(255,255,255,0.12);
}
.nav-cta:hover { filter: brightness(1.08); color: #fff !important; }

/* Hero */
.hero {
  padding: 3.5rem 0 4rem;
  text-align: center;
}
.hero-badge {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent2);
  margin-bottom: 1rem;
}
.hero h1 {
  font-family: 'Syne', sans-serif;
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.03em;
  margin-bottom: 1rem;
}
.hero h1 em {
  font-style: normal;
  background: linear-gradient(135deg, var(--accent), var(--teal));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero-lead {
  font-size: 1.1rem;
  color: var(--muted);
  max-width: 560px;
  margin: 0 auto 2rem;
  font-weight: 300;
}
.hero-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 2rem;
}
.store-badge {
  display: inline-block;
  height: 44px;
  vertical-align: middle;
}
.store-badge img { height: 100%; width: auto; display: block; }
.store-placeholder {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  border-radius: 10px;
  border: 1px dashed var(--border);
  color: var(--hint);
  font-size: 0.85rem;
}
.hero-stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  padding-top: 1rem;
  border-top: 1px solid var(--border);
  max-width: 640px;
  margin: 0 auto;
}
.hero-stat strong {
  font-family: 'Syne', sans-serif;
  font-size: 1.5rem;
  display: block;
  color: var(--text);
}
.hero-stat span { font-size: 0.8rem; color: var(--hint); text-transform: uppercase; letter-spacing: 0.06em; }

/* Sections */
section.page-section { padding: 3rem 0; border-top: 1px solid var(--border); }
.section-label {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent2);
  margin-bottom: 0.75rem;
}
section.page-section h2 {
  font-family: 'Syne', sans-serif;
  font-size: 1.65rem;
  font-weight: 800;
  margin-bottom: 1rem;
  letter-spacing: -0.02em;
}
.section-intro { color: var(--muted); max-width: 640px; margin-bottom: 2rem; font-size: 1rem; }

.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.25rem;
}
.feature-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 1.35rem;
  transition: border-color 0.2s;
}
.feature-card:hover { border-color: rgba(124,106,247,0.35); }
.feature-card h3 {
  font-family: 'Syne', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.feature-card p { font-size: 0.9rem; color: var(--muted); line-height: 1.55; }
.feature-icon { font-size: 1.35rem; margin-bottom: 0.65rem; }

/* Screenshots strip */
.shot-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}
.shot-frame {
  aspect-ratio: 9 / 19.5;
  border-radius: 20px;
  border: 1px solid var(--border);
  background: linear-gradient(165deg, var(--surface2), var(--surface));
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--hint);
  font-size: 0.8rem;
  text-align: center;
  padding: 1rem;
}
.shot-frame--img {
  padding: 0;
  overflow: hidden;
  background: #0c0c12;
}
.shot-frame--img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top center;
  display: block;
}
.shot-caption {
  margin-top: 0.65rem;
  font-size: 0.82rem;
  color: var(--hint);
  text-align: center;
  line-height: 1.4;
}
.shot-cell {
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* iPad / tablet marketing captures (3:4) */
.shot-row--tablet {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
.shot-frame--tablet {
  aspect-ratio: 3 / 4;
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
body.body-smart-scheduler .shot-frame--img {
  background: #0d1117;
  border-color: rgba(255, 255, 255, 0.1);
}
body.body-smart-scheduler .shot-caption {
  color: #8b949e;
}

/* Legal / inner pages */
main.inner { flex: 1; padding: 2.5rem 0 4rem; }
.inner h1 {
  font-family: 'Syne', sans-serif;
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
  letter-spacing: -0.02em;
}
.inner .meta { color: var(--hint); font-size: 0.85rem; margin-bottom: 2rem; }
.inner h2 {
  font-family: 'Syne', sans-serif;
  font-size: 1.15rem;
  margin: 2rem 0 0.75rem;
  color: var(--text);
}
.inner h3 { font-size: 1rem; margin: 1.25rem 0 0.5rem; color: var(--muted); }
.inner p, .inner ul { margin-bottom: 1rem; color: var(--muted); font-size: 0.95rem; }
.inner ul { padding-left: 1.25rem; }
.inner li { margin-bottom: 0.35rem; }
.inner a { word-break: break-word; }

/* Support */
.support-box {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  max-width: 560px;
}
.support-box h2 { font-family: 'Syne', sans-serif; font-size: 1.1rem; margin-bottom: 0.75rem; }
.contact-email {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--accent2);
}

/* Footer */
.site-footer {
  margin-top: auto;
  border-top: 1px solid var(--border);
  padding: 2rem 0;
  background: rgba(17,17,24,0.5);
}
.site-footer .wrap {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  align-items: center;
  text-align: center;
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 1.5rem;
}
.footer-links a { font-size: 0.88rem; color: var(--muted); text-decoration: none; }
.footer-links a:hover { color: var(--accent2); }
.footer-copy { font-size: 0.8rem; color: var(--hint); }

.social-links {
  display: flex;
  gap: 0.6rem;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border: 1px solid var(--border);
  border-radius: 999px;
  color: var(--muted);
  text-decoration: none;
  transition: color 0.15s ease, border-color 0.15s ease, background 0.15s ease, transform 0.15s ease;
}
.social-links a:hover {
  color: var(--accent2);
  border-color: var(--accent2);
  transform: translateY(-1px);
}
.social-links svg {
  width: 1.05rem;
  height: 1.05rem;
  fill: currentColor;
}
.social-links .social-handle {
  font-size: 0.85rem;
  color: var(--muted);
  margin-right: 0.25rem;
}

.social-feature {
  margin-top: 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.65rem;
  padding: 1.25rem 1.5rem;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: rgba(17,17,24,0.45);
}
.social-feature .social-feature-label {
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--hint);
}
.social-feature .social-feature-handles {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.25rem;
  justify-content: center;
  font-size: 0.92rem;
  color: var(--muted);
}
.social-feature .social-feature-handles a {
  color: var(--muted);
  text-decoration: none;
}
.social-feature .social-feature-handles a:hover { color: var(--accent2); }

@media (max-width: 640px) {
  .nav-main { width: 100%; justify-content: center; }
  .site-header .wrap { justify-content: center; }
}

/* ── Hammoch hub (company home) ── */
.nav-all-apps {
  color: var(--hint) !important;
  font-size: 0.82rem;
  font-weight: 500;
}
.hub-hero h1 em {
  font-style: normal;
  background: linear-gradient(135deg, var(--accent), var(--teal));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.app-hub-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
  margin-top: 0.5rem;
}
.app-hub-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 1.75rem;
  transition: border-color 0.2s, transform 0.2s;
}
.app-hub-card:hover {
  border-color: rgba(124, 106, 247, 0.35);
  transform: translateY(-2px);
}
.app-hub-card--sched {
  border-color: rgba(99, 153, 34, 0.25);
}
.app-hub-card--sched:hover {
  border-color: rgba(99, 153, 34, 0.45);
}
.app-hub-tag {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent2);
  margin-bottom: 0.5rem;
}
.app-hub-card--sched .app-hub-tag {
  color: #9fcf55;
}
.app-hub-card h3 {
  font-family: 'Syne', sans-serif;
  font-size: 1.35rem;
  font-weight: 800;
  margin-bottom: 0.65rem;
  letter-spacing: -0.02em;
}
.app-hub-desc {
  font-size: 0.95rem;
  color: var(--muted);
  line-height: 1.55;
  margin-bottom: 1.25rem;
}
.app-hub-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.app-hub-links li { margin-bottom: 0.5rem; }
.app-hub-links a {
  font-size: 0.92rem;
  font-weight: 600;
  text-decoration: none;
}
.app-hub-links a:hover { text-decoration: underline; }

/* ── Smart Scheduler marketing accent (matches app green) ── */
.body-smart-scheduler {
  --sched: #639922;
  --sched-bright: #9fcf55;
}
.body-smart-scheduler .logo-sched span { color: var(--sched-bright); }
.hero-badge-sched {
  color: var(--sched-bright) !important;
  border: 1px solid rgba(99, 153, 34, 0.35);
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
}
.hero-sched h1 em {
  font-style: normal;
  background: linear-gradient(135deg, var(--sched-bright), var(--sched));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.section-label-sched { color: var(--sched-bright) !important; }
.nav-cta-sched {
  background: linear-gradient(135deg, var(--sched), #4a7519) !important;
  border-color: rgba(255, 255, 255, 0.12) !important;
}
.feature-card-sched:hover {
  border-color: rgba(99, 153, 34, 0.35);
}
.support-box-sched {
  border-color: rgba(99, 153, 34, 0.2);
}
.contact-email-sched { color: var(--sched-bright) !important; }

/* ── Hammoch hub: company home (warm gold / deep plum — @highervibrations____ wordmark vibe) ── */
body.body-hammoch-hub {
  --bg: #0b0814;
  --surface: #151022;
  --surface2: #1c1628;
  --border: rgba(232, 200, 140, 0.11);
  --text: #f7f2ea;
  --muted: #aea3c2;
  --hint: #6e6488;
  --accent: #c9a227;
  --accent2: #e8c878;
  --teal: #c4b5e8;
  --green: #7bc9a6;
  font-family: 'Jost', 'DM Sans', system-ui, sans-serif;
  background: var(--bg);
  color: var(--text);
}
body.body-hammoch-hub a:hover {
  color: #f0e0b8;
}
.site-header--hub {
  border-bottom-color: rgba(232, 200, 140, 0.14);
  background: rgba(11, 8, 20, 0.9);
  backdrop-filter: blur(14px);
}
.body-hammoch-hub::before {
  background:
    radial-gradient(ellipse 75% 55% at 18% -5%, rgba(232, 200, 120, 0.11) 0%, transparent 52%),
    radial-gradient(ellipse 65% 50% at 92% 15%, rgba(180, 150, 230, 0.09) 0%, transparent 50%),
    radial-gradient(ellipse 55% 45% at 50% 100%, rgba(120, 90, 160, 0.08) 0%, transparent 55%);
}
body.body-hammoch-hub .logo.logo--hub {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  line-height: 0;
}
body.body-hammoch-hub .logo.logo--hub .logo__mark {
  height: 46px;
  width: auto;
  max-width: min(210px, 52vw);
  object-fit: contain;
  object-position: left center;
  display: block;
  filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.35));
}
@media (min-width: 640px) {
  body.body-hammoch-hub .logo.logo--hub .logo__mark {
    height: 52px;
    max-width: 240px;
  }
}
body.body-hammoch-hub .hub-hero-logo {
  margin: 0 0 1.25rem;
  line-height: 0;
}
body.body-hammoch-hub .hub-hero-logo img {
  height: auto;
  width: min(200px, 55vw);
  max-height: 120px;
  object-fit: contain;
  display: inline-block;
  filter: drop-shadow(0 8px 28px rgba(0, 0, 0, 0.4));
}
body.body-hammoch-hub .hero h1,
body.body-hammoch-hub .hub-hero h1 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 700;
  letter-spacing: 0.02em;
}
body.body-hammoch-hub .hero h1 em,
body.body-hammoch-hub .hub-hero h1 em {
  font-style: italic;
  font-weight: 600;
  background: linear-gradient(135deg, #f0d78c, #c9b8e8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
body.body-hammoch-hub .hero-badge {
  color: var(--accent2);
  border: 1px solid rgba(232, 200, 140, 0.35);
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
}
body.body-hammoch-hub .hero-stat strong {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 700;
  color: #f2e8d8;
}
body.body-hammoch-hub section.page-section h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 700;
  letter-spacing: 0.02em;
}
body.body-hammoch-hub .section-label {
  color: var(--accent2);
  letter-spacing: 0.16em;
}
body.body-hammoch-hub .feature-card {
  background: var(--surface);
  border-color: var(--border);
}
body.body-hammoch-hub .feature-card:hover {
  border-color: rgba(232, 200, 140, 0.22);
}
body.body-hammoch-hub .feature-card h3 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 700;
  font-size: 1.22rem;
}
body.body-hammoch-hub .nav-cta:not(.nav-cta-sched) {
  background: linear-gradient(135deg, #c9a227, #7d5a1a);
  border-color: rgba(255, 230, 180, 0.2);
  color: #1a1208 !important;
}
body.body-hammoch-hub .nav-cta:not(.nav-cta-sched):hover {
  color: #1a1208 !important;
  filter: brightness(1.06);
}
body.body-hammoch-hub .site-footer {
  background: rgba(15, 11, 26, 0.65);
  border-top-color: var(--border);
}
body.body-hammoch-hub .footer-links a:hover {
  color: var(--accent2);
}
body.body-hammoch-hub kbd {
  background: var(--surface2);
  border: 1px solid var(--border);
  color: var(--accent2);
}
.hub-hero-ctas {
  justify-content: center;
  margin-bottom: 2rem;
}
.hub-pill {
  display: inline-flex;
  align-items: center;
  padding: 12px 22px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 0.92rem;
  text-decoration: none;
  border: 1px solid var(--border);
  transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s;
}
body.body-hammoch-hub .hub-pill {
  font-family: 'Jost', sans-serif;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.hub-pill--ojf {
  background: linear-gradient(145deg, rgba(180, 150, 230, 0.14), rgba(21, 16, 34, 0.95));
  color: var(--text) !important;
  border-color: rgba(180, 160, 220, 0.35);
}
.hub-pill--ojf:hover {
  border-color: rgba(232, 200, 140, 0.45);
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(180, 150, 230, 0.1);
}
.hub-pill--sched {
  background: linear-gradient(145deg, rgba(99, 153, 34, 0.2), rgba(21, 16, 34, 0.95));
  color: #f0f5e8 !important;
  border-color: rgba(140, 180, 90, 0.38);
}
.hub-pill--sched:hover {
  border-color: rgba(232, 200, 120, 0.4);
  transform: translateY(-2px);
  box-shadow: 0 12px 36px rgba(99, 153, 34, 0.12);
}
.hub-pill--pmc {
  background: linear-gradient(145deg, rgba(201, 168, 76, 0.18), rgba(21, 16, 34, 0.95));
  color: #f0ede6 !important;
  border-color: rgba(201, 168, 76, 0.35);
}
.hub-pill--pmc:hover {
  border-color: rgba(232, 200, 120, 0.5);
  transform: translateY(-2px);
  box-shadow: 0 12px 36px rgba(201, 168, 76, 0.12);
}
.hub-feature-grid .hub-feature-card--ojf:hover {
  border-color: rgba(180, 160, 220, 0.35);
  box-shadow: 0 8px 32px rgba(120, 90, 160, 0.08);
}
.hub-feature-grid .hub-feature-card--sched:hover {
  border-color: rgba(120, 160, 80, 0.4);
  box-shadow: 0 8px 32px rgba(99, 153, 34, 0.08);
}
.hub-feature-grid .hub-feature-card--pmc:hover {
  border-color: rgba(201, 168, 76, 0.4);
  box-shadow: 0 8px 32px rgba(201, 168, 76, 0.08);
}
.hub-card-lead {
  font-size: 0.92rem;
  color: var(--muted);
  line-height: 1.55;
  margin-bottom: 1rem;
}
.hub-card-actions {
  list-style: none;
  padding: 0;
  margin: 0;
}
.hub-card-actions li { margin-bottom: 0.45rem; }
.hub-card-actions a {
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
}
.hub-card-actions a:hover { text-decoration: underline; }
.feature-card--sched-outline {
  border-color: rgba(99, 153, 34, 0.25);
}
.feature-card--sched-outline:hover {
  border-color: rgba(99, 153, 34, 0.4);
}
.feature-card--pmc-outline {
  border-color: rgba(201, 168, 76, 0.25);
}
.feature-card--pmc-outline:hover {
  border-color: rgba(201, 168, 76, 0.4);
}
.nav-cta-pmc {
  background: rgba(201, 168, 76, 0.12);
  color: #c9a84c;
  border-color: rgba(201, 168, 76, 0.3);
}
.nav-cta-pmc:hover {
  background: rgba(201, 168, 76, 0.22);
}
.feature-card--fff-outline {
  border-color: rgba(38, 235, 224, 0.25);
}
.feature-card--fff-outline:hover {
  border-color: rgba(38, 235, 224, 0.4);
}
.nav-cta-fff {
  background: rgba(38, 235, 224, 0.12);
  color: #6ff0e8;
  border-color: rgba(38, 235, 224, 0.3);
}
.nav-cta-fff:hover {
  background: rgba(38, 235, 224, 0.22);
}
.hub-pill--fff {
  background: linear-gradient(145deg, rgba(38, 235, 224, 0.18), rgba(21, 16, 34, 0.95));
  color: #e6fbf9 !important;
  border-color: rgba(38, 235, 224, 0.38);
}
.hub-pill--fff:hover {
  border-color: rgba(120, 220, 255, 0.5);
  transform: translateY(-2px);
  box-shadow: 0 12px 36px rgba(38, 235, 224, 0.12);
}
.hub-feature-grid .hub-feature-card--fff:hover {
  border-color: rgba(38, 235, 224, 0.4);
  box-shadow: 0 8px 32px rgba(38, 235, 224, 0.08);
}
.feature-card--pmj-outline {
  border-color: rgba(245, 158, 11, 0.25);
}
.feature-card--pmj-outline:hover {
  border-color: rgba(245, 158, 11, 0.4);
}
.nav-cta-pmj {
  background: rgba(245, 158, 11, 0.14);
  color: #fbbf24;
  border-color: rgba(245, 158, 11, 0.3);
}
.nav-cta-pmj:hover {
  background: rgba(245, 158, 11, 0.24);
}
.hub-pill--pmj {
  background: linear-gradient(145deg, rgba(96, 165, 250, 0.16), rgba(21, 16, 34, 0.95));
  color: #eaf2ff !important;
  border-color: rgba(96, 165, 250, 0.38);
}
.hub-pill--pmj:hover {
  border-color: rgba(245, 158, 11, 0.45);
  transform: translateY(-2px);
  box-shadow: 0 12px 36px rgba(96, 165, 250, 0.12);
}
.hub-feature-grid .hub-feature-card--pmj:hover {
  border-color: rgba(96, 165, 250, 0.4);
  box-shadow: 0 8px 32px rgba(96, 165, 250, 0.08);
}
.hub-pill--css {
  background: linear-gradient(145deg, rgba(255, 217, 102, 0.18), rgba(21, 16, 34, 0.95));
  color: #fff2b8 !important;
  border-color: rgba(255, 217, 102, 0.4);
}
.hub-pill--css:hover {
  border-color: rgba(251, 140, 58, 0.5);
  transform: translateY(-2px);
  box-shadow: 0 12px 36px rgba(251, 140, 58, 0.14);
}
.hub-feature-grid .hub-feature-card--css:hover {
  border-color: rgba(255, 217, 102, 0.4);
  box-shadow: 0 8px 32px rgba(251, 140, 58, 0.1);
}
.feature-card--css-outline {
  border-color: rgba(255, 217, 102, 0.25);
}
.feature-card--css-outline:hover {
  border-color: rgba(255, 217, 102, 0.45);
}
.nav-cta-css {
  background: rgba(255, 217, 102, 0.14);
  color: #fff2b8;
  border-color: rgba(255, 217, 102, 0.32);
}
.nav-cta-css:hover {
  background: rgba(255, 217, 102, 0.24);
}

/* ── My Yoga Muscles (teal / coral) ── */
.hub-pill--myc {
  background: linear-gradient(145deg, rgba(58, 168, 137, 0.18), rgba(21, 16, 34, 0.95));
  color: #d6f3e8 !important;
  border-color: rgba(58, 168, 137, 0.4);
}
.hub-pill--myc:hover {
  border-color: rgba(201, 123, 107, 0.5);
  transform: translateY(-2px);
  box-shadow: 0 12px 36px rgba(58, 168, 137, 0.14);
}
.hub-feature-grid .hub-feature-card--myc:hover {
  border-color: rgba(58, 168, 137, 0.4);
  box-shadow: 0 8px 32px rgba(58, 168, 137, 0.1);
}
.feature-card--myc-outline {
  border-color: rgba(58, 168, 137, 0.25);
}
.feature-card--myc-outline:hover {
  border-color: rgba(58, 168, 137, 0.45);
}
.nav-cta-myc {
  background: rgba(58, 168, 137, 0.14);
  color: #d6f3e8;
  border-color: rgba(58, 168, 137, 0.32);
}
.nav-cta-myc:hover {
  background: rgba(58, 168, 137, 0.24);
}

/* ── Futures from Fiction (sci-fi cyan / pink) ── */
body.body-fff {
  --fff-cyan: #26ebe0;
  --fff-cyan-bright: #6ff0e8;
  --fff-pink: #ff389e;
}
body.body-fff::before {
  background:
    radial-gradient(ellipse 80% 55% at 18% -5%, rgba(38, 235, 224, 0.14) 0%, transparent 52%),
    radial-gradient(ellipse 60% 45% at 95% 100%, rgba(255, 56, 158, 0.08) 0%, transparent 55%),
    radial-gradient(ellipse 50% 40% at 60% 50%, rgba(38, 235, 224, 0.05) 0%, transparent 55%);
}
body.body-fff .site-header {
  background: rgba(7, 12, 18, 0.92);
  border-bottom-color: rgba(38, 235, 224, 0.14);
}
body.body-fff .logo span {
  color: var(--fff-cyan-bright);
  text-shadow: 0 0 28px rgba(38, 235, 224, 0.35);
}
body.body-fff .hero h1 em {
  background: linear-gradient(135deg, var(--fff-cyan-bright), var(--fff-pink));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
body.body-fff .hero-badge {
  color: var(--fff-cyan-bright);
  border: 1px solid rgba(38, 235, 224, 0.35);
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
}
body.body-fff .section-label { color: var(--fff-cyan-bright); }
body.body-fff .feature-card:hover {
  border-color: rgba(38, 235, 224, 0.45);
  box-shadow: 0 0 0 1px rgba(255, 56, 158, 0.06);
}
body.body-fff .nav-cta {
  background: linear-gradient(135deg, var(--fff-cyan), #149e95) !important;
  color: #06201f !important;
  border-color: rgba(255, 255, 255, 0.12) !important;
}
body.body-fff .nav-cta:hover {
  filter: brightness(1.08);
  color: #06201f !important;
}
body.body-fff a { color: var(--fff-cyan-bright); }
body.body-fff a:hover { color: var(--fff-pink); }
body.body-fff .contact-email { color: var(--fff-cyan-bright); }
body.body-fff .footer-links a:hover { color: var(--fff-cyan-bright); }

/* ── Online Job Freedom (distinct purple / teal glow) ── */
body.body-ojf {
  --ojf-glow: rgba(124, 106, 247, 0.16);
}
body.body-ojf::before {
  background:
    radial-gradient(ellipse 85% 55% at 15% -5%, var(--ojf-glow) 0%, transparent 50%),
    radial-gradient(ellipse 70% 50% at 100% 100%, rgba(45, 212, 191, 0.11) 0%, transparent 52%),
    radial-gradient(ellipse 45% 40% at 60% 40%, rgba(167, 139, 250, 0.06) 0%, transparent 55%);
}
body.body-ojf .site-header {
  background: rgba(10, 10, 15, 0.92);
  border-bottom-color: rgba(124, 106, 247, 0.12);
}
body.body-ojf .logo span {
  color: var(--accent2);
  text-shadow: 0 0 40px rgba(124, 106, 247, 0.25);
}
body.body-ojf .feature-card:hover {
  border-color: rgba(124, 106, 247, 0.45);
  box-shadow: 0 0 0 1px rgba(45, 212, 191, 0.06);
}
body.body-ojf .section-label {
  color: var(--teal);
}
body.body-ojf .hero-badge {
  color: var(--accent2);
  border: 1px solid rgba(124, 106, 247, 0.35);
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
}
body.body-ojf .hero-lead {
  max-width: 620px;
}

/* ── Smart Scheduler (GitHub-style dark + green, serif headlines) ── */
body.body-smart-scheduler {
  background: #0d1117;
  color: #e8e6e1;
}
body.body-smart-scheduler::before {
  background:
    radial-gradient(ellipse 80% 60% at 50% 35%, rgba(99, 153, 34, 0.14) 0%, transparent 58%),
    radial-gradient(ellipse 50% 45% at 15% 90%, rgba(55, 138, 221, 0.07) 0%, transparent 50%);
}
body.body-smart-scheduler .site-header {
  background: rgba(13, 17, 23, 0.92);
  border-bottom-color: rgba(255, 255, 255, 0.06);
}
body.body-smart-scheduler .nav-main a:hover {
  color: #e8e6e1;
}
body.body-smart-scheduler .hero-lead,
body.body-smart-scheduler .section-intro,
body.body-smart-scheduler .feature-card p,
body.body-smart-scheduler .inner p,
body.body-smart-scheduler .inner ul {
  color: #8b949e;
}
body.body-smart-scheduler .hero h1 {
  font-family: 'DM Serif Display', 'Georgia', serif;
  font-weight: 400;
  letter-spacing: -0.02em;
}
body.body-smart-scheduler section.page-section h2,
body.body-smart-scheduler .feature-card h3 {
  font-family: 'DM Serif Display', 'Georgia', serif;
  font-weight: 400;
  color: #e8e6e1;
}
body.body-smart-scheduler .feature-card {
  background: #161b22;
  border-color: rgba(255, 255, 255, 0.08);
}
body.body-smart-scheduler .shot-frame {
  background: linear-gradient(165deg, #161b22, #0d1117);
}
body.body-smart-scheduler .site-footer {
  background: rgba(22, 27, 34, 0.6);
}
body.body-smart-scheduler .footer-links a:hover {
  color: var(--sched-bright);
}
body.body-smart-scheduler a {
  color: #7ee787;
}
body.body-smart-scheduler a:hover {
  color: #9fcf55;
}

/* ── Prove My Job (slate-blue + verified amber) ── */
body.body-pmj {
  --pmj-blue: #2563eb;
  --pmj-blue-bright: #60a5fa;
  --pmj-amber: #f59e0b;
  --pmj-amber-bright: #fbbf24;
}
body.body-pmj::before {
  background:
    radial-gradient(ellipse 80% 55% at 18% -5%, rgba(37, 99, 235, 0.16) 0%, transparent 52%),
    radial-gradient(ellipse 60% 45% at 95% 100%, rgba(245, 158, 11, 0.10) 0%, transparent 55%),
    radial-gradient(ellipse 45% 38% at 60% 50%, rgba(96, 165, 250, 0.06) 0%, transparent 55%);
}
body.body-pmj .site-header {
  background: rgba(8, 12, 24, 0.92);
  border-bottom-color: rgba(96, 165, 250, 0.14);
}
body.body-pmj .logo span {
  color: var(--pmj-amber-bright);
  text-shadow: 0 0 28px rgba(245, 158, 11, 0.3);
}
body.body-pmj .hero h1 em {
  background: linear-gradient(135deg, var(--pmj-blue-bright), var(--pmj-amber-bright));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
body.body-pmj .hero-badge {
  color: var(--pmj-blue-bright);
  border: 1px solid rgba(96, 165, 250, 0.35);
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
}
body.body-pmj .section-label { color: var(--pmj-amber-bright); }
body.body-pmj .feature-card:hover {
  border-color: rgba(96, 165, 250, 0.45);
  box-shadow: 0 0 0 1px rgba(245, 158, 11, 0.06);
}
body.body-pmj .nav-cta {
  background: linear-gradient(135deg, var(--pmj-blue), #1d4ed8) !important;
  color: #f0f6ff !important;
  border-color: rgba(255, 255, 255, 0.12) !important;
}
body.body-pmj .nav-cta:hover {
  filter: brightness(1.08);
  color: #f0f6ff !important;
}
body.body-pmj a { color: var(--pmj-blue-bright); }
body.body-pmj a:hover { color: var(--pmj-amber-bright); }
body.body-pmj .contact-email { color: var(--pmj-amber-bright); }
body.body-pmj .footer-links a:hover { color: var(--pmj-blue-bright); }

/* ── Sell sheet (print / one-pager) ── */
.sell-sheet {
  max-width: 720px;
  margin: 0 auto;
}
.sell-sheet-hero {
  border-bottom: 2px solid var(--border);
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
}
.sell-sheet-hero h1 {
  font-family: 'Syne', sans-serif;
  font-size: 1.75rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 0.35rem;
}
.body-smart-scheduler .sell-sheet-hero h1 {
  font-family: 'DM Serif Display', 'Georgia', serif;
  font-weight: 400;
  font-size: 2rem;
}
.sell-sheet-tagline {
  font-size: 1.05rem;
  color: var(--muted);
  font-weight: 500;
}
.body-smart-scheduler .sell-sheet-tagline {
  color: #9fcf55;
}
.sell-sheet-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
  margin-top: 1rem;
  font-size: 0.82rem;
  color: var(--hint);
}
.sell-sheet-block {
  margin-bottom: 1.75rem;
}
.sell-sheet-block h2 {
  font-family: 'Syne', sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent2);
  margin-bottom: 0.65rem;
}
.body-smart-scheduler .sell-sheet-block h2 {
  font-family: 'DM Sans', sans-serif;
  color: var(--sched-bright);
  letter-spacing: 0.12em;
}
.sell-sheet-block ul {
  margin: 0;
  padding-left: 1.2rem;
  color: var(--muted);
  font-size: 0.95rem;
}
.sell-sheet-block li { margin-bottom: 0.4rem; }
.sell-sheet-keywords {
  font-size: 0.85rem;
  color: var(--muted);
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 1rem;
  line-height: 1.5;
}
.body-smart-scheduler .sell-sheet-keywords {
  background: #161b22;
  border-color: rgba(99, 153, 34, 0.2);
  color: #8b949e;
}
.sell-sheet-footer {
  margin-top: 2.5rem;
  padding-top: 1rem;
  border-top: 1px solid var(--border);
  font-size: 0.8rem;
  color: var(--hint);
}
.print-hide {
  margin-bottom: 1.5rem;
}
@media print {
  .site-header,
  .site-footer,
  .print-hide {
    display: none !important;
  }
  body::before {
    display: none !important;
  }
  body {
    background: #fff !important;
    color: #111 !important;
  }
  .sell-sheet-block ul,
  .sell-sheet-tagline,
  .sell-sheet-keywords,
  .sell-sheet-footer {
    color: #333 !important;
  }
  .sell-sheet-block h2 {
    color: #000 !important;
  }
  main.inner {
    padding-top: 0 !important;
  }
}
