/** Shopify CDN: Minification failed

Line 18:18 Unexpected "{"
Line 18:27 Expected ":"
Line 18:33 Unexpected ","
Line 19:18 Unexpected "{"
Line 19:27 Expected ":"
Line 20:18 Unexpected "{"
Line 20:27 Expected ":"
Line 21:18 Unexpected "{"
Line 21:27 Expected ":"
Line 28:18 Unexpected "{"
... and 487 more hidden warnings

**/
/* START_SECTION:journi-case-cta (INDEX:30) */
/* ─── Reset ──────────────────────────────────────────── */
#journi-case-cta-{{ section.id }},
#journi-case-cta-{{ section.id }} *,
#journi-case-cta-{{ section.id }} *::before,
#journi-case-cta-{{ section.id }} *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* ─── Section ────────────────────────────────────────── */
#journi-case-cta-{{ section.id }}.jcct-section {
  background: var(--jrn-cream) !important;
  color: var(--jrn-ink) !important;
  overflow: hidden !important;
  position: relative;
  border-top: 1px solid var(--jrn-ink-10) !important;
  padding: 100px 56px !important;
  -webkit-font-smoothing: antialiased;
}

#journi-case-cta-{{ section.id }} .jcct-ghost {
  position: absolute !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: var(--jrn-font-display) !important;
  font-weight: 800 !important;
  font-size: var(--jrn-display-ghost) !important;
  letter-spacing: -0.06em !important;
  line-height: 1 !important;
  color: rgba(30,27,55,0.035) !important;
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
}

#journi-case-cta-{{ section.id }} .jcct-inner {
  max-width: var(--jrn-max-w);
  margin: 0 auto;
  position: relative;
  z-index: 2;
  display: grid !important;
  grid-template-columns: 1fr auto;
  gap: 64px;
  align-items: center;
}

#journi-case-cta-{{ section.id }} .jcct-title {
  font-family: var(--jrn-font-display) !important;
  font-weight: 800 !important;
  font-size: var(--jrn-display-lg) !important;
  letter-spacing: -0.04em !important;
  line-height: 0.92 !important;
  color: var(--jrn-ink) !important;
  margin: 0 0 24px;
}

#journi-case-cta-{{ section.id }} .jcct-accent {
  color: var(--jrn-accent) !important;
}

#journi-case-cta-{{ section.id }} .jcct-subtitle {
  font-family: var(--jrn-font-display) !important;
  font-size: 18px !important;
  line-height: 1.65 !important;
  color: var(--jrn-ink-75) !important;
  max-width: 480px;
}

#journi-case-cta-{{ section.id }} .jcct-right {
  display: flex !important;
  flex-direction: column;
  align-items: flex-end;
  gap: 14px;
}

#journi-case-cta-{{ section.id }} .jcct-btn {
  display: inline-flex !important;
  align-items: center;
  gap: 12px;
  padding: 20px 32px !important;
  background: var(--jrn-ink) !important;
  color: var(--jrn-white) !important;
  font-family: var(--jrn-font-mono) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0.10em !important;
  text-transform: uppercase !important;
  border: 2px solid var(--jrn-ink) !important;
  text-decoration: none !important;
  white-space: nowrap;
  transition: all 0.25s ease;
}

#journi-case-cta-{{ section.id }} .jcct-btn:hover {
  background: var(--jrn-accent) !important;
  border-color: var(--jrn-accent) !important;
  color: var(--jrn-white) !important;
  transform: translate(-2px, -2px) !important;
  box-shadow: 6px 6px 0 var(--jrn-ink) !important;
}

#journi-case-cta-{{ section.id }} .jcct-caption {
  font-family: var(--jrn-font-mono) !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  color: var(--jrn-ink-45) !important;
}

/* ─── Next case ──────────────────────────────────────── */
#journi-case-cta-{{ section.id }} .jcct-next {
  max-width: var(--jrn-max-w);
  margin: 80px auto 0;
  padding-top: 40px;
  border-top: 1px solid var(--jrn-ink-10) !important;
  position: relative;
  z-index: 2;
}

#journi-case-cta-{{ section.id }} .jcct-next-link {
  display: grid !important;
  grid-template-columns: auto 1fr auto;
  gap: 32px;
  align-items: center;
  padding: 24px 0 !important;
  color: inherit !important;
  text-decoration: none !important;
}

#journi-case-cta-{{ section.id }} .jcct-next-label {
  font-family: var(--jrn-font-mono) !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  color: var(--jrn-ink-45) !important;
}

#journi-case-cta-{{ section.id }} .jcct-next-title {
  font-family: var(--jrn-font-display) !important;
  font-weight: 800 !important;
  font-size: var(--jrn-display-2xs) !important;
  letter-spacing: -0.02em !important;
  line-height: 1.1 !important;
  color: var(--jrn-ink) !important;
  transition: color 0.2s ease;
}

#journi-case-cta-{{ section.id }} .jcct-next-link:hover .jcct-next-title {
  color: var(--jrn-accent) !important;
}

#journi-case-cta-{{ section.id }} .jcct-next-arrow {
  width: 56px !important;
  height: 56px !important;
  border: 2px solid var(--jrn-ink-18) !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-family: var(--jrn-font-mono) !important;
  font-size: 18px !important;
  color: var(--jrn-ink-45) !important;
  transition: all 0.25s cubic-bezier(0.22, 1, 0.36, 1);
  flex-shrink: 0;
}

#journi-case-cta-{{ section.id }} .jcct-next-link:hover .jcct-next-arrow {
  transform: translateX(6px) !important;
  color: var(--jrn-accent) !important;
  border-color: var(--jrn-accent) !important;
}

/* ─── Mobile ─────────────────────────────────────────── */
@media (max-width: 960px) {
  #journi-case-cta-{{ section.id }} .jcct-inner {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
  }

  #journi-case-cta-{{ section.id }} .jcct-right {
    align-items: flex-start !important;
  }
}

@media (max-width: 768px) {
  #journi-case-cta-{{ section.id }}.jcct-section {
    padding: 72px 24px !important;
  }

  #journi-case-cta-{{ section.id }} .jcct-next-link {
    grid-template-columns: 1fr auto !important;
    row-gap: 8px !important;
  }

  #journi-case-cta-{{ section.id }} .jcct-next-label {
    grid-column: 1 / -1 !important;
  }
}
/* END_SECTION:journi-case-cta */
/* START_SECTION:journi-case-solution (INDEX:38) */
/* ─── Reset ──────────────────────────────────────────── */
#journi-case-solution-{{ section.id }},
#journi-case-solution-{{ section.id }} *,
#journi-case-solution-{{ section.id }} *::before,
#journi-case-solution-{{ section.id }} *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* ─── Section ────────────────────────────────────────── */
#journi-case-solution-{{ section.id }}.jcs2-section {
  background: var(--jrn-cream) !important;
  color: var(--jrn-ink) !important;
  padding: 100px 56px !important;
  -webkit-font-smoothing: antialiased;
}

#journi-case-solution-{{ section.id }} .jcs2-container {
  max-width: var(--jrn-max-w);
  margin: 0 auto;
}

/* ─── Heading ────────────────────────────────────────── */
#journi-case-solution-{{ section.id }} .jcs2-heading {
  max-width: 960px;
  margin: 0 auto 72px;
  text-align: center;
}

#journi-case-solution-{{ section.id }} .jcs2-label {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--jrn-font-mono) !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  color: var(--jrn-accent) !important;
  margin-bottom: 20px;
}

#journi-case-solution-{{ section.id }} .jcs2-title {
  font-family: var(--jrn-font-display) !important;
  font-weight: 800 !important;
  font-size: var(--jrn-display-md) !important;
  letter-spacing: -0.03em !important;
  line-height: 0.95 !important;
  color: var(--jrn-ink) !important;
  margin: 0 0 24px;
}

#journi-case-solution-{{ section.id }} .jcs2-lead {
  font-family: var(--jrn-font-display) !important;
  font-size: 18px !important;
  line-height: 1.65 !important;
  color: var(--jrn-ink-75) !important;
  max-width: 680px;
  margin: 0 auto;
}

/* ─── Steps ──────────────────────────────────────────── */
#journi-case-solution-{{ section.id }} .jcs2-steps {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

#journi-case-solution-{{ section.id }} .jcs2-step {
  background: var(--jrn-white) !important;
  padding: 40px 32px !important;
  display: flex !important;
  flex-direction: column;
  border: 1px solid var(--jrn-ink-10) !important;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

#journi-case-solution-{{ section.id }} .jcs2-step:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 12px 28px -12px var(--jrn-ink-18) !important;
}

#journi-case-solution-{{ section.id }} .jcs2-step-num {
  font-family: var(--jrn-font-mono) !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.14em !important;
  color: var(--jrn-accent) !important;
  margin-bottom: 20px;
}

#journi-case-solution-{{ section.id }} .jcs2-step-title {
  font-family: var(--jrn-font-display) !important;
  font-weight: 800 !important;
  font-size: 24px !important;
  letter-spacing: -0.02em !important;
  line-height: 1.15 !important;
  color: var(--jrn-ink) !important;
  margin-bottom: 14px;
}

#journi-case-solution-{{ section.id }} .jcs2-step-body {
  font-family: var(--jrn-font-display) !important;
  font-size: 16px !important;
  line-height: 1.65 !important;
  color: var(--jrn-ink-75) !important;
}

/* ─── Mobile ─────────────────────────────────────────── */
@media (max-width: 960px) {
  #journi-case-solution-{{ section.id }} .jcs2-steps {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }
}

@media (max-width: 768px) {
  #journi-case-solution-{{ section.id }}.jcs2-section {
    padding: 72px 24px !important;
  }

  #journi-case-solution-{{ section.id }} .jcs2-heading {
    margin-bottom: 48px;
  }
}
/* END_SECTION:journi-case-solution */
/* START_SECTION:journi-logos (INDEX:49) */
/* ─── Reset ──────────────────────────────────────────── */
#journi-logos-{{ section.id }},
#journi-logos-{{ section.id }} *,
#journi-logos-{{ section.id }} *::before,
#journi-logos-{{ section.id }} *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* ─── Color scheme tokens ────────────────────────────── */

/* Scheme 1 — Dark Navy (default) */
#journi-logos-{{ section.id }} {
  --jl-bg:         var(--jrn-ink);
  --jl-text:       var(--jrn-white-45);
  --jl-line:       var(--jrn-white-10);
  --jl-logo-filter: brightness(0) invert(1);
  --jl-logo-opacity: 0.55;
  --jl-logo-hover:   0.90;
}

/* Scheme 2 — White */
#journi-logos-{{ section.id }}[data-color-scheme="scheme-2"] {
  --jl-bg:          var(--jrn-white);
  --jl-text:        var(--jrn-ink-75);
  --jl-line:        var(--jrn-ink-10);
  --jl-logo-filter: brightness(0);
  --jl-logo-opacity: 0.55;
  --jl-logo-hover:   1;
}

/* Scheme 3 — Charcoal */
#journi-logos-{{ section.id }}[data-color-scheme="scheme-3"] {
  --jl-bg:           var(--jrn-deep);
  --jl-text:         var(--jrn-white-45);
  --jl-line:         var(--jrn-white-10);
  --jl-logo-filter:  brightness(0) invert(1);
  --jl-logo-opacity: 0.50;
  --jl-logo-hover:   0.90;
}

/* Scheme 4 — Warm cream */
#journi-logos-{{ section.id }}[data-color-scheme="scheme-4"] {
  --jl-bg:           #FFF8F5;
  --jl-text:         var(--jrn-ink-75);
  --jl-line:         var(--jrn-ink-10);
  --jl-logo-filter:  brightness(0);
  --jl-logo-opacity: 0.55;
  --jl-logo-hover:   1;
}

/* ─── Section shell ──────────────────────────────────── */
#journi-logos-{{ section.id }}.jl-section {
  background: var(--jl-bg) !important;
  padding: 64px 0 56px !important;
  border-top: 1px solid var(--jl-line);
  overflow: hidden;
  position: relative;
}

/* ─── Label ──────────────────────────────────────────── */
#journi-logos-{{ section.id }} .jl-label {
  text-align: center;
  font-family: var(--jrn-font-mono) !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  letter-spacing: 0.28em !important;
  text-transform: uppercase !important;
  color: var(--jl-text) !important;
  margin-bottom: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

#journi-logos-{{ section.id }} .jl-label::before,
#journi-logos-{{ section.id }} .jl-label::after {
  content: '';
  width: 40px;
  height: 1px;
  background: var(--jl-line);
  display: block;
  flex-shrink: 0;
}

/* ─── Marquee ────────────────────────────────────────── */
#journi-logos-{{ section.id }} .jl-marquee {
  display: flex;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
          mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
}

#journi-logos-{{ section.id }} .jl-track {
  display: flex;
  align-items: center;
  gap: 80px;
  flex-shrink: 0;
  padding-right: 80px;
  animation: jl-marquee-scroll var(--jl-speed, 40s) linear infinite;
}

@keyframes jl-marquee-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ─── Logo items ─────────────────────────────────────── */
#journi-logos-{{ section.id }} .jl-logo-wrap {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

#journi-logos-{{ section.id }} .jl-logo-wrap img {
  height: 38px !important;
  width: auto !important;
  max-width: 160px;
  object-fit: contain;
  filter: var(--jl-logo-filter) !important;
  opacity: var(--jl-logo-opacity) !important;
  transition: opacity 0.3s ease;
  display: block;
  user-select: none;
}

#journi-logos-{{ section.id }} .jl-logo-wrap img:hover {
  opacity: var(--jl-logo-hover) !important;
}

/* ─── Mobile ─────────────────────────────────────────── */
@media (max-width: 768px) {
  #journi-logos-{{ section.id }}.jl-section {
    padding: 48px 0 40px !important;
  }

  #journi-logos-{{ section.id }} .jl-label {
    font-size: 10px !important;
    letter-spacing: 0.20em !important;
    margin-bottom: 32px;
    padding: 0 20px;
  }

  #journi-logos-{{ section.id }} .jl-logo-wrap img {
    height: 28px !important;
  }

  #journi-logos-{{ section.id }} .jl-track {
    gap: 48px;
    padding-right: 48px;
  }
}
/* END_SECTION:journi-logos */
/* START_SECTION:journi-lp-expect (INDEX:51) */
/* ─── Reset ──────────────────────────────────────────── */
#journi-lp-expect-{{ section.id }},
#journi-lp-expect-{{ section.id }} *,
#journi-lp-expect-{{ section.id }} *::before,
#journi-lp-expect-{{ section.id }} *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* ─── Color schemes ──────────────────────────────────── */

/* Warm Cream (default) */
#journi-lp-expect-{{ section.id }} {
  --jlpe-bg:       var(--jrn-cream);
  --jlpe-text:     var(--jrn-ink);
  --jlpe-soft:     var(--jrn-ink-75);
  --jlpe-line:     var(--jrn-ink-18);
  --jlpe-hairline: var(--jrn-ink-10);
  --jlpe-panel:    var(--jrn-white);
  --jlpe-hover:    var(--jrn-white);
  --jlpe-shadow:   0 20px 45px -18px rgba(0, 0, 0, 0.22);
  --jlpe-glow:     var(--jrn-accent-05);
}

/* Charcoal */
#journi-lp-expect-{{ section.id }}[data-color-scheme="charcoal"] {
  --jlpe-bg:       var(--jrn-deep);
  --jlpe-text:     var(--jrn-white);
  --jlpe-soft:     var(--jrn-white-75);
  --jlpe-line:     var(--jrn-white-18);
  --jlpe-hairline: var(--jrn-white-10);
  --jlpe-panel:    var(--jrn-white-05);
  --jlpe-hover:    var(--jrn-white-05);
  --jlpe-shadow:   none;
  --jlpe-glow:     var(--jrn-accent-10);
}

/* Dark Navy */
#journi-lp-expect-{{ section.id }}[data-color-scheme="dark_navy"] {
  --jlpe-bg:       var(--jrn-ink);
  --jlpe-text:     var(--jrn-white);
  --jlpe-soft:     var(--jrn-white-75);
  --jlpe-line:     var(--jrn-white-18);
  --jlpe-hairline: var(--jrn-white-10);
  --jlpe-panel:    var(--jrn-white-05);
  --jlpe-hover:    var(--jrn-white-05);
  --jlpe-shadow:   none;
  --jlpe-glow:     var(--jrn-accent-10);
}

/* ─── Section ────────────────────────────────────────── */
#journi-lp-expect-{{ section.id }}.jlpe-section {
  background: var(--jlpe-bg) !important;
  color: var(--jlpe-text) !important;
  padding: 100px 56px !important;
  position: relative;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
}

#journi-lp-expect-{{ section.id }} .jlpe-glow {
  position: absolute;
  top: -140px;
  right: -100px;
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, var(--jlpe-glow), transparent 62%);
  pointer-events: none;
}

#journi-lp-expect-{{ section.id }} .jlpe-inner {
  position: relative;
  z-index: 1;
  max-width: 940px;
  margin: 0 auto;
}

/* ─── Head ───────────────────────────────────────────── */
#journi-lp-expect-{{ section.id }} .jlpe-head {
  text-align: center;
  margin-bottom: 56px;
}

#journi-lp-expect-{{ section.id }} .jlpe-badge {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  font-family: var(--jrn-font-mono) !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  color: var(--jrn-accent) !important;
  padding: 8px 14px !important;
  border: 1px solid var(--jrn-accent) !important;
  background: var(--jrn-accent-05) !important;
  margin-bottom: 24px;
}

#journi-lp-expect-{{ section.id }} .jlpe-badge-check {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--jrn-accent) !important;
  color: var(--jrn-white) !important;
  font-size: 10px !important;
  line-height: 1;
}

#journi-lp-expect-{{ section.id }} .jlpe-title {
  font-family: var(--jrn-font-display) !important;
  font-weight: 800 !important;
  font-size: var(--jrn-display-sub) !important;
  letter-spacing: -0.03em !important;
  line-height: 1 !important;
  color: var(--jlpe-text) !important;
}

#journi-lp-expect-{{ section.id }} .jlpe-title-accent {
  color: var(--jrn-accent) !important;
  font-style: normal;
}

#journi-lp-expect-{{ section.id }} .jlpe-lead {
  font-family: var(--jrn-font-display) !important;
  font-size: 18px !important;
  line-height: 1.6 !important;
  color: var(--jlpe-soft) !important;
  max-width: 62ch;
  margin: 22px auto 0;
}

/* ─── Video ──────────────────────────────────────────── */
#journi-lp-expect-{{ section.id }} .jlpe-video {
  max-width: 760px;
  margin: 0 auto 72px;
  border: 1px solid var(--jlpe-line);
  border-radius: 4px;
  overflow: hidden;
  box-shadow: var(--jlpe-shadow);
}

#journi-lp-expect-{{ section.id }} .jlpe-video wistia-player {
  display: block;
  width: 100%;
}

/* ─── Steps ──────────────────────────────────────────── */
#journi-lp-expect-{{ section.id }} .jlpe-steps {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--jlpe-hairline);
  border-left: 1px solid var(--jlpe-hairline);
}

#journi-lp-expect-{{ section.id }} .jlpe-step {
  padding: 40px 32px 44px !important;
  border-right: 1px solid var(--jlpe-hairline);
  border-bottom: 1px solid var(--jlpe-hairline);
  transition: background 0.3s ease;
}

#journi-lp-expect-{{ section.id }} .jlpe-step:hover {
  background: var(--jlpe-hover);
}

#journi-lp-expect-{{ section.id }} .jlpe-step-num {
  font-family: var(--jrn-font-mono) !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  color: var(--jrn-accent) !important;
  margin-bottom: 24px;
}

#journi-lp-expect-{{ section.id }} .jlpe-step-title {
  font-family: var(--jrn-font-display) !important;
  font-weight: 800 !important;
  font-size: 22px !important;
  letter-spacing: -0.02em !important;
  line-height: 1.15 !important;
  color: var(--jlpe-text) !important;
  margin-bottom: 12px;
}

#journi-lp-expect-{{ section.id }} .jlpe-step-body {
  font-family: var(--jrn-font-display) !important;
  font-size: 16px !important;
  line-height: 1.7 !important;
  color: var(--jlpe-soft) !important;
}

/* ─── Support ────────────────────────────────────────── */
#journi-lp-expect-{{ section.id }} .jlpe-support {
  text-align: center;
  margin-top: 40px;
  font-family: var(--jrn-font-mono) !important;
  font-size: 12px !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  color: var(--jlpe-soft) !important;
}

#journi-lp-expect-{{ section.id }} .jlpe-support a {
  color: var(--jrn-accent) !important;
  text-decoration: none !important;
  border-bottom: 1px solid var(--jrn-accent-22);
  transition: border-color 0.2s ease;
}

#journi-lp-expect-{{ section.id }} .jlpe-support a:hover {
  border-bottom-color: var(--jrn-accent);
}

/* ─── CTA — bordered panel inside the section ────────── */
#journi-lp-expect-{{ section.id }} .jlpe-cta {
  position: relative;
  margin-top: 72px;
  padding: 56px 48px;
  background: var(--jlpe-panel);
  border: 1px solid var(--jlpe-line);
  box-shadow: var(--jlpe-shadow);
  text-align: center;
}

/* solid accent bar across the top edge of the box */
#journi-lp-expect-{{ section.id }} .jlpe-cta::before {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  height: 3px;
  background: var(--jrn-accent);
}

#journi-lp-expect-{{ section.id }} .jlpe-cta-eyebrow {
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
  font-family: var(--jrn-font-mono) !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  color: var(--jrn-accent) !important;
  margin-bottom: 18px;
}

#journi-lp-expect-{{ section.id }} .jlpe-cta-eyebrow::before,
#journi-lp-expect-{{ section.id }} .jlpe-cta-eyebrow::after {
  content: '';
  width: 24px;
  height: 1px;
  background: var(--jrn-accent);
  display: block;
  flex-shrink: 0;
}

#journi-lp-expect-{{ section.id }} .jlpe-cta-title {
  font-family: var(--jrn-font-display) !important;
  font-weight: 800 !important;
  font-size: clamp(28px, 3.4vw, 42px) !important;
  letter-spacing: -0.02em !important;
  line-height: 1.05 !important;
  color: var(--jlpe-text) !important;
  margin-bottom: 16px;
}

#journi-lp-expect-{{ section.id }} .jlpe-cta-accent {
  color: var(--jrn-accent) !important;
  font-style: normal;
}

#journi-lp-expect-{{ section.id }} .jlpe-cta-sub {
  font-family: var(--jrn-font-display) !important;
  font-size: 17px !important;
  line-height: 1.55 !important;
  color: var(--jlpe-soft) !important;
  max-width: 56ch;
  margin: 0 auto 32px;
}

#journi-lp-expect-{{ section.id }} .jlpe-cta-btn {
  display: inline-flex !important;
  align-items: center;
  gap: 12px;
  padding: 20px 32px !important;
  background: var(--jrn-accent) !important;
  color: var(--jrn-white) !important;
  font-family: var(--jrn-font-mono) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0.10em !important;
  text-transform: uppercase !important;
  border: 2px solid var(--jrn-accent) !important;
  border-radius: 0 !important;
  text-decoration: none !important;
  white-space: nowrap;
  transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease,
              transform 0.25s ease, box-shadow 0.25s ease;
}

#journi-lp-expect-{{ section.id }} .jlpe-cta-btn:hover {
  background: var(--jlpe-text) !important;
  border-color: var(--jlpe-text) !important;
  color: var(--jlpe-bg) !important;
  transform: translate(-2px, -2px);
  box-shadow: 6px 6px 0 var(--jrn-accent);
  text-decoration: none !important;
}

#journi-lp-expect-{{ section.id }} .jlpe-cta-arrow {
  display: inline-block;
  transition: transform 0.25s ease;
}

#journi-lp-expect-{{ section.id }} .jlpe-cta-btn:hover .jlpe-cta-arrow {
  transform: translateX(4px);
}

/* ─── Mobile ─────────────────────────────────────────── */
@media (max-width: 900px) {
  #journi-lp-expect-{{ section.id }} .jlpe-steps {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 768px) {
  #journi-lp-expect-{{ section.id }}.jlpe-section {
    padding: 72px 24px !important;
  }
  #journi-lp-expect-{{ section.id }} .jlpe-head {
    margin-bottom: 40px;
  }
  #journi-lp-expect-{{ section.id }} .jlpe-video {
    margin-bottom: 48px;
  }
  #journi-lp-expect-{{ section.id }} .jlpe-step {
    padding: 32px 24px 36px !important;
  }
  #journi-lp-expect-{{ section.id }} .jlpe-cta {
    margin-top: 48px;
    padding: 40px 24px;
  }
}
/* END_SECTION:journi-lp-expect */
/* START_SECTION:journi-lp-footer (INDEX:52) */
/* ─── Reset ──────────────────────────────────────────── */
#journi-lp-footer-{{ section.id }},
#journi-lp-footer-{{ section.id }} *,
#journi-lp-footer-{{ section.id }} *::before,
#journi-lp-footer-{{ section.id }} *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* ─── Footer ─────────────────────────────────────────── */
#journi-lp-footer-{{ section.id }}.jlpf-footer {
  background: var(--jrn-ink) !important;
  padding: 28px var(--jrn-section-x) !important;
  border-top: 1px solid rgba(255,255,255,0.06) !important;
  -webkit-font-smoothing: antialiased;
}

/* ─── Inner ──────────────────────────────────────────── */
#journi-lp-footer-{{ section.id }} .jlpf-inner {
  max-width: var(--jrn-max-w);
  margin: 0 auto;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  font-family: var(--jrn-font-mono) !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: var(--jrn-white-45) !important;
}

/* ─── Links ──────────────────────────────────────────── */
#journi-lp-footer-{{ section.id }} .jlpf-links {
  display: flex;
  gap: 28px;
}

#journi-lp-footer-{{ section.id }} .jlpf-link {
  color: var(--jrn-white-45) !important;
  text-decoration: none !important;
  transition: color 0.2s ease;
}

#journi-lp-footer-{{ section.id }} .jlpf-link:hover {
  color: var(--jrn-accent) !important;
}

/* ─── Mobile ─────────────────────────────────────────── */
@media (max-width: 600px) {
  #journi-lp-footer-{{ section.id }}.jlpf-footer {
    padding: 28px var(--jrn-section-x-mobile) !important;
  }

  #journi-lp-footer-{{ section.id }} .jlpf-inner {
    flex-direction: column !important;
    text-align: center;
  }
}
/* END_SECTION:journi-lp-footer */
/* START_SECTION:journi-lp-hero (INDEX:54) */
/* ─── Reset ──────────────────────────────────────────── */
#journi-lp-hero-{{ section.id }},
#journi-lp-hero-{{ section.id }} *,
#journi-lp-hero-{{ section.id }} *::before,
#journi-lp-hero-{{ section.id }} *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* ─── Section ────────────────────────────────────────── */
#journi-lp-hero-{{ section.id }}.jlh-section {
  background: var(--jrn-ink) !important;
  color: var(--jrn-white) !important;
  padding: 72px 56px 0 !important;
  position: relative;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
}

#journi-lp-hero-{{ section.id }}.jlh-section--two_col {
  height: 80svh;
}

#journi-lp-hero-{{ section.id }}.jlh-section--centered {
  padding-top: 140px !important;
  padding-bottom: 88px !important;
}

/* ─── Glow ───────────────────────────────────────────── */
#journi-lp-hero-{{ section.id }} .jlh-glow {
  position: absolute !important;
  top: -120px;
  left: -80px;
  width: 560px;
  height: 560px;
  background: radial-gradient(circle, rgba(242,75,31,0.18), transparent 60%);
  pointer-events: none;
  z-index: 0;
}

/* ─── Inner grid ─────────────────────────────────────── */
#journi-lp-hero-{{ section.id }} .jlh-inner {
  max-width: var(--jrn-max-w);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* two-column */
#journi-lp-hero-{{ section.id }} .jlh-inner--two_col {
  width: 100%;
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: minmax(0, 1fr);
  gap: 32px;
  height: calc(80svh - 72px);
}

/* copy column pushed down (matches service hero image) */
#journi-lp-hero-{{ section.id }} .jlh-inner--two_col .jlh-copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 180px;
  min-height: 0;
}

/* centered */
#journi-lp-hero-{{ section.id }} .jlh-inner--centered {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 940px;
}

/* ─── Eyebrow ────────────────────────────────────────── */
#journi-lp-hero-{{ section.id }} .jlh-eyebrow {
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
  font-family: var(--jrn-font-mono) !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  color: var(--jrn-accent) !important;
  margin-bottom: 20px;
}

#journi-lp-hero-{{ section.id }} .jlh-eyebrow-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--jrn-accent);
  display: block;
  flex-shrink: 0;
}

/* ─── Title ──────────────────────────────────────────── */
#journi-lp-hero-{{ section.id }} .jlh-title {
  font-family: var(--jrn-font-display) !important;
  font-weight: 800 !important;
  font-size: var(--jrn-display-hero) !important;
  letter-spacing: -0.02em !important;
  line-height: 0.98 !important;
  color: var(--jrn-white) !important;
  margin-bottom: 22px;
}

#journi-lp-hero-{{ section.id }} .jlh-title-accent {
  color: var(--jrn-accent) !important;
  font-style: normal;
}

/* ─── Subtitle ───────────────────────────────────────── */
#journi-lp-hero-{{ section.id }} .jlh-subtitle {
  font-family: var(--jrn-font-display) !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 1.55 !important;
  color: var(--jrn-white-88) !important;
  max-width: 620px;
  margin-bottom: 32px;
}

#journi-lp-hero-{{ section.id }} .jlh-inner--centered .jlh-subtitle {
  max-width: 100%;
}

/* ─── CTA row ────────────────────────────────────────── */
#journi-lp-hero-{{ section.id }} .jlh-cta-row {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

#journi-lp-hero-{{ section.id }} .jlh-inner--centered .jlh-cta-row {
  justify-content: center;
}

/* Primary button */
#journi-lp-hero-{{ section.id }} .jlh-btn {
  display: inline-flex !important;
  align-items: center;
  gap: 12px;
  padding: 20px 32px !important;
  background: var(--jrn-accent) !important;
  color: var(--jrn-white) !important;
  font-family: var(--jrn-font-mono) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0.10em !important;
  text-transform: uppercase !important;
  border: 2px solid var(--jrn-accent) !important;
  border-radius: 0 !important;
  text-decoration: none !important;
  white-space: nowrap;
  transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease,
              transform 0.25s ease, box-shadow 0.25s ease;
}

#journi-lp-hero-{{ section.id }} .jlh-btn:hover {
  background: var(--jrn-white) !important;
  border-color: var(--jrn-white) !important;
  color: var(--jrn-ink) !important;
  transform: translate(-2px, -2px);
  box-shadow: 6px 6px 0 var(--jrn-accent);
  text-decoration: none !important;
}

#journi-lp-hero-{{ section.id }} .jlh-arrow {
  transition: transform 0.25s ease;
  display: inline-block;
}

#journi-lp-hero-{{ section.id }} .jlh-btn:hover .jlh-arrow {
  transform: translateX(4px);
}

/* Secondary link */
#journi-lp-hero-{{ section.id }} .jlh-secondary {
  font-family: var(--jrn-font-mono) !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  color: var(--jrn-white-75) !important;
  transition: color 0.2s ease;
}

#journi-lp-hero-{{ section.id }} .jlh-secondary:hover {
  color: var(--jrn-white) !important;
}

/* Trust line */
#journi-lp-hero-{{ section.id }} .jlh-trust {
  font-family: var(--jrn-font-mono) !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  letter-spacing: 0.06em !important;
  color: var(--jrn-white-45) !important;
  margin-top: 4px;
}

/* ─── Video ──────────────────────────────────────────── */
#journi-lp-hero-{{ section.id }} .jlh-video-wrap {
  width: 100%;
  align-self: center;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 32px 80px rgba(0,0,0,0.45), 0 0 0 1px var(--jrn-white-10);
}

/* Cap the video width so its 16:9 height can't exceed the grid cell and clip
   vertically inside the fixed-height section. Centered within its half. */
@media (min-width: 769px) {
  #journi-lp-hero-{{ section.id }} .jlh-inner--two_col .jlh-video-wrap {
    align-self: start;
    margin-top: 180px; /* align video top with the headline in the copy column */
    /* Height budget is the cell minus the 180px top offset, so it still can't clip. */
    max-width: calc((80svh - 252px) * 16 / 9);
    justify-self: center;
  }
}

/* Wistia native player fills the wrap; its own thumbnail/controls handle styling */
#journi-lp-hero-{{ section.id }} .jlh-video-wrap--wistia wistia-player {
  display: block;
  width: 100%;
}

#journi-lp-hero-{{ section.id }} .jlh-video-player {
  position: relative;
  aspect-ratio: 16 / 9;
  background: var(--jrn-deeper);
  background-size: cover;
  background-position: center;
  cursor: pointer;
  overflow: hidden;
}

#journi-lp-hero-{{ section.id }} .jlh-video-overlay {
  position: absolute;
  inset: 0;
  background: rgba(18,16,32,0.38);
  transition: background 0.25s ease;
}

#journi-lp-hero-{{ section.id }} .jlh-video-player:hover .jlh-video-overlay {
  background: rgba(18,16,32,0.22);
}

#journi-lp-hero-{{ section.id }} .jlh-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: var(--jrn-accent);
  border: none;
  color: var(--jrn-white);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
  box-shadow: 0 8px 32px rgba(242,75,31,0.45);
  padding-left: 4px;
}

#journi-lp-hero-{{ section.id }} .jlh-video-player:hover .jlh-play-btn {
  transform: translate(-50%, -50%) scale(1.08);
  box-shadow: 0 12px 48px rgba(242,75,31,0.55);
}

/* ─── Mobile ─────────────────────────────────────────── */
@media (max-width: 768px) {
  #journi-lp-hero-{{ section.id }}.jlh-section {
    padding: 0 24px 0 !important;
  }

  #journi-lp-hero-{{ section.id }}.jlh-section--two_col {
    height: auto;
    padding-bottom: 56px !important;
  }

  #journi-lp-hero-{{ section.id }}.jlh-section--centered {
    padding: 116px 24px 72px !important;
  }

  #journi-lp-hero-{{ section.id }} .jlh-inner--two_col {
    grid-template-columns: 1fr !important;
    grid-template-rows: auto;
    gap: 32px;
    height: auto;
  }

  #journi-lp-hero-{{ section.id }} .jlh-inner--two_col .jlh-copy {
    padding-top: 174px;
  }

  #journi-lp-hero-{{ section.id }} .jlh-title {
    font-size: clamp(36px, 10vw, 52px) !important;
  }

  #journi-lp-hero-{{ section.id }} .jlh-inner--centered .jlh-title {
    font-size: clamp(30px, 8vw, 42px) !important;
  }

  #journi-lp-hero-{{ section.id }} .jlh-subtitle {
    font-size: 16px !important;
    max-width: 100%;
  }
}
/* END_SECTION:journi-lp-hero */
/* START_SECTION:journi-lp-nav (INDEX:55) */
/* ─── Reset ──────────────────────────────────────────── */
#journi-lp-nav-{{ section.id }},
#journi-lp-nav-{{ section.id }} *,
#journi-lp-nav-{{ section.id }} *::before,
#journi-lp-nav-{{ section.id }} *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* ─── Header (transparent overlay on hero, non-sticky) ── */
#journi-lp-nav-{{ section.id }}.jlpn-header {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  background: transparent !important;
  color: var(--jrn-white) !important;
  margin: 0 !important;
  padding: 0 !important;
  -webkit-font-smoothing: antialiased;
}

/* ─── Nav row ────────────────────────────────────────── */
#journi-lp-nav-{{ section.id }} .jlpn-nav {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  max-width: calc(var(--jrn-max-w) + 112px);
  margin: 0 auto;
  padding: 20px 56px;
  gap: 24px;
  background: transparent !important;
}

/* No badge → center the logo */
#journi-lp-nav-{{ section.id }} .jlpn-nav--center {
  justify-content: center !important;
}

/* ─── Logo ───────────────────────────────────────────── */
#journi-lp-nav-{{ section.id }} .jlpn-logo {
  display: flex !important;
  align-items: center;
  text-decoration: none !important;
  flex-shrink: 0;
}

#journi-lp-nav-{{ section.id }} .jlpn-logo-img {
  height: 26px;
  width: auto;
  display: block;
}

#journi-lp-nav-{{ section.id }} .jlpn-wordmark {
  font-family: var(--jrn-font-display) !important;
  font-weight: 800 !important;
  font-size: 22px !important;
  letter-spacing: -0.03em !important;
  color: var(--jrn-white) !important;
}

/* ─── Badge ──────────────────────────────────────────── */
#journi-lp-nav-{{ section.id }} .jlpn-badge {
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
  font-family: var(--jrn-font-mono) !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  letter-spacing: 0.15em !important;
  text-transform: uppercase !important;
  color: var(--jrn-white-75) !important;
}

/* ─── Pulse dot ──────────────────────────────────────── */
#journi-lp-nav-{{ section.id }} .jlpn-pulse {
  display: inline-block !important;
  width: 8px;
  height: 8px;
  background: var(--jrn-accent);
  border-radius: 50%;
  box-shadow: 0 0 0 3px var(--jrn-accent-10);
  animation: jlpn-pulse-{{ section.id }} 1.8s ease-in-out infinite;
  flex-shrink: 0;
}

/* ─── Mobile ─────────────────────────────────────────── */
@media (max-width: 768px) {
  #journi-lp-nav-{{ section.id }} .jlpn-nav {
    padding: 16px 24px;
  }

  #journi-lp-nav-{{ section.id }} .jlpn-badge {
    font-size: 10px !important;
    letter-spacing: 0.12em !important;
  }
}
/* END_SECTION:journi-lp-nav */
/* START_SECTION:journi-lp-problem (INDEX:56) */
/* ─── Reset ──────────────────────────────────────────── */
#journi-lp-problem-{{ section.id }},
#journi-lp-problem-{{ section.id }} *,
#journi-lp-problem-{{ section.id }} *::before,
#journi-lp-problem-{{ section.id }} *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* ─── Section ────────────────────────────────────────── */
#journi-lp-problem-{{ section.id }}.jlpp-section {
  background: var(--jrn-cream) !important;
  color: var(--jrn-ink) !important;
  padding: 100px 56px !important;
  -webkit-font-smoothing: antialiased;
}

#journi-lp-problem-{{ section.id }} .jlpp-inner {
  max-width: var(--jrn-max-w);
  margin: 0 auto;
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}

/* ─── Copy column ────────────────────────────────────── */
#journi-lp-problem-{{ section.id }} .jlpp-eyebrow {
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
  font-family: var(--jrn-font-mono) !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  color: var(--jrn-accent) !important;
  margin-bottom: 22px;
}

#journi-lp-problem-{{ section.id }} .jlpp-eyebrow::before {
  content: '';
  width: 24px;
  height: 1px;
  background: var(--jrn-accent);
  display: block;
  flex-shrink: 0;
}

#journi-lp-problem-{{ section.id }} .jlpp-heading {
  font-family: var(--jrn-font-display) !important;
  font-weight: 800 !important;
  font-size: clamp(34px, 4vw, 54px) !important;
  letter-spacing: -0.03em !important;
  line-height: 0.98 !important;
  color: var(--jrn-ink) !important;
  margin-bottom: 28px;
}

#journi-lp-problem-{{ section.id }} .jlpp-heading-accent {
  color: var(--jrn-accent) !important;
  font-style: normal;
}

#journi-lp-problem-{{ section.id }} .jlpp-lead {
  font-family: var(--jrn-font-display) !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
  color: var(--jrn-ink) !important;
  margin-bottom: 22px;
}

#journi-lp-problem-{{ section.id }} .jlpp-para {
  font-family: var(--jrn-font-display) !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 1.75 !important;
  color: var(--jrn-ink-75) !important;
  margin-bottom: 18px;
}

#journi-lp-problem-{{ section.id }} .jlpp-para:last-child {
  margin-bottom: 0;
}

/* ─── Visual column ──────────────────────────────────── */
#journi-lp-problem-{{ section.id }} .jlpp-visual {
  align-self: center;
}

#journi-lp-problem-{{ section.id }} .jlpp-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}

/* Growth-gap chart card */
#journi-lp-problem-{{ section.id }} .jlpp-viz-card {
  background: var(--jrn-white) !important;
  border: 1px solid var(--jrn-ink-10) !important;
  border-radius: 6px;
  padding: 28px 28px 24px !important;
  box-shadow: 0 24px 60px rgba(30, 27, 55, 0.08);
}

#journi-lp-problem-{{ section.id }} .jlpp-viz-label {
  font-family: var(--jrn-font-mono) !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  color: var(--jrn-ink-45) !important;
  margin-bottom: 18px;
}

#journi-lp-problem-{{ section.id }} .jlpp-viz-chart {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}

#journi-lp-problem-{{ section.id }} .jlpp-viz-gap {
  fill: rgba(242, 75, 31, 0.10);
}

#journi-lp-problem-{{ section.id }} .jlpp-viz-axis {
  stroke: rgba(30, 27, 55, 0.12);
  stroke-width: 1;
}

#journi-lp-problem-{{ section.id }} .jlpp-viz-actual {
  fill: none;
  stroke: rgba(30, 27, 55, 0.42);
  stroke-width: 2.5;
  stroke-linejoin: round;
  stroke-linecap: round;
}

#journi-lp-problem-{{ section.id }} .jlpp-viz-potential {
  fill: none;
  stroke: var(--jrn-accent);
  stroke-width: 2.5;
  stroke-dasharray: 5 5;
  stroke-linejoin: round;
  stroke-linecap: round;
}

#journi-lp-problem-{{ section.id }} .jlpp-viz-dot-act {
  fill: rgba(30, 27, 55, 0.42);
}

#journi-lp-problem-{{ section.id }} .jlpp-viz-dot-pot {
  fill: var(--jrn-accent);
}

#journi-lp-problem-{{ section.id }} .jlpp-viz-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid var(--jrn-ink-10);
}

#journi-lp-problem-{{ section.id }} .jlpp-viz-leg {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--jrn-font-mono) !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 0.10em !important;
  text-transform: uppercase !important;
  color: var(--jrn-ink-75) !important;
}

#journi-lp-problem-{{ section.id }} .jlpp-viz-leg::before {
  content: '';
  width: 16px;
  height: 0;
  border-top-width: 2px;
  border-top-style: solid;
  flex-shrink: 0;
}

#journi-lp-problem-{{ section.id }} .jlpp-viz-leg--pot::before {
  border-top-color: var(--jrn-accent);
  border-top-style: dashed;
}

#journi-lp-problem-{{ section.id }} .jlpp-viz-leg--act::before {
  border-top-color: rgba(30, 27, 55, 0.42);
}

/* ─── Mobile ─────────────────────────────────────────── */
@media (max-width: 768px) {
  #journi-lp-problem-{{ section.id }}.jlpp-section {
    padding: 72px 24px !important;
  }

  #journi-lp-problem-{{ section.id }} .jlpp-inner {
    grid-template-columns: 1fr !important;
    gap: 40px;
  }

  #journi-lp-problem-{{ section.id }} .jlpp-heading {
    font-size: clamp(30px, 8vw, 40px) !important;
  }

  #journi-lp-problem-{{ section.id }} .jlpp-lead {
    font-size: 18px !important;
  }

  #journi-lp-problem-{{ section.id }} .jlpp-para {
    font-size: 16px !important;
  }
}
/* END_SECTION:journi-lp-problem */
/* START_SECTION:journi-service-faq (INDEX:67) */
/* ─── Reset ──────────────────────────────────────────── */
#journi-service-faq-{{ section.id }},
#journi-service-faq-{{ section.id }} *,
#journi-service-faq-{{ section.id }} *::before,
#journi-service-faq-{{ section.id }} *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* ─── Section ────────────────────────────────────────── */
#journi-service-faq-{{ section.id }}.jspf-section {
  background: var(--jrn-ink) !important;
  color: var(--jrn-white) !important;
  padding: 100px 56px !important;
  -webkit-font-smoothing: antialiased;
}

#journi-service-faq-{{ section.id }} .jspf-inner {
  max-width: var(--jrn-max-w);
  margin: 0 auto;
  display: grid !important;
  grid-template-columns: 1fr 2fr;
  gap: 80px;
  align-items: start;
}

/* ─── Aside (left) ───────────────────────────────────── */
#journi-service-faq-{{ section.id }} .jspf-label {
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
  font-family: var(--jrn-font-mono) !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  color: var(--jrn-accent) !important;
  margin-bottom: 20px;
}

#journi-service-faq-{{ section.id }} .jspf-label::before {
  content: '';
  width: 24px;
  height: 1px;
  background: var(--jrn-accent);
  display: block;
  flex-shrink: 0;
}

#journi-service-faq-{{ section.id }} .jspf-heading {
  font-family: var(--jrn-font-display) !important;
  font-weight: 800 !important;
  font-size: var(--jrn-display-sub) !important;
  letter-spacing: -0.03em !important;
  line-height: 0.97 !important;
  color: var(--jrn-white) !important;
  margin-bottom: 24px;
  position: sticky;
  top: 100px;
}

#journi-service-faq-{{ section.id }} .jspf-cta-aside {
  margin-top: 8px;
  position: sticky;
  top: 200px;
}

#journi-service-faq-{{ section.id }} .jspf-cta-aside p {
  font-family: var(--jrn-font-display) !important;
  font-size: 16px !important;
  line-height: 1.65 !important;
  color: var(--jrn-white-75) !important;
  margin-bottom: 20px;
}

#journi-service-faq-{{ section.id }} .jspf-btn {
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
  padding: 14px 24px !important;
  background: var(--jrn-accent) !important;
  color: var(--jrn-white) !important;
  font-family: var(--jrn-font-mono) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.10em !important;
  text-transform: uppercase !important;
  border: 2px solid var(--jrn-accent) !important;
  border-radius: 0 !important;
  text-decoration: none !important;
  white-space: nowrap;
  transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease,
              transform 0.25s ease, box-shadow 0.25s ease;
}

#journi-service-faq-{{ section.id }} .jspf-btn:hover {
  background: var(--jrn-white) !important;
  border-color: var(--jrn-white) !important;
  color: var(--jrn-ink) !important;
  transform: translate(-2px, -2px);
  box-shadow: 6px 6px 0 var(--jrn-accent);
  text-decoration: none !important;
}

#journi-service-faq-{{ section.id }} .jspf-arrow {
  transition: transform 0.25s ease;
  display: inline-block;
}

#journi-service-faq-{{ section.id }} .jspf-btn:hover .jspf-arrow {
  transform: translateX(4px);
}

/* ─── Accordion (right) ──────────────────────────────── */
#journi-service-faq-{{ section.id }} .jspf-list {
  border-top: 1px solid var(--jrn-white-10) !important;
}

#journi-service-faq-{{ section.id }} .jspf-item {
  border-bottom: 1px solid var(--jrn-white-10) !important;
}

#journi-service-faq-{{ section.id }} .jspf-q {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  width: 100%;
  padding: 24px 0 !important;
  background: none !important;
  border: none !important;
  cursor: pointer;
  text-align: left;
  color: var(--jrn-white) !important;
  transition: color 0.2s ease;
}

#journi-service-faq-{{ section.id }} .jspf-q:hover {
  color: var(--jrn-accent) !important;
}

#journi-service-faq-{{ section.id }} .jspf-q span:first-child {
  font-family: var(--jrn-font-display) !important;
  font-weight: 700 !important;
  font-size: 18px !important;
  letter-spacing: -0.01em !important;
  line-height: 1.3 !important;
}

#journi-service-faq-{{ section.id }} .jspf-q-icon {
  font-family: var(--jrn-font-mono) !important;
  font-size: 20px !important;
  font-weight: 300 !important;
  color: var(--jrn-accent) !important;
  flex-shrink: 0;
  line-height: 1;
  width: 24px;
  text-align: center;
}

#journi-service-faq-{{ section.id }} .jspf-a {
  display: none;
  padding: 0 0 24px !important;
}

#journi-service-faq-{{ section.id }} .jspf-item.is-open .jspf-a {
  display: block;
}

#journi-service-faq-{{ section.id }} .jspf-a p {
  font-family: var(--jrn-font-display) !important;
  font-size: 16px !important;
  line-height: 1.75 !important;
  color: var(--jrn-white-75) !important;
}

/* ─── Mobile ─────────────────────────────────────────── */
@media (max-width: 768px) {
  #journi-service-faq-{{ section.id }}.jspf-section {
    padding: 72px 24px !important;
  }

  #journi-service-faq-{{ section.id }} .jspf-inner {
    grid-template-columns: 1fr !important;
    gap: 40px;
  }

  #journi-service-faq-{{ section.id }} .jspf-heading,
  #journi-service-faq-{{ section.id }} .jspf-cta-aside {
    position: static;
  }
}
/* END_SECTION:journi-service-faq */
/* START_SNIPPET:skip-to-content-link (INDEX:275) */
.skip-to-content-link {
    position: absolute;
    left: -99999px;
  }

  .skip-to-content-link:focus {
    z-index: var(--layer-temporary);
    overflow: auto;
    width: auto;
    height: auto;
    padding: var(--padding-lg) var(--padding-4xl);
    left: var(--margin-lg);
    top: var(--margin-lg);
    background-color: var(--color-background);
    box-shadow: 0 0 0 var(--focus-outline-offset) var(--color-background);
  }
/* END_SNIPPET:skip-to-content-link */
