:root {
  --sl-navy: #0b1f33;
  --sl-navy-2: #112b45;
  --sl-teal: #0e7c86;
  --sl-signal: #55c3c8;
  --sl-lime: #b7e342;
  --sl-cloud: #f4f7f8;
  --sl-white: #ffffff;
  --sl-charcoal: #1f2933;
  --sl-muted: #607080;
  --sl-line: #dce4e8;
  --sl-warm: #fbfcfc;
  --sl-shadow: 0 22px 60px rgba(11, 31, 51, 0.12);
  --sl-shadow-sm: 0 10px 32px rgba(11, 31, 51, 0.09);
  --sl-radius: 22px;
  --sl-radius-sm: 14px;
  --sl-container: 1180px;
  --sl-font: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--sl-white);
  color: var(--sl-charcoal);
  font-family: var(--sl-font);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

img { display: block; max-width: 100%; height: auto; }
a { color: var(--sl-teal); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--sl-navy); }

button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

:focus-visible {
  outline: 3px solid var(--sl-lime);
  outline-offset: 3px;
}

h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, h4 { color: var(--sl-navy); font-weight: 780; letter-spacing: -0.035em; line-height: 1.08; }
h1 { font-size: clamp(3rem, 6.1vw, 5.65rem); }
h2 { font-size: clamp(2.25rem, 4.3vw, 4rem); }
h3 { font-size: 1.25rem; }

.sl-container { width: min(calc(100% - 40px), var(--sl-container)); margin-inline: auto; }
.sl-narrow { max-width: 820px; }
.sl-section { padding: 112px 0; }
.sl-section-lede { max-width: 590px; color: var(--sl-muted); font-size: 1.15rem; }

.sl-skip-link {
  position: fixed;
  z-index: 9999;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  border-radius: 8px;
  background: var(--sl-lime);
  color: var(--sl-navy);
  font-weight: 800;
  transform: translateY(-160%);
}
.sl-skip-link:focus { transform: translateY(0); }

.sl-site-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(16px);
  transition: box-shadow 180ms ease, border-color 180ms ease;
}
.sl-site-header.is-scrolled { border-color: var(--sl-line); box-shadow: 0 7px 24px rgba(11, 31, 51, 0.06); }
.sl-header-inner { display: flex; min-height: 82px; align-items: center; justify-content: space-between; gap: 28px; }
.sl-brand, .custom-logo-link { display: inline-flex; flex: 0 0 auto; align-items: center; text-decoration: none; }
.sl-brand img, .custom-logo-link img { width: 220px; height: 62px; object-fit: contain; object-position: left center; }
.sl-primary-nav { display: flex; align-items: center; gap: 22px; }
.sl-header-actions { display: flex; align-items: center; gap: 10px; }
.sl-nav-list { display: flex; align-items: center; gap: 24px; margin: 0; padding: 0; list-style: none; }
.sl-nav-list a { color: var(--sl-navy); font-size: 0.91rem; font-weight: 700; text-decoration: none; }
.sl-nav-list a:hover, .sl-nav-list .current-menu-item > a { color: var(--sl-teal); }
.sl-menu-toggle { display: none; border: 0; background: transparent; color: var(--sl-navy); font-weight: 800; }
.sl-menu-icon { display: grid; width: 26px; gap: 4px; }
.sl-menu-icon span { display: block; width: 100%; height: 2px; background: currentColor; }

.sl-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 20px;
  border: 2px solid transparent;
  border-radius: 10px;
  font-size: 0.94rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, color 160ms ease;
}
.sl-button:hover { transform: translateY(-2px); }
.sl-button-primary { background: var(--sl-teal); color: var(--sl-white); box-shadow: 0 12px 26px rgba(14, 124, 134, 0.2); }
.sl-button-primary:hover { background: #086873; color: var(--sl-white); }
.sl-button-outline { border-color: var(--sl-teal); background: transparent; color: var(--sl-teal); }
.sl-button-outline:hover { background: var(--sl-teal); color: var(--sl-white); }
.sl-button-text { color: var(--sl-navy); text-decoration: underline; text-decoration-color: var(--sl-signal); text-decoration-thickness: 2px; }
.sl-button-text:hover { color: var(--sl-teal); }
.sl-button-lime { background: var(--sl-lime); color: var(--sl-navy); box-shadow: 0 12px 30px rgba(183, 227, 66, 0.16); }
.sl-button-lime:hover { background: #c5ef54; color: var(--sl-navy); }
.sl-button-ghost { border-color: rgba(255, 255, 255, 0.35); color: var(--sl-white); }
.sl-button-ghost:hover { border-color: var(--sl-white); background: var(--sl-white); color: var(--sl-navy); }
.sl-button-small { min-height: 42px; padding: 9px 16px; font-size: 0.86rem; }
.sl-button-full { width: 100%; }
.sl-button-row { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }

.sl-eyebrow, .sl-kicker {
  color: var(--sl-teal);
  font-size: 0.77rem;
  font-weight: 850;
  letter-spacing: 0.17em;
  line-height: 1.4;
  text-transform: uppercase;
}
.sl-eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 20px; }
.sl-eyebrow span { width: 34px; height: 2px; background: var(--sl-lime); }
.sl-kicker-light { color: var(--sl-signal); }

.sl-hero { position: relative; overflow: hidden; padding: 94px 0 106px; background: #071827; color: rgba(255, 255, 255, 0.76); }
.sl-hero::before { position: absolute; inset: 0; background-image: linear-gradient(rgba(85, 195, 200, 0.075) 1px, transparent 1px), linear-gradient(90deg, rgba(85, 195, 200, 0.075) 1px, transparent 1px); background-size: 64px 64px; content: ""; mask-image: linear-gradient(to bottom, black 20%, transparent 100%); }
.sl-hero::after { position: absolute; top: -240px; right: -180px; width: 720px; height: 720px; border: 1px solid rgba(183, 227, 66, 0.13); border-radius: 50%; content: ""; }
.sl-hero-glow { position: absolute; bottom: -44%; left: -12%; width: 620px; height: 620px; border-radius: 50%; background: radial-gradient(circle, rgba(14, 124, 134, 0.35), transparent 66%); }
.sl-hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(420px, 0.97fr); align-items: center; gap: 74px; }
.sl-hero-copy h1 { max-width: 800px; margin-bottom: 26px; color: var(--sl-white); font-size: clamp(3.35rem, 6vw, 5.75rem); }
.sl-hero-copy h1 em { background: linear-gradient(90deg, var(--sl-signal), var(--sl-lime)); color: transparent; font-style: normal; -webkit-background-clip: text; background-clip: text; }
.sl-hero-lede { max-width: 690px; margin-bottom: 34px; color: rgba(255, 255, 255, 0.68); font-size: clamp(1.08rem, 1.7vw, 1.24rem); line-height: 1.62; }
.sl-hero .sl-eyebrow { color: var(--sl-signal); }
.sl-proof-list { display: flex; flex-wrap: wrap; gap: 12px 20px; margin: 30px 0 0; padding: 0; color: rgba(255, 255, 255, 0.65); font-size: 0.87rem; font-weight: 650; list-style: none; }
.sl-proof-list li { display: flex; align-items: center; gap: 7px; }
.sl-proof-list span { display: inline-grid; width: 21px; height: 21px; border-radius: 50%; background: rgba(183, 227, 66, 0.38); color: var(--sl-navy); place-items: center; }
.sl-hero-visual { position: relative; min-height: 540px; }
.sl-image-frame { overflow: hidden; border-radius: 28px; box-shadow: var(--sl-shadow); }
.sl-image-frame-hero { position: absolute; inset: 0 0 72px 60px; border: 1px solid rgba(255, 255, 255, 0.11); box-shadow: 0 28px 80px rgba(0, 0, 0, 0.44); }
.sl-hero-image { width: 100%; height: 100%; object-fit: cover; object-position: 50% 45%; }
.sl-chat-card { position: absolute; z-index: 2; bottom: 0; left: 0; width: min(350px, 78%); padding: 19px; border: 1px solid rgba(11, 31, 51, 0.08); border-radius: 18px; background: rgba(255, 255, 255, 0.97); box-shadow: 0 24px 60px rgba(11, 31, 51, 0.2); }
.sl-chat-top { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 8px; padding-bottom: 12px; border-bottom: 1px solid var(--sl-line); color: var(--sl-navy); font-size: 0.78rem; }
.sl-chat-top small { color: var(--sl-teal); font-weight: 750; }
.sl-status-dot { display: inline-block; width: 9px; height: 9px; border-radius: 50%; background: var(--sl-lime); box-shadow: 0 0 0 4px rgba(183, 227, 66, 0.17); }
.sl-bubble { width: 89%; margin: 12px 0 0; padding: 10px 12px; border-radius: 12px; font-size: 0.76rem; line-height: 1.46; }
.sl-bubble-in { border-bottom-left-radius: 3px; background: var(--sl-cloud); color: var(--sl-charcoal); }
.sl-bubble-out { margin-left: auto; border-bottom-right-radius: 3px; background: var(--sl-teal); color: var(--sl-white); }
.sl-chat-tags { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 10px; }
.sl-chat-tags span { padding: 4px 7px; border: 1px solid rgba(14, 124, 134, 0.17); border-radius: 999px; background: #eff9f8; color: var(--sl-teal); font-size: 0.65rem; font-weight: 800; }
.sl-pipeline-card { position: absolute; z-index: 3; top: 26px; right: -18px; width: min(330px, 80%); padding: 16px 18px 18px; border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 16px; background: rgba(7, 24, 39, 0.94); color: var(--sl-white); box-shadow: 0 22px 52px rgba(0, 0, 0, 0.36); backdrop-filter: blur(15px); }
.sl-pipeline-card > p { display: flex; align-items: center; gap: 8px; margin-bottom: 13px; color: var(--sl-signal); font-size: 0.61rem; font-weight: 850; letter-spacing: 0.14em; }
.sl-live-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--sl-lime); box-shadow: 0 0 0 4px rgba(183, 227, 66, 0.14); }
.sl-pipeline-card ol { display: grid; grid-template-columns: repeat(4, 1fr); gap: 5px; margin: 0; padding: 0; list-style: none; }
.sl-pipeline-card li { position: relative; display: grid; min-height: 52px; place-items: center; border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 9px; color: rgba(255, 255, 255, 0.46); font-size: 0.62rem; font-weight: 760; }
.sl-pipeline-card li.is-complete { border-color: rgba(85, 195, 200, 0.5); background: rgba(85, 195, 200, 0.08); color: var(--sl-signal); }
.sl-pipeline-card li.is-active { border-color: var(--sl-lime); background: rgba(183, 227, 66, 0.12); color: var(--sl-lime); box-shadow: 0 0 24px rgba(183, 227, 66, 0.12); }

.sl-signal-bar { border-block: 1px solid var(--sl-line); background: var(--sl-white); }
.sl-signal-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.sl-signal-grid p { display: grid; gap: 2px; margin: 0; padding: 27px 24px; border-right: 1px solid var(--sl-line); }
.sl-signal-grid p:first-child { border-left: 1px solid var(--sl-line); }
.sl-signal-grid strong { color: var(--sl-navy); font-size: 0.96rem; }
.sl-signal-grid span { color: var(--sl-muted); font-size: 0.75rem; }

.sl-split { display: grid; grid-template-columns: 0.9fr 1.1fr; align-items: center; gap: 88px; }
.sl-problem-section { background: var(--sl-warm); }
.sl-problem-section h2 { max-width: 540px; }
.sl-text-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 10px; color: var(--sl-teal); font-weight: 800; text-decoration: none; }
.sl-pain-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--sl-line); border-left: 1px solid var(--sl-line); }
.sl-pain-grid article { min-height: 210px; padding: 26px; border-right: 1px solid var(--sl-line); border-bottom: 1px solid var(--sl-line); background: var(--sl-white); }
.sl-pain-grid article:nth-child(1) { border-radius: var(--sl-radius) 0 0 0; }
.sl-pain-grid article:nth-child(2) { border-radius: 0 var(--sl-radius) 0 0; }
.sl-pain-grid article:nth-child(3) { border-radius: 0 0 0 var(--sl-radius); }
.sl-pain-grid article:nth-child(4) { border-radius: 0 0 var(--sl-radius) 0; }
.sl-number { color: var(--sl-signal); font-size: 0.75rem; font-weight: 850; letter-spacing: 0.1em; }
.sl-pain-grid h3 { margin: 27px 0 8px; }
.sl-pain-grid p { margin: 0; color: var(--sl-muted); font-size: 0.9rem; }

.sl-dark-section { position: relative; overflow: hidden; background: var(--sl-navy); color: rgba(255, 255, 255, 0.75); }
.sl-dark-section::after { position: absolute; right: -180px; bottom: -220px; width: 520px; height: 520px; border: 80px solid rgba(85, 195, 200, 0.04); border-radius: 50%; content: ""; }
.sl-dark-section h2, .sl-dark-section h3 { color: var(--sl-white); }
.sl-heading-row { display: grid; grid-template-columns: 1.15fr 0.65fr; align-items: end; gap: 72px; margin-bottom: 52px; }
.sl-heading-row h2 { max-width: 760px; margin-bottom: 0; }
.sl-heading-row > p { margin-bottom: 8px; color: inherit; }
.sl-process-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.sl-process-grid article { padding: 30px 25px; border: 1px solid rgba(255, 255, 255, 0.12); border-radius: var(--sl-radius-sm); background: rgba(255, 255, 255, 0.035); }
.sl-process-grid h3 { margin: 32px 0 10px; }
.sl-process-grid p { margin: 0; font-size: 0.9rem; }
.sl-process-icon { display: grid; width: 43px; height: 43px; border-radius: 12px; background: rgba(85, 195, 200, 0.13); color: var(--sl-signal); font-size: 1.1rem; font-weight: 850; place-items: center; }

.sl-split-visual { grid-template-columns: 1.08fr 0.92fr; }
.sl-image-stack { position: relative; padding: 0 46px 54px 0; }
.sl-feature-image { width: 100%; min-height: 470px; border-radius: 26px; object-fit: cover; box-shadow: var(--sl-shadow); }
.sl-notification-card { position: absolute; right: 0; bottom: 0; width: 340px; padding: 20px; border: 1px solid var(--sl-line); border-radius: var(--sl-radius-sm); background: var(--sl-white); box-shadow: var(--sl-shadow-sm); }
.sl-notification-label { display: flex; align-items: center; gap: 9px; margin-bottom: 9px; color: var(--sl-teal); font-size: 0.7rem; font-weight: 850; letter-spacing: 0.11em; text-transform: uppercase; }
.sl-notification-card > strong { color: var(--sl-navy); font-size: 1.03rem; }
.sl-notification-card dl { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 18px 0 0; }
.sl-notification-card dl div { padding-top: 12px; border-top: 1px solid var(--sl-line); }
.sl-notification-card dt { color: var(--sl-muted); font-size: 0.66rem; font-weight: 800; text-transform: uppercase; }
.sl-notification-card dd { margin: 2px 0 0; color: var(--sl-navy); font-size: 0.79rem; font-weight: 700; }
.sl-check-list { display: grid; gap: 17px; margin: 30px 0 0; padding: 0; list-style: none; }
.sl-check-list li { display: grid; grid-template-columns: 38px 1fr; gap: 13px; }
.sl-check-list li > span { display: grid; width: 34px; height: 34px; border-radius: 50%; background: rgba(183, 227, 66, 0.32); color: var(--sl-navy); font-weight: 850; place-items: center; }
.sl-check-list strong { color: var(--sl-navy); }
.sl-check-list p { margin: 2px 0 0; color: var(--sl-muted); font-size: 0.9rem; }

.sl-industries-section { background: #eef5f5; }
.sl-heading-row-dark { color: var(--sl-muted); }
.sl-industry-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.sl-industry-grid article { position: relative; min-height: 250px; padding: 30px 25px; overflow: hidden; border: 1px solid rgba(14, 124, 134, 0.12); border-radius: var(--sl-radius-sm); background: var(--sl-white); }
.sl-industry-grid article::after { position: absolute; right: -40px; bottom: -50px; width: 130px; height: 130px; border: 24px solid rgba(85, 195, 200, 0.07); border-radius: 50%; content: ""; }
.sl-industry-grid span { color: var(--sl-signal); font-size: 0.7rem; font-weight: 850; }
.sl-industry-grid h3 { margin: 48px 0 12px; }
.sl-industry-grid p { position: relative; z-index: 1; margin: 0; color: var(--sl-muted); font-size: 0.9rem; }

.sl-measure-section { background: var(--sl-white); }
.sl-metric-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--sl-line); border-left: 1px solid var(--sl-line); }
.sl-metric-grid article { min-height: 230px; padding: 28px; border-right: 1px solid var(--sl-line); border-bottom: 1px solid var(--sl-line); }
.sl-metric-grid span { display: block; margin-bottom: 48px; color: var(--sl-teal); font-size: 0.7rem; font-weight: 850; letter-spacing: 0.14em; }
.sl-metric-grid strong { display: block; margin-bottom: 10px; color: var(--sl-navy); font-size: 1.08rem; }
.sl-metric-grid p { margin: 0; color: var(--sl-muted); font-size: 0.88rem; }

.sl-calculator-section { position: relative; overflow: hidden; background: var(--sl-navy); color: rgba(255, 255, 255, 0.7); }
.sl-calculator-section::before { position: absolute; inset: 0; background-image: radial-gradient(rgba(85, 195, 200, 0.11) 1px, transparent 1px); background-size: 20px 20px; content: ""; mask-image: linear-gradient(90deg, black, transparent 70%); }
.sl-calculator-grid { position: relative; display: grid; grid-template-columns: 0.78fr 1.22fr; align-items: center; gap: 88px; }
.sl-calculator-section h2 { color: var(--sl-white); }
.sl-estimator-notes { display: flex; flex-wrap: wrap; gap: 8px 16px; margin: 26px 0 0; padding: 0; list-style: none; }
.sl-estimator-notes li { position: relative; padding-left: 20px; color: rgba(255, 255, 255, 0.66); font-size: 0.8rem; font-weight: 700; }
.sl-estimator-notes li::before { position: absolute; left: 0; color: var(--sl-lime); content: "✓"; }
.sl-calculator { padding: 32px; border: 1px solid rgba(255, 255, 255, 0.14); border-radius: var(--sl-radius); background: rgba(255, 255, 255, 0.055); box-shadow: 0 30px 70px rgba(0, 0, 0, 0.25); backdrop-filter: blur(10px); }
.sl-calculator-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.sl-calculator label { display: grid; gap: 8px; color: rgba(255, 255, 255, 0.72); font-size: 0.76rem; font-weight: 760; }
.sl-calculator label > span { display: flex; align-items: center; gap: 8px; min-height: 50px; padding: 0 14px; border: 1px solid rgba(255, 255, 255, 0.18); border-radius: 10px; background: rgba(4, 15, 25, 0.45); color: var(--sl-signal); font-size: 1rem; }
.sl-calculator input { width: 100%; min-height: 50px; padding: 10px 14px; border: 1px solid rgba(255, 255, 255, 0.18); border-radius: 10px; background: rgba(4, 15, 25, 0.45); color: var(--sl-white); font-size: 1rem; font-weight: 780; }
.sl-calculator label > span input { min-height: 46px; padding: 0; border: 0; background: transparent; }
.sl-calculator input:focus { border-color: var(--sl-lime); outline: 3px solid rgba(183, 227, 66, 0.14); }
.sl-calculator-result { margin: 20px 0; padding: 22px; border-radius: 14px; background: rgba(4, 15, 25, 0.52); }
.sl-calculator-result p { margin-bottom: 5px; color: var(--sl-signal); font-size: 0.7rem; font-weight: 850; letter-spacing: 0.12em; text-transform: uppercase; }
.sl-calculator-result strong { display: block; color: var(--sl-white); font-size: clamp(2.4rem, 6vw, 4rem); letter-spacing: -0.05em; line-height: 1; }
.sl-calculator-result small { display: block; margin-top: 11px; color: rgba(255, 255, 255, 0.58); }
.sl-calculator-disclaimer { margin: 13px 0 0; color: rgba(255, 255, 255, 0.46); font-size: 0.68rem; line-height: 1.45; text-align: center; }

.sl-pricing-section { background: var(--sl-white); }
.sl-centered-heading { max-width: 780px; margin: 0 auto 55px; text-align: center; }
.sl-centered-heading > p:last-child { color: var(--sl-muted); font-size: 1.05rem; }
.sl-pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; gap: 18px; }
.sl-price-card { position: relative; display: flex; flex-direction: column; padding: 32px; border: 1px solid var(--sl-line); border-radius: var(--sl-radius); background: var(--sl-white); box-shadow: 0 10px 34px rgba(11, 31, 51, 0.05); }
.sl-price-card h3 { margin: 12px 0 16px; font-size: 2rem; }
.sl-price-card h3 small { display: block; margin-top: 5px; color: var(--sl-muted); font-size: 0.76rem; font-weight: 700; letter-spacing: 0; }
.sl-price-card > p { color: var(--sl-muted); font-size: 0.91rem; }
.sl-plan-label { margin: 0 !important; color: var(--sl-teal) !important; font-size: 0.72rem !important; font-weight: 850; letter-spacing: 0.14em; text-transform: uppercase; }
.sl-price-card ul { display: grid; gap: 10px; margin: 18px 0 24px; padding: 0; color: #3f4d59; font-size: 0.88rem; list-style: none; }
.sl-price-card li { position: relative; padding-left: 24px; }
.sl-price-card li::before { position: absolute; left: 0; color: var(--sl-teal); content: "✓"; font-weight: 850; }
.sl-recurring { min-height: 50px; margin-top: auto; color: var(--sl-navy) !important; font-size: 0.8rem !important; font-weight: 750; }
.sl-price-featured { border: 2px solid var(--sl-teal); transform: translateY(-12px); box-shadow: var(--sl-shadow); }
.sl-price-badge { position: absolute; top: -15px; right: 22px; padding: 6px 11px; border-radius: 999px; background: var(--sl-lime); color: var(--sl-navy) !important; font-size: 0.67rem !important; font-weight: 850; letter-spacing: 0.07em; text-transform: uppercase; }
.sl-pricing-note { max-width: 900px; margin: 28px auto 0; color: var(--sl-muted); font-size: 0.8rem; text-align: center; }

.sl-demo-section { background: var(--sl-navy); color: rgba(255, 255, 255, 0.76); }
.sl-demo-section h2 { color: var(--sl-white); }
.sl-demo-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; align-items: center; gap: 92px; }
.sl-demo-grid > div:first-child > p:not(.sl-kicker) { max-width: 550px; }
.sl-demo-console { overflow: hidden; border: 1px solid rgba(255, 255, 255, 0.14); border-radius: 18px; background: #071625; box-shadow: 0 30px 65px rgba(0, 0, 0, 0.3); }
.sl-console-bar { display: flex; align-items: center; gap: 7px; padding: 14px 17px; border-bottom: 1px solid rgba(255, 255, 255, 0.09); background: rgba(255, 255, 255, 0.035); }
.sl-console-bar > span { width: 8px; height: 8px; border-radius: 50%; background: rgba(255, 255, 255, 0.26); }
.sl-console-bar > span:first-child { background: var(--sl-lime); }
.sl-console-bar small { margin-left: auto; color: var(--sl-signal); font-size: 0.6rem; font-weight: 850; letter-spacing: 0.12em; }
.sl-console-body { padding: 28px; font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 0.82rem; }
.sl-console-body p { margin-bottom: 11px; }
.sl-console-body strong { color: var(--sl-signal); }
.sl-console-event { display: flex; justify-content: space-between; margin-bottom: 22px !important; padding-bottom: 16px; border-bottom: 1px solid rgba(255, 255, 255, 0.09); color: var(--sl-white); }
.sl-console-event time { color: var(--sl-lime); }
.sl-console-success { margin: 20px 0 0 !important; padding: 12px 14px; border-radius: 8px; background: rgba(183, 227, 66, 0.09); color: var(--sl-lime); }

.sl-faq-section { background: var(--sl-cloud); }
.sl-faq-grid { display: grid; grid-template-columns: 0.72fr 1.28fr; gap: 95px; }
.sl-faq-grid > div:first-child > p:last-child { color: var(--sl-muted); }
.sl-accordion { border-top: 1px solid #cbd6db; }
.sl-accordion details { border-bottom: 1px solid #cbd6db; }
.sl-accordion summary { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 21px 0; color: var(--sl-navy); cursor: pointer; font-weight: 780; list-style: none; }
.sl-accordion summary::-webkit-details-marker { display: none; }
.sl-accordion summary span { color: var(--sl-teal); font-size: 1.5rem; font-weight: 400; transition: transform 140ms ease; }
.sl-accordion details[open] summary span { transform: rotate(45deg); }
.sl-accordion details p { padding: 0 48px 21px 0; color: var(--sl-muted); font-size: 0.92rem; }

.sl-final-cta { padding: 80px 0; background: linear-gradient(120deg, var(--sl-teal), #075e68); color: rgba(255, 255, 255, 0.8); }
.sl-final-cta h2 { max-width: 760px; margin: 0; color: var(--sl-white); }
.sl-final-cta-inner { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 60px; }

.sl-site-footer { padding: 72px 0 24px; background: var(--sl-navy); color: rgba(255, 255, 255, 0.66); }
.sl-footer-grid { display: grid; grid-template-columns: 1.5fr 0.65fr 0.85fr; gap: 70px; padding-bottom: 52px; }
.sl-footer-brand img { width: 270px; height: 84px; object-fit: contain; object-position: left center; }
.sl-footer-brand > p { max-width: 420px; margin: 16px 0 4px; color: var(--sl-white); font-weight: 760; }
.sl-footer-brand .sl-footer-small { color: rgba(255, 255, 255, 0.6); font-size: 0.85rem; font-weight: 400; }
.sl-site-footer h2 { margin: 9px 0 19px; color: var(--sl-white); font-size: 0.82rem; letter-spacing: 0.13em; text-transform: uppercase; }
.sl-footer-links { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.sl-footer-links a { color: rgba(255, 255, 255, 0.68); font-size: 0.86rem; text-decoration: none; }
.sl-footer-links a:hover { color: var(--sl-lime); }
.sl-footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 22px; border-top: 1px solid rgba(255, 255, 255, 0.1); font-size: 0.72rem; }
.sl-footer-bottom p { margin: 0; }

.sl-page-main { min-height: 65vh; }
.sl-page-hero { padding: 88px 0 70px; background: linear-gradient(145deg, #f6faf9, #eef6f5); }
.sl-page-hero h1 { margin: 0; font-size: clamp(2.8rem, 6vw, 5rem); }
.sl-entry-content { padding-block: 70px 110px; font-size: 1.04rem; }
.sl-entry-content > * { max-width: 760px; }
.sl-entry-content > .alignwide { width: min(1180px, calc(100vw - 40px)); max-width: none; margin-left: 50%; transform: translateX(-50%); }
.sl-entry-content h2 { margin: 1.6em 0 0.6em; font-size: clamp(2rem, 4vw, 3.1rem); }
.sl-entry-content h3 { margin: 1.7em 0 0.5em; font-size: 1.45rem; }
.sl-entry-content p, .sl-entry-content li { color: #465663; }
.sl-entry-content li + li { margin-top: 9px; }
.sl-entry-content .sl-button { color: var(--sl-white); }
.sl-entry-content blockquote { margin: 34px 0; padding: 20px 24px; border-left: 4px solid var(--sl-signal); background: var(--sl-cloud); }
.sl-post-list { display: grid; gap: 18px; padding-block: 65px 100px; }
.sl-post-card { padding: 28px; border: 1px solid var(--sl-line); border-radius: var(--sl-radius-sm); }
.sl-post-card h2 { margin-bottom: 10px; font-size: 1.7rem; }
.sl-post-card h2 a { color: var(--sl-navy); text-decoration: none; }
.sl-post-meta { color: var(--sl-teal); font-size: 0.75rem; font-weight: 800; text-transform: uppercase; }
.sl-comments { margin-top: 60px; padding-top: 40px; border-top: 1px solid var(--sl-line); }
.sl-404 { padding-block: 120px; }
.sl-404 p:not(.sl-kicker) { max-width: 640px; color: var(--sl-muted); font-size: 1.1rem; }

.sl-form-wrap { margin-top: 42px; }
.sl-contact-form { display: grid; gap: 20px; padding: 30px; border: 1px solid var(--sl-line); border-radius: var(--sl-radius); background: var(--sl-white); box-shadow: var(--sl-shadow-sm); }
.sl-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.sl-contact-form label { display: grid; gap: 7px; color: var(--sl-navy); font-size: 0.82rem; font-weight: 760; }
.sl-contact-form input, .sl-contact-form textarea, .sl-contact-form select, .comment-form input, .comment-form textarea { width: 100%; min-height: 48px; padding: 11px 13px; border: 1px solid #bfccd2; border-radius: 8px; background: var(--sl-white); color: var(--sl-charcoal); }
.sl-contact-form textarea { min-height: 150px; resize: vertical; }
.sl-contact-form input:focus, .sl-contact-form textarea:focus, .sl-contact-form select:focus { border-color: var(--sl-teal); outline: 3px solid rgba(85, 195, 200, 0.2); }
.sl-check { display: grid !important; grid-template-columns: auto 1fr; align-items: start; gap: 10px !important; color: var(--sl-muted) !important; font-weight: 500 !important; }
.sl-check input { width: 18px; min-height: 18px; margin-top: 3px; accent-color: var(--sl-teal); }
.sl-form-note { margin: -4px 0 0; color: var(--sl-muted); font-size: 0.74rem; }
.sl-form-message { margin-bottom: 20px; padding: 16px 18px; border-radius: 10px; }
.sl-form-success { border: 1px solid rgba(14, 124, 134, 0.25); background: #eff9f8; color: #075e68; }
.sl-form-error { border: 1px solid #e6b8b8; background: #fff3f3; color: #7f2525; }
.sl-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.sl-site-assistant { position: fixed; z-index: 3500; right: 22px; bottom: 22px; display: grid; justify-items: end; gap: 10px; font-family: var(--sl-font); }
.sl-site-assistant.is-open .sl-assistant-launch { display: none; }
.sl-assistant-launch { display: inline-flex; min-height: 56px; align-items: center; gap: 10px; padding: 8px 18px 8px 9px; border: 0; border-radius: 999px; background: var(--sl-lime); color: var(--sl-navy); box-shadow: 0 16px 42px rgba(11, 31, 51, 0.28); cursor: pointer; font-size: 0.88rem; font-weight: 850; }
.sl-assistant-launch:hover { background: #c6ef57; transform: translateY(-2px); }
.sl-assistant-launch-mark, .sl-assistant-avatar { display: grid; border-radius: 13px; background: var(--sl-teal); color: var(--sl-white); font-weight: 900; place-items: center; }
.sl-assistant-launch-mark { width: 40px; height: 40px; }
.sl-assistant-teaser { max-width: 260px; padding: 0; border-radius: 14px; background: var(--sl-white); box-shadow: var(--sl-shadow-sm); }
.sl-assistant-teaser button { padding: 13px 16px; border: 1px solid var(--sl-line); border-radius: inherit; background: transparent; color: var(--sl-navy); cursor: pointer; font-size: 0.78rem; font-weight: 780; }
.sl-assistant-teaser button::after { margin-left: 7px; color: var(--sl-teal); content: "→"; }
.sl-assistant-panel { width: min(390px, calc(100vw - 28px)); height: min(650px, calc(100vh - 110px)); overflow: hidden; border: 1px solid rgba(11, 31, 51, 0.12); border-radius: 22px; background: var(--sl-white); box-shadow: 0 28px 80px rgba(7, 24, 39, 0.3); }
.sl-assistant-panel[hidden], .sl-assistant-teaser[hidden] { display: none !important; }
.sl-assistant-header { display: grid; grid-template-columns: 48px 1fr 38px; align-items: center; gap: 11px; padding: 16px; background: var(--sl-navy); color: var(--sl-white); }
.sl-assistant-avatar { width: 48px; height: 48px; font-size: 1.2rem; }
.sl-assistant-header strong { display: block; font-size: 0.92rem; }
.sl-assistant-header small { display: flex; align-items: center; gap: 6px; margin-top: 2px; color: rgba(255, 255, 255, 0.62); font-size: 0.68rem; }
.sl-assistant-header small span { width: 7px; height: 7px; border-radius: 50%; background: var(--sl-lime); }
.sl-assistant-header button { width: 38px; height: 38px; border: 0; border-radius: 11px; background: rgba(255, 255, 255, 0.09); color: var(--sl-white); cursor: pointer; font-size: 1.2rem; }
.sl-assistant-context { display: flex; justify-content: space-between; gap: 10px; padding: 10px 16px; border-bottom: 1px solid var(--sl-line); color: var(--sl-navy); font-size: 0.68rem; }
.sl-assistant-context span { color: var(--sl-muted); }
.sl-assistant-messages { height: calc(100% - 230px); min-height: 230px; padding: 17px 15px; overflow-y: auto; background: #f7f9fa; overscroll-behavior: contain; }
.sl-assistant-message { display: grid; justify-items: start; margin-bottom: 12px; }
.sl-assistant-message p { max-width: 88%; margin: 0; padding: 12px 13px; border: 1px solid var(--sl-line); border-radius: 15px 15px 15px 4px; background: var(--sl-white); color: #354657; font-size: 0.84rem; line-height: 1.48; }
.sl-assistant-message.is-user { justify-items: end; }
.sl-assistant-message.is-user p { border-color: var(--sl-teal); border-radius: 15px 15px 4px 15px; background: var(--sl-teal); color: var(--sl-white); }
.sl-assistant-action { display: inline-flex; min-height: 42px; align-items: center; margin-top: 8px; padding: 8px 12px; border-radius: 9px; background: var(--sl-lime); color: var(--sl-navy); font-size: 0.75rem; font-weight: 850; text-decoration: none; }
.sl-assistant-action:hover { background: #c6ef57; color: var(--sl-navy); }
.sl-assistant-message.is-typing { display: flex; width: max-content; gap: 4px; padding: 13px; border: 1px solid var(--sl-line); border-radius: 15px 15px 15px 4px; background: var(--sl-white); }
.sl-assistant-message.is-typing i { width: 6px; height: 6px; border-radius: 50%; background: var(--sl-teal); animation: slTyping 900ms infinite alternate; }
.sl-assistant-message.is-typing i:nth-child(2) { animation-delay: 180ms; }
.sl-assistant-message.is-typing i:nth-child(3) { animation-delay: 360ms; }
@keyframes slTyping { to { opacity: 0.25; transform: translateY(-3px); } }
.sl-assistant-choices { display: flex; gap: 7px; padding: 10px 12px; overflow-x: auto; border-top: 1px solid var(--sl-line); background: var(--sl-white); scrollbar-width: thin; }
.sl-assistant-choices:empty { display: none; }
.sl-assistant-choices button { flex: 0 0 auto; min-height: 38px; padding: 7px 11px; border: 1px solid #bad7da; border-radius: 999px; background: var(--sl-white); color: var(--sl-teal); cursor: pointer; font-size: 0.69rem; font-weight: 800; }
.sl-assistant-choices button:hover { border-color: var(--sl-teal); background: #eff9f8; }
.sl-assistant-form { display: grid; grid-template-columns: 1fr 48px; gap: 8px; padding: 10px 12px 7px; border-top: 1px solid var(--sl-line); background: var(--sl-white); }
.sl-assistant-form input { width: 100%; min-height: 48px; padding: 10px 13px; border: 1px solid #cbd6db; border-radius: 12px; color: var(--sl-charcoal); font-size: 16px; }
.sl-assistant-form input:focus { border-color: var(--sl-teal); outline: 3px solid rgba(85, 195, 200, 0.18); }
.sl-assistant-form button { width: 48px; min-height: 48px; border: 0; border-radius: 12px; background: var(--sl-lime); color: var(--sl-navy); cursor: pointer; font-size: 1.25rem; font-weight: 900; }
.sl-assistant-note { margin: 0; padding: 0 12px 8px; background: var(--sl-white); color: #7e8b96; font-size: 0.58rem; text-align: center; }

@media (max-width: 1040px) {
  .sl-header-inner { min-height: 74px; }
  .sl-brand img, .custom-logo-link img { width: 190px; }
  .sl-menu-toggle { display: flex; align-items: center; gap: 10px; cursor: pointer; }
  .sl-primary-nav { position: absolute; top: 100%; right: 20px; left: 20px; display: none; align-items: stretch; padding: 22px; border: 1px solid var(--sl-line); border-radius: 0 0 16px 16px; background: var(--sl-white); box-shadow: var(--sl-shadow-sm); }
  .sl-primary-nav.is-open { display: grid; }
	.sl-header-actions { display: grid; grid-template-columns: 1fr 1fr; margin-top: 14px; }
	.sl-header-actions .sl-button { width: 100%; }
  .sl-nav-list { display: grid; align-items: stretch; gap: 0; }
  .sl-nav-list a { display: block; padding: 11px 2px; border-bottom: 1px solid var(--sl-line); }
  .sl-hero-grid { grid-template-columns: 1fr 0.88fr; gap: 38px; }
  .sl-hero-visual { min-height: 480px; }
  .sl-image-frame-hero { left: 30px; }
  .sl-split { gap: 50px; }
  .sl-process-grid, .sl-industry-grid { grid-template-columns: 1fr 1fr; }
	.sl-metric-grid { grid-template-columns: 1fr 1fr; }
	.sl-calculator-grid { grid-template-columns: 0.9fr 1.1fr; gap: 44px; }
  .sl-pricing-grid { grid-template-columns: 1fr; max-width: 720px; margin-inline: auto; }
  .sl-price-featured { transform: none; }
  .sl-price-card { padding: 34px; }
}

@media (max-width: 800px) {
  .sl-section { padding: 82px 0; }
  .sl-hero { padding: 65px 0 82px; }
  .sl-hero-grid, .sl-split, .sl-demo-grid, .sl-faq-grid, .sl-heading-row, .sl-final-cta-inner { grid-template-columns: 1fr; }
	.sl-calculator-grid { grid-template-columns: 1fr; gap: 44px; }
  .sl-hero-grid { gap: 54px; }
  .sl-hero-visual { min-height: 510px; }
  .sl-heading-row { align-items: start; gap: 20px; }
  .sl-signal-grid { grid-template-columns: 1fr 1fr; }
  .sl-signal-grid p:nth-child(3) { border-left: 1px solid var(--sl-line); }
  .sl-signal-grid p:nth-child(-n+2) { border-bottom: 1px solid var(--sl-line); }
  .sl-split { gap: 45px; }
  .sl-split-visual .sl-image-stack { order: 2; }
  .sl-demo-grid, .sl-faq-grid { gap: 48px; }
  .sl-footer-grid { grid-template-columns: 1.4fr 0.8fr; }
  .sl-footer-grid > div:last-child { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .sl-container { width: min(calc(100% - 28px), var(--sl-container)); }
  h1 { font-size: clamp(2.72rem, 13vw, 4.1rem); }
  h2 { font-size: clamp(2rem, 10vw, 3rem); }
  .sl-menu-label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
	.sl-header-actions { grid-template-columns: 1fr; }
  .sl-brand img, .custom-logo-link img { width: 172px; height: 54px; }
  .sl-hero-visual { min-height: 425px; }
  .sl-image-frame-hero { inset: 0 0 80px 18px; }
  .sl-chat-card { width: 89%; }
	.sl-pipeline-card { top: 14px; right: -4px; width: 88%; }
  .sl-proof-list { display: grid; }
  .sl-signal-grid, .sl-pain-grid, .sl-process-grid, .sl-industry-grid, .sl-metric-grid, .sl-form-grid, .sl-footer-grid { grid-template-columns: 1fr; }
  .sl-signal-grid p { border-right: 1px solid var(--sl-line); border-bottom: 1px solid var(--sl-line); border-left: 1px solid var(--sl-line); }
  .sl-signal-grid p:last-child { border-bottom: 0; }
  .sl-pain-grid article { min-height: auto; border-radius: 0 !important; }
  .sl-image-stack { padding-right: 12px; }
  .sl-feature-image { min-height: 370px; }
  .sl-notification-card { right: 0; width: 90%; }
  .sl-notification-card dl { grid-template-columns: 1fr; }
  .sl-price-card { padding: 27px 23px; }
  .sl-console-body { padding: 21px; }
  .sl-console-event { display: grid; gap: 5px; }
  .sl-button-row { align-items: stretch; }
  .sl-button-row .sl-button { width: 100%; }
  .sl-contact-form { padding: 20px; }
	.sl-calculator { padding: 22px 18px; }
	.sl-calculator-fields { grid-template-columns: 1fr; }
  .sl-footer-grid { gap: 34px; }
  .sl-footer-grid > div:last-child { grid-column: auto; }
  .sl-footer-bottom { display: grid; }
	.sl-site-assistant { right: 10px; bottom: max(10px, env(safe-area-inset-bottom)); left: 10px; justify-items: stretch; }
	.sl-assistant-launch { justify-self: end; min-height: 54px; }
	.sl-assistant-teaser { display: none !important; }
	.sl-assistant-panel { position: fixed; inset: 10px 10px max(10px, env(safe-area-inset-bottom)); width: auto; height: auto; border-radius: 20px; }
	.sl-assistant-messages { height: calc(100% - 232px); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; }
}

@media print {
  .sl-site-header, .sl-site-footer, .sl-button-row, .sl-final-cta { display: none !important; }
  body { color: #000; background: #fff; }
  a { color: #000; }
  .sl-section { padding: 30px 0; }
}
