body[data-header-color='light']:not([data-header-format='left-header'])
  #header-outer:not(.transparent)
  .sf-menu
  > li
  ul {
  border-top: 1px solid #e9e9e9;
  background-color: #1f1f1f !important;
}

/* ============================================================================
   NECTAR LLM — companion styles for the NATIVE WPBakery (Salient) page
   SLIMMED build — aligned to the native-first OPTIMIZED page.

   Paste this whole block into  Salient > Theme Options > Custom CSS/JS,  OR
   into your child theme's custom.css.

   This version assumes the page does its heavy lifting with NATIVE Salient
   options: section backgrounds via row bg_color + enable_bg_color, cards via
   boxed columns with background_color / column_border_radius, the hero via the
   native Background Image field, and the diagram/quiz icons via uploaded SVGs.
   So the CSS here only styles what those native options still can't do:
   gradient headline text, the eyebrow label, checklist rows, the quiz mockup,
   the lead/panel polish, the CTA glow, and the two branded buttons.

   Font: M PLUS 1p (loaded via @import below; remove if you enqueue it yourself)
   Brand palette: plum #791653 · indigo #322f6b · periwinkle #5d71b6
   ----------------------------------------------------------------------------
   Removed in this slim build (now handled natively / no longer in markup):
     .nllm-hero (+::before/.container/.col/h1)  .nllm-lede   .nllm-stat
     .nllm-box   .nllm-layer   .nllm-card   .nllm-ico   .nllm-accent-bar
     .nllm-tag   .nllm-tq   .nllm-ta   .nllm-chip   .nllm-progress   .nllm-foot
     .nllm-dark* background-painting rules (backgrounds are now native)
   ============================================================================ */
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@300;400;500;700;800&display=swap');

:root {
  --nllm-ink: #262626;
  --nllm-ink-2: #1c1c1c;
  --nllm-panel: #303030;
  --nllm-panel-2: #373737;
  --nllm-line: rgba(255, 255, 255, 0.1);
  --nllm-text: #e9e9ec;
  --nllm-muted: #a9a9b2;
  --nllm-magenta: #791653;
  --nllm-blue: #5d71b6;
  --nllm-grad: linear-gradient(90deg, #791653 0%, #322f6b 52%, #5d71b6 100%);
  --nllm-radius: 16px;
}

/* ---- Dark sections: TEXT ONLY --------------------------------------------
   Backgrounds are now painted natively on the row (bg_color + enable_bg_color
   + color_scheme="light"). We keep only the font + readable text colors here
   to beat theme defaults inside the dark rows. */
.nllm-dark,
.nllm-dark-2 {
  font-family:
    'M PLUS 1p',
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    Roboto,
    Helvetica,
    Arial,
    sans-serif;
}
.nllm-dark,
.nllm-dark-2,
.nllm-dark p,
.nllm-dark-2 p,
.nllm-dark li,
.nllm-dark-2 li,
.nllm-dark span,
.nllm-dark-2 span,
.nllm-dark .wpb_text_column,
.nllm-dark-2 .wpb_text_column,
.nllm-dark .vc_column_container,
.nllm-dark-2 .vc_column_container {
  color: var(--nllm-text) !important;
}
.nllm-dark h1,
.nllm-dark h2,
.nllm-dark h3,
.nllm-dark h4,
.nllm-dark-2 h1,
.nllm-dark-2 h2,
.nllm-dark-2 h3,
.nllm-dark-2 h4,
.nllm-dark .wpb_text_column h1,
.nllm-dark .wpb_text_column h2,
.nllm-dark .wpb_text_column h3,
.nllm-dark .wpb_text_column h4,
.nllm-dark-2 .wpb_text_column h1,
.nllm-dark-2 .wpb_text_column h2,
.nllm-dark-2 .wpb_text_column h3,
.nllm-dark-2 .wpb_text_column h4 {
  color: #fff !important;
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1.14;
}
.nllm-dark p,
.nllm-dark-2 p {
  color: var(--nllm-muted) !important;
  line-height: 1.65;
}

/* ---- Eyebrow / small caps label ------------------------------------------ */
.nllm-dark .nllm-eyebrow p,
.nllm-dark-2 .nllm-eyebrow p,
.nllm-eyebrow p,
.nllm-eyebrow {
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.28em !important;
  text-transform: uppercase !important;
  color: var(--nllm-blue) !important;
  margin: 0 0 6px !important;
}

/* ---- Gradient headline text (wrap words in <span class="nllm-grad-text">) --
   Must beat the heading color:#fff !important rule above, so it's !important. */
.nllm-grad-text,
.nllm-dark h1 .nllm-grad-text,
.nllm-dark h2 .nllm-grad-text,
.nllm-dark-2 h1 .nllm-grad-text,
.nllm-dark-2 h2 .nllm-grad-text {
  background: var(--nllm-grad) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;
}

/* Pill badge (small text column) */
.nllm-badge p {
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
  margin: 0 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  color: var(--nllm-text) !important;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--nllm-line);
  padding: 8px 16px;
  border-radius: 999px;
  letter-spacing: 0 !important;
  text-transform: none !important;
}
.nllm-badge p::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--nllm-grad);
  display: inline-block;
}

/* ---- Section heading block ------------------------------------------------ */
.nllm-head h2 {
  font-size: clamp(28px, 4vw, 44px);
}
.nllm-head p {
  font-size: 18px;
  margin-top: 14px;
}

/* ---- Lead / industry lead card -------------------------------------------- */
.nllm-lead.vc_column-inner,
.nllm-lead > .vc_column-inner {
  background: linear-gradient(
    180deg,
    rgba(121, 22, 83, 0.2),
    rgba(93, 113, 182, 0.1)
  ) !important;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

/* ---- Checklist rows (Why Nectar / config list) ---------------------------- */
.nllm-list ul,
.nllm-list ol {
  list-style: none !important;
  margin: 12px 0 0 !important;
  padding: 0 !important;
}
.nllm-list ul li,
.nllm-list li {
  list-style: none !important;
}
.nllm-list li::marker {
  content: '' !important;
} /* kill theme default bullet */
.nllm-list li {
  position: relative;
  padding: 14px 0 14px 38px !important;
  border-bottom: 1px solid var(--nllm-line);
}
.nllm-list li:last-child {
  border-bottom: 0;
}
.nllm-list li::before {
  content: '\2713';
  position: absolute;
  left: 0;
  top: 14px;
  width: 24px;
  height: 24px;
  border-radius: 6px;
  background: var(--nllm-grad);
  color: #fff;
  font-size: 13px;
  display: grid;
  place-items: center;
}
.nllm-list li b {
  color: #fff;
  display: block;
  font-size: 15.5px;
}
.nllm-list li span {
  color: var(--nllm-muted);
  font-size: 14px;
}

/* ---- Quote / trust panel -------------------------------------------------- */
.nllm-panel.vc_column-inner,
.nllm-panel > .vc_column-inner {
  border-radius: var(--nllm-radius);
  border: 1px solid var(--nllm-line);
  background: linear-gradient(
    180deg,
    var(--nllm-panel),
    var(--nllm-ink-2)
  ) !important;
}

/* ---- Questionnaire mockup (How It Works) ---------------------------------- */
.nllm-quiz.vc_column-inner,
.nllm-quiz > .vc_column-inner,
.nllm-result.vc_column-inner,
.nllm-result > .vc_column-inner {
  border-radius: var(--nllm-radius);
  border: 1px solid var(--nllm-line);
  background: var(--nllm-panel) !important;
}
.nllm-qn {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--nllm-blue);
}
.nllm-opts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 10px 0 4px;
}
.nllm-opt {
  font-size: 14px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid var(--nllm-line);
  background: rgba(255, 255, 255, 0.03);
  color: var(--nllm-text);
}
.nllm-opt.sel {
  background: var(--nllm-grad);
  border-color: transparent;
  color: #fff;
  font-weight: 600;
}
.nllm-q-input {
  font-size: 14px;
  color: var(--nllm-muted);
  padding: 12px 15px;
  border-radius: 12px;
  border: 1px dashed var(--nllm-line);
  background: rgba(255, 255, 255, 0.02);
}
.nllm-ready {
  margin-top: 16px;
  font-size: 13px;
  color: var(--nllm-blue);
  font-weight: 600;
}
.nllm-result.vc_column-inner,
.nllm-result > .vc_column-inner {
  background: linear-gradient(
    180deg,
    var(--nllm-panel-2),
    var(--nllm-ink-2)
  ) !important;
}

/* ---- CTA glow ------------------------------------------------------------- */
.nllm-cta {
  background:
    radial-gradient(
      800px 400px at 50% 0%,
      rgba(121, 22, 83, 0.28),
      transparent 60%
    ),
    var(--nllm-ink-2) !important;
}
.nllm-cta h2 {
  font-size: clamp(30px, 4.5vw, 50px);
}
.nllm-cta p {
  font-size: 18px;
}
.nllm-cta-note p {
  font-size: 13px;
  color: var(--nllm-muted) !important;
  letter-spacing: 0.02em;
}

/* ---- Nectar native buttons: force the gradient primary look --------------- */
.nllm-btn-primary a.nectar-button,
a.nectar-button.nllm-btn-primary {
  background-image: var(--nllm-grad) !important;
  background-color: transparent !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 999px !important;
  box-shadow: 0 10px 30px rgba(121, 22, 83, 0.35);
}
.nllm-btn-ghost a.nectar-button,
a.nectar-button.nllm-btn-ghost {
  background: transparent !important;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.28) !important;
  border-radius: 999px !important;
}

/* ---- Accent bar (thin gradient rule; empty column with this class) --------- */
.nllm-accent-bar {
  height: 6px;
  width: 100%;
  background: var(--nllm-grad);
}

/*---- hero h1 ---- */
.nllm-hero-h1 {
  font-size: clamp(30px, 6vw, 68px);
  line-height: 1.08;
}

/* =====================================================================
   LLM Right Path — companion CSS
   Author: Aris Katsoulis / Nectar Inc.
   Sister page to Nectar LLM. Reuses the Nectar LLM brand system.
   Prefix: nrp-  (Nectar Right Path). Paste AFTER the Nectar LLM CSS,
   or standalone (the :root vars are re-declared here so it works alone).
   Native-first: only the quiz UI + result panel are styled here, since
   an interactive scoring widget has no native WPBakery equivalent.
   ===================================================================== */

:root {
  --nrp-magenta: #791653;
  --nrp-indigo: #322f6b;
  --nrp-blue: #5d71b6;
  --nrp-grad: linear-gradient(90deg, #791653 0%, #322f6b 52%, #5d71b6 100%);
  --nrp-ink: #262626;
  --nrp-ink-2: #1c1c1c;
  --nrp-panel: #303030;
  --nrp-line: rgba(255, 255, 255, 0.1);
  --nrp-text: #e9e9ec;
  --nrp-muted: #a9a9b2;
  --nrp-radius: 16px;
}

/* ---- Section font (match Nectar LLM) --------------------------------- */
.nrp-dark,
.nrp-dark-2 {
  font-family:
    'M PLUS 1p',
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    Roboto,
    Helvetica,
    Arial,
    sans-serif;
}
.nrp-dark,
.nrp-dark-2,
.nrp-dark p,
.nrp-dark-2 p,
.nrp-dark li,
.nrp-dark-2 li {
  color: var(--nrp-text);
}

/* ---- Eyebrow + hero heading (match Nectar LLM) ---------------------- */
.nrp-eyebrow p,
.nrp-eyebrow {
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.28em !important;
  text-transform: uppercase !important;
  color: var(--nrp-blue) !important;
  margin: 0 0 6px !important;
}
.nrp-hero-h1 {
  font-size: clamp(30px, 6vw, 64px);
  line-height: 1.08;
}
.nrp-h2 {
  font-size: clamp(24px, 3.4vw, 40px);
  line-height: 1.14;
}

/* ---- Gradient accent bar (match Nectar LLM) ------------------------- */
.nrp-accent-bar {
  height: 6px;
  width: 100%;
  background: var(--nrp-grad);
}

/* ---- Outcome cards (4 paths) ---------------------------------------- */
.nrp-paths {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media (max-width: 768px) {
  .nrp-paths {
    grid-template-columns: 1fr;
  }
}
.nrp-path-card {
  background: #ffffff08;
  border: 1px solid var(--nrp-line);
  border-radius: var(--nrp-radius);
  padding: 20px 22px;
}
.nrp-card-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 12px;
}
.nrp-card-head img {
  margin: 0 !important;
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
}
.nrp-path-card h4 {
  color: #fff !important;
  margin: 6px 0 8px;
  font-weight: 800;
}
.nrp-path-card p {
  color: var(--nrp-muted);
  line-height: 1.6;
  margin: 0 0 8px;
}
.nrp-path-card .nrp-plain {
  color: #c9c9d2;
  font-style: italic;
  font-size: 0.94em;
}
.nrp-pill {
  display: inline-block;
  padding: 3px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: #fff;
  background: var(--nrp-grad);
}

/* =====================================================================
   Interactive quiz
   ===================================================================== */
#nrp-quiz {
  max-width: 860px;
  margin: 0 auto;
}
.nrp-part-label {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--nrp-blue);
  margin: 28px 0 6px;
}
.nrp-q {
  margin: 0 0 22px;
}
.nrp-q-num {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  color: var(--nrp-muted);
  text-transform: uppercase;
}
.nrp-q-text {
  color: #fff;
  font-weight: 700;
  font-size: 1.08rem;
  margin: 4px 0 12px;
  line-height: 1.35;
}

/* radio cards */
.nrp-options {
  display: grid;
  gap: 10px;
}
.nrp-opt {
  position: relative;
}
.nrp-opt input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.nrp-opt label {
  display: block;
  cursor: pointer;
  padding: 14px 16px;
  border-radius: 12px;
  background: #ffffff06;
  border: 1px solid var(--nrp-line);
  color: var(--nrp-text);
  transition:
    border-color 0.15s ease,
    background 0.15s ease,
    transform 0.05s ease;
  line-height: 1.45;
}
.nrp-opt label:hover {
  background: #ffffff0d;
  border-color: rgba(93, 113, 182, 0.55);
}
.nrp-opt input:checked + label {
  border-color: transparent;
  background:
    linear-gradient(#1f1f22, #1f1f22) padding-box,
    var(--nrp-grad) border-box;
  border: 1.5px solid transparent;
  box-shadow:
    0 0 0 1px rgba(93, 113, 182, 0.35),
    0 6px 20px rgba(50, 47, 107, 0.35);
}
.nrp-opt input:focus-visible + label {
  outline: 2px solid var(--nrp-blue);
  outline-offset: 2px;
}
.nrp-opt .nrp-opt-sub {
  display: block;
  color: var(--nrp-muted);
  font-size: 0.9em;
  margin-top: 4px;
}

/* Part 1 note */
.nrp-note {
  background: #ffffff06;
  border-left: 3px solid var(--nrp-blue);
  padding: 12px 16px;
  border-radius: 8px;
  color: var(--nrp-muted);
  font-size: 0.94em;
  margin: 14px 0 0;
  line-height: 1.6;
}

/* =====================================================================
   Result panel
   ===================================================================== */
.nrp-result {
  margin: 26px auto 0;
  max-width: 860px;
  border-radius: var(--nrp-radius);
  border: 1px solid var(--nrp-line);
  padding: 24px 26px;
  background: #ffffff08;
}
.nrp-result--empty {
  text-align: center;
}
.nrp-result-hint {
  color: var(--nrp-muted);
  margin: 0;
}
.nrp-result-eyebrow {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--nrp-blue);
  margin: 0 0 10px;
}
.nrp-result-head {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.nrp-result-head h3 {
  color: #fff !important;
  margin: 0;
  font-weight: 800;
  font-size: 1.35rem;
  line-height: 1.25;
}
.nrp-badge {
  flex: 0 0 auto;
  min-width: 46px;
  text-align: center;
  padding: 6px 12px;
  border-radius: 10px;
  font-weight: 900;
  letter-spacing: 0.04em;
  color: #fff;
  background: var(--nrp-grad);
}
.nrp-result-blurb {
  color: var(--nrp-text);
  margin: 14px 0 6px;
  line-height: 1.6;
}
.nrp-result-dest {
  color: var(--nrp-muted);
  margin: 6px 0;
}
.nrp-result-dest strong {
  color: #fff;
}
.nrp-result-note {
  color: var(--nrp-muted);
  margin: 12px 0 0;
  line-height: 1.6;
  background: #ffffff06;
  border-radius: 10px;
  padding: 12px 14px;
}
.nrp-result-cta {
  color: #fff;
  margin: 14px 0 0;
  font-weight: 600;
}
.nrp-result--filled {
  box-shadow: 0 10px 40px rgba(50, 47, 107, 0.28);
}

/* =====================================================================
   Contact Form 7 styling (dark, matches theme)
   ===================================================================== */
.nrp-cf7 .wpcf7 {
  max-width: 860px;
  margin: 0 auto;
}
.nrp-cf7-contact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 18px;
}
@media (max-width: 640px) {
  .nrp-cf7-contact {
    grid-template-columns: 1fr;
  }
}
.nrp-cf7 .nrp-field {
  margin: 0;
}
.nrp-cf7 label {
  color: var(--nrp-text);
  font-weight: 600;
  font-size: 0.95rem;
  display: block;
}
.nrp-cf7 input[type='text'],
.nrp-cf7 input[type='email'],
.nrp-cf7 input[type='tel'] {
  width: 100%;
  margin-top: 6px;
  padding: 12px 14px;
  border-radius: 10px;
  background: #141416;
  border: 1px solid var(--nrp-line);
  color: #fff;
  font-size: 1rem;
}
.nrp-cf7 input::placeholder {
  color: #7d7d88;
}
.nrp-cf7 input:focus {
  outline: none;
  border-color: var(--nrp-blue);
  box-shadow: 0 0 0 3px rgba(93, 113, 182, 0.25);
}
.nrp-cf7 input[type='submit'] {
  margin-top: 18px;
  cursor: pointer;
  border: 0;
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.02em;
  padding: 14px 26px;
  border-radius: 999px;
  background: var(--nrp-grad);
  font-size: 1rem;
  transition:
    transform 0.06s ease,
    box-shadow 0.15s ease;
}
.nrp-cf7 input[type='submit']:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 26px rgba(50, 47, 107, 0.45);
}

/* hide the raw fallback answer capture (kept in DOM for email fallback) */
.nrp-cf7-raw {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* CF7 response/validation text readable on dark */
.nrp-cf7 .wpcf7-response-output {
  color: var(--nrp-text);
  border-radius: 8px;
}
.nrp-cf7 .wpcf7-not-valid-tip {
  color: #ffb4c8;
}
