:root {
  --lwf-ink: #0d1c41;
  --lwf-muted: #607593;
  --lwf-blue: #3f6df6;
  --lwf-green: #159a60;
  --lwf-line: #d8e3f2;
}

.linkedin-workflows-page { background: #fff; }
.linkedin-workflows-page .page-shell { overflow: clip; }
.lwf-main { overflow: clip; color: var(--lwf-ink); }

.lwf-hero { padding: 18px 32px 0; }
.lwf-hero-inner {
  max-width: 1540px;
  margin: 0 auto;
  padding: clamp(52px, 6vw, 88px) clamp(30px, 5vw, 76px) 48px;
  overflow: hidden;
  border: 1px solid #dce6f3;
  border-radius: 38px 38px 0 0;
  background:
    radial-gradient(circle at 78% 10%, rgba(63,109,246,.13), transparent 27%),
    radial-gradient(circle at 16% 13%, rgba(32,170,104,.07), transparent 23%),
    linear-gradient(145deg, #fbfdff, #f1f6fd);
}

.lwf-hero-copy {
  width: 100%;
  max-width: 1050px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  text-align: center;
}
.lwf-origin {
  width: max-content;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin: 0 auto 20px;
  padding: 8px 12px;
  border: 1px solid #d6e2f3;
  border-radius: 999px;
  background: #fff;
  color: #48607f;
  font-size: 11px;
  font-weight: 780;
  box-shadow: 0 10px 25px rgba(31,53,84,.06);
}
.lwf-flag { position: relative; width: 18px; height: 13px; overflow: hidden; border-radius: 2px; background: #c8102e; }
.lwf-flag::before,.lwf-flag::after { content: ""; position: absolute; background: #fff; }
.lwf-flag::before { left: 5px; top: 0; width: 2px; height: 100%; }
.lwf-flag::after { left: 0; top: 5px; width: 100%; height: 2px; }
.lwf-eyebrow,.lwf-kicker {
  display: block;
  margin: 0 0 14px;
  color: var(--lwf-blue);
  font-size: 12px;
  line-height: 1.1;
  font-weight: 850;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.lwf-hero-copy > .lwf-eyebrow { width: 100%; text-align: center; }
.lwf-hero h1 {
  width: 100%;
  margin: 0;
  color: var(--lwf-ink);
  font-size: clamp(48px, 5.7vw, 88px);
  line-height: .98;
  letter-spacing: -.062em;
}
.lwf-hero h1 span { display: block; margin-top: 6px; color: var(--lwf-blue); }
.lwf-subtitle { max-width: 850px; margin: 26px auto 0; color: #536b89; font-size: clamp(17px,1.35vw,21px); line-height: 1.58; }
.lwf-actions { display: flex; align-items: center; justify-content: center; gap: 12px; flex-wrap: wrap; margin-top: 31px; }
.lwf-btn {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 780;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
}
.lwf-btn:hover { transform: translateY(-2px); }
.lwf-btn-primary { background: var(--lwf-blue); color: #fff; box-shadow: 0 12px 25px rgba(63,109,246,.22); }
.lwf-btn-secondary { border-color: #cbd8eb; background: #fff; color: #17345c; }
.lwf-proof-points { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px 22px; margin-top: 25px; }
.lwf-proof-points span { position: relative; padding-left: 20px; color: #526984; font-size: 12px; font-weight: 720; }
.lwf-proof-points span::before { content: "✓"; position: absolute; left: 0; width: 15px; height: 15px; display: grid; place-items: center; border-radius: 50%; background: #e4f7ec; color: var(--lwf-green); font-size: 9px; }

.lwf-workflow { margin-top: 54px; overflow: hidden; border: 1px solid #c8d8ed; border-radius: 28px; background: #f8fbff; box-shadow: 0 30px 72px rgba(31,53,84,.15); }
.lwf-workflow-toolbar { min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 0 22px; border-bottom: 1px solid #dce5f1; background: rgba(255,255,255,.96); }
.lwf-workflow-toolbar > div { display: flex; align-items: center; gap: 9px; }
.lwf-workflow-toolbar > div:first-child > i { width: 9px; height: 9px; border-radius: 50%; background: #20aa68; box-shadow: 0 0 0 5px #e6f7ed; animation: lwfLiveDot 2.2s ease-in-out infinite; }
.lwf-workflow-toolbar strong { font-size: 13px; }
.lwf-workflow-toolbar span { color: #71839d; font-size: 10px; }
.lwf-workflow-legend > span { display: inline-flex; align-items: center; gap: 6px; }
.lwf-workflow-legend i { width: 8px; height: 8px; border: 1px solid #7ba3ec; border-radius: 3px; }
.lwf-workflow-legend span:nth-child(2) i { border-color: #e7a94b; transform: rotate(45deg); }
.lwf-workflow-legend span:nth-child(3) i { border-radius: 50%; border-color: #28aa6b; background: #e4f7ec; }
@keyframes lwfLiveDot { 0%,100% { transform: scale(1); opacity: 1; } 50% { transform: scale(.68); opacity: .55; } }

.lwf-workflow-canvas {
  position: relative;
  min-height: 570px;
  background-color: #f7fbff;
  background-image: radial-gradient(#d6e5fb 1.15px, transparent 1.15px);
  background-size: 20px 20px;
}
.lwf-workflow-lines { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; z-index: 0; }
.lwf-path { fill: none; stroke: #8eb0ed; stroke-width: 3; stroke-linecap: round; stroke-dasharray: 1; stroke-dashoffset: 1; animation: lwfDrawPath 12s ease-in-out infinite; }
.lwf-path-screen-no,.lwf-path-rejected,.lwf-path-cleanup { stroke: #aebed3; }
.lwf-path-accepted,.lwf-path-write,.lwf-path-message-monitor { stroke: #4eb47c; }
.lwf-path-screen-no { animation-delay: 1.5s; }
.lwf-path-accepted,.lwf-path-rejected { animation-delay: 4.8s; }
.lwf-path-write,.lwf-path-cleanup { animation-delay: 6.5s; }
.lwf-path-message-monitor { animation-delay: 7.7s; }
@keyframes lwfDrawPath { 0%,8% { stroke-dashoffset: 1; opacity: .25; } 32%,88% { stroke-dashoffset: 0; opacity: 1; } 100% { stroke-dashoffset: 0; opacity: .25; } }

.lwf-node {
  position: absolute;
  z-index: 2;
  width: 14%;
  min-height: 120px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 7px;
  border: 1px solid #cbd9ec;
  border-radius: 17px;
  background: rgba(255,255,255,.98);
  box-shadow: 0 15px 32px rgba(32,60,98,.1);
  animation: lwfNodeBreathe 12s ease-in-out infinite;
}
.lwf-node > span,.lwf-node-feature div > span { color: #70829b; font-size: 8px; line-height: 1; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.lwf-node strong { color: #162b4c; font-size: 14px; line-height: 1.22; }
.lwf-node small { color: #71839d; font-size: 9px; line-height: 1.4; }
.lwf-node > em { position: absolute; top: 11px; right: 11px; padding: 5px 7px; border-radius: 7px; background: #edf3ff; color: #2e60d5; font-size: 8px; font-style: normal; font-weight: 900; }
.lwf-node-success { border-color: #82cda5; background: #f5fcf8; }
.lwf-node-muted { background: #f8fafc; }
.lwf-node-source { left: 2%; top: 45px; width: 13%; animation-delay: 0s; }
.lwf-node-screen { left: 16.5%; top: 45px; width: 13%; border-color: #7d8ff5; animation-delay: .9s; }
.lwf-node-match { left: 31%; top: 45px; width: 13%; border-color: #7bc99e; background: #f5fcf8; animation-delay: 2s; }
.lwf-node-visit { left: 45.5%; top: 45px; width: 13%; animation-delay: 3.1s; }
.lwf-node-connect { left: 60%; top: 45px; width: 13%; animation-delay: 4.2s; }
.lwf-node-no-match { left: 16%; top: 270px; animation-delay: 2.4s; }
.lwf-node-accepted { left: 51.3%; top: 270px; width: 16%; animation-delay: 5.5s; }
.lwf-node-not-accepted { left: 83%; top: 270px; width: 14%; animation-delay: 5.5s; }
.lwf-node-write { left: 49.5%; top: 420px; width: 16%; animation-delay: 6.8s; }
.lwf-node-monitor { left: 67.5%; top: 420px; width: 14.5%; animation-delay: 8.2s; }
.lwf-node-cleanup { left: 84%; top: 420px; width: 12.5%; animation-delay: 7s; }
.lwf-node-feature { min-height: 108px; flex-direction: row; align-items: center; }
.lwf-node-feature > b { width: 40px; height: 40px; display: grid; place-items: center; flex: 0 0 40px; border-radius: 12px; background: #e6efff; color: #3569f5; font-size: 18px; }
.lwf-node-monitor > b { background: #def5e8; color: #168354; }
.lwf-node-feature > div { display: flex; flex-direction: column; gap: 6px; }
@keyframes lwfNodeBreathe { 0%,100% { transform: translateY(0); } 42%,55% { transform: translateY(-5px); box-shadow: 0 22px 42px rgba(40,75,126,.17); } }
.lwf-branch-label { position: absolute; z-index: 3; padding: 5px 8px; border-radius: 999px; background: rgba(255,255,255,.95); box-shadow: 0 6px 14px rgba(31,53,84,.07); font-size: 9px; font-weight: 800; }
.lwf-label-match { left: 37%; top: 27px; color: #168354; }
.lwf-label-no-match { left: 19%; top: 220px; color: #74859c; }
.lwf-label-accepted { left: 61%; top: 220px; color: #168354; }
.lwf-label-rejected { right: 8%; top: 220px; color: #74859c; }
.lwf-workflow-footer { min-height: 52px; padding: 0 24px; display: flex; align-items: center; justify-content: center; gap: 12px; border-top: 1px solid #e1e9f4; background: #fff; color: #73859e; font-size: 11px; font-weight: 700; }
.lwf-workflow-footer i { width: 28px; height: 1px; background: #ccdaec; }
.lwf-workflow-footer strong { color: #168354; }

.linkedin-workflows-page .cw-nav-wrap { margin-top: 0; }
.lwf-trust-strip { max-width: 1540px; margin: 0 auto; display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; padding: 0 32px; background: #dce5f1; }
.lwf-trust-strip > div { padding: 24px clamp(22px,3vw,42px); background: #fff; }
.lwf-trust-strip strong,.lwf-trust-strip span { display: block; }
.lwf-trust-strip strong { font-size: 14px; }
.lwf-trust-strip span { margin-top: 6px; color: #6d809a; font-size: 12px; line-height: 1.45; }

.lwf-difference,.lwf-actions-section,.lwf-usecases { max-width: 1420px; margin: 0 auto; padding: 100px 32px; }
.lwf-section-head { max-width: 980px; margin: 0 auto 42px; text-align: center; }
.lwf-section-head > span { color: var(--lwf-blue); font-size: 11px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.lwf-section-head h2 { margin: 14px 0 0; color: var(--lwf-ink); font-size: clamp(36px,4vw,60px); line-height: 1.04; letter-spacing: -.047em; }
.lwf-section-head p { max-width: 760px; margin: 18px auto 0; color: var(--lwf-muted); font-size: 18px; line-height: 1.6; }

.lwf-comparison { overflow: hidden; border: 1px solid #d1ddec; border-radius: 23px; background: #fff; box-shadow: 0 22px 55px rgba(31,53,84,.1); }
.lwf-comparison-row { display: grid; grid-template-columns: .8fr 1fr 1.2fr; border-top: 1px solid #e1e8f1; }
.lwf-comparison-row:first-child { border-top: 0; }
.lwf-comparison-row > div { min-width: 0; padding: 19px 21px; color: #617590; font-size: 13px; line-height: 1.48; }
.lwf-comparison-row > div + div { border-left: 1px solid #e1e8f1; }
.lwf-comparison-row > div:first-child strong,.lwf-comparison-row > div:first-child small { display: block; }
.lwf-comparison-row > div:first-child strong { color: #1b3558; font-size: 14px; }
.lwf-comparison-row > div:first-child small { margin-top: 4px; color: #7b8da4; font-size: 10px; }
.lwf-comparison-row > div:last-child { background: #f4fcf7; color: #176f4d; font-weight: 750; }
.lwf-comparison-row > div:last-child b { display: inline-grid; width: 19px; height: 19px; margin-right: 6px; place-items: center; border-radius: 50%; background: #d9f3e4; font-size: 10px; }
.lwf-comparison-row.is-featured > div:last-child { box-shadow: inset 4px 0 #1cab70; background: #eaf9f0; }
.lwf-comparison-row.is-head { background: #142b4e; }
.lwf-comparison-row.is-head > div { color: #fff; font-size: 10px; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.lwf-comparison-row.is-head > div:last-child { background: #176f4d; }
.lwf-comparison-note { margin: 14px 4px 0; color: #7a8ba1; font-size: 11px; }

.lwf-actions-section { max-width: none; background: #eaf3ff; }
.lwf-actions-section > * { max-width: 1356px; margin-left: auto; margin-right: auto; }
.lwf-action-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.lwf-action-grid article { min-height: 132px; display: grid; grid-template-columns: 44px 1fr; align-content: center; gap: 6px 14px; padding: 19px; border: 1px solid #d6e1ef; border-radius: 17px; background: #fff; box-shadow: 0 12px 30px rgba(31,53,84,.06); }
.lwf-action-grid article > span { grid-row: 1/3; width: 44px; height: 44px; display: grid; place-items: center; border-radius: 12px; background: #edf3ff; color: #3569f5; font-size: 10px; font-weight: 900; }
.lwf-action-grid strong { color: #203859; font-size: 16px; line-height: 1.25; }
.lwf-action-grid small { color: #71839b; font-size: 12px; line-height: 1.4; }
.lwf-action-grid .is-screening { border-color: #8da8f5; background: #f7f9ff; }
.lwf-action-grid .is-monitoring { border-color: #82cda5; background: #f5fcf8; }
.lwf-action-grid .is-monitoring > span { background: #def5e8; color: #168354; }

.lwf-message-section { padding: 100px 32px; background: #111d3d; }
.lwf-message-inner { max-width: 1420px; margin: 0 auto; display: grid; grid-template-columns: minmax(0,.85fr) minmax(540px,1.15fr); gap: clamp(52px,7vw,100px); align-items: center; }
.lwf-message-copy .lwf-kicker { color: #91b0fa; }
.lwf-message-copy h2 { margin: 0; color: #fff; font-size: clamp(38px,4vw,60px); line-height: 1.04; letter-spacing: -.047em; }
.lwf-message-copy > p { margin: 21px 0 0; color: rgba(255,255,255,.7); font-size: 17px; line-height: 1.65; }
.lwf-message-copy ul { list-style: none; margin: 27px 0 0; padding: 0; display: grid; gap: 12px; }
.lwf-message-copy li { position: relative; padding-left: 29px; color: #c5d4e9; font-size: 14px; }
.lwf-message-copy li::before { content: "✓"; position: absolute; left: 0; width: 19px; height: 19px; display: grid; place-items: center; border-radius: 50%; background: rgba(32,170,104,.18); color: #67d79b; font-size: 10px; }
.lwf-message-ui { padding: 25px; border: 1px solid rgba(255,255,255,.16); border-radius: 27px; background: #f7faff; box-shadow: 0 28px 65px rgba(0,0,0,.24); }
.lwf-message-person { display: flex; align-items: center; gap: 12px; padding: 14px; border: 1px solid #dae4f1; border-radius: 15px; background: #fff; }
.lwf-message-person > b { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: #dce8ff; color: #365d95; font-size: 9px; }
.lwf-message-person > div { display: flex; flex-direction: column; gap: 3px; }
.lwf-message-person small { color: #168d58; font-size: 10px; font-weight: 900; }
.lwf-message-person strong { font-size: 16px; }
.lwf-message-person span { color: #71839d; font-size: 11px; }
.lwf-message-person em { width: 28px; height: 28px; display: grid; place-items: center; margin-left: auto; border-radius: 8px; background: #0a66c2; color: #fff; font-size: 10px; font-style: normal; font-weight: 900; }
.lwf-message-card { margin-top: 12px; padding: 17px; border: 1px solid #d8e3f0; border-radius: 16px; background: #fff; }
.lwf-message-card > span { color: #3569f5; font-size: 10px; font-weight: 900; letter-spacing: .08em; }
.lwf-message-card p { margin: 10px 0 0; color: #314966; font-size: 15px; line-height: 1.55; }
.lwf-message-card small { display: block; margin-top: 10px; color: #7b8da4; font-size: 10px; }
.lwf-channel-bridge { display: grid; grid-template-columns: 1fr auto 1fr; gap: 12px; align-items: center; margin: 15px 0 3px; color: #60738f; font-size: 12px; font-weight: 700; }
.lwf-channel-bridge i { height: 1px; background: #ced9e7; }
.lwf-message-card.is-whatsapp { border-color: #94d0ad; background: #f3fbf6; }
.lwf-message-card.is-whatsapp > span { color: #168d58; }


.lwf-advanced { max-width: 1356px; margin: 0 auto 100px; padding: clamp(38px,5vw,68px); display: grid; grid-template-columns: minmax(0,1fr) minmax(400px,.8fr); gap: 60px; align-items: center; border-radius: 30px; background: linear-gradient(135deg,#0e234a,#174078); box-shadow: 0 28px 65px rgba(16,39,78,.17); }
.lwf-advanced > div:first-child > span { color: #91b1f6; font-size: 11px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.lwf-advanced h2 { margin: 13px 0 0; color: #fff; font-size: clamp(34px,3.6vw,54px); line-height: 1.04; letter-spacing: -.04em; }
.lwf-advanced p { margin: 17px 0 0; color: #c5d4ec; font-size: 16px; line-height: 1.6; }
.lwf-advanced-tags { display: flex; flex-wrap: wrap; gap: 9px; }
.lwf-advanced-tags span { padding: 10px 12px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; background: rgba(255,255,255,.08); color: #e3edff; font-size: 11px; font-weight: 750; }

.lwf-usecase-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 13px; }
.lwf-usecase-grid article { min-height: 250px; padding: 22px; border: 1px solid #d8e3f1; border-radius: 21px; background: #fff; box-shadow: 0 14px 35px rgba(31,53,84,.06); }
.lwf-usecase-grid article > span { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 11px; background: #edf3ff; color: #3569f5; font-size: 9px; font-weight: 900; }
.lwf-usecase-grid h3 { margin: 20px 0 0; font-size: 19px; }
.lwf-usecase-grid p { margin: 11px 0 0; color: var(--lwf-muted); font-size: 13px; line-height: 1.55; }

.lwf-final-cta { margin: 0 32px 32px; padding: clamp(62px,7vw,105px) 32px; border-radius: 34px; background: radial-gradient(circle at 18% 5%,rgba(78,132,255,.28),transparent 30%),linear-gradient(135deg,#101f44,#173e77); text-align: center; color: #fff; }
.lwf-final-cta > span { color: #9eb9ff; font-size: 11px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.lwf-final-cta h2 { max-width: 980px; margin: 15px auto 0; color: #fff; font-size: clamp(40px,5vw,70px); line-height: 1.02; letter-spacing: -.05em; }
.lwf-final-cta p { max-width: 760px; margin: 20px auto 0; color: #c5d4ec; font-size: 18px; line-height: 1.6; }
.lwf-btn-light { background: #fff; color: #164190; }
.lwf-btn-outline { border-color: rgba(255,255,255,.4); color: #fff; background: rgba(255,255,255,.06); }

@media (max-width: 1180px) {
  .lwf-message-inner { grid-template-columns: 1fr; }
  .lwf-message-copy { max-width: 850px; }
  .lwf-message-ui { max-width: 780px; width: 100%; }
  .lwf-action-grid { grid-template-columns: repeat(3,1fr); }
  .lwf-usecase-grid { grid-template-columns: repeat(3,1fr); }
  .lwf-advanced { margin-inline: 24px; }
}

@media (max-width: 980px) {
  .lwf-workflow-canvas { min-height: 920px; }
  .lwf-workflow-lines,.lwf-branch-label,.lwf-node-no-match,.lwf-node-not-accepted,.lwf-node-cleanup { display: none; }
  .lwf-node { left: 24px !important; right: 24px !important; width: auto !important; min-height: 94px; }
  .lwf-node-source { top: 24px; }
  .lwf-node-screen { top: 134px; }
  .lwf-node-match { top: 244px; }
  .lwf-node-visit { top: 354px; }
  .lwf-node-connect { top: 464px; }
  .lwf-node-accepted { top: 574px; }
  .lwf-node-write { top: 684px; }
  .lwf-node-monitor { top: 794px; }
  .lwf-workflow-legend { display: none !important; }
  .lwf-trust-strip { grid-template-columns: 1fr; }
  .lwf-comparison { overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .lwf-comparison-row { min-width: 760px; }
  .lwf-advanced { grid-template-columns: 1fr; gap: 32px; }
}

@media (max-width: 760px) {
  .lwf-hero { padding: 10px 16px 0; }
  .lwf-hero-inner { padding: 44px 18px 28px; border-radius: 27px 27px 0 0; }
  .lwf-origin { font-size: 9px; }
  .lwf-hero h1 { font-size: clamp(40px,11vw,56px); }
  .lwf-subtitle { font-size: 16px; }
  .lwf-actions { flex-direction: column; align-items: stretch; }
  .lwf-btn { width: 100%; }
  .lwf-workflow { margin-top: 38px; border-radius: 21px; }
  .lwf-workflow-toolbar { padding: 0 15px; }
  .lwf-node { left: 14px !important; right: 14px !important; }
  .lwf-workflow-footer { padding: 12px; flex-wrap: wrap; gap: 7px; }
  .lwf-workflow-footer i { width: 14px; }
  .lwf-difference,.lwf-actions-section,.lwf-usecases { padding: 72px 18px; }
  .lwf-section-head { text-align: left; }
  .lwf-section-head p { font-size: 16px; }
  .lwf-action-grid { grid-template-columns: 1fr; }
  .lwf-message-section { padding: 72px 18px; }
  .lwf-message-ui { padding: 16px; }
  .lwf-usecase-grid { grid-template-columns: 1fr; }
  .lwf-usecase-grid article { min-height: 0; }
  .lwf-advanced { margin: 0 18px 72px; padding: 38px 24px; }
  .lwf-final-cta { margin: 0 16px 16px; padding: 60px 20px; border-radius: 26px; }
}

@media (prefers-reduced-motion: reduce) {
  .lwf-workflow-toolbar > div:first-child > i,.lwf-path,.lwf-node { animation: none !important; }
  .lwf-path { stroke-dashoffset: 0; opacity: 1; }
}
.lwf-page-nav {
  position: sticky;
  top: 68px;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  max-width: 1180px;
  min-height: 64px;
  margin: 18px auto 0;
  padding: 9px 12px;
  border: 1px solid #d5e0ef;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 34px rgba(18, 48, 92, 0.1);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.lwf-page-nav > span {
  margin-right: 4px;
  color: #60728e;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.lwf-page-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 10px 13px;
  border-radius: 999px;
  color: #244168;
  font-size: 13px;
  font-weight: 750;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: color 160ms ease, background-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.lwf-page-nav a:hover {
  color: #174fd4;
  background: #edf3ff;
  transform: translateY(-1px);
}

.lwf-page-nav a.is-active {
  color: #fff;
  background: #3f6df6;
  box-shadow: 0 8px 18px rgba(63, 109, 246, 0.25);
}

[data-lwf-section] {
  scroll-margin-top: 150px;
}

@media (max-width: 900px) {
  .lwf-page-nav {
    top: 60px;
    justify-content: flex-start;
    margin-right: 16px;
    margin-left: 16px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .lwf-page-nav::-webkit-scrollbar {
    display: none;
  }

  .lwf-page-nav > span {
    display: none;
  }
}
