:root {
  color-scheme: light;
}

/* =========================
   Global spacing tokens (Pro)
   ========================= */
body.theme-pro {
  /* Adjust if your navbar height changes */
  --ln-nav-offset: 96px;
}

/* =========================
   Luminote Section System
   ========================= */

body.theme-pro .ln-section-head {
  max-width: 760px;
  margin: 0 auto 44px;
  text-align: left;
}

body.theme-pro .ln-section-head--center {
  text-align: center;
}

body.theme-pro .ln-eyebrow {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(148, 163, 184, 0.9);
  margin-bottom: 12px;
}

body.theme-pro .ln-h2 {
  margin: 0;
  color: #ffffff;
  font-weight: 750;
  letter-spacing: -0.02em;
  font-size: clamp(2rem, 1.6vw + 1.6rem, 2.8rem);
  line-height: 1.05;
}

body.theme-pro .ln-subhead {
  margin: 14px 0 0;
  color: rgba(248, 250, 252, 0.74);
  font-size: 16px;
  line-height: 1.5;
}

/* Underline rule (Apple-ish) — ONLY under section headers */
body.theme-pro .ln-section-head::after {
  content: "";
  display: block;
  width: 74px;
  height: 1px;
  margin: 22px auto 0;
  background: rgba(148, 163, 184, 0.22);
}

body.theme-pro .ln-section-head:not(.ln-section-head--center)::after {
  margin-left: 0;
  margin-right: 0;
}

/* CTA row after features (sales) */
body.theme-pro .ln-cta-row {
  margin-top: 36px;
  display: flex;
  justify-content: center;
}

/* CTA button: slightly more “Apple” */
body.theme-pro .btn.btn-primary.btn-lg {
  border-radius: 12px;
  font-weight: 650;
  padding: 12px 18px;
}

/* Pricing: clean, no bullet clutter */
body.theme-pro .pro-pricing-inner {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 48px 0 64px;
}

body.theme-pro .pro-pricing-inner h2 {
  margin: 0 0 10px;
  font-size: 34px;
  letter-spacing: -0.02em;
}

body.theme-pro .pro-plan {
  margin: 0;
  color: rgba(248, 250, 252, 0.78);
  font-size: 16px;
}

@media (max-width: 700px) {
  body.theme-pro .pro-pricing-inner {
    grid-template-columns: 1fr;
    justify-items: start;
    gap: 18px;
  }
}

/* =========================
   Statement Strip (fixes “floating text”)
   ========================= */
body.theme-pro .ln-statement {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.14);
  background: rgba(15, 23, 42, 0.35);
}

/* Not a “card”: it’s a spotlight strip */
body.theme-pro .ln-statement::before {
  content: "";
  position: absolute;
  inset: -20%;
  background:
    radial-gradient(900px 520px at 50% 20%, rgba(59, 130, 246, 0.18), transparent 62%),
    radial-gradient(800px 520px at 20% 85%, rgba(16, 185, 129, 0.08), transparent 65%);
  pointer-events: none;
}

body.theme-pro .ln-statement__inner {
  position: relative;
  z-index: 1;
  max-width: 860px;
  margin: 0 auto;
  padding: 58px 24px;
  text-align: center;
}

body.theme-pro .ln-statement .ln-h2 {
  font-size: clamp(2.1rem, 1.9vw + 1.6rem, 3rem);
}

body.theme-pro .ln-statement__meta {
  margin-top: 18px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px;
  color: rgba(248, 250, 252, 0.78);
  font-size: 15px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body.theme-pro .ln-statement__meta span {
  font-weight: 500;
}

body.theme-pro .ln-statement__meta span:not(:last-child)::after {
  content: "•";
  margin-left: 18px;
  font-size: 1.1em;
  color: rgba(248, 250, 252, 0.24);
}

/* Page world (Shopify-style): the canvas is dark, sections add surfaces */
.pro-pro-page {
  background: #020617;
  color: rgba(248, 250, 252, 0.82);
  padding-bottom: 0;
}

.pro-pro-page .pro-sales-page {
  max-width: none;
  margin: 0;
  padding: 0 0 120px;
  display: flex;
  flex-direction: column;
  gap: 0;
  background: transparent;
}

.pro-pro-page + footer {
  margin-top: 0;
}

/* Layout-level canvas (ONLY for Pro page) */
body.theme-pro,
body.theme-pro main,
body.theme-pro .container-xl,
body.theme-pro #content {
  background: #020617 !important;
}

body.theme-pro main {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.theme-pro main.container-xl {
  max-width: none !important;
}

body.theme-pro nav,
body.theme-pro .navbar {
  background: #020617 !important;
  border-bottom: 1px solid rgba(148, 163, 184, 0.12) !important;
  position: sticky;
  top: 0;
}

body.theme-pro nav a,
body.theme-pro .navbar a {
  color: rgba(248, 250, 252, 0.9) !important;
}

body.theme-pro nav a:hover,
body.theme-pro .navbar a:hover {
  color: #ffffff !important;
}

body.theme-pro .navbar .dropdown-menu {
  background: #0f172a;
  border: 1px solid rgba(148, 163, 184, 0.3);
  box-shadow: 0 18px 40px rgba(2, 6, 23, 0.55);
}

body.theme-pro .navbar .dropdown-item {
  color: rgba(248, 250, 252, 0.92) !important;
}

body.theme-pro .navbar .dropdown-item:hover,
body.theme-pro .navbar .dropdown-item:focus {
  color: #ffffff !important;
  background: rgba(37, 99, 235, 0.28);
}

body.theme-pro .navbar .dropdown-divider {
  border-top-color: rgba(148, 163, 184, 0.28);
}

body.theme-pro .navbar-brand-logo {
  height: 40px;
  transform: scale(1.12);
  transform-origin: left center;
}

body.theme-pro .pro-logo-pill {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(248, 250, 252, 0.85);
  padding: 2px 6px;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.2);
  background: rgba(148, 163, 184, 0.12);
}

.pro-hero {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* --- Section banding + spacing system --- */
body.theme-pro .band {
  --band-bg: #020617;
  background: var(--band-bg);
  position: relative;
  overflow: hidden;
}

/* Remove “rule between sections” look. Apple uses whitespace + tone, not hard lines. */
body.theme-pro .band + .band {
  border-top: 0;
}

/* Subtle ambient lighting per band (very low contrast, but adds separation) */
body.theme-pro .band::before {
  content: "";
  position: absolute;
  inset: -20%;
  pointer-events: none;
  opacity: 0.9;
  background:
    radial-gradient(900px 520px at 70% 20%, rgba(59, 130, 246, 0.10), transparent 60%),
    radial-gradient(760px 520px at 18% 78%, rgba(16, 185, 129, 0.06), transparent 65%),
    radial-gradient(900px 700px at 10% 10%, rgba(15, 23, 42, 0.55), transparent 55%);
}

body.theme-pro .band--hero {
  --band-bg: linear-gradient(180deg, #020617 0%, #06122a 100%);
}

/* If navbar is fixed/overlapping, this guarantees hero band starts below it */
body.theme-pro .band--hero {
  padding-top: var(--ln-nav-offset);
}

/* Hero needs breathing room (especially under navbar) */
body.theme-pro .band--hero .section-pad {
  /* Real clearance from fixed navbar + premium breathing room */
  padding-top: calc(var(--ln-nav-offset) + 84px);
  padding-bottom: 190px; /* more breathing room */
}

/* If navbar height changes, keep hero from kissing the top */
body.theme-pro .pro-hero {
  padding-top: 0;
}

/* Hero "card" needs its own bottom padding (not just the band/container) */
body.theme-pro .band--hero .pro-hero {
  padding-bottom: 28px;
}

/* Extra safety: prevent the grid from ever sitting flush to the hero card edge */
body.theme-pro .band--hero .pro-hero-grid {
  padding-bottom: 12px;
}

@media (max-width: 991px) {
  body.theme-pro { --ln-nav-offset: 84px; }
  body.theme-pro .band--hero .section-pad {
    padding-top: calc(var(--ln-nav-offset) + 60px);
    padding-bottom: 120px;
  }
}

@media (max-width: 575px) {
  body.theme-pro { --ln-nav-offset: 76px; }
  body.theme-pro .band--hero .section-pad {
    padding-top: calc(var(--ln-nav-offset) + 44px);
    padding-bottom: 104px;
  }
}

body.theme-pro .band--features {
  --band-bg: #03081a;
}

body.theme-pro .band--manifesto {
  --band-bg: #020617;
}

body.theme-pro .band--demo {
  --band-bg: #010413;
}

/* Pricing + FAQ bands (keep them separated but not harsh) */
body.theme-pro .band--pricing { --band-bg: #020617; }
body.theme-pro .band--faq {
  --band-bg: #020617;
  padding-top: 120px;
  padding-bottom: 140px;
}

/* =========================
   Close section (Pricing + FAQ side-by-side)
   ========================= */
body.theme-pro .band--close {
  --band-bg: #020617;
}

body.theme-pro .pro-close-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: start;
  max-width: 1120px;
  margin: 0 auto;
}

/* Left column: keep pricing compact and strong */
body.theme-pro .pro-close-pricing .pro-pricing-inner {
  max-width: none;
  padding: 0;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: start;
}

body.theme-pro .pro-close-pricing .pro-pricing-cta {
  margin-top: 6px;
}

/* Right column: FAQ should feel like a full panel, not a tiny card */
body.theme-pro .pro-close-faq .pro-faq-inner {
  max-width: none;
  width: 100%;
  padding: 44px 40px;
}

/* Make accordion fill the panel width */
body.theme-pro .pro-close-faq .accordion {
  width: 100%;
  max-width: none;
}

@media (max-width: 991px) {
  body.theme-pro .pro-close-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  body.theme-pro .pro-close-faq .pro-faq-inner {
    padding: 34px 22px;
  }
}

body.theme-pro .pro-sales-page .container {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 1; /* sit above ambient ::before */
}

body.theme-pro .section-pad {
  padding-top: 104px;
  padding-bottom: 104px;
}


/* =========================
   Hero tightening (less floaty)
   ========================= */
body.theme-pro .pro-hero-copy h1 {
  margin-bottom: 12px;
}

/* If hero subhead is removed, tighten spacing so H1 + CTA don't float */
body.theme-pro .pro-cta-group {
  margin-top: 22px;
}

/* Make CTA feel anchored and intentional */
body.theme-pro .pro-hero-copy .btn.btn-primary.btn-lg {
  padding: 14px 22px;
}

body.theme-pro .pro-subhead--hero {
  margin: 0 0 18px;
  max-width: 34rem;
  color: rgba(248, 250, 252, 0.86);
  font-size: 17px;
  line-height: 1.45;
}






/* Keep section internals centered on the same visual rail */
body.theme-pro .pro-faq-inner {
  margin: 0 auto;
}

/* Pricing/FAQ surfaces should not look like they touch screen edges */
body.theme-pro .pro-faq-inner {
  border-radius: 20px;
  border: 1px solid rgba(148, 163, 184, 0.14);
  background: rgba(15, 23, 42, 0.48);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.35);
  padding: 56px 64px; /* more horizontal presence */
  max-width: 1120px; /* match container width */
}

body.theme-pro .pro-faq-inner h2 {
  margin: 0 0 16px;
  font-size: 32px;
  letter-spacing: -0.02em;
}

@media (max-width: 768px) {
  body.theme-pro .pro-faq-inner {
    padding: 36px 24px;
  }
}

/* Navbar tagline readability on dark pages (Pro + other dark pages) */
body.theme-pro .navbar .navbar-brand * {
  /* Don't change the Luminote wordmark itself; just ensure the tagline isn't invisible */
}

/* Strong, deterministic: any small tagline text inside navbar brand becomes readable */
body.theme-pro .navbar .navbar-brand small,
body.theme-pro .navbar .navbar-brand .muted,
body.theme-pro .navbar .navbar-brand .text-muted,
body.theme-pro .navbar .navbar-brand .navbar-brand-tagline {
  color: rgba(248, 250, 252, 0.60) !important;
  opacity: 1 !important;
}

/* Why Luminote dark pages (philosophy/mission) also need readable navbar tagline text. */
body.page-philosophy .navbar .navbar-brand small,
body.page-philosophy .navbar .navbar-brand .muted,
body.page-philosophy .navbar .navbar-brand .text-muted,
body.page-philosophy .navbar .navbar-brand .navbar-brand-tagline,
body.page-mission .navbar .navbar-brand small,
body.page-mission .navbar .navbar-brand .muted,
body.page-mission .navbar .navbar-brand .text-muted,
body.page-mission .navbar .navbar-brand .navbar-brand-tagline {
  color: rgba(248, 250, 252, 0.60) !important;
  opacity: 1 !important;
}

body.theme-pro .band h1,
body.theme-pro .band h2 {
  color: #ffffff;
}

body.theme-pro .band p,
body.theme-pro .band .pro-subhead {
  color: rgba(248, 250, 252, 0.78);
}

body.theme-pro .band .pro-proof {
  color: rgba(248, 250, 252, 0.72);
}

/* Trust line under hero bullets */
body.theme-pro .ln-trust {
  margin-top: 10px;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(148, 163, 184, 0.85);
}

body.theme-pro .band--hero .pro-hero-preview {
  border: 1px solid rgba(148, 163, 184, 0.18);
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.45);
}

.pro-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 44px;
  align-items: center;
}

.pro-hero-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.pro-badge {
  align-self: flex-start;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 600;
  background: rgba(0, 0, 0, 0.05);
  color: #111827;
}

.pro-hero h1 {
  font-size: clamp(2.4rem, 2vw + 2rem, 4rem);
  font-weight: 650;
  line-height: 1.03;
  margin: 0;
  letter-spacing: -0.02em;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.pro-subhead {
  color: rgba(248, 250, 252, 0.82);
  font-size: 17px;
  max-width: 34rem;
  line-height: 1.55;
}

.pro-cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
}

.pro-secondary-cta {
  font-weight: 600;
  color: rgba(15, 23, 42, 0.85);
  text-decoration: none;
}

.pro-secondary-cta:hover {
  color: rgba(15, 23, 42, 1);
  text-decoration: underline;
  text-decoration-thickness: 2px;
}

.pro-proof {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 18px 28px;
  padding: 0;
  margin: 0;
  color: #94a3b8;
  font-size: 0.88rem;
  line-height: 1.6;
}

.pro-proof li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.pro-proof li::before {
  content: "•";
  color: #9ca3af;
}

.pro-hero-stage {
  position: relative;
  display: flex;
  justify-content: flex-end;
}

.pro-section {
  padding: 64px 0;
}

.pro-pro-page .pro-section {
  background: transparent;
  border: 0;
}

.pro-pro-page .pro-section + .pro-section {
  border-top: 0;
}

.pro-pro-page .pro-copy p,
.pro-pro-page .pro-plan-details,
.pro-pro-page .pro-faq .accordion-body {
  color: rgba(248, 250, 252, 0.72);
}

.pro-pro-page .pro-faq-intro,
.pro-pro-page .pro-faq-link a {
  color: rgba(248, 250, 252, 0.82);
}

.pro-pro-page .pro-faq .accordion-button {
  color: rgba(248, 250, 252, 0.9);
  background: transparent;
}

.pro-pro-page .pro-faq .accordion-button:not(.collapsed) {
  color: #ffffff;
}

.pro-pro-page .pro-feature-tiles {
  background: transparent;
}

.pro-pro-page .pro-pricing {
  background: transparent;
}

.pro-pro-page .pro-plan,
.pro-pro-page .pro-plan-details li {
  color: rgba(248, 250, 252, 0.9);
}

.pro-pro-page .pro-faq {
  background: transparent;
}

.pro-pro-page .pro-faq-inner {
  background: rgba(15, 23, 42, 0.48);
  border: 1px solid rgba(148, 163, 184, 0.14);
  border-radius: 20px;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.35);
  padding: 56px 64px;
  max-width: 1120px;
}

.pro-pro-page .accordion-item {
  background: transparent;
  border-bottom: 1px solid rgba(148, 163, 184, 0.14);
}

.pro-pro-page .accordion-button {
  color: #f8fafc;
}

.pro-pro-page .accordion-button:not(.collapsed) {
  background: transparent;
  color: #ffffff;
}

.pro-pro-page .accordion-body {
  color: rgba(248, 250, 252, 0.72);
}

.pro-feature-tiles {
  padding: 0;
  border: 0;
}

/* Give the features band a stronger “chapter” feel */
body.theme-pro .band--features .section-pad {
  padding-top: 140px;
  padding-bottom: 130px;
}

/* Make manifesto feel like a calm break between dense sections */
body.theme-pro .band--manifesto .section-pad {
  padding-top: 120px;
  padding-bottom: 120px;
}

/* Demo band should feel like a new chapter */
body.theme-pro .band--demo .section-pad {
  padding-top: 120px;
  padding-bottom: 120px;
}

.pro-tiles-head {
  max-width: 760px;
  margin: 0 auto 28px;
  text-align: center;
  padding: 0 16px;
}

.pro-pro-page .pro-tiles-head h2 {
  color: #ffffff;
  font-size: clamp(1.8rem, 1.2vw + 1.6rem, 2.6rem);
  letter-spacing: -0.02em;
  margin: 0 0 10px;
}

.pro-tiles-head p {
  margin: 0;
  color: rgba(248, 250, 252, 0.72);
}

.pro-tiles-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: 22px;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 16px;
}

.pro-tile {
  background: rgba(148, 163, 184, 0.07);
  border: 1px solid rgba(148, 163, 184, 0.14);
  border-radius: 20px;
  padding: 24px 24px 22px;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.25);
}

.pro-tile-kicker {
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(56, 189, 248, 0.9);
  margin-bottom: 8px;
}

.pro-tile h3 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 24px;
}

.pro-tile p {
  margin: 0;
  color: rgba(248, 250, 252, 0.72);
  line-height: 1.55;
  font-size: 17px;
}
.pro-two-column {
  display: flex;
  gap: 56px;
  align-items: center;
  justify-content: space-between;
}

.pro-two-column.is-reversed {
  flex-direction: row-reverse;
}

.pro-copy {
  flex: 1;
}

.pro-copy h2 {
  font-size: clamp(1.6rem, 1.2vw + 1.4rem, 2.3rem);
  font-weight: 600;
  margin-bottom: 16px;
  letter-spacing: -0.01em;
}

.pro-copy p {
  font-size: 1.05rem;
  color: #4b5563;
  margin: 0;
}

.pro-media {
  flex: 1;
  display: flex;
  justify-content: center;
}

.device-frame {
  margin: 0;
  width: 100%;
  border-radius: 24px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  background: #0f172a;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: center;
  justify-content: center;
  min-height: 240px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.22), 0 6px 20px rgba(0, 0, 0, 0.12);
}

.device-frame img {
  width: 100%;
  height: auto;
  max-height: 720px;
  border-radius: 18px;
  display: block;
  object-fit: contain;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

.device-frame__placeholder {
  display: none;
  font-weight: 600;
  color: #6b7280;
  text-align: center;
}

.device-frame.is-placeholder .device-frame__placeholder,
.device-frame__placeholder.is-visible {
  display: block;
}

.device-frame__caption {
  width: 100%;
  font-size: 0.9rem;
  color: #e2e8f0;
  text-align: center;
  margin: 0;
  opacity: 0.75;
  margin-top: 4px;
  border-top: 1px solid rgba(148, 163, 184, 0.12);
  padding-top: 10px;
}

.pro-surface {
  background: linear-gradient(180deg, #020617, #01030f);
  border-radius: 28px;
}

.pro-hero-preview {
  padding: 22px 24px;
  max-width: 520px;
  width: 100%;
  margin: 0;
  color: #f8fafc;
  transform: translateX(8px);
}

.pro-hero-preview-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  gap: 12px;
}

.pro-hero-logo {
  font-weight: 700;
  font-size: 16px;
}

.pro-hero-brief-label {
  font-size: 12px;
  opacity: 0.72;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.pro-hero-preview-meta {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 12px;
  opacity: 0.72;
  margin-bottom: 14px;
}

.pro-hero-section-title {
  font-size: 13px;
  margin-bottom: 8px;
  opacity: 0.85;
}


.pro-hero-summary-list {
  display: grid;
  gap: 12px;
}

.pro-hero-summary-list p {
  margin: 0;
  padding: 12px 0;
  border-bottom: 1px solid rgba(148, 163, 184, 0.12);
  color: rgba(248, 250, 252, 0.86);
  font-size: 14px;
  line-height: 1.5;
}

.pro-hero-summary-list p:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.pro-hero-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
}

.pro-hero-table td {
  padding: 9px 0;
  border-bottom: 1px solid rgba(148, 163, 184, 0.08);
  font-variant-numeric: tabular-nums;
}

.pro-hero-table tr:nth-child(even) td {
  border-bottom-color: rgba(148, 163, 184, 0.16);
}

.pro-hero-table tr:last-child td {
  border-bottom: 0;
}

.pro-hero-table .ticker {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.03em;
  color: rgba(226, 232, 240, 0.84);
}

.pro-hero-table .price {
  text-align: right;
  font-size: 13px;
  font-weight: 700;
  color: #f8fafc;
}

.pro-hero-table .change {
  text-align: right;
  font-weight: 600;
}

.chg-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 68px;
  padding: 5px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.01em;
  border: 1px solid rgba(148, 163, 184, 0.16);
  background: rgba(148, 163, 184, 0.06);
}

.chg-pill.up {
  color: #22c55e;
}

.chg-pill.down {
  color: #ef4444;
}

.pro-hero-table .change.up {
  color: #22c55e;
}

.pro-hero-table .change.down {
  color: #ef4444;
}

@media (prefers-reduced-motion: no-preference) {
  .pro-hero-table .change {
    animation: lnPulse 3.5s ease-in-out infinite;
  }

  @keyframes lnPulse {
    0%,
    100% {
      filter: brightness(1);
    }
    50% {
      filter: brightness(1.12);
    }
  }
}

.pro-brief-section {
  width: 100%;
}

.pro-brief-card {
  padding: 34px 36px;
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  color: #f8fafc;
  border-radius: 16px;
  border: 1px solid rgba(148, 163, 184, 0.2);
  background: rgba(15, 23, 42, 0.4);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.38);
}

.pro-brief-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.pro-brief-card-title {
  font-size: 20px;
  margin: 0;
}

.pro-brief-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(56, 189, 248, 0.9);
  margin-bottom: 10px;
}

.pro-brief-slides {
  display: grid;
  gap: 18px;
}

.pro-brief-slide {
  padding: 10px 0;
  border-bottom: 1px solid rgba(148, 163, 184, 0.12);
}

.pro-brief-slide:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.pro-brief-slide p {
  font-size: 17px;
  line-height: 1.6;
  opacity: 0.9;
  margin: 0;
}

.pro-pricing-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: center;
  justify-content: space-between;
}

.pro-plan {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 16px;
}

.pro-plan-details {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
  color: #4b5563;
}

.pro-plan-details li::before {
  content: "•";
  margin-right: 8px;
  color: #9ca3af;
}

.pro-faq-inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.pro-faq-header {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.pro-faq-intro {
  margin: 0;
  color: #4b5563;
}

.pro-faq .accordion-item {
  border: 0;
  border-bottom: 1px solid #eef0f4;
}

.pro-faq .accordion-button {
  padding: 20px 0;
  font-weight: 600;
}

.pro-faq .accordion-button:not(.collapsed) {
  color: #111827;
  background: transparent;
  box-shadow: none;
}

.pro-faq .accordion-body {
  padding: 0 0 20px;
  color: #4b5563;
}

.pro-faq-link {
  margin-top: 12px;
}

.pro-faq-link a {
  font-weight: 600;
  color: inherit;
  text-decoration: none;
}

.pro-faq-link a:hover {
  text-decoration: underline;
}

@media (max-width: 991px) {
  body.theme-pro .section-pad {
    padding-top: 84px;
    padding-bottom: 84px;
  }

  body.theme-pro .pro-sales-page .container {
    padding: 0 20px;
  }


  .pro-tiles-grid {
    grid-template-columns: 1fr;
  }


  .pro-hero-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .pro-hero-stage {
    justify-content: center;
  }

  .pro-hero-preview {
    max-width: 680px;
    width: 100%;
    transform: none;
  }

  /* Keep chapter transitions readable on tablet/small-window widths. */
  body.theme-pro .band--features .section-pad {
    padding-bottom: 112px;
  }

  body.theme-pro .band--manifesto .section-pad {
    padding-top: 112px;
    padding-bottom: 132px;
  }

  body.theme-pro .band--demo .section-pad {
    padding-top: 132px;
  }

  body.theme-pro .ln-statement__meta {
    row-gap: 12px;
    line-height: 1.45;
  }

  .pro-two-column,
  .pro-brief-section {
    flex-direction: column;
    gap: 32px;
  }

  .pro-two-column.is-reversed {
    flex-direction: column;
  }
}


@media (max-width: 575px) {
  body.theme-pro .ln-section-head {
    margin-bottom: 34px;
  }

  /* Mobile spacing pass: these chapter transitions felt cramped on small screens. */
  body.theme-pro .band--features .section-pad {
    padding-bottom: 88px;
  }

  body.theme-pro .band--manifesto .section-pad {
    padding-top: 90px;
    padding-bottom: 112px;
  }

  body.theme-pro .band--demo .section-pad {
    padding-top: 112px;
  }

  body.theme-pro .ln-statement {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  body.theme-pro .ln-statement__inner {
    padding: 44px 16px;
  }

  body.theme-pro .ln-statement__meta span:not(:last-child)::after {
    display: none;
  }

  body.theme-pro .section-pad {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  body.theme-pro .pro-sales-page .container {
    padding: 0 16px;
  }


  .pro-section + .pro-section {
    border-top: 0;
  }

  .pro-media-hide-mobile {
    display: none;
  }

}

/* =========================
   Pro Sales: Mobile Nav Menu
   ========================= */

.page-pro-sales .navbar-toggler {
  border-color: rgba(248, 250, 252, 0.18);
}

.page-pro-sales .navbar-toggler:focus {
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.25);
}

/* If using Bootstrap's default toggler icon, force it to be visible on dark */
.page-pro-sales .navbar-toggler-icon {
  filter: invert(1);
  opacity: 0.9;
}

/* --- COLLAPSE MENU (Bootstrap navbar-collapse) --- */
.page-pro-sales .navbar-collapse.show {
  background: rgba(2, 6, 23, 0.98);
  border: 1px solid rgba(148, 163, 184, 0.16);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.55);
  border-radius: 16px;
  padding: 14px;
  margin-top: 12px;
  backdrop-filter: blur(10px);
}

/* Menu items */
.page-pro-sales .navbar-collapse .nav-link {
  color: rgba(248, 250, 252, 0.88) !important;
  border-radius: 12px;
  padding: 12px 12px;
  font-weight: 600;
}

.page-pro-sales .navbar-collapse .nav-link:hover {
  background: rgba(148, 163, 184, 0.10);
  color: #fff !important;
}

/* Login button inside collapse (if it’s using .btn or nav-link styled as button) */
.page-pro-sales .navbar-collapse .btn,
.page-pro-sales .navbar-collapse .nav-link.btn {
  width: 100%;
  justify-content: center;
  border-radius: 14px;
  padding: 12px 14px;
  border: 1px solid rgba(148, 163, 184, 0.20);
  background: rgba(59, 130, 246, 0.20);
  color: #fff;
}

.page-pro-sales .navbar-collapse .btn:hover,
.page-pro-sales .navbar-collapse .nav-link.btn:hover {
  background: rgba(59, 130, 246, 0.28);
}

/* --- DROPDOWN MENU (if used) --- */
.page-pro-sales .dropdown-menu.show {
  background: rgba(2, 6, 23, 0.98);
  border: 1px solid rgba(148, 163, 184, 0.16);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.55);
  border-radius: 14px;
  padding: 10px;
  backdrop-filter: blur(10px);
}

.page-pro-sales .dropdown-menu .dropdown-item {
  color: rgba(248, 250, 252, 0.88);
  border-radius: 12px;
  padding: 10px 12px;
  font-weight: 600;
}

.page-pro-sales .dropdown-menu .dropdown-item:hover {
  background: rgba(148, 163, 184, 0.10);
  color: #fff;
}

/* --- OFFCANVAS (if used) --- */
.page-pro-sales .offcanvas.show,
.page-pro-sales .offcanvas.offcanvas-start,
.page-pro-sales .offcanvas.offcanvas-end {
  background: rgba(2, 6, 23, 0.98);
  color: rgba(248, 250, 252, 0.88);
  border-left: 1px solid rgba(148, 163, 184, 0.16);
  backdrop-filter: blur(10px);
}

.page-pro-sales .offcanvas .nav-link {
  color: rgba(248, 250, 252, 0.88);
  font-weight: 600;
  border-radius: 12px;
  padding: 12px 12px;
}

.page-pro-sales .offcanvas .nav-link:hover {
  background: rgba(148, 163, 184, 0.10);
  color: #fff;
}

@media (max-width: 768px) {
  .page-pro-sales .navbar-nav {
    gap: 6px;
  }
}
