.ld-page{background:var(--white);min-height:60vh;padding:120px 0 90px}.ld-wrap{max-width:1180px;margin:0 auto;padding:0 clamp(24px,6vw,80px)}.ld-head{padding-bottom:30px;border-bottom:1px solid var(--gray-200)}.ld-bar{display:block;border-radius:4px;background:var(--gray-150);animation:ld-pulse 1.4s ease-in-out infinite}.ld-bar--eyebrow{width:84px;height:12px;margin-bottom:22px}.ld-bar--title{width:min(560px,72%);height:34px;margin-bottom:16px}.ld-bar--lead{width:min(420px,56%);height:15px}.ld-rows{list-style:none;margin:0;padding:0}.ld-row{padding:26px 0;border-bottom:1px solid var(--gray-200)}.ld-bar--row-a{width:min(460px,62%);height:18px;margin-bottom:12px}.ld-bar--row-b{width:min(300px,40%);height:13px}.ld-row:nth-child(2) .ld-bar{animation-delay:.12s}.ld-row:nth-child(3) .ld-bar{animation-delay:.24s}.ld-row:nth-child(4) .ld-bar{animation-delay:.36s}.ld-row:nth-child(5) .ld-bar{animation-delay:.48s}@keyframes ld-pulse{0%,to{opacity:1}50%{opacity:.45}}@media (prefers-reduced-motion:reduce){.ld-bar{animation:none}}@media (max-width:640px){.ld-page{padding:90px 0 60px}}